@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
section size
-------------------------------------------------- */
/* 初期設定 */
.subTtl01 {
	font-size: 4.35rem;
	line-height: 1;
	letter-spacing: 0.075em;
	font-weight: 700;
	position: relative;
	padding-left: 1.2em;
	color: #aa9444;
	margin-bottom: 1em;
}
@media screen and (max-width: 520px) {
	.subTtl01 {
		font-size: 2.5rem;
	}
}
.subTtl01::before {
	content: "";
	display: block;
	width: 0.9em;
	aspect-ratio: 1;
	position: absolute;
	inset: 50% auto auto 0;
	transform: translateY(-50%);
	background: url(../img/teaser/ttl-deco01.svg) no-repeat;
	background-size: contain;
}

#mv .fv .fvAbs {
	position: absolute;
	inset: 0 auto auto 50%;
	transform: translateX(-50%);
	width: 47%;
	max-width: 44.28rem;
}
#mv .dateBox {
	width: 100%;
	aspect-ratio: 1920/507.7;
	background: url(../img/teaser/date-bg01@2x.webp) no-repeat;
	background-size: cover;
	margin-top: -4.7%;
	padding-top: 4.7%;
	position: relative;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
}
#mv .dateBox .imgBox {
	width: 90%;
	max-width: 162.6rem;
	position: relative;
}
#mv .dateBox .imgBox > a {
	font-size: 1.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 400;
	position: absolute;
	width: 30%;
	inset: auto 0 -0.5em auto;
	text-align: center;
	background-color: #aa9444;
	color: #fff;
	border-radius: 999px;
	padding: 0.5em 0;
}
@media screen and (max-width: 520px) {
	#mv .dateBox .imgBox > a {
		width: 100%;
		font-size: 1.1rem;
		inset: 137% auto auto 0;
	}
}
#mv .dateBox .imgBox > a > span {
	padding-right: 1.2em;
	position: relative;
}
#mv .dateBox .imgBox > a > span::after {
	content: "";
	display: block;
	width: 1em;
	aspect-ratio: 1;
	position: absolute;
	inset: 50% 0 auto auto;
	transform: translateY(-50%);
	background: url(../img/teaser/mv-btnarrow.svg) no-repeat;
	background-size: contain;
}

#news {
	padding: 15rem 0;
	background: url(../img/teaser/news-bg@2x.webp);
	background-size: 100%;
	background-position: top left;
	font-size: 2.4rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 700;
}
@media screen and (max-width: 520px) {
	#news {
		padding: 11rem 0;
		font-size: 1.8rem;
	}
}
#news .inner .newsList {
	margin-bottom: 2em;
}
#news .inner .newsList li {
	border-bottom: 1px solid #aa9444;
}
#news .inner .newsList li:first-child {
	border-top: 1px solid #aa9444;
}
#news .inner .newsList li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	row-gap: 0.3em;
	padding: 1.5em;
}
@media screen and (max-width: 520px) {
	#news .inner .newsList li a {
		padding: 1.5em 0.5em;
	}
}
#news .inner .newsList li a .date {
	font-size: 75%;
	background-color: #aa9444;
	color: #fff;
	width: 9em;
	text-align: center;
	border-radius: 999px;
}
#news .inner .newsList li a .ttl {
	width: calc(100% - 8em);
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
@media screen and (max-width: 520px) {
	#news .inner .newsList li a .ttl {
		width: 100%;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		white-space: normal;
	}
}
#news .inner .bnrArea {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2em;
}
#news .inner .bnrArea li {
	width: calc((100% - 2em) / 2);
}
@media screen and (max-width: 520px) {
	#news .inner .bnrArea li {
		width: 100%;
	}
}

#comingSoon {
	padding: 15rem 0;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
	font-weight: 700;
}
@media screen and (max-width: 520px) {
	#comingSoon {
		font-size: 1.1rem;
	}
}
#comingSoon .inner {
	text-align: center;
	color: #333;
}
#comingSoon .inner > h4 {
	font-size: 505.44%;
}
@media screen and (max-width: 520px) {
	#comingSoon .inner > h4 {
		font-size: 400%;
	}
}

footer p.copyRight {
	width: 100%;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.05em;
	font-weight: 400;
	text-align: center;
	padding: 1.1em 1em;
	background-color: #333;
	color: #fff;
}
@media screen and (max-width: 520px) {
	footer p.copyRight {
		padding: 2em 1em;
		font-size: 1.1rem;
	}
}

