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

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

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "Gothic Medium BBB", sans-serif;
    font-weight: 500;
    z-index: 0;
    color: #008dca;
    background-color: #fff;
    letter-spacing: 0.006rem;
    line-height: 1;
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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

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

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

.all_container {
    position: relative;
}

a {
    color: #008dca;
    text-decoration: none;
    transition: 0.3s ease-out;
}

a:hover{
    color: #0076a8;
}

::-moz-selection {
    background:rgba(0,141,202,0.2);
    text-shadow: none;
}

::selection {
    background:rgba(0,141,202,0.2);
    text-shadow: none;
}

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

p{
    margin: 0;
}

img {
    width: 100%;
    height: auto;
    max-width: none !important;
}


figure {
    margin: 0;
}

svg {
    overflow: visible !important;
    fill: currentcolor;
}

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

input,
textarea,
button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: none;
    border-radius: 0;
    transition: 0.3s ease-out;
    cursor: pointer;
    color: #333;
    letter-spacing: 0.01rem;
    border: none;
    font-family: "Gothic Medium BBB", sans-serif !important;
}

.display_none{
    display: none;
}

.main_container{
    overflow: hidden;
}

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

.sub_wrapper-1{
    width: calc(880 / 1166 * 100%);
    margin-left: auto;
    margin-right: auto;
}

.sub_wrapper-2{
    width: calc(700 / 1166 * 100%);
    margin-left: auto;
    margin-right: auto;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.display_none {
    display: none;
}

/*text*/
.en {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    letter-spacing: 0.05rem;
}

.bold{
    font-family:"Midashi Go MB31", sans-serif;
    margin: 0;
}


.heading_01{
    color: #f5a200;
    margin-bottom: 7.8rem;
    align-items: center;
}

.heading_01 img{
    width: 5.8rem;
}

.heading_01 .en{
    font-size: 3.3rem;
    text-transform: uppercase;
    padding-left: 2rem;
}

.heading_01 .jp{
    font-size: 1.5rem;
    padding-left: 1.6rem;
}

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

.text_01 p + p {
    margin-top: 3.2rem;
}

.text_02 {
    font-size: 1.6rem;
    line-height: 1.8;
    text-align: justify;
}

.text_02 p + p {
    margin-top: 1.4rem;
}

.text_01 a,
.text_02 a {
    text-decoration: underline;
}

/*link*/
.link_box {
    background: #f5a200;
    color: #fff;
    border-radius: 50vmax;
    justify-content: center;
    align-items: center;
}

.link_box:hover {
    background: #c98500;
    color: #fff;
}

/*アニメーション*/
.fadein {
    opacity: 0;
    transition: 1s ease-out;
}

.fadein.scrollin {
    opacity: 1;
}

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

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

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

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

/* Header
----------------------------------------------------*/

.main_header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}

.header_inner {
    padding-left: 4%;
    padding-right: 4%;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 4.4rem;
    padding-bottom: 3.6rem;
}

body:not(.home) .header_inner{
    padding-top: 2.6rem;
    align-items: center;
}

.home .header_logo {
    width: 15.5rem;
    margin-top: -1.2rem;
}

body:not(.home) .header_logo {
    width: 15.5rem;
}

.header_nav{
    width: calc(100% - 15.5rem);
    justify-content: flex-end;
    align-items: center;
}

.header_nav_list{
    width: calc(100% - 28rem);
    justify-content: flex-end;
    align-items: center;
    font-size: 1.5rem;
    padding-right: 2.6rem;
}

.header_nav_item + .header_nav_item{
    margin-left: 3.2%;
}

.main_nav_list{
    justify-content: flex-end;
    align-items: center;
}

.main_nav_item + .main_nav_item{
    margin-left: 1rem;
}

.main_nav_item a{
    font-size: 1.8rem;
    color: #fff;
    width: 10.8rem;
    height: 4rem;
}

.header_ig_link{
    margin-left: 1.8rem;
}

.drawer-hamburger,
.drawer-nav,
.drawer_background{
    display: none;
}

/* Footer
----------------------------------------------------*/

.main_footer {
    margin-top: 12rem;
    padding-top: 9rem;
    padding-bottom: 6rem;
    background: #008dca;
    color: #fff;
    border-radius: 6rem 6rem 0 0;
}

.main_footer a,
.drawer-nav a{
    color: #fff;
}

.main_footer a:hover,
.drawer-nav a:hover{
    color: #ddd;
}

.footer_inner{
    justify-content: center;
}

