/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    height: calc(var(--fixed-header-height) * 1px);
}

/* ---------------------------------------------
*   l-global-nav
--------------------------------------------- */
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    background-color: var(--color-bg-1);
    font-family: var(--ff-root);
    overflow: hidden;
}
.l-contents__inner {
    position: relative;
    padding-inline: 30px;
}
@media screen and (max-width: 750px) {
    .l-contents__inner {
        padding-inline: calc(14 / 375 * 100%);
        z-index: 1;
    }
}
.l-contents img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
.l-contents hr {
    margin: 0 !important;
    border: none !important;
}
.l-contents hr#anchor-1 {
    margin-top: -32px;
    padding-top: 32px;
}
@media screen and (max-width: 750px) {
    .l-contents hr#anchor-1 {
        margin-top: calc(-19.5 / var(--design-width) * 100vw);
        padding-top: calc(19.5 / var(--design-width) * 100vw);
    }
}
.l-contents ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.l-contents h1 {
    padding-bottom: 0 !important;
}
.l-contents p {
    margin: 0;
}

/* ---------------------------------------------
*   l-breadcrumb
--------------------------------------------- */
/* ---------------------------------------------
*   l-columns
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .l-columns {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 90%;
        max-width: calc(var(--contents-width) * 1px);
        margin: 0 auto;
    }
    .l-columns__main {
        width: 70%;
    }
    .l-columns__aside {
        position: sticky;
        top: calc(var(--fixed-header-height) * 1px + 10px);
        right: 0;
        width: 25%;
        max-height: calc(100vh - var(--fixed-header-height) * 1px + 10px);
        overflow-y: auto;
    }
}

/* ---------------------------------------------
*   l-sidebar
--------------------------------------------- */
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
/* ---------------------------------------------
*   c-block-top
--------------------------------------------- */
.c-block-top {
    margin-inline: auto;
    padding-inline: 20px;
    max-width: 1098px;
}
@media screen and (max-width: 750px) {
    .c-block-top {
        padding-inline: 0;
    }
    .c-block-top img {
        display: block;
        width: 100%;
    }
}
.c-block-top__img-1 {
    margin: 42px auto 0;
    width: calc(898 / 1098 * 100%);
}
@media screen and (max-width: 750px) {
    .c-block-top__img-1 {
        margin-top: calc(26 / var(--design-width) * 100vw);
        margin-left: calc(-5 / var(--design-width) * 100vw);
        width: 101.7291066282%;
    }
}
.c-block-top__img-2 {
    margin: 87px auto 0;
    width: calc(601 / 1098 * 100%);
}
@media screen and (max-width: 750px) {
    .c-block-top__img-2 {
        margin-top: calc(34 / var(--design-width) * 100vw);
        margin-left: calc(57 / var(--design-width) * 100vw);
        width: calc(224 / var(--design-width) * 100vw);
    }
}
.c-block-top__link {
    display: block;
    margin: 69px auto 0;
    width: calc(497 / 1098 * 100%);
}
@media screen and (max-width: 750px) {
    .c-block-top__link {
        margin-top: calc(36 / var(--design-width) * 100vw);
        width: calc(294 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-block-tabs
--------------------------------------------- */
.c-block-tabs__tab-list {
    display: flex;
    justify-content: center;
    padding-inline: 20px;
}
@media screen and (max-width: 750px) {
    .c-block-tabs__tab-list {
        padding-inline: 0;
    }
}
.c-block-tabs__tab {
    cursor: pointer;
    width: 240px;
}
@media screen and (max-width: 750px) {
    .c-block-tabs__tab {
        width: calc(116 / var(--design-width) * 100vw);
    }
    .c-block-tabs__tab img {
        display: block;
        width: 100%;
    }
}
.c-block-tabs__tab.is-current {
    pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-tabs__tab:not(.is-current) {
        transition: opacity var(--hover-duration);
    }
    .c-block-tabs__tab:not(.is-current):hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-block-tabs__body {
    margin-inline: calc(50% - 50vw);
}
@media screen and (max-width: 980px) {
    .c-block-tabs__body {
        margin-inline: calc(50% - 490px);
    }
}
@media screen and (max-width: 640px) {
    .c-block-tabs__body {
        margin-inline: calc(50% - 50vw);
    }
}

/* ---------------------------------------------
*   c-block-contents
--------------------------------------------- */
.c-block-contents {
    display: block;
    padding-top: 7px;
    padding-inline: 20px;
    background-position: center center;
    background-repeat: repeat-x;
    background-size: 100% 100%;
}
@media screen and (max-width: 750px) {
    .c-block-contents {
        padding-inline: 0;
    }
}
.c-block-contents__inner {
    margin-inline: auto;
    max-width: 1000px;
}
.c-block-contents--1 {
    background-image: url(../img/tab_bg_1.png);
}
.c-block-contents--1 .c-block-contents__img-1 {
    margin-left: 59px;
    width: 84.6%;
}
@media screen and (max-width: 750px) {
    .c-block-contents--1 .c-block-contents__img-1 {
        margin-top: calc(7 / var(--design-width) * 100vw);
        margin-inline: auto;
        width: 96.5333333333%;
    }
}
@media screen and (max-width: 750px) {
    .c-block-contents--1 .c-block-contents__img-2 {
        margin-top: calc(25 / var(--design-width) * 100vw);
    }
}
.c-block-contents--2 {
    background-image: url(../img/tab_bg_2.png);
}
.c-block-contents--2 .c-block-contents__img-1 {
    margin-left: 4px;
    width: 90.05%;
}
@media screen and (max-width: 750px) {
    .c-block-contents--2 .c-block-contents__img-1 {
        margin-top: calc(7 / var(--design-width) * 100vw);
        margin-inline: calc(-8 / var(--design-width) * 100vw) auto;
        width: 104.8%;
    }
    .windows.edge .c-block-contents--2 .c-block-contents__img-1 {
        width: 102%;
    }
    .windows.chrome .c-block-contents--2 .c-block-contents__img-1 {
        width: 102%;
    }
}
@media screen and (max-width: 750px) {
    .c-block-contents--2 .c-block-contents__img-2 {
        margin-top: calc(14 / var(--design-width) * 100vw);
    }
}
.c-block-contents--3 {
    background-image: url(../img/tab_bg_3.png);
}
.c-block-contents--3 .c-block-contents__img-1 {
    margin-left: 26px;
    width: 85.9%;
}
@media screen and (max-width: 750px) {
    .c-block-contents--3 .c-block-contents__img-1 {
        margin-top: calc(7 / var(--design-width) * 100vw);
        margin-inline: calc(1 / var(--design-width) * 100vw) auto;
        width: 98.4%;
    }
}
.c-block-contents--3 .c-block-contents__img-2 {
    margin-top: -25px;
}
@media screen and (max-width: 750px) {
    .c-block-contents--3 .c-block-contents__img-2 {
        margin-top: calc(25 / var(--design-width) * 100vw);
    }
}
.c-block-contents__img-1 img {
    width: 100%;
    height: auto;
}
.c-block-contents__img-2 {
    width: 100%;
}
.c-block-contents__img-2 img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-block-open
--------------------------------------------- */
.c-block-open__inner {
    margin-inline: auto;
    max-width: 1000px;
}
.c-block-open__img {
    margin-left: 25px;
    width: 94.3%;
}
@media screen and (max-width: 750px) {
    .c-block-open__img {
        margin-top: calc(12 / var(--design-width) * 100vw);
        margin-left: calc(4 / var(--design-width) * 100vw);
        width: 97.9827089337%;
    }
}
.c-block-open__img img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-end-img
--------------------------------------------- */
.c-end-msg {
    background-color: #ffeb03;
    padding: 20px;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-end-msg {
        padding: calc(10 / var(--design-width) * 100vw);
    }
}
.c-end-msg img {
    width: 60%;
    max-width: 500px;
}
@media screen and (max-width: 750px) {
    .c-end-msg img {
        width: calc(330 / var(--design-width) * 100vw);
    }
}
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
}
.c-kv__img {
    margin: 0 !important;
}
.c-kv__img img {
    display: block;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------
*   c-link-1
--------------------------------------------- */
.c-link-1 {
    display: block;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 750px) {
    .c-link-1 {
        width: 100%;
    }
    .c-link-1 img {
        display: block;
        width: 100%;
    }
}
/*@media (hover: hover) and (pointer: fine) {
    .c-link-1 {
        transition: opacity var(--hover-duration);
    }
    .c-link-1:hover {
        opacity: var(--hover-opacity-ratio);
    }
}*/

/* ---------------------------------------------
*   c-list-anchor
--------------------------------------------- */
.c-list-anchor {
    display: flex;
    justify-content: center;
    gap: calc(14 / 748 * 100%);
    margin: 50px auto 0 !important;
    padding-inline: 20px !important;
    max-width: 748px;
    width: calc(748 / 1100 * 100%);
}
@media screen and (max-width: 750px) {
    .c-list-anchor {
        margin-top: calc(68 / var(--design-width) * 100vw) !important;
        padding-inline: 0 !important;
        gap: calc(6 / 347 * 100%);
        width: 100%;
    }
}
.c-list-anchor__link {
    display: block;
}
@media screen and (max-width: 750px) {
    .c-list-anchor__link img {
        display: block;
        width: 100%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-list-anchor__link {
        transition: opacity var(--hover-duration);
    }
    .c-list-anchor__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/* ---------------------------------------------
*   c-list-terms
--------------------------------------------- */
.c-list-terms {
    text-align: left;
    color: var(--color-black-1) !important;
    max-width: 880px;
}
@media screen and (max-width: 750px) {
    .c-list-terms {
        margin-top: 22px !important;
    }
}
.c-list-terms__item {
    font-size: calc(13.5 / var(--root-fz) * 1rem);
    line-height: 1.7037037037;
    letter-spacing: 0;
    font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
    .c-list-terms__item {
        font-size: calc(11.5 / var(--root-fz) * 1rem);
        line-height: 1.4782608696;
    }
}
.c-list-terms__item + .c-list-terms__item {
    margin-top: 23px;
}
@media screen and (max-width: 750px) {
    .c-list-terms__item + .c-list-terms__item {
        margin-top: 17px;
    }
}
.c-list-terms__ttl {
    font-weight: 400;
}
#contents_block .c-list-terms .c-list-terms__ttl {
    font-size: calc(13.5 / var(--root-fz) * 1rem) !important;
    color: var(--color-black-1) !important;
}
@media screen and (max-width: 750px) {
    #contents_block .c-list-terms .c-list-terms__ttl {
        font-size: calc(11.5 / var(--root-fz) * 1rem) !important;
    }
}

#contents_block .c-list-terms .c-list-terms__txt {
    text-align: left !important;
    color: var(--color-black-1) !important;
    font-size: calc(13.5 / var(--root-fz) * 1rem) !important;
    font-weight: 400;
    pointer-events: none !important;
    word-break: break-all;
}
@media screen and (max-width: 750px) {
    #contents_block .c-list-terms .c-list-terms__txt {
        font-size: calc(11.5 / var(--root-fz) * 1rem) !important;
        word-break: break-all !important;
    }
}

.iphone .c-list-terms__txt--ls {
    letter-spacing: -0.05em;
}

#contents_block .c-list-terms .indent {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    color: var(--color-black-1) !important;
    font-size: calc(13.5 / var(--root-fz) * 1rem) !important;
}
@media screen and (max-width: 750px) {
    #contents_block .c-list-terms .indent {
        font-size: calc(11.5 / var(--root-fz) * 1rem) !important;
    }
}
@media screen and (max-width: 750px) {
    #contents_block .c-list-terms .indent--11 {
        padding-left: 1.5em;
        text-indent: -1.5em;
    }
}

