html {
  scroll-behavior: smooth;
}

/* トップボタン */

.page_top {
    width:100px;
    position: fixed;
    bottom: 20px;
    right:20px;
    z-index: 999;
}

.page_top .topOn {
    display: none;
}

#top .page_top:hover .topOn {
    display: block;
}

#top .page_top:hover .topOff {
    display: none;
}


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


#Mv {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index:1;
  background: #FFAC31;
  text-align: center;
  background-image: url(../images/mv_img.png);
  background-size: cover;
  background-position: center;
}

#Mv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;       
    filter: blur(10px);       
    transform: scale(1.1);    
    z-index: -1;    
}
/* #Mv img {
    width: 100%;
    height: 100vh;
    object-fit: contain;
    object-position: center;
} */
#Mv video {
    width:100%;
    height:100vh;
}

/* トップ　コンテンツ */

#top {
    width:100%;
    height:100vh;
}

/* コンテナ */
#Container {
    position: relative;
    z-index: 2;
    width: 100%;
    background: rgba(255, 255, 255, 0.3);
}

/* SNS */

.sns {
    position: absolute;
    z-index: 999;
    right: 30px;
    bottom: 75px;
}
.sns ul {
    height:386px;
    justify-content: space-around;
    
}
.sns ul li {
    margin-bottom: 10px;
}
.sns ul li img {
    width:45px;
}
.sns ul li a {
    display: block;
    width:75px;
    height:75px;
    border-radius: 50px;
    background: #000;
    padding:15px;
}

/* ナビゲーション */
nav {
    width: 100%;
    padding:50px 0;
}

nav ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
}

nav ul li a {
    position: relative;
    display: inline-block;
    }

.nav-btn {
    position: relative;
    display: inline-block;
    max-width: 220px;
    width: 25vw;   
    height: 100px;
    align-items: center; 
    justify-content: center; 
}

.nav-img {
    max-width: 220px;
    width: 25vw; 
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: opacity 0.3s ease-in-out;
}

.nav-img.off {
    opacity: 1;
    z-index: 1;
}

.nav-img.on {
    opacity: 0;
    z-index: 2;
}

nav ul li a:hover .nav-img.off {
    opacity: 0;
}

nav ul li a:hover .nav-img.on {
    opacity: 1;
}

/* カルーセル */

.carousel-wrapper {
    display: flex;
    align-items: center;
    justify-content: center; 
    max-width: 600px; 
    margin: 0 auto;
}

.carousel-wrapper .carousel {
    flex: 1;              
    overflow: hidden;
    min-height: 300px;
}

.carousel-wrapper button.prev,
.carousel-wrapper button.next {
    font-size: 3.0rem;
    background: rgba(0,0,0,0);
    color: #FFAC31;
    border: none;
    cursor: pointer;
    flex-shrink: 0; 
}

.carousel {
    flex: 1;
    overflow: hidden;
    position: relative;
    min-height: 300px;
}

.carousel-track {
    display: flex;
    transition: transform 0.5s ease;
}

.slide {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slide img {
    width: 100%;
    height: auto;
    display: block;
}

.slide-title {
    margin-top: 50px;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 40px;
    text-align: left;
    width: 100%;      
}

.slide-text {
    font-size: 2.0rem;
    margin-top: 30px;
    text-align: left; 
    width: 100%;
    line-height: 24px;
}

/* コンセプト */

#concept {
    width:100%;
    margin-top: 100px;
}

#concept h2  {
    margin-bottom: 50px;
    text-align: center;
}

#concept h2 img {
    width:300px;
}

#concept #concept_bg {
    margin: 0 auto;
    width:1000px;
    height:auto;
    background: rgba(255, 255, 255, 1);
    padding:50px 0;
}

/* イベント　ここから */
#events {
    width:100%;
    height:auto;
    padding: 0 5%;
}

#events h2 {
    width:300px;
    margin: 85px auto;
}

#events h2 img {
    width:300px; 
}

.events_bg {
    max-width: 1000px;
    width:100%;
    background: rgb(255, 255, 255);
    margin: 0 auto;
    padding:0 20px 50px;
    text-align: center;
}
#events .schedule {
    width:100%;
    display: flex;
}
#events .day img {
    max-width: 500px;
    width:100%;
    padding:0 1%;
    margin: 0 auto;
    text-align: center;
}

#events .day h3 {
    margin: 45px auto;
    width:177px;
    height:80px;
    color: #fff;
    background: #FFAC31;
    font-size:4.0rem;
    border-radius: 50px;
    padding:20px 0 0;
}

