@charset "UTF-8";
body{
    font-family: '游明朝','Yu Mincho',YuMincho,serif;
    background-color: #080808;
    color: #ffffff;
}

img{
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

main{
    padding-bottom: 97px;
}

a{
    text-decoration: none;
    color: inherit;
}

.header{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
    margin-top: 10px;
    position: relative;
    z-index: 100;
    height: 70px;
    align-items: center;
}

.header__time{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 18px;
}

.header__left{
    display: flex;
    gap: 30px;
    justify-content: left;
    align-items: center;
}

.header__right{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 18px;
    text-align: right;
}

.header__center{
    position: absolute;
    top: -60px;
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
}

.header__map{
    color: #000000;
    background-color: #ffffff;
    line-height: 18px;
    padding: 0 6px;
    border-radius: 2px;
    font-size: 12px;
    display: inline-block;
    vertical-align: text-bottom;
}

.fv{
    width: 90%;
    margin: 0 auto;
    height: calc(95svh - 80px);
    background: url(../img/fv_bg.jpg);
    background-position: center;
    background-size: cover;
    position: relative;
}

.fv__maintxt{
    position: absolute;
    top: 25px;
    left: 25px;
    writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    font-size: 26px;
    letter-spacing: 0.7em;
    line-height: 86px;
}

.fv__nav{
    position: absolute;
    bottom: 35px;
    right: 35px;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.15em;
}

.fv__nav--item{
    position: relative;
    list-style: none;
    padding-left: 23px;
    margin-bottom: 15px;
}

.fv__nav--item:last-child{
    margin-bottom: 0;
}

.fv__nav--item a{
    display: block;
}

.fv__nav--item::before{
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 5.5px);
    background-color: #ffffff;
}

.fv__maintxt span{
    background: linear-gradient(transparent 0%, rgba(8, 8, 8, 0.78) 0%);
    padding: 27px 30px;
}

.fv__scroll{
    position: absolute;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.15em;
    display: inline-block;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}

@keyframes scroll {
    0% {
      transform: scale(1, 0);
      transform-origin: 0 0;
    }
    50% {
      transform: scale(1, 1);
      transform-origin: 0 0;
    }
    51% {
      transform: scale(1, 1);
      transform-origin: 0 100%;
    }
    100% {
      transform: scale(1, 0);
      transform-origin: 0 100%;
    }
  }

.fv__scroll::before{
    content: "";
    position: absolute;
    height: 94px;
    width: 1px;
    background-color: #ffffff;
    right: calc(50% - 0.5px);
    top: 200%;
    z-index: 1;
    animation: scroll 2s infinite;
}

.introduce{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    margin-top: 150px;
}

.introduce__title{
    font-size: 35px;
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-weight: 400;
}

.introduce__txt{
    margin-top: 50px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.15em;
}

.menu{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}

.section__title{
    display: flex;
    gap: 14px;
    align-items: center;
}

.section__title--main{
    font-size: 52px;
    font-weight: 200;
    letter-spacing: 0.15em;
    line-height: 1;
}

.section__title--sub{
    font-size: 21px;
    letter-spacing: 0.15em;
    font-weight: 400;
}

.main-txt{
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.2;
    letter-spacing: 0.15em;
}

.menu-box{
    margin-top: 64px;
}

.menu-box__title{
    font-size: 28px;
    letter-spacing: 0.15em;
    font-weight: 400;
    margin-top: 80px;
}

.menu-box__flex{
    display: flex;
    gap: 45px;
    margin-top: 40px;
}

.menu-box__content{
    width: calc(33.333% - 30px);
    height: fit-content;
}

.menu-box__item{
    margin-bottom: 50px;
}

.menu-box__item:last-child{
    margin-bottom: 0;
}

.menu-box__item--title{
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.15em;
    line-height: 1;
    padding-bottom: 24.8px;
    border-bottom: 1px solid #FFFFFF;
}

.menu-box__item--list{
    margin-top: 25px;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    letter-spacing: 0.15em;
}

.menu-box__item--product{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 2;
}

.access{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}

.access__wrap{
    display: flex;
    margin-top: 40px;
    gap: 65px;
    align-items: flex-start;
}

