/* 20251007toppage追記 */
.content-visual + .js-scroll-animate + .scrolled{
    display: none;
}
.sect-index{
    padding-top: 0 !important;
}
.sp{
    display: none;
}
.fv{
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    padding: 0;
}
.h_header_text{
    position: absolute;
    width: 80%;
    margin: 0 auto;
    top: 10%;
    left: 0;
    right: 0;
    height: 60%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
}
.h_header_text img[alt*="Google"]{
    align-self: end;
    justify-self: start;
    width: 50%;
    object-fit: contain;
    grid-area: 2 / 1 / 4 / 2;
}
.h_header_text img[alt*="logo"]{
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    align-self: center;
    justify-self: center;
    width: 100%;
    object-fit: contain;
}
.h_header_text h1,
.h_header_text h2{
    align-self: start;
    justify-self: end;
    writing-mode: vertical-rl;
    color: #FFF;
    font-size: clamp(2rem, 2vw + 1rem, 4rem);
    font-weight: 200;
    line-height: 1.7;
    grid-area: 1 / 3 / 3 / 4;
}
.h_header_intro p{
    text-align: center;
    margin: 8% 0;
    line-height: 2.3;
    font-size: 1.2rem;
}
/* header */
.sp-tgl{
    margin-left: auto;
}
#global-header-sp{
    background: #FFF;
}
#global-header-sp .btn-reserve{
    /* margin-left: auto; */
    display: none !important;
}
#global-header-sp .access{
    margin-right: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
    text-align: left;
}
@media screen and (max-width: 966px){

}
@media screen and (max-width: 769px){
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    .fv{
        margin-top: 72px;
    }
    .slick-slide{
        height: auto;
    }
    .h_header_text {
        top: clamp(0px, 8vw, 60px);
        height: auto;
        grid-template-rows: 30% 50% 40%;
        width: 95%;
    }
    .h_header_text img[alt*="Google"]{
        width: 70%;
        align-self: flex-end;
    }
    .h_header_text img[alt*="logo"]{
        width: 110%;
        max-width: 110%;
    }
    .h_header_text h1,
    .h_header_text h2{
        font-size:  clamp(1rem, 3vw + 0.5rem, 1.6rem);
        line-height: 1.5;
        max-height: 80vh;
        transform: translateX(-5%); 
    }
    /* slick */
    .slick-dots {
        bottom: -20% !important;
    }
    /* header */
    .sp-tgl{
        margin-left: auto;
    }
    #global-header-sp .access{
        font-size: 1rem;
    }
    .h_header_intro p {
        font-size: 0.86rem;
        line-height: 2;
        margin-top: 20% !important;
    }
}
@media screen and (max-width: 635px){
    .h_header_text img[alt*="Google"]{
        align-self: center;
    }
    .h_header_intro p{
        font-size: 1.2rem;
    }
}

/* slider */
.slick-slide img{
    width: 100%;
}
.slick-dots {
  position: absolute !important;
  bottom: -6% ;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 6px;
  z-index: 10;
}

.slick-dots li button:before {
  font-size: 10px !important;
  color: #aaa !important;
  opacity: 1 !important;
}

.slick-dots li.slick-active button:before {
  color: #FFF !important;
  opacity: 1 !important;
}

/* insta */
.row-insta {
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .row-insta .col-lg-6 {
        max-width: 100% !important;
    }
    .row-drink{
        align-items: center;
        justify-content: space-between;
    }
    .row-drink .img.left,
    .row-drink .right{
        width: 48%;
    }
}
/* en */
.h_header_text.fv_text_en{
    width: 85%;
    margin: 0 0 0 10%;
}
.fv_text_en h1,
.fv_text_en h2{
    writing-mode: horizontal-tb;
    line-height: 1.2;
    font-size: clamp(1.6rem, calc(1.6rem + (100vw - 769px) * 0.03106), 3rem);
}
@media screen and (max-width: 769px) {
    .h_header_text.fv_text_en{
        width: 95%;
        margin: 0 0 0 3%;
        top: clamp(0px, 7.8125vw, 60px);
        }
    .fv_text_en  h1,
    .fv_text_en  h2{
        font-size: clamp(1rem, 2vw + 0.5rem, 1.6rem);
    }

}
/* zh */
