@charset "UTF-8";

/* gallery_list
----------------------------------------*/
.gallery_list::before {
	content: '';
	display: block;
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(../../img/common/bg_01.jpg) no-repeat center center / cover;
	margin-bottom: -100vh;
}
.gallery_list_inner {
	max-width: 128rem;
	margin: 0 auto;
	padding: 21.1rem 0 0;
}
.gallery_list h1 {
	text-align: center;
	font-size: 1.8rem;
	color: #A08962;
	letter-spacing: .18em;
	font-weight: 600;
	margin-bottom: 7.4rem;
}
.gallery_list h1 img {
	width: 67.4rem;
	margin: 0 auto 2.6rem;
}
.gallery_navi {
	width: 105.9rem;
	margin: 0 auto 10rem;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 1rem 1.3rem;
}
.gallery_navi a {
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4rem 0;
	height: 5.5rem;
	background: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: .1em;
	color: #A08962;
	padding-top: .4rem;
	box-shadow: .2rem .2rem .6rem rgba(0, 0, 0, .1);
}
.gallery_navi .current a {
	background: linear-gradient(to right, #A08962, #CDBDA0);
	color: #fff;
}
.gallery_img {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 128rem;
	position: relative;
}
.gallery_img li {
	position: absolute;
	width: 25%;
}
.gallery_img li a {
	display: block;
	aspect-ratio: var(--gallery-ratio, 16 / 9);
	overflow: hidden;
	background: rgba(160, 137, 98, .08);
}
.gallery_img li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	color: transparent;
	opacity: 0;
	transition: opacity .25s ease;
}
.gallery_img li img.is-loaded {
	opacity: 1;
}
.gallery_list .btn_large {
	border: 0;
	width: 50rem;
	height: 6rem;
	background: #fff;
	margin: 6rem auto 0;
	box-shadow: .2rem .2rem .6rem rgba(0, 0, 0, .1);
	color: #A08962;
	font-size: 1.6rem;
	font-weight: 400;
	cursor: pointer;
}
.gallery_list .btn_large::after {
	content: '';
	display: block;
	width: 2.5rem;
	height: 2.5rem;
	border: .1rem solid rgba(160, 137, 98, .5);
	border-radius: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 3.5rem;
	background: url(../../img/common/icon_arrow_01.svg) no-repeat center center / .7rem auto;
	margin: auto 0;
	mask: none;
	box-sizing: border-box;
	transform: rotate(90deg);
}
.gallery_list {
	padding-bottom: 12rem;
}
@media only screen and (max-width: 768px) {
	.gallery_list::before {
		background-image: url(../../img/common/bg_01-sp.jpg);
	}
	.gallery_list_inner {
		padding: 16.4rem 0 0;
	}
	.gallery_list h1 {
		font-size: 1.4rem;
		margin-bottom: 5.5rem;
	}
	.gallery_list h1 img {
		width: 20.9rem;
		margin: 0 auto 1.9rem;
	}
	.gallery_navi {
		width: 35rem;
		margin: 0 auto 8rem;
		grid-template-columns: repeat(2, 1fr);
		gap: 1rem .6rem;
	}
	.gallery_navi a {
		border-radius: 3rem 0;
		height: 4.5rem;
		font-size: 1.3rem;
		padding-top: 0;
	}
	.gallery_img {
		width: 100%;
	}
	.gallery_img li {
		width: 50%;
	}
	.gallery_list .btn_large {
		width: 31rem;
		height: 5rem;
		margin: 4rem auto 0;
		font-size: 1.4rem;
		letter-spacing: .08em;
	}
	.gallery_list .btn_large::after {
		right: 2rem;
	}
	.gallery_list {
		padding-bottom: 10rem;
	}
}

/* modal
----------------------------------------*/
.modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(160, 137, 98, .95);
	z-index: 5000;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}
