/*   
Theme Name: satfes2025
*/
@charset "UTF-8";

/* Repeatable Patterns
----------------------------------------------------*/

* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html.is-scroll-prevent {
    height: 100%;
    overflow: hidden;
}

body {
    background: #fff;
    color: #000;
    font-family: "Midashi Go MB31", sans-serif;
    line-height: 1;
    letter-spacing: .05rem;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: "palt";
}


/* print setting */
@media print {
    html {
        font-size: 38%;
    }

    body {
        -webkit-print-color-adjust: exact;
    }
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Midashi Go MB31", sans-serif;
    letter-spacing: .05rem;
    margin: 0;
}

p {
    margin: 0;
}

ul {
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
    transition: 0.3s ease-out;
    word-break: break-all;
}

a:hover {
    color: #666;
}

a img {
    transition: 0.3s ease-out;
    opacity: 1;
}

::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

figure {
    margin: 0;
}

img {
    width: 100%;
    height: auto;
}

svg {
    fill: currentcolor;
    vertical-align: middle;
}

svg + * {
    vertical-align: middle;
}


ul {
    list-style-type: none;
    padding: 0;
}

dl,
dt,
dd {
    margin: 0;
}

input,
textarea{
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
}

input,
textarea,
button {
    letter-spacing: .05rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    transition: 0.3s ease-out;
    cursor: pointer;
    color: #000;
    border: none;
}

.wrapper {
    width: calc(1100 / 1280 * 100%);
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.section_inner{
    position: relative;
}

.section_main{
    width: calc(1000 / 1100 * 100%);
    margin-left: auto;
}

.single .section_main{
    width: calc(840 / 1100 * 100%);
    margin-right: auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
}

.display_none {
    display: none;
}

/*画像・テキスト*/

.thumbnail img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
}

.white{
    background: #fff;
    line-height: 1.2;
    padding: .3rem 0;
}

.win .white{
    /* Windows (全バージョン)のみ */
    line-height: 1.4;
    padding: 0;
}

/*テキスト*/

.section_header{
    width: calc(41 / 1100 * 100%);
    min-width: 3.2rem;
    position: absolute;
    top: 0;
    left: 0;
}

.message_header{
    width: calc(46 / 1100 * 100%);
    min-width: 3.6rem;
}

.text_01{
    font-size: 2rem;
    line-height: 1.6;
    text-align: justify;
}

.detail_list{
    margin: 0 0 -2rem;
}

.detail_list dt{
    width: 11.5rem;
    text-align-last: justify;
    position: relative;
    padding-right: 4rem;
    margin-bottom: 2rem;
}

.detail_list dt::after{
    content: "";
    position: absolute;
    top: .5rem;
    right: 2rem;
    width: 1px;
    height: 2rem;
    background: #000;
}

.detail_list dd{
    width: calc(100% - 11.5rem);
    margin: 0 0 2rem 0;
}

/*リンク*/

.link_arrow{
    width: 25%;
    margin-left: auto;
}

.link_arrow:hover{
    filter: invert(40%) sepia(11%) saturate(0%) hue-rotate(278deg) brightness(95%) contrast(89%) !important;
}

.link_button_container{
    justify-content: space-between;
}

.link_button{
    position: relative;
    width: 47%;
    aspect-ratio: 470 / 140;
    display: block;
}

.link_button img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    transition: 0.5s ease-in-out;
}

.link_button .normal{
    opacity: 1;
}

.link_button .hover{
    opacity: 0;
}

.link_button:hover .normal{
    opacity: 0;
}

.link_button:hover .hover{
    opacity: 1;
}


/*アニメーション*/
.fadein {
    opacity: 0;
    transition: 1.3s ease-out;
    transform: translate(0, 2rem);
}

.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
}

@media print {
    .fadein {
        opacity: 1;
    }
}

.zoom{
    overflow: hidden;
    width: 100%;
    display: block;
}

.zoom img{
    transition: transform .3s ease-in;
}

a:hover .zoom img{
    transform: scale(1.08);
}


