@charset "UTF-8";
/* =========================
common
========================= */
:root {
    --primary-gray:#545454;
    --primary-pink:#FF8585;
}

html {
    font-size: 62.5%;
}

body {
    font-family: "noto-sans", sans-serif;
    font-style: normal;
    color: var(--primary-gray);
    background-color: #fff;
    line-height: 1.5;
}

img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.section__topic {
    text-align: center;
    font-size: 4rem;
    font-weight: 400;
}

.main {
    background-image: url(../illust/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
}

/* =========================
header
========================= */
.header{
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.nav {
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    transform:translate(0) ;
}

.nav__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 85px;
    position: relative;
}

.nav__logo {
    display: none;
}

.header__btn {
    display: none;
}

.nav__header {
    display: none;
}

.nav__item img {
    width: 135px;
}

.nav {
    height: 77px;
    width: 100%;
}

.nav__item,
.nav__item_shop,
.nav__item_insta {
    font-family:  "noto-serif", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2rem;
    transition: 0.3s;
}

.nav__item:hover,
.nav__item_shop:hover,
.nav__item_insta:hover {
    opacity: 0.5;
}

.icon {
    display: flex;
    text-align: right;
    position: absolute;
    top: 23px;
    right: 2%;
    gap: 10px;
    transition: 0.3s;
}

.icon a {
    transition: 0.3s;
}

.icon a:hover {
    opacity: 0.5;
}

.icon img {
    width: 32px;
    height: 32px;
}

.fade-img-box {
    width: 100%;
    height: 603px;
}

.fade-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:cover;
}

.article__header {
    position: relative;
}

.article__header::after{
    content: "";
    display: block;
    background-image: url(../img/about_main_btm.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 285px;
    position: absolute;
    left: 0;
    bottom: -122px;
}

.fade-img-box_sp {
    display: none;
}

/* nav 955px */
@media screen and (max-width:955px) {
    .nav__list {
        gap: 33px;
    }
}

@media screen and (max-width:769px) {
    /* .nav初期表示 */
    .header {
        padding: 13px 6.4%;
        justify-content: space-between;
    }

    .nav {
        background: rgba(254, 238, 237, 0.95);
        width: 100%;
        height: 100vh;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        transform: translateX(-100%);
        transition: transform 0.8s;
        padding: 0;
    }

    .nav__logo {
        display: block;
    }

    .nav__logo img {
        width: 66px;
    }

    .nav__header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background-color: #fff;
        padding: 13px 6.4%;
    }

    .nav__header--logo {
        width: 66px;
    }

    .close {
        width: 15px;
        height: 15px;
    }

    .nav__list {
        margin-top: 66px;
        display: block;
        gap: 10px;
    }

    .nav__item,
    .nav__item_shop,
    .nav__item_insta {
        font-size: 1.8rem;
        font-weight: 400;
        line-height: 1;
        text-align: center;
        margin-top: 45px;
    }

    .nav__item img {
        display: none;
    }

    .nav.active {
        transform: translateX(0);
    }

    .header__btn {
        display: block;
        width: 15px;
        cursor: pointer;
        position: absolute;
        top: 26px;
        right: 6.4%;
    }

    .icon {
        justify-content: center;
        margin-top: 52px;
        position: static;
    }

    .icon img {
        width: 24px;
        height: 24px;
    }

    .fade-img-box {
        display: none;
    }

    .fade-img-box_sp {
        display: block;
        height: 374px;
        width: 100%;
    }

    .fade-img-box_sp img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit:cover;
    }

    .article__header::after{
        height: 100px;
        bottom: -13px;
    }


}

/* =========================
about
========================= */
.about {
    padding: 70px 0;
    position: relative;
    background-image: url(../illust/pc_flower_illust_1.png),url(../illust/pc_flower_illust_2.png);
    background-repeat: no-repeat;
    background-position: 0,right;
}

.about__topic {
    font-family: "noto-serif", serif;
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
    margin: 10px 0 23px
}

