/* .page-lp #fvb {
    margin-top: 184px;
} */
.lp-header{
    display: flex;
    justify-content: space-between;
    padding: 20px 26px 20px 32px;
    box-sizing: border-box;
    width: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    background: #fff;
    align-items: center;
}
.lp-header a{
    display: inline-block;
    text-decoration: none;
}
.lp-header img,
.popup-map-bg{
    display: block;
    width: 100%;
}
.lp-header .logo{
    max-width: 178px;
}
.lp-header .box-cta {
    display: flex;
}
.lp-header .box-cta .header-cta{
    max-width: 524px;
    cursor: pointer;
}
.popup-map{
    position: fixed;
    z-index: 9999999999;
    top: 0;
    left: 0;
    width: 100%;
    height:100%;
    overflow: auto;
    background-color: rgba(24, 24, 24, 0.6);
     display: none; 
}
.popup-map.flex{
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.popup-map::-webkit-scrollbar {
    width: 0;
}
.popup-map-content{
    overflow: hidden;
    margin: auto;
    max-width: 900px;
    position: relative;
}
.studio-box-content{
    height: 1100px;
    overflow-y: scroll;
    box-sizing: border-box;
    position: absolute;
    top: 523px;
    left: 50%;
    transform: translateX(calc(-50% + 8px));
    padding-right: 18px;
}
.studio-tab-list{
    width: 836px;  
    margin: 0 auto;
}
.studio-box-content::-webkit-scrollbar {
    width: 8px;
}
.studio-box-content::-webkit-scrollbar-track {
    background: transparent;
}
.studio-box-content::-webkit-scrollbar-thumb {
background: #C1A783; 
border-radius: 8px;
}
.btn-close-popup{
    display: inline-block;
    width: 74px;
    height: 74px;
    position: absolute;
    right: 46px;
    top: 54px;
    cursor: pointer;
}
.btn-close-popup img{
    width: 100%;
}

#btn-store-list-pc{
    cursor: pointer;
    display: inline-block;
}
a.offerbtn02_shiny {
    margin-bottom: 70px;
}
.studio-tab-list-content_item .studio-link{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 0;
}
.studio-tab-list-content_title span{
    transform: rotate(-90deg) translateX(50%) !important;
}
@media( max-width: 899px ){
    .lp_toky0_02.page-lp #fvb {
        margin-top: 20.467vw;
    }
    .lp-header{
        padding: 2.225vw 2.892vw 2.225vw 3.56vw;
    }
    .lp-header .logo{
        max-width: 19.8vw;
    }
    .lp-header .box-cta .header-cta{
        max-width: 58.222vw;
    }
    .popup-map-content{
        max-width: 100vw;
        padding: 0 3vw;
    }
    .studio-box-content{
        height: 116vw;
        top: 53vw;
        left: 50%;
        transform: translateX(calc(-50% + 0.89vw));
        padding-right: 2.002vw;
    }
    .popup-map-content .studio-tab-list-content{
        width: 93%;
    }
    .studio-tab-list{
        width: 92.436vw;  
        margin: 0 auto;
    }
    .popup-map-content .studio-tab-list{
        width: 87vw;  
    }
    .studio-box-content::-webkit-scrollbar {
        width: 0.89vw;
    }
    .studio-box-content::-webkit-scrollbar-thumb {
    border-radius: 0.89vw;
    }
    .btn-close-popup{
        width: 8.231vw;
        height: 8.231vw;
        right: 5.117vw;
        top: 6.007vw;
    }
   
}
@media screen and (max-width: 768px) {
    a.offerbtn02_shiny {
        margin-bottom: 40px;
    }
}