/* メインヘッダー
----------------------------------------------------*/

.home_header {
    padding-top: 8vh;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    position: absolute;
    padding-left: 7%;
    padding-right: 7%;
}

.home_header .header_logo {
    width: calc(270 / 1425 * 100%);
    max-width: 27rem;
}

.main_header{
    position: relative;
    padding-top: 8vh;
    padding-bottom: 12vh;
    padding-left: 7%;
    padding-right: 7%;
    background-size: cover;
    background-position: bottom center;
}

.main_header::after{
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    background-color: #fff;
    height: 2px;
    z-index: 1;
}

.post-type-archive-artist .main_header::after,
.single-artist .main_header::after{
    background-color: #EEEEEE;
}

.post-type-archive-artist .main_header,
.single-artist .main_header{
    background-image: url(img/artist_header.png);
}

.page-id-24 .main_header{
    background-image: url(img/about_header.png);
}

.page-id-26 .main_header{
    background-image: url(img/ticket_header.png);
}

.page-id-28 .main_header{
    background-image: url(img/event_header.png);
}

.page-id-30 .main_header{
    background-image: url(img/contact_header.png);
}

.main_header .header_logo{
    width: calc(240 / 1425 * 100%);
    max-width: 24rem;
}

/*ドロワーメニュー*/

.drawer-hamburger {
    position: fixed;
    top: 8vh;
    right: 7%;
    z-index: 101;
    padding: 0;
    mix-blend-mode: difference;
}

.drawer-hamburger-icon {
    position: relative;
    display: block;
    width: 6rem;
    height: 6rem;
    background-image: url("img/drawer_open.svg");
    background-repeat: no-repeat;
    transition: all .3s cubic-bezier(.19, 1, .22, 1);
}

.is-opened .drawer-hamburger {
    mix-blend-mode: normal;
}

.is-opened .drawer-hamburger-icon {
    background-image: url("img/drawer_close.svg");
}

.drawer-nav {
    background-color: #fff;
    position: fixed;
    top: -100%;
    left: 0;
    z-index: 99;
    overflow-y: scroll;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    transition: top .3s ease-in-out;
    -webkit-overflow-scrolling: touch;
    justify-content: center;
    align-items: center;
}

.is-opened .drawer-nav {
    top: 0;
}

.drawer_inner {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 8vh;
    padding-bottom: 8vh;
}

.drawer_nav {
    width: 100%;
}

.drawer_nav_list {
    flex-direction: column;
    justify-content: center;
    width: 100%;
}

.drawer_nav_item{
    text-align: center;
}

.drawer_nav_item + .drawer_nav_item {
    padding-top: 6.4vh;
}

.drawer_nav_link img {
    width: auto;
    height: 2.8vh;
}

.drawer_nav_item:first-child img{
    height: 3.3vh;
}

.drawer_nav_item:nth-child(5) img{
    height: 2.7vh;
}


.drawer_ig_link {
    margin-top: 7.8vh;
    width: 6vh;
    display: block;
}

/* メインフッター 
----------------------------------------------------*/

