@charset 'UTF-8';
/*----------------------------------------

	- content
		- .news-section
			- .news-ttl
		- .information-section
			- .information-ttl

-----------------------------------------*/

.note_area {
	padding-top: 40px;
	idth: 1200px;
	width: 90%;
	margin-inline: auto;
	background-color: #fff;
	font-size: 1.1rem;
}



.bg {
	background-image: url(../img/common/bc_common.png);
	background-attachment: fixed;
	background-size: 100%;
	background-position: center;
	margin-bottom: -1px;
}

/* アニメーション */
.kv {
	overflow: hidden;
}

.kv .imgBox {
	scale: 1.05;
	opacity: 0;
	transition: 1.5s;
}

.kv.active .imgBox {
	scale: 1;
	opacity: 1;
}

.anime0 {
	opacity: 0;
	filter: blur(100px);
	transition: all 2s;
}

.anime0.scrollin {
	opacity: 1;
	filter: blur(0px);
}

.anime1 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
}

.anime1.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.anime2 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
	transition-delay: 0.3s;
}

.anime2.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.anime3 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
	transition-delay: 0.6s;
}

.anime3.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.anime4 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
	transition-delay: 0.9s;
}

.anime4.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.anime5 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
	transition-delay: 1.2s;
}

.anime5.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.anime6 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
	transition-delay: 1.5s;
}

.anime6.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.anime7 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
	transition-delay: 1.8s;
}

.anime7.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.anime8 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
	transition-delay: 2.1s;
}

.anime8.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.anime9 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
	transition-delay: 2.4s;
}

.anime9.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.anime10 {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.5s;
	transition-delay: 2.7s;
}

.anime10.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.btn_area {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.btn_area .btn {
	width: 48%;
	/* max-width: 400px; */
	text-align: center;
	opacity: 1;
	transition: .5s;
}

.btn_area .btn:hover {
	opacity: .6;
}

.btn_area .btn a {
	display: inline-block;
	padding-block: 2rem;
	width: 100%;
	color: #fff;
	font-size: 1.8rem;
}

.btn_area .btn.entry {
	background-color: #474634;
}

.btn_area .btn.limited {
	background-color: #716F55;
}

.btn_area .btn.reserve {
	background-color: #70564F;
}

@media screen and (max-width: 768px) {

	.btn_area .btn a {
		padding-block: 1.3rem;
		font-size: 1.3rem;
	}
}

._pc {
	display: block;
}

._sp {
	display: none;
}

@media screen and (max-width: 768px) {

	._pc {
		display: none;
	}

	._sp {
		display: block;
	}
}

/* .article {
	background: transparent url("../img/common/bc_common.png") left top / cover no-repeat;
	overflow-x: clip;
} */

article *,
article *::before,
article *::after {
	box-sizing: border-box;
}

.flexBox {
	display: flex;
	flex-wrap: wrap;
}

.imgBox {
	position: relative;
}

.imgBox .imgNote {
	position: absolute;
	right: 9px;
	bottom: 5px;
	color: #fff;
	text-shadow: 0 0 4px #000, 0 0 4px #000;
	font-weight: 600;
	font-size: 1.2rem;
}

.imgBox .imgNote.col_blk {
	color: #000;
	text-shadow: 0 0 4px #ffffff;
}

.imgBox .imgNote.col_wh {
	color: #000;
}

.con_wrap {
	position: relative;
	padding-block: 3vw;
	position: relative;
}

/* .con_wrap::before,
.con_wrap::after {
	content: '';
	position: absolute;
	width: 1px;
	height: 5vw;
	background-color: #978D82;
	left: 50%;
	transform: translateX(-50%);
} */

.con_wrap::before {
	top: 3%;
}

.con_wrap::after {
	bottom: 3%;
}

@media screen and (max-width: 768px) {
	.imgBox .imgNote {
		font-size: 1rem;
	}

	/* .article {
		background: transparent url("../img/common/bc_common_sp.png") left top / cover no-repeat;
	} */

	.con_wrap {
		position: relative;
		padding-block: 3vw;
		position: relative;
	}

	/* .con_wrap::before,
	.con_wrap::after {
		content: '';
		position: absolute;
		width: 1px;
		height: 13vw;
		background-color: #978D82;
		left: 50%;
		transform: translateX(-50%);
	} */

	.con_wrap::before {
		top: 0%;
	}

	.con_wrap::after {
		bottom: 1.5%;
	}
}

/*----------------------------------------
	contents
-----------------------------------------*/
#contents {
	max-width: 1200px;
	width: 100%;
	margin: auto;
}

