@charset "UTF-8";

/*------------------------------------*\
    $CONTENTS
\*------------------------------------*/
/**
 * CONTENTS............目次
 * COMMON..............共通パーツ
 * HEADER..............ヘッダーパーツ
 * FOOTER..............フッターパーツ
 * KEY_VISUAL..........メインイメージ
 * CTA.................CTAバナー
 * WORRIES.............『こんなお悩みありませんか?』エリア
 * SOLVE...............『そんなお悩みや心配はSUIREX5が解決します』エリア
 * POINT...............『ナノバブル水素水って何が良いの？』エリア
 * APPLICATION.........『さっそくナノバブル水素水のある生活を始めてみましょう』エリア
 * IMPRESSION..........『どんなお部屋にもピッタリ』エリア
 * HOW_TO_USE..........『使い方はいろいろ』エリア
 * REASON..............『SUIREX5がオススメな理由』エリア
 * EFFICACY............『ナノバブル水素水の有用性や新たな可能性を開拓』エリア
 * PRICE...............『新料金プラン登場』エリア
 * COMPARISON..........『他のお水との比較』エリア
 * VOICE...............『お客様の声』エリア
 * STEP................『ご利用までの3ステップ』エリア
 * MOVIE...............『動画紹介』エリア
 * LABO................『ナノバブルLABO』エリア
 * FAQ.................『よくある質問』エリア
 * GUIDE...............『ご利用ガイド』エリア
 * NEWS................『ニュース・メディア掲載実績』エリア
 */





/*------------------------------------*\
    $COMMON
\*------------------------------------*/
:root {
    --filter-blur: min(4px, 100vw * (4 / 1440));
    --filter-asset: drop-shadow(0 0 var(--filter-blur) rgb(0 29 102 / 0.25));
}





body {
    max-width: 1920px;
    margin-inline: auto;
}


@media (any-hover) {
    a {
        transition: opacity .3s var(--easeOutQuart);
    }
    a:hover {
        opacity: .7;
    }
}


main {
    margin-top: min(104px, 100% * (104 / 1440));
}

    main > section {
        --gap    : min(80px, calc(100% * (80 / 1440)));
        --full   : minmax(var(--gap), 1fr);
        --small  : min(800px, 100% - (var(--gap) * 2) - (var(--content) * 2) - (var(--popout) * 2));
        --content: min(96px, 100% * (96 / 1440));
        --popout : min(144px, 100% * (144 / 1440));

        display: grid;
        grid-template-columns:
            [full-start] var(--full)
            [popout-start] var(--popout)
            [content-start] var(--content)
            [small-start] var(--small) [small-end]
            var(--content) [content-end]
            var(--popout) [popout-end]
            var(--full) [full-end];
    }

    /**
     * full: 1440px~
     * popout: ~1280px
     * content: ~992px
     * small: ~800px
     */
    main > section > * {
        grid-column: content;
    }
    main > section > .is-full {
        grid-column: full;
    }
    main > section > .is-small {
        grid-column: small;
    }
    main > section > .is-content {
        grid-column: content;
    }
    main > section > .is-popout {
        grid-column: popout;
    }




.section-title,
.section-title--decoration {
    grid-column: full;
    font-family: var(--fontMincho);
    font-size: min(4rem, 100vw * (40 / 1440));
    font-weight: 400;
    line-height: 1.425;
    letter-spacing: .03em;
    text-align: center;
}
.section-title--decoration {
    width: fit-content;
    margin-inline: auto;
    padding-inline: 1.225em;
    background-image:
        -webkit-image-set(
            url(../images/title-decoration-left.webp) 1x,
            url(../images/title-decoration-left@2x.webp) 2x
        ),
        -webkit-image-set(
            url(../images/title-decoration-right.webp) 1x,
            url(../images/title-decoration-right@2x.webp) 2x
        );
    background-image:
        image-set(
            url(../images/title-decoration-left.webp) 1x,
            url(../images/title-decoration-left@2x.webp) 2x
        ),
        image-set(
            url(../images/title-decoration-right.webp) 1x,
            url(../images/title-decoration-right@2x.webp) 2x
        );
    background-repeat: no-repeat;
    background-position:
        0 50%,
        100% 50%;
    background-size: 0.825em;
}

    :is(.section-title, .section-title--decoration) em {
        font-family: var(--fontEN);
        font-style: normal;
    }

    :is(.section-title, .section-title--decoration) img {
        display: inline-block;
        height: 0.8em;
        margin-inline: 0.4em;
    }

    .section-title--img-only > img {
        height: 2.075em;
    }



.section-text,
.section-text--large {
    margin-top: calc(1em * (40 / 18));
    font-size: min(1.8rem, 100vw * (18 / 1440));
    line-height: calc(31 / 18);
    letter-spacing: .03em;
    text-align: center;
}
.section-text--large {
    margin-top: calc(1em * (11 / 24));
    font-size: min(2.4rem, 100vw * (24 / 1440));
    line-height: calc(41 / 24);
}




.btn {
    display: block;
    border-radius: 99px;
    border: 1px solid var(--accentColor);
    background-color: var(--accentColor);
}
@media (any-hover) {
    .btn {
        transition-property: background-color, color;
        transition-duration: .3s;
        transition-timing-function: var(--easeOutQuart);
    }
    .btn:hover {
        background-color: white;
        color: var(--accentColor);
        opacity: 1;
    }
}



.tns-controls > button {
    position: absolute;
    aspect-ratio: 1 / 1;
    width: min(29px, calc(100vw * (29 / 1440)));
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -9999px;
}
.tns-controls > button[data-controls=prev] {
    background-image: url(../images/icon-slider-prev.svg);
}
.tns-controls > button[data-controls=next] {
    background-image: url(../images/icon-slider-next.svg);
}
@media (any-hover: hover) {
    .tns-controls > button {
        transition: opacity .3s var(--easeOutQuart);
    }
    .tns-controls > button:hover {
        opacity: .5;
    }
}



.tns-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: min(8px, calc(100vw * (8 / 1440)));
}

    .tns-nav > button {
        aspect-ratio: 1 / 1;
        display: block;
        width: min(8px, calc(100vw * (8 / 1440)));
        border-radius: 100%;
        background-color: #B6B7B7;
    }

    .tns-nav > button.tns-nav-active {
        background-color: var(--secondaryNeutralColor);
    }





