/* ---------------------------------------- */
/* exhibition.css */
/* ---------------------------------------- */

/* ---------------------------------------- */
/* exhibition-page */
/* EXHIBITION トップ */
/* ---------------------------------------- */

/* .page-header */

/* .page-body */
.exhibition-page .page-body .exhibition-sec {
	padding: 0;
	margin: 0;
}
.exhibition-page .page-body .exhibition-sec .row {
	margin: 0;
	padding: 0;
}
.exhibition-page .page-body .exhibition-sec .row > * {
	margin: 0;
	padding: 0;
}
.exhibition-page .page-body .exhibition-sec .exhibition-wrap {
	position: relative;
	display: flex;
}
.exhibition-page .page-body .exhibition-sec .exhibition-wrap figure {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	z-index: -1;
}
.exhibition-page .page-body .exhibition-sec .exhibition-wrap figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.exhibition-page .page-body .exhibition-sec .exhibition-wrap .exp .title {
	font-family: "Inter", "Noto Sans SC", sans-serif;
	font-weight: 100;
	font-size: 31px;
	line-height: 1;
	letter-spacing: 0.01em;
	color: #FFFFFF;
	margin-bottom: 0.5em;
}
.exhibition-page .page-body .exhibition-sec .exhibition-wrap .exp .sub-title {
	font-family: "Inter", "Noto Sans SC", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 0;
}

/* .current */
.exhibition-page .page-body .exhibition-sec .exhibition-wrap.current {
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 640px;
	padding: 44px 9%;
}
.exhibition-page .page-body .exhibition-sec .exhibition-wrap.current .article-info .date {
	font-family: "Inter", "Noto Sans SC", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 1em;
}
.exhibition-page .page-body .exhibition-sec .exhibition-wrap.current .article-info .title {
	font-weight: 700;
	font-size: 55px;
	line-height: 1.2;
	letter-spacing: 0.035em;
	color: #FFFFFF;
	margin-bottom: 0.2em;
}
.exhibition-page .page-body .exhibition-sec .exhibition-wrap.current .article-info .sub-title {
	font-weight: 700;
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0.035em;
	color: #FFFFFF;
	margin: 0;
}

/* .upcomeing */
.exhibition-page .page-body .exhibition-sec .exhibition-wrap.upcomeing {
	display: flex;
	align-items: center;
	min-height: 417px;
	padding: 0 12.5%;
}

/* .small-wrap */
.exhibition-page .page-body .exhibition-sec .exhibition-wrap.small-wrap {
	display: flex;
	align-items: center;
	min-height: 112px;
	padding: 0 12.5%;
}

/* .past */
.exhibition-page .page-body .exhibition-sec .exhibition-wrap.past {
	background-color: #000000;
}

/* .schedule */
.exhibition-page .page-body .exhibition-sec .exhibition-wrap.schedule .exp .title {
	color: #000000;
}
.exhibition-page .page-body .exhibition-sec .exhibition-wrap.schedule .exp .sub-title {
	color: #000000;
}

@media (max-width:767px) {
	.exhibition-page .page-body .exhibition-sec .exhibition-wrap .exp .title {
		font-size: 28px;
		letter-spacing: 0.067em;
	}
	.exhibition-page .page-body .exhibition-sec .exhibition-wrap .exp .sub-title {
		font-size: 13px;
	}
	.exhibition-page .page-body .exhibition-sec .exhibition-wrap.current {
		justify-content: normal;
		min-height: calc(100vh - 109px);
		min-height: calc(100svh - 109px);
		padding: 55px 8.33% 110px;
	}
	.exhibition-page .page-body .exhibition-sec .exhibition-wrap.current .article-info {
		margin: auto 0;
	}
	.exhibition-page .page-body .exhibition-sec .exhibition-wrap.current .article-info .date {
		font-size: 20px;
	}
	.exhibition-page .page-body .exhibition-sec .exhibition-wrap.current .article-info .title {
		font-size: 46px;
	}
	.exhibition-page .page-body .exhibition-sec .exhibition-wrap.current .article-info .sub-title {
		font-size: 24px;
	}
	.exhibition-page .page-body .exhibition-sec .exhibition-wrap.upcomeing {
		min-height: 360px;
		padding-left: 8.33%;
		padding-right: 8.33%;
	}
	.exhibition-page .page-body .exhibition-sec .exhibition-wrap.small-wrap {
		padding-left: 13%;
		padding-right: 13%;
	}
}