.flower__1 {
    width: 331.723px;
    height: 536.577px;
    transform: rotate(-12.876deg);
    opacity: 70%;
    position: absolute;
    left: 1%;
    top: 61px;
    z-index: 2;
}

.flower__2 {
    width: 331.725px;
    height: 536.58px;
    transform: rotate(167.124deg);
    opacity: 70%;
    position: absolute;
    left: 76.1%;
    top: 61px;
    z-index: 2;
}

.about__txt {
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    letter-spacing: 3px;
    padding: 23px 0;
    line-height: 35px;
    margin-bottom: 53px;
    z-index: 1;
}

.about__btn {
    display: block;
    margin: 0 auto 40px;
    text-align: center;
    font-size: 2rem;
    font-weight: 400;
    padding-top: 13px;
    border-radius: 500px;
    border: 1px solid var(--primary-gray);
    width: 40.5%;
    position: relative;
    transition: 0.3s;
    height: 58px;
}

.about__btn:before {
    content: "";
    position: absolute;
    top: calc(50% - 0.5px);
    right: -43px;
    width: 146px;
    height: 12px;
    border-bottom: 1px solid black;
    border-right: 2px solid black;
    transform: skewX(60deg);
    transition: 0.3s;
    cursor: pointer;
}

.about__btn:hover {
    color: white;
    background-color: var(--primary-gray);
}

.about__btn:hover:before {
    right: -78px;
}

.spBr {
    display: none;
}

/* sp表示 */
@media screen and (max-width:769px) {
    .about {
        padding: 30px 0;
        position: relative;
        background-image: url(../illust/sp_flower_illust_1.png),url(../illust/sp_flower_illust_2.png);
        background-repeat: no-repeat;
        background-position: 0,right;
    }

    .about__topic {
        text-align: center;
        paint-order: stroke;
        font-size: 2.4rem;
        font-weight: 500;
        letter-spacing: 2.4px;
        margin-bottom: 5px;
    }

    .spBr {
        display: block;
    }

    .flower__1 {
        width: 101.743px;
        height: 164.574px;
        z-index: 1;
    }

    .flower__2 {
        width: 100.754px;
        height: 162.973px;
        z-index: 1;
    }

    .about__txt {
        text-align: center;
        -webkit-text-stroke-width: 1px;
        -webkit-text-stroke-color: rgba(255, 255, 255, 0.60);
        paint-order: stroke;
        font-size: 1.4rem;
        letter-spacing: 0.7px;
        padding: 30px 6.9%;
        margin-bottom: 22px;
        z-index: 10;
    }

    .about__btn {
        font-size: 1.2rem;
        padding: 5px 0px;
        border: 0.5px solid var(--primary-gray);
        width: 53.5%;
        margin: 20px auto;
        height: 29px;
    }

    .about__btn:before {
        top: calc(50% - -2.5px);
        right: -27px;
        width: 57px;
        height: 5px;
        border-bottom: 0.5px solid black;
        border-right: 1.4px solid black;
    }

    .about__btn:hover:before {
        right: -50px;
    }
}

/* =========================
menu
========================= */
.menu {
    padding: 0 0 80px;
}

