@charset "UTF-8";

.sp {
	display: none !important;
}

.local-header .main a,
.local-header .lang a,
.home-header .main a,
.home-header .lang a,
.content-title h1,
.column h2,
.column h3,
.column h4,
.column div.text dl.list dt,
.column.multi-box dt,
.column.multi-box dd.subtitle,
.column.flex dt,
.column.flex .title,
.column.flex p.large,
.column.journal dt,
.column.collaborator dt,
.floor-map dt *,
.column.profile .box .text > dl > dt,
.column.flex-dl-box.faq-list .box > dl dt,
.column.notfound dt {
	 font-family: "SST W55 Bold", sans-serif;
}


.quot {
	font-family: sans-serif;
}
.dash {
	font-family: sans-serif;
}

html {
	scroll-padding: 80px;
}




/* ---------------------------------------------------------------------------------------------------- */
/* Header */

.global-header {
	height: 65px;
	background: #000;
}
.global-header .inner {
	display: flex;
	align-items: center;
	height: 65px;
	padding: 0 80px;
}
.global-header .logo {
	width: 120px;
}



.local-header {
	box-sizing: border-box;
	position: relative;
	max-width: 1920px;
	height: 150px;
	margin: 0 auto;
	padding: 0 140px;
}
.local-header .inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	height: 150px;
	border-bottom: 2px solid #000;
}

.local-header .menu-container .container-inner {
	display: flex;
}
.local-header .menu-button {
	display: none;
}

.local-header .lang {
	position: relative;
	top: 2px;
	margin-left: 60px;
}

.local-header .main ul {
	display: flex;
}
.local-header .lang ul {
	display: flex;
}
.local-header .sns {
	display: none;
}

.local-header .gsp-logo {
	position: relative;
	width: 160px;
	top: 4px;
	margin: 0 0 0 40px;
}


.local-header .main a {
	position: relative;
	font-size: 1.25rem;
	color: #737373;
	transition: color 200ms ease-out;
}
.local-header .main a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -2px;
	background: #000;
	transition: opacity 200ms ease-out;
	
	opacity: 0;
}

.local-header .main a:hover {
	color: #000;
}
.local-header .main a:hover::after {
	opacity: 1;
}

.local-header .main li + li {
	margin-left: 30px;
}


body.home .local-header .main li.home a,
body.visit .local-header .main li.visit a,
body.activity .local-header .main li.activity a,
body.article .local-header .main li.article a,
body.about .local-header .main li.about a,
body.archive .local-header .main li.archive a
{
	color: #000;
}
body.home .local-header .main li.home a::after,
body.visit .local-header .main li.visit a::after,
body.activity .local-header .main li.activity a::after,
body.article .local-header .main li.article a::after,
body.about .local-header .main li.about a::after,
body.archive .local-header .main li.archive a::after {
	opacity: 1;
}

body.extra .local-header .main a {
	color: #000;
}





.local-header .lang a {
	position: relative;
	font-size: 1.25rem;
	color: #737373;
	transition: color 200ms ease-out;
}
.local-header .lang li {
	position: relative;
}
.local-header .lang li + li {
	margin-left: 32px;
}
.local-header .lang li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 3px;
	height: 28px;
	background: #000;
	left: -18px;
	top: calc(50% - 15px);
}
.local-header .lang a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -2px;
	background: #000;
	transition: opacity 200ms ease-out;
	
	opacity: 0;
}

.local-header .lang a:hover {
	color: #000;
}
.local-header .lang a:hover::after {
	opacity: 1;
}

html:lang(ja) .local-header .lang .jp a,
html:lang(en) .local-header .lang .en a {
	color: #000;
}

html:lang(ja) .local-header .lang .jp a::after,
html:lang(en) .local-header .lang .en a::after {
	opacity: 1;
}




body.home .local-header {
	display: none;
}







/* HOME ONLY */

.home-header {
	box-sizing: border-box;
	position: relative;
	max-width: 1920px;
	height: 180px;
	margin: 0 auto;
	padding: 0 140px;
}
.home-header .inner {
	box-sizing: border-box;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	height: 180px;
}

.home-header .menu-container .container-inner {
	display: flex;
}

.home-header .lang {
	position: relative;
	top: 2px;
	margin-left: 60px;
}

.home-header .main ul {
	display: flex;
}
.home-header .lang ul {
	display: flex;
}

.home-header h1 {
	position: relative;
	width: 160px;
	top: 4px;
	margin: 0 0 0 40px;
}


.home-header .main a {
	position: relative;
	font-size: 1.25rem;
	color: #000;
	transition: color 200ms ease-out;
}
.home-header .main a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -2px;
	background: #000;
	transition: opacity 200ms ease-out;
	
	opacity: 0;
}

.home-header .main a:hover {
}
.home-header .main a:hover::after {
	opacity: 1;
}

.home-header .main .home a::after {
	opacity: 1;
}


.home-header .main li + li {
	margin-left: 30px;
}


.home-header .lang a {
	position: relative;
	font-size: 1.5rem;
	color: #737373;
	transition: color 200ms ease-out;
}
.home-header .lang li {
	position: relative;
}
.home-header .lang li + li {
	margin-left: 32px;
}
.home-header .lang li + li::before {
	position: absolute;
	content: "";
	display: block;
	width: 3px;
	height: 28px;
	background: #000;
	left: -18px;
	top: calc(50% - 15px);
}
.home-header .lang a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -2px;
	background: #000;
	transition: opacity 200ms ease-out;
	
	opacity: 0;
}

.home-header .lang a:hover {
	color: #000;
}
.home-header .lang a:hover::after {
	opacity: 1;
}

html:lang(ja) .home-header .lang .jp a,
html:lang(en) .home-header .lang .en a {
	color: #000;
}

html:lang(ja) .home-header .lang .jp a::after,
html:lang(en) .home-header .lang .en a::after {
	opacity: 1;
}











/* ---------------------------------------------------------------------------------------------------- */
/* Footer */

.local-footer {
	margin: 70px 0 60px;
}

.scroll-top {
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: flex-end;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 140px;
}
.scroll-top a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border: 2px solid #000;
	transition: all 200ms ease-out;
}
.scroll-top a:hover {
	background: #000;
}

.scroll-top a img {
	width: 42px;
	height: auto;
	transition: all 200ms ease-out;
}
.scroll-top a:hover img {
	filter: invert(1);
}


.local-footer .inner {
	box-sizing: border-box;
	max-width: 1920px;
	margin: 50px auto 0;
	padding: 0 140px;
}

.local-footer .menu-container {
	display: flex;
	justify-content: space-between;
	padding: 64px 0 32px;
	border: 0 solid #000;
	border-width: 2px 0;
}

.local-footer .main {
	width: 70%;
}
.local-footer .main ul {
	display: flex;
	flex-wrap: wrap;
}
.local-footer .main li {
	margin: 0 24px 22px 0;
}
.local-footer .main a {
	position: relative;
	font-size: 1.25rem;
	text-decoration: underline;
	transition: color 200ms ease-out;
}
.local-footer .main a:hover {
	color: #737373;
	text-decoration: none;
}