.footer_logo{
    width: 21%;
    padding-right: 9%;
}

.footer_nav{
    width: 39%;
}

.footer_main_nav_list{
    width: 43%;
}

.footer_main_nav_item + .footer_main_nav_item {
    margin-top: 2rem;
}

.footer_main_nav_link{
    font-size: 2.2rem;
    align-items: center;
}

.footer_main_nav_link svg{
    fill: #F5A200;
    margin-right: .9rem;
}

.footer_nav_list{
    width: 57%;
}

.footer_nav_item{
    font-size: 1.8rem;
}

.footer_nav_item + .footer_nav_item{
    margin-top: 2rem;
}

.footer_extra{
    width: 31%;
}

.footer_credit{
    line-height: 1.7;
}

.footer_credit_name{
    font-size: 1.7rem;
    padding-bottom: .8rem;
}

.footer_credit_address{
    font-size: 1.4rem;
}

.footer_ig_link{
    font-size: 1.8rem;
    letter-spacing: .08rem;
    align-items: center;
    margin-top: 3rem;
}

.footer_ig_link svg{
    width: 2.5rem;
    height: 2.5rem;
    margin-right: .8rem;
}

.copyright{
    width: 100%;
    font-size: 1.4rem;
    text-align: right;
    padding-top: 2.8rem;
}

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

/*ファーストビジュアル*/
.top_fv_container{
    position: relative;
}

.top_fv_inner{
    position: absolute;
    left: 0;
    right: 6%;
    top: 0;
    bottom: 0;
    z-index: 99;
}

.top_fv_date{
    position: absolute;
    bottom: 6.4rem;
    right: 0;
    width: 36rem;
}

.top_fv_slider {
    width: calc(100% - 2.4rem);
    height: calc(100vh - 2.4rem);
    height: calc(100svh - 2.4rem);
    margin: 1.2rem;
    border-radius: 3.6rem;
}

/*コンセプト*/
.top_concept_container {
    padding-top: 10rem;
    padding-bottom: 24rem;
    position: relative;
    overflow: hidden;
}

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

.top_concept-1{
    width: 41vw;
    margin-left: calc(50% - 50vw);
    flex-direction: column;
}

.top_concept_tagline{
    font-size: 3.4rem;
    letter-spacing: 0.18rem;
    line-height: 1.8;
    writing-mode: vertical-rl;
    margin: 0 18% 6rem auto;
}

.top_concept_img-1 img{
    border-radius: 0 2rem 2rem 0;
}

.top_concept-2{
    width: 51%;
    padding-top: 14rem;
}

.top_concept_imgs{
    margin-top: 8rem;
    justify-content: space-between;
}

.top_concept_img-2{
    width: 32%;
    margin-left: -24%;
}

.top_concept_img-3{
    width: 86%;
    margin-top: 7rem;
}

.top_concept_img-2 img,
.top_concept_img-3 img{
    border-radius: 2rem;
}


/*アーティスト*/

