.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: 831px;  
}
.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%;
}
.page-lp .reserve-display.reserve-display-tokyo {
    display: none;
}
#btn-store-list-pc{
    cursor: pointer;
    display: inline-block;
}
a.offerbtn02_shiny {
    margin-bottom: 70px;
}
@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;
    }
    .studio-box-content{
        height: 122.358vw;
        top: 58.176vw;
        left: 50%;
        transform: translateX(calc(-50% + 0.89vw));
        padding-right: 2.002vw;
    }
    .studio-tab-list{
        width: 92.436vw;  
    }
    .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;
}