/* ---------------------------------------- */
/* exhibition-past-page */
/* PAST EXHIBITION ページ */
/* ---------------------------------------- */

.exhibition-past-page {
	padding-bottom: 150px;
}
@media (max-width:767px) {
	.exhibition-past-page {
		padding-bottom: 100px;
	}
}

/* page-header */
@media (max-width:767px) {
	.exhibition-past-page .page-header .page-title-wrap .simple-page-title {
		text-align: center;
	}
}

/* page-body */
.exhibition-past-page .page-body {
	padding-top: 40px;
}
.exhibition-past-page .page-body ul.past-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.exhibition-past-page .page-body ul.past-list li {
	padding-bottom: 60px;
	border-bottom: solid 1px #000000;
	margin-bottom: 60px;
}
.exhibition-past-page .page-body ul.past-list li:last-child {
	margin-bottom: 0
}
.exhibition-past-page .page-body a.upcomeing .exhibition-list-row {
	margin-left: -30px;
	margin-right: -30px;
}
.exhibition-past-page .page-body a.upcomeing .exhibition-list-row > * {
	padding-left: 30px;
	padding-right: 30px;
}
.exhibition-past-page .page-body a.upcomeing .img-col figure {
	margin: 0;
}
.exhibition-past-page .page-body a.upcomeing .img-col figure img {
	aspect-ratio: 1;
	object-fit: cover;
}
.exhibition-past-page .page-body a.upcomeing .text-col {
	display: flex;
	align-items: center;
}
.exhibition-past-page .page-body a.upcomeing .text-wrap .date {
	font-family: "Inter", "Noto Sans SC", sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.2;
	margin-bottom: 0.25em;
}
.exhibition-past-page .page-body a.upcomeing .text-wrap .title {
	font-weight: 300;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: 0.035em;
	margin-bottom: 0.2em;
}
.exhibition-past-page .page-body a.upcomeing .text-wrap .sub-title {
	font-family: "Inter", "Noto Sans SC", sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 0.25em;
}
.exhibition-past-page .page-body a.upcomeing .text-wrap .content-text {
	line-height: 1.5;
	margin: 1.5em 0 0;
}
@media (max-width:767px) {
	.exhibition-past-page .page-body a.upcomeing .exhibition-list-row {
		margin-left: 0;
		margin-right: 0;
	}
	.exhibition-past-page .page-body a.upcomeing .exhibition-list-row > * {
		padding-left: 0;
		padding-right: 0;
	}
	.exhibition-past-page .page-body a.upcomeing .img-col figure {
		margin-bottom: 20px;
	}
}

/* ---------------------------------------- */
/* single-exhibition */
/* EXHIBITION 詳細ページ */
/* ---------------------------------------- */

/* ヘッダー */
.single-exhibition #g-header {
	background-color: rgba(86,86,86,0.22);
	border-bottom-color: transparent;
}
@media (min-width: 992px) {
	.single-exhibition #g-header .gnav-wrap .lang-menu > ul > li > a {
		color: #ffffff;
	}
	.single-exhibition #g-header .gnav-wrap .lang-menu > ul > li > a.current {
		border-bottom-color: #ffffff;
	}
	.single-exhibition #g-header .gnav-wrap .main-menu > ul > li > a {
		color: #ffffff;
	}
	.single-exhibition #g-header .gnav-wrap .main-menu > ul > li > a.current {
		border-bottom-color: #ffffff;
	}
	.single-exhibition #g-header .gnav-wrap .main-menu > ul > li > a.aco-head::after {
		border-top-color: #ffffff;
	}
}
@media (max-width: 991px) {
	.single-exhibition #g-header #hamburger span {
		background-color: #ffffff;
	}
	.single-exhibition.nav-open #g-header {
		background-color: transparent;
		border-bottom-color: transparent;
	}
	.single-exhibition.nav-open #g-header #hamburger span {
		background-color: #000000;
	}
}

