/* ---------------------------------------------
*   Custom Properties
--------------------------------------------- */
:root {
    --design-width: 390;
    --contents-width: 354;
    --contents-side-padding: 18;
    --minwidth: calc(var(--contents-width) + var(--contents-side-padding) * 2);
    --fixed-header-height: 80;
    --site-header-height: 84;
    --top-notice-slide-height: 50;
    --root-fz: 14;
    --line-height: 1.75;
    --hover-opacity-ratio: 0.8;
    --hover-duration: .3s;
    --color-base-1: #222222;
    --color-base-1-rgb: 34, 34, 34;
    --color-base-2: #333333;
    --color-base-2-rgb: 51, 51, 51;
    --color-black-1: #000;
    --color-black-1-rgb: 0, 0, 0;
    --color-black-2: #111;
    --color-black-2-rgb: 17, 17, 17;
    --color-white-1: #fff;
    --color-white-1-rgb: 255, 255, 255;
    --color-white-2: #fefefe;
    --color-white-2-rgb: 254, 254, 254;
    --color-blue-1: #0c4696;
    --color-blue-1-rgb: 12, 70, 150;
    --color-blue-2: #4473d0;
    --color-blue-2-rgb: 68, 115, 208;
    --color-blue-3: #3676b8;
    --color-blue-3-rgb: 54, 118, 184;
    --color-blue-4: #316cb4;
    --color-blue-4-rgb: 49, 108, 180;
    --color-blue-5: #759ec7;
    --color-blue-5-rgb: 117, 158, 199;
    --color-blue-6: #5a86d0;
    --color-blue-6-rgb: 90, 134, 208;
    --color-blue-7: #3ca8e0;
    --color-blue-7-rgb: 60, 168, 224;
    --color-yellow-1: #faf05e;
    --color-yellow-1-rgb: 250, 240, 94;
    --color-gray-1: #c2c2c2;
    --color-gray-1-rgb: 194, 194, 194;
    --color-gray-2: #cfcfcf;
    --color-gray-2-rgb: 207, 207, 207;
    --color-blue-light-1: #ebf6fc;
    --color-blue-light-1-rgb: 235, 246, 252;
    --color-blue-light-2: #eff6fc;
    --color-blue-light-2-rgb: 239, 246, 252;
    --color-blue-light-3: #edf1f9;
    --color-blue-light-3-rgb: 237, 241, 249;
    --ff-root: "Noto Sans JP", sans-serif;
    --ff-ZenMaru: "Zen Maru Gothic", sans-serif;
}
@media screen and (min-width: 781px) {
    :root {
        --contents-width: 400;
        --root-fz: 16;
    }
}

/* ---------------------------------------------
*   Universal selector
--------------------------------------------- */
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,img,ins,kbd,q,s,samp,
small,strike,strong,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,
figure,figcaption,footer,header,hgroup,
menu,nav,output,ruby,section,summary,
time,mark,audio,video,hr {
    margin: 0;
    padding: 0;
    border: 0;
}

/* ---------------------------------------------
*   html, body
--------------------------------------------- */
html,
body {
    -webkit-text-size-adjust: 100%;
}

/* ---------------------------------------------
*   <a> tag
--------------------------------------------- */
.l-wrapper a {
    text-decoration: none;
    cursor: pointer;
}

/* ---------------------------------------------
*   <img> tag
--------------------------------------------- */
.l-wrapper img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   <hr> tag as anchor target
--------------------------------------------- */
hr[id^=anchor-] {
    display: block;
    width: auto;
    height: 0;
    padding: calc(var(--fixed-header-height) * 1px) 0 0 0;
    border: 0;
    margin: calc(var(--fixed-header-height) * -1px) 0 0 0;
    background: 0;
    pointer-events: none;
}