.local-footer .sns ul {
	display: flex;
	align-items: center;
}
.local-footer .sns li + li {
	margin-left: 50px;
}
.local-footer .sns li a {
	transition: opacity 200ms ease-out;
}
.local-footer .sns li a:hover {
	opacity: 0.55;
}

.local-footer .instagram img {
	width: 50px;
}
.local-footer .x img {
	width: 44px;
}
.local-footer .facebook img {
	width: 52px;
}
.local-footer .youtube img {
	width: 62px;
}

.local-footer .logo {
	width: 150px;
	margin: 60px auto 0;
}
.local-footer .copyright {
	margin-top: 24px;
	font-size: 1.125rem;
	text-align: center;
}






/* ---------------------------------------------------------------------------------------------------- */
/* Title */

.content-title {
	box-sizing: border-box;
	max-width: 1920px;
	margin: 0 auto;
	padding: 55px 140px 0;
}
.content-title .inner {
	padding: 0 0 16px;
	border-bottom: 1px solid #000;
}

.content-title .return a {
	display: inline-flex;
	font-size: 1.5rem;
	text-decoration: underline;
	transition: opacity 200ms ease-out;
}
.content-title .return a:hover {
	opacity: 0.55;
	text-decoration: none;
}
.content-title .return span {
	display: inline-block;
	width: 22px;
	margin-right: 9px;
}

.content-title h1 {
	margin: 40px 0 15px;
	font-size: 4.0rem;
	line-height: 1.35;
}
.content-title h1 .sub {
	display: block;
	margin: 15px 0 20px;
	font-size: 2.5rem;
	line-height: 1.35;
}

.content-title h1.lite {
	font-size: 2.0rem;
	line-height: 1.6;
}


.content-title .caption {
	margin: 15px 0;
	font-size: 1.5rem;
	line-height: 1.334;
}


.content-title.compact {
	padding-top: 0;
}




.inner-link {
	margin: 35px 0 0;
}
.inner-link ul {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: -5px;
}
.inner-link li {
	margin: 0 50px 25px 0;
}
.inner-link a {
	display: flex;
	font-size: 1.125rem;
	text-decoration: underline;
	transition: opacity 200ms ease-out;
}
.inner-link a:hover {
	opacity: 0.55;
	text-decoration: none;
}
.inner-link span {
	display: inline-block;
	width: 20px;
	margin-right: 9px;
}


.inner-link.small {
	margin-top: 50px;
}
.inner-link.small a {
	font-size: 1.125rem;
}
.inner-link.small a span {
	width: 18px;
}





/* ---------------------------------------------------------------------------------------------------- */
/* Slide */

.slide-nav {
	position: absolute;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 24px;
	bottom: 8px;
	z-index: 10;
}
.slide-nav .prev,
.slide-nav .next {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 24px;
	height: 24px;
	border: none;
	background: transparent;
	transition: all 200ms ease-out;
	cursor: pointer;
}
.slide-nav .prev img,
.slide-nav .next img {
	width: 14px;
	height: 22px;
}
.slide-nav .slide-dots {
	display: flex;
	margin: 0 31px;
}
.slide-nav .slide-dots button + button {
	margin: 0 0 0 26px !important;
}
.slide-nav .slide-dots button {
	position: relative;
	display: block;
	width: 24px;
	height: 24px;
	font-size: 0;
	border: none;
	background: transparent;
	transition: all 200ms ease-out;
	cursor: pointer;
}
.slide-nav .slide-dots button::after {
	box-sizing: border-box;
	position: absolute;
	content: "";
	width: 18px;
	height: 18px;
	left: calc(50% - 9px);
	top: calc(50% - 9px);
	border: 2px solid #000;
	border-radius: 9px;
}
.slide-nav .slide-dots button.active::after {
	background: #000;
}

.slide-nav .prev:hover,
.slide-nav .next:hover,
.slide-nav .slide-dots button:hover {
	opacity: 0.55;
}



@media screen and (max-width:1439px) {
	.slide-nav {
		bottom: 8px;
	}
	
	/*
	.slide-nav {
		height: 18px;
	}
	.slide-nav .prev,
	.slide-nav .next {
		width: 18px;
		height: 18px;
	}
	*/
	.slide-nav .prev img,
	.slide-nav .next img {
		width: 11px;
		height: 18px;
	}
	.slide-nav .slide-dots {
		margin: 0 20px;
	}
	.slide-nav  .slide-dots button + button {
		margin: 0 0 0 16px !important;
	}
	/*
	.slide-nav .slide-dots button {
		width: 18px;
		height: 18px;
	}
	*/
	.slide-nav .slide-dots button::after {
		width: 14px;
		height: 14px;
		left: calc(50% - 7px);
		top: calc(50% - 7px);
		border-radius: 7px;
	}
}






/* ---------------------------------------------------------------------------------------------------- */
/* Top */

.main-visual {
	position: relative;
	max-height: 800px;
	margin: 80px 0 0 140px;
	padding-bottom: 55px;
}
.main-visual img {
	width: 100%;
	height: 100%;
	max-height: 800px;
	object-fit: cover;
}

.main-visual .slide {
	max-height: 800px;
}

.main-visual.single {
	padding-bottom: 0;
}


.home-header + .column {
	margin-top: 0;
}

body.home .column.separator {
	margin-top: 70px;
}
body.home * + .column.separator .inner {
	padding-top: 70px;
}
body.home .column .button {
	margin-top: 50px;
}










/* ---------------------------------------------------------------------------------------------------- */
/* Content */

.column {
	margin: 50px 0 0;
}
.content-title + .column {
	margin-top: 0;
	padding-top: 50px;
}

.column-group {
	position: relative;
	padding-top: 50px;
}
.column-group .column:nth-child(1) {
	margin-top: 0;
}
.column-group.pad {
	margin-top: 40px;
	padding-top: 60px;
}
.column-group.no-pad {
	padding-top: 0;
}




.margin-lite {
	margin-top: 30px !important;
}


/*
* + .column {
	margin-top: 100px;
}
*/
.column.break {
	margin-top: 80px;
}
.column.pad {
	margin-top: 0;
	padding-top: 100px;
}
.column.pad-mini {
	margin-top: 0;
	padding-top: 40px;
}

.column > .inner {
	box-sizing: border-box;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
	padding: 0 140px;
}

.column > .inner .column > .inner {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.column.nest {
	margin-top: 30px !important;
}
.column.nest + .nest {
	margin-top: 60px !important;
}

.column.nest.pad-lite {
	margin-top: 80px !important;
	padding-top: 0;
}



* + .column.separator {
	margin-top: 70px;
}
* + .column.separator > .inner {
	padding-top: 60px;
}
* + .column.separator > .inner::before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 280px);
	height: 2px;
	left: 140px;
	top: 0;
	background: #000;
}


.column-group.separator {
	margin-top: 70px;
	padding-top: 60px;
}
.column-group.separator::before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 280px);
	height: 2px;
	left: 140px;
	top: 0;
	background: #000;
}




.column h2 {
	font-size: 2.5rem;
	line-height: 1.25;
}
.column h2.full {
	width: 100%;
	margin-bottom: 40px;
}
.column h2.sub {
	font-size: 2.0rem;
	line-height: 1.334;
}
.column h2.lite {
	font-size: 2.0rem;
	line-height: 1.334;
}

