body.modal-open {
    overflow: hidden;
}

/* ローディング */

.loader {
    position: fixed;
    z-index: 99999999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    pointer-events: none !important;
    overflow: hidden;
}

.loader .loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FEFBFA;
    pointer-events: none;
    transition: transform 0.8s cubic-bezier(1, 0.04, 0.26, 0.96);
    transition-delay: 1.8s;
}

.loader .loader-wrapper .loader-images {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    max-width: 600px;
    display: flex;
    align-items: center;
}

.loader .loader-wrapper .loader-images figure img {
    display: block;
    width: 50%;
    margin: auto;
}

.loader-images figure {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
}

.loader.hide .loader-images figure {
    opacity: 0;
}

.loader.hide {
    transform: translateY(-200%);
    transition: 1.1s;
    transition-delay: 1.8s;
}

.loader .loader-wrapper .loader-images figure:nth-child(1) {
    transition-delay: 1.8s;
}

.loader .loader-wrapper .loader-images figure:nth-child(2) {
    transition-delay: 1.6s;
}

.loader .loader-wrapper .loader-images figure:nth-child(3) {
    transition-delay: 1.4s;
}

.loader .loader-wrapper .loader-images figure:nth-child(4) {
    transition-delay: 1.3s;
}

.loader .loader-wrapper .loader-images figure:nth-child(5) {
    transition-delay: 1.1s;
}

.loader .loader-wrapper .loader-images figure:nth-child(6) {
    transition-delay: .9s;
}

.loader .loader-wrapper .loader-images figure:nth-child(7) {
    transition-delay: .7s;
}

.loader .loader-wrapper .loader-images figure:nth-child(8) {
    transition-delay: .5s;
}

/* メイン */

main {
    margin-bottom: 48vw;
    /* overflow: hidden; */
    z-index: 4;
    position: relative;
}

.titleMove {
    overflow: hidden;
}

/* 
[data-current='artist'] .header_nav-list.artist a {} */



.modal-open .main {
    z-index: 300;
}

.stalker {
    /* opacity: 0; */
    position: fixed;
    display: block;
    pointer-events: none;
    background: #CB3E3E;
    width: 10px;
    height: 10px;
    top: -4px;
    left: -4px;
    transition: transform 0s, width .5s, height .5s, top .5s, left .5s, background-color .5s, opacity .5s;
    transition-timing-function: ease-out;
    z-index: 999;
    border-radius: 50%;
}

.stalker.onLink {
    top: -4px;
    left: -4px;
    width: 90px;
    height: 90px;
    background: #F8F4F0;
    opacity: 0.8;
    transform: translate(0, 0);
    transition: transform .2s, width .5s, height .5s, top .5s, left .5s, background-color .5s, opacity .5s;
}

.is-sp .stalker {
    display: none;
}

.HomeSeats__CursorTextMask {
    overflow: hidden;
    position: absolute;
    z-index: 1;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
}

.HomeSeats__CursorText {
    opacity: 0;
    display: block;
    transform: none;
    transition: transform .8s cubic-bezier(.77, 0, .175, 1) .2s;
    color: #392B19;
    font-size: 1.2rem;
    letter-spacing: 0.01em;
}

.stalker.onLink .HomeSeats__CursorText {
    opacity: 1;
}

.header_container {
    padding-inline: 2vw;
}

.header_top {
    padding: 20px 2vw 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: fixed;
    height: 5.55vw;
    left: 0;
    z-index: 200;
    opacity: 1;
    transition: 0.3s;
}

html body[data-current='top'] .header_top.op0,
.header_top.op0 {
    opacity: 0;
}

body:not([data-current='info']) .header_top.op0 {
    opacity: 1;
}

.header-logo {
    width: 15vw;
}

.header_sp {
    display: none;
}

.header-logo-wrapper, .header_right {
    flex: 1;
}

/* navigation */
.header_nav-outer {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 1.87vw;
    column-gap: 1.87vw;
}

.header_nav-list a {
    text-decoration: none;
    color: #856034;
    display: inline-block;
    overflow: hidden;
    transform-origin: left center;
    position: relative;
}

.menu-item-name {
    white-space: nowrap;
    transition-delay: -.05s;
}

/* カレント表示 */

[data-current='top'] .header_nav-list.top a::before,
[data-current='section-msg'] .header_nav-list.top a::before,
[data-current='artist'] .header_nav-list.artist a::before,
[data-current='program'] .header_nav-list.program a::before,
[data-current='access'] .header_nav-list.access a::before,
[data-current='news'] .header_nav-list.news a::before,
[data-current='info'] .header_nav-list.info a::before {
    display: inline-block;
    content: "";
    margin-top: 9px;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #CB3E3E;
    opacity: 1;
}

.header_nav-list>a::before {
    display: inline-block;
    content: "";
    margin-top: 9px;
    margin-right: 6px;
    width: 8px;
    height: 8px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #CB3E3E;
    opacity: 0;
}

.header_nav-list>a:hover span.menu-item-name {
    transform: translateY(-140%) rotate(-10deg);
}

.menu-item-name, .menu-item-clone {
    display: inline-block;
    transition: all .5s cubic-bezier(.7, 0, .3, 1);
}

.header_nav-list>a:hover span.menu-item-clone {
    transform: skew(-15deg) translateY(0) rotate(.001deg);
    transition-delay: -.03s;
}

[data-current='program'] .artist_bg-logo {
    opacity: 0;
}

