@charset "utf-8";
/* CSS Document */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
strong{
	font-weight:bold;
}
em{
	font-style:italic;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* end
http://meyerweb.com/eric/tools/css/reset/
*/
:root {
    --font-en-01: "Palatino Linotype", Georgia, Times, "Times New Roman", serif, "websafe";
    --font-en-02: HelveticaNeue, "Roboto", sans-serif;
    --font-en-03: HelveticaNeue-Light, "Roboto", sans-serif;
    --font-ja: "Hiragino Sans", "Noto Sans JP", sans-serif;
    --font-ja-w1:"HiraginoSans-W1", "Noto Sans JP", sans-serif;
    --font-ja-w2:"HiraginoSans-W2", "Noto Sans JP", sans-serif;
    --font-ja-w5:"HiraginoSans-W5", "Noto Sans JP", sans-serif;
    --font-ja-w6: "HiraginoSans-W6", "Noto Sans JP", sans-serif;
    --font-2lang: HelveticaNeue, "Roboto", "Noto Sans JP", sans-serif;
    --c-border: #d8d8d8;
    --c-font-01: #000;
    --c-font-02: #3c3c3c;
    --font-size-vw: min(16px, 1.11vw);
}
body{
	--w100:300;
	--w200:300;
	--w300:400;
	--w400:400;
	--w500:500;
	--w600:600;
	--w700:700;
}
body.mac{
	--w100:100;
	--w200:200;
	--w300:300;
	--w400:400;
}
html {
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
}
body {
    font-family: var(--font-ja);
    font-weight: var(--w300);
    overflow: hidden;
    /* min-width: 1440px; */
    color: var(--c-font-02);
    -webkit-text-size-adjust: 100%;
}
a {
    color: inherit;
    text-decoration: none;
	pointer-events: all;
}
img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
    pointer-events: none;
    -webkit-user-drag: none;
}
.inner {
    margin: 0 auto;
    box-sizing: border-box;
    max-width: 1200px;
    width: 90%;
}
.u-font-en {
    font-family: var(--font-en-02);
}
/* header */
.header {
    border-bottom: solid 1px var(--c-border);
    letter-spacing: 0.1em;
    font-size: 0.9375rem;
    font-weight: var(--w300);
    position: fixed;
    width: 100%;
    background: #fff;
    z-index: 20;
}
.header__ctn {
    display: grid;
    grid-template-columns: 610px 1fr min-content;
    grid-template-rows: auto auto;
    justify-content: space-between;
    align-items: start;
    padding: 48px 60px 0;
    max-width: 1440px;
    width: 100%;
    position: relative;
}
.header__logo {
    padding: 4px 0 1px 0;
    max-width: 543px;
}
.g-nav {
    display: contents;
}
.g-nav-wrap {
    display: contents;
}
.header__item {
    display: contents;
}
.header-lang {
    display: flex;
    font-family: var(--font-en-03);
    justify-content: flex-end;
    margin: 0 17px 0px 0px;
    padding: 2px 0 0;
    grid-column: 2 / 3;
}
.header-lang .current a{
	color:#be010d;
	pointer-events:none;
}
.header-lang__item+.header-lang__item::before {
    content: "/ ";
    margin-left: 0.3em;
}
.header__search {
    margin: 0 52px 0 0;
}
.header__search-wrap {
    grid-column: 3 / 4;
}
.sns__instagram{
	width: 1.75em;
	margin: 44px 72px 0 0;
	opacity: 0.65;
	position: absolute;
	right: 0;
	transition:opacity .2s;
}
.sns__instagram:hover{
	opacity:.4
}
.search {
    display: flex;
}
.search__input {
    height: 1.05em;
    margin: 0 5px 0 0px;
    width: 113px;
    padding: 0px 2px;
}
.search__button {
    background: none;
    border: none;
    padding: 0;
    width: 16px;
}
.header-nav {
    grid-area: 2 / 1 / 3 / 4;
    font-family: var(--font-en-03);
    margin: 11px -0.1em 0;
}
.header-nav__ctn {
    display: flex;
    justify-content: flex-end;
    margin: 0 -0.7em 0 0;
}
.header-nav__item a {
    padding: 0.6em 1.68em 1em;
    display: block;
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.header-nav__item a:hover {
    color: #f00;
    text-decoration-color: #f00;
}
.header-nav__item .is-current {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
    text-decoration-color: #7f7f7f;
}
.header-nav__item+.header-nav__item {
    border-left: solid 1px var(--c-border);
}
/* footer */
.footer {
    border-top: solid 1px var(--c-border);
}
.footer__copyright {
    display: block;
    text-align: center;
    font-size: 0.813rem;
    padding: 2.4em 0;
    letter-spacing: 0;
    font-weight: var(--w300);
    font-family: var(--font-en-03);
}
/* main */
.container {
    padding-bottom: min(127px, 8.8%);
    padding-top: 7.95rem;
}
.is-w_full {
    width: 100vw;
    margin-left: min(-120px, calc((100% - 100vw) / 2));
    min-width: 1440px;
}
.exhibitions-box {
    font-family: var(--font-en-01);
    font-size: calc(var(--font-size-vw) * 1.875);
    line-height: 1.834;
    letter-spacing: 0.03em;
    position: relative;
}
.exhibitions-box figcaption {
    line-height: 1.584;
    font-size: max(10px, calc(var(--font-size-vw) * 0.75));
    text-align: right;
    display: block;
    font-family: var(--font-en-03);
    padding: 0.5em 0 0;
    margin: 0 auto;
    letter-spacing: 0.11em;
    width: 100%;
    visibility: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 200% !important;
    height: 1em;
    color: #777;
    max-width: 100%;
    white-space: break-spaces;
    word-break: break-word;
}
.exhibitions-details .exhibitions-box figcaption {
	white-space: normal;
}
.exhibitions-box+.exhibitions-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-top: solid 1px var(--c-border);
}
.exhibitions-box__category {
    font-size: 1.438rem;
    display: block;
    font-family: var(--font-en-03);
    line-height: 1.1;
    padding: 0 0 0.05em;
    font-weight: var(--w300);
    letter-spacing: 0.08em;
    margin: 0px 0 3.45em;
}
.exhibitions-box__tl {
    font-size: calc(var(--font-size-vw) * 3.5);
    margin: 1.95em 0 0.8em;
    line-height: 1.25;
    letter-spacing: 0.03em;
}
.exhibitions-box__tl + ul{
	margin-bottom: 1em;
}
.column {
    display: flex;
    justify-content: space-between;
    margin-bottom: -0.5%;
}
.column__text-item {
    padding: 0 6% 0 0;
}
.exhibitions-box.notitle .column__text-item {
    display:none;;
}
.exhibitions-box.notitle .column__img-item {
	width: 100%;
	margin: 0 !important;
	padding-bottom: 0.9em;
	text-align: center;
}
.column__text-item img {
    margin: 2.95em 0 0;
}
.exhibitions-box__info-text {
    font-weight: var(--w300);
    letter-spacing: 0.08em;
    font-size: 0.4em;
    line-height: 2;
    font-family: var(--font-ja-w2);
}
.mac .exhibitions-box__info-text {
    font-weight: var(--w200);
}
.news-list {
    gap: 3em 5%;
    align-items: flex-start;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}