.column h2.break,
.column h3.break {
	margin-top: 70px;
}
.column h2.pad,
.column h3.pad {
	margin-top: 40px;
}


.column h3 {
	font-size: 2.0rem;
	line-height: 1.334;
}
.column h3.lite {
	font-size: 1.75rem;
}
.column h3.large {
	font-size: 2.5rem;
}
.column h3.full {
	width: 100%;
	margin-bottom: 40px;
}

.column h4 {
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 1.334;
}









.column h2 + h3 {
	margin-top: 30px;
}

.column h2.no-margin,
.column h3.no-margin,
.column h4.no-margin {
	margin-bottom: 0 !important;
}

.column h2 a,
.column h3 a {
	text-decoration: underline;
}
.column h2 a:hover,
.column h3 a:hover {
	text-decoration: none;
}

.column div.text .dash {
	display: inline-block;
	width: 20px;
	height: 1px;
	margin: 0 0 1em;
	background: #000;
}


.column * + div.text {
	margin-top: 35px;
}
.column div.text p {
	font-size: 1.125rem;
	line-height: 1.834;
	/*
	word-break: break-all;
	*/
}

.column div.text.no-margin {
	margin-top: 10px !important;
}


.column div.text p.right {
	text-align: right;
}

.column div.text p.break {
	margin-top: 1.5em;
}

.column p.date {
	text-align: right;
	margin-bottom: 1.25em;;
}
.column p.author {
	text-align: right;
}

.column p.poem {
	margin-top: 1em;
	line-height: 3em !important;
}
.column p.poem + p.break {
	margin-top: 2.5em !important;
}

.column p.center {
	text-align: center;
}

.column div.text p.note {
	margin-top: 40px;
	font-size: 1rem;
}


.column div.text li {
	font-size: 1.125rem;
	line-height: 1.834;
}
.column div.text ul.break,
.column div.text ol.break {
	margin-top: 1.5em;
}

.column div.text ol {
	counter-reset: order;
}
.column div.text ol li {
	padding-left: 1.75em;
	text-indent: -1.75em;
	counter-increment: order;
}
.column div.text ol li::before {
	display: inline-block;
	content: counter(order) ".";
	width: 1.75em;
	text-indent: 0;
}

.column div.text ul.order {
	counter-reset: order;
}
.column div.text ul.order li {
	padding-left: 1.75em;
	text-indent: -1.75em;
	counter-increment: order;
}
.column div.text ul.order li::before {
	display: inline-block;
	content: counter(order) ".";
	width: 1.75em;
	text-indent: 0;
}




.column div.text ul.marker li {
	padding-left: 1.5em;
	text-indent: -1.5em;
	counter-increment: order;
}
.column div.text ul.marker li::before {
	display: inline-block;
	content: "・";
	width: 1.5em;
	text-indent: 0;
}


.column div.text dl.list dt {
	font-size: 1.25rem;
	line-height: 1.334;
}
.column div.text dl.list dd {
	margin: 8px 0 0;
	font-size: 1.125rem;
	line-height: 1.834;
}
.column div.text dl.list + dl.list {
	margin-top: 30px;
}
.column div.text dl.list dd + dt {
	margin-top: 30px;
}



.column div.text p a {
	text-decoration: underline;
}
.column div.text p a:hover {
	text-decoration: none;
}

.column div.text dd a {
	text-decoration: underline;
}
.column div.text dd a:hover {
	text-decoration: none;
}


.column div.text li a {
	text-decoration: underline;
}
.column div.text li a:hover {
	text-decoration: none;
}


.column div.blockquote {
	box-sizing: border-box;
	padding: 80px 120px;
	border: 1px solid #ccc;
}
.column div.blockquote.break {
	margin-top: 50px;
}
.column div.blockquote p {
	font-size: 1.125rem;
	line-height: 1.834;
}
.column div.blockquote p.break {
	margin-top: 1.5em;
}

.column div.blockquote.note p {
	font-size: 1.125rem;
}
.column div.blockquote p a {
	text-decoration: underline;
}
.column div.blockquote p a:hover {
	text-decoration: none;
}



.column div.link {
	margin: 30px 0 0;
}
.column div.link a {
	font-size: 1.125rem;
	line-height: 1.834;
	text-decoration: underline;
}
.column div.link a:hover {
	text-decoration: none;
}
.column div.link.video a {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding-left: 58px;
	background: url(../img/common/icon_play.svg) 0 0 no-repeat;
	background-size: 40px auto;
}




.column div.links {
	margin: 30px 0 0;
}

.column div.links ul {
	display: flex;
	flex-wrap: wrap;
}
.column div.links li {
	margin: 0 45px 30px 0;
}
.column div.links a {
	display: flex;
	font-size: 1.125rem;
	line-height: 1.834;
	transition: opacity 200ms ease-out;
}
.column div.links a .arrow + span {
	text-decoration: underline;
}
.column div.links a:hover {
	opacity: 0.55;
}
.column div.links a:hover .arrow + span {
	text-decoration: none;
}
.column div.links .arrow {
	display: inline-block;
	width: 22px;
	margin-right: 9px;
}


.column .image .map {
	position: relative;
	padding-top: 100%;
}
.column .image .map iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}



.column .image.video {
	position: relative;
}
.column .image.video a {
	display: block;
}
.column .image.video .icon {
	position: absolute;
	width: 100px;
	height: 70px;
	left: calc(50% - 50px);
	top: calc(50% - 35px);
	transition: opacity 200ms ease-out;
}
.column .image.video a:hover .icon {
	opacity: 0.75;
}

.column .image.pad {
	margin-top: 40px;
}



.column.simple h2 + div.text {
	margin-top: 30px;
}

.column.simple .text dt,
.column.simple .text dd {
	font-size: 1.125rem;
	line-height: 1.834;
}
.column.simple .text dl dd {
	margin-top: 0.25em;
}

.column.simple .text dl.inline {
	display: flex;
}
.column.simple .text dl.inline dt {
	margin-right: 1em;
}
.column.simple .text dl.inline dd {
	margin-top: 0;
}






.column.float-box-multi .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	
	align-items: flex-start;
}
.column.float-box-multi.reverse .inner {
	flex-direction: row-reverse;
}

.column.float-box-multi .image {
	width: 65%;
}
.column.float-box-multi .text-box {
	width: calc(35% - 70px);
}


.column.float-box-multi .full {
	width: 100%;
}

.column.float-box-multi .image img + img {
	margin-top: 30px;
}
.column.float-box-multi .image img + img.break {
	margin-top: 50px;
}




.column.float-box-half .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column.float-box-half.reverse .inner {
	flex-direction: row-reverse;
}
.column.float-box-half .image {
	width: calc(50% - 35px);
}
.column.float-box-half .title {
	width: calc(50% - 35px);
}
.column.float-box-half .text-box {
	width: calc(50% - 35px);
}

.column.float-box-half .text-box + .image,
.column.float-box-half .text-box + .image + .text-box,
.column.float-box-half .text-box + .title,
.column.float-box-half .text-box + .title + .text-box {
	margin-top: 70px;
}

.column.float-box-half .full {
	width: 100%;
}

.column.float-box-half .image img + img {
	margin-top: 30px;
}
.column.float-box-half .image img + img.break {
	margin-top: 50px;
}


