@charset "UTF-8";

/* =================================
common
=================================== */


html {
    font-size: 62.5%;
}

/* Body */
body {
    font-family:  
    "Shippori Mincho B1", 
    sans-serif;
    font-style: normal; 
    background-image: url(../images/haikei-01.jpeg);
    color: #333;
    line-height: 1.5;
}

img {
    width: 100%;
    height: auto;
}

.section__title {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-00h, 4px);
}

.section__topic{
    text-align: center;
    font-size: 2rem;
    font-weight: 700;
    line-height: 100%; /* 20px */
    letter-spacing: 2px;
}

.section__sub {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 100%; /* 12px */
    letter-spacing: 1.2px;
    margin-top: 4px;
}

/* Body pc */
@media screen and (min-width: 769px) {

    .section__topic {
    text-align: center !important;
    font-size: 4.8rem !important;
    line-height: 100% !important; /* 64px */
    letter-spacing: 6.4px !important;
    }

    .section__sub {
    text-align: center !important;
    font-size: 1.8rem !important;
    line-height: 100% !important; /* 16px */
    letter-spacing: 1.6px !important;
    margin-top: 12px !important;
    }

}


/* =================================
header
=================================== */

.header {
    padding: 24px 6.6%;
    background-image: url(../images/haikei-02.jpg);
}

.header__logo_sp {
    width: 91px;
    height: 18px;
}

/* 一旦消しておく、書きやすくするために */
.header__logo .header__logo_pc {
    display: none;
}

.header__logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__btn {
    display: block;
    width: 40px;
    height: 22px;
    cursor: pointer;
    position: absolute;
    top:24px;
    right: 6.6%;

}

.nav {
    display: none;
}

