@charset "UTF-8";
/* ===================
common
==================== */
html{
    font-size: 62.5%;
}

body{
    font-family: 
    "Noto Sans JP",
    Arial,
    serif;
    font-style: normal;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    color: #e5e7eb;
    background-color: #0e0e0e;
    text-align: center;
}

img{
    max-width: 100%;
    height: auto;
}


h3{
    font-size: 4rem;
    font-family: Shippori Mincho;
}

h4{
    font-size: 2rem;
    font-family: Shippori Mincho;
    margin-top: 140px;
}

.more{
    display: block;
    color: var(--primary-yellow);
    font-size: 1.2rem;
    letter-spacing: 10px;
}


:root{
    --primary-white:#e5e7eb;
    --primary-black:#0e0e0e;
    --primary-yellow:#a1a142;
    --primary-gray:#d9d9d9;
    --primary-green:#757863;
    --primary-blue:#322189;
    --primary-gold:#b0b03a;
    --primary-puple:#8c7ece;
    --primary-yellowgreen:#46e96f;
    --contentpadding:4.1%;
    --contentpaddingpc:8.3%;
}

/* common sp */
@media screen and (max-width:769px) {
    .section{
        padding: 120px var(--contentpadding);
    }

    h3{
        font-size: 3rem;
    }

    h4{
        font-size: 1.8rem;
    }

    .more{
        font-size: 1rem;
    }
}


/* ===============
main
================= */
/* ----------
article__header
------------- */
.article__header{
    position: relative;
}

h2{
    font-size: 7rem;
    font-family: Ephesis;
    letter-spacing: 2px;
    position: absolute;
    top: 23%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
}

h2 span{
    margin-left: 10px;
}

.mainvisual{
    max-width: 1440px;
    width: 100%;
    object-fit: cover;
    margin: 0 auto
}

.mainvisual_sp{
    display: none;
}

.slide__sp{
    display: none
}

/* メインビジュアルスライダー */
.slide-animation{
    animation: fadezoom 8s 0s forwards;
}
@keyframes fadezoom{
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


/* article__header sp */
@media screen and (max-width:769px) {
    /* .mainvisual_pc{
        display: none;
    }
 */
    .slide__pc{
        display: none;
    }

    .slide__sp{
        display: block;
    }

    .mainvisual{
        /* max-width: 760px; */
        /* width: 100%; */
        height: 100vh;
        object-fit: cover;
    }

    h2{
        font-size: 4rem;
    }
}


/* -----------
concept
------------ */
.section--concept{
    margin-top: 100px;
}

.concept__group{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 150px auto 0;
}

.concept__img{
    width: 50%;
}

.concept__name{
    font-size: 1.7rem;
    font-family: serif;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 25px 0 0 -42.7%;
}

.concept__txt{
    font-size: 1.5rem;
    max-width: 450px;
    text-align: left;
    margin: 40px 0 0 30px;
}

.concept__title{
    font-size: 1.5rem;
    margin-top: 20px;
}

.concept__title span{
    font-size: 1.6rem;
    font-weight: 700;
    color: var(--primary-gold);
}

.concept__btn{
    margin: 36px 0 0 14%;
    position: relative;
}

.concept__arrow{
    width: 147px;
    position: absolute;
    top: 95%;
    left: 54%;
    transform: translateX(-50%);
}

.type__group ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 30px;
    margin-top: 50px;
}

.type__group li{
    position: relative;
    width: 33%;
}

.type__imgSp{
    display: none;
}

.type__img{
    object-fit: cover;
    aspect-ratio: 1/1
}

.type_txt{
    font-size: 9rem;
    font-family: Shippori Mincho;
    position: absolute;
    bottom: 0;
    right: 2%;
}

.type__btn{
    position: relative;
    margin: 30px 0 0 6%;
}

.moreType__btn{
    text-align: left;
}

.type__arrow{
    width: 203px;
    position: absolute;
    top: 80%;
    left: 11%;
    transform: translateX(-50%);
}

/* concept sp */
@media screen and (max-width:769px) {
    .concept__img{
        width: 100%;
    }
    .concept__group{
        display: block;
        margin: 120px auto 0;
        position: relative;
    }

    .concept__name{
        font-size: 1.5rem;
        font-family: serif;
        letter-spacing: 1.3;
        position: absolute;
        top: 16%;
        left: 3%;
        margin: 0 4% 0;
    }

    .concept__txt{
        margin: 30px auto 0
    }

    .concept__title{
        margin-top: 50px;
    }

    .concept__btn{
        margin: 38px 0 0 57%;
        position: relative;
    }

    .moreConcept__btn{
        letter-spacing: 9px;
    }

    .concept__arrow{
        width: 129px;
        position: absolute;
        top: 94%;
        left: 63%;
        transform: translateX(-50%);
    }

    .type__img{
        display: none
    }

    .type__imgSp{
        display: block;
        object-fit: cover;
        aspect-ratio: 5/3;
    }

    .type__group ul{
        display: block;
    }

    .type__group li{
        position: relative;
        width: 100%;
        margin: 30px auto 0;
    }

    .type__imgsp{
        width: 100%;
    }

    .type_txt{
        font-size: 6.4rem;
        position: absolute;
        bottom: 5px;
        right: 5%;
        z-index: 1;
    }

    .type__arrow{
        width: 143px;
        position: absolute;
        top: 80%;
        left: 14%;
        transform: translateX(-50%);
    }

}


