#hero.slider {
    position: relative;
    width: 100%;
    height: clamp(600px, 80vh, 800px);
    overflow: hidden;
}

#hero .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#hero .slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#concept .flex {
    column-gap: 4rem;
    row-gap: 3rem;
}

#concept .text-content {
    width: 55%;
    position: relative;
}

#concept .img-wrap {
    width: 45%;
}

#concept h2 {
    margin-bottom: 1.5em;
}

#features li:nth-child(n+2) {
    margin-top: 8rem;
}

.mugwort {
    position: relative;
    padding-block: 8rem;
    color: #fff;
}

.mugwort::before {
    position: absolute;
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(-1 * (50vw - 600px));
    z-index: -1;
    background-color: #6d734a;
}

@media screen and (max-width:1411px) {
    .mugwort::before {
        left: -7.5vw;
    }
}

#features .mugwort span {
    background-color: #333a0f;
}

#features figure {
    column-gap: 4rem;
    row-gap: 2rem;
}

#features img {
    width: 40%;
}

#features figcaption {
    width: 60%;
}

#features h3 {
    margin-bottom: 2rem;
}

#features figcaption span {
    background-color: var(--c-sub);
    color: #fff;
    font-size: clamp(2rem, 2.5vw, 2.6rem);
    aspect-ratio: 1 / 1;
    display: inline-block;
    width: 1.7em;
    text-align: center;
    line-height: 1.7em;
    border-radius: 50%;
    margin-right: .4em;
}

#features li {
    position: relative;
}

#features .img-01 {
    right: min(-2vw, -10rem);
    bottom: -5rem;
    width: min(12vw, 15rem);
}

#features .img-02 {
    left: min(-2vw, -10rem);
    bottom: -5rem;
    width: min(10vw, 12rem);
}

#menu .body {
    column-gap: 4rem;
    margin-bottom: 8rem;
}

#menu .body img {
    width: 45%;
}

#menu .body figcaption {
    width: 55%;
}

#menu h3 {
    margin-bottom: 1rem;
}

#menu ul {
    background-color: rgba(95, 22, 29, 0.1);
    padding: 1.5rem;
    margin-top: 2rem;
    border-radius: 1rem;
}

.facial-headspa {
    column-gap: 5rem;
    row-gap: 8rem;
}

.facial-headspa img {
    margin-bottom: 2rem;
}

#instagram h2 span {
    border-color: #fff;
}

#instagram .text-content {
    width: 40%;
}

#instagram .img-wrap {
    width: 60%;
    aspect-ratio: 5 / 2;
    overflow: hidden;
}

#instagram iframe {
    width: 100%;
    height: 100%;
}

#instagram .d-sp {
    display: none;
}

#instagram.bg .container .absolute {
    left: min(-2vw, -10rem);
    width: clamp(100px, 18vw, 150px);
    top: -5rem;
}

@media screen and (max-width:992px) {
    main .btn {
        margin-inline: auto;
    }

    #top-page main .flex.flex-column-sp>*,
    #top-page main .flex.flex-column-re-sp>* {
        width: 100%;
    }

    #concept strong {
        text-align: center;
        margin-bottom: .5em;
    }

    #features li:nth-child(n+2) {
        margin-top: 5rem;
    }

    .mugwort::before {
        left: -5vw;
    }

    section#features {
        padding-bottom: 0;
    }

    #features h3 {
        margin-bottom: .5rem;
    }

    #menu h3 {
        margin-bottom: .5rem;
    }

    .body img,
    .facial-headspa img {
        margin-bottom: 1.5rem;
    }

    #instagram .d-pc {
        display: none;
    }

        #instagram .d-sp {
        display: flex;
    }

    #instagram.bg .container .absolute {
    left: -2vw;
        top: 0;
}

}