@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wdth@87.5&display=swap');

.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.mt-60{
    margin-top: 60px;
}

.weight-bold{
    font-weight: bold;
}

.fv-section {
}

.fv-slide{
    position: absolute;
    top:0;
    left:0;
    width: 100vw;
    height: 100vh;
    transition: opacity 1s ease;
}
.fv-slide img{
    width: 100vw;
    height: 100vh;
    object-fit: cover;
}
.fv-slide.slick-initialized{
    opacity: 1!important;
}
.fv-slide.mono{
    filter: saturate(0);
}

.reserv-section{
}
.reserv-button{
    font-weight: 600;
    display: inline-block;
    position: fixed;
    z-index: 30000;
    right: 0px;
    bottom:60px;
    cursor: pointer;
    font-size: 15px;
    transition: color 1s ease;
    color: #fff;
    /* border: 1px solid #000; */
    border-right: 0;
    background: #ff3333;
    padding: 1rem 1.2rem;
    line-height: 1;
    
    transition: all .3s ease;
}
.reserv-button:hover{
    color: #ff3333;
    background: #fff;
}
.arrow-right{
    position: relative;
    display: inline-block;
    top: 0.03em;
    margin-left: 0.4em;
    background-image: url(../img/angle-right.png);
    width: 0.45em;
    height: 0.75em;
    background-size: contain;
    background-repeat: no-repeat;
}
@media screen and (max-width: 768px){
    .reserv-button{
        font-size: 14px;
    }
}

body.top .bgi-4, .footer{
    background-color: #222;
    color: #fff;
}
body.top .floating {
    background: #222;
    position: relative;
    margin-top: 100vh;
    top: 0;
}
body.dark{
    background: #222;
}
html {
    background: #222;
}
.dark .fv-section{
    opacity: 0;
}
.logo{
    opacity: 0;
    transition: opacity 1s ease;
}
.init .logo{
    opacity: 1!important;
}
.next-page{
    filter: invert(1);
}

.notion{
    margin: 0 auto;
    max-width: 360px;
    font-size: .8em;
    padding: 0 24px;
}


.toggle-sp{
    display: none!important;
}
@media screen and (max-width: 768px){
    .toggle-sp{
        display: block!important;
    }
    br.toggle-sp{
        display: inline!important;
    }

    body.top .next-page{
        bottom: 120px;
    }
}
