/* ------------------ Message ------------------ */
.message-cont-txt-box {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	gap: 50px;
}
.message-cont-txt-box > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0;
}
.message-cont-img-box {
	width: 300px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 18px;
}
.message-cont-img-box > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 300 / 424;
	overflow: hidden;
	position: relative;
}
.message-cont-img-box > figure .img-copy {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	font-size: 12px;
	position: absolute;
	z-index: 10;
	color: #fff;
	right: 0;
	padding: 0 10px;
	bottom: 10px;
	filter: drop-shadow(0px 0px 3px #000);
	line-height: 1.2;
}
.message-name-box {
	width: 100%;
	height: auto;
	flex-shrink: 0;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 10px;
}
.message-name-box > p {
	width: 100%;
	font-size: 18px;
	line-height: 1.5;
}
.message-name-box > div {
	width: 100%;
}
.message-name-box > div > p {
	font-size: 30px;
}
.sec-theme .mmfes-theme-box {
	justify-content: flex-start;
}
.message-cont-txt-box .sign-box{
	text-align: -webkit-right;
    margin-top: -20px;
}
.message-cont-txt-box .sign-box img{
	max-width: 180px;
}
.message-cont-txt-box .movie-Box{
 display: flex;
 gap: 30px;
 justify-content: space-around;
}
.message-cont-txt-box .movie-Box li{
 width: 100%;
 aspect-ratio: 16 / 9;
}
.message-cont-txt-box .movie-Box li p{
 margin: 10px 0 0;
 font-size: 15px;
 line-height: 1.5;
}
.message-cont-txt-box .movie-Box li iframe{
 width: 100%;
 height: 100%;
}

@media screen and (max-width: 1200px) {
	.sec-message .sec-cont-col-2-flex {
		flex-flow: column-reverse;
		align-items: center;
	}
	.message-name-box > p {
		font-size: 16px;
	}
	.message-name-box > div > p {
		font-size: 24px;
	}
}
@media screen and (max-width: 999px) {
	.lower-contents-flex {
		gap: 30px;
		flex-direction: column;
	}
	/* .lower-side-nav-container {
		display: block;
		position: static;
		width: 100%;
	} */
	.lower-side-nav {
		gap: 8px;
	}
	.message-cont-txt-box > p {
		font-size: 14px;
	}
	.message-cont-img-box {
		width: 330px;
		gap: 20px;
	}
	.message-cont-img-box > figure {
		aspect-ratio: 330 / 347;
	}
	.message-cont-img-box > figure > img.img-contain {
		object-fit: cover;
		object-position: 0 -30px;
	}

	.message-name-box {
		text-align: center;
	}
	.message-name-box > p {
		font-size: 14px;
	}
	.message-name-box > div > p {
		font-size: 20px;
	}
 .message-cont-txt-box .movie-Box{
  display: block;
 }
 .message-cont-txt-box .movie-Box li:nth-child(1){
  margin: 0 0 30px;
 }
}
@media screen and (max-width: 768px) {
}

/* ------------------ Overview ------------------ */
.overview-tbl-area {
	width: 100%;
	position: relative;
}
.overview-tbl-wrapper {
	width: 100%;
	position: relative;
}

.overview-tbl {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
}

.overview-tbl-body {
	width: 100%;
	display: grid;
	grid-template-columns: 1fr;
	gap: 4px;
}
.overview-tbl-row {
	width: 100%;
	display: grid;
	grid-template-columns: 1.5fr 9fr;
	background: #fff;
	gap: 5px;
}
.overview-tbl-row > div {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: baseline;
	line-height: 1.68;
	padding: 30px;
	font-size: 16px;
}
.overview-tbl-ttl {
	min-width: 180px;
}

/* translated style */
html.translated-ltr .overview-tbl-row > div {
	flex-direction: column;
	line-height: 1.5;
}
html.translated-ltr .overview-tbl-row > div br {
	display: none;
}

@media screen and (max-width: 1200px) {
	.overview-tbl-body {
		gap: 30px;
	}
	.overview-tbl-row {
		grid-template-columns: 1fr;
		background: transparent;
		gap: 15px;
	}
	.overview-tbl-row > div {
		height: auto;
		padding: 0;
		font-size: 14px;
	}
}

.logomark-img-box {
	width: 49.6%;
	max-width: 650px;
	min-width: 500px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 18px;
}
.logomark-img-box > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 650 / 215;
	overflow: hidden;
}
.logomark-txt-box {
	width: 100%;
	padding: 30px 0;
}
.logomark-txt-box > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
}