.column.float-box-half h2 {
	font-size: 2.0rem;
	line-height: 1.334;
}
.column.float-box-half h2.large {
	font-size: 2.5rem;
}
.column.float-box-half * + .text {
	margin-top: 25px;
}
.column.float-box-half .link {
	margin-top: 20px;
}




/*
.column.flex-dl-box .box {
	padding: 45px 0;
	border: 0 solid #000;
	border-width: 1px 0;
}
*/
.column.flex-dl-box .box h3 {
	margin-bottom: 40px;
}
.column.flex-dl-box .box > dl {
	display: flex;
	justify-content: space-between;
}
.column.flex-dl-box .box > dl > dt {
	box-sizing: border-box;
	display: flex;
	width: 30%;
	padding-right: 60px;
	font-size: 1.25rem;
	line-height: 1.834;
}
.column.flex-dl-box .box > dl > dd {
	width: 70%;
	font-size: 1.25rem;
	line-height: 1.834;
}

.column.flex-dl-box .box > dl + dl {
	margin-top: 30px;
}
.column.flex-dl-box .box dl a {
	text-decoration: underline;
}
.column.flex-dl-box .box dl a:hover {
	text-decoration: none;
}


.column.flex-dl-box .box dd li {
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.25rem;
	line-height: 1.834;
}
.column.flex-dl-box .box dd li::before {
	content: "・";
	text-indent: 0;
}
.column.flex-dl-box .box dd .notes li::before {
	display: inline-block;
	width: 1.0em;
	content: "-";
	text-indent: 0;
}

.column.flex-dl-box .box dd .comments {
	margin-top: 5px;
}
.column.flex-dl-box .box dd .notes .comments {
	margin-bottom: 5px;
}

.column.flex-dl-box .box dd .comments li {
	font-size: 1.125rem;
}
html:lang(ja) .column.flex-dl-box .box dd .comments li::before {
	content: "※";
}

.column.flex-dl-box .box dd .button {
	margin-top: 20px;
}
.column.flex-dl-box .box dd .button a {
	text-decoration: none;
}




.column.flex-dl-box .note {
	margin: 15px 0 0;
}
.column.flex-dl-box .note,
.column.flex-dl-box .note p {
	font-size: 1.0rem;
	line-height: 1.75;
}
.column.flex-dl-box .note p + p {
	margin-top: 10px;
}



.column.flex-dl-box.faq-list .box > dl > dt {
	width: 100px;
}
.column.flex-dl-box.faq-list .box > dl > dd {
	width: calc(100% - 100px);
}
.column.flex-dl-box.faq-list .box > dl {
	flex-wrap: wrap;
}
.column.flex-dl-box.faq-list .box > dl dd + dt,
.column.flex-dl-box.faq-list .box > dl dd + dt + dd {
	margin-top: 15px;
}
.column.flex-dl-box.faq-list .box > dl + dl {
	margin-top: 60px;
}
.column.flex-dl-box.faq-list .box > dl dt {
	font-size: 1.5rem;
}




.column .notice {
	margin: 40px 0 0;
}
.column .notice p {
	font-size: 1.25rem;
	line-height: 1.8;
}

.column.use-border .inner {
	padding-top: 70px;
}
.column.use-border .inner::before {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 280px);
	height: 1px;
	left: 140px;
	top: 0;
	background: #000;
}

.column.use-border.compact .inner {
	padding-top: 50px;
}


.column.use-border-both .inner {
	padding-top: 70px;
	padding-bottom: 70px;
}
.column.use-border-both .inner::before,
.column.use-border-both .inner::after {
	position: absolute;
	content: "";
	display: block;
	width: calc(100% - 280px);
	height: 1px;
	left: 140px;
	background: #000;
}
.column.use-border-both .inner::before {
	top: 0;
}
.column.use-border-both .inner::after {
	bottom: 0;
}


.column.use-border.compact .inner {
	padding-top: 50px;
}




.notice.use-border {
	padding-top: 45px;
	border-top: 1px solid #000;
}




.column .notice-list {
	margin: 40px 0 0;
}
.column .notice-list p,
.column .notice-list dt,
.column .notice-list dd,
.column .notice-list li {
	font-size: 1.125rem;
	line-height: 1.8;
}
.notice-list.use-border {
	padding-top: 45px;
	border-top: 1px solid #000;
}
.column .notice-list dl + dl {
	margin-top: 30px;
}
.column .notice-list dd {
	margin-top: 5px;
	margin-left: 1em;
}
.column .notice-list li {
	padding-left: 1em;
	text-indent: -1em;
}
.column .notice-list li::before {
	content: "・";
	text-indent: 0;
}











.column.multi-box .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.column.multi-box .primary {
	width: 65%;
}
.column.multi-box .secondary {
	width: calc(35% - 70px);
}


.column.multi-box .primary li + li {
	margin-top: 70px;
}
.column.multi-box .secondary li + li {
	margin-top: 60px;
}


.column.multi-box dl {
	margin: 20px 0 0;
}
.column.multi-box dt {
	font-size: 2.0rem;
	line-height: 1.2;
}
.column.multi-box dt a {
	text-decoration: underline;
	transition: color 200ms ease-out;
}
.column.multi-box dt a:hover {
	color: #737373;
	text-decoration: none;
}

.column.multi-box dd {
	margin: 20px 0 0;
	font-size: 1.0rem;
	line-height: 1.834;
}
.column.multi-box dd.subtitle {
	margin-top: 10px;
}
.column.multi-box dd.subtitle + dd {
	margin-top: 10px;
}


.column .image.square-pc img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
}

.column .slide {
	position: relative;
	padding-bottom: 55px;
}
.column .slide + .slide {
	margin-top: 50px;
}

.column .slide.square-pc .slide-item img {
	width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center;
}


.column .slide:has(a:focus) .slick-list {
	outline-color: rgb(0, 95, 204);
	outline-offset: 1px;
	outline-style: auto;
	outline-width: 1px;
}



.column.double ul {
	display: flex;
	flex-wrap: wrap;
}

.column.double li {
	width: calc(50% - 35px);
	margin-left: 70px;
}
.column.double li:nth-child(2n + 1) {
	margin-left: 0;
}
.column.double li:nth-child(n + 3) {
	margin-top: 70px;
}




.column.triple ul {
	display: flex;
	flex-wrap: wrap;
}

.column.triple li {
	width: calc((100% - 140px) / 3);
	margin-left: 70px;
}
.column.triple li:nth-child(3n + 1) {
	margin-left: 0;
}
.column.triple li:nth-child(n + 4) {
	margin-top: 70px;
}




.column.flex dl {
	margin: 25px 0 0;
}
.column.flex dt {
	font-size: 2.0rem;
	line-height: 1.334;
}
.column.flex dt a {
	text-decoration: underline;
	transition: color 200ms ease-out;
}
.column.flex dt a:hover {
	color: #737373;
	text-decoration: none;
}

.column.flex dd {
	margin: 10px 0 0;
	font-size: 1.0rem;
	line-height: 1.834;
}
.column.flex dd.link {
	margin-top: 20px;
}
.column.flex dd.link a {
	text-decoration: underline;
}
.column.flex dd.link a:hover {
	text-decoration: none;
}