@media screen and (max-width: 768px) {
	#contents {
		width: 100%;
	}
}

/*----------------------------------------
	page title
-----------------------------------------*/
.page_ttl_area {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: auto;
	color: #978D82;
	margin-top: 3vw;
}

.page_ttl_area .page_ttl {
	font-size: 3.5rem;
	line-height: 1.2;
	text-align: center;
	letter-spacing: 0.5em;
	text-transform: uppercase;
}

.page_ttl_area .page_ttl span:nth-of-type(2) {
	display: block;
	font-size: 1.5rem;
	line-height: 2;
	letter-spacing: 0.05em;
}

.page_lead {
	font-size: clamp(1rem, 5vw, 3rem);
	text-align: center;
	line-height: 2;
	letter-spacing: 0.05em;
	margin-top: 2vw;
}

@media screen and (max-width: 768px) {
	.page_ttl_area {
		padding-block: 5vw;
	}

	.page_lead {
		font-size: clamp(1rem, 4.5vw, 3rem);
	}

	.page_ttl_area .page_ttl {
		font-size: 3.6rem;
	}

	.page_ttl_area .page_ttl span:nth-of-type(2) {
		font-size: 1.2rem;
	}
}

.con_wrap .con_leadBox p {
	text-align: center;
}

.con_leadBox {
	margin-top: 5vw;
}

.con_wrap .con_leadBox .p1 {
	line-height: 2;
	text-align: center;
	letter-spacing: 0.1em;
	font-size: clamp(1rem, 3vw, 2.5rem);
	font-weight: 600;
}

.con_wrap .con_leadBox .sup {
	vertical-align: super;
	font-size: 1.2rem;
}

.con_wrap .con_leadBox .p2 {
	line-height: 2;
	text-align: center;
	letter-spacing: 0.05em;
	margin-top: 1vw;
	font-size: clamp(1rem, 1.8vw, 1.8rem);
}

.con_wrap .con_leadBox .p2 .commas {
	display: inline-block;
}

.con_wrap .con_leadBox .note {
	margin-top: 1vw;
	font-size: clamp(1rem, 1.8vw, 1.5rem);
}

.con_wrap.bg .con_inner {
	position: relative;
	z-index: 1;
}

.con_wrap.bg::before {
	content: "";
	width: 100%;
	top: 0;
	height: 100%;
}

.con_wrap.bg::after {
	display: none;
}

.con_wrap.bg .con_leadBox {
	margin-top: 0vw;
}

@media screen and (max-width: 767px) {
	.con_leadBox {
		max-width: 95%;
		margin-inline: auto;
	}

	.con_wrap .con_leadBox .p1 {
		font-size: clamp(1rem, 4.5vw, 2.5rem);
		margin-bottom: 5vw;
		letter-spacing: 0.09rem;
	}

	.con_wrap .con_leadBox .p2 {
		line-height: 2;
		text-align: left;
		letter-spacing: 0.05em;
		margin-top: 1vw;
		font-size: clamp(1rem, 3.5vw, 1.8rem);
		letter-spacing: -0.01rem;
	}

	.con_wrap .con_leadBox .note {
		margin-top: 1vw;
		font-size: clamp(1rem, 1.8vw, 1.5rem);
	}

	.con_wrap.bg .con_inner {
		position: relative;
		z-index: 1;
	}

}

/* .kv {
	margin: 0 0 90px;
} */