.menu-item-clone {
    position: absolute;
    top: 0;
    left: 14px;
    white-space: nowrap;
    transform: translateY(140%) rotate(10deg);
    transition-delay: 0s;
}

/* SNSとlanguage */

.header_right {
    width: 13vw;
}

.header_icon {
    width: 46px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 0 auto;
}

.header_twitter, .header_instagram {
    display: flex;

}

.header_twitter:hover img, .header_instagram:hover img {
    -webkit-filter: brightness(60%);
    filter: brightness(60%);
}

.header_language {
    display: flex;
    justify-content: space-between;
    width: 46px;
    margin: 0 0 0 auto;
}

.nav_en, .sp-nav_en, .header_language-part, .header_language-part {
    font-size: clamp(10px, 0.83vw, 12px);
}

.header_language-part, .header_language-part {
    color: #856034;
}

.nav_jp {
    color: #BAA791;
    font-size: clamp(10px, 0.83vw, 12px);
}

.nav_en {
    color: #856034;
}

.header_map-wrapper, .openbtn {
    display: none;
}

/* MV */

.mv-container {
    background-color: #F8F4F0;
}

.mv-mvimg {
    width: 47vw;
    margin: 0 auto;
    padding-top: 8.88vw;
    z-index: -20;
}

.mv-wrapper {
    position: relative;
    padding-top: 5.55vw;
}

.mv-art, .copy {
    position: absolute;
}

.mv-everyday {
    width: 36.11vw;
    top: 8.88vw;
    left: 9.375vw;
}

.mv-life {
    width: 14.16vw;
    top: 8.88vw;
    right: 18.88vw;
}

.mv-art {
    width: 23.61vw;
    bottom: 0.5vw;
    left: 11.84vw;
}

.mv-festival {
    width: 32.5vw;
    bottom: 1vw;
    right: 4.66vw;
}

.copy img, .mv-art img {
    width: 100%;
}

/* .load-fade {
    transform: translate(-50px, 0);
} */

/* 日付と場所とスクロール */

.mv_under {
    padding: 7.77vw 2.77vw 1.94vw;
}

.mv_under, .mv_under-inner, .mv_under-inner--date, .mv_under-inner--at {
    display: flex;
    justify-content: space-between;
}

.mv_under-inner--date, .mv_under-inner--at {
    -moz-column-gap: 1.66vw;
    column-gap: 1.66vw;
}

.mv_under-item {
    font-size: 1.3rem;
    color: #A6917A;
}

.mv_under-info {
    font-size: 1.6rem;
    color: #856034;
}

.mv_under-inner {
    -moz-column-gap: 7.91vw;
    column-gap: 7.91vw;
}

.mv_under-info_weeks {
    font-size: 1.2rem;
}

.scroll_txt {
    position: relative;
    font-size: 1rem;
    margin-top: 1.11vw;
    color: #997245;
}

.scroll-line {
    position: absolute;
    top: -62px;
    left: 50%;
    width: 1px;
    height: 56px;
    background-color: #C1B09A;
    overflow: hidden;
}

.scroll-line::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 56px;
    background-color: #F8F4F0;
    -webkit-animation: scrolldown 3s ease-in-out infinite;
    animation: scrolldown 3s ease-in-out infinite;
}

@-webkit-keyframes scrolldown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