/* header pc */
@media screen and (min-width:769px) {
    .header {
        padding: var(--space-09, 72px) var(--space-05h, 44px)!important;
        justify-content: space-between!important;
        align-items: center!important;
        display: flex !important;
        align-items: center !important;
    }

    .header__logo .header__logo_pc {
        display:flex !important ;
        align-items: center !important;
        width: 315px!important;
        height: 61px!important;
        justify-content: space-between;
        
    }

    .header__logo .header__logo_sp {
        display: none;
    }
    
    .nav {
        display: inline-block !important;
        width: auto !important;
        height: auto!important;
        align-items: center !important;
    }

    .header__menu {
        display: flex ;
        flex-wrap: wrap;
        margin-top: 0 ;
        align-items: center;
    }

    .header__menu-item {
        margin-top: 0;
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5; /* 24px */
        letter-spacing: 1.6px;
        margin-left: 40px;
    }

    .header__menu-item:last-of-type {
        display: flex;
        align-items: center;
        text-align: center;

        margin-top: 0;
        color: var(--color-white, #FFF);
        font-size: 1.6rem;
        font-weight: 700;
        line-height: 1.5; /* 24px */
        letter-spacing: 1.6px;
        border-radius: 5px;
        background: var(--color-news-button, #FF7B9E);
        margin-left: 40px;
        padding: 16px 16px;
}

    .header__btn {
        display: none !important;

    }

}


/* =================================
main
=================================== */





/* main visual section */
.mainImg__pc {
    height: 245px;
}

/* main visual section pc */
@media screen and (min-width: 769px) {
.mainImg__pc {
    /* height: 515px; */
    width: 100%;
    height: auto;
}
    
}


/* kitsune section */
.section--kitsune {
    padding: 24px 1.1% 80px;
}

.kitsuneImg .kitsune-image_pc {
    display: none;
}

.kitsuneImg .kitsune-image_sp {
    width: 200px;
    height: 200px;
}

.kitsune-intro__caption {
    display: flex;

    flex-direction: column;
    padding: 39px;
    margin: 20px;
}

.kitsune-image_sp {
    display: block;
    align-items: center;
    margin: 0 auto;
}

.kitsune-intro__content {
    text-align: center;
}

.kitsune-intro__title {
    font-size: 2rem;
    font-weight: 700;
    padding: 10px 0;
    color: #333;
    margin-top: 20px;
}

.kitsune-intro__text {
    font-size: 1.5rem;
    color: #333;
    margin: 0;
    font-weight: 400;
    letter-spacing: 0.75px;
    text-align: left;
    margin-top: 40px;
    line-height: 200%;
}

/* kitsune section pc */
@media screen and (min-width:769px) {
    .spBr {
        display: none;
    }

    .kitsune-image_sp {
        display: none;
    }


    .kitsune-intro__caption {
        display: flex;
        flex-direction: row;
    }

    .kitsuneImg .kitsune-image_pc {
        display: block;
        text-align: center;
        margin: 0 auto;
    }


    .kitsune-intro__content {
        text-align: center;
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
    }
    
    .section--kitsune {
        padding: var(--space-09, 72px);
        align-items: flex-start;
  }

    
    .kitsune-intro__title {
        text-align: center;
        font-feature-settings: 'vrt2' on;
        font-size: 3rem;
        line-height: 150%; /* 45px */
        letter-spacing: 15px;
        writing-mode: vertical-rl;

        text-align: justify;
        font-weight: 700;
    }

    

    .kitsune-intro__text {
        margin:0 72px;
        font-feature-settings: 'palt' on;
        font-size: 2rem;
        font-weight: 500;
        line-height: 200%; /* 45px */
        letter-spacing: 1.5px;
        text-align: left;
    }
}



/*onsen section */
.section--onsen {
    padding: 24px 5.5%;
    background-image: url(../images/haikei-02.jpg);
    
}

.onsenImg__pc {
    margin-top:24px ;
    width: -webkit-fill-available;
}
.onsen__oya {
    text-align: center;
}


.onsen__text {
    font-feature-settings: 'palt' on;
    font-size: 1.5rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    margin: 24px;
    text-align: left;
    line-height: 200%;
}

/*onsen section pc */
@media screen and (min-width:769px) {
    .section--onsen {
    padding: 72px 11.1%;
    }

    .onsenImg {
        text-align: center;
    }


    .onsenImg__pc {
        margin-top:72px ;
    }

    .onsen__oya {
        text-align: center;
    }

    .onsen__text {
    font-feature-settings: 'palt' on;
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    line-height: 200%; /* 40px */
    letter-spacing: 1px;
    margin-top: 32px;
    }


}



/* plan section */

.section--plan {
    padding: 108px 7.7%;
}


.plan__item {
    margin-top: 48px;
}



.plan__image-pc img {
    margin-top: 96px;
} 


.plan__item:first-of-type {
    margin-top: 0;
}

.plan__content {
    position: relative;
}


.plan__name {
    font-size: 1.7rem;
    font-weight: 700;
    letter-spacing: 0.85px;
    margin-top: 24px;
}

.plan__txt {
    font-size: 1.3rem;
    font-weight: 400;
    letter-spacing: 1.3px;
    margin-top: 8px;
}

.btn {
    display: block;
    padding: 8px 16px;
    border-radius: 30px;
    background-color: var(--color-footer-button, #BE0043);
    text-align: center;
    color: var(--color-white, #FFF);
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 1.2px;
    transition: 0.4s;
    position: absolute;
    bottom: -56px;
    right: 16px;
    color: #fff;

    
}

.btn:hover {
    opacity: 0.5;
}


/* =====================================-
fadeInを作る
======================================= */
.fadeIn {
    transform: translate(0, 40px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn.animated {
    transform: translate(0,0);
    opacity: 1;
}




/* plan section pc */
@media screen and (min-width:769px) {
    .section--plan {
        padding:72px 5% ;
        margin-bottom: 72px;
    }

    .plan {
        max-width: 1296px;
        margin: 0 auto;
        padding: 0 40px;
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 80px;

    }
    
    .plan__item {
        max-width: 360px;
        margin-top: 120px;
        height: auto;

    }


    .plan__image-pc img {
        margin-top: 0px;
    } 


    .plan__item:first-of-type {
        margin-top: 120px;

    }

    .plan__name {
        font-size: 2rem;
        font-weight: 700;
        line-height: 150%; /* 30px */
        letter-spacing: 1px;
        margin-top: 32px;
    }

    .plan__txt {
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 150%; /* 24px */
        letter-spacing: 1.6px;
        margin-top: 16px;
    }

    }


/* =================================
footer
=================================== */

.footer {
    padding: 15px 2.2%;
    background-color: var(--color-footer-button, #8E0F38);
}

.footer__topic img {
    width: 195px;
    height: 35px;
}

.menu__list {
    margin-top: 16px;
}

.menu__item {
    color: var(--color-white, #FFF);
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1; /* 14px */
    letter-spacing: 1.4px;
    margin-top: 16px;
}

.sns {
    display: flex;
    margin-top: 24px;
}

.sns__item {
    width: 20px;
    height: 20px;
    margin-right: 24px;
}


.copy {
    margin-top: 23px;
}

.copy small {
    color: var(--color-white, #FFF);
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1; /* 12px */
    letter-spacing: 1.8px;
}

.topBtn {
    display: none;
}


/* footer section pc */

@media screen and (min-width:769px) {
    .footer {
        padding: 72px;
        margin: 0 auto;
        margin-top: 48px;
    }

    .footer__group {
        display: flex;
        align-items: center;
        gap: 80px;
    }

    /* .footer__topic img {
        width: 330px;
        height: 55px;
    } */
    
    .menu__list {
        margin-top: 0;
        display: flex;
        flex-wrap: wrap;
    }

    .menu__item {
        margin-top: 0;
        margin-left: 48px;
        font-size: 1.6rem;
    }

    
   .sns {
    margin-top: 0;
    margin-left: 100px;
   }    
   

    .copy small {
        margin-top: 16px;
    }

    

/* scrollTop */
.topBtn {
    display: inline-block;
    padding: 25px;
    border-radius: 100%;
    background-color: #FF7B9E;
    color: #fff;
    font-size: 1.5rem;
    box-shadow: 2px 2px 4px 2px rgba(101, 29, 85, 0.2);

    position: fixed;
    bottom: 1.8%;
    right: 1.4%;
}


}