.modal_open .modal {
	opacity: 1;
	pointer-events: all;
}
.modal_box {
	max-width: 100rem;
	margin: 0 auto;
}
.modal_slide {
	max-width: 92rem;
	margin: 0 auto;
}
.modal_slide figure {
	margin: 0 1rem;
}
.modal_slide figure.slick-slide {
	float: left;
}
.modal_slide .slick-track {
	display: flex;
	align-items: center;
}
.modal_slide .slick-track::after {
	content: '';
	display: block;
	clear: both;
	width: 0;
	height: 0;
}
.modal_slide .slick-list {
	overflow: hidden;
}
.modal_slide .slick-next,
.modal_slide .slick-prev {
	appearance: none;
	width: 3rem;
	height: 3rem;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -99rem;
	border: .1rem solid rgba(255, 255, 255, .5);
	position: absolute;
	top: calc(50% - 3.2rem);
	right: -4rem;
	background: none;
	background: url(../../img/common/icon_arrow_01.svg) no-repeat center center / .7rem auto;
	filter: brightness(0) invert(1);
	cursor: pointer;
	z-index: 100;
}
.modal_slide .slick-prev {
	right: auto;
	left: -4rem;
	transform: scale(-1, 1);
}
.modal_slide figure img {
	/* 高さ固定：縦写真・横写真とも同じ高さに揃える（短い画面でははみ出し防止のため vh で上限） */
	height: 58rem;
	max-height: 82vh;
	width: auto;
	max-width: 100%;
	display: block;
	margin: 0 auto;
	color: transparent;
	opacity: 0;
	transition: opacity .25s ease;
}
.modal_slide figure img.is-loaded {
	opacity: 1;
}
.modal_slide figcaption {
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: .1em;
	font-weight: 700;
	margin-top: 1.5rem;
}
.modal_close {
	appearance: none;
	border-radius: 0;
	padding: 0;
	font-family: inherit;
	background: none;
	width: 5rem;
	height: 4.6rem;
	position: absolute;
	top: calc(50% - 29rem);
	right: -6.3rem;
	border: 0;
	color: #fff;
	text-align: center;
	letter-spacing: .1em;
	font-size: 1.7rem;
	cursor: pointer;
}
.modal_close span {
	display: block;
	padding-top: 3.1rem;
	pointer-events: none;
}
.modal_close::before,
.modal_close::after {
	content: '';
	display: block;
	width: .1rem;
	height: 2.7rem;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: rotate(45deg)
}
.modal_close::after {
	transform: rotate(-45deg)
}
@media only screen and (max-width: 768px) {
	.modal_box {
		max-width: 100%;
	}
	.modal_slide {
		max-width: 39rem;
	}
	.modal_slide figure {
		margin: 0 1.5rem;
	}
	.modal_slide .slick-next,
	.modal_slide .slick-prev {
		width: 2.5rem;
		height: 2.5rem;
		top: calc(50% - 2.5rem);
		right: 1rem;
	}
	.modal_slide .slick-prev {
		right: auto;
		left: 1rem;
	}
	.modal_slide figure img {
		/* SP は従来通り（PC の固定高さを打ち消す） */
		height: auto;
		max-width: 34.5rem;
		max-height: 34.5rem;
	}
	.modal_slide figcaption {
		font-size: 1.2rem;
		margin-top: 1rem;
	}
	.modal_close {
		height: 4rem;
		top: -5rem;
		right: 1rem;
		font-size: 1.4rem;
	}
	.modal_close span {
		padding-top: 2.4rem;
	}
}

