@charset "utf-8";
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-ltt */
/* 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;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	padding: 0 2rem;
	max-width: 120.6rem;
}
.mainBox {
	margin: 0 auto;
	max-width: 89rem;
	width: 65.2%;
	padding: 0 2rem;
}
.en {
	font-family: 'markpro-boldItalic';
}
@media all and (max-width: 896px) {
	.mainBox {
		width: auto;
		padding: 0 3rem;
	}
}
/*------------------------------------------------------------
	fadeIn
------------------------------------------------------------*/
.fadeIn {
	opacity: 0;
	transform: translate(0, -15px);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeIn.on {
	opacity: 1;
	transform: translate(0, 0);
}
.fadeIn.delay01 {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 5.8rem;
	font-weight: 700;
	font-size: 2rem;
	text-align: center;
	letter-spacing: 0.16em;
}
@media all and (max-width: 896px) {
	.headLine01 {
		margin-bottom: 4.1rem;
		font-size: 2.6rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 3.3rem;
	padding-bottom: 1.5rem;
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #000;
	letter-spacing: 0.14em;
}
@media all and (max-width: 896px) {
	.headLine02 {
		margin-bottom: 1.9rem;
		padding-bottom: 0.6rem;
		letter-spacing: 0.14em;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 1.2rem;
	font-size: 3.4rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.1em;
}
@media all and (max-width: 896px) {
	.headLine03 {
		margin: 0 -1rem 2.7rem;
		font-size: 2.8rem;
		line-height: 1.36;
		letter-spacing: 0.08em;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	background: #EEEDE7;
    border-radius: 4.1rem;
    box-shadow: 1rem 3rem 1.5rem rgba(0, 0, 0, 0.05), -1rem 3rem 1.5rem rgba(0, 0, 0, 0.05), 0 1.5rem 2rem rgba(0, 0, 0, 0.03);
}
@media all and (max-width: 896px) {
	.comBgBox {
		border-radius: 2rem;
		box-shadow: 0.5rem 1rem 1rem rgba(0, 0, 0, 0.05), -1rem 2rem 1rem rgba(0, 0, 0, 0.05), 0 1rem 2rem rgba(0, 0, 0, 0.03);
	}
}
/*------------------------------------------------------------
	comLinkList
------------------------------------------------------------*/
.comLinkList {
	margin: -1.7rem 0 8.3rem;
}
.comLinkList li {
	margin: 1.7rem 1.6rem 0 0;
	width: calc((100% - 3.2rem)/3);
}
.comLinkList li:nth-child(3n) {
	margin-right: 0;
}
.comLinkList li a {
	padding: 0 2.6rem;
	display: flex;
	height: 5.5rem;
	font-size: 1.4rem;
	letter-spacing: 0.04em;
	align-items: center;
	border-radius: 1.3rem;
	border: 1px solid #b3b3b3;
	background: url("../img/common/icon03.png") no-repeat right 2.5rem center;
	background-size: 0.9rem auto;
}
@media all and (min-width: 1025px) and (hover: hover) {
	.comLinkList li a:hover {
		color: #fff;
		background: #000 url("../img/common/icon03_over.png") no-repeat right 2.5rem center;
		background-size: 0.9rem auto;
	}
}
@media all and (min-width: 768px) and (max-width: 1249px) {
    .comLinkList {
        margin-bottom: 6.2rem;
        justify-content: space-between;
    }
    .comLinkList li {
        margin-right: 0;
        width: 48.8%;
    }
}
@media all and (max-width: 767px) {
	.comLinkList {
		margin: 0 0 5.5rem;
		display: block;
	}
	.comLinkList li {
		margin: 0 0 0.6rem;
		width: auto;
	}
	.comLinkList li:nth-child(3n) {
		margin-right: 0;
	}
	.comLinkList li a {
		padding: 0 2rem;
		height: 5.2rem;
		border-radius: 1rem;
	}
}
/*------------------------------------------------------------
	comInner
------------------------------------------------------------*/
.comInner {
	margin: 0 auto;
	max-width: 70rem;
}
/*------------------------------------------------------------
	comTxtLink
------------------------------------------------------------*/
p .comTxtLink {
	color: #0071bc;
	font-weight: 700;
	text-decoration: underline;
}
@media all and (min-width: 1025px) and (hover: hover) {
	p .comTxtLink:hover {
		text-decoration: none;
	}
}
/*------------------------------------------------------------
	fixBtn
------------------------------------------------------------*/
.fixBtn {
	position: fixed;
	right: 5.2rem;
	bottom: 5rem;
	z-index: 80;
}
.fixBtn a {
	width: 27rem;
	height: 6.3rem;
	padding-left: 5.5rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.67rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	background : #EBEAE4;
	border: 0.3rem solid #000;
	border-radius: 5rem;
	box-shadow: 0.5rem 0.5rem 0 #D0CFCA;
	box-sizing: border-box;
}
.fixBtn a img {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 6.7rem;
	border-radius: 0 0 0 2.8rem;
}
.fixBtn .sub {
	display: inline-block;
	padding-left: 2.4rem;
	background: url(../img/common/icon05.png) no-repeat left 0.3rem/1.8rem auto;
}
@media all and (min-width: 1025px) and (hover: hover) {
	.fixBtn a:hover {
		transform: scale(1.03);
	}
}
@media all and (max-width: 896px) {
	.fixBtn {
		right: 0;
		width: 100%;
		bottom: 2.4rem;
	}
	.fixBtn a {
		margin: 0 auto;
		padding-bottom: 0.1rem;
		width: 25rem;
		height: 5.6rem;
		font-size: 1.55rem;
		box-shadow: 0.3rem 0.3rem 0 #D0CFCA;
	}
	.fixBtn .sub {
		background-size: 1.7rem auto;
	}
}



.loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	background-color: #EFEEE8;
	pointer-events: none;
	font-family: markpro-bold,markpro-book,Noto Sans JP,sans-serif;
}
.loading.hide {
	opacity: 0;
	transition: all .7s cubic-bezier(.18,.06,.23,1);
}
.loading .stepFirst {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.loading .stepFirst .fadeTxt {
	overflow: hidden;
	opacity: 0;
	font-size: 2.3rem;
	letter-spacing: 0.7px;
	margin-top: -9px;
}
.loading .stepFirst .fadeTxt.show {
	opacity: 1;
}
.loading .stepFirst .fadeTxt span {
	display: inline-block;
	vertical-align: top;
	transform: translateY(100%);
	transition: all 0.3s;
}
.loading .stepFirst .fadeTxt span.on {
	transform: translateY(0);
}
.loading .stepFirst.hide p {
	transform: scale(0.8);
	filter: blur(3px);
	transition: all 0.5s;
	animation: opacityload 0.5s forwards;
}
@keyframes opacityload {
	0% {
		opacity: 1;
	}
	30% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.loading .second {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	margin-top: -40px;
}
.loading .second .svgBox {
	width: 202px;
}
.loading .second .svgBox circle.reverse01 {
	transform: rotateY(180deg) translateX(-232px) rotateZ(0.1deg);
}
.loading .second .svgBox circle.reverse02 {
	transform: rotateY(180deg) translateX(-112px) rotateZ(0.1deg);
}
.loading .second .svgBox path,
.loading .second .svgBox line,
.loading .second .svgBox circle {
	fill: none;
	stroke: #000;
	stroke-width: 1;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-miterlimit: 10;
	stroke-dasharray: 1000;
	stroke-dashoffset: 1000;
}
.loading.secShow .second .svgBox path,
.loading.secShow .second .svgBox line,
.loading.secShow .second .svgBox circle {
	animation: stroke 4.5s 0.5s ease forwards;
}
.loading.secShow .second .svgBox path {
	animation-duration: 1.5s;
}
@keyframes stroke {
	to {
		stroke-dashoffset: 0;
	}
}
.loading .second .logoBox {
	position: relative;
}
.loading .second .logoBox .logo {
	margin: -1px 0 0 2px;
	width: 140px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	opacity: 0;
}
.loading.on .second .logoBox .logo {
	opacity: 1;
}
.loading.on .second .svgBox path,
.loading.on .second .svgBox line,
.loading.on .second .svgBox circle {
	opacity: 0;
	transition: all 1s linear;
}
.loading .second p {
	margin: -18px 0 0 33px;
	font-size: 0.9rem;
	letter-spacing: 0.5px;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
}
.loading .second span {
	display: block;
	opacity: 0;
}
.loading .second .font12 {
	font-size: 1.2rem;
}
.loading.secShow .second span {
	opacity: 1;
	transition: all 0.5s linear 2.6s;
}
.loading.secShow .second span:nth-child(2) {
	transition-delay: 2.8s;
}
.loading.secShow .second span:nth-child(3) {
	transition-delay: 3s;
}
.slideBox .mySwiper {
	opacity: 0;
	transform: translateY(120px) perspective(1200px) rotateX(14deg) scale(1.03);
	transition: transform 1.6s cubic-bezier(.27, 1.09, 1, 1),opacity 1s linear;
}
.slideBox.show .mySwiper {
	opacity: 1;
	transform: translateY(0) perspective(1200px) rotateX(0) scale(1);
}
.loading.on .second {
	transform: translate(-50%,-50%) scale(1.3);
	opacity: 0;
	transition: all 1s 2.2s;
}
@media all and (max-width: 767px) {
	.loading .stepFirst .fadeTxt {
		font-size: 1.8rem;
		margin: 0 -15px 5px;
	}
	.loading .second {
		margin: -8px 0 0 2px;
	}
	.loading .second .svgBox {
		width: 155px;
	}
	.loading .second .logoBox .logo {
		margin: -1px 0 0 2px;
		width: 108px;
	}
	.loading .second p {
		margin: -10px 0 0 23px;
		font-size: 0.65rem;
	}
	.loading .second .font12 {
		font-size: 0.92rem;
	}
}