@keyframes scrolldown {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

/* メッセージ */

.section-msg {
    padding: 10.41vw 13vw 14.93vw;
    background: #F8F4F0;
    transition: 0.5s;
}

.active_artist .section-msg {
    background-color: #EAE4DE;
}

.msg_wrapper {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 10vw;
    column-gap: 10vw;
    align-items: center;
}

.msg_img {
    width: 27vw;
}

.msg_txt {
    width: 34vw;
}

.msg_txt-title {
    font-size: clamp(2.2rem, 2.5vw, 3.6rem);
    font-weight: normal;
    line-height: clamp(1.8rem, 0.6rem + 4vw, 7rem);
    letter-spacing: 0.05em;
}

.msg_txt-detail {
    width: 30.5vw;
    letter-spacing: 0.05em;
}

.first_detail {
    padding-top: 5vw;
}

.first_detail, .second_detail {
    padding-bottom: 20px;
}

@media screen and (max-width:1023px) {

    .section-msg {
        padding: 10.41vw 10vw 14.93vw;
    }

    .msg_img {
        width: 34vw;
    }

    .msg_txt {
        width: 38vw;
    }

    .msg_txt-detail {
        width: 36.5vw;
    }
}

/* アーティスト */

.active_artist .section-artist {
    background-color: #EAE4DE;
}

.section-artist {
    padding: 6.72vw 2.22vw 18.05vw;
    background-color: #F8F4F0;
    transition: .5s;
}

.artist_title-wrapper {
    margin-bottom: 10vw;
    text-align: center;
}

.section_title-sub {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.section_title-sub::before {
    display: inline-block;
    content: "";
    margin-top: 8px;
    margin-right: 14px;
    width: 9px;
    height: 9px;
    vertical-align: top;
    border-radius: 5px;
    background-color: #CB3E3E;
}

.section_title {
    display: inline-block;
}

.artist_title {
    width: 15.41vw;
}

.artist_bg-logo {
    position: -webkit-sticky;
    position: sticky;
    width: 27.77vw;
    margin: auto;
    top: 25vh;
    z-index: 0;
}

.artist_inner {
    padding: 80px 0 0;
}

.artist_bg-logo>img {
    position: absolute;
}

.artist_container {
    margin: -80px 0 0;
    position: relative;
    z-index: 1;
}

/* アーティスト　全体　1〜2 */

.artist_container0102, .artist_container0304, .artist_container0506, .artist_container0708, .artist_container0910 {
    display: flex;
    justify-content: space-between;
}

.artist_wrapper01-img {
    width: 40.13vw;
}

.artist_wrapper02-img {
    width: 27.77vw;
}

.artist_info {
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
}

.artist_name {
    font-size: 2.2rem;
    line-height: 2.4rem;
    font-weight: 500;
    color: #392B19;
}

.artist_name02, .artist_name03 {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.en_name {
    letter-spacing: 0.09em;
}

.en_name-inner {
    letter-spacing: 0.05em;
}

.artist_name-en {
    font-size: 1.2rem;
    color: #90887D;
    display: flex;
    margin-top: 3px;
}

.artist_wrapper01 {
    padding: 0 0 0 5vw;
}

.artist_wrapper02 {
    padding: 23.81vw 10vw 0 0;
}

/* アーティスト　３〜4 */

.artist_wrapper03-img {
    width: 31.25vw;
}

.artist_wrapper04-img {
    width: 33.47vw;
}

.artist_wrapper03 {
    padding: 0 0 0 10vw;
}

.artist_wrapper04 {
    padding: 20.61vw 6vw 0 0;
}

/* アーティスト　5〜6 */

.artist_wrapper05-img {
    width: 33.33vw;
}

.artist_wrapper06-img {
    width: 36.11vw;
}

.artist_wrapper05 {
    margin-top: -10vw;
    padding: 0 0 0 10vw;
}

.artist_wrapper06 {
    padding: 18.54vw 4.77vw 0 0;
}

/* アーティスト　7〜8 */

.artist_wrapper07-img {
    width: 29.16vw;
}

.artist_wrapper08-img {
    width: 40.62vw;
}

.artist_wrapper07 {
    margin-top: -15vw;
    padding: 0 0 0 12.75vw;
}

.artist_wrapper08 {
    padding: 10vw 6vw 0 0;
}

/* アーティスト　9〜10 */

.artist_wrapper09-img {
    width: 29.16vw;
}

.artist_wrapper10-img {
    width: 36.11vw;
}

.artist_wrapper09 {
    margin-top: -12.9vw;
    padding: 0 0 0 14vw;
}

.artist_wrapper10 {
    padding: 20.95vw 8.75vw 0 0;
}

/* モーダル */

button {
    border: none;
    background: transparent;
    cursor: pointer;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s;
    pointer-events: none;
    opacity: 0;
    z-index: 1000;
}

/* モーダルがactiveの時 */
.modal.is-active {
    opacity: 1;
    pointer-events: auto;
}

/* モーダル背景のオーバーレイ部分 */
.modal__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: #000;
    opacity: 0.5;
    z-index: 1;
    padding: 20px;
    display: block;
}

/* モーダルのコンテンツ */
.modal__content {
    position: relative;
    background-color: #CDC4B9;
    width: 86.11vw;
    max-width: 1240px;
    padding: 6.52vw 6vw;
    z-index: 300;
    display: flex;
}

.modal__img {
    width: clamp(450px, 100%, 576px);
}

.modal__txt {
    width: clamp(300px, 48.81vw, 415px);
    height: 100%;
}

.modal__inner {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 5vw;
    column-gap: 5vw;
    align-items: center;
}

.modal__under {
    display: flex;
    justify-content: space-between;
}

.modal__txt-name_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}

.modal__txt-map_number {
    display: inline-block;
}

.modal_name {
    font-size: 2.4rem;
}

.modal_name-en {
    font-size: 1.2rem;
    color: #90887D;
}

.modal__txt-map {
    display: flex;
}

.modal__txt-map_detail {
    padding: 1px 5px 0 0;
}

.modal__txt-detail {
    padding: 58px 0 35px;
    margin-bottom: 32px;
    position: relative;
    color: #5C4B34;
}

.modal__txt-detail:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    width: 43px;
    height: 1px;
    background-color: #A99E90;
}

.modal__sns-txt {
    font-size: 1.3rem;
    letter-spacing: 0.02em;
}

.modal__under-sns {
    display: flex;
    align-items: center;
}

.modal__sns-txt_link {
    position: relative;
    text-decoration: none;
    display: inline-block;
    transition: color ease 0.3s;
    cursor: pointer;
}

.modal__sns-txt_link::before, .modal__sns-txt_link::after {
    content: '';
    position: absolute;
    background-color: #7B6B57;
    height: 3%;
}

.modal__sns-txt_link::before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.4s;
}

.modal__sns-txt_link::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 0.6s;
}

.modal__sns-txt_link:hover::before {
    width: 100%;
}

.modal__sns-txt_link:hover::after {
    left: 100%;
    width: 0%;
    transition: all ease 0.2s;
}

.modal__sns-img {
    width: 17px;
    display: flex;
    margin-right: 10px;
}

.modal__sns-txt::after {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    left: 5px;
    top: 2px;
    position: relative;
    background-image: url(../images/new_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.modal .swiper-slide {
    display: grid;
    justify-content: center;
    align-items: center;
}

.swiper-button_wrapper {
    display: flex;
}

/* モーダルを閉じるボタン */
.modal__close-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    cursor: pointer;
}


body .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: none;
}

body .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: none;
}

body .swiper-button-next, body .swiper-button-prev {
    position: static;
    width: 60px;
    margin: 0 0 10px 0;
}

