@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    position: relative;
    background-color: #000;
    overflow: hidden;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    max-width: calc(var(--design-width) * 1px);
    margin-inline: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 20;
}
@media screen and (max-width: 750px) {
    .l-header {
        width: 100%;
        max-width: 100%;
    }
}
.l-header__container {
    width: min(1945 / var(--design-width) * 100%, 1945px);
    margin-inline: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .l-header__container {
        width: calc(330 / var(--design-width) * 100vw);
    }
}
.l-header__logo {
    display: block;
    width: 7.1979434447%;
}
@media (hover: hover) and (pointer: fine) {
    .l-header__logo {
        transition: opacity var(--hover-duration);
    }
    .l-header__logo:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-header__logo {
        width: calc(41 / var(--design-width) * 100vw);
    }
}

/*  l-header-menu
--------------------------------------------- */
.l-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 25;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    background-color: rgba(var(--color-black-1-rgb), 0.95);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s;
}
.is-menu-opened .l-header-menu {
    opacity: 1;
    visibility: visible;
}
@media print, screen and (min-width: 751px) {
    .is-menu-opened .l-header-menu {
        display: flex;
        align-items: center;
    }
}

.l-header-menu__container {
    margin-inline: auto;
    width: calc(1416 / var(--design-width) * 100%);
    max-width: 1416px;
}
@media screen and (max-width: 750px) {
    .l-header-menu__container {
        width: calc(330 / var(--design-width) * 100vw);
        padding-block: calc(42 / var(--design-width) * 100vw);
    }
}
.l-header-menu__ttl {
    width: 37.0056497175%;
}
@media screen and (max-width: 750px) {
    .l-header-menu__ttl {
        width: calc(259 / var(--design-width) * 100vw);
    }
}
.l-header-menu__foot {
    margin-top: 6.6384180791%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: min(13px, 25 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .l-header-menu__foot {
        margin-top: calc(17 / var(--design-width) * 100vw);
        flex-direction: column;
        gap: calc(76 / var(--design-width) * 100vw);
    }
}
.l-header-menu__terms {
    width: 50%;
    position: relative;
    display: block;
}
@media screen and (max-width: 750px) {
    .l-header-menu__terms {
        width: 100%;
    }
}
.l-header-menu__terms-item {
    display: block;
}
.l-header-menu__terms-item:not(:first-of-type) {
    margin-top: 4.2765502495%;
}
@media screen and (max-width: 750px) {
    .l-header-menu__terms-item:not(:first-of-type) {
        margin-top: calc(9 / var(--design-width) * 100vw);
    }
}
.l-header-menu__terms-item--1 {
    width: 12.5445473984%;
}
@media screen and (max-width: 750px) {
    .l-header-menu__terms-item--1 {
        width: calc(48 / var(--design-width) * 100vw);
    }
}
.l-header-menu__terms-item--2 {
    width: 40.7697790449%;
}
@media screen and (max-width: 750px) {
    .l-header-menu__terms-item--2 {
        width: calc(158 / var(--design-width) * 100vw);
    }
}
.l-header-menu__terms-item--3 {
    width: 52.7441197434%;
}
@media screen and (max-width: 750px) {
    .l-header-menu__terms-item--3 {
        width: calc(204 / var(--design-width) * 100vw);
    }
}
.l-header-menu__terms-item img {
    display: block;
}
.l-header-menu__terms-link {
    display: block;
    line-height: 1;
}
@media (hover: hover) and (pointer: fine) {
    .l-header-menu__terms-link {
        transition: opacity var(--hover-duration);
    }
    .l-header-menu__terms-link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-header-menu__terms-link {
        line-height: 1;
    }
}
.l-header-menu__sns-wrap {
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 6.5573770492%;
}
@media screen and (max-width: 750px) {
    .l-header-menu__sns-wrap {
        width: 100%;
        justify-content: flex-start;
        gap: calc(25 / var(--design-width) * 100vw);
    }
}
.l-header-menu__sns-ttl {
    width: 30.5060584462%;
}
@media screen and (max-width: 750px) {
    .l-header-menu__sns-ttl {
        width: calc(118 / var(--design-width) * 100vw);
    }
}
.l-header-menu__sns-ttl img {
    display: block;
}
.l-header-menu__sns-items {
    display: flex;
    align-items: center;
    gap: 5.325443787%;
}
@media screen and (min-width: 751px) {
    .l-header-menu__sns-items {
        width: 48.182466144%;
    }
}
@media screen and (max-width: 750px) {
    .l-header-menu__sns-items {
        gap: calc(10 / var(--design-width) * 100vw);
    }
}
.l-header-menu__sns {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-header-menu__sns {
        transition: opacity var(--hover-duration);
    }
    .l-header-menu__sns:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-header-menu__sns {
        width: calc(28 / var(--design-width) * 100vw);
    }
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav {
    margin-top: 2.8248587571%;
    display: none;
}
@media screen and (max-width: 750px) {
    .l-header-nav {
        margin-top: calc(12 / var(--design-width) * 100vw);
    }
}
.is-menu-opened .l-header-nav {
    display: block;
}

.l-header-nav__list-wrap {
    margin-inline: auto;
    width: calc(1425 / 1970 * 100%);
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: calc(95 / 1425 * 100%);
}
@media screen and (max-width: 750px) {
    .l-header-nav__list-wrap {
        flex-direction: column;
    }
}
@media screen and (max-width: 750px) {
    .l-header-nav__list--2 .l-header-nav__item:first-of-type {
        border-top: none;
    }
}
.l-header-nav__item {
    border-bottom: min(2px, 3 / var(--design-width) * 100vw) solid var(--color-white-1);
}
@media screen and (max-width: 750px) {
    .l-header-nav__item {
        border-width: calc(2 / var(--design-width) * 100vw);
    }
}
.l-header-nav__item:first-of-type {
    border-top: min(2px, 3 / var(--design-width) * 100vw) solid var(--color-white-1);
}
@media screen and (max-width: 750px) {
    .l-header-nav__item:first-of-type {
        border-width: calc(2 / var(--design-width) * 100vw);
    }
}
.l-header-nav__link {
    display: block;
    padding-block: 6.0606060606%;
    color: var(--color-white-1);
}
@media (hover: hover) and (pointer: fine) {
    .l-header-nav__link {
        transition: opacity var(--hover-duration);
    }
    .l-header-nav__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-header-nav__link {
        padding-block: calc(17 / var(--design-width) * 100vw);
    }
}
.l-header-nav__link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
    width: 4.1131105398%;
    aspect-ratio: 2/1;
    position: relative;
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
    z-index: 30;
}
@media (hover: hover) and (pointer: fine) {
    .l-header-menu-button {
        transition: opacity var(--hover-duration);
    }
    .l-header-menu-button:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-header-menu-button {
        width: calc(30 / var(--design-width) * 100vw);
        margin-top: calc(14 / var(--design-width) * 100vw);
    }
    .is-menu-opened .l-header-menu-button {
        width: calc(45 / var(--design-width) * 100vw);
        right: calc(-6 / var(--design-width) * 100vw);
    }
}
.l-header-menu-button__lines {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.l-header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 1px;
    background-color: var(--color-white-1);
    transition: 0.3s;
}
.l-header-menu-button__line--top {
    top: 0;
}
.is-menu-opened .l-header-menu-button__line--top {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
}

.l-header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
}
.is-menu-opened .l-header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