.main_footer{
    position: relative;
    background-image: url(img/footer_bg_pc.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 12rem;
    padding-bottom: 12rem;
}

.footer_inner{
    justify-content: center;
    align-items: center;
}

.footer_logo{
    width: calc(250 / 1100 * 100%);
    display: block;
}

.footer_copyright {
    width: calc(340 / 1280 * 100%);
    max-width: 34rem;
    position: absolute;
    bottom: 4vh;
    right: 4%;
}

/* メインコンテナー .main_container
----------------------------------------------------*/

/* ----- トップページ ----- */

/*メインビジュアル*/

.top_visual_container{
    position: relative;
}

.top_visual_inner{
    position: absolute;
    top: 0;
    left: 7%;
    right: 0;
    bottom: 0;
    z-index: 1;
    align-items: flex-end;
}

.top_visual_date{
    padding-bottom: 6.4vh;
    width: calc(508 / 1280 * 100%);
}

.top_main_slider {
    width: 100%;
    height: 100vh;
    height: 100svh;
}

.animation_scroll {
    position: absolute;
    right: 7.8%;
    bottom: 6.4vh;
    z-index: 9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.animation_scroll span {
    width: 2px;
    height: 9rem;
    background: #fff;
    display: block;
    animation: scroll 1.6s cubic-bezier(1, 0, 0, 1) infinite;
    border-radius: 100vmax;
}

.animation_scroll span::after{
    content: '';
    position: absolute;
    bottom: -0.1rem;
    right: -0.4rem;
    width: 2px;
    height: 1.4rem;
    display: block;
    background: #fff;
    transform: rotate(38deg);
    border-radius: 100vmax;
}

@keyframes scroll {
    0% {
        transform: scale(1, 0);
        transform-origin: 0 0;
    }

    50% {
        transform: scale(1, 1);
        transform-origin: 0 0;
    }

    50.1% {
        transform: scale(1, 1);
        transform-origin: 0 100%;
    }

    100% {
        transform: scale(1, 0);
        transform-origin: 0 100%;
    }
}

.animation_scroll img{
    width: 1.6rem;
    padding-top: 1.2rem;
}

/*メッセージ*/

.top_message_container{
    background-image: url(img/top_message_bg.jpg);
    background-size: cover;
    background-position: center right;
    padding-top: 12rem;
    padding-bottom: 10rem;
}

.top_message_container .section_header,
.top_archive_container .section_header{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.message_body{
    flex-direction: column;
    align-items: flex-end;
}

.message_text{
    display: inline-block;
    font-size: 2rem;
    line-height: 2.3;
}

.top_message_container .message_text{
    color: #fff;
}

.top_message_link .link_arrow{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.top_message_link{
    width: 100%;
    margin-top: 6rem;
}

.movie iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
}

/*アーカイブ*/

.top_archive_container{
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: #000;
}

/*アーティスト*/
.top_artist_container{
    padding-top: 10rem;
    padding-bottom: 10rem;
    background: #EEEEEE;
}

.home .artist_list{
    margin: 0 -2.8%;
}

.home .artist_list_item{
    width: 50%;
    padding: 0 2.8% 5.6rem;
}

.home .artist_list_body{
    margin-top: 2.4rem;
    line-height: 1.3;
}

.home .artist_list_name_en{
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
}

.home .artist_list_name{
    font-size: 3rem;
    letter-spacing: .1rem;
}


/*アバウト*/

.top_about_container{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.summary_heading{
    font-size: 4rem;
    margin-bottom: 4.8rem;
}

.ticket_container .summary_heading{
    font-size: 3.6rem;
}

.summary_detail-1 dt{
    width: 13rem;
}

.summary_detail-1 dd{
    width: calc(100% - 13rem);
}

.summary_detail-2 dt{
    width: 9rem;
}

.summary_detail-2 dd{
    width: calc(100% - 9rem);
}

.top_about_link{
    margin-top: 3rem;
}

.summary_button{
    margin-top: 6rem;
    margin-bottom: 8rem;
}

.detail_ticket{
    margin-top: 5rem;
    justify-content: space-between;
    align-items: center;
}

.detail_ticket_text{
    width: 69%;
    padding-right: 4%;
    font-size: 1.7rem;
    line-height: 1.6;
}

.detail_ticket .link_arrow{
    width: 31%;
}

.map iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 620;
    filter: grayscale(100%);
    margin-top: 6rem;
}

.access_route{
    width: calc(690 / 1100 * 100%);
    padding-top: 5rem;
    padding-bottom: 6rem;
}


/* ----- 下層ページ ----- */

.page_container {
    padding-top: 6rem;
    padding-bottom: 14rem;
}

.article_container:not(:first-child){
    margin-top: 7rem;
    padding-top: 7rem;
    position: relative;
}

.article_container:not(:first-child)::before{
    width: 5rem;
    height: 0.2rem;
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100vmax;
    content: "";
}

/*----アバウト----*/

/*メッセージ*/
.about_message_container{
    padding-bottom: 10rem;
}

/*アバウト*/
.about_about_container{
    margin-bottom: 10rem;
    position: relative;
}

.sub_img{
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.about_slider_container{
    position: absolute;
    bottom: 0;
    left: 0;
    width: calc(480 / 1100 * 100%);
    max-width: 48rem;
}

.about_slider + .about_slider{
    margin-top: 2.4rem;
}

.about_body{
    width: calc(600 / 1100 * 100%);
    margin-left: auto;
    padding-bottom: 6rem;
}

.about_heading{
    font-size: 3.6rem;
    padding-bottom: 6rem;
}

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

.summary_title{
    font-size: 3rem;
    line-height: 1.5;
    margin-bottom: 3.2rem;
}

.summary_sub_title{
    font-size: 2.3rem;
    line-height: 1.5;
}

.summary_text + .detail_list{
    margin-top: 4rem;
}

.summary_list{
    list-style: disc;
    margin: 5rem 0 0 2rem;
}

.summary_list li + li{
    margin-top: 4rem;
}

.article_header{
    margin-bottom: 5rem;
}

.article_header_body{
    padding-right: 4%;
    width: 64%;
}

.article_header_img{
    width: 36%;
}

/*アーティスト*/
.post-type-archive-artist,
.single-artist{
    background: #EEEEEE;
}

.archive .artist_list{
    margin: 0 -2%;
}

.archive .artist_list_item{
    width: calc(100% / 3);
    padding: 0 2% 5.6rem;
}

.archive .artist_list_body{
    margin-top: 2.4rem;
    line-height: 1.3;
}

.archive .artist_list_name_en{
    font-size: 1.4rem;
    margin-bottom: 1.2rem;
}

.archive .artist_list_name{
    font-size: 2.5rem;
    letter-spacing: .1rem;
}

.single_artist_header{
    margin-bottom: 6rem;
}

.single_artist_heading_en{
    font-size: 2.2rem;
    margin-bottom: 1.8rem;
}

.single_artist_heading_name{
    font-size: 3.8rem;
    letter-spacing: .1rem;
}

.single_artist_img{
    margin-bottom: 6rem;
}

.post_body{
    margin-bottom: 8rem;
}

.post_body > * + * {
    margin: 3.2rem 0;
}

.post_body figure {
    margin: 6rem 0;
}

.post_body figcaption{
    font-size: 80%;
    color: #777;
}

.post_body figure:first-child{
    margin-top: 0;
}

.post_body h2{
    font-size: 2.8rem;
    line-height: 1.4;
    text-align: left;
    margin-top: 7rem;
}

.post_body figure.is-type-video .wp-block-embed__wrapper{
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}

.post_body figure.is-type-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.post_body ul{
    list-style-type: disc;
    margin-left: 2rem;
}

.post_body ol{
    list-style-type: decimal;
    margin-left: 2rem;
}

.artist_information{
    margin-top: 8rem;
    font-size: 2.5rem;
}

.artist_note{
    margin-top: 5rem;
    font-size: 1.7rem;
}

.article_map_link{
    font-size: 2.6rem;
}

.artist_link_ticket .link_arrow {
    width: calc(350 / 840 * 100%);
}

.artist_link_all .link_arrow {
    width: calc(320 / 840 * 100%);
}

.artist_link_ticket + .artist_link_all{
    margin-top: 6rem;
}

/*----お問い合わせ----*/

.contact_title{
    font-size: 3.6rem;
    margin-bottom: 4rem;
}

.contact_text{
    margin-bottom: 9rem;
}

.form_list{
    margin-top: 6rem;
    list-style-type: none !important;
    margin-left: 0 !important;
}

.form_item{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.form_item + .form_item{
    padding-top: 4rem;
}

.form_item:last-child{
    align-items: flex-start;
}

.form_title{
    width: 40%;
    padding-right: 2%;
    font-size: 2.1rem;
    line-height: 1.6;
}

.form_box{
    width: 60%;
}

.form_box input,
.form_box textarea{
    font-size: 1.9rem;
    line-height: 1.6;
    width: 100%;
    border: 1px solid;
    padding: .8rem 1.2rem;
} 

.cf7-cf-turnstile{
    width: 60%;
    margin-top: 2rem !important;
    margin-left: auto;
}

.wpcf7-submit{
    width: 60%;
    height: 8rem;
    font-family: "Midashi Go MB31", sans-serif;
    margin-left: auto;
    background: #fff;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 4rem;
    font-size: 2.3rem;
}

.wpcf7-submit:hover{
    background: #000;
    color: #fff;
}

.wpcf7-not-valid-tip{
    font-size: 1.6rem !important;
    padding-top: .8rem;
}

.wpcf7-acceptance{
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 0 auto 4.8rem;
    display: block;
}

.wpcf7-response-output{
    margin: 2.4em 0 0 !important;
    padding: 1.2rem 1rem !important;
    color: #000;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
}

/*----------------------------------------------------

PCのみ

----------------------------------------------------*/

@media print,
screen and (min-width: 768px) {
    .display_sp {
        display: none !important;
    }

    a[href^="tel:"] {
        pointer-events: none;
    }
}

/*----------------------------------------------------

スマートフォンのみ

----------------------------------------------------*/


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

    .wrapper {
        width: 100%;
        padding-left: 6%;
        padding-right: 6%;
    }

    .section_main{
        width: 100%;
    }

    .single .section_main{
        width: 100%;
    }
    
    .display_pc {
        display: none !important;
    }
    
    .white{
        padding: .1rem 0;
    }


    /*テキスト*/

    .section_header{
        position: relative;
        top: unset;
        left: unset;
        width: auto;
        margin-bottom: 4rem;
    }
    
    .section_header img{
        width: auto;
        height: 3.2rem;
    }

    .message_header{
        width: auto;
    }

    .text_01{
        font-size: 1.6rem;
    }

    .detail_list{
        margin: 0 0 -2.4rem;
    }

    .detail_list dt{
        width: 8.4rem;
        padding-right: 3rem;
        margin-bottom: 2rem;
    }

    .detail_list dt::after{
        top: .5rem;
        right: 1.5rem;
        height: 1.7rem;
    }

    .detail_list dd{
        width: calc(100% - 8.4rem);
        margin: 0 0 2rem 0;
    }

    /*リンク*/

    .link_arrow{
        width: 52%;
    }

    .link_button_container{
        flex-direction: column;
    }
    
    .link_button{
        width: 100%;
    }
    
    .link_button + .link_button{
        margin-top: 3.2rem;
    }
    
    /* メインヘッダー
    ----------------------------------------------------*/

    .home_header {
        padding-top: 0;
        width: 100%;
        height: 100vh;
        height: 100svh;
        padding-left: 0;
        padding-right: 0;
    }

    .home_header .header_logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(225 / 480 * 100%);
        max-width: 25rem;
    }

    .main_header{
        padding-top: 4vh;
        padding-bottom: 10vh;
        padding-left: 6%;
        padding-right: 6%;
    }
    
    .post-type-archive-artist .main_header,
    .single-artist .main_header{
        background-image: url(img/artist_header_sp.png);
    }

    .page-id-24 .main_header{
        background-image: url(img/about_header_sp.png);
    }

    .page-id-26 .main_header{
        background-image: url(img/ticket_header_sp.png);
    }

    .page-id-28 .main_header{
        background-image: url(img/event_header_sp.png);
    }

    .page-id-30 .main_header{
        background-image: url(img/contact_header_sp.png);
    }

    .main_header .header_logo{
        width: calc(140 / 400 * 100%);
        max-width: 14rem;
    }

    /*ドロワーメニュー*/

    .drawer-hamburger {
        top: 4vh;
        right: 6%;
    }

    .drawer-hamburger-icon {
        width: 4.5rem;
        height: 4.5rem;
    }

    .drawer_inner {
        padding-top: 8vh;
        padding-bottom: 8vh;
    }

    .drawer_nav_item + .drawer_nav_item {
        padding-top: 4.6rem;
    }

    .drawer_nav_link img {
        height: 2.2rem;
    }

    .drawer_nav_item:first-child img{
        height: 2.6rem;
    }

    .drawer_nav_item:nth-child(5) img{
        height: 2.1rem;
    }


    .drawer_ig_link {
        margin-top: 6rem;
        width: 4.8rem;
    }

    /* メインフッター 
    ----------------------------------------------------*/

    .main_footer{
        background-image: url(img/footer_bg_pc.jpg);
        padding-top: 7rem;
        padding-bottom: 9rem;
    }

    .footer_logo{
        width: calc(155 / 400 * 100%);
    }

    .footer_copyright {
        width: calc(217 / 400 * 100%);
        bottom: 4vh;
        left: 0;
        right: 0;
        margin: auto;
    }

    /* メインコンテナー .main_container
    ----------------------------------------------------*/

    /* ----- トップページ ----- */

    /*メインビジュアル*/
    .top_visual_inner{
        left: 6%;
    }

    .top_visual_date{
        padding-bottom: 6.4vh;
        width: calc(318 / 400 * 100%);
    }

    .animation_scroll {
        right: 6%;
        bottom: 6.4vh;
    }

    .animation_scroll span {
        height: 6rem;
    }

    .animation_scroll span::after{
        bottom: -0.1rem;
        right: -0.4rem;
        width: 2px;
        height: 1.2rem;
    }

    .animation_scroll img{
        width: 1.3rem;
        padding-top: 1rem;
    }

    /*メッセージ*/

    .top_message_container{
        background-image: url(img/top_message_bg_sp.jpg);
        padding-top: 10rem;
        padding-bottom: 7rem;
    }

    .message_text{
        width: 100%;
        font-size: 1.8rem;
        line-height: 2.1;
        letter-spacing: 0;
    }

    .top_message_link{
        margin-top: 5rem;
    }
    
    /*アーカイブ*/

    .top_archive_container{
        padding-top: 6rem;
        padding-bottom: 7rem;
    }

    /*アーティスト*/
    .top_artist_container{
        padding-top: 6rem;
        padding-bottom: 7rem;
    }

    .home .artist_list{
        margin: 0 0;
    }

    .home .artist_list_item{
        width: 100%;
        padding: 0 0 4rem;
    }

    .home .artist_list_body{
        margin-top: 1.6rem;
    }

    .home .artist_list_name_en{
        font-size: 1.4rem;
        margin-bottom: .8rem;
    }

    .home .artist_list_name{
        font-size: 2.5rem;
    }


    /*アバウト*/

    .top_about_container{
        padding-top: 6rem;
        padding-bottom: 8rem;
    }

    .summary_heading{
        font-size: 2.7rem;
        margin-bottom: 3.6rem;
    }

    .ticket_container .summary_heading,
    .event_container .summary_heading{
        font-size: 2.4rem;
    }

    .summary_detail-1 dt{
        width: 10rem;
    }

    .summary_detail-1 dd{
        width: calc(100% - 10rem);
    }

    .summary_detail-2 dt{
        width: 7.2rem;
    }

    .summary_detail-2 dd{
        width: calc(100% - 7.2rem);
    }

    .top_about_link{
        margin-top: 3rem;
    }

    .summary_button{
        margin-top: 5rem;
        margin-bottom: 6rem;
    }

    .detail_ticket{
        margin-top: 3rem;
    }

    .detail_ticket_text{
        width: 100%;
        padding-right: 0;
        font-size: 1.2rem;
        margin-bottom: 5rem;
    }

    .detail_ticket .link_arrow{
        width: 66%;
    }

    .access_route{
        width: 100%;
        max-width: 40rem;
    }


    /* ----- 下層ページ ----- */

    .page_container {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }

    .article_container:not(:first-child){
        margin-top: 6rem;
        padding-top: 6rem;
    }

    /*----アバウト----*/

    /*メッセージ*/
    .about_message_container{
        padding-bottom: 8rem;
    }

    /*アバウト*/
    .about_about_container{
        margin-bottom: 4rem;
    }

    .sub_img{
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
    
    .about_main_slider{
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .about_slider_container{
        position: relative;
        bottom: unset;
        left: unset;
        width: 100%;
        max-width: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    
    .about_slider{
        width: 47%;
    }

    .about_slider + .about_slider{
        margin-top: 0;
    }

    .about_body{
        width: 100%;
        padding-bottom: 5rem;
    }

    .about_heading{
        font-size: 2.8rem;
        padding-bottom: 3.6rem;
    }

    .about_text{
        font-size: 1.6rem;
        line-height: 2.1;
        letter-spacing: 0;
    }

    .summary_title{
        font-size: 2.2rem;
        margin-bottom: 2.8rem;
    }

    .summary_sub_title{
        font-size: 1.8rem;
    }

    .summary_text + .detail_list{
        margin-top: 3.2rem;
    }

    .summary_list{
        list-style: disc;
        margin: 4rem 0 0 2rem;
    }

    .summary_list li + li{
        margin-top: 2.8rem;
    }

    .article_header{
        margin-bottom: 5rem;
    }

    .article_header_body{
        padding-right: 0;
        padding-bottom: 4rem;
        width: 100%;
    }

    .article_header_img{
        width: 100%;
    }

    /*アーティスト*/
    .archive .artist_list{
        margin: 0 -2.5%;
    }

    .archive .artist_list_item{
        width: calc(100% / 2);
        padding: 0 2.5% 3rem;
    }

    .archive .artist_list_body{
        margin-top: 1.6rem;
    }

    .archive .artist_list_name_en{
        font-size: 1rem;
        margin-bottom: .6rem;
    }

    .archive .artist_list_name{
        font-size: 1.6rem;
        letter-spacing: .07rem;
    }

    .single_artist_header{
        margin-bottom: 5rem;
    }

    .single_artist_heading_en{
        font-size: 1.8rem;
        margin-bottom: 1.4rem;
    }

    .single_artist_heading_name{
        font-size: 3.2rem;
    }

    .single_artist_img{
        margin-bottom: 5rem;
    }

    .post_body{
        margin-bottom: 6rem;
    }

    .post_body > * + * {
        margin: 2.8rem 0;
    }

    .post_body figure {
        margin: 5rem 0;
    }

    .post_body h2{
        font-size: 2.3rem;
        margin-top: 5rem;
    }
    
    .artist_information{
        margin-top: 5rem;
        font-size: 1.6rem;
    }

    .artist_note{
        margin-top: 4rem;
        font-size: 1.2rem;
    }

    .article_map_link{
        font-size: 1.9rem;
    }

    .artist_link_ticket .link_arrow {
        width: 69%;
    }

    .artist_link_all .link_arrow {
        width: 65%;
    }

    .artist_link_ticket + .artist_link_all{
        margin-top: 3rem;
    }

    /*----お問い合わせ----*/

    .contact_title{
        font-size: 2.4rem;
        margin-bottom: 3.2rem;
    }

    .contact_text{
        margin-bottom: 5rem;
    }

    .form_list{
        margin-top: 6rem;
    }

    .form_item + .form_item{
        padding-top: 3.2rem;
    }

    .form_item:last-child{
        align-items: flex-start;
    }

    .form_title{
        width: 100%;
        padding-right: 0;
        padding-bottom: 1.2rem;
        font-size: 1.8rem;
    }

    .form_box{
        width: 100%;
    }

    .form_box input,
    .form_box textarea{
        font-size: 1.6rem;
        padding: .8rem 1.2rem;
    } 

    .cf7-cf-turnstile{
        width: 100%;
        margin-top: 2rem !important;
        text-align: center;
    }

    .wpcf7-submit{
        width: 100%;
        height: 8rem;
        margin-top: 4rem;
        font-size: 1.9rem;
    }

}


@media screen and (max-width: 320px) {
    html {
        font-size: 56%;
    }
}