/* 4882 */
#offer-1, #offer-2{
    position: relative;
}
.offer .btn-new{
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    overflow: hidden;
    max-width: 95%;
    margin: 0 auto;
}
.btn-new a{
    position: relative;
    display: block;
    cursor: pointer;
}
.btn-new a:after{
    content: "";
    position: absolute;
    top: -100px;
    left: -100px;
    width: 50px;
    height: 50px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, #fff 100%, rgba(255, 255, 255, 0) 0%);
    -webkit-animation-name: shiny;
    animation-name: shiny;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
/* task 5348 */
.studio-toggle {
    width:100%;
}
.studio-toggle-item {
    margin-bottom: 15px;
}
.studio-toggle-item .toggle-title {
    background: #BDAD97;
    padding: 40px 50px;
    position: relative;
    cursor: pointer;
    border-radius: 16px;
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}
.studio-toggle-item .toggle-title:after {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-top: 30px solid #fff;
    transition: .4s ease;
    content:"";
}
.studio-toggle-item .toggle-title.active:after {
    transform: translateY(-50%) rotate(180deg);
}
.studio-toggle-item .toggle-content {
    padding-left:8px;
    padding-top: 20px;
    display:none;
}
@media (max-width: 768px) {
    .studio-toggle-item .toggle-title {
        border-radius: 10px;
        padding: 6% 7%;
        font-size:5.5vw;
    }
    .studio-toggle-item .toggle-title:after {
        right: 33px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 14px solid #fff;
        margin-top:2px;
    }
    .studio-toggle-item .toggle-content {
        padding-left:6px;
    }
}
.absolute{
    position: absolute;
}
.relative{
    position: relative;
}
#offer-1 .btn,#flow  .btn {
    padding: 0 3%;
}
#offer-1 .about__video, #flow  .about__video, #flow-bottom .about__video {
    height: auto;
    width: 100%;
    margin-bottom: 7.5%;
}
#flow-bottom .trial-box{
    top: 25%;
    left: 7%;
    right: 7%;
}
.reason-slider{
    position: absolute !important;
    bottom: 2%;
    left: 0;
    right: 0;
    padding: 0 7% !important;
}
.slider-function{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 35px;
}
.slider-function .slider-dots ul{
    display: flex;
     align-items: center;
     gap: 35px;
}
.slider-function img{
    width: 17px !important;
    cursor: pointer;
}
.slider-function .slider-dots ul li{
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #BEAC8C;
    box-sizing: border-box;
}
.slider-function .slider-dots ul li button{
    display: none;
}
.slider-function .slider-dots ul li.slick-active{
    background-color: #BEAC8C;
}
.reason3-slider-box{
    top: 11.5%;
    left: 8%;
    right: 8%;
}
.reason3-slider{
    margin-bottom: 50px;
}
.voice-slider-box{
    bottom: 1.7%;
    left: 4%;
    right: 4%;
}
.voice-slider{
    margin-bottom: 40px;
}
.cta .btn{
    top: 13%;
    left: 7%;
    right: 7%;
}
.page-lp #about .about__video{
    left: 7%;
    width: 86%;
    top: 8.7%;
    border-radius: 15px;
}
.trial-box{
    top: 20%;
    left: 4.5%;
    right: 4.5%;
}
.voice-slider{
    margin-bottom: 54px;
}
#reason .slider-function{
    position: absolute;
    bottom: 1%;
    left: 0;
    right: 0;
}
#about .label{
    width: 282px;
    right: 0%;
    top: 7.3%;
    z-index: 3;
}
.btn a{
    position: relative;
    overflow: hidden;
    display: block;
}
.btn .btn-label{
    width: 80%;
}
@-webkit-keyframes shiny-btn1 {
    0% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0;
    }

    80% {
        -webkit-transform: scale(0) rotate(45deg);
        opacity: 0.5;
    }

    81% {
        -webkit-transform: scale(4) rotate(45deg);
        opacity: 1;
    }

    to {
        -webkit-transform: scale(50) rotate(45deg);
        opacity: 0;
    }
}
.btn a:before{
    position: absolute;
    content: "";
    display: inline-block;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 100%;
    background-color: #F7F5F2;
    -webkit-animation: shiny-btn1 3s ease-in-out infinite;
    animation: shiny-btn1 3s ease-in-out infinite;
}
 .btn{
    display: block;
 }
@media(max-width: 960px){
    .slider-function{
        gap: 3.889vw;
    }
    .slider-function .slider-dots ul{
         gap: 3.889vw;
    }
    .slider-function img{
        width: 1.889vw !important;
    }
    .slider-function .slider-dots ul li{
        width: 1.778vw;
        height: 1.778vw;
        border: 0.222vw solid #BEAC8C;
    }
    .reason3-slider{
        margin-bottom: 5.556vw;
    }
    .voice-slider{
        margin-bottom: 4.444vw;
    }
    .page-lp #about .about__video{
        border-radius: 1.667vw;
    }
    .voice-slider{
        margin-bottom: 6vw;
    }
    #about .label{
        width: 31.333vw;
    }
    .page-lp #banner.banner-tokyo img{
        bottom: -100%;
        transition: bottom 1s ease-in-out;
    }
    .page-lp #banner.banner-tokyo.active img{
        bottom: 0;
    }
}

/* 元のimgスタイルを無効化 */
.page-lp #banner.banner-tokyo img {
    position: static !important;
    bottom: auto !important;
    max-width: none !important;
    z-index: auto !important;
}

/* バナーセクション全体を固定位置に */
.page-lp #banner.banner-tokyo {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 900px;
    z-index: 999;
}

.banner-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    height: 90px;
    background-image: url('assets/img/lp/01/banner-background.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f6f3f0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
    box-sizing: border-box;
}

.banner-button {
    cursor: pointer;
    transition: transform 0.3s ease;
    border: none;
    background: none;
    padding: 0;
    height: 40px;
    flex: 1;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-button:hover {
    transform: scale(1.05);
}

.banner-button img {
    width: 100%;
    object-fit: contain;
}

/* 左ボタンを少し小さく */
.banner-button.button-left {
    flex: 0.8;
    max-width: 35%;
}

/* 右ボタンを少し大きく */
.banner-button.button-right {
    flex: 1.2;
    max-width: 65%;
}