.l-header-menu-button__line--bottom {
    bottom: 0;
}
.is-menu-opened .l-header-menu-button__line--bottom {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
}

/* ---------------------------------------------
*   l-container
--------------------------------------------- */
.l-container {
    width: calc(var(--contents-width) / var(--design-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .l-container {
        width: calc(var(--contents-width) / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-container-pc
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .l-container-pc {
        width: calc(var(--contents-width) / var(--design-width) * 100%);
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   l-container-sp
--------------------------------------------- */
@media screen and (max-width: 750px) {
    .l-container-sp {
        width: calc(var(--contents-width) / var(--design-width) * 100vw);
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .l-contents {
        max-width: calc(var(--design-width) * 1px);
    }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    padding-block: calc(114 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .l-footer {
        padding-block: calc(42 / var(--design-width) * 100vw);
    }
}
.l-footer__copyright {
    margin-top: calc(44 / var(--contents-width) * 100%);
    text-align: center;
    font-size: min(16 / var(--design-width) * 100vw, 16px);
    letter-spacing: 0.1em;
}
@media screen and (max-width: 750px) {
    .l-footer__copyright {
        margin-top: calc(38 / var(--design-width) * 100vw);
        font-size: calc(10 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-footer-sns
--------------------------------------------- */
.l-footer-sns {
    margin-inline: auto;
}
.l-footer-sns__ttl {
    display: block;
    text-align: center;
    font-size: min(28 / var(--design-width) * 100vw, 28px);
    font-weight: 700;
    line-height: 2;
    letter-spacing: 0.18em;
}
@media screen and (max-width: 750px) {
    .l-footer-sns__ttl {
        font-size: calc(15 / var(--design-width) * 100vw);
    }
}
.l-footer-sns__list {
    margin-top: calc(36 / var(--contents-width) * 100%);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media screen and (min-width: 751px) {
    .l-footer-sns__list {
        gap: calc(45 / var(--contents-width) * 100%);
    }
}
@media screen and (max-width: 750px) {
    .l-footer-sns__list {
        width: calc(300 / var(--design-width) * 100vw);
        margin-inline: auto;
        margin-top: calc(23 / var(--design-width) * 100vw);
        justify-content: space-between;
    }
}
.l-footer-sns__item {
    width: calc(64 / var(--contents-width) * 100%);
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-sns__item {
        transition: opacity var(--hover-duration);
    }
    .l-footer-sns__item:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .l-footer-sns__item {
        width: calc(38 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-block-terms
--------------------------------------------- */
.c-block-terms__ttl {
    font-size: min(40 / var(--design-width) * 100vw, 40px);
    font-weight: 700;
    line-height: 1.95;
    letter-spacing: 0.108em;
    text-align: center;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
    .c-block-terms__ttl {
        font-size: calc(18 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-block-terms__ttl--2 {
        line-height: 1.5;
    }
}
.c-block-terms__list {
    margin-top: 3.0508474576%;
}
@media screen and (max-width: 750px) {
    .c-block-terms__list {
        margin-top: calc(17 / var(--design-width) * 100vw);
    }
}
.c-block-terms__list--2 {
    margin-top: 0;
}
.c-block-terms__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
    font-size: min(20 / var(--design-width) * 100vw, 20px);
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: justify;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
    .c-block-terms__item {
        gap: calc(3 / var(--design-width) * 100vw);
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}
.c-block-terms__list--2 .c-block-terms__item {
    font-size: min(24 / var(--design-width) * 100vw, 24px);
    line-height: 1.8260869565;
}
@media screen and (max-width: 750px) {
    .c-block-terms__list--2 .c-block-terms__item {
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}
.c-block-terms__item::before {
    content: "・";
    display: block;
}
.c-block-terms__item span {
    display: contents;
    font-weight: 700;
}
.c-block-terms__line {
    margin-block: 4.9152542373% 3.5593220339%;
    border-top: min(2px, 2 / var(--design-width) * 100vw) solid var(--color-base-1);
}
@media screen and (max-width: 750px) {
    .c-block-terms__line {
        margin-block: calc(25 / var(--design-width) * 100vw) calc(21 / var(--design-width) * 100vw);
    }
}
.c-block-terms__txt {
    margin-top: 2.9661016949%;
    font-size: min(20 / var(--design-width) * 100vw, 20px);
    line-height: 1.7142857143;
    letter-spacing: 0.04em;
    text-align: justify;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
    .c-block-terms__txt {
        margin-top: calc(17 / var(--design-width) * 100vw);
        font-size: calc(12 / var(--design-width) * 100vw);
        line-height: 1.8333333333;
    }
}
.c-block-terms__txt--link {
    display: block;
    margin-top: 0;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-terms__txt--link:hover {
        text-decoration: none;
    }
}
.c-block-terms__sub-ttl {
    display: block;
    margin-top: 2.3728813559%;
    font-size: min(24 / var(--design-width) * 100vw, 24px);
    font-weight: 700;
    line-height: 1.7916666667;
    letter-spacing: 0.04em;
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 750px) {
    .c-block-terms__sub-ttl {
        margin-top: calc(20 / var(--design-width) * 100vw);
        font-size: calc(12 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv__ttl {
    width: calc(1321 / var(--design-width) * 100%);
    margin-inline: auto;
    margin-block: calc(300 / var(--design-width) * 100%) calc(100 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-kv__ttl {
        width: calc(273 / var(--design-width) * 100vw);
        margin-block: calc(70 / var(--design-width) * 100vw) calc(31 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-list-howto
--------------------------------------------- */
.c-list-howto__item {
    margin-inline: auto;
    position: relative;
}
@media screen and (min-width: 751px) {
    .c-list-howto__item {
        width: calc(1420 / var(--contents-width) * 100%);
    }
}
.c-list-howto__item:not(:first-of-type) {
    margin-top: calc(240 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-list-howto__item:not(:first-of-type) {
        margin-top: calc(72 / var(--design-width) * 100vw);
    }
}
.c-list-howto__item:not(:last-of-type)::after {
    content: "";
    display: block;
    width: 5.2816901408%;
    aspect-ratio: 75/37;
    background: url(/_var/lp/unilever/da-ice2025/images/icn_arrow.png) no-repeat center/contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    transform: translate(-50%, 324.3243243243%);
}
@media screen and (max-width: 750px) {
    .c-list-howto__item:not(:last-of-type)::after {
        width: calc(23 / var(--design-width) * 100vw);
        transform: translate(-50%, calc(36 / var(--design-width) * 100vw));
    }
}
.c-list-howto__ttl {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translate(-50%, 46%);
    width: 30.3521126761%;
    z-index: 2;
}
@media screen and (max-width: 750px) {
    .c-list-howto__ttl {
        width: calc(130 / var(--design-width) * 100vw);
    }
}
.c-list-howto__ttl--2 {
    width: 35.4929577465%;
    transform: translate(-50%, 54%);
}
@media screen and (max-width: 750px) {
    .c-list-howto__ttl--2 {
        width: calc(152 / var(--design-width) * 100vw);
    }
}
.c-list-howto__item-bg {
    --d: min(calc(40 / var(--design-width) * 100vw), 40px);
    --border: min(calc(4 / var(--design-width) * 100vw), 4px);
    display: grid;
    place-items: center;
    width: 100%;
    height: 150px;
    height: auto;
    background-color: var(--color-white-1);
    clip-path: polygon(0 var(--d), var(--d) 0, calc(100% - var(--d)) 0, 100% var(--d), 100% calc(100% - var(--d)), calc(100% - var(--d)) 100%, var(--d) 100%, 0 calc(100% - var(--d)));
}
@media screen and (max-width: 750px) {
    .c-list-howto__item-bg {
        --d-sp: calc(10 / var(--design-width) * 100vw);
        --border-sp: calc(1 / var(--design-width) * 100vw);
        clip-path: polygon(0 var(--d-sp), var(--d-sp) 0, calc(100% - var(--d-sp)) 0, 100% var(--d-sp), 100% calc(100% - var(--d-sp)), calc(100% - var(--d-sp)) 100%, var(--d-sp) 100%, 0 calc(100% - var(--d-sp)));
    }
}
.c-list-howto__inner {
    position: relative;
    --d2: calc(var(--d) - var(--border) / 2);
    width: calc(100% - var(--border) * 2);
    height: calc(100% - var(--border) * 2);
    padding-block: 10.5633802817% 6.338028169%;
    background-color: var(--color-black-1);
    clip-path: polygon(0 var(--d2), var(--d2) 0, calc(100% - var(--d2)) 0, 100% var(--d2), 100% calc(100% - var(--d2)), calc(100% - var(--d2)) 100%, var(--d2) 100%, 0 calc(100% - var(--d2)));
    display: flex;
    flex-direction: column;
    align-items: center;
}
@media screen and (max-width: 750px) {
    .c-list-howto__inner {
        --d2-sp: calc(var(--d-sp) - var(--border-sp) / 2);
        width: calc(100% - var(--border-sp) * 2);
        height: calc(100% - var(--border-sp) * 2);
        padding-block: calc(47 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw);
        clip-path: polygon(0 var(--d2-sp), var(--d2-sp) 0, calc(100% - var(--d2-sp)) 0, 100% var(--d2-sp), 100% calc(100% - var(--d2-sp)), calc(100% - var(--d2-sp)) 100%, var(--d2-sp) 100%, 0 calc(100% - var(--d2-sp)));
    }
}
@media screen and (max-width: 750px) {
    .c-list-howto__item--2 .c-list-howto__inner {
        padding-top: calc(30 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-list-howto__item--5 .c-list-howto__inner {
        padding-top: calc(50 / var(--design-width) * 100vw);
    }
}
.c-list-howto__img {
    display: block;
}
.c-list-howto__item--1 .c-list-howto__img {
    width: 43.3802816901%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__item--1 .c-list-howto__img {
        width: calc(185 / var(--design-width) * 100vw);
    }
}
.c-list-howto__item--3 .c-list-howto__img {
    width: 15.985915493%;
    margin-right: -3.5211267606%;
    margin-top: 1.2676056338%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__item--3 .c-list-howto__img {
        width: calc(68 / var(--design-width) * 100vw);
    }
}
.c-list-howto__item--4 .c-list-howto__img {
    width: 12.4647887324%;
    margin-top: 0.7042253521%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__item--4 .c-list-howto__img {
        width: calc(53 / var(--design-width) * 100vw);
    }
}
.c-list-howto__item--5 .c-list-howto__img {
    width: 24.4366197183%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__item--5 .c-list-howto__img {
        width: calc(104 / var(--design-width) * 100vw);
    }
}
.c-list-howto__txt--1-1 {
    width: 43.8028169014%;
    margin-top: 5.7746478873%;
    transform: translateX(-1.768488746%);
}
@media screen and (max-width: 750px) {
    .c-list-howto__txt--1-1 {
        width: calc(205 / var(--design-width) * 100vw);
        margin-top: calc(24 / var(--design-width) * 100vw);
        transform: translateX(calc(-3 / var(--design-width) * 100vw));
    }
}
.c-list-howto__txt--1-2 {
    width: 86.4084507042%;
    margin-top: 7.0422535211%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__txt--1-2 {
        width: calc(270 / var(--design-width) * 100vw);
        margin-top: calc(20 / var(--design-width) * 100vw);
    }
}
.c-list-howto__txt--2-1 {
    width: 29.1549295775%;
}
@media screen and (min-width: 751px) {
    .c-list-howto__txt--2-1 {
        transform: translateX(3.6231884058%);
    }
}
@media screen and (max-width: 750px) {
    .c-list-howto__txt--2-1 {
        width: calc(136 / var(--design-width) * 100vw);
    }
}
.c-list-howto__txt--2-2 {
    width: 61.1267605634%;
    margin-top: 8.8732394366%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__txt--2-2 {
        width: calc(163 / var(--design-width) * 100vw);
        margin-top: calc(64 / var(--design-width) * 100vw);
    }
}
.c-list-howto__txt--3 {
    width: 64.5774647887%;
    margin-top: 4.6478873239%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__txt--3 {
        width: calc(284 / var(--design-width) * 100vw);
        margin-top: calc(26 / var(--design-width) * 100vw);
    }
}
.c-list-howto__txt--4 {
    width: 50.0704225352%;
    margin-top: 5.9154929577%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__txt--4 {
        width: calc(234 / var(--design-width) * 100vw);
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
.c-list-howto__txt--5-1 {
    width: 61.1971830986%;
    margin-top: 5.6338028169%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__txt--5-1 {
        width: calc(169 / var(--design-width) * 100vw);
        margin-top: calc(32 / var(--design-width) * 100vw);
    }
}
.c-list-howto__txt--5-2 {
    width: 71.1971830986%;
    margin-top: 5.6338028169%;
}
@media screen and (max-width: 750px) {
    .c-list-howto__txt--5-2 {
        width: calc(278 / var(--design-width) * 100vw);
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
.c-list-howto__btn {
    display: block;
    width: 61.6197183099%;
    margin-top: 5.4929577465%;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-howto__btn {
        transition: opacity var(--hover-duration);
    }
    .c-list-howto__btn:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-list-howto__btn {
        width: calc(261 / var(--design-width) * 100vw);
        margin-top: calc(20 / var(--design-width) * 100vw);
    }
}
.c-list-howto__link-wrap {
    width: 79.2957746479%;
    margin-top: 5.4929577465%;
    display: flex;
    -moz-column-gap: 4.4603033006%;
         column-gap: 4.4603033006%;
    position: relative;
}
@media screen and (max-width: 750px) {
    .c-list-howto__link-wrap {
        width: calc(230 / var(--design-width) * 100vw);
        margin-top: calc(28 / var(--design-width) * 100vw);
        flex-direction: column;
        row-gap: calc(18 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-list-howto__link {
        width: 50%;
    }
}
@media screen and (min-width: 751px) and (hover: hover) and (pointer: fine) {
    .c-list-howto__link {
        transition: opacity var(--hover-duration);
    }
    .c-list-howto__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-list-howto__link {
        position: relative;
    }
}
.c-list-howto__link-pointer {
    position: absolute;
    width: 8.5637823372%;
    top: 89%;
    transition: left 0.5s;
    pointer-events: none;
}
@media screen and (max-width: 750px) {
    .c-list-howto__link-pointer {
        position: absolute;
        width: calc(39 / var(--design-width) * 100vw);
        top: 114%;
        left: 75.5%;
        transform: translate(-50%, -50%);
        transition: left 0.5s;
        z-index: 20;
    }
    .c-list-howto__link-pointer--1 {
        display: none;
    }
    .c-list-howto__link-pointer--2 {
        display: block;
    }
}

/* ---------------------------------------------
*   c-list-profile
--------------------------------------------- */
.c-list-profile {
    margin-inline: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    gap: calc(95 / var(--contents-width) * 100%) calc(80 / var(--contents-width) * 100%);
}
@media screen and (min-width: 751px) {
    .c-list-profile {
        width: calc(1677 / var(--contents-width) * 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-list-profile {
        grid-template-columns: repeat(2, 1fr);
        gap: calc(16 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
    }
}
.c-list-profile__item--4 img {
    width: min(110%, 550px);
    max-width: initial;
    transform: translateX(-4.5454545455%);
}
@media screen and (max-width: 750px) {
    .c-list-profile__item--4 img {
        width: 104%;
        transform: translateX(-2.5641025641%);
    }
}
.c-list-profile__item--logo {
    width: min(56%, 280px);
}
@media screen and (max-width: 750px) {
    .c-list-profile__item--logo {
        width: calc(75 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-list-faq
--------------------------------------------- */
.c-list-faq__item:first-child {
    border-top: min(2 / var(--design-width) * 100vw, 2px) solid var(--color-base-1);
}
@media screen and (max-width: 750px) {
    .c-list-faq__item:first-child {
        border-width: calc(1 / var(--design-width) * 100vw);
    }
}
.c-list-faq__item.is-open .c-list-faq__head:after {
    display: none;
}
.c-list-faq__head {
    display: block;
    width: 100%;
    padding-block: calc(35 / var(--contents-width-2) * 100%);
    border-bottom: min(2 / var(--design-width) * 100vw, 2px) solid var(--color-base-1);
    position: relative;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-faq__head {
        transition: opacity var(--hover-duration);
    }
    .c-list-faq__head:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-list-faq__head {
        padding-block: calc(14 / var(--design-width) * 100vw);
        border-width: calc(1 / var(--design-width) * 100vw);
    }
}
.c-list-faq__head::before {
    content: "";
    position: absolute;
    width: calc(38 / var(--contents-width-2) * 100%);
    height: min(4 / var(--design-width) * 100vw, 4px);
    background-color: var(--color-white-1);
    top: 50%;
    transform: translateY(-50%);
    right: calc(21 / var(--contents-width-2) * 100%);
}
@media screen and (max-width: 750px) {
    .c-list-faq__head::before {
        width: calc(20 / var(--design-width) * 100vw);
        height: calc(3 / var(--design-width) * 100vw);
        right: 0;
    }
}
.c-list-faq__head::after {
    content: "";
    position: absolute;
    width: calc(38 / var(--contents-width-2) * 100%);
    height: min(4 / var(--design-width) * 100vw, 4px);
    background-color: var(--color-white-1);
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
    right: calc(21 / var(--contents-width-2) * 100%);
}
@media screen and (max-width: 750px) {
    .c-list-faq__head::after {
        width: calc(20 / var(--design-width) * 100vw);
        height: calc(3 / var(--design-width) * 100vw);
        right: 0;
    }
}
.c-list-faq__inner {
    padding-block: calc(32 / var(--contents-width-2) * 100%);
    border-bottom: min(2 / var(--design-width) * 100vw, 2px) solid var(--color-base-1);
    position: relative;
}
@media screen and (max-width: 750px) {
    .c-list-faq__inner {
        padding-block: calc(15 / var(--design-width) * 100vw);
    }
}
.c-list-faq__item-q {
    display: block;
    padding-inline: calc(105 / 1422 * 100%) calc(90 / 1422 * 100%);
    text-align: left;
    position: relative;
}
@media screen and (max-width: 750px) {
    .c-list-faq__item-q {
        padding-inline: calc(35 / var(--design-width) * 100vw) calc(24 / var(--design-width) * 100vw);
    }
}
.c-list-faq__txt {
    font-size: min(28 / var(--design-width) * 100vw, 28px);
    line-height: 2;
    font-weight: 700;
    letter-spacing: 0.1em;
    color: var(--color-base-1);
    font-feature-settings: "palt" 1;
}
@media screen and (max-width: 700px) {
    .c-list-faq__txt {
        font-size: calc(15 / var(--design-width) * 100vw);
        letter-spacing: 0.04em;
        line-height: 1.6666666667;
        text-align: justify;
    }
}
.c-list-faq__txt a {
    display: block;
    text-decoration: underline;
    word-break: break-all;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-faq__txt a:hover {
        text-decoration: none;
    }
}
.c-list-faq__icon-q {
    width: calc(32 / 1430 * 100%);
    position: absolute;
    top: 50%;
    left: calc(22 / var(--contents-width-2) * 100%);
}
@media screen and (min-width: 751px) {
    .c-list-faq__icon-q {
        transform: translateY(-50%);
    }
}
@media screen and (max-width: 750px) {
    .c-list-faq__icon-q {
        width: calc(14 / var(--design-width) * 100vw);
        top: 0;
        left: 0.3em;
    }
}
.c-list-faq__item-a {
    width: 100%;
    position: relative;
    padding-left: calc(105 / 1422 * 100%);
}
@media screen and (max-width: 750px) {
    .c-list-faq__item-a {
        padding-left: calc(35 / var(--design-width) * 100vw);
    }
}
.c-list-faq__item-a--s > .c-list-faq__icon-a {
    top: 50%;
    transform: translateY(-50%);
}
.c-list-faq__icon-a {
    position: absolute;
    width: calc(32 / 1430 * 100%);
    top: calc(1 / var(--contents-width-2) * 100%);
    left: calc(22 / var(--contents-width-2) * 100%);
}
@media screen and (max-width: 750px) {
    .c-list-faq__icon-a {
        width: calc(14 / var(--design-width) * 100vw);
        top: calc(6 / var(--design-width) * 100vw);
        left: calc(3 / var(--design-width) * 100vw);
    }
}
.c-list-faq__img {
    margin-top: calc(48 / var(--contents-width-2) * 100%);
    padding-left: calc(110 / var(--contents-width-2) * 100%);
    width: calc(1048 / var(--contents-width-2) * 100%);
}
@media screen and (max-width: 750px) {
    .c-list-faq__img {
        margin-top: calc(14 / var(--design-width) * 100vw);
        padding-left: calc(33 / 320 * 100%);
        width: 100%;
    }
}
.c-list-faq__link {
    display: block;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-faq__link:hover {
        text-decoration: none;
    }
}
.c-list-faq__note {
    display: block;
}
@media screen and (min-width: 751px) {
    .c-list-faq__note {
        padding-left: 1em;
        text-indent: -1em;
    }
}

/* ---------------------------------------------
*   c-section-products
--------------------------------------------- */
.c-section-products {
    margin-top: calc(198 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-products {
        margin-top: calc(65 / var(--design-width) * 100vw);
    }
}
.c-section-products__ttl {
    width: calc(704 / var(--design-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-products__ttl {
        width: calc(196 / var(--design-width) * 100vw);
    }
}
.c-section-products__body {
    margin-top: calc(196 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-products__body {
        margin-top: calc(66 / var(--design-width) * 100vw);
    }
}
.c-section-products__txt {
    margin-inline: auto;
    width: calc(1022 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-products__txt {
        width: calc(286 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-present
--------------------------------------------- */
.c-section-present {
    margin-top: calc(350 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-present {
        margin-top: calc(80 / var(--design-width) * 100vw);
    }
}
.c-section-present__ttl {
    width: calc(592 / var(--contents-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-present__ttl {
        width: calc(165 / var(--design-width) * 100vw);
    }
}
.c-section-present__body {
    margin-top: calc(150 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-present__body {
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
.c-section-present__txt {
    margin-inline: auto;
}
.c-section-present__txt:not(:first-of-type) {
    margin-top: calc(58 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-present__txt:not(:first-of-type) {
        margin-top: calc(18 / var(--design-width) * 100vw);
    }
}
.c-section-present__txt--1 {
    width: calc(1146 / var(--contents-width) * 100%);
    transform: translateX(-0.872600349%);
}
@media screen and (max-width: 750px) {
    .c-section-present__txt--1 {
        width: calc(320 / var(--design-width) * 100vw);
    }
}
.c-section-present__txt--2 {
    width: calc(1030 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-present__txt--2 {
        width: calc(297 / var(--design-width) * 100vw);
    }
}
.c-section-present__txt--3 {
    width: calc(1182 / var(--contents-width) * 100%);
    position: relative;
}
@media screen and (max-width: 750px) {
    .c-section-present__txt--3 {
        width: calc(319 / var(--design-width) * 100vw);
    }
}
.c-section-present__link {
    display: block;
    width: 5.7529610829%;
    position: absolute;
    bottom: 0;
    right: 23.434856176%;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-present__link {
        transition: opacity var(--hover-duration);
    }
    .c-section-present__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-section-present__link {
        width: calc(20 / var(--design-width) * 100vw);
        right: calc(31 / var(--design-width) * 100vw);
    }
}
.c-section-present__period {
    margin-top: calc(100 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-present__period {
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-section-present__period--2 {
        margin-top: calc(36 / var(--design-width) * 100vw);
    }
}
.c-section-present__list {
    margin-top: calc(100 / var(--contents-width) * 100%);
    display: flex;
    justify-content: center;
}
@media screen and (min-width: 751px) {
    .c-section-present__list {
        -moz-column-gap: calc(100 / var(--contents-width) * 100%);
             column-gap: calc(100 / var(--contents-width) * 100%);
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 750px) {
    .c-section-present__list {
        margin-top: calc(30 / var(--design-width) * 100vw);
        flex-direction: column;
    }
}
@media screen and (min-width: 751px) {
    .c-section-present__item {
        width: calc(888 / var(--contents-width) * 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-section-present__item:not(:first-of-type) {
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-section-present__item--center {
        margin-top: calc(100 / var(--contents-width) * 100%);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-section-present__button {
        transition: opacity var(--hover-duration);
    }
    .c-section-present__button:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-section-present__btn {
    display: block;
    width: 97.7477477477%;
    margin-inline: auto;
    margin-top: 5.6306306306%;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-present__btn {
        transition: opacity var(--hover-duration);
    }
    .c-section-present__btn:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-section-present__btn {
        width: 100%;
        margin-top: calc(36 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-section-present__img--3 {
        display: block;
        width: 119.2567567568%;
    }
}

/* ---------------------------------------------
*   c-section-howto
--------------------------------------------- */
.c-section-howto {
    margin-inline: auto;
    margin-top: calc(350 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-howto {
        margin-top: calc(80 / var(--design-width) * 100vw);
    }
}
.c-section-howto__ttl {
    margin-inline: auto;
    width: calc(982 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-howto__ttl {
        width: calc(274 / var(--design-width) * 100vw);
    }
}
.c-section-howto__body {
    margin-top: calc(240 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-howto__body {
        margin-top: calc(48 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-behind
--------------------------------------------- */
.c-section-behind {
    margin-top: calc(348 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-behind {
        margin-top: calc(82 / var(--design-width) * 100vw);
    }
}
.c-section-behind__ttl {
    width: calc(1347 / var(--contents-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-behind__ttl {
        width: calc(324 / var(--design-width) * 100vw);
    }
}
.c-section-behind__body {
    margin-top: calc(140 / var(--contents-width) * 100%);
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-behind__body {
        width: calc(1282 / var(--contents-width) * 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-section-behind__body {
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-section-behind__img {
        transition: opacity var(--hover-duration);
    }
    .c-section-behind__img:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/* ---------------------------------------------
*   c-section-profile
--------------------------------------------- */
.c-section-profile {
    margin-top: calc(346 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-profile {
        margin-top: calc(62 / var(--design-width) * 100vw);
    }
}
.c-section-profile__ttl {
    width: calc(532 / var(--contents-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-profile__ttl {
        width: calc(148 / var(--design-width) * 100vw);
    }
}
.c-section-profile__body {
    margin-top: calc(194 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-profile__body {
        margin-top: calc(32 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-tips
--------------------------------------------- */
.c-section-tips {
    margin-top: calc(342 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-tips {
        margin-top: calc(80 / var(--design-width) * 100vw);
    }
}
.c-section-tips__ttl {
    width: calc(1039 / var(--contents-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-tips__ttl {
        width: calc(290 / var(--design-width) * 100vw);
    }
}
.c-section-tips__body {
    margin-top: calc(200 / var(--contents-width) * 100%);
}
@media screen and (min-width: 751px) {
    .c-section-tips__body {
        display: grid;
        grid-template-columns: calc(952 / var(--contents-width) * 100%) auto;
        gap: calc(66 / var(--contents-width) * 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-section-tips__body {
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-section-tips__img {
        width: calc(350 / var(--design-width) * 100vw);
        margin-inline: auto;
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
.c-section-tips__txt--2, .c-section-tips__txt--3 {
    margin-top: 7.5757575758%;
}
@media screen and (max-width: 750px) {
    .c-section-tips__txt--2 {
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-section-tips__txt--3 {
        margin-top: calc(24 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 750px) {
    .c-section-tips__content {
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-faq
--------------------------------------------- */
.c-section-faq {
    margin-top: calc(346 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-faq {
        margin-top: calc(81 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 751px) {
    .c-section-faq__container {
        width: calc(var(--contents-width-2) / var(--design-width) * 100%);
        margin-inline: auto;
    }
}
.c-section-faq__ttl {
    width: calc(364 / var(--contents-width-2) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-faq__ttl {
        width: calc(122 / var(--design-width) * 100vw);
    }
}
.c-section-faq__body {
    margin-top: calc(264 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-faq__body {
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-terms
--------------------------------------------- */
.c-section-terms {
    margin-top: calc(300 / var(--design-width) * 100%);
    margin-inline: auto;
    border: min(1 / var(--design-width) * 100vw, 1px) solid var(--color-base-1);
}
@media screen and (min-width: 751px) {
    .c-section-terms {
        width: calc((var(--contents-width-2)) / var(--design-width) * 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-section-terms {
        margin-top: calc(60 / var(--design-width) * 100vw);
    }
}
.c-section-terms + .c-section-terms {
    margin-top: calc(94 / var(--contents-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-terms + .c-section-terms {
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
.c-section-terms__container {
    width: calc(1182 / (var(--contents-width-2)) * 100%);
    margin-inline: auto;
    padding-block: calc(58 / (var(--contents-width-2)) * 100%) calc(80 / (var(--contents-width-2)) * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-terms__container {
        width: calc(280 / var(--design-width) * 100vw);
        padding-block: calc(21 / var(--design-width) * 100vw) calc(25 / var(--design-width) * 100vw);
    }
}
.c-section-terms__container--2 {
    padding-block: calc(42 / (var(--contents-width-2)) * 100%) calc(56 / (var(--contents-width-2)) * 100%);
}
@media screen and (min-width: 751px) {
    .c-section-terms__container--2 {
        width: 83.3802816901%;
    }
}
@media screen and (max-width: 750px) {
    .c-section-terms__container--2 {
        padding-block: calc(26 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-top-links
--------------------------------------------- */
.c-top-links {
    position: relative;
    margin-inline: auto;
    z-index: 2;
}
.c-top-links__container {
    margin-inline: auto;
    width: calc(1730 / 2340 * 100%);
}
@media screen and (max-width: 750px) {
    .c-top-links__container {
        width: 100%;
    }
}
.c-top-links__item-wrap {
    display: flex;
    flex-direction: column;
    gap: min(40px, 80 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-top-links__item-wrap {
        display: block;
    }
}
.c-top-links__item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: calc(45 / 1730 * 100%);
}
@media screen and (max-width: 750px) {
    .c-top-links__item {
        width: 100%;
        gap: calc(12 / 375 * 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-top-links__item--1 {
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
    .c-top-links__item--2 {
        margin-top: calc(60 / var(--design-width) * 100vw);
    }
    .c-top-links__item--3 {
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-top-links__period-sp {
    display: block;
    width: calc(317 / 330 * 100%);
}
@media screen and (max-width: 750px) {
    .c-top-links__period-sp--2 {
        margin-top: calc(46 / var(--design-width) * 100vw);
    }
}
.c-top-links__period-sp img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.c-top-links__img {
    margin-inline: auto;
    position: relative;
    display: block;
    text-align: center;
}
.c-top-links__img--1 {
    align-self: flex-start;
}
.c-top-links__img--1-wh {
    align-self: flex-start;
    width: calc(268 / 1730 * 100%);
}
@media screen and (max-width: 750px) {
    .c-top-links__img--1-wh {
        width: calc(103 / var(--design-width) * 100vw);
    }
}
.c-top-links__img--2 {
    margin-top: min(-11px, -22 / 360 * 100%);
    width: calc(268 / 1730 * 100%);
}
@media (hover: hover) and (pointer: fine) {
    .c-top-links__img--2 {
        transition: opacity var(--hover-duration);
    }
    .c-top-links__img--2:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-top-links__img--2 {
        margin-top: calc(-8 / var(--design-width) * 100vw);
        width: calc(100 / var(--design-width) * 100vw);
    }
}
.c-top-links__img--3 {
    margin-top: min(-5px, -10 / 360 * 100%);
}
@media (hover: hover) and (pointer: fine) {
    .c-top-links__img--3 {
        transition: opacity var(--hover-duration);
    }
    .c-top-links__img--3:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-top-links__img--3 {
        width: calc(140 / var(--design-width) * 100vw);
        width: 100%;
    }
}
.c-top-links__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.c-top-links__img-btn {
    position: absolute;
    z-index: 1;
    bottom: min(-6px, -12 / var(--design-width) * 100vw);
    right: 0;
}
@media screen and (max-width: 750px) {
    .c-top-links__img-btn {
        bottom: 0;
    }
}
.c-top-links__img-btn--1 {
    width: calc(30 / 268 * 100%);
    right: min(-2px, -4 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-top-links__img-btn--1 {
        bottom: calc(-13 / var(--design-width) * 100vw);
        right: calc(-3 / var(--design-width) * 100vw);
    }
}
.c-top-links__img-btn--2 {
    width: calc(30 / 356 * 100%);
    right: min(20px, 40 / var(--design-width) * 100vw);
}
@media screen and (max-width: 750px) {
    .c-top-links__img-btn--2 {
        bottom: calc(10 / var(--design-width) * 100vw);
        right: calc(10 / var(--design-width) * 100vw);
    }
}
.c-top-links__link {
    flex-shrink: 0;
    width: calc(1300 / 1730 * 100%);
}
@media (hover: hover) and (pointer: fine) {
    .c-top-links__link {
        transition: opacity var(--hover-duration);
    }
    .c-top-links__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-top-links__link {
        width: calc(255 / 330 * 100%);
    }
}
.c-top-links__link img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

/* ---------------------------------------------
*   c-modal-presents
--------------------------------------------- */
.c-modal-presents {
    display: none;
}
.c-modal-presents.is-open {
    display: block;
}
.c-modal-presents__overlay {
    position: fixed;
    inset: 0;
    z-index: 30;
}
.c-modal-presents__inner {
    display: grid;
    place-items: center;
    height: 100%;
    background: rgba(var(--color-black-1-rgb), 0.9);
}
@media screen and (max-width: 750px) {
    .c-modal-presents__inner {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        transition: outline 0s;
    }
}
.c-modal-presents__container {
    position: relative;
    width: min(92%, 270px);
    height: auto;
    background-color: var(--color-black-3);
    width: calc(1700 / 2360 * 100%);
}
@media screen and (max-width: 750px) {
    .c-modal-presents__container {
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
    }
}
.c-modal-presents__inner-wrap {
    position: relative;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    width: min(1130px, 1130 / 1700 * 100%);
    height: auto;
    max-height: 85vh;
    border-radius: 4px;
    transition: outline 0s;
}
.c-modal-presents__inner-wrap::-webkit-scrollbar {
    display: none;
}
@media print, screen and (min-width: 751px) {
    .c-modal-presents__inner-wrap {
        padding-block: min(111px, 111 / 1700 * 100%) min(75px, 75 / 1700 * 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-modal-presents__inner-wrap {
        width: 100%;
        max-height: 82dvh;
    }
}
@media screen and (max-width: 750px) and (orientation: landscape) {
    .c-modal-presents__inner-wrap {
        max-height: 60dvh;
    }
}
.c-modal-presents__content {
    position: relative;
}
.c-modal-presents__content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.c-modal-presents__close-btn {
    z-index: 40;
    position: absolute;
    width: calc(60 / 1700 * 100%);
    height: 0;
    padding-top: calc(60 / 1700 * 100%);
    overflow: hidden;
    background: url(/_var/lp/unilever/da-ice2025/images/icn_close.png) no-repeat center/contain;
    top: min(63px, 35 / 1320 * 100%);
    right: min(63px, 25 / 1700 * 100%);
    cursor: pointer;
    outline: none;
}
@media (hover: hover) and (pointer: fine) {
    .c-modal-presents__close-btn {
        transition: opacity var(--hover-duration);
    }
    .c-modal-presents__close-btn:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-modal-presents__close-btn {
        width: 7.6923076923%;
        padding-top: 7.6923076923%;
    }
}

/* Modal Animation Style
--------------------------------------------- */
.c-modal-presents[aria-hidden=false] .c-modal-presents__overlay {
    animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal-presents[aria-hidden=false] .c-modal-presents__container {
    animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal-presents[aria-hidden=true] .c-modal-presents__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal-presents[aria-hidden=true] .c-modal-presents__container {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal-presents__overlay, .c-modal-presents__container {
    will-change: transform;
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/* ---------------------------------------------
*   c-modal-movie
--------------------------------------------- */
.c-modal-movie {
    display: none;
}
.c-modal-movie.is-open {
    display: block;
}
.c-modal-movie__overlay {
    position: fixed;
    inset: 0;
    z-index: 30;
}
.c-modal-movie__inner {
    display: grid;
    place-items: center;
    height: 100%;
    background: rgba(var(--color-black-1-rgb), 0.9);
    overflow: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    transition: outline 0s;
}
@media screen and (max-width: 750px) and (orientation: landscape) {
    .c-modal-movie__inner {
        height: 100vh;
    }
}
@media screen and (max-width: 750px) {
    .c-modal-movie__inner {
        overflow: scroll;
        -ms-overflow-style: none;
        scrollbar-width: none;
        transition: outline 0s;
    }
}
.c-modal-movie__container {
    position: relative;
    width: calc(1700 / 2360 * 100%);
    box-sizing: border-box;
    padding: min(120px, 80 / var(--design-width) * 100vw);
    background-color: #333;
}
@media screen and (max-width: 750px) and (orientation: landscape) {
    .c-modal-movie__container {
        padding: calc(20 / var(--design-width) * 100vw) 0;
        min-height: 100vh;
    }
}
@media screen and (max-width: 750px) {
    .c-modal-movie__container {
        padding-inline: 0;
        width: 100%;
        min-height: calc(1334 / var(--design-width) * 100vw);
        max-height: 82dvh;
        display: flex;
        align-items: center;
    }
}
.c-modal-movie__close-btn {
    z-index: 40;
    position: absolute;
    width: min(50px, 50 / 1700 * 100%);
    height: 0;
    padding-top: min(50px, 50 / 1700 * 100%);
    overflow: hidden;
    background: url(/_var/lp/unilever/da-ice2025/images/icn_close.png) no-repeat center/contain;
    top: min(63px, 35 / 1320 * 100%);
    right: min(63px, 25 / 1700 * 100%);
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .c-modal-movie__close-btn {
        transition: opacity var(--hover-duration);
    }
    .c-modal-movie__close-btn:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-modal-movie__close-btn {
        width: 7.6923076923%;
        padding-top: 7.6923076923%;
    }
}
.c-modal-movie__content {
    margin-inline: auto;
    width: 100%;
    background-color: var(--color-black-3);
    aspect-ratio: 1280/719;
}
@media screen and (max-width: 750px) {
    .c-modal-movie__content {
        width: 100%;
    }
}

/* Modal Animation Style
--------------------------------------------- */
.c-modal-movie[aria-hidden=false] .c-modal-movie__overlay {
    animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal-movie[aria-hidden=false] .c-modal-movie__container {
    animation: mmfadeIn 0.5s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal-movie[aria-hidden=true] .c-modal-movie__overlay {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal-movie[aria-hidden=true] .c-modal-movie__container {
    animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}
.c-modal-movie__overlay, .c-modal-movie__container {
    will-change: transform;
}

@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   font-wight
--------------------------------------------- */
.fw-normal {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

/* ---------------------------------------------
*   text-align
--------------------------------------------- */
.txt-al-center {
    text-align: center !important;
}

.txt-al-right {
    text-align: right !important;
}

.txt-al-left {
    text-align: left !important;
}

/* ---------------------------------------------
*   アコーディオン
--------------------------------------------- */
.js-acc-target {
    --acc-body-height: 0px;
    height: 0;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}
.js-acc-scope.is-close .js-acc-target {
    animation: closeAccAnim 0.5s forwards;
}

.js-acc-scope.is-open .js-acc-target {
    animation: openAccAnim 0.5s forwards;
}

@keyframes openAccAnim {
    0% {
        height: 0px;
        visibility: hidden;
    }
    99% {
        height: var(--acc-body-height);
        visibility: visible;
    }
    100% {
        height: auto;
    }
}
@keyframes closeAccAnim {
    0% {
        height: var(--acc-body-height);
    }
    99% {
        visibility: visible;
    }
    100% {
        height: 0px;
        visibility: hidden;
    }
}

@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 750px), screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
/* ---------------------------------------------
*   margin-top
--------------------------------------------- */
.mgt-pc--0 {
    margin-top: 0 !important;
}

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--10 {
        margin-top: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--15 {
        margin-top: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--20 {
        margin-top: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--25 {
        margin-top: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--30 {
        margin-top: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--35 {
        margin-top: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--40 {
        margin-top: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--45 {
        margin-top: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--50 {
        margin-top: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--55 {
        margin-top: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--60 {
        margin-top: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--65 {
        margin-top: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--70 {
        margin-top: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--75 {
        margin-top: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--80 {
        margin-top: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--85 {
        margin-top: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--90 {
        margin-top: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--95 {
        margin-top: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--100 {
        margin-top: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--105 {
        margin-top: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--110 {
        margin-top: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--115 {
        margin-top: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--120 {
        margin-top: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--125 {
        margin-top: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--130 {
        margin-top: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--135 {
        margin-top: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--140 {
        margin-top: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--145 {
        margin-top: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--150 {
        margin-top: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--155 {
        margin-top: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--160 {
        margin-top: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--165 {
        margin-top: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--170 {
        margin-top: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--175 {
        margin-top: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--180 {
        margin-top: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--185 {
        margin-top: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--190 {
        margin-top: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--195 {
        margin-top: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--200 {
        margin-top: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--205 {
        margin-top: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--210 {
        margin-top: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--215 {
        margin-top: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--220 {
        margin-top: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--225 {
        margin-top: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--230 {
        margin-top: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--235 {
        margin-top: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--240 {
        margin-top: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--245 {
        margin-top: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--250 {
        margin-top: calc(250 / var(--design-width) * 100vw) !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--10 {
        margin-bottom: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--15 {
        margin-bottom: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--20 {
        margin-bottom: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--25 {
        margin-bottom: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--30 {
        margin-bottom: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--35 {
        margin-bottom: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--40 {
        margin-bottom: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--45 {
        margin-bottom: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--50 {
        margin-bottom: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--55 {
        margin-bottom: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--60 {
        margin-bottom: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--65 {
        margin-bottom: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--70 {
        margin-bottom: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--75 {
        margin-bottom: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--80 {
        margin-bottom: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--85 {
        margin-bottom: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--90 {
        margin-bottom: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--95 {
        margin-bottom: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--100 {
        margin-bottom: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--105 {
        margin-bottom: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--110 {
        margin-bottom: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--115 {
        margin-bottom: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--120 {
        margin-bottom: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--125 {
        margin-bottom: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--130 {
        margin-bottom: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--135 {
        margin-bottom: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--140 {
        margin-bottom: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--145 {
        margin-bottom: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--150 {
        margin-bottom: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--155 {
        margin-bottom: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--160 {
        margin-bottom: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--165 {
        margin-bottom: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--170 {
        margin-bottom: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--175 {
        margin-bottom: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--180 {
        margin-bottom: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--185 {
        margin-bottom: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--190 {
        margin-bottom: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--195 {
        margin-bottom: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--200 {
        margin-bottom: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--205 {
        margin-bottom: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--210 {
        margin-bottom: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--215 {
        margin-bottom: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--220 {
        margin-bottom: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--225 {
        margin-bottom: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--230 {
        margin-bottom: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--235 {
        margin-bottom: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--240 {
        margin-bottom: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--245 {
        margin-bottom: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--250 {
        margin-bottom: calc(250 / var(--design-width) * 100vw) !important;
    }
}