.column.flex p {
	margin: 20px 0 0;
	font-size: 1.125rem;
	line-height: 1.834;
}
.column.flex p.large {
	font-size: 1.75rem;
	line-height: 1.334;
}
.column.flex p + p {
	margin-top: 5px !important;
}

.column.flex li p a {
	text-decoration: underline;
}
.column.flex li p a:hover {
	text-decoration: none;
}


.column.flex .title {
	margin: 25px 0 0;
	font-size: 2.0rem;
	line-height: 1.334;
}
.column.flex .title a {
	text-decoration: underline;
	transition: color 200ms ease-out;
}
.column.flex .title a:hover {
	color: #737373;
	text-decoration: none;
}



.column.journal .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

/*
.column.journal .inner > div {
	width: calc(50% - 35px);
}
.column.journal li + li {
	margin-top: 70px;
}

*/

.column.journal .grid ul {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 70px;
}


.column.journal dl {
	margin: 30px 0 0;
}
.column.journal dt {
	font-size: 2.0rem;
	line-height: 1.4;
}
.column.journal dt a {
	text-decoration: underline;
	transition: color 200ms ease-out;
}
.column.journal dt a:hover {
	color: #737373;
	text-decoration: none;
}
.column.journal dd {
	font-size: 1.125rem;
	line-height: 1.834;
}
.column.journal dd.subtitle {
	margin-top: 10px;
}
.column.journal dd.text {
	margin-top: 10px;
}
.column.journal dd.link {
	margin-top: 20px;
}
.column.journal dd.link a {
	text-decoration: underline;
	transition: color 200ms ease-out;
}
.column.journal dd.link a:hover {
	color: #737373;
	text-decoration: none;
}







.column.collaborator .box {
	display: flex;
	justify-content: space-between;
}
.column.collaborator .box + .box {
	margin-top: 60px;
}
.column.collaborator .image {
	box-sizing: border-box;
	width: 30%;
	padding-right: 60px;
}
.column.collaborator .text {
	width: 70%;
	margin: 0;
}
.column.collaborator dt {
	margin-top: -0.2rem;
	font-size: 1.125rem;
	line-height: 1.834;
}
.column.collaborator dd {
	margin-top: 10px;
	font-size: 1.125rem;
	line-height: 1.834;
}
.column.collaborator dd.links {
	margin-top: 20px;
}



.column .program-detail {
}
.column .program-detail {
}






.column .button {
	margin: 70px 0 0;
	width: 100%;
}
.column .button a {
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 70px;
	font-size: 1.125rem;
	border: 2px solid #000;
	transition: all 300ms ease-out;
}
.column .button a:hover {
	color: #fff;
	background: #000;
}

.column .button.half {
	width: 500px;
	margin-top: 35px;
}

.column .button.pad {
	margin-top: 100px !important;
}
.column .button.break {
	margin-top: 60px !important;
}


.column .button.flex {
	display: flex;
	margin-top: 35px;
}
.column .button.flex a {
	width: 500px;
}
.column .button.flex a + a {
	margin-left: 40px;
}





.column .program-category {
	font-size: 1.75rem;
	margin-bottom: 0 !important;
}

.column.exhibition .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column.exhibition.reverse .inner {
	flex-direction: row-reverse;
}
.column.exhibition .image {
	width: calc(50% - 35px);
}
.column.exhibition .title {
	width: calc(50% - 35px);
}
.column.exhibition .text-box {
	width: calc(50% - 35px);
}
.column.exhibition .image .caption {
	margin-top: 15px;
	line-height: 1.7;
	font-size: 1.0rem;
}




.column.exhibition-mini .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column.exhibition-mini.reverse .inner {
	flex-direction: row-reverse;
}
.column.exhibition-mini .image {
	width: calc(35% - 70px);
}
.column.exhibition-mini .text-box {
	width: 65%;
}
.column.exhibition-mini .image .caption {
	margin-top: 15px;
	line-height: 1.7;
	font-size: 1.0rem;
}

.column.exhibition-mini h4 {
	margin-top: 0;
}



.column.event .inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.column.event .text-box {
	width: calc(50% - 35px);
}





.column.exhibition h4 {
	margin-top: 0;
}
.column.exhibition * + .text {
	margin-top: 20px;
}
.column.exhibition .exhibition-profile-title + .text {
	margin-top: 10px;
}
.column.exhibition-mini .exhibition-profile-title + .text {
	margin-top: 10px;
}


.column .exhibition-title {
	font-size: 2.0rem;
}
.column .exhibition-name {
	font-size: 1.5rem;
}
.column .exhibition-profile-title {
	font-size: 1.125rem;
}
.column .exhibition-info {
	font-size: 1.125rem;
	line-height: 1.834;
}


.column .exhibition-title + .exhibition-name {
	margin-top: 25px;
}
.column .exhibition-title + .exhibition-info,
.column .exhibition-name + .exhibition-info {
	margin-top: 20px;
}



.column .event-title {
	font-size: 1.5rem;
}
.column .event-info {
	font-size: 1.125rem;
	line-height: 1.834;
}
.column .event-title + .event-info {
	margin-top: 15px;
}






.floor-map .inner .box {
	margin-top: 40px;
	border-top: 1px solid #404040;
}

.floor-map dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #404040;
}
.floor-map dt {
	display: flex;
	align-items: flex-end;
	width: 30%;
}
.floor-map dt + dd {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: 40%;
	min-height: 80px;
	padding: 0 80px 0 70px;
	font-size: 1.125rem;
	line-height: 1.8;
	border-left: 1px solid #707070;
}
.floor-map dd + dd {
	width: 30%;
}

.floor-map dt + dd p {
	line-height: 1.8;
}
.floor-map dd a {
	text-decoration: underline;
}
.floor-map dd a:hover {
	text-decoration: none;
}

.floor-map dt span:nth-child(1) {
	width: 100px;
	font-size: 3rem;
}
.floor-map dt span:nth-child(2) {
	position: relative;
	width: calc(100% - 100px);
	top: -0.25rem;
	font-size: 1.5rem;
}


.floor-map .icons {
	display: flex;
	justify-content: space-between;
	width: 100%;
}


/*
.floor-map .icons ul {
	display: flex;
	width: 50%;
}
.floor-map .icons li {
	width: 25%;
}

.floor-map .icons ul.group-b {
	justify-content: flex-end;
}

.floor-map .icons ul.group-full {
	width: 100%;
}
.floor-map .icons ul.group-full li {
	width: 12.5%;
}


.floor-map .icons ul.wide {
	width: 75%;
}
.floor-map .icons ul.wide li {
	width: 16.66%;
}

.floor-map .icons ul.single {
	width: 12.5%;
}
.floor-map .icons ul.single li {
	width: 100%;
}
*/


.floor-map .icons ul {
	display: grid;
	width: 100%;
	grid-template-columns: repeat(8, 12.5%);
}
.floor-map .icons ul li {
}
.floor-map .icons ul li.grid1 {
	grid-column: 1 / 2;
}
.floor-map .icons ul li.grid2 {
	grid-column: 2 / 3;
}
.floor-map .icons ul li.grid3 {
	grid-column: 3 / 4;
}
.floor-map .icons ul li.grid4 {
	grid-column: 4 / 5;
}
.floor-map .icons ul li.grid5 {
	grid-column: 5 / 6;
}
.floor-map .icons ul li.grid6 {
	grid-column: 6 / 7;
}
.floor-map .icons ul li.grid7 {
	grid-column: 7 / 8;
}
.floor-map .icons ul li.grid8 {
	grid-column: 8 / 9;
}