.top_artist_container{
    background: #f5f4ef;
    position: relative;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.top_artist_container::before,
.top_artist_container::after{
    position: absolute;
    left: 0;
    right: 0;
    content: url(img/wave.svg);
    width: 100%;
    height: 8%;
    z-index: -1;
}

.top_artist_container::before{
    top: -6%;
}

.top_artist_container::after{
    bottom: -6%;
    transform: scale(1, -1);
}

.artist_list{
    margin: 0 -1.7%;
}

.artist_item{
    width: calc(100% / 3);
    padding: 0 1.7% 3.4%;
}

.artist_item a{
    display: block;
    background: #fff;
    padding: 5.4%;
    border-radius: 2rem;
    border: 1px solid #eee;
}

.artist_item_work img{
    aspect-ratio: 3 / 2;
    object-fit: cover;
    overflow: hidden;
}

.artist_item_body{
    padding-top: 1.8rem;
    align-items: center;
}

.artist_item_face{
    width: 24%;
}

.artist_item_face img{
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.artist_item_text{
    width: 76%;
    line-height: 1.2;
    padding-left: 5%;
}

.artist_item_name{
    font-size: 2.1rem;
    padding-bottom: .6rem;
}

.artist_item_name span{
    font-size: 64%;
    display: block;
}

.artist_item_genre{
    font-size: 1.4rem;
}

.artist_info{
    color: #f5a200;
    text-align: center;
    margin-top: 6rem;
}

.artist_info_plus{
    font-size: 7rem;
    font-weight: 500;
    padding-bottom: 1.4rem;
}

.artist_info_text{
    font-size: 3rem;
    line-height: 1.5;
}

/*開催概要*/
.top_about_container{
    padding-top: 22rem;
    padding-bottom: 16rem;
}

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

.about_main_list dt,
.about_main_list dd{
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
    border-bottom: 1px solid;
}

.about_main_list dt{
    width: 26%;
    text-align: center;
}

.about_main_list dd{
    width: 74%;
    margin: 0;
}

.top_about_ppl{
    margin-top: 12rem;
}

.about_ppl_container{
    background: #F5F4EF;
    border-radius: 3rem;
    position: relative;
    padding: 8% 9%;
}

.about_ppl_container + .about_ppl_container{
    margin-top: 10rem;
}

.about_ppl_title{
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 3.2rem;
    text-align: center;
}

.about_ppl_inner + .about_ppl_inner{
    border-top: #B5B3A7 dashed 1px;
    margin-top: 8%;
    padding-top: 8%;
}

.about_ppl_img{
    width: 28%;
    text-align: center;
    padding-right: 8%;
}

.about_ppl_img img{
    padding-bottom: 2.2rem;
}

.about_ppl_name{
    font-size: 2.6rem;
    line-height: 1.4;
}

.about_ppl_name span{
    display: block;
    font-size: 57%;
    padding-bottom: .6rem;
}

.about_ppl_body{
    width: 72%;
}

.about_ppl_logo{
    margin-top: 12rem;
}

.about_ppl_logo .about_ppl_title{
    margin-bottom: 6rem;
    position: relative;
    top: unset;
}

.about_ppl_logo .about_ppl_inner{
    align-items: center;
}

.about_ppl_logo_img{
    width: 40%;
    padding-right: 6%;
}

.about_ppl_logo_img img{
    width: 65%;
    display: block;
    margin: auto;
}

.about_ppl_logo_body{
    width: 60%;
}

.about_ppl_logo_profile{
    padding-top: 3rem;
    width: 100%;
    align-items: center;
}

.about_ppl_logo_profile img{
    width: 9rem;
}

.about_ppl_logo_name{
    width: calc(100% - 9rem);
    padding-left: 4%;
    font-size: 2.2rem;
    line-height: 1.4;
}

.about_ppl_logo_name span{
    display: block;
    font-size: 57%;
    padding-bottom: .6rem;
}

.about_ppl_logo_profile_text{
    margin-top: 1.4rem;
    font-size: 1.4rem;
    line-height: 1.8;
    text-align: justify;
}

.top_about_link{
    margin-top: 12rem;
    background: #008dca;
    border-radius: 3rem;
    justify-content: center;
    padding: 10rem 2rem;
}

.about_link_body{
    width: 40%;
    padding: 0 4%;
}

.about_link_text{
    text-align: center;
    font-size: 2rem;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 3.6rem;
}

.about_link_button{
    width: 28rem;
    height: 8rem;
    font-size: 2.9rem;
}

.about_link_button span{
    padding-left: 1rem;
}

.top_about_instagram{
    margin-top: 14rem;
}

.top_about_instagram_title{
    font-size: 3.2rem;
    text-align: center;
    margin-bottom: 6rem;
    justify-content: center;
    align-items: center;
}

.top_about_instagram_title svg{
    width: 3.6rem;
    height: 3.6rem;
    margin-right: 1rem;
}

#sb_instagram .sbi_photo img{
    border-radius: 1rem;
    border: 1px solid #eee;
}

.top_about_instagram_link{
    font-size: 2rem;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4.8rem;
}

.top_about_instagram_link svg{
    margin-right: .6rem;
}

/*阿久根について*/
.top_akune_main_img{
    aspect-ratio: 2.5 / 1;
    width: calc(50vw + 50%);
    margin-left: calc(50% - 50vw);
    margin-bottom: 12rem;
    border-radius: 0 3rem 3rem 0;
}

.top_akune_heading{
    margin-bottom: 5.4rem;
}

.top_akune_body{
    justify-content: center;
    align-items: center;
    margin-bottom: 15rem;
}

.top_akune_text{
    width: 45%;
}

.top_akune_map{
    width: 39.5%;
}

.sub_slider img {
    margin: 0 .4rem;
    width: 30rem;
    height: 20rem;
    object-fit: cover;
    border-radius: 1rem;
}


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

body:not(.home) .main_container{
    padding-top: 16.8rem;
}

body:not(.home) .heading_01{
    margin-bottom: 6rem;
}

/* --- 行く・応援する --- */

.page_main_header{
    position: relative;
    margin-bottom: 10rem;
}

.page_main_heading{
    position: absolute;
    top: -.6rem;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 6rem;
    text-align: center;
    color: #fff;
    z-index: 1;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.page_main_heading span{
    font-size: 1.6rem;
    padding-bottom: 1.8rem;
}

.page_main_header_img{
    position: relative;
    overflow: hidden;
    border-radius: 3.6rem;
}

.page_main_header_img img{
    aspect-ratio: 2.4 / 1;
    object-fit: cover;
}

.page_main_header_img::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color:rgba(0,0,0,0.06);
}

/* --- アーティスト --- */

/*ページャー（WP-PageNavi）*/

.wp-pagenavi {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
    font-size: 2.1rem;
    margin: 0 1.2rem;
    color: #008dca;
    position: relative;
    padding: .6rem .3rem;
}

.wp-pagenavi a:hover{
    color: #0076a8;
}

.wp-pagenavi span.current {
    border-bottom: 1px solid #008dca;
}

.wp-pagenavi span.extend {
    padding-left: 0;
    padding-right: 0;
}

.wp-pagenavi .previouspostslink{
    margin-right: 2rem;
}

.wp-pagenavi .nextpostslink{
    margin-left: 2rem;
}

/*個別記事*/

.artist_post_container{
    padding-bottom: 8rem;
    border-bottom: 1px solid rgba(0,141,202,0.3);
}
.artist_header{
    margin-bottom: 6rem;
}

.artist_header_face{
    margin-bottom: 6rem;
}

.artist_header_text{
    margin-bottom: 6rem;
}

.artist_header_name{
    font-size: 3.4rem;
    margin-bottom: 2rem;
    letter-spacing: 0.1rem;
}

.artist_header_name span{
    font-size: 80%;
}

.artist_header_genre{
    font-size: 1.8rem;
}

.artist_post_all{
    margin-top: 4rem;
    font-size: 1.8rem;
    align-items: center;
}

.artist_post_all svg{
    transform:rotate(-180deg);
    margin-right: .8rem;
}

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

.post_body figure{
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.post_body h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    color: #f5a200;
    margin-top: 8rem;
    margin-bottom: 4rem;
}

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

.post_body h3 {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-top: 6rem;
}

.post_body a {
    text-decoration: underline;
}

.post_body hr.wp-block-separator{
    border-top: 1px dashed !important;
    margin-top: 5rem;
    margin-bottom: 5rem;
}

.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;
}

