@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-lyx */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
.orbitron {
	font-weight: 400;
	font-family: "Orbitron", sans-serif;
}
.zen {
	font-weight: 700;
	font-family: "Zen Maru Gothic", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 115.4rem;
}
@media all and (max-width: 960px) {
	.content {
		margin: 0 2rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4rem;
	text-align: center;
	background: url(../img/index/details_line01.png) no-repeat center bottom 1.3rem / auto 1.5rem;
}
@media all and (max-width: 960px) {
	.headLine01 {
		margin-bottom: 4rem;
		background: url(../img/index/details_line01_sp.png) no-repeat center bottom 1rem / auto 1.2rem;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	padding: 2.2rem 2.3rem 1.5rem;
	margin: 0 auto 3.6rem;
	max-width: 84.05rem;
	color: #fff;
	background-color: rgba(51, 51, 51, 0.9);
}
.comBgBox .ttl {
	margin-bottom: 0.5rem;
	padding-left: 3rem;
	font-size: 2rem;
	background: url(../img/common/line02.png) no-repeat left center / 2.1rem;
}
.comBgBox .ttl span {
	font-size: 1.6rem;
}
.comBgBox .txt {
	line-height: 1.94;
}
.comBgBox .notesList {
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	margin-left: 2.9rem;
	font-size: 1.5rem;
	line-height: 1.8;
}
.comBgBox .btn {
	width: 25rem;
}
.comBgBox .btn a {
	min-height: 5.7rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 1.5rem;
	background-color: #840F20;
	border-radius: 0.8rem;
}
.comBgBox .btn .txt {
	margin-left: 1.2rem;
	display: inline-block;
	font-weight: 700;
	padding: 0 3rem 0 3.2rem;
	font-family: "Zen Maru Gothic", serif;
	background: url(../img/common/icon04.png) no-repeat left center / 2.3rem, url(../img/common/icon05.png) no-repeat right center / 1.5rem;
}
.comBgBox .btn a .sml {
	font-size: 1rem;
}
.comBgBox .btn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 960px) {
	.comBgBox {
		padding: 2.2rem 1.9rem 2.3rem 2.3rem;
		padding-right: 1rem;
		margin-bottom: 3.9rem;
		max-width: 100%;
	}
	.comBgBox .ttl {
		padding-left: 3.5rem;
		font-size: 1.9rem;
		background-position: left top 0.5rem;
	}
	.comBgBox .ttl span {
		font-size: 1.5rem;
	}
	.comBgBox .txt {
		font-size: 1.6rem;
		line-height: 2.06;
	}
	.comBgBox .notesList {
		padding-left: 1.5rem;
		text-indent: -1.5rem;
		margin-left: 0.5rem;
		font-size: 1.4rem;
		line-height: 1.78;
	}
	.comBgBox .btn .txt {
		margin-left: 1.5rem;
		padding-right: 3rem;
		font-size: 1.5rem;
		background: url(../img/common/icon04.png) no-repeat left center / 2.3rem, url(../img/common/icon05.png) no-repeat right center / 1.5rem;
	}
	.comBgBox .btn a .sml {
		vertical-align: 0.2rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	width: 13.2rem;
}
.comBtn a {
	padding: 0.6rem 0.5rem;
	display: block;
	text-align: center;
	color: #0071BC;
	font-size: 1.28rem;
	background-color: #fff;
	border-radius: 1.6rem;
	border: 1px solid #CCCCCC;
}
.comBtn a span {
	padding-right: 2rem;
	background: url(../img/common/icon10.png) no-repeat right center / 1.5rem;
}
.comBtn a:hover {
	opacity: 0.7;
}
@media all and (max-width: 960px) {
	.comBtn {
		width: 17.5rem;
	}
	.comBtn a {
		padding: 1rem 1.5rem 1rem 2.5rem;
		display: block;
		text-align: left;
		font-size: 1.4rem;
		border-radius: 2.4rem;
	}
	.comBtn a span {
		padding-right: 4.5rem;
		background-size: 2rem;
	}
}
/*------------------------------------------------------------
	fixedBox
------------------------------------------------------------*/
.fixedBox {
	width: 9rem;
	top: 2.8rem;
	right: 3.9rem;
	position: fixed;
	transform: translateY(-1rem);
	transition: 1s;
	opacity: 0;
	z-index: 20;
}
.fixedBox.show {
	transform: none;
	opacity: 1;
}
.fixedBox li {
	margin-bottom: 1.3rem;
}
.fixedBox li:last-child {
	margin-bottom: 0;
}
.fixedBox .menu {
	cursor: pointer;
	transition: .3s;
}
.fixedBox a {
	display: block;
}
.fixedBox a:hover {
	opacity: 0.7;
}
@media all and (min-width: 961px) {
	.fixedBox .menu:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 960px) {
	.fixedBox {
		width: 5rem;
		top: 1.4rem;
		right: 1.2rem;
		transform: translateY(-1rem);
	}
	.fixedBox li {
		margin-bottom: 1.3rem;
	}
}
/*------------------------------------------------------------
	loading
------------------------------------------------------------*/
.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.94);
	overflow: hidden;
	clip-path: inset(0 0 0 0);
	z-index: 1000;
}
.loading.on {
    clip-path: inset(0 0 100% 0);
    pointer-events: none;
    transition: clip-path 1500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition-delay: .5s;
}
.loading .inner {
	width: 11rem;
	height: 8.5rem;
	position: absolute;
	top: 42.3%;
	left: 50%;
	transform: translate(-50%,0);
}
.loading .inner .line {
	margin-bottom: 0.9rem;
	display: block;
	width: 5.6rem;
	height: 0.5rem;
	background-color: #fff;
	border-radius: 0.25rem;
	animation: load 2s infinite;
}
.loading .inner .line:nth-of-type(1) {
	margin-top: 1rem;
}
.loading .inner .line:nth-of-type(2) {
	width: 8.1rem;
	animation-delay: 100ms;
}
.loading .inner .line:nth-of-type(3) {
	width: 11.5rem;
	animation-delay: 200ms;
}
.loading .inner .txt {
	position: absolute;
	top: 5rem;
	left: 0.4rem;
	color: #fff;
	font-weight: 700;
	font-size: 2.06rem;
	letter-spacing: 0.12em;
}
@keyframes load {
	50% {
		width: 0.5rem;
		margin-right: 9.5rem;
		opacity: .1;
	}
}
@media all and (max-width: 960px) {
	.loading .inner {
		top: 44.7%;
		/* left: 35%; */
	}
}
/*------------------------------------------------------------
	fade
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transform: translateY(4rem);
	transition: .5s;
}
.fadeIn.on {
	opacity: 1;
	transform: translateY(0);
}
.fadeInRight {
	opacity: 0;
	transform: translateX(-101%);
	transition: all ease 1s;
}
.fadeInRight.on {
	opacity: 1;
	transform: none;
}
.fadeInLeft {
	opacity: 0;
	transform: translateX(101%);
	transition: all ease 1s;
}
.fadeInLeft.on {
	opacity: 1;
	transform: none;
}
.fadeZoomOut {
	opacity: 0;
	transform: scale(1.05);
	transition: all 1s ease-out;
}
.fadeZoomOut.on {
	opacity: 1;
	transform: scale(1);
}