.floor-map .text {
	margin-top: 50px !important;
}






.vertical-nav {
	margin: 40px 0 0;
}
.vertical-nav ul {
}
.vertical-nav li {
	margin: 0 50px 0 0;
}
.vertical-nav li + li {
	margin-top: 25px;
}
.vertical-nav a {
	font-size: 1.125rem;
	text-decoration: underline;
	transition: opacity 200ms ease-out;
}
.vertical-nav a:hover {
	opacity: 0.55;
	text-decoration: none;
}
.vertical-nav span {
	display: inline-block;
	width: 22px;
	margin-right: 9px;
}







/* ---------------------------------------------------------------------------------------------------- */
/* INFO */

.column.info-box h2 {
	font-size: 2.0rem;
	margin-bottom: 40px;
}

.column.info-box .box dl {
	display: flex;
	justify-content: space-between;
}
.column.info-box .box dt {
	width: 160px;
	font-size: 1.125rem;
	line-height: 1.834;
}
.column.info-box .box dd {
	width: calc(100% - 160px - 75px);
	font-size: 1.125rem;
	line-height: 1.834;
}
.column.info-box .box dl + dl {
	margin-top: 30px;
}

.column.info-box + .column.info-box {
	margin-top: 60px;
}
.column.info-box + .column.info-box .box {
	padding-top: 60px;
	border-top: 1px solid #000;
}

.column.info-box .box dd a {
	text-decoration: underline;
}
.column.info-box .box dd a:hover {
	text-decoration: none;
}




/* ---------------------------------------------------------------------------------------------------- */
/* PROFILE */

.column.profile {
	margin-top: 90px;
}
.column.profile .box {
	padding: 50px 0 0;
	border: 0 solid #000;
	border-width: 1px 0 0;
}
.column.profile .box .text {
	max-width: 1000px;
	margin: 0 auto;
}

.column.profile .box .text > dl > dt {
	font-size: 1.125rem;
}
.column.profile .box .text > dl > dd {
	margin-top: 20px;
	font-size: 1.125rem;
	line-height: 1.834;
}
.column.profile .box .text > dl > dd + dd {
	margin-top: 0;
}
.column.profile .box .text > dl dl {
	display: flex;
}
.column.profile .box .text > dl dl > * {
	font-size: 1.125rem;
	line-height: 1.834;
}
.column.profile .box .text > dl dl dt {
	width: 6em;
}
.column.profile .box .text dl a {
	text-decoration: underline;
}
.column.profile .box .text dl a:hover {
	text-decoration: none;
}






/* ---------------------------------------------------------------------------------------------------- */
/* ARCHIVE */

.column.gallery-box {
}
.column.gallery-box + .gallery-box {
	margin-top: 40px;
	padding-top: 40px;
}

.column.gallery-box .box-header {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 40px;
}
.column.gallery-box .box-header .link {
	margin: 0;
}


.gallery-box .image {
	display: flex;
	justify-content: space-between;
}
.gallery-box .image.reverse {
	flex-direction: row-reverse;
}
.gallery-box .image + .image {
	margin-top: 56px;
}

.gallery-box .image a {
	display: block;
}

.gallery-box .image .full {
	width: 100%;
}
.gallery-box .image .large {
	width: 65.24%;
}
.gallery-box .image .half {
	width: 47.865%;
}
.gallery-box .image .small {
	width: 30.48%;
}
.gallery-box .image .small img + img,
.gallery-box .image .small a + a {
	margin-top: 56px;
}
.gallery-box .image.triple .small img + img,
.gallery-box .image.triple .small a + a {
	margin-top: 69px;
}

.gallery-box .image .large a {
	height: 100%;
}
.gallery-box .image .large img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.gallery-box .image img {
	will-change: transform;
}







#gallery-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.75);
}


#gallery-viewer {
	position: fixed;
	left: 50%;
	top: calc(50% - 50px);
	z-index: 10020;
	transform: translate(-50%,-50%);
}

#gallery-viewer img {
	border: 10px solid #fff;
}
#gallery-viewer img.wide {
}


#gallery-content {
	position: fixed;
	z-index: 10010;
	margin-top: 25px;
	font-size: 1.125rem;
	line-height: 1.8;
	color: #fff;
}


#gallery-nav {
	position: fixed;
	display: flex;
	width: 180px;
	height: 32px;
	right: 30px;
	bottom: 30px;
	justify-content: space-between;
	z-index: 10010;
}
#gallery-nav button {
	width: 32px;
	height: 32px;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}
#gallery-nav .page {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 1.25rem;
	color: #fff;
	pointer-events: none;
}



#gallery-close-button {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	right: 30px;
	top: 30px;
	z-index: 10010;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}




#gallery-overlay {
	opacity: 0;
	transition: opacity 300ms ease-out;
}
#gallery-viewer {
	opacity: 0;
	transition: opacity 300ms ease-out 200ms;
}
#gallery-content {
	opacity: 0;
	transition: opacity 300ms ease-out 200ms;
}
#gallery-close-button {
	opacity: 0;
	transition: opacity 300ms ease-out 200ms;
}
#gallery-nav {
	opacity: 0;
	transition: opacity 300ms ease-out 200ms;
}

body.overlay #gallery-overlay,
body.modal #gallery-viewer,
body.modal #gallery-content,
body.modal #gallery-close-button,
body.modal #gallery-nav {
	opacity: 1;
}


body.modal-motion #gallery-viewer {
	opacity: 0;
	transition: all 300ms ease-out;
}
body.modal-motion #gallery-content {
	opacity: 0;
	transition: all 300ms ease-out;
}


body.hide-modal #gallery-overlay,
body.hide-modal #gallery-viewer,
body.hide-modal #gallery-content,
body.hide-modal #gallery-close-button,
body.hide-modal #gallery-nav {
	opacity: 0 !important;
	transition: opacity 250ms ease-out 0ms !important;
}












#video-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10000;
	background: rgba(0,0,0,0.75);
}

#video-viewer {
	position: fixed;
	width: 1280px;
	left: 50%;
	top: 50%;
	z-index: 10020;
	transform: translate(-50%,-50%);
}
#video-viewer .container {
	position: relative;
	padding-top: 56.25%;
}
#video-viewer iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

#video-close-button {
	position: fixed;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	right: 30px;
	top: 30px;
	z-index: 10010;
	padding: 0;
	background: transparent;
	border: none;
	cursor: pointer;
}


#video-overlay {
	opacity: 0;
	transition: opacity 300ms ease-out;
}
#video-viewer {
	opacity: 0;
	transition: opacity 300ms ease-out;
}
#video-close-button {
	opacity: 0;
	transition: opacity 300ms ease-out;
}

body.video-modal #video-overlay {
	opacity: 1;
}
body.video-modal #video-viewer,
body.video-modal #video-close-button {
	opacity: 1;
	transition: opacity 300ms ease-out 200ms;
}