@media screen and (max-width: 1200px) {
	.sec-logomark .sec-cont-col-2-flex {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
	.logomark-img-box {
		width: 100%;
		min-width: 0;
		height: auto;
	}
	.logomark-txt-box {
		padding: 0;
	}
	.logomark-txt-box > p {
		font-size: 14px;
		letter-spacing: 0;
	}
}

/* ------------------ Access ------------------ */
.access-tbl-area {
	width: 100%;
	position: relative;
}
.access-tbl-wrapper {
	width: 100%;
	position: relative;
}
.access-tbl {
	width: 100%;
	border-collapse: separate;
	border-spacing: 4px;
}
.access-tbl th {
	background: #3a4652;
	color: #fefefe;

	text-align: center;
	font-size: 18px;
	min-height: 80px;
	padding: 30px;
}
.access-tbl thead > tr > th:nth-of-type(1) {
	width: 34.35%;
	max-width: 450px;
}
.access-tbl thead > tr > th:nth-of-type(2) {
	width: 45.8%;
	max-width: 600px;
}
.access-tbl thead > tr > th:nth-of-type(3) {
	min-width: 248px;
}

.access-tbl td {
	background: #fefefe;

	font-size: 18px;
	min-height: 80px;
	padding: 20px;
}
.access-tbl tbody > tr > td:nth-of-type(1) {
	background: #f5f5f2;
}
.th-facility {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 5px;
}
.th-facility > p {
	width: 100%;
	font-size: 18px;
}
.th-facility > span {
	width: 100%;
	font-size: 14px;
}
.no-info {
	text-align: center;
}
.root-cont-txt-box {
    align-items: flex-start;
    display: flex;
    flex-flow: column;
	gap: 30px;
    justify-content: flex-start;
	width: 100%;
}
.root-cont-txt-box .root-grid {
	display: flex;
	flex-flow: column;
	gap: 20px;
}
.root-cont-txt-box ul {
	display: flex;
	flex-flow: column;
	font-size: 14px;
	gap: 10px;
}
.root-cont-txt-box ul li h4 {
	margin: 10px 0 5px;
} 
.root-note {
	font-size: 14px;
	line-height: 1.5;
}
.root-cont-img-box {
	display: flex;
	flex-flow: column;
	gap: 20px;
}
.sec-cont > iframe {
	height: 350px;
	width: 100%;
}

@media screen and (max-width: 1400px) {
	.access-tbl th {
		font-size: 14px;
		padding: 10px;
	}
	.access-tbl td {
		font-size: 13px;
		padding: 10px;
	}
	.th-facility > p {
		font-size: 13px;
	}
	.th-facility > span {
		font-size: 11px;
	}
	.access-tbl thead > tr > th:nth-of-type(3) {
		min-width: 165px;
	}
}
@media screen and (max-width: 999px) {
	.access-tbl-wrapper {
		overflow-x: auto;
	}
	.access-tbl {
		width: 900px;
	}
}

/* ------------------ Theme ------------------ */
.sec-mmfes-theme .sec-cont-col-2-flex {
	max-width: 970px;
	justify-content: flex-start;
	padding-left: 100px;
	padding-top: 60px;
	gap: 90px;
	align-items: center;
}
.mmfes-theme-box {
	width: 465px;
	flex-shrink: 0;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mmfes-theme {
	font-size: 60px;
	color: #cbabc0;
	line-height: 1.5;
	font-weight: 500;
}
.mmfes-theme-txt-box {
	width: 100%;
	flex-shrink: 0;
}
.mmfes-theme-txt-box p {
	font-size: 16px;
	line-height: 2.5;
	letter-spacing: 0;
}

@media screen and (max-width: 1600px) {
	.sec-mmfes-theme .sec-cont-col-2-flex {
		flex-flow: column;
	}
	.mmfes-theme-box {
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.mmfes-theme-txt-box {
		width: auto;
	}
}
@media screen and (max-width: 1400px) {
	.mmfes-theme {
		font-size: 50px;
	}
}
@media screen and (max-width: 1200px) {
	.mmfes-theme {
		font-size: 40px;
	}
}
@media screen and (max-width: 999px) {
	.sec-mmfes-theme .lower-h2-box h2 {
		font-size: 19px;
	}
	.sec-mmfes-theme .sec-cont-col-2-flex {
		padding-left: 0px;
		padding-top: 0px;
		gap: 30px;
	}
	.mmfes-theme {
		font-size: 35px;
	}
	.mmfes-theme-txt-box p {
		font-size: 14px;
		line-height: 2;
	}
}

/* ------------------ Main Visual ------------------ */
.main-visual-txt-box {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	gap: 25px;
	align-items: flex-start;
}
.main-visual-txt-box > h3 {
	width: 100%;
	font-size: 26px;
	line-height: 1.5;
}
.main-visual-artist-profile {
	width: 100%;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 0;
}
.main-visual-img-box {
	width: 45.8%;
	max-width: 600px;
	height: auto;
	flex-shrink: 0;
	display: flex;
	flex-flow: column;
	align-items: center;
	gap: 18px;
}
.main-visual-img-box > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: auto;
	overflow: hidden;
}

.main-visual-artist-box {
	width: 100%;
	display: flex;
	align-items: flex-start;
	gap: 30px;
}

.main-visual-artist-box > figure {
	width: 150px;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 150 / 200;
	overflow: hidden;
	flex-shrink: 0;
}
.main-visual-artist-txt {
	width: 100%;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	gap: 20px;
}
.main-visual-artist-txt > p {
	width: 100%;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0;
}
.main-visual-artist-txt > p:last-of-type {
	text-align: right;
}

@media screen and (max-width: 1600px) {
	.main-visual-artist-box > figure {
		width: 120px;
	}
	.main-visual-artist-txt > p {
		font-size: 14px;
	}
}
@media screen and (max-width: 1400px) {
	.main-visual-txt-box > h3 {
		font-size: 20px;
	}
	.main-visual-img-box {
		width: 100%;
		max-width: none;
	}
	.sec-main-visual .sec-cont-col-2-flex {
		flex-flow: column;
		align-items: flex-start;
		justify-content: flex-start;
	}
}
@media screen and (max-width: 999px) {
	.main-visual-txt-box > h3 {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.main-visual-artist-box {
		gap: 20px;
		align-items: center;
		flex-flow: column;
	}
}

/* ------------------ Archive ------------------ */
.pdf-list {
	width: 100%;
	display: flex;
	justify-content: center;
	position: relative;
	gap: 55px;
	flex-wrap: wrap;
}
.pdf-list-item {
	width: 400px;
	display: flex;
	flex-flow: column;
	gap: 20px;
	align-items: center;
	overflow: hidden;
	position: relative;
	transition: all ease 0.33s;
}
.pdf-list-item > figure {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	aspect-ratio: 400 / 566;
}

.pdf-list-item:hover {
	opacity: 0.6;
}
.pdf-list-item:hover > figure > img {
	transform: scale(1.05);
}

.pdf-list-item-note {
	width: 100%;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	font-size: 14px;
}
.pdf-list-item-note::after {
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url("../images/common/icon-external-link.svg");
	background-size: contain;
	background-repeat: no-repeat;
	width: 12px;
	height: auto;
	aspect-ratio: 1 / 1;
	position: relative;
	flex-shrink: 0;
}

@media screen and (max-width: 999px) {
	.pdf-list-item-note {
		font-size: 11px;
	}
	.pdf-list-item-note::after {
		width: 10px;
	}
}

/* ------------------ Sponsored ------------------ */
.sponsored-area {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 84px;
}
.sponsored-msg {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: flex-start;
	padding-top: 20px;
	margin-bottom: 10px;
	gap: 30px;
	max-width: 1044px;
	margin: 0 auto;
}
.sponsored-msg > p {
	width: 100%;
	text-align: center;
	font-size: 40px;

	color: #e4572e;
}
.sponsored-note {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 14px;
}
.sponsored-list-group {
	width: 100%;
	position: relative;
	display: flex;
	flex-flow: column;
	align-items: flex-start;
	justify-content: flex-start;
	gap: 20px;
}
.sponsored-bnr-list {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	position: relative;
}
.sponsored-bnr {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	aspect-ratio: 246 / 80;
	overflow: hidden;
	border: 1px solid #ccc;
	background: #fff;
	transition: all ease-in-out 0.33s;
}
.bnr-link-disabled {
	text-decoration: none;
	pointer-events: none;
}
.sponsored-bnr:hover {
	opacity: 0.6;
}
.sponsored-bnr.bnr-link-disabled:hover {
	opacity: 1;
}
.sponsored-bnr > img {
	max-width: 170px;
	max-height: 30px;
}

.sponsored-link-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	column-gap: 15px;
	row-gap: 20px;
}
.sponsored-link-list > a {
	position: relative;
	display: flex;
	align-items: center;
	gap: 15px;
	padding-right: 23px;
	font-size: 16px;
}
.sponsored-link-list > a::after {
	content: "/";
	position: absolute;
	right: 0;
}
.sponsored-list-group > .sponsored-note {
	margin-top: 10px;
}

@media screen and (max-width: 1600px) {
	.sponsored-msg > p {
		font-size: 30px;
	}
	.sponsored-bnr-list {
		grid-template-columns: repeat(4, 1fr);
	}
	.sponsored-bnr > img {
		max-width: 130px;
	}
}
@media screen and (max-width: 1400px) {
	.sponsored-msg > p {
		font-size: 24px;
	}
	.sponsored-bnr-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.sponsored-bnr > img {
		max-width: 160px;
		max-height: 40px;
	}
}
@media screen and (max-width: 1200px) {
	.sponsored-msg > p {
		font-size: 20px;
	}
	.sponsored-bnr-list {
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
}
@media screen and (max-width: 999px) {
	.sponsored-area {
		gap: 50px;
	}
	.sponsored-msg {
		gap: 15px;
		padding-top: 5px;
	}
	.sponsored-msg > p {
		font-size: 24px;
	}
	.sponsored-msg > p > br {
		display: none;
	}
	.sponsored-bnr-list {
		grid-template-columns: repeat(3, 1fr);
	}
	.sponsored-link-list {
		column-gap: 5px;
		row-gap: 15px;
	}
	.sponsored-link-list > a {
		font-size: 13px;
		padding-right: 15px;
	}
	.sponsored-list-group > .sponsored-note {
		font-size: 13px;
	}
}
@media screen and (max-width: 768px) {
	.sponsored-bnr-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.sponsored-bnr > img {
		max-width: 130px;
		max-height: 25px;
	}
	.sponsored-msg > p {
		font-size: 24px;
		line-height: 1.5;
	}
	.sponsored-msg > p > br {
		display: inline;
	}
	.sponsored-note {
		font-size: 12px;
	}
}

/* ------------------ Pamphlet ------------------ */
.pamphlet-note {
	width: 100%;
	text-align: center;
}
.pamphlet-list {
	width: 100%;
	max-width: 1110px;
	margin: 0 auto;
	display: flex;
	flex-flow: column;
	gap: 30px;
	align-items: center;
}
.pamphlet-list-item {
	width: 100%;
}
.pamphlet-list-item > figure {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.pamphlet-list-item:hover img {
	opacity: 0.6;
	transform: scale(1.02);
}

@media screen and (max-width: 999px) {
	.pamphlet-note {
		font-size: 14px;
	}
}