/* gallery_other
----------------------------------------*/
.gallery_other {
	background: url(../../img/gallery/bg_01.svg) no-repeat center top / 100% 77.6rem;
	padding: 5.4rem 0 0;
	height: 77.6rem;
}
.gallery_other_inner {
	max-width: 115.6rem;
	margin: 0 auto;
}
.gallery_other h2 {
	width: 31rem;
	margin-bottom: 5.98rem;
}
.gallery_other_list {
	max-width: 105.9rem;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	gap: 4.4rem;
}
.gallery_other_list li {
	width: 23.2rem;
}
.gallery_other_list li figure {
	-webkit-mask-image: url(../../img/fair/mask_01.svg);
	-webkit-mask-mode: alpha;
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-position: center bottom;
	-webkit-mask-size: 100% 100%;
	mask-image: url(../../img/fair/mask_01.svg);
	mask-mode: alpha;
	mask-repeat: no-repeat;
	mask-position: center bottom;
	mask-size: 100% 100%;
}
.gallery_other_list li a {
	display: block;
}
.gallery_other_list li p {
	font-size: 1.4rem;
	letter-spacing: .16em;
	font-weight: 600;
	margin-top: 1.3rem;
}
.gallery_other_list li p::before {
	content: '';
	display: block;
	background: url(../../img/common/icon_arrow_01.svg) no-repeat center center / .84rem auto;
	position: absolute;
	top: -.5rem;
	right: 0;
	width: 3rem;
	height: 3rem;
	border: .1rem solid #A08962;
	border-radius: 50%;
	box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
	.gallery_other {
		background: url(../../img/gallery/bg_01-sp.svg) no-repeat center top / 90rem 80.3rem;
		padding: 0;
		height: 73.2rem;
	}
	.gallery_other_inner {
		max-width: 34rem;
	}
	.gallery_other h2 {
		width: 20.5rem;
		margin: 0 0 4rem .64rem;
	}
	.gallery_other_list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 4rem 2rem;
	}
	.gallery_other_list li {
		width: 16rem;
	}
	.gallery_other_list li p {
		font-size: 1.3rem;
		margin: .9rem 0 0 .5rem;
	}
	.gallery_other_list li p::before {
		background-size: .56rem auto;
		top: 0;
		width: 2rem;
		height: 2rem;
	}
}

/* topics
----------------------------------------*/
.p_fair.p_fair_white::before {
	margin-bottom: calc(-100vh - 109.5rem);
}
.p_fair.p_fair_white .p_fair_head {
	margin-top: 98.5rem;
}
.topics {
	max-width: calc(50% + 58rem);
	margin: 0 0 0 auto;
	padding: 2rem 0 17.8rem;
	display: flex;
}
.topics h2 {
	width: 38rem;
	font-size: 1.4rem;
	letter-spacing: .18em;
	font-weight: 500;
}
.topics h2 img {
	margin-bottom: 1.8rem;
}
.topics_wrapper {
	flex: 1;
}
.topics_list {
	border-top: .1rem solid #D2CFCF;
}
.topics_list li {
	border-bottom: .1rem solid #D2CFCF;
}
.topics_list a {
	padding: 1.9rem 2rem;
	display: flex;
	align-items: center;
}
.topics_list figure {
	width: 14.4rem;
}
.topics_box {
	max-width: 43.2rem;
	flex: 1;
	padding: .2rem 0 0 3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: start;
}
.topics_box time {
	font-size: 1.2rem;
	letter-spacing: .15em;
	color: #918E8E;
	font-weight: 700;
}
.topics_cat {
	display: flex;
	flex-wrap: wrap;
	margin-left: .8rem;
}
.topics_cat span {
	font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: .1em;
	background: #A58F5E;
	color: #fff;
	padding: .2rem 1.2rem;
}
.topics_box h3 {
	width: 100%;
	font-size: 1.3rem;
	font-weight: 500;
	letter-spacing: .1em;
	line-height: 2;
	margin-top: 1.2rem;
}
.topics_btn {
	max-width: 82rem;
	margin-top: 4.8rem;
}
.topics_btn .btn {
	margin-left: auto;
}
@media only screen and (max-width: 768px) {
	.p_fair.p_fair_white .p_fair_head {
		margin-top: 101.3rem;
	}
	.topics {
		max-width: none;
		margin: 0;
		padding: 0 0 14.6rem;
		display: block;
	}
	.topics h2 {
		width: 18.4rem;
		font-size: 1.3rem;
		margin: 0 0 3.5rem 2rem;
	}
	.topics h2 img {
		margin-bottom: 1rem;
	}
	.topics_list a {
		padding: 2rem 2rem;
		align-items: flex-start;
	}
	.topics_box {
		padding: .2rem 0 0 2rem;
	}
	.topics_list figure {
		width: 10.4rem;
	}
	.topics_list figure img {
		aspect-ratio: 1;
		width: 100%;
		object-fit: cover;
	}
	.topics_btn {
		margin-top: 3.1rem;
	}
	.topics_btn .btn {
		margin: 0 auto;
	}
}