@media screen and (max-width:1359px) {
	#video-viewer {
		width: 1024px;
	}
}












/* ---------------------------------------------------------------------------------------------------- */
/* NotFound */

.column.notfound .image {
	width: 500px;
	margin: 0 auto;
}
.column.notfound dl {
	margin: 40px 0 0;
	text-align: center;
}
.column.notfound dt {
	font-size: 2.0rem;
	line-height: 1.5;
}
.column.notfound dd {
	margin: 30px auto 0;
	font-size: 1.25rem;
	line-height: 1.8;
}
.column.notfound .button {
	width: 600px;
	margin: 120px auto 0;
}

html:lang(en) .column.notfound dd {
	max-width: 1020px;
	text-align: left;
}
html:lang(en) .column.notfound dd p {
	line-height: 1.7;
}
html:lang(en) .column.notfound dd p + p {
	margin-top: 15px;
}



@media screen and (min-width:1921px) {
	.main-visual {
		margin-left: calc((100vw - 1640px) / 2);
	}
}







@media screen and (max-width:1439px) {
	body {
		min-width: 1280px;
	}

	.home-header {
		padding: 0 80px;	
	}

	.main-visual {
		margin-left: 80px;
	}

	.local-header,
	.scroll-top,
	.local-footer .inner,
	.content-title,
	.column > .inner {
		padding-left: 80px;
		padding-right: 80px;
	}

	* + .column.separator .inner::before {
		width: calc(100% - 160px);
		left: 80px;
	}
	
	* + .column.use-border .inner::before {
		width: calc(100% - 160px);
		left: 80px;
	}
	
	* + .column.use-border-both .inner::before,
	* + .column.use-border-both .inner::after {
		width: calc(100% - 160px);
		left: 80px;
	}


	.column-group.separator::before {
		width: calc(100% - 160px);
		left: 80px;
	}


	.local-header .gsp-logo {
		width: 160px;
		margin-right: 0;
		margin-left: 40px;
	}
	.local-header .main a {
	}
	.local-header .lang a {
	}
	.local-header .lang li + li::before {
		height: 25px;
		top: calc(50% - 13px);
	}
	
	
	
	
	.scroll-top a {
		width: 50px;
		height: 50px;
	}
	.scroll-top a img {
		width: 32px;
	}
	
	
	
	.local-footer .main a {
		font-size: 1.0rem;
	}
	
	.local-footer .instagram img {
		width: calc(50px * 0.7);
	}
	.local-footer .x img {
		width: calc(44px * 0.7);
	}
	.local-footer .facebook img {
		width: calc(52px * 0.7);
	}
	.local-footer .youtube img {
		width: calc(62px * 0.7);
	}
	
	.local-footer .sns li + li {
		margin-left: 26px;
	}
	
	
	.local-footer .logo {
		width: 120px;
		margin-top: 50px;
	}
	.local-footer .copyright {
		font-size: 0.85rem;
	}
	
	
	
	
	.content-title {
		padding-top: 30px;
	}
	.content-title .return a {
		font-size: 1.125rem;
	}
	.content-title .return span {
		width: 16px;
	}
	
	.content-title h2 {
		margin: 25px 0 10px;
		font-size: 3.5rem;
	}
	.content-title h2 .sub {
		margin: 10px 0 20px;
		font-size: 2.0rem;
	}
	
	.content-title .caption {
		margin: 15px 0 0;
		font-size: 1.25rem;
	}
	
	
	.inner-link {
		margin: 25px 0 0;
	}
	.inner-link ul {
		margin-bottom: -5px;
	}
	.inner-link li {
		margin: 0 32px 20px 0;
	}
	.inner-link a {
		font-size: 1.0rem;
	}
	.inner-link a span {
		width: 16px;
	}
	
	.inner-link.small {
	}
	.inner-link.small a {
		font-size: 1.0rem;
	}
	.inner-link.small a span {
		width: 16px;
	}
	
	
	
	.vertical-nav a {
		font-size: 1.0rem;
	}

	.vertical-nav span {
		width: 16px;
	}
	
	
	.column h3 {
		font-size: 2.0rem;
	}
	.column h3.sub {
		font-size: 1.5rem;
	}
	.column h3.lite {
		font-size: 1.5rem;
	}
	.column h4 {
		font-size: 1.5rem;
	}
	.column h4.lite {
		font-size: 1.5rem;
	}
	.column h4.large {
		font-size: 2.0rem;
	}
	.column h5 {
		font-size: 1.25rem;
	}
	
	.column h3 + h4 {
		margin-top: 20px;
	}
	
	.column.float-box-half h3 {
		font-size: 1.5rem;
	}
	.column.exhibition h3 {
		font-size: 1.5rem;
	}
	
	
	
	.column .exhibition-title {
	}
	.column .exhibition-name {
	}
	.column .exhibition-info {
		font-size: 1.0rem;
	}
	
	
	
	.column h3.break,
	.column h4.break {
		margin-top: 60px;
	}
	.column h3.pad,
	.column h4.pad {
		margin-top: 30px;
	}
	
	.column * + div.text {
		margin-top: 30px;
	}
	.column div.text p {
		font-size: 1.0rem;
		line-height: 1.834;
	}
	.column div.text p.break {
	}
	
	.column div.blockquote p {
		font-size: 1.0rem;
		line-height: 1.834;
	}
	.column div.blockquote.note p {
		font-size: 1.0rem;
	}
	
	.column div.text ul.break,
	.column div.text ol.break {
	}
	.column div.text li {
		font-size: 1.0rem;
		line-height: 1.834;
	}
	
	.column div.link {
		margin-top: 20px;
	}
	.column div.link a {
		font-size: 1.0rem;
	}
	.column div.link.video a {
		height: 32px;
		line-height: 32px;
		padding-left: 44px;
		background-size: 32px auto;
	}
	
	
	.column div.links {
		margin-top: 20px;
	}
	.column div.links a {
		font-size: 1.0rem;
	}
	.column div.links .arrow {
		width: 16px;
	}
	
	.column.simple h3 + div.text {
		margin-top: 25px;
	}
	.column.simple .text dt,
	.column.simple .text dd {
		font-size: 1.0rem;
	}
	
	.column div.text dl.list dt {
		font-size: 1.2rem;
	}
	.column div.text dl.list dd {
		font-size: 1.0rem;
		line-height: 1.834;
	}
	
	.column.multi-box .primary li + li {
		margin-top: 50px;
	}
	
	.column.multi-box .secondary {
		width: calc(35% - 40px);
	}
	.column.multi-box .secondary li + li {
		margin-top: 40px;
	}
	
	.column.multi-box dl {
		margin-top: 15px;
	}
	.column.multi-box dt {
		font-size: 1.5rem;
	}
	.column.multi-box dd {
		margin-top: 10px;
		font-size: 0.9rem;
		line-height: 1.5;
	}
	.column.multi-box dd.subtitle {
		margin-top: 10px;
	}
	
	
	
	
	.column.double li {
		width: calc(50% - 20px);
		margin-left: 40px;
	}
	.column.double li:nth-child(n + 3) {
		margin-top: 40px;
	}
	
	.column.triple li {
		width: calc((100% - 80px) / 3);
		margin-left: 40px;
	}
	.column.triple li:nth-child(n + 4) {
		margin-top: 60px;
	}
	
	
	.column.flex dl {
		margin-top: 15px;
	}
	.column.flex dt {
		font-size: 1.75rem;
	}
	.column.flex dd {
		font-size: 0.9rem;
		line-height: 1.5;
	}
	.column.flex dd.link {
		margin-top: 10px;
	}
	
	.column.flex p {
		margin-top: 15px;
		font-size: 1.0rem;
		line-height: 1.5;
	}
	.column.flex p.large {
		font-size: 1.5rem;
	}
	
	
	.column.float-box-multi .text-box {
		width: calc(35% - 40px);
	}
	
	
	.column.float-box-half .text-box,
	.column.float-box-half .title,
	.column.float-box-half .image {
		width: calc(50% - 20px);
	}
	.column.exhibition .text-box,
	.column.exhibition .title,
	.column.exhibition .image {
		width: calc(50% - 20px);
	}
	
	.column.exhibition-mini .image {
		width: calc(35% - 40px);
	}
	
	.column.event .text-box {
		width: calc(50% - 20px);
	}
	
	
	
	
	.column.flex-dl-box .box h4 {
		margin-bottom: 30px;
	}
	.column.flex-dl-box .box > dl > dt {
		font-size: 1.0rem;
	}
	.column.flex-dl-box .box > dl > dd {
		font-size: 1.0rem;
	}
	.column.flex-dl-box .box dd li {
		font-size: 1.0rem;
	}
	.column.flex-dl-box .note,
	.column.flex-dl-box .note p {
		font-size: 0.9rem;
	}
	
	.column.flex-dl-box.faq-list .box > dl dt {
		font-size: 1.25rem;
	}
	
	
	.column.journal dl {
		margin-top: 25px;
	}
	.column.journal dt {
		font-size: 1.5rem;
	}
	.column.journal dd {
		font-size: 1.15rem;
	}
	.column.journal dd.link {
		margin-top: 10px;
	}
	
	
	.column.collaborator dt {
		font-size: 1.0rem;
	}
	.column.collaborator dd {
		font-size: 1.0rem;
	}
	
	
	.column .notice {
		margin-top: 30px;
	}
	.column .notice p {
		font-size: 1.0rem;
	}
	
	
	.column .notice-list {
		margin-top: 30px;
	}
	.column .notice-list p,
	.column .notice-list dt,
	.column .notice-list dd,
	.column .notice-list li {
		font-size: 1.0rem !important;
		line-height: 1.8;
	}
	
	
	
	.floor-map dt span {
		font-size: 1.5rem;
	}
	.floor-map dt + dd {
		padding: 0 50px 0 40px;
		font-size: 1rem;
	}
	
	
	
	
	.column .button,
	.column .button.half {
		margin-top: 30px;
	}
	.column .button a {
		min-height: 50px;
		font-size: 1.125rem;
	}
	
	
	
	.column.info-box h3 {
		font-size: 1.5rem;
		margin-bottom: 30px;
	}
	.column.info-box .box dt {
		width: 150px;
		font-size: 1.0rem;
	}
	.column.info-box .box dd {
		width: calc(100% - 150px - 40px);
		font-size: 1.0rem;
	}
	.column.info-box .box dl + dl {
		margin-top: 25px;
	}
	.column.info-box + .column.info-box {
		margin-top: 50px;
	}
	.column.info-box + .column.info-box .box {
		padding-top: 50px;
	}
}