/*------------------------------------*\
    $HEADER
\*------------------------------------*/
/**
 * width:1440px - padding:(32px + 34px) = 1374px
 */
.header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: min(100%, 1920px);
    padding-right: min(34px, 100% * (34 / 1440));
    padding-left: min(32px, 100% * (32 / 1440));
    background-color: white;
    white-space: nowrap;
}

    .header__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-block: min(24px, 100% * (24 / 1374));
    }

        .header__logo {
            width: min(213px, 100% * (213 / 1374));
        }

        .header__nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }

            .header__nav__menu__list {
                display: flex;
                align-items: center;
                column-gap: 2em;
                color: var(--secondaryNeutralColor);
                font-size: clamp(1rem, 100vw * (16 / 1440), 1.6rem);
                font-weight: 500;
                line-height: 2;
            }

                .header__nav__menu__item:not(:last-of-type) {
                    position: relative;
                }
                .header__nav__menu__item:not(:last-of-type):before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: calc(100% + 1em);
                    width: 1px;
                    height: 2em;
                    border-radius: 1px;
                    background-color: #B6B7B7;
                }


            .header__nav__tel {
                margin-left: min(2.125em, 100vw * (51 / 1440));
                font-size: clamp(1rem, 100vw * (24 / 1440), 2.4rem);
                text-align: right;
            }

                .header__nav__tel__number {
                    width: fit-content;
                    padding-left: 0.9375em;
                    margin-left: auto;
                    background-image: url(../images/icon-tel.svg);
                    background-repeat: no-repeat;
                    background-position: 0 50%;
                    background-size: calc(1em * (16 / 24));
                    font-family: var(--fontEN);
                    font-weight: 700;
                    line-height: calc(29 / 24);
                }

                .header__nav__tel__text {
                    font-size: max(1rem, 0.5em);
                    line-height: calc(17 / 12);
                }


            .header__nav__btn {
                display: flex;
                align-items: center;
                column-gap: 0.5em;
                margin-left: min(1.5em, 100vw * (24 / 1440));
                color: white;
                font-size: clamp(1rem, 100vw * (16 / 1440), 1.6rem);
                font-weight: 700;
                text-align: center;
            }

                .header__nav__btn__body {
                    width: 10em;
                    line-height: 3.375;
                    filter: drop-shadow(0 0 var(--filter-blur) rgb(84 47 38 / .25));
                }





/*------------------------------------*\
    $FOOTER
\*------------------------------------*/
.footer {
    padding-top: min(64px, 100% * (64 / 1440));
    color: var(--secondaryNeutralColor);
}

    .footer__nav {
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 2em;
        font-size: clamp(1rem, 100vw * (16 / 1440), 1.6rem);
        font-weight: 500;
        line-height: 2;
    }

        .footer__link {}
        .footer__link:not(:last-of-type) {
            position: relative;
        }
        .footer__link:not(:last-of-type):before {
            content: "";
            position: absolute;
            top: 0;
            left: calc(100% + 1em);
            width: 1px;
            height: 2em;
            border-radius: 1px;
            background-color: #B6B7B7;
        }


    .footer__logo {
        width: min(404px, 100% * (404 / 1440));
        margin-top: min(40px, 100% * (40 / 1440));
        margin-inline: auto;
    }

    .copyright {
        padding-top: calc(100% * (51 / 1440));
        padding-bottom: calc(100% * (30 / 1440));
        margin-top: min(40px, 100% * (40 / 1440));
        background-image: url(../images/bg-copyright-pc.svg);
        background-repeat: no-repeat;
        background-position: 50% 100%;
        background-size: auto 100%;
        font-size: clamp(1rem, 100vw * (14 / 1440), 2.0rem);
        line-height: calc(20 / 14);
        text-align: center;
    }





/*------------------------------------*\
    $KEY_VISUAL
\*------------------------------------*/
.kv img {
    width: 100%;
}





/*------------------------------------*\
    $CTA
\*------------------------------------*/
.banner {
    padding-top: min(40px, 100% * (40 / 1440));
    padding-bottom: min(43px, 100% * (43 / 1440));
    background-image:
        -webkit-image-set(
            url(../images/bg-banner-pc.webp) 1x,
            url(../images/bg-banner-pc@2x.webp) 2x
        );
    background-image:
        image-set(
            url(../images/bg-banner-pc.webp) 1x,
            url(../images/bg-banner-pc@2x.webp) 2x
        );
    background-repeat: no-repeat;
    background-size: cover;
}

    .banner__link {
        position: relative;
        display: block;
        width: calc(100% * (856 / 992));
        margin-inline: auto;
    }

        .banner__link span {
            aspect-ratio: 1 / 1;
            position: absolute;
            top: 0;
            right: 0;
            display: flex;
            align-items: center;
            column-gap: calc(1em * (11.8 / 18));
            width: calc(100% * (152 / 856));
            padding-left: calc(1em * (7 / 18));
            margin-top: calc(100% * (91 / 856));
            margin-right: calc(100% * (57 / 856));
            border: 1px solid var(--accentColor);
            border-radius: 100%;
            background-color: var(--accentColor);
            color: white;
            font-size: min(1.8rem, 100vw * (18 / 1440));
            white-space: nowrap;
        }
        .banner__link span::after {
            content: "";
            aspect-ratio: 12 / 21;
            display: block;
            width: calc(1em * (12 / 18));
            background-color: white;
            -webkit-mask-image: url(../images/icon-banner-arrow.svg);
                    mask-image: url(../images/icon-banner-arrow.svg);
            -webkit-mask-repeat: no-repeat;
                    mask-repeat: no-repeat;
            -webkit-mask-size: contain;
                    mask-size: contain;
        }
        @media (any-hover: hover) {
            .banner__link span,
            .banner__link span::after {
                transition-property: background-color, color;
                transition-duration: .3s;
                transition-timing-function: var(--easeOutQuart);
            }
            .banner__link:hover {
                opacity: 1;
            }
            .banner__link:hover span {
                background-color: white;
                color: var(--accentColor);
            }
            .banner__link:hover span::after {
                background-color: var(--accentColor);
            }
        }