.news-list__box {
    display: flex;
    flex-direction: column-reverse;
}
.news-list__box-text-item a {
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}
.news-list__box-text-item a:hover {
    opacity: 0.7;
}
.news-list__box-category {
    border-bottom: solid 1px;
    font-family: var(--font-en-03);
    font-size: 0.813rem;
    padding: 1.4em 0 0.4em;
    letter-spacing: 0.1em;
}
.news-list__box-tl-name {
    display: block;
    font-weight: var(--w600);
    margin: 0.85em 0 0.2em;
    font-size: 1em;
    font-family: var(--font-ja-w5);
}
.en .news-list__box-tl-name {
    font-weight: var(--w500);
}
.mac .news-list__box-tl-name {
    font-weight: var(--w500);
}
.news-list__box-tl-text {
    display: block;
    font-weight: var(--w300);
    margin: 0.9em 0 0.6em;
    letter-spacing: 0.02em;
    font-feature-settings: normal;
    line-height: 1.45;
    font-size: 1.125em;
    font-family: var(--font-ja);
}
.ios .news-list__box-tl-text {
	font-family: var(--font-ja-w1);
	font-weight: 500;
}
.news-list__box-tl-text b{
	font-weight: var(--w500);
	display:block;
	margin-bottom: -1.3em;
}
ios .news-list__box-tl-text b{
	font-weight: bold;
}
.news-list__box-text {
    font-weight: var(--w300);
    letter-spacing: 0.06em;
    color: var(--c-font-01);
    font-size: 0.8125em;
    line-height: 2;
    font-family: var(--font-ja-w1);
}
.mac .news-list__box-text {
    font-weight: var(--w100);
}
.news-list__box-date {
    font-family: var(--font-en-03);
    font-size: 0.688rem;
    font-weight: var(--w300);
    display: block;
    margin: 1.2em 0 0;
    letter-spacing: 0.1em;
}
.news-list__box-text-item{
}
.news-list__box-img-item {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
}
.news-list__box-img-item img{
    position:absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-fit: cover;
}
.news-list__box-img-item iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.u-button {
    border: solid 1px #3C3C3C;
    font-family: var(--font-en-03);
    font-size: 0.988rem;
    display: block;
    width: fit-content;
    margin: 0 auto;
    padding: 0.55em 1.8em 0.45em;
    letter-spacing: 0.1em;
    line-height: 1;
    font-weight: var(--w300);
    transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
    background: #fff;
    cursor: pointer;
    color: #3C3C3C;
}
.u-button:hover {
    background-color: #3c3c3c;
    color: #fff;
}
.u-button--left {
    margin: 0;
}
.exhibitions-box .column__img-item {
    width: 50%;
    flex-shrink: 0;
    /* padding-right: 3.2%; */
    position: relative;
    padding-bottom: .7em;
}
.exhibitions-box .landscape .column__img-item {margin: 4% 0 4%;padding-bottom: 1em;}
.exhibitions-box .column__img-wrap {
    height: 0;
    padding: 0 0 100%;
    position: relative;
}
.exhibitions-box.notitle .column__img-wrap {
	padding: 0;
	height: auto;
	display: inline-flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
}
.exhibitions-box .none  .column__img-wrap{
	padding: 0 0 0;
}
.exhibitions-box .column__img-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.exhibitions-box.notitle .column__img-item img{
	position:relative;
	height: auto;
	!i;!;
}
.exhibitions-box .column__img-item img[src=""]{
	
	display:none;
}
.exhibitions-box .landscape .column__img-wrap{
	padding: 0;
	height: auto;
}
.exhibitions-box .landscape .column__img-item img {position: relative;width: 100%;height: auto;}
.u-hr {
    position: relative;
}
.u-hr::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    transform: translateX(-50%);
    border-top: solid 1px var(--c-border);
}
.u-hero__tl {
    text-align: center;
    font-size: 2.5rem;
    font-family: var(--font-en-03);
    padding: 1.8em 0 0;
    letter-spacing: 0.1em;
}
.u-youtube {
    position: relative;
    height: 0;
    padding: 0 0 56.25%;
}
.u-youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.accordion__btn::-webkit-details-marker {
    display: none;
}
.modal {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    transform: translateZ(1px);
    display: none;
    opacity: 0;
}
.modal__wrap {
    display: flex;
    align-items: flex-start;
    width: 100%;
    min-height: 100%;
    position: relative;
    box-sizing: border-box;
    justify-content: flex-end;
    overflow: hidden;
}
.modal__ctn {
    opacity: 0;
    transform: translate3d(100%, 0px, 1px);
    z-index: 1;
}
.modal__content {
    position: relative;
    z-index: 1;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    max-width: 675px;
}
.modal__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(255, 255, 255, 0.01);
    opacity: 0.85;
}
.modal__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 10.8em 10.3% 0 0;
    z-index: 1;
    background: none;
    border: none;
    padding: 0;
    padding: 0.5em;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 0 0.73em;
    letter-spacing: 0.2em;
    font-family: var(--font-en-03);
    color: inherit;
    font-weight: var(--w300);
    border: none;
    outline: none;
}
.modal__close-btn:hover {
    opacity: 0.7;
}
.modal__close-icon {
    width: 0.867em;
}
/* modal02 */
.modal02 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    overflow-y: scroll;
    transform: translateZ(1px);
    display: none;
    opacity: 0;
}
.modal02__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100%;
    position: relative;
    padding: 69px 0;
    box-sizing: border-box;
}
.modal02__ctn {
    width: 100%;
}
.modal02__content {
    padding-top: 11rem;
}
.modal02__content {
    position: relative;
    z-index: 1;
    background: rgb(255 255 255 / 85%);
    width: 88%;
    margin: 0 auto;
    max-width: 980px;
}
.exhibitions-details__works-ml .modal02__content {
    padding-top: 9.2%;
}
.modal02__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: #231815;
    opacity: 0.65;
}
.modal02__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 8%;
    margin: 1.5% 0% 0 0;
    z-index: 1;
    border: none;
    background: none;
    cursor: pointer;
}
/* slider */
.swiper-button-next,
.swiper-button-prev {
    transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
}
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    width: 13px;
    padding-bottom: 200%;
    background: no-repeat 50% 0 / 100% auto;
    background-position: center;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--c-font-02);
}
.swiper-button-prev:after {
    mask-image: url(/assets/img/common/ptn_prev.svg);
}
.swiper-button-next:after {
    mask-image: url(/assets/img/common/ptn_next.svg);
}
.swiper-button-next:hover {
    transform: translateX(50%);
}
.swiper-button-prev:hover {
    transform: translateX(-50%);
}
.search_result{
	font-size:1.2rem;
	margin: 3em 0 1.9em;
}
.search_result b{
	font-weight:bold;
}
.search_result__back{
	margin-top: 4.2em;
	margin^top: 3em;
}
@media screen and (min-width: 1201px) {
    .g-nav-btn,
    .search_icon {
        display: none !important;
    }
    .g-nav {
        display: contents !important;
    }
	.modal__wrap {
	right: calc(600px - 50vw);
	}
}
@media screen and (max-width: 1200px) {
    /* header */
    .header__logo {
        width: 87%;
        padding: 0;
    }
    .header__ctn {
        padding: 4.2% 5%;
        display: block;
    }
    .g-nav {
        z-index: 10;
        margin-top: 1px;
        background-color: rgba(255, 255, 255, 0.85);
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .g-nav-btn__line {
        position: relative;
        width: 100%;
        height: 1px;
        background-color: #707070;
    }
    .g-nav-btn__line::before,
    .g-nav-btn__line::after {
        content: "";
        display: block;
        position: absolute;
        width: inherit;
        height: inherit;
        transition: transform 0.3s, margin 0.3s;
        background-color: #707070;
    }
    .g-nav-btn__line::before {
        top: 0;
        margin-top: -0.35rem;
    }
    .g-nav-btn__line::after {
        bottom: 0;
        margin-bottom: -0.35rem;
    }
    .g-nav-btn .g-nav-btn__line {
        background-color: transparent;
    }
    .g-nav-btn.is-open .g-nav-btn__line::before {
        top: 0;
        transform: rotate(-45deg);
        margin-top: 0;
    }
    .g-nav-btn.is-open .g-nav-btn__line::after {
        bottom: 0;
        transform: rotate(45deg);
        margin-bottom: 0;
    }
    .g-nav-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 2.5rem;
        height: 1.9rem;
        border: none;
        background-color: transparent;
        position: absolute;
        top: 50%;
        right: 0;
        margin: 0 5%;
        cursor: pointer;
        transform: translateY(-50%);
        cursor: pointer;
    }
    .g-nav-wrap {
        display: flex;
        flex-direction: column;
        width: 87%;
        margin: 2rem auto 4.6rem;
    }
    .header-nav__ctn {
        display: block;
        font-size: 0.9375rem;
        letter-spacing: 0.09em;
        margin: 0;
    }
    .header-nav__item a {
        padding: 0;
    }
    .header-lang {
        order: 3;
        font-size: 0.9375rem;
        display: flex;
        justify-content: flex-start;
        margin-top: 1.2rem;
    }
    .header__search-wrap {
        order: 2;
        margin-top: 2.9rem;
        width: 4rem;
        display: flex;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
        transition: width 0.8s ease-in-out;
        height: 2.94em;
    }
    .header__search-wrap.search-open {
        width: 100%;
    }
    .search_icon {
        position: absolute;
        top: 0;
        left: 0;
        border: none;
        background: none;
        width: 16px;
        height: 100%;
        cursor: pointer;
    }
    .search-open .search_icon {
        display: none;
    }
    .search_icon img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .search {
        transform-origin: right;
        border: 1px solid #3C3C3C;
        width: 0%;
        display: grid;
        grid-template-columns: 1fr 32px;
        margin-right: 0;
        transition: width 0.4s cubic-bezier(0.3, 0.1, 0.21, 1.02);
        display: none;
    }
    .search-open .search {
        width: 100%;
        display: grid;
    }
    .search__input {
        border: none;
        background-color: unset;
        font-size: 1.2rem;
        padding: 0.7rem;
        width: calc(100% - 1.4rem);
        height: 1em;
        color: #333;
    }
    .search__button {
        margin: 0 auto;
    }
	.search__button img{
        display: inline-block;
        margin-top: 1.4em;
    }
	.sns__instagram{
		width: 1.95em;
		margin: 0 0 -2px -6px;
		top: auto;
		bottom: -3em;
		left: 0;
		right: auto;
	}
    .header-nav__item+.header-nav__item {
        margin-top: 2rem;
        border: none;
    }
	.container {
	    padding-top: 10.8vw;
	}
}
@media screen and (min-width: 768px) {
    .u-sp-elm {
        display: none !important;
    }
}
@media screen and (max-width: 767px) {
    html {
        font-size: clamp(5.86px, 1.5625vw, 8.57px);
    }
    .u-pc-elm {
        display: none !important;
    }
    .inner {
        padding: 0 6.25%;
        width: 100%;
    }
	.container {
	    padding-top: 5.7rem;
	}
    /* header */
    .g-nav {
        z-index: 10;
        background-color: rgba(255, 255, 255, 0.85);
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }
    .g-nav-btn__line {
        position: relative;
        width: 100%;
        height: 1px;
        background-color: #707070;
    }
    .g-nav-btn__line::before,
    .g-nav-btn__line::after {
        content: "";
        display: block;
        position: absolute;
        width: inherit;
        height: inherit;
        background-color: #707070;
    }
    .g-nav-btn__line::before {
        top: 0;
        margin-top: -0.7rem;
    }
    .g-nav-btn__line::after {
        bottom: 0;
        margin-bottom: -0.7rem;
    }
    .g-nav-btn .g-nav-btn__line {
        background-color: transparent;
    }
    .g-nav-btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3.1rem;
        height: 3.8rem;
        border: none;
        background-color: transparent;
        position: absolute;
        right: 6%;
        cursor: pointer;
        margin: 0.2% 0 0;
        padding: 0;
    }
    .header {
        height: auto;
    }
    .header__ctn {
        display: block;
        position: relative;
        padding: 0;
    }
    .header__logo {
        max-width: 485px;
        width: 79.608%;
        padding: 18px 0 17px 0;
    }
    .header__item {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        top: -99999px;
    }
    .g-nav-wrap {
        display: flex;
        flex-direction: column;
        width: 87%;
        margin: 1.9rem auto 11.6rem;
    }
    .header-nav__ctn {
        display: block;
        font-size: 2.6rem;
        letter-spacing: 0.09em;
    }
    .header-nav__item a {
        padding: 0;
    }
    .header__logo {
        width: 76.1%;
        padding: 1.75rem 6.1%;
    }
    .header-lang {
        order: 3;
        font-size: 2.7rem;
        display: flex;
        justify-content: flex-start;
        margin-top: 1.2rem;
    }
    .header__search-wrap {
        order: 2;
        margin-top: 5.9rem;
        width: 4rem;
        display: flex;
        justify-content: flex-start;
        position: relative;
        overflow: hidden;
        transition: width 0.5s cubic-bezier(0.28, 0.02, 0.19, 1.01);
        height: 5.1em;
    }
    .header__search-wrap.search-open {
        width: 100%;
    }
    .search_icon {
        top: 0;
        left: 0;
        border: none;
        background: none;
        width: 16px;
        height: 0;
        padding-bottom: 5rem;
    }
    .search-open .search_icon {
        display: none;
    }
    .search_icon img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }
    .search {
        transform-origin: right;
        border: 1px solid #3C3C3C;
        width: 0%;
        display: grid;
        grid-template-columns: 1fr 3.7rem;
        margin-right: 0;
        display: none;
    }
    .search-open .search {
        width: 100%;
        display: grid;
    }
    .search__input {
        border: none;
        background-color: unset;
        font-size: 2.6rem;
        padding: 1rem;
        width: calc(100% - 2rem);
    }
	.sns__instagram{
		width: 5.25em;
		margin: 0 0 -15px -5px;
		bottom: -4.4em;
	}
    .header-nav__item+.header-nav__item {
        margin-top: 4rem;
    }
    /* footer */
    .footer__copyright {
        font-size: 1.4rem;
        padding: 1.5em 0;
        letter-spacing: 0.03em;
    }
    /* main */
	.exhibitions-box figcaption{
		position: relative;
		width: 100% !important;
		height: auto;
		display: block !important;
		padding: 1em 1.3em 0;
		box-sizing: border-box;
		letter-spacing: 0.04em;
		bottom: 0;
	}
	.exhibitions-details .exhibitions-box figcaption{
		padding: 1em 0 0;
	}
	.exhibitions-box figcaption.u-pc-elm2{
		display: none !important;
	}
    .exhibitions-box {
        margin-bottom: 0.4rem;
        font-size: 3.52rem;
    }
    .exhibitions-box__category {
        font-size: 3rem;
        letter-spacing: 0.065em;
        padding: 8.1% 0 0;
        margin: 0;
    }
    .column__text-item {
        margin-left: 1.5rem;
        margin-right: 1.5rem;
        padding: 0;
    }
    .column__text-item img {
        margin: 0.2em 0 0.55em;
    }
    .exhibitions-box__tl {
        font-size: 6.58rem;
        margin: 0 0 0.75em;
    }
    .column {
        flex-direction: column-reverse;
        margin-bottom: 5.2%;
    }
    .exhibitions-box__info-text {
        font-size: 2.1rem;
        line-height: 1.572;
    }
    .news-list {
        grid-template-columns: 1fr;
        gap: 7.8em 0;
        /* gap: 0; */
    }
    .news-list__box {
        padding: 5.2rem 0 4.6rem;
        max-width: 87.5vw;
    }
    .news-list__box-category {
        font-size: 2.1rem;
        padding: 1.2em 0 0.5em;
    }
    .news-list__box-tl-name {
        line-height: 1.5;
        margin: 0.7em 0 0;
    }
    .news-list__box-tl-text {
        font-size: 2.7rem;
        line-height: 1.6;
        margin: 1em 0 0.45em;
    }
    .news-list__box-text {
        font-size: 2.1rem;
    }
    .news-list__box-date {
        font-size: 1.4rem;
    }
	.news-list__box-text-item{
		max-width: 100%;
	}
    .news-list__box-img-item {
        padding: 0 0 66.45%;
    }
    .u-button {
        font-size: 2.62rem;
        padding: 0.55em 1.85em 0.45em;
    }
    .exhibitions-box .column__img-item {
        width: 114.2%;
        margin: 0 -7.1% 1.3em !important;
        padding-bottom: 0em !important;
    }
    .exhibitions-box .column__img-wrap {
        padding: 0 0 133.75%;
    }
	.exhibitions-box.notitle .column__img-wrap img{
		width:100% !important;
	}
    .exhibitions-box .column__img-item img {
        object-fit: contain;
        /* width: 100% !important; */
    }
    .u-hero__tl {
        font-size: 3.5rem;
        padding: 1em 0 0;
    }
    .modal__content {
        width: 100%;
    }
    .modal__close-btn {
        margin: 13% 6.7% 0 0;
        display: flex;
        padding: 0;
    }
    .modal__close-icon {
        width: 1.2em;
    }
    /* slider */
    .swiper-pagination-bullet-active {
        background: #3c3c3c;
    }

	.search_result{
		font-size:2.5rem;
		margin: 2.5em 0 1.5em;
	}
	.search_result__back{
		margin: 1em auto 3em;
	}
	#wpadminbar{
		position:fixed;
	}
}
@media (hover:hover) {
    .modal02__close-btn {
        transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
        transition-property: opacity;
    }
    .modal02__close-btn:hover {
        opacity: .6;
    }
}