.local-header {
	position: sticky;
	top: 0;
	max-width: 100vw;
}


.local-header {
	box-sizing: border-box;
	height: 80px;
	z-index: 1000;
	margin: 35px auto 0;
	padding: 0;
	background: #fff;
}
.local-header .inner {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	min-width: 1280px;
	height: 80px;
	top: -1px;
	z-index: 100;
	margin: 0 auto;
	padding: 0 140px;
	border-bottom: none;
}

.local-header::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: -6px;
	z-index: 10;
	background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
	pointer-events: none;
	opacity: 0;
	transition: all 200ms ease-out;
}

body.sticky-menu .local-header::after {
	opacity: 1;
}


.local-header .gsp-logo {
	top: -1px;
}


.local-header + main {
	position: relative;
	padding-top: 35px;
}
.local-header + main::before {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	max-width: calc(1920px - 280px);
	height: 2px;
	left: calc(50%);
	top: 33px;
	transform: translateX(-50%);
	background: #000;
}

body.home .local-header + main {
	padding-top: 0;
}
body.home .local-header + main::before {
	display: none;
}





@media screen and (max-width:1439px) {
	.local-header {
		max-width: 1440px;
	}
	.local-header .inner {
		padding-left: 80px;
		padding-right: 80px;
	}
}






.home-header {
	position: sticky;
	top: 0;
}


.home-header {
	box-sizing: border-box;
	max-width: 100vw;
	height: 80px;
	z-index: 1000;
	margin: 50px auto 0;
	padding: 0;
	background: #fff;
}
.home-header .inner {
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width: 1920px;
	height: 80px;
	z-index: 100;
	margin: 0 auto;
	padding: 0 140px;
	border-bottom: none;
}

.home-header::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 6px;
	left: 0;
	bottom: -6px;
	z-index: 10;
	background: linear-gradient(to bottom, rgba(0,0,0,0.15), rgba(0,0,0,0));
	pointer-events: none;
	opacity: 0;
	transition: all 200ms ease-out;
}

body.sticky-menu .home-header::after {
	opacity: 1;
}


.home-header + .column {
	margin-top: 50px;
}


@media screen and (max-width:1439px) {
	.home-header {
		max-width: 1440px;
	}
	.home-header .inner {
		padding-left: 80px;
		padding-right: 80px;
	}
}



.column.notfound .activity {
	text-align: center;
}
.column.notfound ul {
	display: inline-block;
	margin: 80px auto 100px;
	text-align: left;
}
.column.notfound li a {
	font-size: 1.125rem;
}
.column.notfound li a:hover {
	text-decoration: underline;
}
.column.notfound li + li {
	margin-top: 20px;
}
.column.notfound li a span {
	display: inline-block;
	width: 20px;
	margin-right: 8px;
	vertical-align: middle;
}




.top-notice {
	width: 100%;
}
.top-notice dl {
	display: flex;
	margin: 0 0 50px !important;
}
.top-notice dt,
.top-notice dd {
	margin: 0 !important;
	font-size: 1.25rem !important;
	font-family: "SST W55 Bold", sans-serif;
	line-height: 1.5 !important;
}
.top-notice dd {
	padding-left: 20px;
}
.top-notice dl + dl {
	margin-top: -35px !important;
}

html:lang(en) .top-notice dt {
	min-width: 200px;
}
html:lang(en) .top-notice dd span {
	white-space: nowrap;
}




.column.script dt,
.column.script dd,
.column.script p {
	font-size: 1.25rem;
	line-height: 1.8;
}
/*
.column.script dt:not(.lite) {
	font-family: "SST W55 Bold", sans-serif;
}
*/
.column.script dt {
	font-family: "SST W55 Bold", sans-serif;
}

.column.script * + dl,
.column.script * + p {
	margin-top: 40px !important;
}
.column.script dd + dd {
	margin-top: 40px !important;
}


