.wp-block-image :where(figcaption){
    margin-top: 2rem !important;
    color: #333;
    font-size: 80%;
}

.wp-block-button__link{
    width: 26rem !important;
    height: 6.4rem !important;
    font-size: 2.2rem !important;
    background: #f5a200 !important;
    justify-content: center;
    align-items: center;
    font-family: "Midashi Go MB31", sans-serif;
    margin: 0;
    display: flex !important;
    flex-wrap: wrap;
    text-decoration: none !important;
    margin: 3rem 0;
}

.wp-block-button__link:hover{
    color: #fff !important;
    background: #c98500;
}

ol.wp-block-list{
    list-style-type: decimal;
    margin-left: 2.6rem;
}

ul.wp-block-list{
    list-style-type: circle;
    margin-left: 2.6rem;
}


/* --- お問い合わせ --- */
.form_list{
    margin-top: 8rem;
}

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

.form_title {
    font-size: 2rem;
    line-height: 1.4;
    width: 100%;
    padding-bottom: 2rem;
}

.form_title span{
    color: #f5a200;
    font-size: 1.5rem;
    padding-left: .8rem;
}

.form_box{
    width: 100%;
}

.form_box input,
.form_box textarea {
    font-size: 1.8rem;
    line-height: 1.8;
    width: 100%;
    background: #fff;
    border: 1px solid #008DCA;
    border-radius: 50vmax;
}

.form_box input{
    border-radius: 50vmax;
    padding: .8rem 2.8rem;
}

.form_box textarea{
    border-radius: 3rem;
    padding: 1.6rem 2.8rem;
}

.wpcf7-list-item.first {
    margin: 0;
}

.wpcf7-list-item-label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 1.8rem;
}

.form_item:first-child .form_title{
    padding-bottom: 3rem;
}

.form_item:first-child .form_box{
    width: 100%;
}