body .swiper-button-next:hover, body .swiper-button-prev:hover {
    -webkit-filter: brightness(-300%);
    filter: brightness(-300%);
}

body .swiper {
    padding: 0 18px;
    overflow-y: scroll;
}

/* モーダル部分のみ　1080px〜901px */

@media screen and (max-width:1080px) {
    .modal_name01, .modal_name05, .modal_name08 {
        font-size: 1.8rem;
    }
}


/* モーダル部分のみ　900px〜768px */

@media screen and (max-width:900px) {

    .modal_name {
        font-size: 2.2rem;
        line-height: 2.2rem;
    }

    .modal_name-en {
        font-size: 1.1rem;
    }

    .modal__txt-map_detail {
        font-size: 1.4rem;
    }

    .modal__txt-map_number {
        width: 24px;
    }

    .modal__txt-detail {
        font-size: 1.4rem;
        padding: 38px 0 24px;
        margin-bottom: 20px;
    }

    .modal__txt-name_wrapper {
        display: block;
    }

    .modal__txt-map {
        margin-top: 28px;
    }

    .modal__sns-txt {
        font-size: 1.2rem;
    }

    body .swiper-button-next, body .swiper-button-prev {
        width: 48px;
    }
}

/* プログラム */

#wrapper {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

#fixed-area {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    width: 40%;
    height: 100vh;
}

#container {
    width: 60%;
    margin-top: 17.83vw;
}

.section-program {
    background-color: #ECE6E0;
    padding: 0 2.22vw 12vw;
}

.section-program_container {
    background-color: #CDC4B9;
    border-radius: 20px;
    padding: 0 5vw;
}

.program_title {
    width: 24.16vw;
}

.program_title-sub {
    margin: 6.94vw 0 2.77vw
}

.program_item {
    border-top: 1px solid #AFA497;
    padding: 1.11vw 0 4.37vw;
}

.program_item-list {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.program_item03 {
    border-bottom: 1px solid #AFA497;
    margin-bottom: 12vw;
}

.program_item-number {
    font-size: 1.1rem;
}

.program_item-txt__inner {
    padding-left: 3.47vw;
}

.program_img {
    width: 18vw;
}

.program_item--title {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    margin: 3.05vw 0 2.29vw;
}

.program_item-date {
    font-size: 1.5rem;
    margin-bottom: 1.87vw;
    line-height: 2.7rem;
}

.program_item-detail {
    width: 25.41vw;
    font-size: 1.4rem;
    color: #625443;
    line-height: 2.4rem;
}

@media screen and (max-width:1023px) {

    #fixed-area {
        width: 35%;
    }

    #container {
        width: 65%;
    }

    .program_item-detail {
        width: 28.41vw;
    }

    .program_item--title {
        font-size: 2.8rem;
    }

    .program_item-date {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .program_img {
        width: 20vw;
    }
}

/* アクセスマップ */

.section-access {
    background-color: #ECE6E0;
}

.section-accessinner {
    padding: 3.76vw 8.33vw 0;
    margin: 0 auto;
}

.access-txt_wrapper {
    width: 70.33vw;
    margin: 0 auto;
}

.access_title {
    width: 18.05vw;
    margin-bottom: 72px;
}

.access_title-sub, .news_title-sub, .info_title-sub {
    margin-bottom: 40px;
}

.access-map_wrapper {
    position: relative;
    width: 70.33vw;
    height: 0;
    padding-top: 44%;
    margin: 0 auto;
}

.access-map_container {
    margin-bottom: -12.56vw;
    z-index: 100;
    position: relative;
}

.access-map_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access_map-under__txt {
    font-size: 1.3rem;
    margin: 14px auto;
    color: #544736;
    width: 70.33vw;
}

.access_map-txt_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 0 45px;
}

.access_map-link {
    padding-bottom: 6px;
    letter-spacing: 0.03em;
    font-size: 1.4rem;
}

.access_map-link::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    left: 5px;
    top: 2px;
    position: relative;
    background-image: url(../images/new_arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.access_map-link_wrapper {
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 2px;
    transition: color ease 0.8s;
    cursor: pointer;
}

.access_map-link_wrapper::before, .access_map-link_wrapper::after {
    content: '';
    position: absolute;
    background-color: #7B6B57;
    height: 3%;
}

.access_map-link_wrapper::before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.8s;
}

.access_map-link_wrapper::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 1s;
}

.access_map-link_wrapper:hover::before {
    width: 100%;
}

.access_map-link_wrapper:hover::after {
    left: 100%;
    width: 0%;
    transition: all ease 0.3s;
}


.custom-info {
    width: 215px;
}

.custom-info-item {
    font-size: 1.4rem;
    font-weight: 500;

    +.custom-info-item {
        margin-top: 8px;
    }
}

.name {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 2.8rem;
}

.address {
    line-height: 2.8rem;
}

.google-map {
    a {
        display: flex;
        align-items: center;
        position: relative;
        line-height: 1;

        &::after {
            content: "";
            background-color: transparent;
            background-image: url(./path/to/target_blank.svg);
            background-repeat: no-repeat;
            background-position: center center;
            background-size: contain;
            width: 15px;
            height: 15px;
            margin-left: 5px;
        }
    }
}

.gm-ui-hover-effect>span {
    min-width: 24px;
    min-height: 24px;
}

.gm-ui-hover-effect {
    transform: translate(calc(-50% + 6px), -10%);
    right: -11px;
}

/* ニュース */

