/* template reset */

.breadcrumb {
    display: none;
  }
  
  .breadcrumb + #wrapper-main {
    margin-top: 80px;
  }
  @media screen and (max-width: 767px) {
    .breadcrumb + #wrapper-main {
      margin-top: 50px;
    }
  }

  .main .container-inner {
    width: auto;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  
  .main .container-fluid {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .box-post {
    padding-top: 0;
  }

  #wrapper-main.not-side{
    padding: 0;
    margin: 0;
  }
  html{
    margin: 0!important;
    overflow-x: hidden;
  }

/* template reset */

.wrap{
    font-family: 'Hiragino Kaku Gothic ProN', sans-serif;
    font-weight: normal;
    font-feature-settings: "palt";
}

.mv-section{
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
}
.mv-slider,
.mv-slider-item,
.mv-section .slick-list,
.mv-section .slick-track,
.mv-section .slick-slide,
.mv-section .slick-slide > div{
    height: auto;
}
.mv-section img{
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.c-section{
    padding: 70px 0;
}

.c-section * + *{
    margin-top: 40px;
}

.c-section img{
    width: 100%;
    height: auto;
}

.c-section .inner{
    max-width: 900px;
    margin: 0 auto;
}

.c-section .inner__min{
    max-width: 550px;
    margin: 0 auto;
}

.c-section .inner figure{
    width: 100%;
    height: auto;
}

.c-section .inner figure + p{
    margin-top: 20px;
}

.c-section .ttl{
    font-size: 28px;
    font-weight: bold;
}
.c-section p{
    font-size: 17px;
    line-height: 2;
}
.c-section p.txt{
    margin-left: 50px;
    margin-right: 50px;
}

.c-title_h2{
    font-family: 'Arial Black', sans-serif;
    font-size: 50px;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
    margin-bottom: 60px;
    font-feature-settings: normal;
    font-kerning: normal;
    letter-spacing: normal;
}

.c-title_h2 span{
    position: relative;
    line-height: 1;
    display: inline-block;
    padding-bottom: 10px;
}
.c-title_h2 span::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 1px;
    background-color: #000;
}

.c-title_h3{
    text-align: center;
    background-color: #e6e6e6;
    padding: 10px;
    font-size: 24px;
    line-height: 1;
    font-weight: bold;
}

.u-align--center{
    text-align: center;
}

.u-only--pc{
    display: block; 
}
.u-only--sp{
    display: none;
}


/* ハンバーガーメニュー フェードインアウト　hamburger-menuは３本線から×に変化 */
.hamburger-menu{
    width: 30px;
    height: 20px;
    cursor: pointer;
    position: fixed;
    top: calc(var(--header-height, 0px) + 50px);
    left: 50px;
    z-index: 10000;
    transition: top 0.2s;
}
body.duration .hamburger-menu{
    top: calc(60px + 50px);
}
body.duration .menu-list{
    top: 60px;
    height: calc(100vh - 60px);
    height: calc(100dvh - 60px);
}
.hamburger-menu span{
    width: 30px;
    height: 2px;
    background-color: #222;
    display: block;
    position: absolute;
    left: 0;
    transition: 0.3s;
}
.hamburger-menu span:nth-child(1){
    top: 0;
}
.hamburger-menu span:nth-child(2){
    top: 50%;
    margin-top: -1px;
}
.hamburger-menu span:nth-child(3){
    bottom: 0;
}
.hamburger-menu.is-active span:nth-child(1){
    top: 50%;
    margin-top: -1px;
    transform: rotate(45deg);
}
.hamburger-menu.is-active span:nth-child(2){
    opacity: 0;
}
.hamburger-menu.is-active span:nth-child(3){
    top: 50%;
    bottom: auto;
    margin-top: -1px;
    transform: rotate(-45deg);
}

.menu-list{
    position: fixed;
    top: var(--header-height, 0px);
    left: 0;
    z-index: 9999;
    width: 100%;
    height: calc(100vh - var(--header-height, 0px));
    height: calc(100dvh - var(--header-height, 0px));
    background-color: #ef8eb4;
    box-sizing: border-box;
    padding: 150px 150px 100px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.3s;
}
.menu-list.active{
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
.menu-list ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-list li + li{
    margin-top: 20px;
}
.menu-list a{
    color: #fff;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 50px;
    line-height: 1;
    text-decoration: none;
    font-feature-settings: normal;
    font-kerning: normal;
    letter-spacing: normal;
}
body.is-menu-open{
    overflow: hidden;
}

/* グローバルメニュー表示中〜閉じアニメ完了までページ用ハンバーガーを隠す */
body.is-global-nav-open .hamburger-menu,
body.is-global-nav-open .menu-list {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.schedule-list{
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    padding: 40px;
    background-color: #fff;
}

.schedule-list li h4{
    font-size: 20px;
    border-bottom: 1px solid #222;
    padding-bottom: 10px;
    font-weight: bold;
}

.schedule-list li:nth-child(n+2) {
    margin-top: 40px;
}

.schedule-list li p{
    margin-top: 10px;
}

.schedule-list li p + p{
    margin-top: 20px;
}

.profile-box {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

.profile-box figure{
    width: 400px!important;
}

.profile-box .profile-content{
    flex: 1;
    margin-top: 0;
}

.profile-box .sns{
    margin-top: 20px;
    border-radius: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    padding: 20px;
    background-color: #fff;
}

.profile-box .sns h4{
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Arial Black', sans-serif;
    font-feature-settings: normal;
    font-kerning: normal;
    letter-spacing: normal;
}

.profile-box .sns ul{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 0;
}

.profile-box .sns ul li{
    width: 72px;
    height: 72px;
    margin: 0;
}

.profile-box .sns ul li a{
    display: block;
    width: 100%;
    height: 100%;
}

.profile-box .sns ul li a img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.store-search-btn{
    display: block;
    width: 100%;
    height: auto;
}

@media screen and (max-width: 767px) {
    .mv-section{
        width: calc(100% + 30px);
        max-width: calc(100% + 30px);
        margin-left: -15px;
    }

    .c-section{
        padding: 40px 0;
    }
    .c-section * + *{
        margin-top: 24px;
    }
    .c-section .ttl{
        font-size: 18px;
        line-height: 1.6;
    }
    .c-section p{
        font-size: 14px;
        line-height: 1.8;
    }
    .c-section p.txt{
        margin-left: 0;
        margin-right: 0;
    }

    .c-title_h2{
        font-size: 32px;
        margin-bottom: 32px;
    }
    .c-title_h3{
        font-size: 16px;
        line-height: 1.5;
        padding: 10px 12px;
    }

    .schedule-list{
        padding: 24px;
    }
    .schedule-list li h4,
    .profile-box .sns h4{
        font-size: 16px;
    }

    .profile-box{
        flex-direction: column;
        gap: 0;
    }
    .profile-box figure{
        width: 100%!important;
    }
    .profile-box .profile-content{
        margin-top: 24px;
    }
    .profile-box .sns ul{
        gap: 12px;
    }
    .profile-box .sns ul li{
        width: 48px;
        height: 48px;
    }

    .u-only--pc{
        display: none;
    }
    .u-only--sp{
        display: block;
    }

    .hamburger-menu,
    body.duration .hamburger-menu{
        top: calc(var(--header-height, 0px) + 15px);
        left: 10px;
    }
    body.duration .menu-list{
        top: var(--header-height, 0px);
        height: calc(100vh - var(--header-height, 0px));
        height: calc(100dvh - var(--header-height, 0px));
    }

    .menu-list{
        padding: 80px 40px 100px;
    }
    .menu-list a{
        font-size: 32px;
    }
}