.wpcf7-list-item {
    margin-left: 0 !important;
    margin-right: 3.6rem !important;
    margin-bottom: 2.4rem !important;
}

input[type="radio"] {
    opacity: 0; 
    position: absolute;
}

.wpcf7-list-item-label::before {
    background: #fff;
    border-radius: 100%; 
    content: "";
    width: 2.8rem;
    height: 2.8rem;
    margin-bottom: auto;
    margin-right: 1.2rem;
    margin-top: auto;
    transition: background-color .5s;
    border: 1px solid #f5a200;
}

input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #f5a200;
    box-shadow: inset 0 0 0 .6rem #fff;
}


.wpcf7-submit {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 26rem;
    height: 6rem;
    border-radius: 50vmax;
    justify-content: center;
    align-items: center;
    font-size: 2.2rem;
    letter-spacing: .1rem;
    color: #fff;
    font-weight: 700;
    background: #f5a200;
    margin: 4rem auto 0;
    font-family: "Midashi Go MB31", sans-serif !important;
}

.wpcf7-submit:hover {
    background: #c98500;
}

.wpcf7-not-valid-tip {
    font-size: 1.5rem !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: #333;
    font-size: 1.8rem;
    line-height: 1.5;
    text-align: center;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.wpcf7-turnstile{
    margin-top: 3rem;
    text-align: center;
}

/* --- 404 --- */

.error_intro_container{
    margin: 10rem 0;
}

.error_intro_title {
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    font-weight: 600;
}

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

PCのみ

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

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

@media screen and (min-width: 1400px) {
    html {
        font-size: 66%;
    }
}


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

    .wrapper{
        width: 92%;
    }

    .sub_wrapper-1{
        width: 88%;
    }

    .sub_wrapper-2{
        width: 72%;
    }
}

@media screen and (max-width: 899px) and (min-width: 768px) {
    html {
        font-size: 54%;
    }
    
    .wrapper{
        width: 92%
    }
    

    .sub_wrapper-1{
        width: 100%;
    }

    .sub_wrapper-2{
        width: 82%;
    }
}

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