#contents_block .c-list-terms .indent.disc {
    padding-left: 0.5em;
    text-indent: -0.5em;
}

#contents_block .c-list-terms .indent.num {
    padding-left: 1.3em;
    text-indent: -1.3em;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    margin-top: 65px;
}
@media screen and (max-width: 750px) {
    .c-section-1 {
        margin-top: calc(35 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-products
--------------------------------------------- */
.c-section-products {
    position: relative;
    padding-bottom: 94px;
}
@media screen and (max-width: 750px) {
    .c-section-products {
        padding-bottom: calc(39 / var(--design-width) * 100vw);
    }
}
.c-section-products__wrap {
    margin-inline: calc(50% - 50vw);
    padding-block: 42px;
    background-color: #fefcef;
}
@media screen and (max-width: 980px) {
    .c-section-products__wrap {
        margin-inline: calc(50% - 490px);
    }
}
@media screen and (max-width: 750px) {
    .c-section-products__wrap {
        margin-inline: calc(50% - 50vw);
        padding-block: calc(42 / var(--design-width) * 100vw) calc(33 / var(--design-width) * 100vw);
    }
}
.c-section-products__inner {
    margin-inline: auto;
    max-width: 1000px;
}
.c-section-products__ttl {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 74.5614035088%;
    max-width: 850px;
}
@media screen and (max-width: 750px) {
    .c-section-products__ttl {
        width: 108.0691642651%;
    }
}
.c-section-products__txt-1 {
    margin-top: 10px;
    margin-inline: 241px auto;
    width: 51.3%;
}
@media screen and (max-width: 750px) {
    .c-section-products__txt-1 {
        margin-top: calc(-6 / var(--design-width) * 100vw);
        margin-inline: calc(18 / var(--design-width) * 100vw) auto;
        width: 88.8%;
    }
}
.c-section-products__img {
    margin-top: 30px;
    margin-inline: auto;
    width: 84.8%;
}
@media screen and (max-width: 750px) {
    .c-section-products__img {
        margin: calc(22 / var(--design-width) * 100vw) auto 0;
        width: calc(306 / var(--design-width) * 100vw);
    }
    .c-section-products__img img {
        display: block;
        width: 100%;
    }
}
.c-section-products__txt-2 {
    margin-top: 20px;
    margin-inline: auto;
    width: 68.9%;
}
@media screen and (max-width: 750px) {
    .c-section-products__txt-2 {
        margin-top: calc(21 / var(--design-width) * 100vw);
        width: 89.8666666667%;
    }
}
.c-section-products__txt-3 {
    margin-top: 30px;
    margin-inline: auto;
    width: 70.4%;
}
@media screen and (max-width: 750px) {
    .c-section-products__txt-3 {
        margin-top: calc(31 / var(--design-width) * 100vw);
        margin-left: calc(7 / var(--design-width) * 100vw);
        width: 97.1181556196%;
    }
}
.c-section-products__list {
    display: flex;
    justify-content: space-between;
    gap: calc(22 / 944 * 100%);
    margin: 47px auto 1px !important;
    max-width: 752px;
}
@media screen and (max-width: 750px) {
    .c-section-products__list {
        gap: calc(5 / var(--design-width) * 100vw);
        margin-top: calc(28 / var(--design-width) * 100vw) !important;
    }
}
.c-section-products__link {
    display: block;
}
@media screen and (max-width: 750px) {
    .c-section-products__link img {
        display: block;
        width: 100%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-section-products__link {
        transition: opacity var(--hover-duration);
    }
    .c-section-products__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/* ---------------------------------------------
*   c-section-prize
--------------------------------------------- */
.c-section-prize {
    margin-inline: auto;
    margin-bottom: 1px;
    padding-bottom: 112px;
    max-width: 1060px;
}
@media screen and (max-width: 750px) {
    .c-section-prize {
        padding-bottom: calc(89 / var(--design-width) * 100vw);
    }
}
.c-section-prize__inner {
    margin-inline: auto;
    max-width: 1000px;
}
.c-section-prize__ttl {
    margin-inline: auto;
    width: 85%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__ttl {
        margin-inline: calc(50% - 50vw);
        width: 108.0691642651%;
    }
}
.c-section-prize__lead--1 {
    margin-top: 23px;
    margin-inline: auto;
    width: 47.8%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__lead--1 {
        margin-top: calc(31 / var(--design-width) * 100vw);
        width: 79.5389048991%;
    }
}
.c-section-prize__lead--2 {
    margin-top: 78px;
    margin-inline: auto;
    width: 62.8%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__lead--2 {
        margin-top: calc(101 / var(--design-width) * 100vw);
        width: 96.8299711816%;
    }
}
.c-section-prize__lead img {
    width: 100%;
    height: auto;
}
.c-section-prize__txt--1 {
    margin-top: 21px;
    margin-inline: auto;
    width: 71.9%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__txt--1 {
        margin-top: calc(15 / var(--design-width) * 100vw);
        margin-inline: calc(18 / var(--design-width) * 100vw) auto;
        width: 86.4553314121%;
    }
}
.c-section-prize__txt--2 {
    margin-top: 25px;
    margin-inline: auto;
    width: 71.7%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__txt--2 {
        margin-top: calc(14 / var(--design-width) * 100vw);
        margin-inline: calc(4 / var(--design-width) * 100vw) auto;
        width: 94.5244956772%;
    }
}
.c-section-prize__list {
    display: flex;
    justify-content: center;
    -moz-column-gap: calc(76 / 776 * 100%);
         column-gap: calc(76 / 776 * 100%);
    margin: 42px auto 0 !important;
    width: 77.6%;
    max-width: 1100px;
}
@media screen and (max-width: 750px) {
    .c-section-prize__list {
        display: block;
        margin-top: calc(25 / var(--design-width) * 100vw) !important;
    }
}
@media screen and (max-width: 750px) {
    .c-section-prize__list--2 {
        margin-top: calc(39 / var(--design-width) * 100vw) !important;
    }
}
.c-section-prize__item {
    position: relative;
    width: calc(208 / 776 * 100%);
}
.c-section-prize__list .c-section-prize__item::after {
    position: absolute;
    display: block;
    content: "";
    top: -4px;
    right: calc(-39.5 / 208 * 100%);
    width: 3px;
    height: 465px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-image: url(../img/img_dot.png);
}
@media screen and (max-width: 750px) {
    .c-section-prize__list .c-section-prize__item::after {
        top: auto;
        bottom: calc(-37 / var(--design-width) * 100vw);
        right: auto;
        left: 47%;
        transform: translateX(-50%);
        height: 3px;
        width: 121.4788732394%;
        background-image: url(../img/sp/img_dot.png);
    }
    .windows.edge .c-section-prize__list .c-section-prize__item::after {
        left: 46%;
    }
    .windows.chrome .c-section-prize__list .c-section-prize__item::after {
        left: 46%;
    }
}

.c-section-prize__list .c-section-prize__item:last-child::after {
    display: none;
}

@media screen and (max-width: 750px) {
    .c-section-prize__list:first-of-type .c-section-prize__item:last-child::after {
        display: block;
        bottom: calc(-44 / var(--design-width) * 100vw);
    }
}

@media screen and (max-width: 750px) {
    .c-section-prize__item {
        margin-inline: auto;
        width: calc(284 / var(--design-width) * 100vw);
    }
    .c-section-prize__item + .c-section-prize__item {
        margin-top: calc(68 / var(--design-width) * 100vw);
    }
}
.c-section-prize__slider-txt {
    margin-top: 17px;
}
.c-section-prize__slider-txt--1 {
    margin-inline: auto;
    width: 73.5576923077%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__slider-txt--1 {
        margin-top: calc(18 / var(--design-width) * 100vw);
        margin-left: calc(58 / var(--design-width) * 100vw);
        width: 54.2253521127%;
    }
}
.c-section-prize__slider-txt--2 {
    margin-inline: auto;
    width: 66.3461538462%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__slider-txt--2 {
        margin-top: calc(18 / var(--design-width) * 100vw);
        margin-left: calc(66 / var(--design-width) * 100vw);
        width: 48.5915492958%;
    }
}
.c-section-prize__slider-txt--3 {
    margin-inline: auto;
    width: 66.3461538462%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__slider-txt--3 {
        margin-top: calc(18 / var(--design-width) * 100vw);
        margin-left: calc(66 / var(--design-width) * 100vw);
        width: 48.5915492958%;
    }
}
.c-section-prize__slider-txt--4 {
    margin-inline: auto;
    width: 96.1538461538%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__slider-txt--4 {
        margin-top: calc(18 / var(--design-width) * 100vw);
        margin-left: calc(35 / var(--design-width) * 100vw);
        width: 70.4225352113%;
    }
}
.c-section-prize__slider-txt--5 {
    margin-inline: auto;
    width: 96.1538461538%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__slider-txt--5 {
        margin-top: calc(18 / var(--design-width) * 100vw);
        margin-left: calc(35 / var(--design-width) * 100vw);
        width: 70.4225352113%;
    }
}
.c-section-prize__slider-txt--6 {
    margin-inline: auto;
    width: 96.1538461538%;
}
@media screen and (max-width: 750px) {
    .c-section-prize__slider-txt--6 {
        margin-top: calc(18 / var(--design-width) * 100vw);
        margin-left: calc(35 / var(--design-width) * 100vw);
        width: 70.4225352113%;
    }
}
.c-section-prize__slider-txt img {
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-section-howto
--------------------------------------------- */
.c-section-howto {
    margin-inline: auto;
    max-width: 1060px;
}
.c-section-howto__inner {
    margin-inline: auto;
    max-width: 1000px;
}
.c-section-howto__ttl {
    margin-inline: auto;
    width: 85%;
}
@media screen and (max-width: 750px) {
    .c-section-howto__ttl {
        margin-inline: calc(50% - 50vw);
        width: 108.0691642651%;
    }
}
.c-section-howto__txt {
    margin-top: 33px;
    margin-inline: auto;
    width: 63.1%;
}
@media screen and (max-width: 750px) {
    .c-section-howto__txt {
        margin-top: calc(18 / var(--design-width) * 100vw);
        margin-inline: calc(17 / var(--design-width) * 100vw) auto;
        width: 91.6426512968%;
    }
}
.c-section-howto__txt img {
    width: 100%;
    height: auto;
}
.c-section-howto__step {
    margin-top: 38px;
    margin-inline: auto;
    width: 85%;
}
@media screen and (max-width: 750px) {
    .c-section-howto__step {
        margin-top: calc(30 / var(--design-width) * 100vw);
        width: 92.2190201729%;
    }
}
.c-section-howto__step img {
    width: 100%;
    height: auto;
}
.c-section-howto__link {
    margin: 65px auto 0;
    width: calc(497 / 1000 * 100%);
}
@media screen and (max-width: 750px) {
    .c-section-howto__link {
        margin-top: calc(50 / var(--design-width) * 100vw);
        width: calc(294 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-terms
--------------------------------------------- */
.c-section-terms {
    margin-top: 65px;
    padding-inline: 20px;
}
@media screen and (max-width: 750px) {
    .c-section-terms {
        margin-top: calc(49 / var(--design-width) * 100vw);
        padding-inline: calc(13 / var(--design-width) * 100vw);
    }
}
.c-section-terms__inner {
    margin-inline: auto;
    padding-top: 38px;
    padding-bottom: 17px;
    max-width: 850px;
    background-color: var(--color-white-1);
    border-radius: 10px;
}
@media screen and (max-width: 750px) {
    .c-section-terms__inner {
        padding-top: 20px;
        padding-bottom: 17px;
        border-radius: 8px;
    }
}
.c-section-terms__container {
    margin-inline: auto;
    padding: 0 calc(25 / 850 * 100%) 5px calc(25 / 850 * 100%);
    height: 440px;
    overflow-y: scroll;
}
@media screen and (max-width: 750px) {
    .c-section-terms__container {
        padding: 0 calc(10 / var(--design-width) * 100vw) 0 calc(14 / var(--design-width) * 100vw);
        height: 463px;
    }
}
.c-section-terms__ttl {
    margin-block: 0 !important;
    margin-inline: auto;
    width: 71.875%;
}
@media screen and (max-width: 750px) {
    .c-section-terms__ttl {
        margin-inline: calc(28 / var(--design-width) * 100vw) auto;
        width: 81.228668942%;
    }
}
.c-section-terms__list {
    margin-top: 12px !important;
}
@media screen and (max-width: 750px) {
    .c-section-terms__list {
        margin-top: 20px !important;
    }
}

/* ---------------------------------------------
*   c-section-contact
--------------------------------------------- */
.c-section-contact {
    margin-inline: auto;
    max-width: 640px;
}
.c-section-contact__ttl {
    margin: 111px auto 0;
    width: 100%;
}
@media screen and (max-width: 750px) {
    .c-section-contact__ttl {
        margin-top: calc(50 / var(--design-width) * 100vw);
        width: 90.7780979827%;
    }
}
.c-section-contact__ttl img {
    display: block;
    width: 100%;
}
.c-section-contact__list {
    margin-top: 24px !important;
    padding-bottom: 145px;
    text-align: left;
}
@media screen and (max-width: 750px) {
    .c-section-contact__list {
        margin-top: 21px !important;
        margin-left: 14px !important;
        padding-bottom: 37px;
        width: 92.2190201729%;
    }
}
#contents_block .c-section-contact__item {
    color: var(--color-white-1) !important;
    font-size: calc(12.3 / var(--root-fz) * 1rem) !important;
    font-weight: 600;
    line-height: 1.7886178862;
    letter-spacing: 0.07em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
    #contents_block .c-section-contact__item {
        font-size: calc(16 / var(--root-fz) * 1rem) !important;
        line-height: 1.3125;
    }
}

#contents_block .c-section-contact__item .indent {
    display: block;
    padding-left: 1em;
    text-indent: -1em;
    color: var(--color-black-1) !important;
    font-size: calc(12.3 / var(--root-fz) * 1rem) !important;
}
@media screen and (max-width: 750px) {
    #contents_block .c-section-contact__item .indent {
        font-size: calc(12.3 / var(--root-fz) * 1rem) !important;
        line-height: 1.6260162602;
    }
}

#contents_block .c-section-contact__item span {
    display: block;
    color: var(--color-black-1) !important;
    font-size: calc(12.3 / var(--root-fz) * 1rem) !important;
}
@media screen and (max-width: 750px) {
    #contents_block .c-section-contact__item span {
        font-size: calc(16 / var(--root-fz) * 1rem) !important;
        line-height: 1.3125;
    }
}
@media screen and (max-width: 750px) {
    #contents_block .c-section-contact__item span:first-of-type {
        margin-bottom: 8px;
    }
}

/* ---------------------------------------------
*   c-section-wrap
--------------------------------------------- */
.c-section-wrap {
    padding-block: 23px 70px;
}
@media screen and (max-width: 750px) {
    .c-section-wrap {
        padding-block: calc(23 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
.c-slider__wrapper {
    position: relative;
}
.c-slider .splide__arrow {
    --arrow-pos-x: 0;
    position: absolute;
    padding: 0;
    top: 50%;
    z-index: 1;
    translate: 0 -50%;
    display: grid;
    place-items: center;
    width: 20px;
    height: 21px;
    border: none;
    background-color: transparent;
    box-sizing: border-box;
    touch-action: manipulation;
    cursor: pointer;
    overflow: hidden;
}
@media screen and (max-width: 750px) {
    .c-slider .splide__arrow {
        width: calc(20 / var(--design-width) * 100vw);
        height: calc(21 / var(--design-width) * 100vw);
    }
}
.c-slider .splide__arrow img {
    display: block;
    width: 100%;
    height: auto;
}
.c-slider .splide__arrow--prev {
    left: 0;
}
@media screen and (max-width: 750px) {
    .c-slider .splide__arrow--prev {
        left: calc(31 / var(--design-width) * 100vw);
    }
}
.c-slider .splide__arrow--next {
    right: 0;
}
@media screen and (max-width: 750px) {
    .c-slider .splide__arrow--next {
        right: calc(45 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-slider .splide__arrow {
        transition: opacity 0.3s;
    }
    .c-slider .splide__arrow:hover {
        opacity: 0.8;
    }
}
.c-slider .splide__track {
    margin-inline: auto;
    max-width: 208px;
}
.c-slider .splide__pagination {
    margin-top: 23px;
    gap: calc(10 / 208 * 100%);
}
@media screen and (max-width: 750px) {
    .c-slider .splide__pagination {
        margin-top: calc(22 / var(--design-width) * 100vw);
        margin-left: calc(-15 / var(--design-width) * 100vw);
        gap: calc(10 / 284 * 100%);
    }
}
.c-slider .splide__pagination--1 {
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .c-slider .splide__pagination--1 {
        margin-top: calc(17 / var(--design-width) * 100vw);
    }
}
.c-slider .splide__pagination--2 {
    margin-top: 14px;
}
@media screen and (max-width: 750px) {
    .c-slider .splide__pagination--2 {
        margin-top: calc(14 / var(--design-width) * 100vw);
    }
}
.c-slider .splide__pagination--3 {
    margin-top: 20px;
}
@media screen and (max-width: 750px) {
    .c-slider .splide__pagination--3 {
        margin-top: calc(14 / var(--design-width) * 100vw);
    }
}
.c-slider .splide__pagination li {
    position: relative;
    font-size: 0;
}
.c-slider .splide__pagination li:nth-of-type(2) .splide__pagination__page::after {
    background-image: url(../img/btn_2.png);
    width: calc(13 / 40 * 100%);
}
.c-slider .splide__pagination li:nth-of-type(3) .splide__pagination__page::after {
    background-image: url(../img/btn_3.png);
    width: calc(13 / 40 * 100%);
}
.c-slider .splide__pagination li:nth-of-type(4) .splide__pagination__page::after {
    background-image: url(../img/btn_4.png);
    width: calc(13 / 40 * 100%);
}
.c-slider .splide__pagination li:nth-of-type(5) .splide__pagination__page::after {
    background-image: url(../img/btn_5.png);
    width: calc(13 / 40 * 100%);
}
.c-slider .splide__pagination__page {
    position: relative;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border: none;
    box-sizing: border-box;
    touch-action: manipulation;
    cursor: pointer;
}
@media screen and (max-width: 750px) {
    .c-slider .splide__pagination__page {
        width: calc(30 / var(--design-width) * 100vw);
        height: calc(30 / var(--design-width) * 100vw);
    }
}
.c-slider .splide__pagination__page.is-active {
    background-color: var(--color-black-1);
}
.c-slider .splide__pagination__page.is-active::after {
    opacity: 1;
}
.c-slider .splide__pagination__page::after {
    position: absolute;
    display: block;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(7 / 40 * 100%);
    height: 100%;
    background-position: 0 center;
    background-repeat: no-repeat;
    background-image: url(../img/btn_1.png);
    background-size: contain;
    opacity: 0.3;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider .splide__pagination__page {
        transition: opacity 0.3s;
    }
    .c-slider .splide__pagination__page:hover {
        opacity: 0.8;
    }
}
.c-slider__img {
    margin-inline: auto;
    width: calc(169 / 208 * 100%);
    height: 100%;
}
@media screen and (max-width: 750px) {
    .c-slider__img {
        margin-inline: calc(12 / var(--design-width) * 100vw) auto;
    }
}
.c-slider__img img {
    width: 100%;
    height: 100%;
    vertical-align: bottom;
}
.c-slider--2 .c-slider__img--1 {
    width: calc(173 / 208 * 100%);
}
@media screen and (max-width: 750px) {
    .c-slider--2 .c-slider__img--1 {
        width: calc(171 / 208 * 100%);
    }
}
.c-slider--2 .c-slider__img--2 {
    width: calc(174 / 208 * 100%);
}
.c-slider--2 .c-slider__img--3 {
    width: calc(175 / 208 * 100%);
}
@media screen and (max-width: 750px) {
    .c-slider--2 .c-slider__img--3 {
        width: calc(174 / 208 * 100%);
    }
}
.c-slider--2 .c-slider__img--4 {
    width: calc(171 / 208 * 100%);
}
@media screen and (max-width: 750px) {
    .c-slider--2 .c-slider__img--4 {
        width: calc(170 / 208 * 100%);
    }
}
.c-slider--2 .c-slider__img--5 {
    width: calc(174 / 208 * 100%);
}
.c-slider--2 .c-slider__img--6, .c-slider--2 .c-slider__img--7, .c-slider--2 .c-slider__img--9, .c-slider--2 .c-slider__img--10 {
    width: calc(178 / 208 * 100%);
}
.c-slider--2 .c-slider__img--8 {
    width: calc(179 / 208 * 100%);
}
.c-slider--2 .c-slider__img--11, .c-slider--2 .c-slider__img--12, .c-slider--2 .c-slider__img--13, .c-slider--2 .c-slider__img--14, .c-slider--2 .c-slider__img--15 {
    width: calc(174 / 208 * 100%);
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl-kv
--------------------------------------------- */
.c-ttl-kv {
    margin-block: 0 !important;
}
.c-ttl-kv img {
    display: block;
    width: 100%;
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    margin-block: 0 !important;
}
.c-ttl img {
    display: block;
    width: 100%;
    height: 100%;
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
.c-txt {
    margin-top: 35px;
}
@media screen and (max-width: 750px) {
    .c-txt {
        margin-top: 27px;
    }
}
.c-txt__ttl {
    color: var(--color-white-1) !important;
    font-size: calc(15 / var(--root-fz) * 1rem) !important;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
    .c-txt__ttl {
        font-size: calc(14 / var(--root-fz) * 1rem) !important;
        font-weight: 700;
        line-height: 1.4285714286;
    }
}
.c-txt__txt {
    display: block;
    margin-top: 3px;
    padding-inline: 20px;
    color: var(--color-white-1);
    font-size: calc(13 / var(--root-fz) * 1rem) !important;
    font-weight: 500;
    line-height: 2;
    letter-spacing: 0.06em;
    font-feature-settings: "palt";
}
@media screen and (max-width: 750px) {
    .c-txt__txt {
        margin-top: 7px;
        padding-inline: 28px;
        text-align: justify;
        font-size: calc(12 / var(--root-fz) * 1rem) !important;
        font-weight: 700;
        line-height: 1.6666666667;
    }
}

/* ---------------------------------------------
*   p-top-xx
--------------------------------------------- */
/* ---------------------------------------------
*   p-lower-page-xx
--------------------------------------------- */
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !important;
}

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

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

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

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

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

/* ---------------------------------------------
*   js-tab-target
--------------------------------------------- */
.js-tab-target {
    display: none;
}
.js-tab-target.is-current {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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