@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;}
.noto {
	font-family: "Noto Sans JP", sans-serif;
}
.eb {
	font-family: "EB Garamond", serif;
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	margin: 0 auto;
	max-width: 116.2rem;
}
.content02 {
	margin: 0 auto;
	max-width: 95rem;
}
@media all and (max-width: 980px) {
	.content {
		margin: 0;
		max-width: 100% !important;
	}
	.content02 {
		margin: 0;
		max-width: 100% !important;
	}
}
/*------------------------------------------------------------
	comBanner
------------------------------------------------------------*/
.comBanner {
	margin: 0 auto;
	position: relative;
	z-index: 5;
	max-width: 96.9rem;
}
.comBanner .photo img {
	width: 100%;
}
.comBanner .comBtn02 {
	position: absolute;
	bottom: 4.5rem;
	left: 50%;
	transform: translateX(-50%) scale(0.8);
	opacity: 0;
	transition: all cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.comBanner .comBtn02.on {
	transform: translateX(-50%);
	opacity: 1;
}
@media all and (max-width: 980px) {
	.comBanner {
		max-width: 37.4rem;
	}
	.comBanner .comBtn02 {
		bottom: 3.7rem;
	}
}
/*------------------------------------------------------------
	comBtn02
------------------------------------------------------------*/
.comBtn02 {
	transform: scale(0.8);
	opacity: 0;
	transition: all cubic-bezier(0.25, 1, 0.5, 1) 0.8s;
}
.comBtn02 a {
	display: block;
	z-index: 2;
	width: 33.1rem;
	min-height: 7rem;
	background: url(../img/common/combtn_bg01.png) no-repeat left top / 100% 100%;
	border-radius: 0.7rem;		
}
.comBtn02.on {
	transform: none;
	opacity: 1;
}
@media all and (min-width: 981px) {
	.comBtn02 a:hover {
		background-image: url(../img/common/combtn_bg02.png);
	}
}
@media all and (max-width: 980px) {
	.comBtn02 a {
		width: 27.1rem;
		min-height: 5.7rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 2rem;
	font-weight: 500;
	font-size: 4rem;
	letter-spacing: 0.05em;
	text-align: center;
}
.headLine01 .en {
	margin-bottom: 1.3rem;
	display: block;
	font-size: 2rem;
	color: #D4B572;
	letter-spacing: 0.05em;
}
@media all and (max-width: 980px) {
	.headLine01 {
		margin-bottom: 1rem;
		font-size: 3rem;
		letter-spacing: 0;
		line-height: 1.66;
	}
	.headLine01 .en {
		margin-bottom: 0.8rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	margin-bottom: 4.4rem;
	text-align: center;
	font-weight: 400;
	font-size: 1.3rem;
	color: #D4B572;
}
.headLine02 .en {
	display: block;
	font-size: 4rem;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.05em;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 980px) {
	.headLine02 .en {
		margin-top: 0.3rem;
		font-size: 3.5rem;
		line-height: 1.14;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 3.3rem;
	font-size: 2.8rem;
	color: #fff;
	font-weight: 500;
}
.headLine03 .en {
	margin: 0 0 1rem 0.5rem;
	display: block;
	color: #D4B572;
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}
@media all and (max-width: 980px) {
	.headLine03 {
		text-align: center;
		margin-bottom: 1.7rem;
	}
	.headLine03 .en {
		margin: 0 0 1.2rem;
		text-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.7);
	}
}
/*------------------------------------------------------------
	headLine04
------------------------------------------------------------*/
.headLine04 {
	padding: 0 5.5rem;
	position: relative;
	width: fit-content;
	margin: 0 auto 1rem;
	font-weight: 500;
	font-size: 2.8rem;
	color: #D30010;
	background: url(../img/common/img01.png) no-repeat left top calc(50% + 0.3rem) / 3.5rem,url(../img/common/img02.png) no-repeat right top calc(50% + 0.3rem) / 3.5rem;
}
@media all and (max-width: 980px) {
	.headLine04 {
		padding: 0 5.3rem;
		margin-bottom: 1rem;
		font-size: 2.5rem;
		letter-spacing: 0.02em;
		background-size: 3.1rem auto;
	}
}
/*------------------------------------------------------------
	comBgBox
------------------------------------------------------------*/
.comBgBox {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% + 1px);
	contain: paint;
}
.comBgBox .fixBg {
	position: absolute;
    left: 0;
    top: -100lvh;
    width: 100%;
    height: calc(100% + 200lvh);
}
.comBgBox img {
	object-position: center top;
	position: sticky;
    top: 0;
    width: 100%;
    height: 100lvh;
    object-fit: cover;
    transform: translateZ(0);
}
@media all and (max-width: 980px) {
	.comBgBox {
		height: calc(100% - 1px);
	}
}
/*------------------------------------------------------------
	comBtn03
------------------------------------------------------------*/
.comBtn03 {
	width: 20rem;
}
.comBtn03 a {
	padding: 0 2.7rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 4.5rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	border-radius: 0.8rem;
	overflow: hidden;
	background: #6F739B url(../img/common/icon05.png) no-repeat right 1.5rem center / 1.2rem;
}
@media all and (min-width: 981px) {
	.comBtn03 a:hover {
		background-color: #9095B9;
	}
}
@media all and (max-width: 980px) {
}
/*------------------------------------------------------------
	comBtn04
------------------------------------------------------------*/
.comBtn04 {
	margin: 0 auto;
	width: 27.9rem;
}
.comBtn04 a {
	padding: 0 4rem 0 2.4rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	min-height: 4.9rem;
	font-size: 1.5rem;
	font-weight: 400;
	border: 1px solid #AA9066;
	background: #F9E5BD url(../img/common/icon07.png) no-repeat right 2.8rem center / 1.1rem;
	border-radius: 5rem;
}
.comBtn04 span {
	padding-left: 2.7rem;
	background: url(../img/common/icon06.png) no-repeat left center / 1.3rem;
}
.comBtn04 a:hover {
	opacity: 0.7;
}
/*------------------------------------------------------------
	common
------------------------------------------------------------*/
/* fadeInscale */
.fadeInscale {
	opacity: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
@keyframes fadeInscale {
	from {
		opacity: 0;
		-webkit-transform: scale(0.7);
		transform: scale(0.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}
.fadeInscale.on {
	-webkit-animation-name: fadeInscale;
	animation-name: fadeInscale;
}
.animate-delay-100 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}
.animate-delay-200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}
.animate-delay-300 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
.animate-delay-400 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}
.animate-delay-500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}
.animate-delay-600 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}
.animate-delay-700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}
.animate-delay-800 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}
.fadeInLeft {
	transform: translateX(-4rem);
	opacity: 0;
	transition: all ease 1s;
}
.fadeInLeft.on {
	transform: none;
	opacity: 1;
}
.fadeInUp {
	transform: translateY(4rem);
	opacity: 0;
	transition: all ease 1s;
}
.fadeInUp.on {
	transform: none;
	opacity: 1;
}
@media all and (min-width: 981px) {
	.fadeInUp-pc {
		transform: translateY(4rem);
		opacity: 0;
		transition: all ease 1s;
	}
	.fadeInUp-pc.on {
		transform: none;
		opacity: 1;
	}
}
@media all and (max-width: 980px) {
	.fadeInUp-sp {
		transform: translateY(4rem);
		opacity: 0;
		transition: all ease 1s;
	}
	.fadeInUp-sp.on {
		transform: none;
		opacity: 1;
	}
}