header {
	width: 100%;
	padding: 2rem;
	background: url(../img/teaser/news/news-hdBg@2x.webp) no-repeat;
	background-size: cover;
}
@media screen and (max-width: 520px) {
	header {
		padding: 0.7rem;
	}
}
header .newsLogo {
	display: block;
	width: 10%;
	max-width: 9.6rem;
}

#txtArea {
	padding: 15rem 0;
	font-size: 1.8rem;
	line-height: 1.8055555556;
	letter-spacing: 0.1em;
	font-weight: 400;
}
@media screen and (max-width: 520px) {
	#txtArea {
		padding: 6rem 0;
		font-size: 1.3rem;
	}
}
#txtArea .inner .ttlBox {
	width: 100%;
	padding-bottom: 1em;
	border-bottom: 2px solid #aa9444;
}
#txtArea .inner .ttlBox .date {
	padding-left: 1.5em;
	color: #aa9444;
	margin-bottom: 0.2em;
	position: relative;
}
#txtArea .inner .ttlBox .date::before {
	content: "";
	display: block;
	width: 0.9em;
	aspect-ratio: 1;
	position: absolute;
	inset: 50% auto auto 0;
	transform: translateY(-50%);
	background: url(../img/teaser/ttl-deco01.svg) no-repeat;
	background-size: contain;
}
#txtArea .inner .ttlBox .ttl {
	font-size: 233.33%;
	line-height: 1.2;
	color: #aa9444;
}
@media screen and (max-width: 520px) {
	#txtArea .inner .ttlBox .ttl {
		font-size: 180%;
	}
}
#txtArea .inner .txtBox {
	padding: 3em 0;
	border-bottom: 2px solid #aa9444;
}
#txtArea .inner .txtBox > *{
	margin-top: 2em;
}
#txtArea .inner .txtBox > *:first-child {
	margin-top: 0;
}
#txtArea .inner .txtBox p {
	margin-top: 2em;
}
#txtArea .inner .txtBox p a{
	display: block;
	width: fit-content;
	text-align: center;
	color: #aa9444;
	color: #fff;
	padding: .2em 1.5em;
	background-color: #aa9444;
	border-radius: 999px;
}
#txtArea .inner .txtBox h2,
#txtArea .inner .txtBox h3,
#txtArea .inner .txtBox h4,
#txtArea .inner .txtBox h5 {
	font-weight: 700;
	margin-top: 2em;
	line-height: 1.4;
}
#txtArea .inner .txtBox h2 {
	font-size: 150%;
	padding: 0.3em;
	background-color: #aa9444;
	color: #fff;
}
#txtArea .inner .txtBox h3 {
	font-size: 133.33%;
	padding: 0.3em;
	color: #aa9444;
	border-bottom: 0.2em solid #aa9444;
}
#txtArea .inner .txtBox h4 {
	font-size: 133.33%;
	padding: 0.3em 0.5em;
	color: #aa9444;
	border-left: 0.3em solid #aa9444;
}
#txtArea .inner .back {
	display: block;
	width: 15em;
	margin: 2em auto 0;
	text-align: center;
	background-color: #aa9444;
	color: #fff;
	border-radius: 999px;
	padding: 0.5em 0;
}
@media screen and (max-width: 520px) {
	#txtArea .inner .back {
		width: 100%;
	}
}
#txtArea .inner .back > span {
	padding-right: 1.2em;
	position: relative;
}
#txtArea .inner .back > span::after {
	content: "";
	display: block;
	width: 1em;
	aspect-ratio: 1;
	position: absolute;
	inset: 50% 0 auto auto;
	transform: translateY(-50%);
	background: url(../img/teaser/mv-btnarrow.svg) no-repeat;
	background-size: contain;
}
#txtArea .inner .bnrArea {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 2em;
	margin-top: 9em;
}
#txtArea .inner .bnrArea li {
	width: calc((100% - 2em) / 2);
}
@media screen and (max-width: 520px) {
	#txtArea .inner .bnrArea li {
		width: 100%;
	}
}

/* --------------------------------------------------
ローディング
-------------------------------------------------- */
#loading{
	width: 100vw;
	height: 100vh;
	transition: all 1s;
	background: #102c58;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
}
#loading .imgBox{
	width: 70%;
	max-width: 10em;
}
.spinner {
	margin: 4em auto;
	width: 2em;
	height: 1.6em;
	text-align: center;
}
.spinner > div {
	background-color: #fff;
	height: 100%;
	width: .24em;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}
@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}
.loaded {
	opacity: 0;
	visibility: hidden;
}


.fadeIn{
	opacity: 0;
	transform: translatey(-10px);
	transition: .5s;
}
.fadeIn.is-visible{
	opacity: 1;
	transform: translatey(0);
}