スマートフォンのみ

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


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

    .wrapper {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .display_pc {
        display: none !important;
    }


    .sub_wrapper-1{
        width: 100%;
    }

    .sub_wrapper-2{
        width: 100%;
    }
    
    .heading_01{
        margin-bottom: 4.8rem;
    }

    .heading_01 img{
        width: 4rem;
    }

    .heading_01 .en{
        font-size: 2.7rem;
        padding-left: 1rem;
    }

    .heading_01 .jp{
        font-size: 1.4rem;
        padding-left: 1rem;
    }

    .text_01 {
        font-size: 1.6rem;
        line-height: 1.9;
    }

    .text_01 p + p {
        margin-top: 2.4rem;
    }

    .text_02 {
        font-size: 1.5rem;
        line-height: 1.8;
    }

    .text_02 p + p {
        margin-top: 1.2rem;
    }

    /* Header
    ----------------------------------------------------*/

    .header_inner {
        padding-top: 2.4rem;
        padding-bottom: 2.8rem;
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }
    
    body:not(.home) .header_inner{
        padding-top: 1.8rem;
    }


    .home .header_logo {
        width: 11rem;
        margin-top: 0
    }

    body:not(.home) .header_logo {
        width: 11rem;
    }
    

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

    .drawer-hamburger {
        display: block;
        position: fixed;
        top: 2.8rem;
        right: 2.4rem;
        z-index: 1002;
        padding: 0;
    }

    .drawer-hamburger-icon{
        width: 3.2rem;
        height: 2.35rem;
        display: block;
        background-size: cover;
        background-image: url(img/icon_nav.svg);
    }

    .is-opened .drawer-hamburger-icon{
        width: 3.2rem;
        height: 2.37rem;
        background-image: url(img/icon_nav_close.svg);
    }

    .drawer_background {
        display: block;
        opacity: 0;
        background: #f5f4ef;
        transition: all .2s ease-in-out;
    }

    body.is-opened .drawer_background {
        opacity: .6;
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
    }

    .drawer-nav {
        display: block;
        align-items: center;
        position: fixed;
        top: 0;
        right: -28rem;
        z-index: 1001;
        overflow-y: scroll;
        width: 28rem;
        height: 100vh;
        height: 100dvh;
        max-height: 100%;
        transition: right .15s ease-in-out;
        -webkit-overflow-scrolling: touch;
        background-color: #008dca;
        color: #fff;
    }

    .is-opened .drawer-nav {
        right: 0;
        transition: right .2s ease-in-out;
    }

    .drawer_inner {
        position: relative;
        min-height: 100vh;
        min-height: 100dvh;
        padding: 8rem 4.8rem 8rem;
    }

    .drawer_nav{
        width: 100%;
    }

    .drawer_main_nav_list{
        margin-bottom: 5.2rem;
    }

    .drawer_main_nav_item + .drawer_main_nav_item {
        margin-top: 2.2rem;
    }

    .drawer_main_nav_link{
        font-size: 2.3rem;
        align-items: center;
    }

    .drawer_main_nav_link svg{
        fill: #F5A200;
        margin-right: .9rem;
    }

    .drawer_nav_list{
        margin-bottom: 6rem;
    }

    .drawer_nav_item{
        font-size: 1.9rem;
    }

    .drawer_nav_item + .drawer_nav_item{
        margin-top: 2.2rem;
    }

    .drawer_ig_link{
        font-size: 1.9rem;
        letter-spacing: .08rem;
        align-items: center;
    }

    .drawer_ig_link svg{
        width: 2.6rem;
        height: 2.6rem;
        margin-right: .8rem;
    }
    
    
    /* Footer
    ----------------------------------------------------*/

    .main_footer {
        margin-top: 10rem;
        padding-top: 6rem;
        padding-bottom: 4rem;
        border-radius: 3rem 3rem 0 0;
    }
    
    .footer_inner{
        padding-left: 3.2rem;
        padding-right: 3.2rem;
    }

    .footer_logo{
        width: 10rem;
        padding-right: 0;
        margin: 0 auto;
    }

    .footer_nav{
        width: 100%;
        margin-top: 5rem;
        padding-top: 4rem;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        margin-bottom: 4rem;
        padding-bottom: 4rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

    .footer_main_nav_list{
        width: 50%;
    }

    .footer_main_nav_item + .footer_main_nav_item {
        margin-top: 1.6rem;
    }

    .footer_main_nav_link{
        font-size: 2rem;
    }

    .footer_main_nav_link svg{
        margin-right: .8rem;
    }

    .footer_nav_list{
        width: 50%;
    }

    .footer_nav_item{
        font-size: 1.6rem;
    }

    .footer_nav_item + .footer_nav_item{
        margin-top: 1.6rem;
    }

    .footer_extra{
        width: 100%;
    }

    .footer_credit{
        line-height: 1.7;
    }

    .footer_credit_name{
        font-size: 1.5rem;
        padding-bottom: .5rem;
    }

    .footer_credit_address{
        font-size: 1.3rem;
    }

    .footer_ig_link{
        font-size: 1.7rem;
        margin-top: 2.4rem;
    }

    .footer_ig_link svg{
        width: 2rem;
        height: 2rem;
        margin-right: .6rem;
    }

    .copyright{
        font-size: 1.3rem;
        padding-top: 5rem;
    }

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

    /*ファーストビジュアル*/
    .top_fv_date{
        bottom: 4.8vh;
        bottom: 4.8svh;
        right: unset;
        left: 2.4rem;
        width: 78%;
        max-width: 36rem;
    }

    .top_fv_slider {
        width: calc(100% - 1.6rem);
        height: calc(100vh - 1.6rem);
        height: calc(100svh - 1.6rem);
        margin: .8rem;
        border-radius: 2rem;
    }

    /*コンセプト*/
    .top_concept_container {
        padding-top: 8rem;
        padding-bottom: 16rem;
    }

    .top_concept-1{
        width: 100%;
        margin-left: 0;
        flex-direction: column-reverse;
    }

    .top_concept_tagline{
        font-size: 2.8rem;
        margin: 3rem auto 0 auto;
    }

    .top_concept-2{
        width: 100%;
        padding-top: 4.8rem;
    }

    .top_concept_imgs{
        margin-top: 6rem;
    }

    .top_concept_img-1{
        width: 100%;
        padding-right: 14%;
        margin-left: calc(50% - 50vw);
    }

    .top_concept_img-1 img{
        border-radius: 0 1rem 1rem 0;
    }

    .top_concept_img-2{
        width: 36%;
        margin-top: 3.6rem;
        padding-right: 4.5%;
        margin-left: auto;
    }

    .top_concept_img-3{
        width: 68%;
        margin-top: 8rem;
        margin-right: calc(50% - 50vw);
    }

    .top_concept_img-2 img{
        border-radius: 1rem;
    }
    
    .top_concept_img-3 img{
        border-radius: 1rem 0 0 1rem;
        aspect-ratio: 1.7 / 1;
        object-fit: cover;
    }


    /*アーティスト*/

    .top_artist_container{
        padding-top: 4rem;
        padding-bottom: 6rem;
    }

    .top_artist_container::before,
    .top_artist_container::after{
        width: 160%;
        height: 2.6%;
    }

    .top_artist_container::before{
        top: -1.8%;
    }

    .top_artist_container::after{
        bottom: -1.8%;
    }

    .artist_list{
        margin: 0;
        justify-content: center;
    }

    .artist_item{
        width: 88%;
        padding: 0 0 2.8rem;
    }

    .artist_item a{
        padding: 5.8%;
        border-radius: 1rem;
    }

    .artist_item_body{
        padding-top: 1.4rem;
    }

    .artist_item_name{
        font-size: 1.9rem;
        padding-bottom: .6rem;
    }

    .artist_item_genre{
        font-size: 1.3rem;
    }

    .artist_info{
        color: #f5a200;
        text-align: center;
        margin-top: 3rem;
    }

    .artist_info_plus{
        font-size: 6rem;
        padding-bottom: 1rem;
    }

    .artist_info_text{
        font-size: 2.2rem;
    }

    /*開催概要*/
    .top_about_container{
        padding-top: 12rem;
        padding-bottom: 14rem;
    }

    .about_main_list{
        font-size: 1.6rem;
    }

    .about_main_list dt,
    .about_main_list dd{
        padding-top: 2.8rem;
        padding-bottom: 2.8rem;
    }

    .about_main_list dt{
        width: 20%;
        text-align: left;
    }

    .about_main_list dd{
        width: 80%;
    }

    .top_about_ppl{
        margin-top: 8rem;
    }

    .about_ppl_container{
        border-radius: 2rem;
        padding: 4.8rem 3rem 3.6rem;
    }

    .about_ppl_container + .about_ppl_container{
        margin-top: 8rem;
    }

    .about_ppl_title{
        top: -1.2rem;
        font-size: 2.3rem;
    }

    .about_ppl_inner + .about_ppl_inner{
        margin-top: 4rem;
        padding-top: 4rem;
    }

    .about_ppl_img{
        width: 100%;
        padding-right: 0;
        padding-bottom: 2.8rem;
    }

    .about_ppl_img img{
        width: 12.8rem;
        margin: auto;
        padding-bottom: 2.2rem;
    }

    .about_ppl_name{
        font-size: 2.2rem;
    }

    .about_ppl_body{
        width: 100%;
    }

    .about_ppl_logo{
        margin-top: 8rem;
    }

    .about_ppl_logo .about_ppl_title{
        margin-bottom: 4rem;
    }

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

    .about_ppl_logo_img img{
        width: 12rem;
    }

    .about_ppl_logo_body{
        width: 100%;
        flex-direction: column-reverse;
    }

    .about_ppl_logo_profile{
        padding-top: 4rem;
    }
    
    .about_ppl_logo_profile img{
        width: 9rem;
    }

    .about_ppl_logo_name{
        width: calc(100% - 9rem);
        font-size: 2.1rem;
        padding-right: 2rem;
    }
    
    .about_ppl_logo_profile_text{
        font-size: 1.3rem;
    }

    .top_about_link{
        margin-top: 8rem;
        border-radius: 2rem;
        padding: 6rem 3rem;
        justify-content: center;
        align-items: center;
    }

    .about_link_body{
        width: 100%;
        padding: 0;
    }
    
    .about_link_body + .about_link_body{
        margin-top: 6rem;
        padding-top: 5.2rem;
        border-top: 1px solid rgba(255,255,255,0.3);
    }

    .about_link_text{
        font-size: 1.8rem;
        margin-bottom: 2rem;
    }

    .about_link_button{
        width: 21rem;
        height: 5.6rem;
        font-size: 2.4rem;
        margin: auto;
    }

    .about_link_button span{
        padding-left: 1rem;
    }

    .top_about_instagram{
        margin-top: 10rem;
    }

    .top_about_instagram_title{
        font-size: 2.6rem;
        margin-bottom: 4rem;
    }

    .top_about_instagram_title svg{
        width: 3rem;
        height: 3rem;
        margin-right: .8rem;
    }
    
    .top_about_instagram_link{
        font-size: 1.8rem;
        margin-top: 2.4rem;
    }
    
    .top_about_instagram_link svg {
        width: .9rem;
        height: 1.3rem;
        margin-right: .6rem;
    }


    /*阿久根について*/
    .top_akune_main_img{
        aspect-ratio: 3 / 2;
        margin-bottom: 8rem;
        border-radius: 0 2rem 2rem 0;
    }

    .top_akune_heading{
        margin-bottom: 3.6rem;
    }

    .top_akune_body{
        margin-bottom: 10rem;
        flex-direction: column-reverse;
    }

    .top_akune_text{
        width: 100%;
    }

    .top_akune_map{
        width: 80%;
        max-width: 40rem;
        margin-bottom: 2rem;
        margin-right: -15%;
    }

    .sub_slider img {
        margin: 0 .2rem;
        width: 18rem;
        height: 12rem;
    }
    


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

    body:not(.home) .main_container{
        padding-top: 11.2rem;
    }

    body:not(.home) .heading_01{
        margin-bottom: 4.8rem;
    }
    

    /* --- 行く・応援する --- */

    .page_main_header{
        margin-bottom: 5.2rem;
    }

    .page_main_heading{
        font-size: 3.8rem;
    }

    .page_main_heading span{
        font-size: 1.5rem;
        padding-bottom: 1.2rem;
    }
    
    .page_main_header_img{
        border-radius: 2rem;
    }

    .page_main_header_img img{
        border-radius: 2rem;
        aspect-ratio: 1.5 / 1;
    }
    
    /* --- アーティスト --- */

    /*個別記事*/

    .artist_post_container{
        padding-bottom: 4rem;
    }
    .artist_header{
        margin-bottom: 4rem;
    }

    .artist_header_face{
        margin-bottom: 4rem;
    }

    .artist_header_text{
        margin-bottom: 4rem;
    }

    .artist_header_name{
        font-size: 2.6rem;
        margin-bottom: 1.6rem;
    }

    .artist_header_genre{
        font-size: 1.5rem;
    }

    .artist_post_all{
        margin-top: 3rem;
        font-size: 1.6rem;
    }

    .artist_post_all svg{
        width: .9rem;
        height: 1.3rem;
        margin-right: .8rem;
    }

    .post_body > * + * {
        margin-top: 2.4rem;
    }

    .post_body figure{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }

    .post_body h2 {
        font-size: 2.5rem;
        line-height: 1.5;
        margin-top: 6rem;
        margin-bottom: 2.8rem;
    }

    .post_body h3 {
        font-size: 2.1rem;
        line-height: 1.5;
        margin-top: 4rem;
    }

    .post_body hr.wp-block-separator{
        margin-top: 4rem;
        margin-bottom: 4rem;
    }


    /* --- お問い合わせ --- */
    .form_list{
        margin-top: 5rem;
    }

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

    .form_title {
        font-size: 1.8rem;
        padding-bottom: 1.4rem;
    }

    .form_title span{
        font-size: 1.3rem;
        padding-left: .6rem;
    }

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

    .form_box input{
        border-radius: 50vmax;
        padding: .6rem 2.4rem;
    }

    .form_box textarea{
        border-radius: 2rem;
        padding: 1.2rem 2.4rem;
    }

    .wpcf7-list-item-label {
        font-size: 1.6rem;
    }
    
    input[type="radio"]:checked + .wpcf7-list-item-label::before{
        box-shadow: inset 0 0 0 .3rem #fff;
    }

    .form_item:first-child .form_title{
        padding-bottom: 2rem;
    }

    .wpcf7-list-item {
        margin-left: 0 !important;
        margin-right: 2.4rem !important;
        margin-bottom: 1.4rem !important;
    }

    .wpcf7-list-item-label::before {
        width: 2rem;
        height: 2rem;
        margin-right: .8rem;
    }

    .wpcf7-submit {
        width: 23.2rem;
        height: 5.4rem;
        font-size: 2.2rem;
        margin: 4rem auto 0;
    }

}

@media screen and (max-width: 999px) and (min-width: 768px) {
    html {
        font-size: 68%;
    }
    
    .wrapper {
        width: 76%;
        padding-left: 0;
        padding-right: 0;
    }

    .header_inner {
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .drawer-hamburger {
        top: 3.4rem;
        right: 5%;
        transform: scale(130%);
    }
    
    .top_fv_date{
        left: 5%;
    }
    
    .top_concept_body{
        text-align: center;
    }
}
    
@media print,
screen and (max-width: 320px) {
    html {
        font-size: 56%;
    }
}