.single-exhibition-wrapper {
	padding: 0 0 150px;
}
@media (max-width: 767px) {
	.single-exhibition-wrapper {
		padding-bottom: 100px;
	}
}

/* .page-header */
.single-exhibition-wrapper .page-header .exhibition-header {
	position: relative;
}
.single-exhibition-wrapper .page-header .exhibition-header figure {
	margin: 0;
}
.single-exhibition-wrapper .page-header .exhibition-header figure img {
	width: 100%;
	height: 100vh;
	height: 100svh;
	object-fit: cover;
}
.single-exhibition-wrapper .page-header .exhibition-header .article-info {
	position: absolute;
	right: 0;
	bottom: 60px;
	left: 0;
}
.single-exhibition-wrapper .page-header .exhibition-header .article-info .date {
	font-family: "Inter", "Noto Sans SC", sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 1.2;
	color: #FFFFFF;
	margin-bottom: 0.1em;
}
.single-exhibition-wrapper .page-header .exhibition-header .article-info .title {
	font-weight: 700;
	font-size: 55px;
	line-height: 1.2;
	letter-spacing: 0.035em;
	color: #FFFFFF;
	margin-bottom: 0.1em;
}
.single-exhibition-wrapper .page-header .exhibition-header .article-info .sub-title {
	font-weight: 700;
	font-size: 40px;
	line-height: 1.5;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 0;
}
@media (max-width: 767px) {
	.single-exhibition-wrapper .page-header .exhibition-header .article-info {
		bottom: 50%;
		transform: translateY(50%);
	}
	.single-exhibition-wrapper .page-header .exhibition-header .article-info .date {
		font-size: 20px;
	}
	.single-exhibition-wrapper .page-header .exhibition-header .article-info .title {
		font-size: 46px;
	}
	.single-exhibition-wrapper .page-header .exhibition-header .article-info .sub-title {
		font-size: 30px;
	}
}

/* .page-body */
.single-exhibition-wrapper .page-body {
	padding: 40px 0;
}
.single-exhibition-wrapper .page-body .entry-content p {
	font-weight: 300;
	line-height: 1.5;
	text-align: justify;
	letter-spacing: 0.125em;
	margin-bottom: 1.5em;
}
.single-exhibition-wrapper .page-body .entry-content figure {
	margin: 3em 0;
}
.single-exhibition-wrapper .page-body .entry-content figure.wp-block-image.size-full {
	text-align: center;
}
.single-exhibition-wrapper .page-body .entry-content .container > :last-child {
	margin-bottom: 0;
}

/* .page-footer */
.single-exhibition-wrapper .page-footer .past-list {
	border-top: solid 1px #000000;
	padding-top: 100px;
}
.single-exhibition-wrapper .page-footer .past-list h2 {
	text-align: center;
	font-family: "Inter", "Noto Sans SC", sans-serif;
	font-weight: 100;
	font-size: 44px;
	line-height: 1.2;
	color: #000000;
	margin-bottom: 1em;
}
.single-exhibition-wrapper .page-footer .past-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.single-exhibition-wrapper .page-footer .past-list ul li {
	margin-bottom: 1.25em;
}
.single-exhibition-wrapper .page-footer .past-list ul li:last-child {
	margin-bottom: 0;
}
.single-exhibition-wrapper .page-footer .past-list ul li a h3 {
	font-size: 28px;
}
.single-exhibition-wrapper .page-footer .past-list ul li a h3 .sub_title {
	margin-right: 1em;
}
.single-exhibition-wrapper .page-footer .past-list ul li a h3 .date {
	font-size: 24px;
}
@media (max-width:767px) {
	.single-exhibition-wrapper .page-footer .past-list {
		padding-top: 50px;
	}
	.single-exhibition-wrapper .page-footer .past-list h2 {
		font-size: 33px;
	}
	.single-exhibition-wrapper .page-footer .past-list ul li a h3 {
		font-size: 14px;
	}
	.single-exhibition-wrapper .page-footer .past-list ul li a h3 .date {
		font-size: 11px;
	}
}
