@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    background-color: var(--color-beige-1);
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    padding-bottom: calc(16 / var(--design-width) * 100%);
    overflow: hidden;
    position: relative;
}
@media screen and (max-width: 960px) {
    .l-contents {
        margin-bottom: calc(-6 / var(--design-width) * 100%);
        padding-bottom: 0;
    }
}
.l-contents::before {
    content: "";
    display: block;
    width: 100%;
    height: 1914px;
    background: url("/brandstory/img/bg_grad-1.png") no-repeat 0 0/100% 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s 1s;
}
@media screen and (min-width: 1751px) {
    .l-contents::before {
        height: 3000px;
        background-image: url("/brandstory/img/bg_grad-1-repeat.png");
        background-repeat: repeat-x;
        background-size: 3500px 100%;
        background-position: left calc(50% - 875px) top 0;
    }
}
@media screen and (max-width: 1366px) {
    .l-contents::before {
        height: clamp(1814px, 207.5921908894svh, 1914px);
    }
}
@media screen and (max-width: 960px) {
    .l-contents::before {
        height: auto;
        aspect-ratio: 390/1173;
        background-image: url("/brandstory/img/sp/bg_grad-1.png");
    }
}
.is-start .l-contents::before {
    opacity: 1;
    visibility: visible;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    position: relative;
    background-color: var(--color-red-1);
    /*  l-footer-nav
    --------------------------------------------- */
}
.l-footer::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1366/51;
    margin-top: calc(-49 / var(--design-width) * 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: url("/brandstory/img/bg_footer.svg") no-repeat center/100% 100%;
}
@media screen and (max-width: 960px) {
    .l-footer::before {
        margin-top: calc(-16 / var(--design-width) * 100%);
        background-image: url("/brandstory/img/sp/bg_footer.png");
        background-size: 100% auto;
        aspect-ratio: 390/19;
    }
}
.l-footer__container {
    margin-inline: auto;
    padding: max(32 / var(--design-width) * 100%, 32px) calc(var(--contents-side-padding) * 1px) max(40 / var(--design-width) * 100%, 40px);
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 1em;
    position: relative;
    z-index: 1;
}
@media screen and (min-width: 961px) {
    .l-footer__container {
        max-width: calc((var(--contents-width) + var(--contents-side-padding) * 2) * 1px);
    }
}
@media screen and (max-width: 960px) {
    .l-footer__container {
        width: calc(var(--contents-width) / var(--design-width) * 100vw);
        flex-direction: column;
        align-items: flex-start;
        gap: calc(38 / var(--design-width) * 100vw);
        padding: calc(54 / var(--design-width) * 100vw) 0 calc(24 / var(--design-width) * 100vw);
    }
}
.l-footer__copyright {
    color: var(--color-white-1);
    font-size: calc(12 / var(--root-fz) * 1rem);
    letter-spacing: 0.04em;
    line-height: 2.4166666667;
    flex-shrink: 0;
}
@media screen and (max-width: 960px) {
    .l-footer__copyright {
        width: 100%;
        font-size: calc(10 / var(--root-fz) * 1rem);
        text-align: center;
    }
}
.l-footer .l-footer-nav__list {
    max-width: 820px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 1em;
    color: var(--color-white-1);
    font-size: calc(12 / var(--root-fz) * 1rem);
    letter-spacing: 0.04em;
    line-height: 2.4166666667;
}
@media screen and (max-width: 960px) {
    .l-footer .l-footer-nav__list {
        flex-direction: column;
        font-size: calc(10 / var(--root-fz) * 1rem);
        line-height: 2.7;
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-footer .l-footer-nav__link:hover {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   c-block-set
--------------------------------------------- */
.c-block-set {
    position: relative;
}
.c-block-set__inner {
    max-width: calc(var(--design-width) * 1px);
    margin-inline: auto;
    position: relative;
}
@media screen and (max-width: 960px) {
    .c-block-set__inner {
        max-width: initial;
    }
}
.c-block-set--bg-1 {
    position: relative;
}
.c-block-set--bg-1::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1366/1801;
    background: url("/brandstory/img/bg_1.png") no-repeat center/100% auto;
    position: absolute;
    top: 2.5%;
    left: 50%;
    z-index: 1;
    transform: translateX(-55%);
    pointer-events: none;
}
@media screen and (min-width: 1367px) {
    .c-block-set--bg-1::before {
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 960px) {
    .c-block-set--bg-1::before {
        width: 100%;
        aspect-ratio: 390/514;
        background-image: url("/brandstory/img/sp/bg_1.jpg");
        top: 29%;
        left: 0;
        transform: translateX(0);
    }
}
.c-block-set--bg-2 {
    position: relative;
}
.c-block-set--bg-2::before {
    content: "";
    display: block;
    width: 100%;
    aspect-ratio: 1582/4782;
    background: url("/brandstory/img/bg_4.png") no-repeat center/100% auto;
    position: absolute;
    top: -69.3%;
    left: 0;
    pointer-events: none;
}
@media screen and (min-width: 1367px) {
    .c-block-set--bg-2::before {
        height: 4124.750473784px;
        aspect-ratio: auto;
        background-image: url("/brandstory/img/bg_4-repeat.png");
        background-repeat: repeat-x;
        background-size: 3020.2147820594px 100%;
        background-position: left calc(50% - 755.0536955148px) top 0;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 960px) {
    .c-block-set--bg-2::before {
        aspect-ratio: 410/962;
        background-image: url("/brandstory/img/sp/bg_4.png");
        mix-blend-mode: saturation;
        top: -29%;
    }
}
@media screen and (min-width: 961px) {
    .c-block-set--bg-3 {
        position: relative;
    }
    .c-block-set--bg-3::before {
        content: "";
        display: block;
        width: 100%;
        aspect-ratio: 1366/1583;
        background: url("/brandstory/img/bg_3.png") no-repeat center/100% 100%;
        position: absolute;
        bottom: -0.5%;
        left: 0;
        pointer-events: none;
    }
}
@media screen and (min-width: 1367px) {
    .c-block-set--bg-3::before {
        bottom: calc(24 / var(--design-width) * 100vw * -1);
    }
}

/* ---------------------------------------------
*   c-block-rope
--------------------------------------------- */
.c-block-rope {
    position: relative;
    z-index: 1;
    pointer-events: none;
}
.c-block-rope svg {
    width: 100%;
    height: auto;
    transform: translateZ(0);
}
@media screen and (max-width: 960px) {
    .c-block-rope svg path {
        stroke-width: 2px;
    }
}
.c-block-rope--1 {
    width: calc(476.6 / var(--design-width) * 100%);
    padding-top: calc(466 / var(--design-width) * 100%);
    margin-left: calc(489 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--1 {
        width: calc(303 / var(--design-width) * 100vw);
        padding-top: calc(124 / var(--design-width) * 100%);
        margin-left: calc(36 / var(--design-width) * 100%);
    }
}
.c-block-rope--2 {
    width: calc(529.4 / var(--design-width) * 100%);
    padding-top: calc(220 / var(--design-width) * 100%);
    margin-left: calc(324 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--2 {
        width: calc(183 / var(--design-width) * 100vw);
        padding-top: calc(112 / var(--design-width) * 100%);
        margin-left: calc(66 / var(--design-width) * 100%);
    }
}
.c-block-rope--3 {
    width: calc(852.5 / var(--design-width) * 100%);
    margin-top: calc(-82 / var(--design-width) * 100%);
    margin-left: calc(205 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--3 {
        width: calc(346 / var(--design-width) * 100vw);
        margin-top: calc(35 / var(--design-width) * 100%);
        margin-left: calc(13 / var(--design-width) * 100%);
    }
}
.c-block-rope--4 {
    width: calc(589.5 / var(--design-width) * 100%);
    padding-top: calc(255 / var(--design-width) * 100%);
    margin-left: calc(245 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--4 {
        width: calc(128 / var(--design-width) * 100vw);
        padding-top: calc(122 / var(--design-width) * 100%);
        margin-left: calc(36 / var(--design-width) * 100%);
    }
}
.c-block-rope--5 {
    width: calc(535.1 / var(--design-width) * 100%);
    padding-top: calc(143 / var(--design-width) * 100%);
    margin-left: calc(358 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--5 {
        width: calc(215 / var(--design-width) * 100vw);
        padding-top: calc(92 / var(--design-width) * 100%);
        margin-left: calc(37 / var(--design-width) * 100%);
    }
}
.c-block-rope--6 {
    width: calc(470.5 / var(--design-width) * 100%);
    padding-top: calc(264 / var(--design-width) * 100%);
    margin-left: calc(343 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--6 {
        width: calc(141 / var(--design-width) * 100vw);
        padding-top: calc(108 / var(--design-width) * 100%);
        margin-left: calc(85 / var(--design-width) * 100%);
    }
}
.c-block-rope--7 {
    width: calc(784.8 / var(--design-width) * 100%);
    padding-top: calc(100 / var(--design-width) * 100%);
    margin-left: calc(226 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--7 {
        width: calc(281 / var(--design-width) * 100vw);
        padding-top: calc(30 / var(--design-width) * 100%);
        margin-left: calc(27 / var(--design-width) * 100%);
    }
}
.c-block-rope--8 {
    width: calc(761.2 / var(--design-width) * 100%);
    padding-top: calc(258 / var(--design-width) * 100%);
    margin-left: calc(485 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--8 {
        width: calc(258 / var(--design-width) * 100vw);
        padding-top: calc(91 / var(--design-width) * 100%);
        margin-left: calc(112 / var(--design-width) * 100%);
    }
}
.c-block-rope--9 {
    width: calc(455 / var(--design-width) * 100%);
    margin-top: calc(-86 / var(--design-width) * 100%);
    margin-left: calc(106 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--9 {
        width: calc(209 / var(--design-width) * 100vw);
        margin-top: 0;
        padding-top: calc(7 / var(--design-width) * 100%);
        margin-left: calc(27 / var(--design-width) * 100%);
    }
}
.c-block-rope--10 {
    width: calc(379.8 / var(--design-width) * 100%);
    padding-top: calc(195 / var(--design-width) * 100%);
    margin-left: calc(200 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--10 {
        width: calc(114 / var(--design-width) * 100vw);
        padding-top: calc(90 / var(--design-width) * 100%);
        margin-left: calc(32 / var(--design-width) * 100%);
    }
}
.c-block-rope--11 {
    width: calc(849.8 / var(--design-width) * 100%);
    padding-top: calc(450 / var(--design-width) * 100%);
    margin-left: calc(234 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--11 {
        width: calc(445 / var(--design-width) * 100vw);
        padding-top: calc(22 / var(--design-width) * 100%);
        margin-left: calc(-14 / var(--design-width) * 100%);
    }
}
.c-block-rope--12 {
    width: calc(787 / var(--design-width) * 100%);
    padding-top: calc(114 / var(--design-width) * 100%);
    margin-left: calc(307 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--12 {
        width: calc(418 / var(--design-width) * 100vw);
        margin-top: calc(-7 / var(--design-width) * 100%);
        margin-left: calc(9 / var(--design-width) * 100%);
        padding-top: 0;
    }
}
.c-block-rope--13 {
    width: calc(305.8 / var(--design-width) * 100%);
    padding-top: calc(72 / var(--design-width) * 100%);
    margin-left: calc(114 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--13 {
        width: calc(287 / var(--design-width) * 100vw);
        margin-top: calc(-15 / var(--design-width) * 100%);
        margin-left: calc(-52 / var(--design-width) * 100%);
        padding-top: 0;
    }
}
.c-block-rope--14 {
    width: calc(685.6 / var(--design-width) * 100%);
    padding-top: calc(35 / var(--design-width) * 100%);
    margin-left: calc(353 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--14 {
        width: calc(238 / var(--design-width) * 100vw);
        padding-top: calc(12 / var(--design-width) * 100%);
        margin-left: calc(74 / var(--design-width) * 100%);
    }
}
.c-block-rope--15 {
    width: calc(338.3 / var(--design-width) * 100%);
    padding-top: calc(64 / var(--design-width) * 100%);
    margin-left: calc(675 / var(--design-width) * 100%);
}
@media screen and (max-width: 960px) {
    .c-block-rope--15 {
        width: calc(101 / var(--design-width) * 100vw);
        padding-top: calc(1 / var(--design-width) * 100%);
        margin-left: calc(187 / var(--design-width) * 100%);
    }
}
.c-block-rope--16 {
    width: 100%;
    padding-top: 33%;
    z-index: 3;
}
@media screen and (max-width: 960px) {
    .c-block-rope--16 {
        padding-top: 57%;
    }
}

/* ---------------------------------------------
*   c-block-1
--------------------------------------------- */
.c-block-1 {
    width: 100%;
    position: absolute;
    bottom: 12.1%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
    .c-block-1 {
        bottom: 19.5%;
    }
}
.c-block-1__txt {
    color: var(--color-red-1);
    font-size: calc(26 / var(--root-fz) * 1rem);
    letter-spacing: 0.134em;
    line-height: 1.8461538462;
    text-align: center;
    font-weight: 700;
}
@media screen and (max-width: 960px) {
    .c-block-1__txt {
        font-size: calc(16 / var(--root-fz) * 1rem);
        letter-spacing: 0.05em;
        line-height: 1.8125;
    }
}
.c-block-1__logo {
    width: calc(180 / var(--design-width) * 100%);
    margin-top: calc(100 / var(--design-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 960px) {
    .c-block-1__logo {
        width: calc(102 / var(--design-width) * 100%);
        margin-top: calc(50 / var(--design-width) * 100%);
    }
}

/* ---------------------------------------------
*   c-block-2
--------------------------------------------- */
.c-block-2 {
    width: 100%;
    position: absolute;
    bottom: 2.3%;
    left: 50%;
    transform: translateX(-50.3%);
}
@media screen and (max-width: 960px) {
    .c-block-2 {
        bottom: 6.2%;
        transform: translateX(-50%);
    }
}
.c-block-2__link {
    display: flex;
    align-items: center;
    gap: 13px;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-inline: 0.2em;
    padding-bottom: 8px;
    color: var(--color-red-1);
    font-size: calc(22 / var(--root-fz) * 1rem);
    letter-spacing: 0.05em;
    font-weight: 600;
    border-bottom: 1px solid var(--color-red-1);
}
@media screen and (max-width: 960px) {
    .c-block-2__link {
        gap: calc(5 / var(--design-width) * 100vw);
        padding-bottom: calc(4 / var(--design-width) * 100vw);
        font-size: calc(14 / var(--root-fz) * 1rem);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-block-2__link:hover {
        border-color: transparent;
    }
}
.c-block-2__link-img {
    display: block;
    width: 23px;
}
@media screen and (max-width: 960px) {
    .c-block-2__link-img {
        width: calc(17 / var(--design-width) * 100vw);
    }
}
.c-block-2__link-img img {
    display: block;
}
.c-block-2__txt {
    margin-top: 24px;
    font-size: calc(12 / var(--root-fz) * 1rem);
    letter-spacing: 0;
    line-height: 1.8333333333;
    font-weight: 500;
    text-align: center;
}
@media screen and (max-width: 960px) {
    .c-block-2__txt {
        margin-top: calc(19 / var(--design-width) * 100vw);
        font-size: calc(10 / var(--root-fz) * 1rem);
        letter-spacing: 0.03em;
        line-height: 1.6;
        font-weight: 400;
    }
}

/* ---------------------------------------------
*   c-block-bg
--------------------------------------------- */
.c-block-bg {
    position: relative;
}
.c-block-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: absolute;
    top: 1%;
    left: 0;
    pointer-events: none;
}
@media screen and (min-width: 1879px) {
    .c-block-bg::before {
        background-image: url("/brandstory/img/bg_2-repeat.png");
        background-repeat: repeat-x;
        background-size: 3752px 100%;
        background-position: left calc(50% - 938px) top 0;
    }
}
@media screen and (min-width: 1367px) and (max-width: 1878px) {
    .c-block-bg::before {
        background-image: url("/brandstory/img/bg_2.png");
    }
}
@media screen and (max-width: 1366px) {
    .c-block-bg::before {
        background-image: url("/brandstory/img/bg_2.png");
        width: calc(1876 / var(--design-width) * 100%);
        left: 50%;
        transform: translateX(-50%);
    }
}

/* ---------------------------------------------
*   c-block-fade
--------------------------------------------- */
.c-block-fade {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
}
.c-block-fade.is-visible {
    opacity: 1;
    visibility: visible;
}

/* ---------------------------------------------
*   c-img-blob
--------------------------------------------- */
.c-img-blob {
    position: absolute;
    z-index: 2;
    width: -moz-max-content;
    width: max-content;
}
.c-img-blob svg {
    width: 100%;
    height: auto;
}
.c-img-blob--1 {
    width: calc(661.8 / var(--design-width) * 100%);
    top: 1%;
    left: 15%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--1 {
        width: calc(257 / var(--design-width) * 100%);
        top: 2%;
        left: 1%;
    }
}
.c-img-blob--2 {
    width: calc(876.9 / var(--design-width) * 100%);
    bottom: 19.7%;
    left: 40.6%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--2 {
        width: calc(297 / var(--design-width) * 100%);
        top: 40%;
        left: auto;
        right: -6%;
    }
}
.c-img-blob--3 {
    width: calc(434 / var(--design-width) * 100%);
    top: 66.5%;
    left: 5.2%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--3 {
        width: calc(170 / var(--design-width) * 100%);
        top: 74%;
        left: -2%;
    }
}
.c-img-blob--4 {
    width: calc(335.8 / var(--design-width) * 100%);
    bottom: -7.6%;
    left: 46.5%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--4 {
        width: calc(159 / var(--design-width) * 100%);
        bottom: -8.5%;
        left: 50%;
    }
}
.c-img-blob--5 {
    width: calc(805.7 / var(--design-width) * 100%);
    top: -24.5%;
    left: 6%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--5 {
        width: calc(277 / var(--design-width) * 100%);
        top: -28%;
        left: -1%;
    }
}
.c-img-blob--6 {
    width: calc(267.3 / var(--design-width) * 100%);
    top: 26.7%;
    right: 9.5%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--6 {
        width: calc(90 / var(--design-width) * 100%);
        top: 35%;
        right: 12%;
    }
}
.c-img-blob--7 {
    width: calc(756.1 / var(--design-width) * 100%);
    top: -31%;
    left: 26.5%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--7 {
        width: calc(261 / var(--design-width) * 100%);
        top: -9.5%;
        left: 21%;
    }
}
.c-img-blob--8 {
    width: calc(257.3 / var(--design-width) * 100%);
    top: 9.5%;
    left: 7.5%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--8 {
        width: calc(77 / var(--design-width) * 100%);
        top: -12.8%;
        left: 4%;
    }
}
.c-img-blob--9 {
    width: calc(704.1 / var(--design-width) * 100%);
    top: -16%;
    left: 50%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--9 {
        width: calc(232 / var(--design-width) * 100%);
        top: -8%;
        left: 48%;
    }
}
.c-img-blob--10 {
    width: calc(382.4 / var(--design-width) * 100%);
    top: 32%;
    left: 6%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--10 {
        width: calc(115 / var(--design-width) * 100%);
        top: 41%;
        left: 4%;
    }
}
.c-img-blob--11 {
    width: calc(526.6 / var(--design-width) * 100%);
    top: -8.5%;
    right: -2%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--11 {
        width: calc(179 / var(--design-width) * 100%);
        top: -5.5%;
        right: -2%;
    }
}
.c-img-blob--12 {
    width: calc(456.5 / var(--design-width) * 100%);
    top: 20%;
    left: 6%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--12 {
        width: calc(137 / var(--design-width) * 100%);
        top: 29%;
        left: 8%;
    }
}
.c-img-blob--13 {
    width: calc(784.4 / var(--design-width) * 100%);
    top: 73%;
    left: 21%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--13 {
        width: calc(298 / var(--design-width) * 100%);
        top: 80%;
        left: 9%;
    }
}
.c-img-blob--14 {
    width: calc(801.7 / var(--design-width) * 100%);
    top: 71%;
    left: 6%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--14 {
        width: calc(236 / var(--design-width) * 100%);
        top: 84.5%;
        left: -5%;
    }
}
.c-img-blob--15 {
    width: calc(929.3 / var(--design-width) * 100%);
    padding-bottom: calc(57 / var(--design-width) * 100%);
    top: 81%;
    left: 34.5%;
    z-index: 3;
}
@media screen and (max-width: 960px) {
    .c-img-blob--15 {
        width: calc(278 / var(--design-width) * 100%);
        padding-bottom: 0;
        top: 80%;
        left: 31%;
    }
}
@media screen and (min-width: 961px) {
    .c-img-blob--15::before {
        content: "";
        display: block;
        width: 35%;
        height: 100%;
        background-color: var(--color-beige-1);
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media screen and (min-width: 961px) {
    .c-img-blob--15 svg {
        position: relative;
    }
}
.c-img-blob--16 {
    width: calc(389.9 / var(--design-width) * 100%);
    padding: calc(194 / var(--design-width) * 100%) calc(48 / var(--design-width) * 100%) calc(44 / var(--design-width) * 100%) calc(88 / var(--design-width) * 100%);
    background-color: var(--color-beige-1);
    bottom: -65.6%;
    left: 5.2%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--16 {
        width: calc(124 / var(--design-width) * 100%);
        padding: calc(42 / var(--design-width) * 100vw) calc(12 / var(--design-width) * 100vw) calc(2 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw);
        bottom: -39%;
        left: 2%;
    }
}
.c-img-blob--17 {
    width: calc(665 / var(--design-width) * 100%);
    top: 81.5%;
    left: 11%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--17 {
        width: calc(239 / var(--design-width) * 100%);
        top: 82%;
        left: 10%;
    }
}
.c-img-blob--18 {
    width: calc(526.7 / var(--design-width) * 100%);
    bottom: -49%;
    right: -2%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--18 {
        width: calc(137 / var(--design-width) * 100%);
        bottom: -46%;
        right: 5%;
    }
}
.c-img-blob--19 {
    width: calc(428.5 / var(--design-width) * 100%);
    bottom: -100%;
    left: 10%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--19 {
        width: calc(165 / var(--design-width) * 100%);
        bottom: -113%;
        left: 6%;
    }
}
.c-img-blob--20 {
    width: calc(394.1 / var(--design-width) * 100%);
    top: 43%;
    right: 11%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--20 {
        width: calc(118 / var(--design-width) * 100%);
        top: 56%;
        right: 11%;
    }
}
.c-img-blob--21 {
    width: calc(818.7 / var(--design-width) * 100%);
    top: 76%;
    left: 6.7%;
    z-index: 4;
}
@media screen and (max-width: 960px) {
    .c-img-blob--21 {
        width: calc(295 / var(--design-width) * 100%);
        top: 84%;
        left: -12%;
    }
}
.c-img-blob--22 {
    width: calc(363.2 / var(--design-width) * 100%);
    bottom: -99%;
    right: 8.5%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--22 {
        width: calc(124 / var(--design-width) * 100%);
        bottom: -113%;
        right: 9%;
    }
}
.c-img-blob--23 {
    width: calc(218.1 / var(--design-width) * 100%);
    top: 23.6%;
    left: 21.5%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--23 {
        width: calc(65 / var(--design-width) * 100%);
        top: 20.8%;
        left: 16.6%;
    }
}
.c-img-blob--24 {
    width: calc(270.6 / var(--design-width) * 100%);
    top: 27.9%;
    left: 8%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--24 {
        width: calc(114 / var(--design-width) * 100%);
        top: 23.6%;
        left: 2%;
    }
}
.c-img-blob--25 {
    width: calc(360 / var(--design-width) * 100%);
    top: 38.9%;
    left: 25%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--25 {
        width: calc(137 / var(--design-width) * 100%);
        top: 35.8%;
        left: 16%;
    }
}
.c-img-blob--26 {
    width: calc(287 / var(--design-width) * 100%);
    top: 46.3%;
    right: 15%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--26 {
        width: calc(114 / var(--design-width) * 100%);
        top: 41.4%;
        right: 3%;
    }
}
.c-img-blob--27 {
    width: calc(749.6 / var(--design-width) * 100%);
    top: 58%;
    left: 22.5%;
}
@media screen and (max-width: 960px) {
    .c-img-blob--27 {
        width: calc(296 / var(--design-width) * 100%);
        top: 51%;
        left: 10%;
    }
}
.c-img-blob__svg {
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 30% auto;
            mask-size: 30% auto;
    opacity: 0;
    transition: opacity 0.4s, -webkit-mask-size 0.8s;
    transition: mask-size 0.8s, opacity 0.4s;
    transition: mask-size 0.8s, opacity 0.4s, -webkit-mask-size 0.8s;
    animation: floating-y-svg-1 6s linear infinite;
}
.c-img-blob__svg--2 {
    animation: floating-y-svg-2 6s linear infinite;
}
.c-img-blob__svg--3 {
    animation: floating-y-svg-3 6s linear infinite;
}
.c-img-blob__svg--4 {
    animation: floating-y-svg-3 6s linear infinite;
}
@media screen and (max-width: 960px) {
    .c-img-blob__svg--4 {
        animation: floating-y-svg-4-sp 6s linear infinite;
    }
}
.is-visible .c-img-blob__svg {
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    opacity: 1;
}

.c-img-blob--1 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_1.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_1.svg");
    animation-delay: -0.5s;
}
.c-img-blob--2 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_2.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_2.svg");
}
.c-img-blob--3 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_3.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_3.svg");
    animation-delay: -0.2s;
}
.c-img-blob--4 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_4.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_4.svg");
}
.c-img-blob--5 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_5.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_5.svg");
}
.c-img-blob--6 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_6.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_6.svg");
    animation-delay: -0.4s;
}
.c-img-blob--7 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_7.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_7.svg");
}
@media screen and (max-width: 960px) {
    .c-img-blob--7 .c-img-blob__svg {
        animation-name: floating-y-svg-3;
    }
}
.c-img-blob--8 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_8.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_8.svg");
    animation-delay: -0.5s;
}
.c-img-blob--9 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_9.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_9.svg");
}
.c-img-blob--10 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_10.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_10.svg");
    animation-delay: -0.2s;
}
.c-img-blob--11 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_11.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_11.svg");
}
.c-img-blob--12 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_12.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_12.svg");
    animation-delay: -0.5s;
}
.c-img-blob--13 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_13.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_13.svg");
}
@media screen and (max-width: 960px) {
    .c-img-blob--13 .c-img-blob__svg {
        animation-name: floating-y-svg-3;
    }
}
.c-img-blob--14 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_14.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_14.svg");
}
.c-img-blob--15 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_15.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_15.svg");
}
.c-img-blob--16 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_16.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_16.svg");
    animation-delay: -0.2s;
}
.c-img-blob--17 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_17.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_17.svg");
}
.c-img-blob--18 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_18.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_18.svg");
    animation-delay: -0.4s;
}
.c-img-blob--19 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_19.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_19.svg");
    animation-delay: -0.3s;
}
.c-img-blob--20 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_20.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_20.svg");
}
.c-img-blob--21 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_21.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_21.svg");
    animation-delay: -0.5s;
}
.c-img-blob--22 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_22.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_22.svg");
    animation-delay: -0.3s;
}
.c-img-blob--23 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_23.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_23.svg");
}
.c-img-blob--24 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_24.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_24.svg");
    animation-delay: -0.2s;
}
.c-img-blob--25 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_25.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_25.svg");
    animation-delay: -0.3s;
}
.c-img-blob--26 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_26.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_26.svg");
    animation-delay: -0.5s;
}
.c-img-blob--27 .c-img-blob__svg {
    -webkit-mask-image: url("/brandstory/img/photo/mask/mask_27.svg");
            mask-image: url("/brandstory/img/photo/mask/mask_27.svg");
}
.c-img-blob__img {
    animation: floating-y-img-1 6s linear infinite;
    animation-delay: -0.2s;
}
.c-img-blob__img--2 {
    animation: floating-y-img-2 6s linear infinite;
    animation-delay: -0.5s;
}
.c-img-blob__img--3 {
    animation: floating-y-img-3 6s linear infinite;
    animation-delay: -0.3s;
}
.c-img-blob--5 .c-img-blob__img img {
    width: 122%;
    max-width: none;
    transform: rotate(-15deg) scale(1.15) translate(-3%, -1%);
}
.c-img-blob--7 .c-img-blob__img img {
    width: 135%;
    max-width: none;
    transform: translate(-10%, 1%);
}
.c-img-blob--13 .c-img-blob__img img {
    width: 100%;
    max-width: none;
    transform: rotate(-22deg) scale(1.3) translate(4%, -12%);
    transform-origin: center;
}
.c-img-blob--14 .c-img-blob__img img {
    width: 160%;
    max-width: none;
    transform: translate(-18%, -3%);
}
@media screen and (min-width: 961px) {
    @keyframes floating-y-svg-1 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(-10px);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(10px);
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (max-width: 960px) {
    @keyframes floating-y-svg-1 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(calc(-5 / var(--design-width) * 100vw));
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(calc(5 / var(--design-width) * 100vw));
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (min-width: 961px) {
    @keyframes floating-y-svg-2 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(-6px);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(6px);
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (max-width: 960px) {
    @keyframes floating-y-svg-2 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(calc(-4 / var(--design-width) * 100vw));
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(calc(4 / var(--design-width) * 100vw));
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (min-width: 961px) {
    @keyframes floating-y-svg-3 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(-3px);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(3px);
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (max-width: 960px) {
    @keyframes floating-y-svg-3 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(calc(-2 / var(--design-width) * 100vw));
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(calc(2 / var(--design-width) * 100vw));
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (max-width: 960px) {
    @keyframes floating-y-svg-4-sp {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(calc(-4 / var(--design-width) * 100vw));
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(calc(1 / var(--design-width) * 100vw));
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (max-width: 960px) {
    @keyframes floating-y-svg-5-sp {
        0% {
            transform: translateY(calc(-1 / var(--design-width) * 100vw));
        }
        50% {
            transform: translateY(calc(-4 / var(--design-width) * 100vw));
        }
        100% {
            transform: translateY(calc(-1 / var(--design-width) * 100vw));
        }
    }
}
@media screen and (min-width: 961px) {
    @keyframes floating-y-img-1 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(-12px);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(12px);
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (max-width: 960px) {
    @keyframes floating-y-img-1 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(calc(-6 / var(--design-width) * 100vw));
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(calc(6 / var(--design-width) * 100vw));
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (min-width: 961px) {
    @keyframes floating-y-img-2 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(-6px);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(6px);
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (max-width: 960px) {
    @keyframes floating-y-img-2 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(calc(-5 / var(--design-width) * 100vw));
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(calc(5 / var(--design-width) * 100vw));
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (min-width: 961px) {
    @keyframes floating-y-img-3 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(-2px);
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(2px);
        }
        100% {
            transform: translateY(0);
        }
    }
}
@media screen and (max-width: 960px) {
    @keyframes floating-y-img-3 {
        0% {
            transform: translateY(0);
        }
        25% {
            transform: translateY(calc(-3 / var(--design-width) * 100vw));
        }
        50% {
            transform: translateY(0);
        }
        75% {
            transform: translateY(calc(3 / var(--design-width) * 100vw));
        }
        100% {
            transform: translateY(0);
        }
    }
}

/* ---------------------------------------------
*   c-img-bubble
--------------------------------------------- */
.c-img-bubble {
    position: absolute;
    mix-blend-mode: color-dodge;
    opacity: 0;
    transition: opacity 0.5s 1.2s;
}
.is-visible .c-img-bubble {
    opacity: 1;
}

.c-img-bubble--1, .c-img-bubble--3, .c-img-bubble--5 {
    animation: floating-y-1 1.8s ease-in-out infinite alternate-reverse;
}
.c-img-bubble--2, .c-img-bubble--4, .c-img-bubble--6 {
    animation: floating-y-2 1.8s ease-in-out infinite alternate-reverse;
}
.c-img-bubble--1 {
    width: calc(200 / 380 * 100%);
    top: 0;
    left: 0;
    mix-blend-mode: overlay;
}
@media screen and (max-width: 960px) {
    .c-img-bubble--1 {
        width: calc(60 / 124 * 100%);
    }
}
.c-img-bubble--2 {
    width: calc(117 / 380 * 100%);
    bottom: 0;
    left: 28.1%;
    animation-delay: 0.3s;
}
@media screen and (max-width: 960px) {
    .c-img-bubble--2 {
        width: calc(37 / 124 * 100%);
        left: 23%;
    }
}
.c-img-bubble--3 {
    width: calc(190 / 380 * 100%);
    top: 33.5%;
    right: 0;
    animation-delay: 0.5s;
}
@media screen and (max-width: 960px) {
    .c-img-bubble--3 {
        width: calc(78 / 124 * 100%);
        top: 21%;
    }
}
.c-img-bubble--4 {
    width: calc(283 / 930 * 100%);
    top: 40.5%;
    right: 6.8%;
    animation-delay: 0.2s;
}
@media screen and (max-width: 960px) {
    .c-img-bubble--4 {
        width: calc(82 / 278 * 100%);
        top: 24.5%;
        right: 7%;
    }
}
.c-img-bubble--5 {
    width: calc(317 / 930 * 100%);
    top: 49.5%;
    right: 26%;
    animation-delay: 0.6s;
}
@media screen and (max-width: 960px) {
    .c-img-bubble--5 {
        width: calc(95 / 278 * 100%);
        top: 34%;
        right: 24%;
    }
}
.c-img-bubble--6 {
    width: calc(133 / 930 * 100%);
    bottom: 0;
    right: 21%;
}
@media screen and (max-width: 960px) {
    .c-img-bubble--6 {
        top: 78%;
        bottom: auto;
    }
}
@keyframes floating-y-1 {
    0% {
        transform: translateY(-6%);
    }
    100% {
        transform: translateY(6%);
    }
}
@keyframes floating-y-2 {
    0% {
        transform: translateY(-4%);
    }
    100% {
        transform: translateY(4%);
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    margin-bottom: -90px;
    height: 1350px;
    position: relative;
    z-index: 1;
    opacity: 0;
}
@media screen and (max-width: 960px) {
    .c-kv {
        height: calc(830 / var(--design-width) * 100vw);
        margin-bottom: calc(18 / var(--design-width) * 100vw);
    }
}
.is-start .c-kv {
    opacity: 1;
}

.c-kv__inner {
    height: 100svh;
    min-height: 690px;
    max-height: 930px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 960px) {
    .c-kv__inner {
        min-height: calc(500 / var(--design-width) * 100vw);
        max-height: calc(680 / var(--design-width) * 100vw);
    }
}
.c-kv__txt-wrap {
    position: relative;
    padding-bottom: 70px;
}
@media screen and (max-width: 960px) {
    .c-kv__txt-wrap {
        padding-bottom: calc(70 / var(--design-width) * 100vw);
    }
}
.c-kv__main-txt {
    color: var(--color-white-1);
    font-size: calc(50 / var(--root-fz) * 1rem);
    letter-spacing: 0.244em;
    line-height: 1.66;
    text-align: center;
    font-weight: 700;
    transform: translateX(16px);
    position: relative;
}
@media screen and (max-width: 960px) {
    .c-kv__main-txt {
        font-size: calc(26 / var(--root-fz) * 1rem);
        transform: translateX(calc(13 / var(--design-width) * 100vw));
    }
}
.c-kv__txt-foot {
    display: block;
    position: absolute;
}
.c-kv__txt-foot img {
    display: block;
}
.c-kv__txt-foot--right {
    width: 23px;
    aspect-ratio: 23/31;
}
@media screen and (max-width: 960px) {
    .c-kv__txt-foot--right {
        width: calc(14 / var(--design-width) * 100vw);
    }
}
.c-kv__txt-foot--left {
    width: 25px;
    aspect-ratio: 25/29;
}
@media screen and (max-width: 960px) {
    .c-kv__txt-foot--left {
        width: calc(16 / var(--design-width) * 100vw);
    }
}
.c-kv__txt-foot--1 {
    top: 159%;
    left: 43%;
}
.c-kv__txt-foot--2 {
    top: 130%;
    left: 58%;
    transform: rotate(-29deg);
}
.c-kv__txt-foot--3 {
    top: 149%;
    left: 42.4%;
    transform: rotate(-33deg);
}
.c-kv__desc-wrap {
    margin-top: 58px;
}
@media screen and (max-width: 960px) {
    .c-kv__desc-wrap {
        margin-top: calc(48 / var(--design-width) * 100vw);
    }
}
.c-kv__desc {
    color: var(--color-white-1);
    font-size: calc(20 / var(--root-fz) * 1rem);
    letter-spacing: 0.2em;
    line-height: 1.8;
    text-align: center;
    font-weight: 700;
    position: relative;
}
@media screen and (max-width: 960px) {
    .c-kv__desc {
        font-size: calc(14 / var(--root-fz) * 1rem);
        letter-spacing: 0.089em;
    }
}
.c-kv__desc:not(:first-of-type) {
    margin-top: 2em;
}
.c-kv__img-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
    .c-kv__img-wrap {
        transform: translate(-50%, calc(-70 / var(--design-width) * 100vw));
    }
}
.c-kv__img {
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 960px) {
    .c-kv__img {
        width: calc(14 / var(--design-width) * 100vw);
    }
}
.c-kv__img img {
    display: block;
}
.c-kv__img--1 {
    margin-top: 47px;
    transform: translateX(-2px) rotate(-22deg);
}
@media screen and (max-width: 960px) {
    .c-kv__img--1 {
        width: calc(16 / var(--design-width) * 100vw);
        margin-top: calc(74 / var(--design-width) * 100vw);
        transform: translateX(calc(13 / var(--design-width) * 100vw)) rotate(-22deg);
    }
}
.c-kv__img--2 {
    margin-top: 45px;
    transform: translateX(-50px);
}
@media screen and (max-width: 960px) {
    .c-kv__img--2 {
        margin-top: calc(26 / var(--design-width) * 100vw);
        transform: translateX(calc(-16 / var(--design-width) * 100vw));
    }
}
.c-kv__img--3 {
    margin-top: 51px;
    transform: translateX(14px) rotate(-28deg);
}
@media screen and (max-width: 960px) {
    .c-kv__img--3 {
        width: calc(15 / var(--design-width) * 100vw);
        margin-top: calc(29 / var(--design-width) * 100vw);
        transform: translateX(calc(22 / var(--design-width) * 100vw)) rotate(-28deg);
    }
}
.c-kv__img--4 {
    margin-top: 23px;
    transform: translateX(-40px) rotate(-28deg);
}
@media screen and (max-width: 960px) {
    .c-kv__img--4 {
        margin-top: calc(13 / var(--design-width) * 100vw);
        transform: translateX(calc(-9 / var(--design-width) * 100vw)) rotate(-28deg);
    }
}
.c-kv__img--5 {
    margin-top: 39px;
    transform: translateX(23px) rotate(2deg);
}
@media screen and (max-width: 960px) {
    .c-kv__img--5 {
        width: calc(15 / var(--design-width) * 100vw);
        margin-top: calc(23 / var(--design-width) * 100vw);
        transform: translateX(calc(28 / var(--design-width) * 100vw)) rotate(2deg);
    }
}
.c-kv__img--6 {
    margin-top: 29px;
    transform: translateX(-59px) rotate(-6deg);
}
@media screen and (max-width: 960px) {
    .c-kv__img--6 {
        margin-top: calc(16 / var(--design-width) * 100vw);
        transform: translateX(calc(-20 / var(--design-width) * 100vw)) rotate(-6deg);
    }
}
.c-kv__img--7 {
    margin-top: 66px;
    transform: translateX(20px) rotate(-42deg);
}
@media screen and (max-width: 960px) {
    .c-kv__img--7 {
        width: calc(15 / var(--design-width) * 100vw);
        margin-top: calc(34 / var(--design-width) * 100vw);
        transform: translateX(calc(-0.5 / var(--design-width) * 100vw)) rotate(-42deg);
    }
}
.c-kv .fade-in {
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s calc(1.8s * var(--fade-in-delay)), visibility 1s calc(1.8s * var(--fade-in-delay));
    will-change: opacity, visibility;
}
.is-txt-start .c-kv .fade-in {
    opacity: 1;
    visibility: visible;
}

.is-txt-start .c-kv .fade-in--img img {
    animation: fade-out 1s calc(1.8s * (var(--fade-in-delay) + 1) - 0.25s) forwards;
}

/* ---------------------------------------------
*   c-loading
--------------------------------------------- */
.c-loading {
    position: fixed;
    inset: 0;
    opacity: 0;
    z-index: 10;
    visibility: hidden;
    transition: opacity 1s, visibility 1s;
    pointer-events: none;
}
.is-start .c-loading {
    opacity: 1;
    visibility: visible;
}

.c-loading__inner {
    position: absolute;
    inset: 0;
    background: url("/brandstory/img/bg_grad-2.jpg") no-repeat top center/cover;
}
.is-start .c-loading__inner {
    animation: fade-out 1s 1.8s forwards;
}

.c-loading__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes fade-out {
    0% {
        opacity: 1;
        visibility: visible;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}
/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1 {
    font-size: calc(22 / var(--root-fz) * 1rem);
    letter-spacing: 0.15em;
    line-height: 2.2727272727;
    position: absolute;
    z-index: 2;
}
@media screen and (max-width: 960px) {
    .c-txt-1 {
        font-size: calc(14 / var(--root-fz) * 1rem);
        letter-spacing: 0.08em;
        line-height: 1.8571428571;
    }
}
.c-txt-1--vertical {
    writing-mode: vertical-rl;
    opacity: 0;
    transition: opacity 1s;
}
.c-txt-1--vertical.is-visible {
    opacity: 1;
}

.c-txt-1--1 {
    top: 10%;
    left: 68.2%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--1 {
        top: 11.7%;
        left: 60%;
    }
}
.c-txt-1--2 {
    top: 43.5%;
    left: 14%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--2 {
        top: 33.9%;
        left: 9%;
    }
}
.c-txt-1--3 {
    bottom: -0.3%;
    left: 20.7%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--3 {
        bottom: -3%;
        left: 9.7%;
    }
}
.c-txt-1--4 {
    top: 33.2%;
    left: 55.6%;
}
@media screen and (max-width: 1100px) {
    .c-txt-1--4 {
        left: 53.6%;
    }
}
@media screen and (max-width: 960px) {
    .c-txt-1--4 {
        top: 22.5%;
        left: 55.8%;
    }
}
.c-txt-1--5 {
    top: 43.7%;
    left: 24.9%;
}
@media screen and (max-width: 1100px) {
    .c-txt-1--5 {
        left: 22.9%;
    }
}
@media screen and (max-width: 960px) {
    .c-txt-1--5 {
        top: 35%;
        left: 14.3%;
    }
}
.c-txt-1--6 {
    bottom: 25.4%;
    left: 45.8%;
}
@media screen and (max-width: 1100px) {
    .c-txt-1--6 {
        left: 42.8%;
    }
}
@media screen and (max-width: 960px) {
    .c-txt-1--6 {
        bottom: 27.6%;
        left: 28.6%;
    }
}
.c-txt-1--7 {
    top: -2.5%;
    right: 21.5%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--7 {
        top: 2%;
        right: 15.5%;
    }
}
.c-txt-1--8 {
    top: 52%;
    left: 39.1%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--8 {
        top: 61.6%;
        left: 26.8%;
    }
}
.c-txt-1--9 {
    top: 59%;
    right: 18.7%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--9 {
        top: 66.6%;
        right: 10.6%;
    }
}
.c-txt-1--10 {
    top: 1.8%;
    left: 37.6%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--10 {
        top: -7%;
        left: 32.6%;
    }
}
.c-txt-1--11 {
    top: 1.8%;
    left: 33.6%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--11 {
        top: -7%;
        left: 26.6%;
    }
}
.c-txt-1--12 {
    top: 10.5%;
    left: 50.6%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--12 {
        top: 8.5%;
        left: 42.5%;
    }
}
.c-txt-1--13 {
    top: 10.5%;
    left: 47%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--13 {
        top: 8.5%;
        left: 36%;
    }
}
.c-txt-1--14 {
    top: 57.2%;
    left: 33.2%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--14 {
        top: 52.5%;
        left: 30.6%;
    }
}
.c-txt-1--15 {
    bottom: 12.3%;
    right: 18.9%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--15 {
        bottom: 10%;
        right: 14.8%;
    }
}
.c-txt-1--16 {
    left: 68.8%;
    bottom: -18.4%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--16 {
        left: auto;
        bottom: -24.5%;
        right: 12.8%;
    }
}
.c-txt-1--17 {
    left: 68.8%;
    bottom: -31.7%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--17 {
        left: auto;
        bottom: -40.7%;
        right: 2.2%;
    }
}
.c-txt-1--18 {
    bottom: -2.8%;
    left: 13.6%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--18 {
        bottom: 23%;
        left: 13.3%;
    }
}
.c-txt-1--19 {
    top: 159%;
    left: 30%;
}
@media screen and (max-width: 1100px) {
    .c-txt-1--19 {
        left: 25%;
    }
}
@media screen and (max-width: 960px) {
    .c-txt-1--19 {
        top: 146%;
        left: 17%;
    }
}
.c-txt-1--20 {
    bottom: -55.5%;
    left: 35%;
}
@media screen and (max-width: 1100px) {
    .c-txt-1--20 {
        left: 31%;
    }
}
@media screen and (max-width: 960px) {
    .c-txt-1--20 {
        bottom: -62.5%;
        left: 19.3%;
    }
}
.c-txt-1--21 {
    bottom: -82.5%;
    left: 49.3%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--21 {
        bottom: -102%;
        left: 56.3%;
    }
}
.c-txt-1--22 {
    top: 119%;
    left: 62.5%;
    z-index: 5;
}
@media screen and (max-width: 960px) {
    .c-txt-1--22 {
        top: 122.6%;
        left: 53.5%;
    }
}
.c-txt-1--22 span:first-of-type {
    margin-left: -0.5em;
}
.c-txt-1--23 {
    top: 23.2%;
    left: 61.8%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--23 {
        width: 100%;
        top: 16.8%;
        left: 48.5%;
    }
}
.c-txt-1--24 {
    top: 33.4%;
    left: 39.7%;
}
@media screen and (max-width: 960px) {
    .c-txt-1--24 {
        top: 31.6%;
        left: 28.5%;
    }
}

/* ---------------------------------------------
*   c-txt-img
--------------------------------------------- */
.c-txt-img {
    position: absolute;
    clip-path: circle(0% at 0 100%);
    transition: clip-path 1s linear;
}
@media screen and (max-width: 960px) {
    .c-txt-img img {
        width: 100%;
    }
}
.c-txt-img--en-1 {
    width: calc(457 / var(--design-width) * 100%);
    top: 94.8%;
    left: 54.9%;
    z-index: 3;
}
@media screen and (max-width: 960px) {
    .c-txt-img--en-1 {
        width: calc(195 / var(--design-width) * 100%);
        top: 102.4%;
        left: 45.3%;
    }
}
.c-txt-img--en-2 {
    width: calc(312 / var(--design-width) * 100%);
    top: 98.8%;
    left: 58.6%;
    z-index: 5;
}
@media screen and (max-width: 960px) {
    .c-txt-img--en-2 {
        width: calc(133 / var(--design-width) * 100%);
        top: 98.6%;
        left: 54.4%;
    }
}
.c-txt-img--1 {
    width: calc(393 / var(--design-width) * 100%);
    top: 10.5%;
    left: 55.5%;
    z-index: 2;
}
@media screen and (max-width: 960px) {
    .c-txt-img--1 {
        width: calc(195 / var(--design-width) * 100%);
        top: 14.6%;
        left: 43.5%;
    }
}
.c-txt-img--2 {
    width: calc(396 / var(--design-width) * 100%);
    bottom: -34.5%;
    left: 49.6%;
    z-index: 2;
}
@media screen and (max-width: 960px) {
    .c-txt-img--2 {
        width: calc(219 / var(--design-width) * 100%);
        bottom: -33.5%;
        left: 34.6%;
    }
}
.c-txt-img.is-visible {
    clip-path: circle(150% at 0 100%);
}

/* ---------------------------------------------
*   c-txt-2
--------------------------------------------- */
.c-txt-2 {
    width: 100%;
    color: var(--color-red-1);
    font-size: calc(22 / var(--root-fz) * 1rem);
    letter-spacing: 0.07em;
    line-height: 1.9090909091;
    font-weight: 600;
    text-align: center;
    position: absolute;
    bottom: 19.2%;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (max-width: 1100px) {
    .c-txt-2 {
        bottom: 19.7%;
    }
}
@media screen and (max-width: 960px) {
    .c-txt-2 {
        font-size: calc(14 / var(--root-fz) * 1rem);
        letter-spacing: -0.05em;
        line-height: 1.8571428571;
        bottom: 27.5%;
    }
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !important;
}

/* ---------------------------------------------
*   color
--------------------------------------------- */
.fc-red {
    color: var(--color-red-1) !important;
}

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

.fw-semibold {
    font-weight: 600 !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;
}

/* ---------------------------------------------
*   text-indent
--------------------------------------------- */
.txt-indent-half {
    text-indent: -0.5em !important;
}

/* ---------------------------------------------
*   letter-spacing
--------------------------------------------- */
@media screen and (max-width: 960px) {
    .ls-0-sp {
        letter-spacing: 0 !important;
    }
}

/* ---------------------------------------------
*   js-fadein-order
--------------------------------------------- */
.js-fadein-order__item {
    opacity: 0;
    visibility: hidden;
}
.js-fadein-order__item img {
    opacity: 1;
    visibility: visible;
}
.js-fadein-order__item:nth-of-type(1) {
    transition: opacity 0.6s 0s, visibility 0.6s 0s;
}

.js-fadein-order__item:nth-of-type(2) {
    transition: opacity 0.6s 0.6s, visibility 0.6s 0.6s;
}

.js-fadein-order__item:nth-of-type(3) {
    transition: opacity 0.6s 1.2s, visibility 0.6s 1.2s;
}

.js-fadein-order__item:nth-of-type(4) {
    transition: opacity 0.6s 1.8s, visibility 0.6s 1.8s;
}

.js-fadein-order__item:nth-of-type(5) {
    transition: opacity 0.6s 2.4s, visibility 0.6s 2.4s;
}

.js-fadein-order__item:nth-of-type(6) {
    transition: opacity 0.6s 3s, visibility 0.6s 3s;
}

.js-fadein-order__item:nth-of-type(7) {
    transition: opacity 0.6s 3.6s, visibility 0.6s 3.6s;
}

.js-fadein-order.is-active .js-fadein-order__item {
    opacity: 1;
    visibility: visible;
}

/* ---------------------------------------------
*   js-txt-in
--------------------------------------------- */
.js-txt-in-wrap {
    /*  c-block-1用
    --------------------------------------------- */
}
.js-txt-in-wrap .js-txt-in {
    display: flex;
}
.js-txt-in-wrap .js-txt-in span {
    display: block;
    transform: translate(0px, 10px);
    opacity: 0;
    transition: opacity 0.8s, transform 0.8s;
    transition-delay: calc(0.03s * var(--transition-delay));
}
.js-txt-in-wrap--center .js-txt-in {
    justify-content: center;
}
.js-txt-in-wrap.is-visible .js-txt-in span {
    transform: translate(0px, 0px);
    opacity: 1;
}

.js-txt-in-wrap .is-visible .js-txt-in span {
    transform: translate(0px, 0px);
    opacity: 1;
}
.c-block-1 .js-txt-in span {
    transition-delay: calc(0.03s * var(--transition-delay) + 0.5s);
}

@media print and (min-width: 961px), screen and (min-width: 961px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 960px), screen and (max-width: 960px) {
    .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: 960px) {
    .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: 960px) {
    .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;
    }
}