.section-news {
    padding: 25.56vw 12.63vw 17.43vw;
    position: relative;
}

.access_title-sub {
    margin-bottom: 40px;
}

.news_title {
    width: 14.09vw;
    margin-bottom: 62px;
}

.news_date-wrapper {
    padding-left: 7.63vw;
    width: 90%;
}

.news_date {
    display: flex;
    -moz-column-gap: 36px;
    column-gap: 36px;
    text-align: left;
    align-items: center;
    border-bottom: 0.1rem solid #CAC8B5;
    padding: 2vw 0;
}

.news_category {
    color: #FDFBF5;
    background-color: #9B9181;
    padding: 7px 10px;
    width: 78px;
    font-size: 1.3rem;
    letter-spacing: 0.06em;
    align-self: baseline;
    text-align: center;
    line-height: 1;
}

.news_text {
    letter-spacing: 0.08em;
    position: relative;
}

.date_last {
    margin-bottom: 3.12vw;
}

.news_text--more {
    letter-spacing: 0.06em;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 2px;
    transition: color ease 0.8s;
    cursor: pointer;
}

.news_text--more::before, .news_text--more::after {
    content: '';
    position: absolute;
    background-color: #7B6B57;
    height: 3%;
}

.news_text--more::before {
    width: 0%;
    left: 0;
    bottom: 0;
    transition: width ease 0.8s;
}

.news_text--more::after {
    width: 100%;
    left: 0;
    bottom: 0;
    transition: all ease 1s;
}

.news_text--more:hover::before {
    width: 100%;
}

.news_text--more:hover::after {
    left: 100%;
    width: 0%;
    transition: all ease 0.3s;
}

.news_date_area, .news_date_timecate {
    display: flex;
    align-items: flex-start;
}

.news_category {
    margin: 0 27px 0 24px;
}

.news_date {
    text-decoration: none;
    color: #392B19;
    position: relative;
    transition: 1.2s;
}

.news_date .news_text::after {
    background-color: #6A5A46;
    position: absolute;
    bottom: 0;
    left: 0;
    content: '';
    width: 0;
    height: 1px;
    transition: 1.2s;
}

.news_text--more_link {
    display: flex;
    justify-content: flex-end;
}

/* インフォメーション */

.section-info {
    padding: 0 0 8.47vw 12.63vw;
    position: relative;
}

.info_title {
    width: 31.80vw;
    margin-bottom: 92px;
}

.info_date-wrapper {
    margin-left: 7.70vw;
    width: 61.11vw;
}

.info_date-inner {
    display: flex;
    letter-spacing: 0.06em;
}

.info_date-title {
    width: 15.97vw;
    font-weight: 500;
    margin-right: 0.8rem;
    border-bottom: 0.1rem solid #CAC8B5;
    padding: 1.4vw 0 1.1vw;
    color: #726655;
}

.info_date-summary {
    width: 44.58vw;
    padding: 1.4vw 0 1.1vw;
    border-bottom: 0.1rem solid #B8B6A9;
}

.info_date-first {
    padding-top: 0;
}

.bg_uncommon {
    position: relative;
    background-color: #E9E2DC;
}

.bg_uncommon:before {
    content: '';
    display: block;
    position: absolute;
    top: -16vw;
    right: 11.31vw;
    z-index: 0;
    width: 26.1rem;
    min-height: calc(100% + 16vw);
    background: url(../images/uncommon.svg) repeat-x;
    background-size: cover;
    background-position: 0 0;
    -webkit-animation: bgroop 50s linear infinite;
    animation: bgroop 50s linear infinite;
}

@-webkit-keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -1956px;
    }
}

@keyframes bgroop {
    from {
        background-position: 0 0;
    }

    to {
        background-position: 0 -1956px;
    }
}

/* 全景イメージ  */

.last_img-wrapper {
    width: 100%;
}

/* CONTACT フッター */

.footer-language_outer {
    display: flex;
}

.footer {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 0;
}

/* :not([data-current='section-msg']):not([data-current='top'])  */
body.footer, .footer.active_footer {
    opacity: 1;
}


.footer_wrapper {
    padding: calc(1000px + 4.86vw) 5vw 4.16vw;
}

