@charset "Shift_JIS";

.topHero {
    overflow: hidden;
}

.topHero__text {
    font-size: calc(20px + 10 * (100vw - 767px) / 333);
    color: rgb(0, 153, 153);
    text-align: center;
    margin: 5vw 0;
}

.topHero__box {
    width: 80%;
    margin: 5vw auto 0;
}

.topSkinCare {
    width: 50%;
    margin: 0 auto;
}

.topInduction {
    width: 80%;
    margin: 0 auto;
}

.topInduction__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
}

.topInduction__item {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: .2vw .2vw 1vw #555555;
    transition: .3s;
}

.topInduction__item:hover {
    opacity: 0.8;

}

/*TOPスライダー*/
.top_slider .slick-prev, .top_slider .slick-next {
    z-index: 100;
    top: 48%;
}

.top_slider .slick-prev {
    left: 0px;
}

.top_slider .slick-next {
    right: 50px;
}

.top_slider .slick-prev:before, .top_slider .slick-next:before {
    font-size: 70px;
    line-height: 1;
    opacity: .5;
    color: black;
}

/*お知らせ*/
.notice {
    width: 80%;
    margin: 9% auto 2%;
}

.notice .title_wrap {
    border-bottom: solid 2px #5d5d5f;
}

.notice .title_wrap .title{
    font-size: 2vw;
    font-weight: bold;
    color: #64cdc9;
}

.notice .text{
    font-size: 1.5vw;
    margin-top: 1em;
}


@media screen and (max-width: 767px) {

    .topHero {
        padding-top: 15vw;
    }

    .topHero__img {
        margin-top: 8vw;
    }

    .topHero__text {
        font-size: calc(12px + 18 * (100vw - 320px) / 447);
    }

    .topInduction {
        width: 100%;
    }

    .topInduction__list {
        display: block;
    }

    .topInduction__item {
        border-radius: 0;
        box-shadow: 0 .2vw 1vw #555555;
    }

    .topInduction__item:not(:first-child) {
        margin-top: 10vw;
    }

    .topSkinCare {
        width: 100%;
    }

    /*TOPスライダー*/
    .top_slider .slick-prev, .top_slider .slick-next {
        z-index: 100;
        top: 48%;
    }

    .top_slider .slick-prev {
        left: 0px;
    }

    .top_slider .slick-next {
        right: 20px;
    }

    .top_slider .slick-prev:before, .top_slider .slick-next:before {
        font-size: 40px;
        line-height: 1;
        opacity: .5;
        color: black;
    }

/*お知らせ*/
    .notice {
        width: auto;
        margin: 15% 3% 3%;
    }

    .notice .title_wrap .title {
        font-size: 18px;
    }

    .notice .text {
        font-size: 13px;
        margin-top: 1em;
    }

}