.access__map{
    width: 42%;
}

.access__map iframe{
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
}

.access__info{
    width: calc(58% - 65px);
}

.access__info--name{
    font-size: 19px;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.8;
}

.access__info--txt{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.15em;
    line-height: 1.6;
    margin-top: 40px;
}

.private{
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
    margin-top: 100px;
}

.private__txt{
    font-size: 19px;
    letter-spacing: 0.15em;
    font-weight: 400;
}

.private__txt span{
    font-weight: bold;
    font-size: 42px;
}

.footer{
    padding: 55px 0;
    border-top: 1px solid #313131;
}

.footer__wrap{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}

.footer__logo{
    display: block;
    width: 145px;
}

.sp545_only{
    display: none;
}

.sponly_768{
    display: none;
}

.tellnumber{
    position: absolute;
    right: calc(-5%);
    bottom: 0;
    width: 38px;
    display: block;
}

@media (max-width:768px){
    .sponly_768{
        display: block;
    }
    .header__left{
        display: block;
    }

    .header__right{
        display: none;
    }

    .header__time{
        letter-spacing: 0.1em;
        line-height: 1.7;
    }

    .fv{
        width: 100%;
        height: 555px;
    }

    .fv__maintxt{
        top: 55px;
        left: 15px;
    }

    .menu-box__flex{
        flex-wrap: wrap;
        gap: 24.8px;
    }

    .menu-box__content{
        width: 100%;
    }

    .menu-box__item--title{
        position: relative;
        cursor: pointer;
    }

    .menu-box__item--title::after{
        content: "";
        position: absolute;
        right: 0;
        top: 5px;
        width: 12px;
        height: 9px;
        background-color: #ffffff;
        clip-path: polygon(50% 9px, 0% 0%, 12px 0%);
        transition: 0.3s;
    }

    .menu-box__item--title.active::after{
        transform: rotate(180deg);
        transition: 0.3s;
    }

    .menu-box__item--list{
        display: none;
    }

    .menu-box__item{
        margin-bottom: 24.8px;
    }

    .tellnumber{
        right: 0;
        bottom: unset;
        top: 55px;
    }
    .footer__logo{
        width: 125px;
    }
}

@media (max-width:545px){
    .sp545_only{
        display: block;
    }

    .pc545_only{
        display: none;
    }
    .fv__scroll{
        display: none;
    }

    .header__center{
        width: 115px;
    }

    .fv__maintxt{
        font-size: 17px;
        line-height: 50px;
    }

    .fv__maintxt span{
        padding: 18px 16.5px;padding: 18px 16.5px;
    }

    .header__time{
        font-size: 12px;
    }

    .fv__nav{
        font-size: 12px;
    }

    .fv{
        background-position: 80% center;
    }

    .introduce__title{
        font-size: 20px;
    }

    .introduce{
        margin-top: 55px;
    }

    .introduce__txt{
        margin-top: 35px;
        font-size: 14px;
    }

    .section__title--main{
        font-size: 33px;
    }

    .section__title--sub{
        font-size: 16px;
    }

    .section__logo{
        width: 35px;
    }

    .main-txt{
        margin-top: 15px;
        font-size: 14px;
    }

    .menu-box__title{
        font-size: 20px;
        margin-top: 40px;
    }

    .menu{
        margin-top: 55px;
    }

    .menu-box{
        margin-top: 40px;
    }

    .access__wrap{
        flex-wrap: wrap;
        gap: 30px;
    }

    .access__map,.access__info{
        width: 100%;
    }

    .access__info--name{
        font-size: 18px;
    }

    .access__info--txt{
        font-size: 14px;
        margin-top: 25px;
    }

    .access{
        margin-top: 70px;
    }

    .access__wrap{
        margin-top: 30px;
    }

    .private{
        margin-top: 70px;
    }

    .private__txt dt{
        float: left;
        padding-top: 24px;
    }

    .private__txt dd{
        margin-left: 88px;
    }

    .private__txt{
        margin-top: 30px;
    }

    .footer__logo{
        margin: 0 auto;
    }
}