.footer_nav {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.footer_nav-item01 {
    width: 3.19vw;
}

.footer_nav-item02 {
    width: 5vw;
}

.footer_nav-item03 {
    width: 8.05vw;
}

.footer_nav-item04 {
    width: 5.8vw;
}

.footer_nav-item05 {
    width: 4.6vw;
}

.footer_nav-item06 {
    width: 10.48vw;
}

.footer_nav-jp {
    font-size: 1.2rem;
    color: #736758;
    letter-spacing: 0.1rem;
}

.footer_nav-img {
    padding-top: 4px;
}

.footer_outer {
    margin-top: 18.26vw;
}

.footer_logo {
    width: 45vw;
    padding-bottom: 2.36vw;
}

.footer_logo img {
    width: 100%;
}

.footer_inner, .footer_left, .footer_cotact {
    display: flex;
    justify-content: space-between;
}

.footer_inner {
    padding-top: 2.36vw;
    border-top: 1px solid #D2CDC3;
}

.footer_left, .footer_cotact {
    -moz-column-gap: 1.66vw;
    column-gap: 1.66vw;
}

.footer_inner-left__title-item, .footer_cotact-title {
    font-size: 1.2rem;
    color: #A19684;
}

.footer_inner-date__weeks, .footer_inner-time__info-ampm {
    font-size: 1.1rem;
}

.contact_address {
    font-style: normal;
}

.footer_inner-left__info, .footer_cotact-item {
    font-size: 1.3rem;
}

.footer_right {
    display: flex;
    flex-flow: column;
    align-items: end;
}

.sp-nav_under-right__sns {
    display: flex;
    justify-content: space-between;
}

.sp-nav_under-right__twitter:hover, .sp-nav_under-right__instagram:hover img {
    -webkit-filter: brightness(250%);
    filter: brightness(250%);
}

.footer_copyright {
    font-size: 1rem;
    color: #C2B9AA;
}

.footer_pagetop {
    color: #957468;
    font-size: 1.4rem;
}

.footer-language {
    font-size: 1.3rem;
}

.footer_nav-list a:hover span {
    -webkit-filter: brightness(150%);
    filter: brightness(150%);
}

.footer_nav-list a:hover img {
    -webkit-filter: brightness(250%);
    filter: brightness(250%);
}

.is-hidden {
    visibility: hidden;
    opacity: 0;
}

/* 767px以下 */

@media screen and (max-width:767px) {
    .header_nav-container, .header_right {
        display: none;
    }

    .header_wrapper {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 990;
    }

    .header_top {
        height: 52px;
        position: relative;
        z-index: 10;
        display: flex;
        justify-content: space-between;
        padding: 0 0 0 13px;
        position: fixed;
    }

    .header_sp {
        display: flex;
    }

    .header_container {
        padding-inline: 0;
        overflow: hidden;
    }

    .modal-open .header_container {
        z-index: -1;
        position: relative;
    }

    .header-logo {
        width: 35.73vw;
        padding-top: 13px;
    }

    /* 地図ボタンとハンバーガーメニュー */

    .header_map-wrapper, .openbtn {
        display: block;
    }

    .header_map-wrapper {
        width: 52px;
    }

    .hamburger {
        position: relative;
        width: 52px;
        height: 52px;
        cursor: pointer;
        z-index: 2;
    }

    .hamburger__line {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 13px;
        height: 2px;
        background-color: #856034;
    }

    .hamburger__line--1 {
        top: 22px;
        width: 24px;
    }

    .hamburger__line--2 {
        top: 29px;
        width: 24px;
    }

    .open .hamburger__line--1 {
        top: 20px;
        left: 16px;
        transform: translateY(6px) rotate(-45deg);
        width: 45%;
    }

    .open .hamburger__line--2 {
        top: 32px;
        left: 16px;
        transform: translateY(-6px) rotate(45deg);
        width: 45%;
    }

    .sp-nav {
        position: fixed;
        top: -200%;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #CDC4B9;
        transition: all 0.6s ease-out;
        z-index: 200;
        overflow-y: auto;
        padding: 5.33vw 5.33vw 11.7vw 5.33vw;
    }

    /*ハンバーガーがクリックされたら上からスライド*/
    .open .sp-nav {
        top: 0;
        z-index: 1;
    }

    .sp-nav_list {
        font-size: 3.2rem;
        margin-bottom: 5vw;
        letter-spacing: 0.001em;
        font-weight: 500;
    }

    .sp-nav_top {
        font-size: 1.6rem;
        margin-bottom: 14.66vw;
        font-weight: 600;
    }

    .sp-nav_jp {
        font-size: 1.3rem;
        padding-left: 10px;
        color: #827564;
        letter-spacing: 0.05em;
    }

    .sp-nav_logo {
        width: 60%;
        margin-bottom: 6vw;
    }

    .sp-nav_list--last {
        margin-bottom: 28.8vw;
    }

    .sp-nav_under-date {
        font-size: 1.5rem;
        margin-bottom: 3vw;
    }

    .sp-nav_under-weeks {
        font-size: 1.1rem;
    }

    .sp-nav_under-address {
        font-size: 1.4rem;
    }

    .sp-nav_under {
        display: flex;
        justify-content: space-between;
    }

    .sp-nav_under-right__twitter, .sp-nav_under-right__instagram {
        width: 22px;
    }

    .sp-nav_under-right__twitter:hover, .sp-nav_under-right__instagram:hover img {
        -webkit-filter: brightness(200%);
        filter: brightness(200%);
    }

    .sp-nav_under-right__sns {
        margin-bottom: 3.2vw;
        display: flex;
        justify-content: space-between;
    }

    .sp-nav_under-right__language {
        font-size: 1.4rem;
        display: flex;
    }

    .sp-nav_under_jp {
        font-size: 1.3rem;
        color: #827564
    }

    .sp-nav_en {
        color: #392B19;
        font-size: 1.3rem;
    }

    body.active {
        height: 100%;
        overflow: hidden;
    }

    /* MVイメージとタイポ */

    .mv-wrapper {
        padding-top: 52px;
        overflow: hidden;
    }

    /* 
    .mv-container {
        height: 100vh;
    } */

    .mv-mvimg {
        width: 682px;
        margin: 0 0 0 16vw;
        padding-top: 60vw;
    }

    .mv-mvimg__img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .mv-everyday {
        width: 24.8rem;
        top: 10.7rem;
        left: 6.66vw
    }

    .mv-life {
        width: 9.8rem;
        top: 20.8rem;
        left: 6.66vw;
    }

    .mv-art {
        width: 18rem;
        top: 25.2rem;
        left: 10.66vw;
        bottom: auto;
    }

    .mv-festival {
        width: 22.4rem;
        top: 37.6rem;
        left: 6.66vw;
        bottom: auto;
        right: 0;
    }

    /* MV 下部 */

    .mv_under-scroll, .mv_under-item {
        display: none;
    }

    .mv_under, .mv_under-inner, .mv_under-inner--date, .mv_under-inner--at {
        display: block;
    }

    .mv_under {
        position: relative;
        padding: 0 0 0 6.66vw;
    }

    .mv_under-inner {
        margin-top: -29.6vw;
        padding-bottom: 40.86vw;
    }

    .mv_under-inner--at {
        margin-top: 10px;
    }

    .mv_under-info__date {
        line-height: 2rem;
    }

    /* メッセージ */

    .msg_wrapper {
        flex-direction: column-reverse;
        max-width: 600px;
        margin: 0 auto;
    }

    .section-msg {
        padding: 0 6.66vw 20vw;
    }

    .msg_txt {
        width: 100%;
    }

    .msg_txt-title {
        font-size: 2.4rem;
        line-height: 4rem;
    }

    .msg_txt-detail {
        width: 100%;
        font-size: 1.3rem;
        letter-spacing: 0.07em;
        line-height: 2.1rem;
    }

    .msg_img {
        width: 66.66vw;
        text-align: center;
    }

    .first_detail {
        padding-top: 13.33vw;
    }

    .last_detail {
        margin-bottom: 12.66vw;
    }

    /* アーティスト */

    .artist_bg-logo {
        width: 44.77vw;
    }

    .section-artist {
        padding: 17.33vw 14.33vw 30.13vw;
    }

    @media screen and (max-width:450px) {

        .section-artist {
            padding: 17.33vw 6.66vw 30.13vw;
        }
    }

    .section_title-sub {
        font-size: 1rem;
        margin-bottom: 18px;
    }

    .section_title-sub::before {
        margin-top: 5px;
        margin-right: 12px;
    }

    .artist_title {
        width: 42.66vw;
        max-width: 300px;
    }

    .artist_title-wrapper {
        margin-bottom: 14.4vw;
    }

    .artist_container0102, .artist_container0304, .artist_container0506, .artist_container0708, .artist_container0910 {
        display: block;
    }

    .artist_info {
        margin-top: 10px;
    }

    .artist_name {
        font-size: 1.8rem;
        line-height: 2.2rem;
        font-weight: 500;
    }

    .artist_name-en {
        font-size: 1.1rem;
        margin-top: 1px;
    }

    .artist_number {
        width: 5.33vw;
    }

    .artist_img {
        width: 100%;
    }

    .artist_wrapper02 {
        margin-top: 22.13vw;
        padding: 0;
        text-align: center;
    }

    .artist_wrapper02-inner {
        width: 74.66vw;
    }

    .artist_wrapper02-inner, .artist_wrapper04-inner, .artist_wrapper06-inner, .artist_wrapper07-inner, .artist_wrapper09-inner, .artist_wrapper10-inner {
        display: inline-block;
    }

    .artist_wrapper03, .artist_wrapper05, .artist_wrapper08 {
        padding: 0;
        margin-top: 22.13vw;
        width: 100%;
    }

    .artist_wrapper04, .artist_wrapper06, .artist_wrapper07, .artist_wrapper09, .artist_wrapper10 {
        padding: 0;
        margin-top: 22.13vw;
        text-align: center;
    }

    .artist_wrapper04-inner {
        width: 69.33vw;
    }

    .artist_wrapper07-inner {
        width: 69.33vw;
    }

    .artist_wrapper09-inner {
        width: 74.66vw;
    }

    /* モーダル */

    .modal__inner {
        flex-flow: column;
    }

    .modal__content {
        width: 90.11vw;
        padding: 12vw 5.33vw;
        height: 90%;
    }

    .modal__img {
        width: 100%;
    }

    .modal__txt {
        width: 100%;
    }

    .modal__close-btn {
        font-size: 60px;
        width: 60px;
    }

    .modal__txt-name_wrapper {
        margin-top: 6px;
        display: flex;
        justify-content: space-between;
        align-items: baseline;
    }

    .modal__txt-detail {
        font-size: 1.3rem;
        padding: 20px 0 24px;
        margin-bottom: 10px;
        line-height: 2.2rem;
    }

    .modal_name {
        font-size: 2rem;
        line-height: 2rem;
    }

    .modal__txt-map {
        align-items: end;
        margin-top: 20px;
    }

    .modal__txt-map_detail {
        font-size: 1.3rem;
    }

    .modal__txt-map_number {
        width: 20px;
    }

    .modal__sns-img {
        width: 15px;
        margin-top: 2px;
    }

    .modal__close-btn img {
        min-width: 40px;
        height: 45px;
    }

    body .swiper-button-next, body .swiper-button-prev {
        width: 60px;
    }

    /* プログラム */

    .section-program {
        background-color: #EDE8E3;
        padding: 0 5.33vw 25.24vw;
        position: relative;
    }

    .section-program_container {
        padding: 18.93vw 6.66vw 0;
    }

    .program_title {
        width: 58.66vw;
        margin-bottom: 0;
        max-width: 300px;
    }

    .program_wrapper {
        margin: 0;
    }

    .program_item-list {
        display: block;
        padding: 2.66vw 0 19.66vw;
    }

    .program_item {
        border-top: 1px solid #AFA497;
        padding: 6.66vw 0 16.8vw;
    }

    .program_item-list {
        padding: 0
    }

    .program_item--title_en {
        color: #887D6F;
        font-size: 1rem;
        font-weight: 500;
        letter-spacing: 0.05em;
        display: inline-block;
        padding: 0 0 6.8vw 1.33vw;
    }

    .program_img {
        width: 100%;
    }

    .program_item-txt__inner {
        padding: 0;
    }

    .program_item--title {
        font-size: 2.3rem;
        margin: 8vw 0 7vw;
    }

    .program_item-date {
        font-size: 1.4rem;
        margin-bottom: 4.53vw;
        line-height: 2.4rem;
    }

    .program_item-detail {
        font-size: 1.2rem;
        width: 100%;
        line-height: 2.2rem;
    }

    .program_item03 {
        border-bottom: none;
        margin-bottom: 0;
    }

    #wrapper {
        display: block;
        max-width: 600px;
        margin: 0 auto;
    }

    #fixed-area {
        position: relative !important;
        height: auto;
        width: 100%;
    }

    #container {
        width: 100%;
    }

    /* アクセス */

    .access_map-under__txt {
        width: 100%;
    }

    .section-accessinner {
        padding: 10.4vw 6.66vw 0;
        max-width: 600px;
    }

    .access-txt_wrapper {
        padding: 0;
        margin: 0;
    }

    .access_title {
        width: 53.86vw;
        margin-bottom: 18.13vw;
        max-width: 390px;
    }

    .access_map-txt {
        margin-bottom: 7.46vw;
        line-height: 2.8rem;
        font-size: 1.4rem;
    }

    .access_map-txt_wrapper {
        display: block;
        margin: 0 0 10px;
    }

    .access_map-link {
        padding-bottom: 4px;
        font-size: 1.2rem;

    }

    .access_map-link_wrapper {
        margin-bottom: 4.8vw;
    }

    .access_map-link::after {
        width: 13px;
        height: 13px;
        left: 5px;
        top: 2px;
    }

    .access-map_wrapper {
        width: 100%;
        height: 90vw;
    }

    .access_map-under__txt {
        font-size: 1.2rem;
        margin: 8px 0;
    }

    /* ニュース */

    .news_date_area {
        display: block;
    }

    .section-news {
        padding: 50.6vw 6.66vw 24.26vw;
        position: relative;
        margin: 0 auto;
        max-width: 600px;
    }

    .news_title {
        width: 42.66vw;
        margin-bottom: 14.4vw;
        max-width: 280px;
    }

    .bg_uncommon:before {
        right: 0;
        width: 10.1rem;
    }

    .news_date-wrapper {
        padding: 0;
        width: 100%;
    }

    .news_date_timecate {
        display: flex;
        align-items: center;
    }

    .news_time {
        font-size: 1.2rem;
    }

    .news_category {
        font-size: 1.1rem;
        padding: 7px 4px;
        width: 60px;
    }

    .news_text {
        font-size: 1.2rem;
        margin: 11px 0 25px 0;
    }

    .news_date {
        padding: 6.13vw 0 0 0;
    }

    .news_text--more {
        font-size: 1.2rem;
        letter-spacing: 0.09em;
    }

    .news_text--more_link {
        margin-top: 8vw;
    }

    /* インフォメーション */


    .section-info {
        padding: 20.26vw 13.66vw 20.53vw;
        position: relative;
    }

    .info_date-wrapper {
        margin: 0;
        width: 100%;
    }

    .info_title {
        width: 90%;
        margin-bottom: 17.33vw;
        max-width: 540px;
    }

    .info_date-summary {
        width: 70.66vw;
        padding: 5.06vw 0;
        font-size: 1.3rem;
    }

    .info_date-title {
        width: 17.6vw;
        font-size: 1.2rem;
        padding: 5.06vw 0;
    }

    .last_img-wrapper>img {
        width: 100%;
        height: 93.33vw;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: 15% 100%;
        object-position: 15% 100%;
    }

    /* フッター */

    .footer_nav {
        flex-flow: column;
        align-items: baseline;
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: center;
    }

    .footer_nav-list02 {
        grid-row: 2;
    }

    .footer_nav-list03 {
        grid-row: 3;
    }

    .footer_nav-list__left {
        order: 0;
    }

    .footer_nav-list__right {
        order: 1;
    }

    .footer_nav-item01 {
        width: clamp(37px, 9.86vw, 50px);
    }

    .footer_nav-item02 {
        width: clamp(63px, 16.8vw, 73px);
    }

    .footer_nav-item03 {
        width: clamp(101px, 26.93vw, 112px);
    }

    .footer_nav-item04 {
        width: clamp(73px, 19.46vw, 90px);
    }

    .footer_nav-item05 {
        width: clamp(57px, 15.2vw, 70px);
    }

    .footer_nav-item06 {
        width: clamp(136px, 36.26vw, 150px);
    }

    .footer_nav-jp {
        font-size: 1rem;
    }

    .footer_inner {
        display: block;
        padding-top: 4.53vw;
    }

    .footer_logo {
        width: 69.33vw;
        padding-bottom: 5.86vw;
    }

    .contact_email, .contact_address, .contact_tell {
        font-size: 1.3rem;
        line-height: 2.4rem;
    }

    .footer_cotact-item {
        margin-bottom: 10.93vw;
    }

    .footer_copyright {
        text-align: center;
    }

    .footer_nav-list {
        margin-bottom: 7.46vw;
    }

    .footer_nev-top {
        align-self: flex-end;
    }
}

@media screen and (max-width: 355px) {
    .modal_name {
        font-size: 1.8rem;
    }
}