/*------------------------------------*\
    $WORRIES
\*------------------------------------*/
.worries {
    padding-top: min(80px, 100% * (80 / 1440));
    background-image:
        -webkit-image-set(
            url(../images/bg-worries-pc.webp) 1x,
            url(../images/bg-worries-pc@2x.webp) 2x
        );
    background-image:
        image-set(
            url(../images/bg-worries-pc.webp) 1x,
            url(../images/bg-worries-pc@2x.webp) 2x
        );
    background-repeat: no-repeat;
    background-size: cover;
}

    .worries__list {
        width: calc(100% * (912 / 992));
        padding-block: calc(100% * (41.5 / 992));
        padding-left: calc(100% * (352 / 992));
        margin-top: min(24px, calc(100% * (24 / 992)));
        background-image:
            -webkit-image-set(
                url(../images/image-worries.webp) 1x,
                url(../images/image-worries@2x.webp) 2x
            );
        background-image:
            image-set(
                url(../images/image-worries.webp) 1x,
                url(../images/image-worries@2x.webp) 2x
            );
        background-repeat: no-repeat;
        background-position: 0 100%;
        background-size: calc(1em * (328 / 24));
        font-size: min(100vw * (24 / 1440), 2.4rem);
        white-space: nowrap;
    }

        .worries__item {
            padding-left: 5em;
            border: 1px solid var(--secondaryNeutralColor);
            border-radius: calc(1em * (16 / 24));
            background-color: white;
            background-image: url(../images/icon-check.svg);
            background-repeat: no-repeat;
            background-position: calc(1em * (80 / 24)) 50%;
            background-size: 1em;
            line-height: 3.625;
            letter-spacing: .03em;
        }
        .worries__item + .worries__item {
            margin-top: calc(1em * (19 / 24));
        }


    .worries__separator {
        padding-top: 1.09375em;
        padding-bottom: 0.71875em;
        background-color: #C8DFEF;
        font-size: min(100vw * (32 / 1440), 3.2rem);
        line-height: 1.6875;
        letter-spacing: .03em;
        text-align: center;
    }