/* ---------------------------------------------
*   txt
--------------------------------------------- */
.c-txt-pack {
    letter-spacing: -0.15em;
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    color: var(--color-base-1);
    font-family: var(--ff-root);
    overflow-x: clip;
    width: 100%;
}
@media screen and (min-width: 781px) {
    .l-wrapper {
        max-width: var(--contents-width)px;
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   l-pc-content-area
--------------------------------------------- */
.l-pc-content-area {
    display: none;
}
@media screen and (min-width: 781px) {
    .l-pc-content-area {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 2;
        pointer-events: none;
    }
}
.l-pc-content-area__logo, .l-pc-content-area__content {
    position: absolute;
    z-index: 2;
    bottom: 0;
    width: calc((100% - var(--contents-width) * 1px) / 2);
    height: 100dvh;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
}
.l-pc-content-area__logo {
    display: grid;
    place-items: center;
    left: 0;
    padding: min(18 / var(--design-width) * 100vw, 18px);
    pointer-events: none;
}
@media screen and (min-width: 781px) {
    .l-pc-content-area__logo {
        background: url("/img/freepages/gyurutt/bg_pc_left.jpg") no-repeat left center/auto 100%;
    }
}
.l-pc-content-area__logo img {
    transform: translate(calc(-7 / var(--design-width) * 100vw), calc(-40 / var(--design-width) * 100vw));
    width: min(208 / var(--design-width) * 100vw, 208px);
}
@media screen and (min-width: 781px) {
    .l-pc-content-area__logo img {
        transform: translate(calc(-7 * var(--contents-width) / var(--design-width) * 1px), calc(-40 * var(--contents-width) / var(--design-width) * 1px));
    }
}
.l-pc-content-area__content {
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}
@media screen and (min-width: 781px) {
    .l-pc-content-area__content {
        background: url("/img/freepages/gyurutt/bg_pc_right.jpg") no-repeat right center/auto 100%;
    }
}
.l-pc-content-area__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: min(30 / var(--design-width) * 100vw, 30px);
    width: 100%;
    transform: translateY(calc(-59 / var(--design-width) * 100vw));
}
@media screen and (min-width: 781px) {
    .l-pc-content-area__wrapper {
        transform: translateY(calc(-59 * var(--contents-width) / var(--design-width) * 1px));
    }
}
@media screen and (max-width: 1200px) {
    .l-pc-content-area__wrapper {
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (min-width: 1201px) {
    .l-pc-content-area__wrapper {
        display: grid;
        grid-template-columns: repeat(2, 155px);
        row-gap: 25px;
        transform: none;
    }
}
.l-pc-content-area__item {
    flex: 0 0 155px;
    width: 155px;
    text-align: center;
}
.l-pc-content-area__item--set {
    width: 212px;
}
@media screen and (min-width: 1201px) {
    .l-pc-content-area__item--set {
        grid-column: 1/-1;
        justify-self: center;
    }
}
.l-pc-content-area__item-content {
    width: 100%;
}
.l-pc-content-area__item-image {
    position: relative;
    transform: translateX(-4px);
    width: min(212px, 21vw);
    margin: auto;
}
.l-pc-content-area__item-badge {
    position: absolute;
    top: min(-2px, -0.3vw);
    right: max(-51px, -4.9vw);
    width: min(68px, 7vw);
    z-index: -1;
}
.l-pc-content-area__name {
    margin-top: 10px;
    font-family: var(--ff-ZenMaru);
    font-size: calc(14 / var(--root-fz) * 1rem);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
}
.l-pc-content-area__price {
    font-family: var(--ff-ZenMaru);
    font-size: calc(12 / var(--root-fz) * 1rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1.4;
    margin-top: 2px;
    white-space: nowrap;
}
.l-pc-content-area__tax {
    font-size: calc(10 / var(--root-fz) * 1rem);
}
.l-pc-content-area__button {
    margin-top: 10px;
    text-align: center;
}
.l-pc-content-area__link {
    margin: 10px auto 0;
    width: 126px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    border-radius: calc(infinity * 1px);
    background-color: #faf05e;
    font-family: var(--ff-ZenMaru);
    font-size: calc(11 / var(--root-fz) * 1rem);
    font-weight: 700;
    letter-spacing: -0.01em;
    line-height: 1;
    transition: opacity var(--hover-duration);
    will-change: opacity;
}
.l-pc-content-area__link:hover, .l-pc-content-area__link:focus {
    text-decoration: none;
    opacity: var(--hover-opacity-ratio);
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    font-family: var(--scheme-ff-root);
    position: relative;
    z-index: 1;
    overflow-x: hidden;
    width: 100%;
}
@media screen and (min-width: 781px) {
    .l-wrapper {
        max-width: calc(var(--contents-width) * 1px);
        margin-inline: auto;
        border-left: 1px solid #c2c2c2;
        border-right: 1px solid #c2c2c2;
    }
}

/* ---------------------------------------------
*   l-main-content
--------------------------------------------- */
.l-main-content {
    background-color: var(--color-white-1);
    position: relative;
    width: 100%;
}
@media screen and (min-width: 781px) {
    .l-main-content {
        width: calc(390 * var(--contents-width) / var(--design-width) * 1px);
        margin-inline: auto;
    }
}

body.page-contentspages {
    animation-duration: 0.6s;
    animation-timing-function: ease-out;
    overflow-x: hidden;
    min-width: 0;
}
body.page-contentspages .wrapper,
body.page-contentspages .contents,
body.page-contentspages .contentL,
body.page-contentspages #main_area {
    width: 100%;
    height: auto;
}
body.page-contentspages .contentL {
    position: relative;
}

/* ---------------------------------------------
*   block-top-notice-slide
--------------------------------------------- */
.block-top-notice-slide {
    position: relative;
    z-index: 3;
}

/* ---------------------------------------------
*   footer
--------------------------------------------- */
.footer_inner {
    margin-top: 0;
}
.pane-footer {
    position: relative;
    z-index: 2;
}

.footer_top {
    margin-top: 0;
}

.block-page-totop {
    z-index: 3;
}

/* ---------------------------------------------
*   c-fade-up
--------------------------------------------- */
.c-fade-up {
    --fade-delay: 0.5s;
    --fade-distance: calc(24 / var(--design-width) * 100vw);
    opacity: 0;
    transform: translateY(var(--fade-distance));
    transition: opacity 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) var(--fade-delay), transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1) var(--fade-delay);
}
@media screen and (min-width: 781px) {
    .c-fade-up {
        --fade-distance: calc(24 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-fade-up.is-visible {
    opacity: 1;
    transform: translateY(0);
}
@media (prefers-reduced-motion: reduce) {
    .c-fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }
}

/* ---------------------------------------------
*   c-about-line
--------------------------------------------- */
@keyframes about-line-draw {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes about-line-wipe-rtl {
    from {
        transform: scaleX(0);
    }
    to {
        transform: scaleX(1);
    }
}
.c-about-line__svg {
    display: block;
    width: 100%;
    height: auto;
}
.c-about-line__mask-path {
    fill: none;
    stroke: var(--color-white-1);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
}
.c-about-line--reverse .c-about-line__mask-path {
    stroke-dashoffset: -1;
}
.c-about-line[data-line-order="1"] .c-about-line__mask-path {
    stroke-width: 80;
}
.c-about-line[data-line-order="2"] {
    visibility: hidden;
}
.c-about-line[data-line-order="2"] .c-about-line__mask-path {
    stroke-width: 70;
    stroke-dashoffset: 1;
}
.c-about-line[data-line-order="2"] .c-about-line__fill {
    opacity: 0;
}
.c-about-line[data-line-order="2"].is-line-drawing, .c-about-line[data-line-order="2"].is-line-drawn {
    visibility: visible;
}
.c-about-line[data-line-order="2"].is-line-drawing .c-about-line__fill, .c-about-line[data-line-order="2"].is-line-drawn .c-about-line__fill {
    opacity: 1;
}
.c-about-line[data-line-order="3"] .c-about-line__mask-rect {
    transform: scaleX(0);
    transform-box: fill-box;
    transform-origin: 100% 50%;
}
@media (prefers-reduced-motion: reduce) {
    .c-about-line__mask-path {
        stroke-dashoffset: 0;
    }
    .c-about-line__mask-rect {
        transform: scaleX(1);
    }
    .c-about-line[data-line-order="2"] {
        visibility: visible;
    }
    .c-about-line[data-line-order="2"] .c-about-line__fill {
        opacity: 1;
    }
    .c-about-line[data-line-order="2"] .c-about-line__mask-path {
        stroke-dashoffset: 0;
    }
}
.c-about-line.is-line-drawn:not([data-line-order="2"]) .c-about-line__fill {
    -webkit-mask: none;
            mask: none;
}
.c-about-line[data-line-order="2"].is-line-drawn .c-about-line__mask-path {
    stroke-dashoffset: 0;
}

.js-about-line-draw.is-active .c-about-line[data-line-order="1"] .c-about-line__mask-path {
    animation: about-line-draw 0.9s ease-in-out 0.5s forwards;
}
.js-about-line-draw.is-active .c-about-line[data-line-order="2"] .c-about-line__mask-path {
    animation: about-line-draw 0.9s ease-in-out 1.55s forwards;
}
.js-about-line-draw.is-active .c-about-line[data-line-order="3"] .c-about-line__mask-rect {
    animation: about-line-wipe-rtl 0.9s ease-in-out 2.6s forwards;
}

/* ---------------------------------------------
*   c-pop
--------------------------------------------- */
@keyframes pop-appear {
    0% {
        opacity: 0;
        transform: scale(0.25) rotate(-4deg);
    }
    55% {
        opacity: 1;
        transform: scale(1.1) rotate(0deg);
    }
    75% {
        transform: scale(0.97) rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotate(0deg);
    }
}
.c-pop {
    --pop-delay: 0.5s;
    --pop-offset: calc(4 / var(--design-width) * 100vw);
    display: block;
    opacity: 0;
    transform: scale(0.25) rotate(-4deg);
    transform-origin: center center;
}
@media screen and (min-width: 781px) {
    .c-pop {
        --pop-offset: calc(4 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-pop.is-pop-visible {
    animation: pop-appear 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) var(--pop-delay) forwards;
}
.c-pop.is-pop-visible.is-pop-done {
    opacity: 1;
    transform: scale(1) rotate(0deg);
}
@media (prefers-reduced-motion: reduce) {
    .c-pop {
        opacity: 1;
        transform: none;
        animation: none;
    }
}

/* ---------------------------------------------
*   c-zoom-out
--------------------------------------------- */
@keyframes zoom-out-appear {
    from {
        transform: scale(1.15);
    }
    to {
        transform: scale(1);
    }
}
.c-zoom-out {
    --zoom-delay: .15s;
    display: block;
    transform: scale(1.15);
    transform-origin: center center;
    will-change: transform;
}
.c-zoom-out.is-zoom-visible {
    animation: zoom-out-appear 1.25s cubic-bezier(0.22, 0.61, 0.36, 1) var(--zoom-delay) forwards;
}
.c-zoom-out.is-zoom-visible.is-zoom-done {
    transform: scale(1);
}
@media (prefers-reduced-motion: reduce) {
    .c-zoom-out {
        transform: scale(1);
        animation: none;
    }
}

/* ---------------------------------------------
*   c-cta-pop
--------------------------------------------- */
@keyframes cta-pop-play {
    from {
        transform: translate(-50%, calc(-100% + var(--cta-pop-peek-hide)));
    }
    to {
        transform: translate(-50%, calc(-100% + var(--cta-pop-peek-show)));
    }
}
.c-cta-pop {
    --cta-pop-delay: 0.5s;
    --cta-pop-peek-hide: calc(31 / var(--design-width) * 100vw);
    --cta-pop-peek-show: calc(16.5 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-cta-pop {
        --cta-pop-peek-hide: calc(31 * var(--contents-width) / var(--design-width) * 1px);
        --cta-pop-peek-show: calc(16.5 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-cta-pop .c-product-card__link {
    position: relative;
    z-index: 1;
}
.c-cta-pop__character {
    pointer-events: none;
    z-index: -1;
    transform: translate(-50%, calc(-100% + var(--cta-pop-peek-hide)));
    will-change: transform;
}
.c-cta-pop.is-cta-pop-visible .c-cta-pop__character {
    animation: cta-pop-play 0.35s ease-out var(--cta-pop-delay) forwards;
}
@media (prefers-reduced-motion: reduce) {
    .c-cta-pop__character {
        animation: none;
        transition: none;
        transform: translate(-50%, calc(-100% + var(--cta-pop-peek-show)));
    }
}

/* ---------------------------------------------
*   c-text-wave
--------------------------------------------- */
@keyframes text-wave-bounce {
    0% {
        transform: translateY(0);
    }
    45% {
        transform: translateY(calc(var(--text-wave-rise) * -1));
    }
    100% {
        transform: translateY(0);
    }
}
.c-text-wave {
    --text-wave-delay: 0.5s;
    --text-wave-rise: calc(8 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-text-wave {
        --text-wave-rise: calc(8 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-text-wave__char {
    display: inline-block;
    font-size: inherit;
    font-weight: inherit;
    font-family: inherit;
    color: inherit;
    transform: translateY(0);
    will-change: transform;
}
.c-text-wave:not(.c-text-wave--svg) {
    display: inline-block;
    padding-top: var(--text-wave-rise);
    margin-top: calc(var(--text-wave-rise) * -1);
}
.c-text-wave.is-text-wave-visible .c-text-wave__char {
    animation: text-wave-bounce 0.5s ease-out calc(var(--text-wave-delay) + (var(--text-wave-order) - 1) * 0.05s) forwards;
}
@media (prefers-reduced-motion: reduce) {
    .c-text-wave__char {
        animation: none;
        transform: translateY(0);
    }
}
.c-text-wave--svg {
    overflow: visible;
    padding-top: var(--text-wave-rise);
    margin-top: calc(var(--text-wave-rise) * -1);
}
.c-text-wave--svg .c-text-wave__char {
    will-change: auto;
    transform-box: fill-box;
    transform-origin: 50% 100%;
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-product-card
--------------------------------------------- */
.c-product-card {
    position: relative;
    text-align: center;
}
.c-product-card__image {
    position: relative;
    overflow: hidden;
    margin-inline: auto;
    width: calc(373 / var(--design-width) * 100vw);
    border-radius: calc(60 / var(--design-width) * 100vw) 0 0 calc(60 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-product-card__image {
        width: calc(373 * var(--contents-width) / var(--design-width) * 1px);
        border-radius: calc(60 * var(--contents-width) / var(--design-width) * 1px) 0 0 calc(60 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card__image > img {
    transform: scale(1.15);
    width: 100%;
}
.c-product-card__label {
    position: absolute;
    z-index: 1;
    top: calc(24 / var(--design-width) * 100vw);
    right: 0;
}
@media screen and (min-width: 781px) {
    .c-product-card__label {
        top: calc(24 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card__label img {
    height: calc(32.5 / var(--design-width) * 100vw);
    width: auto;
}
@media screen and (min-width: 781px) {
    .c-product-card__label img {
        width: auto;
        height: calc(32.5 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card__body {
    position: relative;
    padding-top: calc(12 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-product-card__body {
        padding-top: calc(12 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-product-card__body {
    padding-left: calc(10 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-product-card__body {
        padding-left: calc(10 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card__title, .c-product-card__text {
    margin: 0;
    font-weight: 700;
}
.c-product-card__title {
    font-family: var(--ff-ZenMaru);
    font-size: calc(28 / var(--design-width) * 100vw);
    letter-spacing: 0;
    line-height: 1.2;
}
@media screen and (min-width: 781px) {
    .c-product-card__title {
        font-size: calc(28 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card__text {
    letter-spacing: 0.03em;
    margin-top: calc(5 / var(--design-width) * 100vw);
    font-size: calc(16 / var(--design-width) * 100vw);
    line-height: 1.6;
}
@media screen and (min-width: 781px) {
    .c-product-card__text {
        margin-top: calc(5 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(16 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card__button {
    position: relative;
    margin-inline: auto;
    margin-top: calc(50 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-product-card__button {
        margin-top: calc(50 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card__button > img {
    position: absolute;
    z-index: -1;
    top: calc(2 / var(--design-width) * 100vw);
    left: 50%;
    width: calc(65 / var(--design-width) * 100vw);
}
.c-product-card__button > img:not(.c-cta-pop__character) {
    transform: translate(-50%, -50%);
}
.c-product-card__button > img.c-cta-pop__character {
    top: -3px;
}
@media screen and (min-width: 781px) {
    .c-product-card__button > img {
        width: calc(65 * var(--contents-width) / var(--design-width) * 1px);
        top: calc(2 * var(--contents-width) / var(--design-width) * 1px);
    }
    .c-product-card__button > img.c-cta-pop__character {
        top: -3px;
    }
}
.c-product-card__button-text {
    background-color: var(--color-white-1);
    width: 100%;
}
.c-product-card__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(255 / var(--design-width) * 100%);
    margin: auto;
    background: #faf05e url("/img/freepages/gyurutt/ico_button_arrow.svg") no-repeat;
    color: #333333;
    font-weight: 700;
    letter-spacing: 0.02em;
    transition: opacity var(--hover-duration);
    height: 60px;
    border-radius: 30px;
    background-position: right calc(25 / var(--design-width) * 100vw) center;
    background-size: calc(9 / var(--design-width) * 100vw) auto;
    font-family: var(--ff-ZenMaru);
    font-size: calc(14 / var(--design-width) * 100vw);
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .c-product-card__link {
        transition: opacity var(--hover-duration);
    }
    .c-product-card__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (min-width: 781px) {
    .c-product-card__link {
        background: #faf05e url("/img/freepages/gyurutt/ico_button_arrow.svg") no-repeat;
        height: calc(60 * var(--contents-width) / var(--design-width) * 1px);
        border-radius: calc(30 * var(--contents-width) / var(--design-width) * 1px);
        background-position: right calc(25 * var(--contents-width) / var(--design-width) * 1px) center;
        background-size: calc(9 * var(--contents-width) / var(--design-width) * 1px) auto;
        font-size: calc(14 * var(--contents-width) / var(--design-width) * 1px);
    }
}
@media screen and (min-width: 781px) {
    .c-product-card__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-product-card--night {
    color: var(--color-white-1);
    margin-top: calc(85 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-product-card--night {
        margin-top: calc(85 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card--night .c-product-card__title {
    color: var(--color-white-1);
}
.c-product-card--night .c-product-card__image {
    margin-right: calc(18 / var(--design-width) * 100vw);
    margin-left: 0;
    border-radius: 0 calc(60 / var(--design-width) * 100vw) calc(60 / var(--design-width) * 100vw) 0;
}
@media screen and (min-width: 781px) {
    .c-product-card--night .c-product-card__image {
        border-radius: 0 calc(60 * var(--contents-width) / var(--design-width) * 1px) calc(60 * var(--contents-width) / var(--design-width) * 1px) 0;
        margin-right: calc(18 * var(--contents-width) / var(--design-width) * 1px);
        margin-left: 0;
    }
}
.c-product-card--night .c-product-card__label {
    right: auto;
    left: 0;
}
.c-product-card--night .c-product-card__label img {
    width: calc(121 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-product-card--night .c-product-card__label img {
        width: calc(121 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card--night .c-product-card__button-text {
    background-color: #5a86d0;
}
.c-product-card--day .c-product-card__image {
    width: calc(373 / var(--design-width) * 100vw);
    margin-right: 0;
    margin-left: calc(17 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-product-card--day .c-product-card__image {
        width: calc(373 * var(--contents-width) / var(--design-width) * 1px);
        margin-right: 0;
        margin-left: calc(17 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card--day .c-product-card__title {
    color: #3ca8e0;
}
.c-product-card--day .c-product-card__text {
    color: #333;
}
.c-product-card--day .c-product-card__label img {
    width: calc(97 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-product-card--day .c-product-card__label img {
        width: calc(97 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card--set {
    color: #333;
    margin-top: calc(95 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-product-card--set {
        margin-top: calc(95 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card--set .c-product-card__image-merchandise {
    width: calc(307 / var(--design-width) * 100vw);
    margin-inline: auto;
}
@media screen and (min-width: 781px) {
    .c-product-card--set .c-product-card__image-merchandise {
        width: calc(307 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-product-card--set .c-product-card__image-merchandise img {
    display: block;
    width: 100%;
    height: auto;
}
.c-product-card--set .c-product-card__title {
    color: #3ca8e0;
}
.c-product-card--set .c-product-card__button-text {
    background-color: var(--color-white-1);
}

/* ---------------------------------------------
*   c-feature-card
--------------------------------------------- */
.c-feature-card {
    background-color: var(--color-white-1);
    position: relative;
    color: #0c4696;
    width: calc(354 / var(--design-width) * 100%);
    margin-inline: auto;
    border-radius: 0 calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
    padding: calc(13 / var(--design-width) * 100vw) calc(13 / var(--design-width) * 100vw) calc(60 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card {
        border-radius: 0 calc(20 * var(--contents-width) / var(--design-width) * 1px) calc(20 * var(--contents-width) / var(--design-width) * 1px) calc(20 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(354 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(13 * var(--contents-width) / var(--design-width) * 1px) calc(13 * var(--contents-width) / var(--design-width) * 1px) calc(60 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__inner {
    background-color: #ebf6fc;
    border-radius: calc(8 / var(--design-width) * 100vw);
    position: relative;
    z-index: 1;
    padding: calc(40 / var(--design-width) * 100vw) calc(15 / var(--design-width) * 100vw) calc(22 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__inner {
        border-radius: calc(8 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(40 * var(--contents-width) / var(--design-width) * 1px) calc(20 * var(--contents-width) / var(--design-width) * 1px) calc(22 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__inner::before {
    position: absolute;
    z-index: 0;
    top: calc(78 / var(--design-width) * 100vw);
    right: calc(8 / var(--design-width) * 100vw);
    left: calc(9 / var(--design-width) * 100vw);
    border-radius: calc(8 / var(--design-width) * 100vw);
    content: "";
}
@media screen and (min-width: 781px) {
    .c-feature-card__inner::before {
        top: calc(78 * var(--contents-width) / var(--design-width) * 1px);
        right: calc(8 * var(--contents-width) / var(--design-width) * 1px);
        left: calc(9 * var(--contents-width) / var(--design-width) * 1px);
        border-radius: calc(8 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__inner > * {
    position: relative;
    z-index: 1;
}
.c-feature-card__head {
    background-color: var(--color-white-1);
    border-radius: calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) 0 0;
    padding: calc(22 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw) calc(8 / var(--design-width) * 100vw);
    position: absolute;
    left: calc(-13 / var(--design-width) * 100vw);
    bottom: calc(100% + 13 / var(--design-width) * 100vw);
    text-align: center;
    z-index: 1;
    width: calc(177 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__head {
        border-radius: calc(20 * var(--contents-width) / var(--design-width) * 1px) calc(20 * var(--contents-width) / var(--design-width) * 1px) 0 0;
        bottom: calc(100% + 13 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(22 * var(--contents-width) / var(--design-width) * 1px) calc(10 * var(--contents-width) / var(--design-width) * 1px) calc(8 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(177 * var(--contents-width) / var(--design-width) * 1px);
        left: calc(-13 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__head::before {
    border-radius: 50% 50% 50% 0;
    position: absolute;
    left: calc(100% - 0px);
    bottom: 0px;
    width: calc(40 / var(--design-width) * 100vw);
    height: calc(40 / var(--design-width) * 100vw);
    background: #fff;
    content: "";
    pointer-events: none;
}
@media screen and (min-width: 781px) {
    .c-feature-card__head::before {
        width: calc(40 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(40 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__head::after {
    border-radius: 50%;
    position: absolute;
    left: calc(100% - 0px);
    bottom: 0px;
    width: calc(42 / var(--design-width) * 100vw);
    height: calc(42 / var(--design-width) * 100vw);
    background: #54A2E2;
    content: "";
    pointer-events: none;
}
@media screen and (min-width: 781px) {
    .c-feature-card__head::after {
        width: calc(42 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(42 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__head img {
    width: calc(134 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__head img {
        width: calc(134 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__label, .c-feature-card__title, .c-feature-card__text, .c-feature-card__lead-text, .c-feature-card__detail-title, .c-feature-card__detail-lead, .c-feature-card__detail-text {
    margin: 0;
}
.c-feature-card__label, .c-feature-card__title {
    font-weight: 700;
}
.c-feature-card__label {
    letter-spacing: 0.05em;
    order: 2;
    margin-top: calc(3 / var(--design-width) * 100vw);
    font-size: calc(10 / var(--design-width) * 100vw);
    line-height: 1.2;
}
@media screen and (min-width: 781px) {
    .c-feature-card__label {
        margin-top: calc(3 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(10 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__title {
    letter-spacing: 0.03em;
    order: 1;
    font-size: calc(15 / var(--design-width) * 100vw);
    line-height: 1.3;
    margin-top: 0;
}
@media screen and (min-width: 781px) {
    .c-feature-card__title {
        font-size: calc(15 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__heading, .c-feature-card__image, .c-feature-card__flavor, .c-feature-card__ingredient, .c-feature-card__message, .c-feature-card__slide-image {
    display: block;
    margin-inline: auto;
}
.c-feature-card__heading img, .c-feature-card__image img, .c-feature-card__flavor img, .c-feature-card__ingredient img, .c-feature-card__message img, .c-feature-card__slide-image img {
    width: 100%;
}
.c-feature-card__body, .c-feature-card__lead {
    text-align: center;
    padding-block: calc(20 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__body, .c-feature-card__lead {
        padding-block: calc(20 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__body::before, .c-feature-card__body::after, .c-feature-card__lead::before, .c-feature-card__lead::after {
    position: absolute;
    left: 50%;
    width: calc(256 / var(--design-width) * 100vw);
    height: calc(3 / var(--design-width) * 100vw);
    background-color: var(--color-blue-1);
    mask-image: url("/img/freepages/gyurutt/txt_feature_wave-line.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/img/freepages/gyurutt/txt_feature_wave-line.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    transform: translateX(-50%);
    content: "";
}
@media screen and (min-width: 781px) {
    .c-feature-card__body::before, .c-feature-card__body::after, .c-feature-card__lead::before, .c-feature-card__lead::after {
        width: calc(256 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(3 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__body::before, .c-feature-card__lead::before {
    top: 0;
}
.c-feature-card__body::after, .c-feature-card__lead::after {
    bottom: 0;
}
.c-feature-card__text, .c-feature-card__lead-text {
    font-weight: 700;
    letter-spacing: -0.06em;
    margin-bottom: calc(4 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__text, .c-feature-card__lead-text {
        margin-bottom: calc(4 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__point-list {
    display: grid;
    justify-content: center;
    padding: 0;
    margin-inline: auto;
    list-style: none;
    gap: 0 calc(13 / var(--design-width) * 100vw);
    margin-top: calc(22 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__point-list {
        gap: 0 calc(13 * var(--contents-width) / var(--design-width) * 1px);
        margin-top: calc(22 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__point-item:nth-of-type(3) {
    margin-top: calc(-9 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__point-item:nth-of-type(3) {
        margin-top: calc(-9 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__point-item img {
    width: 100%;
}
.c-feature-card__slider {
    position: relative;
    margin-inline: auto;
    margin-top: calc(23 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__slider {
        margin-top: calc(23 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__slider .splide__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: calc(-25 / var(--design-width) * 100vw);
    gap: calc(12 / var(--design-width) * 100vw);
    height: calc(8 / var(--design-width) * 100vw);
    padding: 0;
    margin: 0;
    list-style: none;
}
@media screen and (min-width: 781px) {
    .c-feature-card__slider .splide__pagination {
        bottom: calc(-25 * var(--contents-width) / var(--design-width) * 1px);
        gap: calc(12 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(8 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__slider .splide__pagination__page {
    display: block;
    width: calc(8 / var(--design-width) * 100vw);
    height: calc(8 / var(--design-width) * 100vw);
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 50%;
    background-color: #cfcfcf;
    opacity: 1;
    transform: none;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .c-feature-card__slider .splide__pagination__page {
        transition: opacity var(--hover-duration);
    }
    .c-feature-card__slider .splide__pagination__page:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (min-width: 781px) {
    .c-feature-card__slider .splide__pagination__page {
        width: calc(8 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(8 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__slider .splide__pagination__page:focus-visible {
    outline: calc(2 / var(--design-width) * 100vw) solid #316cb4;
    outline-offset: calc(2 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__slider .splide__pagination__page:focus-visible {
        outline-width: calc(2 * var(--contents-width) / var(--design-width) * 1px);
        outline-offset: calc(2 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__slider .splide__pagination__page.is-active {
    background-color: #316cb4;
    transform: none;
}
.c-feature-card__slide-list {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}
.c-feature-card__slide-item {
    width: 100%;
}
.c-feature-card__slide-button {
    position: absolute;
    z-index: 2;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
    opacity: 1;
    transform: translateY(-50%);
    cursor: pointer;
    width: calc(20 / var(--design-width) * 100vw);
    height: calc(36 / var(--design-width) * 100vw);
}
@media (hover: hover) and (pointer: fine) {
    .c-feature-card__slide-button {
        transition: opacity var(--hover-duration);
    }
    .c-feature-card__slide-button:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (min-width: 781px) {
    .c-feature-card__slide-button {
        width: calc(20 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(36 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__slide-button:focus-visible {
    outline: calc(2 / var(--design-width) * 100vw) solid #316cb4;
    outline-offset: calc(2 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__slide-button:focus-visible {
        outline-width: calc(2 * var(--contents-width) / var(--design-width) * 1px);
        outline-offset: calc(2 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__slide-button--prev {
    left: calc(-10 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__slide-button--prev {
        left: calc(-10 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__slide-button--next {
    right: calc(-10 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__slide-button--next {
        right: calc(-10 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__slide-button img {
    width: calc(13 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__slide-button img {
        width: calc(13 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__detail-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-white-1);
    font-family: var(--ff-ZenMaru);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
    min-height: calc(32 / var(--root-fz) * 1rem);
    border-radius: calc(6 / var(--design-width) * 100vw);
    font-size: calc(20 / var(--design-width) * 100vw);
    background-color: #316cb4;
}
@media screen and (min-width: 781px) {
    .c-feature-card__detail-title {
        min-height: calc(32 / var(--root-fz) * 1rem);
        border-radius: calc(6 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(20 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-feature-card__detail-title, body.firefox .c-feature-card__detail-title {
    padding-bottom: calc(2 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-feature-card__detail-title, body.firefox .c-feature-card__detail-title {
        padding-bottom: calc(2 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__detail-title:not(:first-child) {
    margin-top: calc(14 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__detail-title:not(:first-child) {
        margin-top: calc(14 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__detail-lead {
    font-weight: 700;
    letter-spacing: -0.03em;
    font-size: calc(17 / var(--design-width) * 100vw);
    line-height: 1.4;
    margin-top: calc(14 / var(--design-width) * 100vw);
    color: #316cb4;
}
@media screen and (min-width: 781px) {
    .c-feature-card__detail-lead {
        margin-top: calc(14 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(17 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__detail-text {
    color: #333;
    font-family: var(--ff-root);
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.65;
    font-size: calc(14 / var(--design-width) * 100vw);
    margin-top: calc(7 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__detail-text {
        margin-top: calc(7 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(14 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__heading {
    text-align: center;
}
.c-feature-card__text--1, .c-feature-card__lead-text--1 {
    font-family: var(--ff-ZenMaru);
    font-size: calc(16 / var(--design-width) * 100vw);
    line-height: 1.4;
}
@media screen and (min-width: 781px) {
    .c-feature-card__text--1, .c-feature-card__lead-text--1 {
        font-size: calc(16 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__text--2, .c-feature-card__lead-text--2 {
    font-family: var(--ff-ZenMaru);
    font-size: calc(28 / var(--design-width) * 100vw);
    font-weight: 700;
    letter-spacing: -0.08em;
    line-height: 1.3;
}
@media screen and (min-width: 781px) {
    .c-feature-card__text--2, .c-feature-card__lead-text--2 {
        font-size: calc(28 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__text--2 .c-text-wave__char--tight {
    margin-inline: calc(-6 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__text--2 .c-text-wave__char--tight {
        margin-inline: calc(-5 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__flavor {
    margin-top: calc(18 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__flavor {
        margin-top: calc(18 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__point-item {
    width: calc(134 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__point-item {
        width: calc(134 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__ingredient {
    margin-top: calc(24 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__ingredient {
        margin-top: calc(24 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__message {
    margin-top: calc(20 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__message {
        margin-top: calc(20 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__slide-image {
    width: calc(256 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__slide-image {
        width: calc(256 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__lead {
    margin-top: calc(52 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__lead {
        margin-top: calc(52 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card__detail {
    margin-top: calc(25 / var(--design-width) * 100vw);
    padding: 0 calc(10 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card__detail {
        margin-top: calc(25 * var(--contents-width) / var(--design-width) * 1px);
        padding: 0 calc(10 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--water {
    margin-top: calc(110 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--water {
        margin-top: calc(110 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--water .c-feature-card__heading {
    width: calc(244 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__heading {
        width: calc(244 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--water .c-feature-card__image {
    width: calc(256 / var(--design-width) * 100vw);
    margin-top: calc(18 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__image {
        width: calc(256 * var(--contents-width) / var(--design-width) * 1px);
        margin-top: calc(18 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--water .c-feature-card__body {
    margin-top: calc(28 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__body {
        margin-top: calc(28 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--water .c-feature-card__flavor {
    width: calc(243 / var(--design-width) * 100vw);
    margin-top: calc(21 / var(--design-width) * 100vw);
    transform: translateX(calc(-11 / var(--design-width) * 100vw));
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__flavor {
        margin-top: calc(21 * var(--contents-width) / var(--design-width) * 1px);
        transform: translateX(calc(-11 * var(--contents-width) / var(--design-width) * 1px));
        width: calc(243 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--water .c-feature-card__point-list {
    grid-template-columns: repeat(2, calc(134 / var(--design-width) * 100vw));
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__point-list {
        grid-template-columns: repeat(2, calc(134 * var(--contents-width) / var(--design-width) * 1px));
    }
}
.c-feature-card--water .c-feature-card__detail {
    margin-top: calc(22 / var(--design-width) * 100vw);
    padding: 0 calc(10 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__detail {
        margin-top: calc(22 * var(--contents-width) / var(--design-width) * 1px);
        padding: 0 calc(10 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-feature-card--water .c-feature-card__detail {
    padding: 0 calc(7 * var(--contents-width) / var(--design-width) * 1px);
}
@media screen and (min-width: 781px) {
    body.edge .c-feature-card--water .c-feature-card__detail {
        padding: 0 calc(7 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--water .c-feature-card__detail-title:not(:first-child) {
    margin-top: calc(12 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__detail-title:not(:first-child) {
        margin-top: calc(12 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--water .c-feature-card__detail-lead {
    color: #333;
    font-family: var(--ff-root);
    font-weight: 500;
    font-size: calc(14 / var(--design-width) * 100vw);
    line-height: 1.65;
    margin-top: calc(9 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__detail-lead {
        font-size: calc(14 * var(--contents-width) / var(--design-width) * 1px);
        margin-top: calc(9 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--water .c-feature-card__ingredient {
    width: 100%;
    margin-top: calc(12 / var(--design-width) * 100vw);
    padding: 0 calc(10 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__ingredient {
        margin-top: calc(12 * var(--contents-width) / var(--design-width) * 1px);
        padding: 0 calc(10 * var(--contents-width) / var(--design-width) * 1px);
        width: 100%;
    }
}
.c-feature-card--water .c-feature-card__message {
    width: calc(300 / var(--design-width) * 100vw);
    margin-top: calc(29 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--water .c-feature-card__message {
        margin-top: calc(29 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(300 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--supplement {
    margin-top: calc(100 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--supplement {
        margin-top: calc(100 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--supplement .c-feature-card__head::before {
    border-radius: 50% 50% 50% 0;
    position: absolute;
    left: calc(100% - 0px);
    bottom: 0px;
    width: calc(40 / var(--design-width) * 100vw);
    height: calc(40 / var(--design-width) * 100vw);
    background: #fff;
    content: "";
    pointer-events: none;
}
@media screen and (min-width: 781px) {
    .c-feature-card--supplement .c-feature-card__head::before {
        width: calc(40 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(40 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--supplement .c-feature-card__head::after {
    border-radius: 50%;
    position: absolute;
    left: calc(100% - 0px);
    bottom: 0px;
    width: calc(42 / var(--design-width) * 100vw);
    height: calc(42 / var(--design-width) * 100vw);
    background: #4286CA;
    content: "";
    pointer-events: none;
}
@media screen and (min-width: 781px) {
    .c-feature-card--supplement .c-feature-card__head::after {
        width: calc(42 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(42 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--supplement .c-feature-card__head img {
    width: calc(104 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--supplement .c-feature-card__head img {
        width: calc(104 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--supplement .c-feature-card__heading {
    width: calc(211 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--supplement .c-feature-card__heading {
        width: calc(211 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--supplement .c-feature-card__inner {
    background-color: #edf1f9;
}
.c-feature-card--supplement .c-feature-card__flavor {
    width: calc(253 / var(--design-width) * 100vw);
    transform: translateX(calc(16 / var(--design-width) * 100vw));
}
@media screen and (min-width: 781px) {
    .c-feature-card--supplement .c-feature-card__flavor {
        transform: translateX(calc(16 * var(--contents-width) / var(--design-width) * 1px));
        width: calc(253 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-feature-card--supplement .c-feature-card__point-list {
    grid-template-columns: repeat(2, calc(134 / var(--design-width) * 100vw));
    margin-top: calc(22 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--supplement .c-feature-card__point-list {
        margin-top: calc(22 * var(--contents-width) / var(--design-width) * 1px);
        grid-template-columns: repeat(2, calc(134 * var(--contents-width) / var(--design-width) * 1px));
    }
}
.c-feature-card--supplement .c-feature-card__point-item:last-child {
    grid-column: 1/3;
    justify-self: center;
}
.c-feature-card--supplement .c-feature-card__message {
    width: calc(271 / var(--design-width) * 100vw);
    margin-top: calc(30 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-feature-card--supplement .c-feature-card__message {
        margin-top: calc(30 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(271 * var(--contents-width) / var(--design-width) * 1px);
    }
}

/* ---------------------------------------------
*   c-topic-card
--------------------------------------------- */
.c-topic-card {
    border: 1px solid #4473d0;
    border-radius: calc(20 / var(--design-width) * 100vw);
    position: relative;
    margin-inline: auto;
    color: #333;
    width: 100%;
    padding: calc(28 / var(--design-width) * 100vw) calc(25 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
}
.c-topic-card:nth-of-type(1) {
    background: url("/img/freepages/gyurutt/bg_topics.png") center/cover no-repeat;
}
.c-topic-card:nth-of-type(2) {
    background: url("/img/freepages/gyurutt/bg_topics_2.png") center/cover no-repeat;
}
.c-topic-card:nth-of-type(3) {
    border-color: #3676b8;
}
@media screen and (min-width: 781px) {
    .c-topic-card {
        border: calc(1 * var(--contents-width) / var(--design-width) * 1px) solid #4473d0;
        border-radius: calc(20 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(28 * var(--contents-width) / var(--design-width) * 1px) calc(25 * var(--contents-width) / var(--design-width) * 1px) calc(40 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__head {
    color: #3676b8;
    text-align: center;
}
.c-topic-card__label, .c-topic-card__title, .c-topic-card__text, .c-topic-card__sub-title {
    margin: 0;
}
.c-topic-card__label, .c-topic-card__title, .c-topic-card__sub-title {
    font-weight: 700;
}
.c-topic-card__title {
    font-family: var(--ff-ZenMaru);
    font-size: calc(28 / var(--design-width) * 100vw);
    margin-top: calc(8 / var(--design-width) * 100vw);
    letter-spacing: -0.08em;
    line-height: 1.25;
}
@media screen and (min-width: 781px) {
    .c-topic-card__title {
        margin-top: calc(8 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(28 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__sub-title {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #3676b8;
    border-radius: 999px;
    color: #3676b8;
    letter-spacing: 0.04em;
    line-height: 1;
    margin: auto;
    min-height: calc(36 / var(--design-width) * 100vw);
    font-size: calc(18 / var(--design-width) * 100vw);
    border-color: #4473d0;
    margin-top: calc(21 / var(--design-width) * 100vw);
    width: calc(252 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-topic-card__sub-title {
        border: calc(1 * var(--contents-width) / var(--design-width) * 1px) solid #4473d0;
        border-radius: calc(999 * var(--contents-width) / var(--design-width) * 1px);
        min-height: calc(36 * var(--contents-width) / var(--design-width) * 1px);
        margin-top: calc(21 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(18 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(252 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.firefox .c-topic-card__sub-title {
    padding-bottom: calc(2 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.firefox .c-topic-card__sub-title {
        padding-bottom: calc(2 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__image {
    display: block;
    margin-inline: auto;
}
.c-topic-card__image img {
    width: 100%;
}
.c-topic-card__text {
    font-family: var(--ff-root);
    font-size: calc(14 / var(--design-width) * 100vw);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.85;
    margin-top: calc(18 / var(--design-width) * 100vw);
    padding: 0 calc(15 / var(--design-width) * 100vw);
    text-align: justify;
}
@media screen and (min-width: 781px) {
    .c-topic-card__text {
        margin-top: calc(18 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(14 * var(--contents-width) / var(--design-width) * 1px);
        padding: 0 calc(15 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__text-highlight {
    color: #4473d0;
    font-weight: 700;
}
.c-topic-card + .c-topic-card {
    margin-top: calc(50 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-topic-card + .c-topic-card {
        margin-top: calc(50 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card:last-child {
    padding-bottom: calc(53 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-topic-card:last-child {
        padding-bottom: calc(53 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card:last-child .c-topic-card__title {
    margin-top: 0;
}
.c-topic-card__label {
    font-size: calc(16 / var(--design-width) * 100vw);
    line-height: 1.4;
}
@media screen and (min-width: 781px) {
    .c-topic-card__label {
        font-size: calc(16 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card > .c-topic-card__text {
    margin-top: calc(23 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-topic-card > .c-topic-card__text {
        margin-top: calc(23 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__content {
    margin-top: calc(18 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-topic-card__content {
        margin-top: calc(18 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__content + .c-topic-card__sub-title {
    margin-top: calc(34 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-topic-card__content + .c-topic-card__sub-title {
        margin-top: calc(34 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__content:last-child {
    margin-top: calc(23 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-topic-card__content:last-child {
        margin-top: calc(23 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__image img[src*=img_topics_1] {
    display: block;
    width: calc(246 / var(--design-width) * 100vw);
    margin-inline: auto;
    transform: translateX(calc(-4 / var(--design-width) * 100vw));
}
@media screen and (min-width: 781px) {
    .c-topic-card__image img[src*=img_topics_1] {
        transform: translateX(calc(-4 * var(--contents-width) / var(--design-width) * 1px));
        width: calc(246 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__image img[src*=img_topics_2] {
    display: block;
    width: calc(219 / var(--design-width) * 100vw);
    margin-inline: auto;
}
@media screen and (min-width: 781px) {
    .c-topic-card__image img[src*=img_topics_2] {
        width: calc(219 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-topic-card__head, .c-topic-card__label, .c-topic-card__title, .c-topic-card__sub-title, .c-topic-card__text-highlight {
    color: #4473d0;
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-section-kv
--------------------------------------------- */
.c-section-kv {
    position: relative;
}
@media screen and (min-width: 781px) {
    .c-section-kv {
        width: 100%;
    }
}
.c-section-kv__inner {
    position: relative;
}
.c-section-kv__head {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    top: calc(31 / var(--design-width) * 100vw);
    width: calc(191 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-kv__head {
        top: calc(31 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(191 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-kv__title {
    margin: 0;
    line-height: 1;
}
.c-section-kv__title img {
    width: 100%;
}
.c-section-kv__image img {
    width: 100%;
}
.c-section-kv__text {
    position: absolute;
    z-index: 1;
    left: calc(40 / var(--design-width) * 100vw);
    top: calc(210 / var(--design-width) * 100vw);
    width: calc(134 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-kv__text {
        left: calc(40 * var(--contents-width) / var(--design-width) * 1px);
        top: calc(210 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(134 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-kv__text img,
.c-section-kv__text svg {
    width: 100%;
}
.c-section-kv__copy {
    display: block;
    height: auto;
    width: 100%;
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list
--------------------------------------------- */
/* ---------------------------------------------
*   c-marquee
--------------------------------------------- */
@keyframes c-marquee-scroll {
    from {
        transform: translate3d(0, 0, 0);
    }
    to {
        transform: translate3d(calc(var(--marquee-distance) * -1), 0, 0);
    }
}
.c-marquee {
    --marquee-distance: 0px;
    --marquee-duration: 0s;
}
.c-marquee__viewport {
    overflow: hidden;
    width: 100%;
}
.c-marquee__track {
    display: flex;
    width: -moz-max-content;
    width: max-content;
    transform: translate3d(0, 0, 0);
    will-change: transform;
    backface-visibility: hidden;
    gap: calc(10 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-marquee__track {
        gap: calc(10 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-marquee.is-ready .c-marquee__track {
    animation: c-marquee-scroll var(--marquee-duration) linear infinite;
}
.c-marquee__group {
    display: flex;
    flex-shrink: 0;
}
.c-marquee__group img {
    display: block;
    max-width: none;
}
@media (prefers-reduced-motion: reduce) {
    .c-marquee__viewport {
        display: flex;
        justify-content: center;
    }
    .c-marquee__track {
        animation: none;
        transform: translate3d(0, 0, 0);
        width: auto;
    }
    .c-marquee__group[aria-hidden=true] {
        display: none;
    }
}

/* ---------------------------------------------
*   c-section-about
--------------------------------------------- */
.c-section-about {
    position: relative;
    z-index: 1;
    background: url("/img/freepages/gyurutt/bg_about_cloud.png") center top/100% auto no-repeat;
    min-height: calc(968 / var(--design-width) * 100vw);
    border-radius: 0 0 calc(60 / var(--design-width) * 100vw) calc(60 / var(--design-width) * 100vw);
    padding: calc(70 / var(--design-width) * 100vw) calc(24 / var(--design-width) * 100vw) calc(175 / var(--design-width) * 100vw);
    overflow: hidden;
}
@media screen and (min-width: 781px) {
    .c-section-about {
        border-radius: 0 0 calc(60 * var(--contents-width) / var(--design-width) * 1px) calc(60 * var(--contents-width) / var(--design-width) * 1px);
        margin-right: 0;
        margin-left: -1px;
        width: 100%;
        min-height: calc(968 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(70 * var(--contents-width) / var(--design-width) * 1px) calc(24 * var(--contents-width) / var(--design-width) * 1px) calc(175 * var(--contents-width) / var(--design-width) * 1px);
        background-position: center;
        background-size: 100% auto;
    }
}
body.edge .c-section-about {
    min-height: calc(938 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-section-about {
        min-height: calc(938 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__decoration {
    position: absolute;
    z-index: 0;
    display: block;
}
.c-section-about__decoration img,
.c-section-about__decoration .c-about-line__svg {
    width: 100%;
}
.c-section-about__decoration--1 {
    top: calc(22 / var(--design-width) * 100vw);
    right: calc(-42 / var(--design-width) * 100vw);
    width: calc(104 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-about__decoration--1 {
        top: calc(22 * var(--contents-width) / var(--design-width) * 1px);
        right: calc(-42 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(104 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__decoration--2 {
    top: calc(310.5 / var(--design-width) * 100vw);
    left: calc(-12 / var(--design-width) * 100vw);
    width: calc(85 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-about__decoration--2 {
        top: calc(310.5 * var(--contents-width) / var(--design-width) * 1px);
        left: calc(-12 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(85 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__decoration--3 {
    bottom: calc(121 / var(--design-width) * 100vw);
    left: 50%;
    width: calc(523 / var(--design-width) * 100vw);
    transform: translateX(-50%);
}
@media screen and (min-width: 781px) {
    .c-section-about__decoration--3 {
        bottom: calc(121 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(523 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__decoration--cloud {
    bottom: calc(-52 / var(--design-width) * 100vw);
    left: calc(-34.5 / var(--design-width) * 100vw);
    width: calc(264 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-about__decoration--cloud {
        bottom: calc(-50 * var(--contents-width) / var(--design-width) * 1px);
        left: calc(-34.5 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(264 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__decoration--sparkling {
    bottom: calc(86 / var(--design-width) * 100vw);
    right: calc(123 / var(--design-width) * 100vw);
    width: calc(28 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-about__decoration--sparkling {
        bottom: calc(86 * var(--contents-width) / var(--design-width) * 1px);
        right: calc(123 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(28 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__inner {
    position: relative;
    z-index: 1;
}
.c-section-about__head {
    text-align: center;
    line-height: 1;
}
.c-section-about__title {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1;
    width: calc(62 / var(--design-width) * 100vw);
}
.c-section-about__title img {
    width: 100%;
}
@media screen and (min-width: 781px) {
    .c-section-about__title {
        width: calc(62 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__content {
    color: var(--color-blue-1);
    text-align: center;
    margin-top: calc(40 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-about__content {
        margin-top: calc(40 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__lead, .c-section-about__text {
    margin: 0;
    font-family: var(--ff-ZenMaru);
    font-weight: 700;
    letter-spacing: -0.03em;
    font-size: calc(16 / var(--design-width) * 100vw);
    line-height: 2;
}
@media screen and (min-width: 781px) {
    .c-section-about__lead, .c-section-about__text {
        font-size: calc(16 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__text {
    margin-top: calc(32 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-about__text {
        margin-top: calc(32 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-about__text:nth-of-type(3) {
    margin-top: calc(32 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-about__text:nth-of-type(3) {
        margin-top: calc(32 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-section-about__text {
    margin-top: calc(24 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-section-about__text {
        margin-top: calc(24 * var(--contents-width) / var(--design-width) * 1px);
    }
}

/* ---------------------------------------------
*   c-section-problem
--------------------------------------------- */
.c-section-problem {
    position: relative;
    z-index: 0;
    overflow: hidden;
    background: url("/img/freepages/gyurutt/bg_problem.png") center top/100% 100% no-repeat;
    height: calc(714 / var(--design-width) * 100vw);
    margin-top: calc(-44 / var(--design-width) * 100vw);
    padding-bottom: calc(90 / var(--design-width) * 100vw);
    padding-top: calc(97 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-problem {
        width: 100%;
        height: calc(714 * var(--contents-width) / var(--design-width) * 1px);
        padding-top: calc(97 * var(--contents-width) / var(--design-width) * 1px);
        padding-bottom: calc(90 * var(--contents-width) / var(--design-width) * 1px);
        margin-top: calc(-44 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-section-problem {
    margin-top: calc(-64 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-section-problem {
        margin-top: calc(-44 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-problem__inner {
    position: relative;
    height: 100%;
}
.c-section-problem__head {
    position: relative;
    z-index: 1;
    text-align: center;
}
.c-section-problem__title {
    margin: 0;
    color: #333333;
    font-family: var(--ff-ZenMaru);
    font-weight: 700;
    letter-spacing: -0.09em;
    line-height: 1.4;
    font-size: calc(44 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-problem__title {
        font-size: calc(44 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-problem__title-highlight {
    color: #759ec7;
    display: inline-block;
    font-size: calc(44 / var(--design-width) * 100vw);
    letter-spacing: 0.02em;
    margin: 0 calc(2 / var(--design-width) * 100vw) 0 calc(5 / var(--design-width) * 100vw);
    padding-bottom: calc(2 / var(--design-width) * 100vw);
    position: relative;
}
@media screen and (min-width: 781px) {
    .c-section-problem__title-highlight {
        font-size: calc(44 * var(--contents-width) / var(--design-width) * 1px);
        margin: 0 calc(2 * var(--contents-width) / var(--design-width) * 1px) 0 calc(5 * var(--contents-width) / var(--design-width) * 1px);
        padding-bottom: calc(2 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-problem__title-highlight::after {
    position: absolute;
    right: 0;
    bottom: calc(-2.5 / var(--design-width) * 100vw);
    left: 0;
    height: calc(4 / var(--design-width) * 100vw);
    background-color: #759ec7;
    mask-image: url("/img/freepages/gyurutt/img_problem_wave-line.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/img/freepages/gyurutt/img_problem_wave-line.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    content: "";
    width: 100%;
}
@media screen and (min-width: 781px) {
    .c-section-problem__title-highlight::after {
        bottom: calc(-2.5 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(4 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-problem__title-highlight.c-text-wave {
    letter-spacing: 0;
}
.c-section-problem__title-highlight.c-text-wave .c-text-wave__char {
    font-family: var(--ff-ZenMaru);
    font-size: calc(44 / var(--design-width) * 100vw);
    font-weight: 700;
    letter-spacing: 0.02em;
}
@media screen and (min-width: 781px) {
    .c-section-problem__title-highlight.c-text-wave .c-text-wave__char {
        font-size: calc(44 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-problem__title-sup {
    font-size: calc(40 / var(--design-width) * 100vw);
    vertical-align: super;
    display: inline-block;
    transform: translateY(calc(3 / var(--design-width) * 100vw));
}
@media screen and (min-width: 781px) {
    .c-section-problem__title-sup {
        font-size: calc(40 * var(--contents-width) / var(--design-width) * 1px);
        transform: translateY(calc(3 * var(--contents-width) / var(--design-width) * 1px));
    }
}
.c-section-problem__title-small {
    display: inline-block;
    font-size: calc(28 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-problem__title-small {
        font-size: calc(28 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-problem__cloud {
    position: absolute;
    z-index: 2;
    top: calc(131.5 / var(--design-width) * 100vw);
    right: calc(37.5 / var(--design-width) * 100vw);
    width: calc(96 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-problem__cloud {
        top: calc(131.5 * var(--contents-width) / var(--design-width) * 1px);
        right: calc(37.5 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(96 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-problem__cloud img {
    width: 100%;
}
.c-section-problem__list {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    width: calc(260 / var(--design-width) * 100vw);
    margin-top: calc(40 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-problem__list {
        margin: 0 auto;
        width: calc(260 * var(--contents-width) / var(--design-width) * 1px);
        margin-top: calc(40 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-problem__item {
    position: relative;
    width: calc(260 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-problem__item {
        width: calc(260 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-problem__item img {
    width: 100%;
}
.c-section-problem__item:nth-child(odd) {
    transform: translateX(calc(-47.5 / var(--design-width) * 100vw));
}
@media screen and (min-width: 781px) {
    .c-section-problem__item:nth-child(odd) {
        transform: translateX(calc(-47.5 * var(--contents-width) / var(--design-width) * 1px));
    }
}
.c-section-problem__item:nth-child(even) {
    transform: translateX(calc(48.5 / var(--design-width) * 100vw));
}
@media screen and (min-width: 781px) {
    .c-section-problem__item:nth-child(even) {
        transform: translateX(calc(48.5 * var(--contents-width) / var(--design-width) * 1px));
    }
}
.c-section-problem__item.c-fade-up:nth-child(odd) {
    transform: translateX(calc(-47.5 / var(--design-width) * 100vw)) translateY(var(--fade-distance));
}
@media screen and (min-width: 781px) {
    .c-section-problem__item.c-fade-up:nth-child(odd) {
        transform: translateX(calc(-47.5 * var(--contents-width) / var(--design-width) * 1px)) translateY(var(--fade-distance));
    }
}
.c-section-problem__item.c-fade-up:nth-child(odd).is-visible {
    transform: translateX(calc(-47.5 / var(--design-width) * 100vw)) translateY(0);
}
@media screen and (min-width: 781px) {
    .c-section-problem__item.c-fade-up:nth-child(odd).is-visible {
        transform: translateX(calc(-47.5 * var(--contents-width) / var(--design-width) * 1px)) translateY(0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .c-section-problem__item.c-fade-up:nth-child(odd) {
        transform: translateX(calc(-47.5 / var(--design-width) * 100vw));
    }
}
@media screen and (prefers-reduced-motion: reduce) and (min-width: 781px) {
    .c-section-problem__item.c-fade-up:nth-child(odd) {
        transform: translateX(calc(-47.5 * var(--contents-width) / var(--design-width) * 1px));
    }
}
.c-section-problem__item.c-fade-up:nth-child(even) {
    transform: translateX(calc(48.5 / var(--design-width) * 100vw)) translateY(var(--fade-distance));
}
@media screen and (min-width: 781px) {
    .c-section-problem__item.c-fade-up:nth-child(even) {
        transform: translateX(calc(48.5 * var(--contents-width) / var(--design-width) * 1px)) translateY(var(--fade-distance));
    }
}
.c-section-problem__item.c-fade-up:nth-child(even).is-visible {
    transform: translateX(calc(48.5 / var(--design-width) * 100vw)) translateY(0);
}
@media screen and (min-width: 781px) {
    .c-section-problem__item.c-fade-up:nth-child(even).is-visible {
        transform: translateX(calc(48.5 * var(--contents-width) / var(--design-width) * 1px)) translateY(0);
    }
}
@media (prefers-reduced-motion: reduce) {
    .c-section-problem__item.c-fade-up:nth-child(even) {
        transform: translateX(calc(48.5 / var(--design-width) * 100vw));
    }
}
@media screen and (prefers-reduced-motion: reduce) and (min-width: 781px) {
    .c-section-problem__item.c-fade-up:nth-child(even) {
        transform: translateX(calc(48.5 * var(--contents-width) / var(--design-width) * 1px));
    }
}
.c-section-problem__item + .c-section-problem__item {
    margin-top: calc(-17.5 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-problem__item + .c-section-problem__item {
        margin-top: calc(-17.5 * var(--contents-width) / var(--design-width) * 1px);
    }
}

/* ---------------------------------------------
*   c-section-solution
--------------------------------------------- */
@keyframes solution-pop-appear {
    0% {
        opacity: 0;
        transform: translateX(-50%) scale(0.25) rotate(-4deg);
    }
    55% {
        opacity: 1;
        transform: translateX(-50%) scale(1.1) rotate(0deg);
    }
    75% {
        transform: translateX(-50%) scale(0.97) rotate(0deg);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%) scale(1) rotate(0deg);
    }
}
.c-section-solution {
    padding: calc(15 / var(--design-width) * 100vw) 0 0;
    position: relative;
    z-index: 1;
    background: url("/img/freepages/gyurutt/bg_solution.png") center top/100% 100% no-repeat;
    height: calc(628.5 / var(--design-width) * 100vw);
    margin-top: calc(-95 / var(--design-width) * 100vw);
    background-size: 100% auto;
}
@media screen and (min-width: 781px) {
    .c-section-solution {
        background: url("/img/freepages/gyurutt/bg_solution.png") center top/100% 100% no-repeat;
        background-size: 100% auto;
        width: 100%;
        height: calc(628.5 * var(--contents-width) / var(--design-width) * 1px);
        margin-top: calc(-95 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(15 * var(--contents-width) / var(--design-width) * 1px) 0 0;
    }
}
body.edge .c-section-solution {
    height: calc(613 / var(--design-width) * 100vw);
    margin-top: calc(-90 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-section-solution {
        height: calc(624 * var(--contents-width) / var(--design-width) * 1px);
        margin-top: calc(-90 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__inner {
    position: relative;
    height: 100%;
}
.c-section-solution__badge, .c-section-solution__products {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.c-section-solution__head {
    position: absolute;
    z-index: 1;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-align: center;
    top: calc(227 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-solution__head {
        top: calc(227 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-section-solution__head {
    top: calc(220 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-section-solution__head {
        top: calc(220 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__badge.c-pop, .c-section-solution__head.c-pop {
    opacity: 0;
    transform: translateX(-50%) scale(0.25) rotate(-4deg);
    transform-origin: center center;
}
.c-section-solution__badge.c-pop.is-pop-visible, .c-section-solution__head.c-pop.is-pop-visible {
    animation: solution-pop-appear 0.45s cubic-bezier(0.34, 1.56, 0.64, 1) var(--pop-delay) forwards;
}
.c-section-solution__badge.c-pop.is-pop-visible.is-pop-done, .c-section-solution__head.c-pop.is-pop-visible.is-pop-done {
    opacity: 1;
    transform: translateX(-50%) scale(1) rotate(0deg);
}
@media (prefers-reduced-motion: reduce) {
    .c-section-solution__badge.c-pop, .c-section-solution__head.c-pop {
        opacity: 1;
        transform: translateX(-50%);
        animation: none;
    }
}
.c-section-solution__title {
    margin: 0;
    color: var(--color-white-1);
    font-family: var(--ff-ZenMaru);
    font-size: calc(31.4 / var(--design-width) * 100vw);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 1.6;
}
@media screen and (min-width: 781px) {
    .c-section-solution__title {
        font-size: calc(31.4 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__title-highlight {
    color: #faf05e;
    display: inline-block;
    font-size: calc(31.4 / var(--design-width) * 100vw);
    line-height: 1.6;
}
@media screen and (min-width: 781px) {
    .c-section-solution__title-highlight {
        font-size: calc(31.4 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__loop {
    position: absolute;
    z-index: 2;
    bottom: calc(-3 / var(--design-width) * 100vw);
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    height: calc(44 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-solution__loop {
        height: calc(44 * var(--contents-width) / var(--design-width) * 1px);
        bottom: calc(-3 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__loop .c-marquee__group img {
    width: calc(580 / var(--design-width) * 100vw);
    height: auto;
}
@media screen and (min-width: 781px) {
    .c-section-solution__loop .c-marquee__group img {
        width: calc(580 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__badge {
    top: calc(-15 / var(--design-width) * 100vw);
    left: calc(50% - 20 / var(--design-width) * 100vw);
    width: calc(264 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-solution__badge {
        top: calc(-15 * var(--contents-width) / var(--design-width) * 1px);
        left: calc(50% - 20 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(264 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__badge-1 {
    width: calc(212 / var(--design-width) * 100vw);
    height: auto;
}
@media screen and (min-width: 781px) {
    .c-section-solution__badge-1 {
        width: calc(212 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__badge-2 {
    width: calc(264 / var(--design-width) * 100vw);
    height: auto;
    position: absolute;
    top: calc(67 / var(--design-width) * 100vw);
    left: calc(33 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-solution__badge-2 {
        top: calc(67 * var(--contents-width) / var(--design-width) * 1px);
        left: calc(33 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(264 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__products {
    bottom: calc(94 / var(--design-width) * 100vw);
    width: calc(232 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-solution__products {
        bottom: calc(94 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(232 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-solution__products img {
    width: 100%;
}

/* ---------------------------------------------
*   c-section-products
--------------------------------------------- */
.c-section-products {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: var(--color-white-1);
    background-image: url("/img/freepages/gyurutt/bg_products.png");
    background-repeat: no-repeat;
    min-height: calc(1160 / var(--design-width) * 100vw);
    padding-top: calc(71 / var(--design-width) * 100vw);
    padding-bottom: calc(130 / var(--design-width) * 100vw);
    background-position: center calc(914.5 / var(--design-width) * 100vw);
    background-size: calc(390 / var(--design-width) * 100vw) auto;
}
@media screen and (min-width: 781px) {
    .c-section-products {
        margin-right: 0;
        width: 100%;
        background-position: center calc(914.5 * var(--contents-width) / var(--design-width) * 1px);
        min-height: calc(1160 * var(--contents-width) / var(--design-width) * 1px);
        padding-top: calc(71 * var(--contents-width) / var(--design-width) * 1px);
        padding-bottom: calc(130 * var(--contents-width) / var(--design-width) * 1px);
        background-size: calc(390 * var(--contents-width) / var(--design-width) * 1px) auto;
    }
}
.c-section-products__inner {
    position: relative;
    z-index: 1;
}
.c-section-products__head {
    text-align: center;
}
.c-section-products__title {
    margin: 0;
    font-family: var(--ff-ZenMaru);
    font-weight: 700;
    line-height: 1;
}
.c-section-products__title-visual {
    display: block;
    margin-inline: auto;
    width: calc(206 / var(--design-width) * 100vw);
    height: auto;
}
@media screen and (min-width: 781px) {
    .c-section-products__title-visual {
        width: calc(206 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-products__title-en, .c-section-products__title-ja {
    color: var(--color-blue-1);
    display: block;
}
.c-section-products__title-en {
    letter-spacing: 0.06em;
    font-size: calc(43 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-products__title-en {
        font-size: calc(43 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-products__title-ja {
    letter-spacing: 0.16em;
    margin-top: calc(2 / var(--design-width) * 100vw);
    font-size: calc(13 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-products__title-ja {
        margin-top: calc(2 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(13 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-products__lead {
    color: var(--color-blue-1);
    margin: 0;
    font-family: var(--ff-ZenMaru);
    font-weight: 700;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: calc(37 / var(--design-width) * 100vw);
    font-size: calc(26 / var(--design-width) * 100vw);
    line-height: 1.75;
}
@media screen and (min-width: 781px) {
    .c-section-products__lead {
        margin-top: calc(37 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(26 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-products__lead-text {
    display: inline-block;
    padding-bottom: calc(2 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-products__lead-text {
        padding-bottom: calc(2 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-products__lead-text:nth-of-type(1) {
    position: relative;
}
.c-section-products__lead-text:nth-of-type(1)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(196 / var(--design-width) * 100vw);
    height: calc(3 / var(--design-width) * 100vw);
    background-color: var(--color-blue-1);
    transform: translateX(-50%);
    mask-image: url("/img/freepages/gyurutt/img_products_wave-line_1.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/img/freepages/gyurutt/img_products_wave-line_1.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    content: "";
}
@media screen and (min-width: 781px) {
    .c-section-products__lead-text:nth-of-type(1)::after {
        width: calc(196 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(3 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-products__lead-text:nth-of-type(2) {
    position: relative;
}
.c-section-products__lead-text:nth-of-type(2)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(106 / var(--design-width) * 100vw);
    height: calc(3 / var(--design-width) * 100vw);
    background-color: var(--color-blue-1);
    transform: translateX(-50%);
    mask-image: url("/img/freepages/gyurutt/img_products_wave-line_2.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/img/freepages/gyurutt/img_products_wave-line_2.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    content: "";
}
@media screen and (min-width: 781px) {
    .c-section-products__lead-text:nth-of-type(2)::after {
        width: calc(106 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(3 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-products__lead-text:nth-of-type(3) {
    position: relative;
}
.c-section-products__lead-text:nth-of-type(3)::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: calc(300 / var(--design-width) * 100vw);
    height: calc(3 / var(--design-width) * 100vw);
    background-color: var(--color-blue-1);
    transform: translateX(-50%);
    mask-image: url("/img/freepages/gyurutt/img_products_wave-line_3.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/img/freepages/gyurutt/img_products_wave-line_3.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    content: "";
}
@media screen and (min-width: 781px) {
    .c-section-products__lead-text:nth-of-type(3)::after {
        width: calc(300 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(3 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-section-products__lead-text:nth-of-type(3)::after {
    width: calc(300 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-section-products__lead-text:nth-of-type(3)::after {
        width: calc(300 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-products__list {
    position: relative;
    margin-top: calc(39.5 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-products__list {
        margin-top: calc(39.5 * var(--contents-width) / var(--design-width) * 1px);
    }
}

/* ---------------------------------------------
*   c-section-feature
--------------------------------------------- */
.c-section-feature {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url("/img/freepages/gyurutt/bg_feature.png");
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: calc(-75 / var(--design-width) * 100vw);
    min-height: calc(3636 / var(--design-width) * 100vw);
    padding: calc(150 / var(--design-width) * 100vw) 0 calc(74 / var(--design-width) * 100vw);
    background-size: calc(390 / var(--design-width) * 100vw) auto;
}
@media screen and (min-width: 781px) {
    .c-section-feature {
        margin-top: calc(-75 * var(--contents-width) / var(--design-width) * 1px);
        width: 100%;
        min-height: calc(3636 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(140 * var(--contents-width) / var(--design-width) * 1px) calc(18 * var(--contents-width) / var(--design-width) * 1px) calc(74 * var(--contents-width) / var(--design-width) * 1px);
        background-size: calc(390 * var(--contents-width) / var(--design-width) * 1px) auto;
    }
}
.c-section-feature__inner {
    position: relative;
    z-index: 1;
}
.c-section-feature__head {
    color: var(--color-white-1);
    text-align: center;
}
.c-section-feature__title {
    margin: 0;
    font-weight: 700;
    line-height: 1;
}
.c-section-feature__title-visual {
    display: block;
    margin-inline: auto;
    width: calc(170 / var(--design-width) * 100vw);
    height: auto;
}
@media screen and (min-width: 781px) {
    .c-section-feature__title-visual {
        width: calc(170 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-feature__title-en, .c-section-feature__title-ja {
    display: block;
}
.c-section-feature__title-en {
    letter-spacing: 0.08em;
    font-size: calc(43 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-feature__title-en {
        font-size: calc(43 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-feature__title-ja {
    letter-spacing: 0.16em;
    margin-top: calc(2 / var(--design-width) * 100vw);
    font-size: calc(13 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-feature__title-ja {
        margin-top: calc(2 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(13 * var(--contents-width) / var(--design-width) * 1px);
    }
}

/* ---------------------------------------------
*   c-section-please
--------------------------------------------- */
.c-section-please {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-image: url("/img/freepages/gyurutt/bg_img_please.png");
    background-repeat: no-repeat;
    background-position: center top;
    margin-top: calc(-10 / var(--design-width) * 100vw);
    min-height: calc(788 / var(--design-width) * 100vw);
    padding: calc(63 / var(--design-width) * 100vw) calc(17 / var(--design-width) * 100vw) calc(55 / var(--design-width) * 100vw);
    background-size: 100% auto;
}
@media screen and (min-width: 781px) {
    .c-section-please {
        margin-top: calc(-10 * var(--contents-width) / var(--design-width) * 1px);
        min-height: calc(788 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(63 * var(--contents-width) / var(--design-width) * 1px) calc(17 * var(--contents-width) / var(--design-width) * 1px) calc(55 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-section-please {
    margin-top: calc(-15 / var(--design-width) * 100vw);
    padding: calc(52 / var(--design-width) * 100vw) calc(17 / var(--design-width) * 100vw) calc(55 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-section-please {
        margin-top: calc(-15 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(52 * var(--contents-width) / var(--design-width) * 1px) calc(17 * var(--contents-width) / var(--design-width) * 1px) calc(55 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-please__inner {
    position: relative;
    z-index: 1;
}
.c-section-please__head {
    color: var(--color-white-1);
    text-align: center;
}
.c-section-please__title {
    margin: 0;
    font-family: var(--ff-ZenMaru);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
    position: relative;
    display: inline-block;
    font-size: calc(27 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-please__title {
        font-size: calc(27 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-please__title::after {
    position: absolute;
    right: 0;
    bottom: calc(-5 / var(--design-width) * 100vw);
    left: 0;
    height: calc(3 / var(--design-width) * 100vw);
    background-color: var(--color-white-1);
    mask-image: url("/img/freepages/gyurutt/img_please_wave-line.svg");
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: 100% 100%;
    -webkit-mask-image: url("/img/freepages/gyurutt/img_please_wave-line.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-position: center;
    -webkit-mask-size: 100% 100%;
    content: "";
}
@media screen and (min-width: 781px) {
    .c-section-please__title::after {
        bottom: calc(-5 * var(--contents-width) / var(--design-width) * 1px);
        height: calc(3 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-please__list {
    padding: 0;
    margin: 0;
    list-style: none;
    margin-top: calc(34 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-please__list {
        margin-top: calc(34 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-section-please__list {
    margin-top: calc(26 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-section-please__list {
        margin-top: calc(26 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-please__item {
    text-align: center;
}
.c-section-please__image {
    display: block;
    margin-inline: auto;
}
.c-section-please__image img {
    width: 100%;
}
.c-section-please__text {
    margin: 0;
    color: var(--color-white-1);
    font-weight: 500;
    letter-spacing: 0.02em;
    font-size: calc(14 / var(--design-width) * 100vw);
    line-height: 1.75;
    margin-top: calc(11 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-please__text {
        margin-top: calc(11 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(14 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-please__item + .c-section-please__item {
    margin-top: calc(24 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-please__item + .c-section-please__item {
        margin-top: calc(24 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-please__item:first-child .c-section-please__image {
    width: calc(215 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-please__item:first-child .c-section-please__image {
        width: calc(215 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-please__item:last-child .c-section-please__image {
    width: calc(241 / var(--design-width) * 100vw);
    --please-image-offset-x: calc(13 / var(--design-width) * 100vw);
    transform: translateX(var(--please-image-offset-x));
}
@media screen and (min-width: 781px) {
    .c-section-please__item:last-child .c-section-please__image {
        --please-image-offset-x: calc(13 * var(--contents-width) / var(--design-width) * 1px);
        width: calc(241 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-please__item:last-child .c-section-please__image.c-fade-up {
    transform: translate(var(--please-image-offset-x), var(--fade-distance));
}
.c-section-please__item:last-child .c-section-please__image.c-fade-up.is-visible {
    transform: translate(var(--please-image-offset-x), 0);
}
@media (prefers-reduced-motion: reduce) {
    .c-section-please__item:last-child .c-section-please__image.c-fade-up {
        transform: translateX(var(--please-image-offset-x));
    }
}

/* ---------------------------------------------
*   c-section-topics
--------------------------------------------- */
.c-section-topics {
    background-color: #eff6fc;
    margin-top: calc(-10 / var(--design-width) * 100vw);
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: calc(84 / var(--design-width) * 100vw) 0 calc(211 / var(--design-width) * 100vw);
    color: #4473d0;
}
@media screen and (min-width: 781px) {
    .c-section-topics {
        margin-top: calc(-10 * var(--contents-width) / var(--design-width) * 1px);
        padding: calc(84 * var(--contents-width) / var(--design-width) * 1px) 0 calc(211 * var(--contents-width) / var(--design-width) * 1px);
    }
}
body.edge .c-section-topics {
    margin-top: calc(-30 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    body.edge .c-section-topics {
        margin-top: calc(-30 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-topics__inner {
    width: calc(354 / var(--design-width) * 100%);
    margin-inline: auto;
    position: relative;
    z-index: 1;
}
.c-section-topics__head {
    text-align: center;
}
.c-section-topics__title {
    margin: 0;
    font-weight: 700;
    line-height: 1;
}
.c-section-topics__title img {
    width: calc(149 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-topics__title img {
        width: calc(149 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-topics__title-en, .c-section-topics__title-ja {
    display: block;
}
.c-section-topics__title-en {
    letter-spacing: 0.05em;
    font-size: calc(31 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-topics__title-en {
        font-size: calc(31 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-topics__title-ja {
    letter-spacing: 0.13em;
    margin-top: calc(10 / var(--design-width) * 100vw);
    font-size: calc(12 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-topics__title-ja {
        margin-top: calc(10 * var(--contents-width) / var(--design-width) * 1px);
        font-size: calc(12 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-topics__list {
    position: relative;
    margin-top: calc(48 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-topics__list {
        margin-top: calc(48 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-topics__loop {
    position: absolute;
    z-index: 1;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: calc(64 / var(--design-width) * 100vw);
    bottom: calc(35 / var(--design-width) * 100vw);
}
@media screen and (min-width: 781px) {
    .c-section-topics__loop {
        height: calc(64 * var(--contents-width) / var(--design-width) * 1px);
        bottom: calc(35 * var(--contents-width) / var(--design-width) * 1px);
    }
}
.c-section-topics__loop .c-marquee__group img {
    width: calc(344 / var(--design-width) * 100vw);
    height: auto;
}
@media screen and (min-width: 781px) {
    .c-section-topics__loop .c-marquee__group img {
        width: calc(344 * var(--contents-width) / var(--design-width) * 1px);
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/* ---------------------------------------------
*   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;
}

@media print and (min-width: 781px), screen and (min-width: 781px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 780px), screen and (max-width: 780px) {
    .sp-hide {
        display: none !important;
    }
}
.u-visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* ---------------------------------------------
*   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: 780px) {
    .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: 780px) {
    .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;
    }
}
/*# sourceMappingURL=gyurutt.css.map */