#events .events_bg .kounai {
    margin: 45px auto;
    width:295px;
    height:80px;
    color: #fff;
    background: #FFAC31;
    font-size:4.0rem;
    border-radius: 50px;
    padding:20px 0 0;
}
/* イベント　ここまで */

/* 模擬店・物販　ここから */
#shop {
    width: 100%;
    position: relative;
}

#shop .S_BOX {
    position: relative;
    text-align: center;
    margin:50px 0;
}

#shop .S_BOX h2 img {
    width:300px;
}

#shop .carousel-wrapper {
    display: none;
}
#shop .shopBg {
    width:100%;
    height:auto;
    background: rgb(255, 255, 255);
    margin-bottom: 100px;
    padding: 50px 0 ;
}

#shop .shopBg h2 {
    width:177px;
    height:80px;
    font-size: 4.0rem;
    text-align: center;
    margin: 50px auto;
    background: #FFAC31;
    color: #fff;
    border-radius: 50px;
    padding:20px 0 0;
}

#shop .gallery {
    display: flex;
    overflow: hidden;
    margin-bottom: 20px;
}

#shop .high {
    animation: scroll-left 20s infinite linear .5s both;
    display: flex; /* スライド3枚を横並び */
}

#shop .thum a img {
    width:350px;
    margin: 0 10px 0;
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#shop .low {
    animation: scroll-right 20s infinite linear .5s both;
    display: flex; /* スライド3枚を横並び */
}

@keyframes scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
/* 模擬店・物販　ここまで */

/* アクセス　ここから */
#access {
    width:100%;
}
#access h2 {
    text-align: center;
    margin: 50px 0;
}

#access h2 img {
    width:300px;
}
#access .accessBg {
    width:100%;
    background: rgb(255, 255, 255);
    margin-bottom: 100px;
    padding: 80px 0;
    justify-content: space-around;
}
.accces_wrapper {
    max-width:1000px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

#access .accessBg .map iframe {
    width:295px;
    height:267px;
}

#access .accessBg .map p {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    margin: 50px 0;
}

/* アクセス　ここまで */

/* ムービー　ここから */
#movie {
    width:100%;
    text-align: center;
    margin: 100px 0;
    display: flex;
    justify-content:space-around;
}
#movie iframe {
    width:48%;
    height: 28vw;
}

#movie img {
    width:48%;
}
/* ムービー　ここまで */

/* フッター ここから　*/
footer {
    width:100%;
    height:280px;
    background: #FFAC31;
    clip-path: ellipse(70% 100% at 50% 100%);
    text-align: center;
    padding: 100px;
}

footer img {
    width:20px;
}

footer h1 {
    font-size: 2.0rem;
    margin: 0 0 20px 0;
}
footer p {
    font-size:  1.6rem;
}
/* フッター ここまで　*/

/* レスポンシブ */

@media screen and (max-width: 961px) {
    /* ナビゲーション */
    nav {
        display: none;
    }
    /* アクセス */
    #access .accessBg .accces_wrapper {
        display:block;
        justify-content: start;
        padding:5%;
    }
    #access .accessBg .map {
        width:100%;
        max-width:295px;
        margin: 0 auto;
    }
    #access .accessBg .map p {
        font-size: 2.0rem;
    }
    /* ムービー */
    #movie {
    display: block;
    padding: 0 5%;
    }
    #movie iframe {
        width:100%;
        height:45vw;
        margin-bottom: 50px;
    }
    #movie img {
        width:100%;
        
        margin-bottom: 50px;
    }

    /* 物販 */

    #shop .shopBg .gallery {
        display: none;
    }

    #shop .shopBg .carousel-wrapper {
        display: flex; /* block ではなく flex のまま */
        flex-direction: row; /* 横並びを維持 */
        justify-content: space-between; /* 左右にボタン */
        align-items: center;
        width: 100%;
        max-width: 100%; /* 横幅を画面いっぱいに */
    }

    /* イベント */
    #events .events_bg {
        padding-top:20px;
    }
    #events .events_bg .schedule {
        display: block;
    } 

    /* コンセプト */
    #concept h2 img {
        margin: 50px  0;
    }
    #concept #concept_bg {
        width:100%;
    }

    /* SNS */
    .sns {
    position: absolute;
    z-index: 999;
    left: 10px;
    bottom: 10px;
    }
    .sns ul {
        width:100%;
        height:auto;
        justify-content: space-around;
        display: flex;
    }
    .sns ul li {
    }
    .sns ul li a {
        display: block;
        width:75px;
        height:75px;
        border-radius: 50px;
    }
    /* ページトップ */
    #top .page_top {
        display: none;
    }
    .sns ul li {
    margin-bottom: 0px;
    }
}