.menu__topic {
    font-family: "noto-serif", serif;
    text-align: center;
    font-size: 4rem;
    font-weight: 400;
    padding: 5% 0 ;
    z-index: 10;
    background-image: url(../illust/menu.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}

.menu__list {
    display: flex;
    justify-content: center;
    gap: 60px;
    margin: 0px 3% 111px;
}

.menu__facial,
.menu__lymph,
.menu__head {
    display: block;
    position: relative;
    overflow: hidden;
}

.menu__facial img,
.menu__lymph img,
.menu__head img {
    width: 100%;
    height: 367px;
    border-radius: 500px 500px 0px 0px;
}


.menu__facial::after {
    content: 'Facial';
    font-family: "noto-serif", serif;
    font-size: 6rem;
    writing-mode: vertical-rl;
    color: var(--primary-gray);
    text-shadow: 2px 2px 1px #FFF;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.44px;
    position: absolute;
    left: -16px;
    bottom: 12px;
    transition: 0.3s;
}

.menu__lymph::after {
    content: 'Lymph';
    font-family: "noto-serif", serif;
    font-size: 6rem;
    writing-mode: vertical-rl;
    color: var(--primary-gray);
    text-shadow: 2px 2px 1px #FFF;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.44px;
    position: absolute;
    left: -4px;
    bottom: 12px;
    z-index: 1;
    transition: 0.3s;
}

.menu__head::after {
    content: 'Head';
    font-family: "noto-serif", serif;
    font-size: 6rem;
    writing-mode: vertical-rl;
    color: var(--primary-gray);
    text-shadow: 2px 2px 1px #FFF;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 2.44px;
    position: absolute;
    left: -16px;
    bottom: 12px;
    z-index: 2;
    transition: 0.3s;
}

.menu__facial:hover:after,
.menu__lymph:hover:after,
.menu__head:hover:after {
    font-size: 7rem;
}

.more {
    margin: 0 auto;
    font-size: 2.9rem;
    font-weight: 300;
    display: block;
    width: 450px;
    text-align: center;
    text-decoration: none;
    line-height: 65px;
    outline: none;
    border: 1px solid var(--primary-gray);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 8px 8px 0px 0px #FFF;
    transition: 0.3s;
}

.more:hover {
    box-shadow: none;
    background: white;
}


/* sp表示 */
@media screen and (max-width:769px) {
    .menu {
        padding: 30px 0;
    }

    .menu__topic::after {
        font-size: 4.8rem; 
        top: -24px; 
    }

    .menu__topic {
        font-size: 1.8rem;
        padding: 50px;
        background-size: 50%;
    }

    .menu__list {
        display: block;
        margin: 0px auto 40px;
    }

    .menu__facial,
    .menu__lymph,
    .menu__head {
        margin: 0 auto;
    }

    .menu__facial img,
    .menu__lymph img,
    .menu__head img {
        width: 294px;
        height: 294px;
        border-radius: 500px 500px 0px 0px;
        margin: 0 auto;
    }

    .menu__facial::after {
        font-size: 5rem;
        left: -156px;
        bottom: 6px;
        margin: 0 50%;
    }

    .menu__lymph::after {
        font-size: 5rem;
        left: -136px;
        bottom: 6px;
        margin: 0 50%;
    }

    .menu__head::after {
        font-size: 5rem;
        left: -156px;
        bottom: 6px;
        margin: 0 50%;
    }

    .menu__facial:hover:after,
    .menu__lymph:hover:after,
    .menu__head:hover:after {
        font-size: 5.5rem;
}

    .more {
        font-size: 1.4rem;
        width: 183px;
        line-height: 31px;
        border: 0.5px solid var(--primary-gray);
        box-shadow: 4px 4px 0px 0px #FFF;
    }

}

/*==========================
menu__slick
==========================*/
.menu__list {
    overflow: hidden;
}

/* =========================
shop
========================= */
.shop {
    padding: 80px 0;
}

.shop__contents {
    margin: 0px 9.5%;
    background-color: white;
    border-radius: 500px;
    padding: 70px 189px;
}

.shop__topic {
    font-family: "noto-serif", serif;
    text-align: center;
    font-size: 4rem;
    font-weight: 400;
    padding: 4% 0;
    position: relative;
    z-index: 10;
    background-image: url(../illust/shop.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30%;
}

.shop__list {
    display: flex;
    align-items: center;
}

.shop__item {
    width: 220px;
    flex-shrink: 0;
}

.shop__item,
.shop__sub {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1.2px;
}

.shop__sub span {
    font-size: 1.4rem;
    letter-spacing: 1px;
}

.shop__sub--txt {
    font-size: 1.8rem;
    font-weight: 400;
    letter-spacing: 1.2px;
    text-align: center;
    margin-top: 38px;
}

.shop__list {
    margin-top: 15px;
    border-bottom: solid #eee 1px;
    padding-bottom: 5px;
}

.shop__sub--btn {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    display: block;
    width: 198px;
    text-decoration: none;
    line-height: 26px;
    outline: none;
    color: var(--primary-gray);
    border:1px solid var(--primary-gray);
    background-color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    }

.shop__sub--btn:hover {
    color: #fff;
    border:1px solid var(--primary-gray);
    background-color: var(--primary-gray);
}

/* sp表示 */
@media screen and (max-width:769px) {
    .shop {
        padding: 30px 0;
    }

    .shop__contents {
        margin: 0 5.5%;
        padding: 70px 50px;
        height: 640px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

    .shop__topic::after {
        font-size: 4.8rem; 
        top: 25px; 
    }

    .shop__topic {
        font-size: 1.8rem;
        padding: 60px;
        background-size: 50%;
    }

    .shop__item,
    .shop__sub {
        font-size: 1.3rem;
        font-weight: 400;
        letter-spacing: 0.65px;
    }
    
    .shop__item {
        width: 80px;
    }

    .shop__sub span {
        font-size: 1.3rem;
        letter-spacing: 0.65px;
    }

    .shop__sub--btn {
        font-size: 1rem;
        line-height: 17px;
        width: 106px;
    }

    .shop__sub--txt {
        font-size: 1.3rem;
    }
}

/* =========================
instagram
========================= */
.instagram {
    padding: 80px 0;
}

.instagram__topic {
    font-family: "noto-serif", serif;
    text-align: center;
    font-size: 4rem;
    font-weight: 400;
    padding: 2% 0;
    position: relative;
    z-index: 10;
    background-image: url(../illust/instagram.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50%;
}

.instagram__list {
    display: flex;
    justify-content: center;
    gap: 4%;
}

.instagram__item {
    width: 271px;
    height: 271px;
    padding: 0.2%;
    transition: 0.5s;
}

.instagram__item:hover {
    transform: translateY(-10px);
}

.insta__btn {
    margin: 0 auto;
    font-size: 2.9rem;
    font-weight: 300;
    display: block;
    width: 450px;
    text-align: center;
    text-decoration: none;
    line-height: 65px;
    outline: none;
    border: 1px solid var(--primary-gray);
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 8px 8px 0px 0px #FFF;
    transition: 0.3s;
}

.insta__btn:hover {
    box-shadow: none;
    background: white;
}

/* sp表示 */
@media screen and (max-width:769px) {
    .instagram {
        padding: 30px 0;
    }

    .instagram__topic::after {
        font-size: 4.8rem; 
        top: 25px; 
    }

    .instagram__topic {
        font-size: 1.8rem;
        padding: 60px;
        background-size: 70%;
    }

    .insta__btn {
        font-size: 1.4rem;
        width: 183px;
        line-height: 31px;
        border: 0.5px solid var(--primary-gray);
        box-shadow: 4px 4px 0px 0px #FFF;
        margin: 30px auto
    }

    .instagram__list {
        gap: 4%;
    }

    .instagram__item {
        width: 125px;
        height: 125px;
    }
}

/*==========================
instagram__slick
==========================*/
.instagram__list {
    overflow: hidden;  /* 隙間をなくす（スライダーを作る時にできやすい） */
    margin: 60px auto ;
}

/* sp表示 */
@media screen and (max-width: 769px) {
    .instagram__list {
        padding: 0 5px;
        margin: 0px auto 30px;
    }

    .instagram__item {
        margin: 0 10px;
    }
}
/* =========================
footer
========================= */
.footer {
    padding: 50px 0 10px;
    max-width: 1280px;
    margin: 0 auto;
    padding: 48px 60px 24px;
    display: block;
    justify-content: space-between;
    align-items: flex-end;
}

.footer__nav {
    position: relative;
}

.footer--nav__list {
    display: flex;
    background: transparent;
    width: auto;
    height: auto;
    padding: 0;
    position: static;
    transform:translate(0) ;
    align-items: center;
    justify-content: center;
    gap: 85px;
    margin-right: -56px;
}

.footer--nav__item,
.footer--nav__item_shop,
.footer--nav__item_insta {
    font-family:  "noto-serif", serif;
    font-weight: 300;
    font-style: normal;
    font-size: 2rem;
    transition: 0.3s;
}

.footer--nav__item:hover,
.footer--nav__item_shop:hover,
.footer--nav__item_insta:hover {
    opacity: 0.5;
}

.footer--nav__item__sp {
    display: none;
    transition: 0.3s;
}

.footer--nav__item__sp:hover {
    opacity: 0.5;
}

.footer--nav__item__pc {
    display: block;
    transition: 0.3s;
}

.footer--nav__item__pc:hover {
    opacity: 0.5;
}

.footer--nav__item__pc img,
.footer--nav__item__sp img {
    width: 163px;
}

.footer__icon {
    display: flex;
    justify-content: center;
    gap: 13px;
}

.footer__icon img {
    width: 32px;
    height: 32px;
    margin-bottom: 20px;
}

.footer__icon a {
    transition: 0.3s;
}

.footer__icon a:hover {
    opacity: 0.5;
}

.reservation {
    display: flex;
    justify-content: center;
    margin: 100px 0 50px;
}

.reservation__net {
    width: 428px;
    height: 194px;
    background-image: url(../img/footer_1.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 38px;
    margin-right: 3%;
    transition: 0.3s;
}

.reservation__net:hover {
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
}

.reservation__sub {
    color: #000;
    text-align: center;
    font-size: 2.4rem;
    letter-spacing: 0.8px;
    padding-top: 33px;
}

.reservation__sub::after {
    content: '';
    display: block;
    width: 44px;
    height: 1px;
    background-color: #000;
    margin: 15px auto 0;
}

.reservation__content {
    display: flex;
    margin-top: 16px;
    justify-content: center;
}

.reservation__content img {
    width: 30.766px;
    height: 30.766px;
    margin-top: 8px;
    margin-right: 8px;
}

.reservation__txt {
    color: #000;
    font-size: 1.8rem;
    letter-spacing: 0.8px;
}

.reservation__phone {
    width: 428px;
    height: 194px;
    background-image: url(../img/footer_2.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 38px;
    margin-left: 3%;
    transition: 0.3s;
}

.reservation__phone:hover {
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
    transform: scale(0.95);
}

.reservation__number {
    color: #000;
    font-family: "noto-serif", serif;
    font-size: 4rem;
    letter-spacing: 2px;
    margin-top: 13px;
    text-align: center;
    font-weight: 300;
}

.copy {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 0.75px;
}

/* nav 901px */
@media screen and (max-width:955px) {
    .footer--nav__list {
        gap: 33px;
    }
}

/* sp表示 */
@media screen and (max-width:769px) {
    .footer {
        padding: 50px 0 10px;
        max-width: 1280px;
        margin: 0 auto;
        padding: 48px 60px 24px;
        display: block;
        justify-content: space-between;
        align-items: flex-end;
    }
    
    .footer__nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform:translate(0) ;
    }

    .footer__icon {
        top: -36px;
        gap: 8px;
        right: -50px;
    }

    .footer--nav__list {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 0;
        gap: 10px;
        flex-direction: column;
        margin-right: 0px;
    }

    .footer--nav__item,
    .footer--nav__item_shop,
    .footer--nav__item_insta
     {
        margin-top: 0;
        font-size: 1.6rem;
    }

    .footer--nav__item__sp {
        display: block;
    }

    .footer--nav__item__pc {
        display: none;
    }

    .footer--nav__item img {
        display: block;
        width: 115px;
    }

    .reservation {
        display: block;  
        margin: 34px auto 84px;
        display: grid
;
    }

    .reservation__content {
        justify-content: center;
    }

    .reservation__net {
        width: 319px;
        height: 164px;
    }

    .reservation__phone {
        width: 319px;
        height: 164px;
        margin-top: 28px;
        margin-left: 0;
    }

    .reservation__sub {
        font-size: 1.8rem;
    }

    .reservation__content img {
        width: 25.766px;
        height: 25.766px;
    }

    .reservation__txt {
        font-size: 1.4rem;
    }

    .reservation__number {
        font-size: 3rem;
        text-align: center;
    }
}

/* =========================
fade In
========================= */
.fadeIn {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 1s;
}

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