/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    background: url(../img/bg.png) center 0 repeat;
    background-size: 2280px auto;
    z-index: 1;
}
@media screen and (max-width: 750px) {
    .l-wrapper {
        background-image: url(../img/sp/bg.png);
        background-size: 100% auto;
    }
}

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

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    height: calc(20 / var(--design-width) * 100vw);
    background-color: var(--color-red-1);
    margin-top: 200px;
}
@media screen and (max-width: 750px) {
    .l-footer {
        margin-top: 80px;
    }
}
.l-footer__copyright img {
    position: relative;
    top: calc(6 / var(--design-width) * 100vw);
    display: block;
    max-width: 260px;
    width: calc(260 / var(--design-width) * 100vw);
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .l-footer__copyright img {
        bottom: calc(5 / var(--design-width) * 100vw);
        max-width: 100%;
    }
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1--2 {
    margin-top: 5.9659090909%;
}
@media screen and (max-width: 750px) {
    .c-cassette-1--2 {
        margin-top: 9.6463022508%;
    }
}
.c-cassette-1__txt {
    width: 91.3825757576%;
    margin-bottom: 4.2613636364%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__txt {
        width: 96.463022508%;
        margin-bottom: 9.6463022508%;
    }
}
.c-cassette-1__ttl {
    width: 65.7196969697%;
    margin-bottom: 4.4507575758%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__ttl {
        width: 87.6205787781%;
        margin-bottom: 9.0032154341%;
    }
}
.c-cassette-1__img + .c-cassette-1__img {
    margin-top: 3.9772727273%;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__img + .c-cassette-1__img {
        margin-top: 10.2893890675%;
    }
}
.c-cassette-1__btn {
    width: 47.3484848485%;
    margin-top: 5.8712121212%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-1__btn {
        width: 98.0707395498%;
        margin-top: 10.2893890675%;
    }
}
/*@media (hover: hover) and (pointer: fine) {
    .c-cassette-1__link {
        transition: opacity var(--hover-duration);
    }
    .c-cassette-1__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}*/

/* ---------------------------------------------
*   c-cassette-2-1
--------------------------------------------- */
.c-cassette-2-1__ttl {
    width: 91.3825757576%;
    margin-bottom: 1.8939393939%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-2-1__ttl {
        width: 86.8167202572%;
        margin-bottom: 5.7877813505%;
    }
}
.c-cassette-2-1__img--1 {
    width: 82.5757575758%;
    margin-bottom: 7.196969697%;
    margin-inline: auto;
    transform: translateX(3%);
}
@media screen and (max-width: 750px) {
    .c-cassette-2-1__img--1 {
        width: 87.6205787781%;
        margin-bottom: 19.2926045016%;
        transform: translateX(0);
    }
}
.c-cassette-2-1__img--2 {
    width: 72.3484848485%;
    margin-bottom: 6.9128787879%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-2-1__img--2 {
        width: 85.3697749196%;
        margin-bottom: 19.2926045016%;
    }
}
.c-cassette-2-1__img--3 {
    width: 84.4223484848%;
    margin-bottom: 7.1022727273%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-2-1__img--3 {
        width: 93.729903537%;
        margin-bottom: 19.2926045016%;
    }
}
.c-cassette-2-1__img--4 {
    width: 65.2462121212%;
    margin-bottom: 7.8598484848%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-2-1__img--4 {
        width: 91.8006430868%;
        margin-bottom: 19.2926045016%;
    }
}
.c-cassette-2-1__img--5 {
    width: 49.8106060606%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-2-1__img--5 {
        width: 91.961414791%;
    }
}

/* ---------------------------------------------
*   c-cassette-2-2
--------------------------------------------- */
.c-cassette-2-2 {
    margin-top: 6.9128787879%;
}
@media screen and (max-width: 750px) {
    .c-cassette-2-2 {
        margin-top: 12.2186495177%;
    }
}
.c-cassette-2-2__ttl {
    width: 32.3390151515%;
    margin-bottom: 3.4090909091%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-2-2__ttl {
        width: 74.115755627%;
        margin-bottom: 6.4308681672%;
    }
}

/* ---------------------------------------------
*   c-cassette-3
--------------------------------------------- */
.c-cassette-3__img {
    width: 89.678030303%;
    margin-bottom: 4.7348484848%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-3__img {
        width: 85.6304985337%;
        margin-bottom: 8.7976539589%;
    }
}
.c-cassette-3__link-wrap {
    width: 53.1723484848%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-cassette-3__link-wrap {
        width: 82.1114369501%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-cassette-3__link {
        transition: opacity var(--hover-duration);
    }
    .c-cassette-3__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
}
.c-kv__logo {
    position: absolute;
    top: calc(20 / var(--design-width) * 100vw);
    right: calc(23 / var(--design-width) * 100%);
    width: calc(156 / var(--design-width) * 100%);
}
@media screen and (max-width: 750px) {
    .c-kv__logo {
        top: calc(6 / var(--design-width) * 100vw);
        right: calc(15 / var(--design-width) * 100%);
        width: calc(136 / var(--design-width) * 100%);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-kv__link {
        transition: opacity var(--hover-duration);
    }
    .c-kv__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list-btn-app
--------------------------------------------- */
.c-list-btn-app {
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-list-btn-app {
        display: flex;
        justify-content: space-between;
        max-width: 1105px;
        width: calc(1105 / var(--design-width) * 100%);
    }
}
@media screen and (max-width: 750px) {
    .c-list-btn-app {
        width: calc(345 / var(--design-width) * 100%);
    }
}
.c-list-btn-app--buttom {
    margin-block: 96px 92px;
}
@media screen and (max-width: 750px) {
    .c-list-btn-app--buttom {
        margin-block: calc(60 / var(--design-width) * 100%);
    }
}
.c-list-btn-app__item {
    width: 47.5113122172%;
}
/*@media (hover: hover) and (pointer: fine) {
    .c-list-btn-app__item {
        transition: opacity var(--hover-duration);
    }
    .c-list-btn-app__item:hover {
        opacity: var(--hover-opacity-ratio);
    }
}*/
@media screen and (max-width: 750px) {
    .c-list-btn-app__item {
        width: 100%;
    }
    .c-list-btn-app__item + .c-list-btn-app__item {
        margin-top: 4.347826087%;
    }
}

/* ---------------------------------------------
*   c-list-anchor
--------------------------------------------- */
.c-list-anchor {
    display: flex;
    justify-content: space-between;
    max-width: 1050px;
    width: calc(1050 / var(--design-width) * 100%);
    margin: 75px auto 192px;
}
@media screen and (max-width: 750px) {
    .c-list-anchor {
        width: calc(345 / var(--design-width) * 100%);
        margin-top: calc(36 / var(--design-width) * 100%);
        margin-bottom: calc(54 / var(--design-width) * 100%);
    }
}
.c-list-anchor__item {
    width: 29.8095238095%;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-anchor__item {
        transition: opacity var(--hover-duration);
    }
    .c-list-anchor__item:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 750px) {
    .c-list-anchor__item {
        width: 30.4347826087%;
    }
}

/* ---------------------------------------------
*   c-list-detail
--------------------------------------------- */
.c-list-detail {
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-list-detail {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        width: 83.8068181818%;
        gap: 30px 5.6497175141%;
    }
}
@media screen and (max-width: 750px) {
    .c-list-detail {
        width: 91.3183279743%;
    }
}
.c-list-detail__item {
    width: 29.3785310734%;
}
@media screen and (max-width: 750px) {
    .c-list-detail__item {
        width: 100%;
    }
    .c-list-detail__item + .c-list-detail__item {
        margin-top: 7.6923076923%;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-list-detail__btn {
        transition: opacity var(--hover-duration);
    }
    .c-list-detail__btn:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/* ---------------------------------------------
*   c-list-terms
--------------------------------------------- */
.c-list-terms__item + .c-list-terms__item {
    margin-top: 32px;
}
@media screen and (max-width: 750px) {
    .c-list-terms__item + .c-list-terms__item {
        margin-top: 24px;
    }
}
.c-list-terms__ttl {
    font-size: calc(20 / var(--root-fz) * 1rem);
    font-weight: 900;
    line-height: 1.5;
    margin-bottom: 3px;
}
@media screen and (max-width: 750px) {
    .c-list-terms__ttl {
        font-size: calc(13 / var(--root-fz) * 1rem);
        line-height: 1.9230769231;
        margin-bottom: 1px;
    }
}
.c-list-terms__txt {
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: 400;
    line-height: 2;
}
.c-list-terms__txt--mt {
    margin-top: 2em;
}
.c-list-terms__txt--nojustify {
    text-align: left;
}
@media screen and (max-width: 750px) {
    .c-list-terms__txt {
        font-size: calc(13 / var(--root-fz) * 1rem);
        line-height: 1.9230769231;
    }
}
.c-list-terms__link {
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-terms__link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list--mt1 {
    margin-top: 32px;
}
@media screen and (max-width: 750px) {
    .c-list--mt1 {
        margin-top: 20px;
    }
}
.c-list__item {
    display: flex;
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: 400;
}
@media screen and (max-width: 750px) {
    .c-list__item {
        font-size: calc(13 / var(--root-fz) * 1rem);
    }
}
.c-list__ico {
    flex-shrink: 0;
}

/* ---------------------------------------------
*   c-list-contact
--------------------------------------------- */
.c-list-contact__item {
    display: flex;
    text-align: justify;
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: 400;
}
@media screen and (max-width: 750px) {
    .c-list-contact__item {
        font-size: calc(12 / var(--root-fz) * 1rem);
        line-height: 1.8333333333;
        letter-spacing: 0.04em;
    }
}
.c-list-contact__ico {
    flex-shrink: 0;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    max-width: 1148px;
    width: calc(1148 / var(--design-width) * 100%);
    margin-bottom: 255px;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-1 {
        width: calc(345 / var(--design-width) * 100%);
        margin-bottom: calc(120 / var(--design-width) * 100%);
    }
}
.c-section-1__container {
    position: relative;
    padding: 8.0139372822% 3.6585365854% 7.6655052265%;
    border: 4px solid var(--color-red-1);
    border-radius: min(100 / var(--design-width) * 100vw, 100px);
    background-color: var(--color-white-1);
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-gray-1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-gray-1) calc(100% - 1px));
    background-size: min(19 / var(--design-width) * 100vw, 19px) min(19 / var(--design-width) * 100vw, 19px);
    background-repeat: repeat;
    background-position: center center;
}
@media screen and (max-width: 750px) {
    .c-section-1__container {
        padding: 17.1014492754% 4.347826087% 15.652173913%;
        border-width: calc(2 / var(--design-width) * 100vw);
        border-radius: calc(60 / var(--design-width) * 100vw);
        background-size: calc(13 / var(--design-width) * 100vw) calc(13 / var(--design-width) * 100vw);
    }
}
.c-section-1__head {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 36.149825784%;
    transform: translate(-50%, 47%);
}
@media screen and (max-width: 750px) {
    .c-section-1__head {
        width: 57.9710144928%;
        transform: translate(-50%, 47%);
    }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2 {
    max-width: 1148px;
    width: calc(1148 / var(--design-width) * 100%);
    margin-inline: auto;
    margin-bottom: 190px;
}
@media screen and (max-width: 750px) {
    .c-section-2 {
        width: calc(345 / var(--design-width) * 100%);
        margin-bottom: calc(108 / var(--design-width) * 100%);
    }
}
.c-section-2__container {
    position: relative;
    padding: 8.5365853659% 3.6585365854% 8.7108013937%;
    border: 4px solid var(--color-red-1);
    border-radius: min(100 / var(--design-width) * 100vw, 100px);
    background-color: var(--color-white-1);
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-gray-1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-gray-1) calc(100% - 1px));
    background-size: min(19 / var(--design-width) * 100vw, 19px) min(19 / var(--design-width) * 100vw, 19px);
    background-repeat: repeat;
    background-position: center center;
}
@media screen and (max-width: 750px) {
    .c-section-2__container {
        padding: 16.231884058% 4.347826087% 15.652173913%;
        border-width: calc(2 / var(--design-width) * 100vw);
        border-radius: calc(60 / var(--design-width) * 100vw);
        background-size: calc(13 / var(--design-width) * 100vw) calc(13 / var(--design-width) * 100vw);
    }
}
.c-section-2__head {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 36.149825784%;
    transform: translate(-50%, 47%);
}
@media screen and (max-width: 750px) {
    .c-section-2__head {
        width: 57.9710144928%;
        transform: translate(-50%, 47%);
    }
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3 {
    max-width: 1148px;
    width: calc(1148 / var(--design-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-3 {
        width: calc(345 / var(--design-width) * 100%);
    }
}
.c-section-3__container {
    position: relative;
    padding: 8.5365853659% 3.6585365854% 7.8397212544%;
    border: 4px solid var(--color-red-1);
    border-radius: min(100 / var(--design-width) * 100vw, 100px);
    background-color: var(--color-white-1);
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-gray-1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-gray-1) calc(100% - 1px));
    background-size: min(19 / var(--design-width) * 100vw, 19px) min(19 / var(--design-width) * 100vw, 19px);
    background-repeat: repeat;
    background-position: center center;
}
@media screen and (max-width: 750px) {
    .c-section-3__container {
        padding: 17.3913043478% 0 15.9420289855%;
        border-width: calc(2 / var(--design-width) * 100vw);
        border-radius: calc(60 / var(--design-width) * 100vw);
        background-size: calc(13 / var(--design-width) * 100vw) calc(13 / var(--design-width) * 100vw);
    }
}
.c-section-3__head {
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 36.149825784%;
    transform: translate(-50%, 47%);
}
@media screen and (max-width: 750px) {
    .c-section-3__head {
        width: 57.9710144928%;
        transform: translate(-50%, 47%);
    }
}
.c-section-3__txt {
    width: 84.4696969697%;
    margin-inline: auto;
    margin-bottom: 3.7878787879%;
}
@media screen and (max-width: 750px) {
    .c-section-3__txt {
        width: 92.6686217009%;
        margin-bottom: 8.7976539589%;
    }
}

/* ---------------------------------------------
*   c-section-terms
--------------------------------------------- */
.c-section-terms {
    max-width: 1148px;
    width: calc(1148 / var(--design-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-terms {
        width: calc(345 / var(--design-width) * 100%);
    }
}
.c-section-terms__container {
    padding: 7.6655052265% 6.7944250871% 13px;
    border: 4px solid var(--color-red-1);
    border-radius: min(100 / var(--design-width) * 100vw, 100px);
    background-color: var(--color-white-1);
    background-image: linear-gradient(0deg, transparent calc(100% - 1px), var(--color-gray-1) calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), var(--color-gray-1) calc(100% - 1px));
    background-size: min(19 / var(--design-width) * 100vw, 19px) min(19 / var(--design-width) * 100vw, 19px);
    background-repeat: repeat;
    background-position: center center;
}
@media screen and (max-width: 750px) {
    .c-section-terms__container {
        padding: 9.2753623188% 4.0579710145% 8.6956521739%;
        border-width: calc(2 / var(--design-width) * 100vw);
        border-radius: calc(60 / var(--design-width) * 100vw);
        background-size: calc(13 / var(--design-width) * 100vw) calc(13 / var(--design-width) * 100vw);
    }
}
.c-section-terms__head {
    margin-bottom: 63px;
}
@media screen and (max-width: 750px) {
    .c-section-terms__head {
        margin-bottom: 6.3897763578%;
    }
}
.c-section-terms__ttl {
    width: 86.2804878049%;
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-terms__ttl {
        width: 60.0638977636%;
    }
}
.c-section-terms__body {
    height: 390px;
    padding-inline: 23px 30px;
    padding-bottom: 42px;
    font-feature-settings: "palt" 1;
    text-align: justify;
    letter-spacing: 0.06em;
    overflow-y: scroll;
}
@media screen and (max-width: 750px) {
    .c-section-terms__body {
        height: calc(345 / var(--design-width) * 100vw);
        padding-inline: 1.9169329073% 5.1118210863%;
        padding-bottom: 0;
        letter-spacing: 0;
    }
}
.c-section-terms__lead {
    font-size: calc(15 / var(--root-fz) * 1rem);
    font-weight: 400;
    margin-bottom: 31px;
    line-height: 2;
}
@media screen and (max-width: 750px) {
    .c-section-terms__lead {
        font-size: calc(13 / var(--root-fz) * 1rem);
        margin-bottom: 20px;
        line-height: 1.9230769231;
    }
}

/* ---------------------------------------------
*   c-section-contact
--------------------------------------------- */
.c-section-contact {
    margin-top: 116px;
}
@media screen and (max-width: 750px) {
    .c-section-contact {
        margin-top: calc(70 / var(--design-width) * 100%);
    }
}
.c-section-contact__container {
    max-width: 835px;
    width: calc(835 / var(--design-width) * 100%);
    margin-inline: auto;
}
@media screen and (max-width: 750px) {
    .c-section-contact__container {
        width: calc(320 / var(--design-width) * 100%);
    }
}
.c-section-contact__head {
    margin-bottom: 35px;
}
@media screen and (max-width: 750px) {
    .c-section-contact__head {
        margin-bottom: 15px;
    }
}
.c-section-contact__body {
    font-feature-settings: "palt" 1;
    line-height: 1.9375;
    letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
    .c-section-contact__body {
        font-size: calc(13 / var(--root-fz) * 1rem);
        line-height: 1.6923076923;
    }
}
.c-section-contact__lead {
    font-weight: 700;
}
@media screen and (max-width: 750px) {
    .c-section-contact__lead {
        margin-bottom: 10px;
        padding-inline: 2.5%;
    }
}
.c-section-contact__txt {
    font-weight: 400;
}
@media screen and (max-width: 750px) {
    .c-section-contact__txt {
        font-size: calc(12 / var(--root-fz) * 1rem);
        line-height: 1.8333333333;
        letter-spacing: 0.04em;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
/* ---------------------------------------------
*   c-txt-terms
--------------------------------------------- */
.c-txt-terms {
    max-width: 1055px;
    width: calc(1055 / var(--design-width) * 100%);
    margin: 64px auto 84px;
}
@media screen and (max-width: 750px) {
    .c-txt-terms {
        width: calc(324 / var(--design-width) * 100%);
        margin: 40px auto;
    }
}

/* ---------------------------------------------
*   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: 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;
    }
}