@media screen and (max-width: 767px) {
	.kv {
		margin: 0 auto 0px;
	}
}

/* .kvはダミーです */


.news-section {
	width: min(76%, 550px);
	margin: 0 auto 90px;
}

.news-ttl {
	color: #1a1816;
	font-weight: 500;
	font-size: 2.0rem;
	line-height: 1;
	font-family: 'Cormorant Garamond', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
}

.news-section dl {
	display: grid;
	gap: 8px;
	align-items: baseline;
	width: 100%;
	margin: 30px auto 0;

	grid-template: auto / 9.6em 1fr;
}

.news-section dl dt {
	grid-column: 1;
	font-size: 1.4rem;
}

.news-section dl dd {
	grid-column: 2;
	font-size: 1.6rem;
	line-height: 2;
}

.news-section dl dd a {
	color: var(--color_black_chocolate);
}

.news-section dl dd a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 767px) {
	.news-section {
		margin: 0 auto 50px;
	}

	.news-ttl {
		font-size: 2.0rem;
	}

	.news-section dl {
		gap: 0;
		align-items: baseline;
		margin: 26px auto 0;

		grid-template: auto / 1fr;
	}

	.news-section dl dt {
		grid-column: unset;
		font-size: 1.2rem;
	}

	.news-section dl dd+dt {
		margin-top: 19px;
	}

	.news-section dl dd {
		grid-column: unset;
		font-size: 1.4rem;
	}
}


.information-section {
	margin: 0 0 90px;
	text-align: center;
}

.information-section .btn_area {
	justify-content: center;
}

.information-ttl {
	margin-bottom: 10px;
	color: #978d82;
	font-weight: 300;
	font-size: 2.0rem;
	line-height: 1;
	font-family: 'Cormorant Garamond', '游明朝', YuMincho, 'Hiragino Mincho ProN W3', 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'ＭＳ 明朝', serif;
	letter-spacing: 0.1em;
}

/*SERIES*/
body.map #series,
body.outline #series {
	margin-top: 8rem;
}

#series {
	padding: 80px 0 0px;
	font-family: YakuHanMP, 'Zen Old Mincho', serif;
	font-size: 62.5%;
	font-weight: 400;
	line-height: 1.15;
	text-align: justify;
	text-justify: inter-ideograph;
	width: 100%;
	background-color: #fff;
}

#series .title {
	position: relative;
	margin: 2rem auto 0;
	width: fit-content;
	font-size: 2.4rem;
	text-align: center;
}

#series .title::before,
#series .title::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 30%;
	height: 1px;
	background-color: #CDCDCD;
}

#series .title::before {
	left: -37%;
}

#series .title::after {
	right: -37%;
}

#series .annotation {
	margin-top: 4rem;
	font-family: YakuHanMP, 'Noto Serif JP', serif;
	font-size: 120%;
	line-height: 1.8rem;
	line-break: anywhere;
}

#series ol {
	display: flex;
	justify-content: center;
	gap: 60px;
	margin-top: 4rem;
	width: 100%;
	text-align: center;
	font-size: 2.4rem;
}

#series ol li {
	max-width: 500px;
	width: 90%;
}

#series ol li a {
	text-decoration: none;
	transition: opacity .2s ease-out;
	color: #000;
}

#series ol li a:hover {
	opacity: .8;
}

#series ol li a img {
	width: 100%;
	margin-inline: auto;
}

#series ol li .explanation {
	margin-top: 1rem;
	font-size: 60%;
}

#series ol li .name {
	margin-top: 1rem;
	letter-spacing: .2rem;
}

@media screen and (max-width: 767px) {

	#series .title::before,
	#series .title::after {
		content: "";
		position: absolute;
		top: 50%;
		width: 10%;
		height: 1px;
		background-color: #CDCDCD;
	}

	#series {
		padding-top: 40px;
	}

	#series .title::before {
		left: -13%;
	}

	#series .title::after {
		right: -13%;
	}

	#series .title {
		font-size: 2rem;
	}
}