/*------------------------------------*\
    $SOLVE
\*------------------------------------*/
.solve {
    position: relative;
    padding-top: min(90px, 6.25%);
    padding-bottom: min(82px, 100% * (82 / 1440));
    background-image:
        -webkit-image-set(
            url(../images/bg-solve-pc.webp) 1x,
            url(../images/bg-solve-pc@2x.webp) 2x
        );
    background-image:
        image-set(
            url(../images/bg-solve-pc.webp) 1x,
            url(../images/bg-solve-pc@2x.webp) 2x
        );
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: 100%;
}
.solve::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    border: min(45px, 100vw * (45 / 1440)) solid transparent;
    border-top: min(50px, 100vw * (50 / 1440)) solid #C8DFEF;
}

    .solve__list {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: calc(100% * (60 / 824));
        width: calc(100% * (824 / 992));
        margin-top: calc(100% * (70 / 992));
        margin-inline: auto;
    }

        .solve__item {
            aspect-ratio: 1 / 1;
            display: flex;
            justify-content: center;
            align-items: center;
            background-image:
                -webkit-image-set(
                    url(../images/bg-solve.webp) 1x,
                    url(../images/bg-solve@2x.webp) 2x
                );
            background-image:
                image-set(
                    url(../images/bg-solve.webp) 1x,
                    url(../images/bg-solve@2x.webp) 2x
                );
            background-repeat: no-repeat;
            background-size: contain;
            color: white;
            font-size: min(100vw * (24 / 1440), 2.4rem);
            font-weight: 700;
            line-height: 1.5;
            text-align: center;
        }


    .solve__remarks {
        padding-block: calc(100% * (40 / 992));
        padding-inline: calc(100% * (37 / 992));
        margin-top: calc(100% * (80 / 992));
        border-radius: 2em;
        background-color: white;
        font-size: min(100vw * (20 / 1440), 2rem);
        line-height: 1.7;
        letter-spacing: .03em;
    }

        .solve__remarks__title {
            font-size: 1.6em;
            line-height: 1.6875;
            letter-spacing: .03em;
            text-align: center;
        }

        .solve__remarks__chat {
            margin-top: calc(100% * (44 / 992));
        }

            .solve__remarks__chat__block,
            .solve__remarks__chat__block--right {
                display: flex;
                column-gap: 1.2em;
            }
            .solve__remarks__chat__block--right {
                flex-direction: row-reverse;
            }
            :is(
                .solve__remarks__chat__block,
                .solve__remarks__chat__block--right,
                .solve__remarks__chat__block--attached
            ) + :is(
                .solve__remarks__chat__block,
                .solve__remarks__chat__block--right,
                .solve__remarks__chat__block--attached
            ) {
                margin-top: 0.8em;
            }
            .solve__remarks__chat__block--attached {
                width: calc(100% * (810 / 918));
                margin-inline: auto;
                filter: var(--filter-asset);
            }

                .solve__remarks__chat__icon,
                .solve__remarks__chat__icon--none {
                    aspect-ratio: 1 / 1;
                    width: 4.5em;
                    background-image:
                        -webkit-image-set(
                            url(../images/icon-chat-01.webp) 1x,
                            url(../images/icon-chat-01@2x.webp) 2x
                        );
                    background-image:
                        image-set(
                            url(../images/icon-chat-01.webp) 1x,
                            url(../images/icon-chat-01@2x.webp) 2x
                        );
                    background-repeat: no-repeat;
                    background-size: contain;
                }
                .solve__remarks__chat__block--right .solve__remarks__chat__icon {
                    background-image:
                        -webkit-image-set(
                            url(../images/icon-chat-02.webp) 1x,
                            url(../images/icon-chat-02@2x.webp) 2x
                        );
                    background-image:
                        image-set(
                            url(../images/icon-chat-02.webp) 1x,
                            url(../images/icon-chat-02@2x.webp) 2x
                        );
                }
                .solve__remarks__chat__icon--none {
                    background-image: none;
                }

                .solve__remarks__chat__msg {
                    display: flex;
                    align-items: center;
                    min-height: 4.5em;
                }

                    .solve__remarks__chat__msg p {
                        position: relative;
                        max-width: 36.7em;
                        padding: 0.8em;
                        border-radius: 1.2em;
                        background-color: white;
                        filter: var(--filter-asset);
                    }
                    .solve__remarks__chat__msg p::before {
                        content: "";
                        position: absolute;
                        top: 1.168em;
                        right: calc(100% - 0.636em);
                        width: 1.2235em;
                        height: 0.919em;
                        background-color: white;
                        clip-path: polygon(0 0, 100% 0.2815em, 0.855em 100%);
                    }
                    .solve__remarks__chat__block--right .solve__remarks__chat__msg p::before {
                        right: auto;
                        left: calc(100% - 0.636em);
                        clip-path: polygon(0 0.2815em, 100% 0, 0.064em 100%);
                    }

                        .solve__remarks__chat__msg p mark {
                            background-image: linear-gradient(#BBD6CE, #BBD6CE);
                            background-repeat: no-repeat;
                            background-position: 0 50%;
                            background-size: 100% 1.2em;
                            font-weight: 700;
                        }





/*------------------------------------*\
    $POINT
\*------------------------------------*/
.point {
    padding-block: calc(100% * (80 / 1440));
}

    .point__list {
        margin-top: calc(100% * (40 / 992));
    }

        .point__item {
            display: flex;
            align-items: center;
            column-gap: calc(100% * (32 / 992));
        }
        .point__item:nth-of-type(even) {
            flex-direction: row-reverse;
        }
        .point__item + .point__item {
            margin-top: calc(100% * (32 / 992));
        }

            .point__image {
                width: 31.25%;
            }

            .point__content {
                width: calc(100% * (650 / 992));
            }

                .point__num {
                    aspect-ratio: 96 / 76;
                    height: min(76px, 100vw * (76 / 1440));
                }

                .point__title {
                    color: #2273AE;
                    font-size: min(100vw * (24 / 1440), 2.4rem);
                    line-height: calc(41 / 24);
                    letter-spacing: .03em;
                }

                .point__text {
                    margin-top: calc(1em * (24 / 18));
                    font-size: min(100vw * (18 / 1440), 1.8rem);
                    line-height: calc(31 / 18);
                    letter-spacing: .03em;
                }

                    .point__text span {
                        color: var(--secondaryNeutralColor);
                        font-size: min(100vw * (16 / 1440), 1.6rem);
                    }





/*------------------------------------*\
    $APPLICATION
\*------------------------------------*/
.application {
    position: relative;
    padding-bottom: calc(100% * (94 / 1440));
    background-color: #C6ECEC;
}
.application::before {
    content: "";
    aspect-ratio: 1440 / 50;
    grid-column: full;
    display: block;
    width: 100%;
    background-color: white;
    background-image: url(../images/wave-application-pc.svg);
    background-size: 100%;
}
.application::after {
    content: "";
    aspect-ratio: 361 / 240;
    position: absolute;
    right: calc(100% * (26 / 1440));
    bottom: max(-56px, -100vw * (56 / 1440));
    width: calc(100% * (361 / 1440));
    background-image:
        -webkit-image-set(
            url(../images/image-application.webp) 1x,
            url(../images/image-application@2x.webp) 2x
        );
    background-image:
        image-set(
            url(../images/image-application.webp) 1x,
            url(../images/image-application@2x.webp) 2x
        );
    background-repeat: no-repeat;
    background-size: contain;
}


    .application__title {
        width: fit-content;
        padding-inline: 1.53125em;
        margin-top: calc(100% * (30 / 992));
        margin-inline: auto;
        background-image:
            -webkit-image-set(
                url(../images/title-decoration-left.webp) 1x,
                url(../images/title-decoration-left@2x.webp) 2x
            ),
            -webkit-image-set(
                url(../images/title-decoration-right.webp) 1x,
                url(../images/title-decoration-right@2x.webp) 2x
            );
        background-image:
            image-set(
                url(../images/title-decoration-left.webp) 1x,
                url(../images/title-decoration-left@2x.webp) 2x
            ),
            image-set(
                url(../images/title-decoration-right.webp) 1x,
                url(../images/title-decoration-right@2x.webp) 2x
            );
        background-repeat: no-repeat;
        background-position:
            0 50%,
            100% 50%;
        background-size: 1.1em;
        font-size: min(100vw * (32 / 1440), 3.2rem);
        font-weight: 400;
        line-height: 1.6875;
        letter-spacing: .03em;
        text-align: center;
    }

    .application__contents {
        display: grid;
        grid-template-columns: 1fr 1fr;
        align-items: end;
        column-gap: calc(100% * (49 / 850));
        width: calc(100% * (850 / 992));
        margin-top: calc(100% * (36.5 / 992));
        margin-inline: auto;
        text-align: center;
    }

        .application__button {}

            .application__button > p {
                position: relative;
                width: fit-content;
                margin-inline: auto;
                font-size: min(100vw * (24 / 1440), 2.4rem);
                font-weight: 700;
                line-height: calc(41 / 24);
                letter-spacing: .03em;
            }
            .application__button > p::before,
            .application__button > p::after {
                content: "";
                position: absolute;
                top: 50%;
                display: block;
                width: 1em;
                height: calc(1em * (2 / 24));
                border-radius: 1px;
                background-color: var(--secondaryNeutralColor);
            }
            .application__button > p::before {
                right: 100%;
                transform: translateY(-50%) rotate(-110deg);
            }
            .application__button > p::after {
                left: 100%;
                transform: translateY(-50%) rotate(-70deg);
            }

            .application__button > a {
                display: flex;
                justify-content: center;
                align-items: center;
                column-gap: calc(1em * (7.49 / 30));
                margin-top: 0.4em;
                color: white;
                font-size: min(100vw * (30 / 1440), 3.0rem);
                font-weight: 700;
                line-height: calc(88 / 30);
            }
            .application__button > a::after {
                content: "";
                aspect-ratio: 22 / 21;
                display: block;
                width: calc(1em * (22 / 30));
                background-color: white;
                -webkit-mask-image: url(../images/icon-btn-arrow.svg);
                        mask-image: url(../images/icon-btn-arrow.svg);
                -webkit-mask-repeat: no-repeat;
                        mask-repeat: no-repeat;
                -webkit-mask-size: contain;
                        mask-size: contain;
            }
            @media (any-hover: hover) {
                .application__button > a::after {
                    transition: background-color .3s var(--easeOutQuart);
                }
                .application__button:hover > a::after {
                    background-color: var(--accentColor);
                }
            }




/*------------------------------------*\
    $IMPRESSION
\*------------------------------------*/
.impression {
    padding-block: calc(100% * (80 / 1440));
}

    .impression__slider {
        margin-top: calc(100% * (40 / 1280));
    }

        .impression__slider__list {
            display: grid;
            grid-template-columns: 25% 37.5% 25%;
            justify-content: space-between;
            align-items: center;
        }





/*------------------------------------*\
    $HOW_TO_USE
\*------------------------------------*/
.htu {
    padding-block: calc(100% * (80 / 1440));
    background-color: #F4FBFD;
}

    .htu__frame {
        padding-top: calc(100% * (40 / 1280));
        padding-inline: calc(100% * (136 / 1280));
        padding-bottom: calc(100% * (48 / 1280));
        border-radius: min(24px, 100vw * (24 / 1440));
        background-color: white;
        filter: drop-shadow(0 0 var(--filter-blur) rgb(0 0 0 / 0.25));
    }

        .htu__slider {
            position: relative;
            margin-top: calc(100% * (48 / 1008));
            font-size: min(100vw * (16 / 1440), 1.6rem);
            line-height: 1.6875;
            text-align: center;
        }

            .htu__slider__item {
                padding-inline: 0.5em;
            }

                .htu__slider__item figcaption {
                    margin-top: 1.5em;
                }


            .htu__slider .tns-controls > button {
                top: 5.1875em;
            }
            .htu__slider .tns-controls > button[data-controls=prev] {
                left: -3.8125em;
            }
            .htu__slider .tns-controls > button[data-controls=next] {
                right: -3.8125em;
            }

            .htu__slider .tns-nav {
                margin-top: 2.375em;
            }





/*------------------------------------*\
    $REASON
\*------------------------------------*/
.reason {
    padding-top: calc(100% * (80 / 1440));
    padding-bottom: calc(100% * (68 / 1440));
}

    .reason__list {
        counter-reset: reason-counter;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: calc(100% * (52 / 992));
        grid-row-gap: min(33px, 100vw * (33 / 1440));
        padding-top: calc(100% * (80 / 992));
    }

        .reason__item {}

            .reason__image {
                position: relative;
                font-size: min(100vw * (30 / 1440), 3.0rem);
                font-family: var(--fontEN);
                font-weight: 500;
                line-height: calc(35 / 30);
                filter: drop-shadow(0 calc(1em * (3.7 / 30)) calc(1em * (3.7 / 30)) rgb(0 0 0 / .25));
            }
            .reason__image::before,
            .reason__image::after {
                aspect-ratio: 1 / 1;
                position: absolute;
                top: calc(-1em * (14 / 30));
                left: calc(-1em * (12 / 30));
                display: flex;
                justify-content: center;
                align-items: center;
                width: calc(100% * (64 / 296));
                border-radius: 100%;
                background-color: white;
            }
            .reason__image::before {
                content: "";
                filter: drop-shadow(0 calc(1em * (1 / 30)) calc(1em * (1 / 30)) rgb(0 0 0 / .25));
            }
            .reason__image::after {
                content: counter(reason-counter);
                counter-increment: reason-counter;
                background-image: linear-gradient(#95D8E0, #70CBD5);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent;
            }


            .reason__title {
                margin-top: 1em;
                font-size: min(100vw * (24 / 1440), 2.4rem);
                line-height: calc(41 / 24);
                letter-spacing: .03em;
                text-align: center;
            }

            .reason__text {
                margin-top: 0.125em;
                font-size: min(100vw * (16 / 1440), 1.6rem);
                line-height: 1.6875;
                letter-spacing: .03em;
            }





/*------------------------------------*\
    $EFFICACY
\*------------------------------------*/
.efficacy {
    padding-top: calc(100% * (80 / 1440));
    padding-bottom: calc(100% * (83 / 1440));
    background-color: #F4FBFD;
}

    .efficacy__frame {
        padding-top: calc(100% * (48 / 992));
        padding-bottom: calc(100% * (40 / 992));
        border-radius: min(40px, 100vw * (40 / 1440));
        background-color: white;
        filter: drop-shadow(0 0 var(--filter-blur) rgb(0 30 105 / .25));
    }

        .efficacy__content {
            padding-right: calc(100% * (82 / 992));
            padding-left: calc(100% * (88 / 992));
        }

            .efficacy__text {
                color: var(--secondaryNeutralColor);
                font-family: var(--fontMincho);
                font-size: min(100vw * (30 / 1440), 3.0rem);
                line-height: 1.6;
                text-align: center;
            }

            .efficacy__chat {
                margin-top: calc(100% * (44 / 992));
                font-size: min(100vw * (20 / 1440), 2rem);
            }

                .efficacy__chat__block,
                .efficacy__chat__block--right {
                    display: flex;
                    column-gap: 1.2em;
                }
                .efficacy__chat__block--right {
                    flex-direction: row-reverse;
                }
                :is(
                    .efficacy__chat__block,
                    .efficacy__chat__block--right
                ) + :is(
                    .efficacy__chat__block,
                    .efficacy__chat__block--right
                ) {
                    margin-top: 1.6em;
                }

                    .efficacy__chat__icon {
                        aspect-ratio: 1 / 1;
                        width: 4.5em;
                        background-image:
                            -webkit-image-set(
                                url(../images/icon-chat-03.webp) 1x,
                                url(../images/icon-chat-03@2x.webp) 2x
                            );
                        background-image:
                            image-set(
                                url(../images/icon-chat-03.webp) 1x,
                                url(../images/icon-chat-03@2x.webp) 2x
                            );
                        background-repeat: no-repeat;
                        background-size: contain;
                    }
                    .efficacy__chat__block--right .efficacy__chat__icon {
                        background-image:
                            -webkit-image-set(
                                url(../images/icon-chat-04.webp) 1x,
                                url(../images/icon-chat-04@2x.webp) 2x
                            );
                        background-image:
                            image-set(
                                url(../images/icon-chat-04.webp) 1x,
                                url(../images/icon-chat-04@2x.webp) 2x
                            );
                    }

                    .efficacy__chat__msg {
                        display: flex;
                        align-items: center;
                        min-height: 4.5em;
                    }

                        .efficacy__chat__msg p {
                            position: relative;
                            max-width: 34.3em;
                            min-width: 32.15em;
                            padding: 0.8em;
                            border-radius: 1.2em;
                            background-color: white;
                            filter: var(--filter-asset);
                        }
                        .efficacy__chat__block--right .efficacy__chat__msg p {
                            max-width: 30.1em;
                            min-width: 30.1em;
                        }
                        .efficacy__chat__msg p::before {
                            content: "";
                            position: absolute;
                            top: 1.168em;
                            right: calc(100% - 0.636em);
                            width: 1.2235em;
                            height: 0.919em;
                            background-color: white;
                            clip-path: polygon(0 0, 100% 0.2815em, 0.855em 100%);
                        }
                        .efficacy__chat__block--right .efficacy__chat__msg p::before {
                            right: auto;
                            left: calc(100% - 0.636em);
                            clip-path: polygon(0 0.2815em, 100% 0, 0.064em 100%);
                        }

                            .efficacy__chat__msg p mark {
                                background-image: linear-gradient(#BBD6CE, #BBD6CE);
                                background-repeat: no-repeat;
                                background-position: 0 50%;
                                background-size: 100% 1.2em;
                                font-weight: 700;
                                white-space: nowrap;
                            }





/*------------------------------------*\
    $PRICE
\*------------------------------------*/
.price {
    padding-top: calc(100% * (40 / 1440));
    padding-bottom: calc(100% * (6.35 / 1440));
}





/*------------------------------------*\
    $COMPARISON
\*------------------------------------*/
.comparison {
    padding-top: calc(100% * (95 / 1440));
    padding-bottom: calc(100% * (80 / 1440));
}

    .comparison__tb {
        width: 100%;
        margin-top: calc(100% * (84 / 1440));
        table-layout: fixed;
        font-size: min(100vw * (16 / 1440), 1.6rem);
    }

        .comparison__tb :is(th, td) {
            height: min(60px, 100vw * (60 / 1440));
            border: 1px solid #C6ECEC;
            text-align: center;
            vertical-align: middle;
        }
        .comparison__tb th {
            width: 20%;
            background-color: #C6ECEC;
            background-image:
                linear-gradient(white, white),
                linear-gradient(white, white);
            background-repeat: no-repeat;
            background-position: 0.5px 0.5px;
            background-size:
                calc(100% - 1px) 0.5px,
                0.5px calc(100% - 1px);
            font-weight: 700;
        }
        .comparison__tb thead th:first-of-type {
            border: none;
            background: none;
        }

        .comparison__icon {
            position: relative;
            z-index: 2;
        }
        .comparison__icon::before {
            content: "";
            position: absolute;
            top: calc(-1px - 1.75em);
            left: calc(100% - 2.375em);
            aspect-ratio: 107 / 35;
            display: block;
            width: 6.6875em;
            background-image: url(../images/icon-comparison.svg);
            background-repeat: no-repeat;
            background-size: contain;
        }

        .comparison__tb__emphasis {
            position: relative;
            z-index: 1;
            font-weight: 700;
        }
        th.comparison__tb__emphasis {
            background-color: var(--accentColor);
            background-image: none;
        }
        th.comparison__tb__emphasis::before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 50%;
            transform: translateX(-50%);
            width: calc(100% + 1px);
            height: calc(100% + 1px + 0.6875em);
            border: 0.3125em solid var(--accentColor);
            border-radius: 0.5em 0.5em 0 0;
            background-color: var(--accentColor);
        }
        th.comparison__tb__emphasis::after {
            content: "";
            position: absolute;
            bottom: 0.375em;
            left: 50%;
            transform: translateX(-50%);
            width: 9.75em;
            height: 3em;
            border-radius: 0.5em;
            background-color: white;
        }
        td.comparison__tb__emphasis::before {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            width: calc(100% + 1px);
            height: calc(100% + 1px);
            border-inline: 0.3125em solid var(--accentColor);
        }
        .comparison__tb > tbody > tr:first-of-type > td.comparison__tb__emphasis::before {
            border-top: 0.3125em solid var(--accentColor);
        }
        .comparison__tb > tbody > tr:last-of-type > td.comparison__tb__emphasis::before {
            border-bottom: 0.3125em solid var(--accentColor);
        }

        th.comparison__tb__emphasis > img {
            position: relative;
            z-index: 2;
            width: 7.5625em;
            margin-inline: auto;
        }





/*------------------------------------*\
    $VOICE
\*------------------------------------*/
.voice {
    padding-block: calc(100% * (80 / 1440));
    background-color: #F4FBFD;
}

    .voice__slider {
        position: relative;
        margin-top: calc(100% * (80 / 992));
        margin-inline: max(-8px, -100% * (8 / 992));
    }

        .voice__slider__list {
            filter: drop-shadow(0 var(--filter-blur) var(--filter-blur) rgb(199 218 255 / .25));
        }

            .voice__slider__item {
                padding-inline: min(8px, 100vw * (8 / 1440));
            }

                .voice__slider__image {}

                .voice__content {
                    padding: 5%;
                    border-radius: 0 0 min(16px, 100vw * (16 / 1440)) min(16px, 100vw * (16 / 1440));
                    background-color: white;
                }

                    .voice__title {
                        font-size: min(100vw * (18 / 1440), 1.8rem);
                        line-height: calc(31 / 18);
                    }

                    .voice__acc {
                        position: relative;
                        overflow: hidden;
                    }

                        .voice__text {
                            display: none;
                            margin-top: 1em;
                            font-size: min(100vw * (16 / 1440), 1.6rem);
                            line-height: 1.6875;
                        }

                        .voice__control {
                            display: flex;
                            justify-content: space-between;
                            margin-top: 2em;
                            font-size: min(100vw * (16 / 1440), 1.6rem);
                            line-height: 1.6875;
                        }

                            .voice__control__target {
                                flex-grow: 1;
                            }

                            .voice__btn {
                                aspect-ratio: 1 / 1;
                                display: block;
                                width: 1.375em;
                                background-image: url(../images/icon-accordion.svg);
                                background-repeat: no-repeat;
                                background-size: contain;
                                filter: drop-shadow(0 calc(var(--filter-blur) / 4) calc(var(--filter-blur) / 4) rgb(66 167 245 / .25));
                            }
                            .voice__btn.is-active {
                                background-image: url(../images/icon-accordion-active.svg);
                            }
                            @media (any-hover: hover) {
                                .voice__btn {
                                    transition: opacity .3s var(--easeOutQuart);
                                }
                                .voice__btn:hover {
                                    opacity: 0.5;
                                }
                            }


        .voice__slider .tns-controls > button {
            top: calc(50% - min(33px, 100vw * (33 / 1440)));
            transform: translateY(-50%);
        }
        .voice__slider .tns-controls > button[data-controls=prev] {
            left: -3.8125em;
        }
        .voice__slider .tns-controls > button[data-controls=next] {
            right: -3.8125em;
        }

        .voice__slider .tns-nav {
            margin-top: min(66px, 100vw * (66 / 1440));
        }





/*------------------------------------*\
    $STEP
\*------------------------------------*/
.step {
    padding-top: calc(100% * (80 / 1440));
    padding-bottom: calc(100% * (70 / 1440));
}
.step--four {
    position: relative;
    padding-top: calc(100% * (113 / 1440));
    padding-bottom: calc(100% * (94 / 1440));
    background-color: #F4FBFD;
}
.step--four::before,
.step--four::after {
    content: "";
    aspect-ratio: 1440 / 33;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100%;
}
.step--four::before {
    top: 0;
    background-image: url(../images/wave-step-top-pc.svg);
}
.step--four::after {
    bottom: 0;
    background-image: url(../images/wave-step-bottom-pc.svg);
}

    .step__list {
        display: flex;
        justify-content: center;
        column-gap: calc(100% * (31 / 992));
        margin-top: calc(100% * (80 / 992));
    }

        .step__item {
            width: calc(100% * (235 / 992));
        }

            .step__image,
            .step__image--large {
                width: calc(100% * (174 / 235));
                margin-inline: auto;
            }
            .step__image--large {
                width: calc(100% * (182 / 235));
            }

            .step__content {
                margin-top: calc(100% * (23 / 235));
                text-align: center;
            }

                .step__title {
                    font-size: min(100vw * (24 / 1440), 2.4rem);
                    line-height: calc(41 / 24);
                }

                .step__text {
                    font-size: min(100vw * (18 / 1440), 1.8rem);
                    line-height: calc(31 / 18);
                }





/*------------------------------------*\
    $MOVIE
\*------------------------------------*/
.movie {
    padding-block: calc(100% * (40 / 1440));
}

    .movie__content {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: calc(100% * (84 / 992));
    }

        .movie__block {
            display: grid;
            grid-template-columns: 1fr 1fr;
            padding: 1px;
            border-radius: min(16px, 100vw * (16 / 1440));
            background-image: linear-gradient(#A1DCE3, #63C6D1);
            overflow: hidden;
        }
        @media (any-hover: hover) {
            .movie__block:hover {
                opacity: 1;
            }
        }

            .movie__image {
                margin-top: -1px;
                margin-left: -1px;
                margin-bottom: -1px;
            }

            .movie__title {
                display: flex;
                align-items: center;
            }
            @media (any-hover: hover) {
                .movie__title {
                    transition: background-color .3s var(--easeOutQuart);
                }
                .movie__block:hover .movie__title {
                    border-radius: 0 min(15px, 100vw * (15 / 1440)) min(15px, 100vw * (15 / 1440)) 0;
                    background-color: white;
                    opacity: 1;
                }
                .movie__block:hover .movie__title img {
                    opacity: 0;
                }
                .movie__block:hover .movie__title > picture {
                    background-image: linear-gradient(#A1DCE3, #63C6D1);
                    -webkit-mask-repeat: no-repeat;
                            mask-repeat: no-repeat;
                    -webkit-mask-size: 100%;
                            mask-size: 100%;
                }
                .movie__block:hover .movie__title.is-title-01 > picture {
                    -webkit-mask-image: url(../images/title-movie-01-pc.svg);
                            mask-image: url(../images/title-movie-01-pc.svg);
                }
                .movie__block:hover .movie__title.is-title-02 > picture {
                    -webkit-mask-image: url(../images/title-movie-02-pc.svg);
                            mask-image: url(../images/title-movie-02-pc.svg);
                }
            }





/*------------------------------------*\
    $LABO
\*------------------------------------*/
.labo {
    position: relative;
    padding-block: calc(100% * (120 / 1440));
    background-image:
        url(../images/wave-labo-top-pc.svg),
        url(../images/wave-labo-bottom-pc.svg);
    background-repeat: no-repeat;
    background-position:
        50% 0,
        50% 100%;
    background-size: 100%;
}

    .labo__content {
        margin-top: calc(100% * (80 / 992));
    }

        .labo__list {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            grid-column-gap: calc(100% * (16 / 992));
        }

            .labo__item {
                display: block;
            }


        .labo__btn {
            display: block;
            width: fit-content;
            padding: 1px;
            margin-top: calc(100% * (80 / 992));
            margin-inline: auto;
            border-radius: 99px;
            background-image: linear-gradient(#A1DDC3, #63C6D1);
            color: white;
            font-family: var(--fontEN2);
            font-size: min(100vw * (16 / 1440), 1.6rem);
            font-weight: 700;
            line-height: 3.375em;
            text-align: center;
        }

            .labo__btn > span {
                display: block;
                padding-inline: 1.4375em;
                border-radius: 99px;
            }
            .labo__btn > span > span{
                display: block;
            }

            @media (any-hover: hover) {
                .labo__btn > span {
                    transition: background-color .3s var(--easeOutQuart);
                }
                .labo__btn:hover > span {
                    background-color: white;
                }
                .labo__btn:hover > span > span{
                    background-image: linear-gradient(#A1DDC3, #63C6D1);
                    -webkit-background-clip: text;
                    -webkit-text-fill-color: transparent;
                }
                .labo__btn:hover {
                    opacity: 1;
                }
            }





/*------------------------------------*\
    $FAQ
\*------------------------------------*/
.faq {
    padding-block: calc(100% * (80 / 1440));
}

    .faq__list {
        margin-top: calc(100% * (80 / 800));
        padding-inline: 2%;
    }

        .faq__item {
            padding-bottom: calc(100% * (22 / 768));
            border-bottom: 1px solid #B6B7B7;
        }
        .faq__item + .faq__item {
            margin-top: 3.125%;
        }

            .faq__wrap {
                font-size: min(1.6rem, 100vw * (16 / 1440));
                line-height: 1.6875;
            }

                .faq__label {
                    position: relative;
                    display: grid;
                    grid-template-columns: 4.296875% 1fr;
                    grid-column-gap: calc(100% * (17 / 768));
                    padding-top: 0.1875em;
                    font-weight: 700;
                    cursor: pointer;
                }
                .faq__label::before {
                    content: "Q";
                    aspect-ratio: 1 / 1;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    padding-bottom: 0.1em;
                    margin-top: -0.1875em;
                    border-radius: 100%;
                    background-color: #82BFED;
                    color: white;
                    font-family: var(--fontEN);
                }
                .faq__label::after {
                    content: "";
                    aspect-ratio: 1 / 1;
                    position: absolute;
                    top: 0.25em;
                    right: 0;
                    width: 1.5em;
                    background-image: url(../images/icon-faq.svg);
                    background-repeat: no-repeat;
                    background-size: contain;
                }
                .faq__label.is-active::after {
                    top: 0.28125em;
                    transform: rotate(180deg);
                }

                .faq__content {
                    position: relative;
                    overflow: hidden;
                }

                    .faq__text {
                        display: none;
                    }

                        .faq__text p {
                            display: grid;
                            grid-template-columns: 4.296875% 1fr;
                            grid-column-gap: calc(100% * (17 / 768));
                            padding-top: 1.25em;
                            font-weight: 700;
                        }
                        .faq__text p::before {
                            content: "A";
                            aspect-ratio: 1 / 1;
                            display: flex;
                            justify-content: center;
                            align-items: center;
                            padding-bottom: 0.1em;
                            margin-top: -0.1875em;
                            border: 1px solid #82BFED;
                            border-radius: 100%;
                            background-color: white;
                            color: #82BFED;
                            font-family: var(--fontEN);
                        }

                        .faq__text a {
                            text-decoration: underline;
                        }





/*------------------------------------*\
    $GUIDE
\*------------------------------------*/
.guide {
    position: relative;
    padding-top: calc(100% * (113 / 1440));
    padding-bottom: calc(100% * (119 / 1440));
    background-color: #F4FBFD;
}
.guide::before,
.guide::after {
    content: "";
    aspect-ratio: 1440 / 33;
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 100%;
}
.guide::before {
    top: 0;
    background-image: url(../images/wave-guide-top-pc.svg);
}
.guide::after {
    bottom: 0;
    background-image: url(../images/wave-guide-bottom-pc.svg);
}

    .guide__content {
        margin-top: 10%;
    }

        .guide__block,
        .guide__block--inner {
            font-size: min(1.6rem, 100vw * (16 / 1440));
            letter-spacing: .03em;
        }
        .guide__block + .guide__block {
            margin-top: 5%;
        }
        .guide__block--inner + .guide__block--inner {
            margin-top: 3%;
        }

            .guide__title {
                display: grid;
                grid-template-columns: 1em 1fr;
                grid-column-gap: 0.4em;
                margin-bottom: .4em;
                font-size: 1.25em;
                font-weight: 400;
                line-height: 1.7;
                letter-spacing: .03em;
            }
            .guide__title::before {
                content: "";
                aspect-ratio: 1 / 1;
                border-radius: 100%;
                margin-top: 0.35em;
                background-image: linear-gradient(#9CDBE2, #62C6D1);
            }

            .guide__text {
                line-height: 1.6875;
            }

            .guide__list {
                width: fit-content;
                padding-block: 1em;
                padding-right: 1.625em;
                margin-top: 0.5em;
                border-block: 1px dashed var(--secondaryNeutralColor);
                line-height: 1.4375;
            }

                .guide__item + .guide__item {
                    margin-top: 0.25em;
                }


            .guide__remarks {
                margin-top: 5%;
                font-weight: 700;
                line-height: 1.875;
            }


                .guide__label {
                    margin-bottom: 0.1875em;
                    font-weight: 400;
                }
                .guide__label::before {
                    content: "・";
                }





/*------------------------------------*\
    $NEWS
\*------------------------------------*/
.news {
    padding-block: calc(100% * (80 / 1440));
}

    .news__list {
        margin-top: calc(100% * (40 / 800));
        padding-inline: 2%;
    }

        .news__item {
            display: grid;
            grid-template-columns: 13.28125% calc(100% * (77 / 768)) 1fr;
            align-items: center;
            padding-top: calc(100% * (8 / 768));
            padding-bottom: 3.125%;
            border-bottom: 1px solid #B6B7B7;
            font-size: min(1.6rem, 100vw * (16 / 1440));
            line-height: 1.6875;
            letter-spacing: .03em;
        }
        .news__item + .news__item {
            margin-top: 1.5em;
        }

            .news__date {
                font-family: var(--fontEN);
            }

            .news__cat {
                width: fit-content;
                padding-inline: calc(1em * (7 / 12));
                border: 1px solid var(--secondaryNeutralColor);
                border-radius: calc(1em * (2 / 12));
                font-size: 0.75em;
                line-height: calc(22 / 12);
            }

            .news__name {
                text-overflow: ellipsis;
                white-space: nowrap;
                overflow: hidden;
            }


    .news__btn {
        display: block;
        width: 16.125em;
        padding: 1px;
        margin-top: calc(100% * (40 / 800));
        margin-inline: auto;
        border-radius: 99px;
        background-image: linear-gradient(#65C6D1, #A2DDE3);
        color: white;
        font-family: var(--fontEN2);
        font-size: min(1.6rem, 100vw * (16 / 1440));
        font-weight: 700;
        line-height: 3.375;
        text-align: center;
    }

    .news__btn > span {
        display: block;
        border-radius: 99px;
    }

    @media (any-hover: hover) {
        .news__btn:hover {
            opacity: 1;
        }
        .news__btn > span {
            transition: background-color .3s var(--easeOutQuart);
        }
        .news__btn:hover > span {
            background-color: white;
        }
        .news__btn:hover > span > span {
            background-image: linear-gradient(#65C6D1, #A2DDE3);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
        }
    }





/*------------------------------------*\
    $PRODUCT
\*------------------------------------*/
.product {
    padding-block: calc(100% * (80 / 1440));
    background-color: #F4FBFD;
}

    .product__content {
        display: grid;
        grid-template-columns: calc(100% * (312 / 1027)) 1fr;
        grid-column-gap: calc(100% * (69 / 1027));
        width: 80.234375%; /*1027px*/
        margin-top: calc(100% * (80 / 1280));
        margin-inline: auto;
    }

        .product__image {}

        .product__item {
            display: grid;
            grid-template-columns: 7.75em 1fr;
            font-size: min(1.6rem, 100vw * (16 / 1440));
            line-height: 1.6875;
        }
        .product__item + .product__item {
            margin-top: 1.1875em;
        }

            .product__label {}

            .product__content {}