/* ---------------
HOw to
---------------- */
.section--howto h3 span{
    margin-left: 20px;
}

.howto__group{
    background-image: url(../image/howto_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 17.8%;
    margin: 150px auto 0;
}

.howto__title{
    margin-top: 0;
    font-size: 3rem;
}

.customize{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.point{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.point__number{
    font-size: 6rem;
}

.point__title{
    font-size: 6rem;
    border-left: 1px solid var(--primary-white);
    padding: 0 0 0 20%;
    margin: 0 0 0 30px;
}

.point__list{
    margin: 0 0 0 17%;
}

.point__group ul{
    display: flex;
    justify-content: space-between;
    gap: 0 20px;
    margin-top: 20px;
}

.howto__group li{
    background-color: rgba(0, 0, 0, 0.4);
    border: 1px solid var(--primary-white);
    padding: 34px 30px;
    width: 876px;
}

.other{
    width: 428px;
}

h5{
    font-size: 2rem;
    font-family: serif;
    letter-spacing: 1.5px;
    text-shadow: 2px 1px 1px rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid var(--primary-yellow);
    padding: 0 0 7px;
}

h5 span{
    font-size: 1.7rem;
}

.customize__txt{
    margin-top: 5px;
}

.point__txt{
    margin-top: 30px;
}

.howto__btn{
    position: relative;
    margin: 30px 0 0 6%;
}

.moreHowto__btn{
    text-align: right;
    margin-right: 15%;
}

.howto__arrow{
    width: 195px;
    position: absolute;
    top: 80%;
    right: -12%;
    transform: translateX(-50%);
}

/* .howto sp */
@media screen and (max-width:769px) {
    .howto__group{
        padding: 50px 9.8%;
        margin: 120px auto 0;
    }
    .howto__title{
        font-size: 1.8rem;
    }

    .point__number{
        font-size: 3rem;
    }

    .point__title{
        font-size: 3rem;
    }

    .point__list{
        text-align: left;
        margin: 20px auto 0;
    }

    .point__en{
        margin-left: 10px;
    }

    .point__group ul{
        display: block;
        margin: 0 auto;
    }

    .point__group li{
        max-width: 360px;
        width: 100%;
        margin: 20px auto 0;
    }

    h5{
        font-size: 1.7rem;
    }

    h5 span{
        font-size: 1.5rem;
    }

    .customize{
        display: block;
    }

    .point{
        justify-content: center;
    }

    .customize__txt{
        font-size: 1.4rem;
    }

    .point__txt{
        font-size: 1.4rem;
        text-align: left;
    }

    .howto__arrow{
        width: 119px;
        position: absolute;
        top: 89%;
        right: -12%;
        transform: translateX(-50%);
    }
}



/* -------------
FLOW
--------------- */
.flow__group{
    display: flex;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 0 14px;
    margin: 150px auto 0;
}

.flow__topics{
    width: 300px;
    min-height: 365px;
    background-image: url(../image/flow_01.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px 30px 50px;
}

.flow__step{
    color: var(--primary-blue);
    font-size: 4rem;
    font-family: Arizonia;
    text-align: left;
    rotate: -16deg;
    opacity: 0.7;
    margin: -16px 0 0 -3px;
}

.title__name{
    position: relative;
    height: 100px;
}

h6{
    display: block;
    color: var(--primary-black);
    font-size: 2rem;
    font-family: serif;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%,-50%);
    white-space: nowrap;
}

h6:nth-of-type(2),
h6:nth-of-type(3),
h6:nth-of-type(4){
    margin-top: 50px;
}

.flow__txt,
.flow__group ol{
    color: var(--primary-black);
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.8;
    margin-top: 54px;
}

.flow__line{
    transform: rotate(90deg);
}

.flow__topics li{
    display: flex;
}

.flow__topics p{
    margin-left: 5px;
}

/* flow sp */
@media screen and (max-width:769px) {
    .flow__group{
        display: block;
        padding: 0 8.5%;
        margin: 120px auto 0;
    }

    .flow__topics{
        max-width: 400px;
        width: 100%;
        min-height: 200px;
        height: auto;
        padding: 20px 33px 50px;
        margin: 15px auto 0;
    }

    .flow__group ol{
        padding: 0 10%;
    }

    .flow__topics li{
        margin-top: 8px;
    }

    .flow__step{
        font-size: 4rem;
    }

    .title__name{
        margin-top: 2px;
    }

    h6{
        font-size: 1.8rem;
    }

    .flow__line{
        transform: rotate(0deg);
        height: 54px;
        margin: 15px auto 0;
    }
}

/* ---------------
question
---------------- */
.question__group{
    margin: 150px auto 0;
    padding: 0 10%;
}

.question__group dl{
    font-family: serif;
    text-align: left;
    max-width: 1028px;
    margin-top: 20px;
}

.question__group dt{
    font-size: 1.7rem;
    font-weight: 400;
}

.question__group dt span{
    font-size: 2rem;
}

.question__group dd{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid var(--primary-white);
    padding: 0 0 30px;
    margin: 10px 0 0 20px;
}

.question__group dd span{
    font-size: 2rem;
}

.questionMore__btn{
    margin: 100px 11.5% 0 0;
    text-align: right;
}

.question__btn{
    position: relative;
    margin: 43px 0 0 6%;
}

.moreQuestion__btn{
    text-align: right;
    margin-right: 15%;
}

.question__arrow{
    width: 168px;
    position: absolute;
    top: 88%;
    right: -7%;
    transform: translateX(-50%);
}

/* question sp */
@media screen and (max-width:769px) {
    .question__group{
        margin: 120px auto 0;
    }

    .question__group dt{
        font-size: 1.6rem;
    }

    .question__group dt span,
    .question__group dd span{
        font-size: 1.7rem;
    }

    .question__group dd{
        font-size: 1.5rem;
    }

    .moreQuestion__btn{
        letter-spacing: 7px;
        margin-right: 20%;
    }

    .question__arrow{
        width: 105px;
        position: absolute;
        top: 104%;
        right: -5%;
        transform: translateX(-50%);
    }
}



/* ---------------
ACCESS
------------------ */
.section--access address{
    line-height: 2;
    margin: 70px 0 0 12%;
    text-align: left;
}

.map{
    margin: 150px auto 0;
    max-width: 1000px;
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

/* access sp */
@media screen and (max-width:769px) {
    .section--access address{
        margin: 60px 0 0 9%;
    }

    .map{
        margin: 120px auto 0;
    }
}



/* ====================
footer
====================== */
.footer{
    padding: 100px var(--contentpaddingpc) 20px;
}

.footer__group{
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__title{
    font-family: serif;
    border-bottom: 1px solid var(--primary-white);
    width: 212px;
    padding: 0 0 20px;
    margin-top: 20px;
}

.footer__title span{
    font-size: 2rem;
    margin-left: 5px;
}

.footer__txt{
    margin-top: 20px;
}

.footer__left{
    font-family: serif;
}

.footer__left address{
    margin-top: 30px;
}

.footer__right{
    display: flex;
    justify-content: center;
    gap: 0 50px;
    margin: 0 0 0 17%;
}

.footer__right dl{
    text-align: left;
}

.footer__right dt{
    font-size: 1.8rem;
    font-family: Shippori Mincho;
    font-weight: 400;
    margin-top: 36px;
}

.footer__right dd{
    font-size: 1.5rem;
    margin: 10px 0 0 20px;
    border-left: 1px solid var(--primary-white);
    padding: 0 0 0 30px;
}

.footer__icon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 90px auto 0;
}

.reservation__group{
    position: relative;
    display: block;
    width: 441px;
    background-color: var(--primary-gray);
    border-radius: 68px;
    padding: 20px 50px;
    text-align: center;
}

.reservation__btn{
    color: var(--primary-black);
}

.reservation__arrow{
    width: 55px;
    position: absolute;
    top: 68%;
    right: 0%;
    transform: translateX(-50%);
}

.icon__logo{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 90px;
}

.linelogo,
.instagramlogo{
    width: 60px;
}

.copy{
    margin: 100px auto 0;
}

/* footer sp */
@media screen and (max-width:769px) {
    .footer__right{
        display: none;
    }

    .footer__left address{
        margin-top: 60px;
    }

    .footer__icon{
        display: block;
        margin: 70px auto 0;
    }

    .reservation__group{
        position: relative;
        font-size: 1.2rem;
        width: 180px;
        padding: 10px 20px;
        margin: 0 auto;
    }

    .reservation__arrow{
        width: 30px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .icon__logo{
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0 20px;
        margin: 50px auto 0;
    }

    .linelogo,
    .instagramlogo{
        width: 35px;
    }
}


/* --------------
pagetop
---------------- */
.pagetop__btn{
    position: fixed;
    bottom: 0;
    right: 0;
    opacity: 0.5;
}

/* pagetop sp */
@media screen and (max-width:769px) {
    .pagetop__btn{
        width: 64px;
        padding: 0 4.1% 10px 0;
    }    
}
