@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    overflow: hidden;
    padding-bottom: 16.6666666667%;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #382B20;
}
.l-footer__container {
    padding-top: 10%;
    padding-bottom: 8.6666666667%;
}
.l-footer__logo {
    width: 39.4666666667%;
    margin-left: auto;
    margin-right: auto;
}
.l-footer__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.8;
    }
}
.l-footer__copyright {
    margin-top: 4%;
    text-align: center;
}
.l-footer__copyright-txt {
    display: block;
    font-size: 2.6666666667vw;
    color: #fff;
}
@media screen and (min-width: 751px) {
    .l-footer__copyright-txt {
        font-size: 11px;
    }
}

/* ---------------------------------------------
*   l-global-nav
--------------------------------------------- */
.l-global-nav {
    display: none;
}
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 11.3333333333vw;
    z-index: 999;
}
@media screen and (min-width: 751px) {
    .l-header {
        height: 40px;
    }
}
.l-header__logo {
    position: absolute;
    top: 5.3333333333vw;
    left: 5.3333333333vw;
    width: 9.3333333333%;
}
@media screen and (min-width: 751px) {
    .l-header__logo {
        top: 23px;
        left: 23px;
    }
}
.l-header__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
    }
}
.l-header__logo-link img {
    width: 100%;
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    position: relative;
    background-color: #C9011D;
}
@media screen and (min-width: 751px) {
    .l-wrapper {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
    }
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    margin-top: 10.6666666667%;
}
.c-block__period {
    width: 64.6666666667%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14%;
    padding-bottom: 6.6666666667%;
    background: url(../img/bg_period.svg) 0 0 no-repeat;
    background-size: contain;
}
.c-block__head {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2.4742268041%;
    padding: 0.206185567% 8.2474226804% 0.618556701%;
    font-size: 4.5333333333vw;
    font-weight: bold;
    color: #ECE191;
    background-color: #C9011D;
    border-radius: 3.6vw;
    letter-spacing: 0.14em;
}
@media screen and (min-width: 751px) {
    .c-block__head {
        border-radius: 15px;
        font-size: 19px;
    }
}
.c-block__head--small {
    margin-top: 6.1855670103%;
    font-size: 3.2vw;
}
@media screen and (min-width: 751px) {
    .c-block__head--small {
        font-size: 13px;
    }
}
.c-block__date {
    font-size: 8.8vw;
    font-family: "Jost", sans-serif;
    color: #C9011D;
    text-align: center;
    line-height: 1;
}
@media screen and (min-width: 751px) {
    .c-block__date {
        font-size: 37px;
    }
}
.c-block__date .txt-year {
    display: block;
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (min-width: 751px) {
    .c-block__date .txt-year {
        font-size: 18px;
    }
}
.c-block__date .txt-space {
    font-size: 5.0666666667vw;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    vertical-align: 20%;
}
@media screen and (min-width: 751px) {
    .c-block__date .txt-space {
        font-size: 21px;
    }
}
.c-block__date--small {
    font-size: 7.6vw;
}
@media screen and (min-width: 751px) {
    .c-block__date--small {
        font-size: 32px;
    }
}
.c-block__date--small .txt-year {
    display: inline;
    margin-right: 1.3333333333vw;
    vertical-align: 5%;
}
@media screen and (min-width: 751px) {
    .c-block__date--small .txt-year {
        margin-right: 5px;
    }
}

/*  c-block-2
--------------------------------------------- */
.c-block-2 {
    margin-top: 22.6666666667%;
}
.c-block-2__lead {
    width: 100%;
}

/* ---------------------------------------------
*   c-box-id6009
--------------------------------------------- */
.c-box-id6009 {
    padding: 1rem;
    border: 2px solid #000;
    box-sizing: border-box;
    border-radius: 10px;
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 78.6666666667vw;
    margin-top: 8vw;
    margin-left: auto;
    margin-right: auto;
    padding: 3.3333333333vw 5.3333333333vw;
    border: 2px solid #ECE191;
    border-radius: 8.8vw;
    background-color: #9D000C;
    filter: drop-shadow(2.1333333333vw 3.2vw 2.4vw rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
    letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
    .c-btn {
        width: 338px;
        margin-top: 34px;
        padding: 14px 23px;
        border-width: 2px;
        border-radius: 38px;
        filter: drop-shadow(9px 13px 10px rgba(0, 0, 0, 0.2));
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-btn {
        transition: opacity 300ms;
    }
    .c-btn:hover {
        opacity: 0.8;
    }
}
.c-btn--large {
    width: 82.6666666667vw;
    margin-top: 14.6666666667vw;
    padding-top: 4vw;
    padding-bottom: 4vw;
}
@media screen and (min-width: 751px) {
    .c-btn--large {
        width: 355px;
        margin-top: 63px;
        padding-top: 17px;
        padding-bottom: 17px;
    }
}
.c-btn__txt {
    margin-right: 2.6666666667vw;
    padding-bottom: 0.8vw;
    font-size: 5.3333333333vw;
    font-weight: bold;
    color: #ECE191;
}
@media screen and (min-width: 751px) {
    .c-btn__txt {
        margin-right: 11px;
        padding-bottom: 3px;
        font-size: 23px;
    }
}
.c-btn__txt .txt-small {
    font-size: 3.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-btn__txt .txt-small {
        font-size: 16px;
    }
}
.c-btn__arrow {
    width: 2.5333333333vw;
    margin-right: 3.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-btn__arrow {
        width: 11px;
        margin-right: 14px;
    }
}
.c-btn__arrow img {
    display: block;
}
.c-btn__icon {
    width: 9.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-btn__icon {
        width: 42px;
    }
}

/* ---------------------------------------------
*   c-card-id6581
--------------------------------------------- */
.c-card-id6581 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
}
@media screen and (max-width: 750px) {
    .c-card-id6581 {
        display: block;
    }
}
.c-card-id6581__item {
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 751px) {
    .c-card-id6581__item {
        width: 32%;
        margin-right: 2%;
    }
    .c-card-id6581__item:nth-of-type(3n) {
        margin-right: 0;
    }
    .c-card-id6581__item:nth-of-type(n+4) {
        margin-top: 3rem;
    }
}
@media screen and (max-width: 750px) {
    .c-card-id6581__item:nth-of-type(n+2) {
        margin-top: 2rem;
    }
}
.c-card-id6581__link {
    display: block;
    transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
    .c-card-id6581__link:hover {
        opacity: 0.8;
    }
}
.c-card-id6581__txt-wrap {
    padding: 0 1rem 1rem;
}
.c-card-id6581__img img {
    width: 100%;
}
.c-card-id6581__date {
    padding-top: 0.5rem;
    font-size: 0.8rem;
}
.c-card-id6581__ttl {
    margin-top: 0.5rem;
    font-weight: bold;
}
.c-card-id6581__txt {
    margin-top: 0.5rem;
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    position: relative;
    width: 100%;
    margin-top: 12.9449838188%;
    margin-bottom: 16.1812297735%;
    padding-top: 12.9449838188%;
    padding-bottom: 11.3268608414%;
    background: url(../img/bg_item_top.svg) 0 0 no-repeat;
    background-size: contain;
}
.c-cassette__img {
    position: absolute;
    top: 7.6530612245%;
    left: -32.8478964401%;
    width: 164.0776699029%;
    pointer-events: none;
}
.c-cassette__head {
    width: 71.1974110032%;
    margin-top: 68.7702265372%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.4854368932%;
    font-size: 3.8666666667vw;
    font-weight: bold;
    color: #ECE191;
    background-color: #C9011D;
    border-radius: 3.6vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-cassette__head {
        font-size: 16px;
        border-radius: 15px;
    }
}
.c-cassette__head .ff-en {
    font-family: "Jost", sans-serif;
    font-size: 4.2666666667vw;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    .c-cassette__head .ff-en {
        font-size: 18px;
    }
}
.c-cassette__lead {
    margin-top: 3.2362459547%;
    text-align: center;
    color: #C9011D;
}
.c-cassette__lead-main {
    display: block;
    font-size: 9.3333333333vw;
    font-weight: bold;
    font-family: "Jost", sans-serif;
    line-height: 0.9;
}
@media screen and (min-width: 751px) {
    .c-cassette__lead-main {
        font-size: 40px;
    }
}
.c-cassette__lead-sub {
    display: block;
    font-size: 5.3333333333vw;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    .c-cassette__lead-sub {
        font-size: 23px;
    }
}
.c-cassette__txt {
    margin-top: 3.2362459547%;
    font-size: 4vw;
    font-weight: bold;
    color: #C9011D;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-cassette__txt {
        font-size: 17px;
    }
}
.c-cassette__note {
    margin-top: 4.5307443366%;
    font-size: 2.6666666667vw;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-cassette__note {
        font-size: 11px;
    }
}

/*  c-cassette-2
--------------------------------------------- */
.c-cassette-2 {
    position: relative;
    color: #ECE191;
    padding-top: 92.2330097087%;
}
.c-cassette-2--no03 {
    text-align: right;
}
.c-cassette-2__object {
    position: absolute;
    z-index: 1;
}
.c-cassette-2--no02 .c-cassette-2__object {
    top: 0;
    left: 0.8090614887%;
    width: 16.1812297735%;
}
.c-cassette-2--no03 .c-cassette-2__object {
    top: -2vw;
    right: -22.3300970874%;
    width: 47.7346278317%;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--no03 .c-cassette-2__object {
        top: -8px;
    }
}
.c-cassette-2--no04 .c-cassette-2__object {
    top: 10.6666666667vw;
    left: 0;
    width: 11.8122977346%;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--no04 .c-cassette-2__object {
        top: 45px;
    }
}
.c-cassette-2__object img {
    width: 100%;
}
.c-cassette-2__img {
    position: absolute;
    z-index: 1;
}
.c-cassette-2__img::before {
    display: block;
    content: "";
    position: absolute;
    width: 119.6vw;
    height: 102.6666666667vw;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-cassette-2__img::before {
        width: 514px;
        height: 441px;
    }
}
.c-cassette-2--no02 .c-cassette-2__img {
    top: 8.4vw;
    left: -11.4886731392%;
    width: 160.8414239482%;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--no02 .c-cassette-2__img {
        top: 36px;
    }
}
.c-cassette-2--no02 .c-cassette-2__img::before {
    top: 6vw;
    right: -14vw;
    background-image: url(../img/bg_item_right.png);
}
@media screen and (min-width: 751px) {
    .c-cassette-2--no02 .c-cassette-2__img::before {
        top: 25px;
        right: -60px;
    }
}
.c-cassette-2--no03 .c-cassette-2__img {
    top: -4.6666666667vw;
    left: -73.3009708738%;
    width: 204.2071197411%;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--no03 .c-cassette-2__img {
        top: -20px;
    }
}
.c-cassette-2--no03 .c-cassette-2__img::before {
    top: 23.3333333333vw;
    left: 2.6666666667vw;
    background-image: url(../img/bg_item_left.png);
}
@media screen and (min-width: 751px) {
    .c-cassette-2--no03 .c-cassette-2__img::before {
        top: 100px;
        left: 11px;
    }
}
.c-cassette-2--no04 .c-cassette-2__img {
    top: 22vw;
    left: 2.427184466%;
    width: 131.715210356%;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--no04 .c-cassette-2__img {
        top: 94px;
    }
}
.c-cassette-2--no04 .c-cassette-2__img::before {
    top: -5.3333333333vw;
    right: -26.6666666667vw;
    background-image: url(../img/bg_item_right.png);
}
@media screen and (min-width: 751px) {
    .c-cassette-2--no04 .c-cassette-2__img::before {
        top: -23px;
        right: -114px;
    }
}
.c-cassette-2__inner {
    position: relative;
    z-index: 1;
    padding: 0 2.427184466%;
}
.c-cassette-2__ttl {
    margin-top: 5.6634304207%;
    font-size: 5.8666666667vw;
    font-weight: bold;
    line-height: 1.45;
}
@media screen and (min-width: 751px) {
    .c-cassette-2__ttl {
        font-size: 25px;
    }
}
.c-cassette-2__txt {
    margin-top: 3.2362459547%;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.9;
    letter-spacing: 0.15em;
}
@media screen and (min-width: 751px) {
    .c-cassette-2__txt {
        font-size: 13px;
        line-height: 2;
    }
}

/*  c-cassette-3
--------------------------------------------- */
.c-cassette-3 {
    padding-left: 5.3333333333%;
    padding-right: 8%;
}
.c-cassette-3__unit {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 2vw;
    padding-top: 8.2666666667%;
}
@media screen and (min-width: 751px) {
    .c-cassette-3__unit {
        gap: 8px;
    }
}
.c-cassette-3__unit::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 6.1333333333vw;
    width: 0.2666666667vw;
    height: 100%;
    background-color: #ECE191;
}
@media screen and (min-width: 751px) {
    .c-cassette-3__unit::before {
        left: 26px;
        width: 1px;
    }
}
.c-cassette-3__unit--step01 {
    padding-top: 0;
}
.c-cassette-3__unit--step04::before {
    height: 55%;
}
.c-cassette-3__step {
    position: relative;
    font-family: "Jost", sans-serif;
    font-weight: bold;
    text-align: center;
    flex: none;
    padding-top: 8.4615384615%;
}
.c-cassette-3__unit--step01 .c-cassette-3__step {
    padding-top: 1.5384615385%;
    background-color: #C9011D;
}
.c-cassette-3__unit--step04 .c-cassette-3__step {
    padding-top: 16.1538461538%;
}
.c-cassette-3__step-txt {
    display: block;
    font-size: 3.2vw;
    color: #ECE191;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
    .c-cassette-3__step-txt {
        font-size: 13px;
    }
}
.c-cassette-3__unit--step01 .c-cassette-3__step-txt {
    padding-bottom: 11.1111111111%;
}
.c-cassette-3__unit--step04 .c-cassette-3__step-txt {
    padding-top: 11.1111111111%;
}
.c-cassette-3__step-num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12vw;
    height: 12vw;
    font-size: 5.3333333333vw;
    color: #C9011D;
    background-color: #ECE191;
    border-radius: 50%;
}
@media screen and (min-width: 751px) {
    .c-cassette-3__step-num {
        width: 51px;
        height: 51px;
        font-size: 23px;
    }
}
.c-cassette-3__content {
    width: 83.0769230769%;
    padding: 5.3846153846% 6.9230769231% 6.9230769231%;
    border-radius: 3.7333333333vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-cassette-3__content {
        border-radius: 16px;
    }
}
.c-cassette-3__txt {
    margin-bottom: 6.6666666667%;
    font-size: 3.6vw;
    font-weight: bold;
    line-height: 1.65;
}
@media screen and (min-width: 751px) {
    .c-cassette-3__txt {
        font-size: 15px;
    }
}
.c-cassette-3__txt:last-child {
    margin-bottom: 0;
}
.c-cassette-3__img {
    position: relative;
    width: 100%;
    margin-top: 17.7777777778%;
    filter: drop-shadow(2vw 2vw 1.3333333333vw rgba(0, 0, 0, 0.2));
    transform: translateZ(0);
}
@media screen and (min-width: 751px) {
    .c-cassette-3__img {
        filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.2));
    }
}
.c-cassette-3__unit--step01 .c-cassette-3__img {
    width: 105.3333333333%;
    transform: translateX(-5.1111111111%) translateZ(0);
}
.c-cassette-3__unit--step02 .c-cassette-3__img {
    filter: drop-shadow(0.9333333333vw 1.0666666667vw 1.3333333333vw rgba(0, 0, 0, 0.2));
}
@media screen and (min-width: 751px) {
    .c-cassette-3__unit--step02 .c-cassette-3__img {
        filter: drop-shadow(4px 4px 5px rgba(0, 0, 0, 0.2));
    }
}
.c-cassette-3__img::before {
    display: block;
    content: "";
    position: absolute;
    top: -6.4vw;
    left: 50%;
    transform: translateX(-50%);
    width: 5.7333333333vw;
    height: 2.9333333333vw;
    background: url(../img/icon_arrow_flow.svg) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (min-width: 751px) {
    .c-cassette-3__img::before {
        top: -27px;
        width: 24px;
        height: 12px;
    }
}
.c-cassette-3__img:first-of-type {
    margin-top: 0;
}
.c-cassette-3__img:first-of-type::before {
    content: none;
}

/* ---------------------------------------------
*   c-figure-id6318
--------------------------------------------- */
.c-figure-id6318 {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
}
.c-figure-id6318 img {
    width: 100%;
}
.c-figure-id6318__caption {
    margin-top: 0.75em;
    text-align: center;
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
.c-form__row {
    display: flex;
    margin-bottom: 20px;
}
.c-form__label {
    font-weight: bold;
    width: 30%;
}
.c-form__item {
    width: 70%;
}

/*  c-input-txt
--------------------------------------------- */
.c-input-txt {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem;
}
.c-input-txt[disabled] {
    background-color: rgba(0, 0, 0, 0.3);
}

/*  c-input-pw
--------------------------------------------- */
.c-input-pw {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem;
}

/*  c-input-file
--------------------------------------------- */
.c-input-file {
    width: 100%;
}

/*  c-txtarea
--------------------------------------------- */
.c-txtarea {
    width: 100%;
    border: 1px solid #000;
    padding: 1rem;
}

/*  c-checkbox
--------------------------------------------- */
.c-checkbox {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.c-checkbox__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-checkbox__txt {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.c-checkbox__txt::before, .c-checkbox__txt::after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    display: inline-block;
}
.c-checkbox__txt::before {
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 2px solid #223a70;
}
.c-checkbox__txt::after {
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotateZ(45deg);
    opacity: 0;
}
.c-checkbox__input:checked + .c-checkbox__txt::before {
    background-color: #223a70;
}
.c-checkbox__input:checked + .c-checkbox__txt::after {
    opacity: 1;
}

/*  c-radio
--------------------------------------------- */
.c-radio {
    position: relative;
    display: inline-block;
    cursor: pointer;
    line-height: 1;
}
.c-radio__input {
    position: absolute;
    pointer-events: none;
    opacity: 0;
}
.c-radio__txt {
    position: relative;
    display: inline-block;
    padding-left: 24px;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
.c-radio__txt::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 2px solid #223a70;
    border-radius: 50%;
}
.c-radio__input:checked + .c-radio__txt::before {
    border-width: 5px;
}

/*  .c-select-id6345
--------------------------------------------- */
.c-select-id6345 {
    position: relative;
    width: 200px;
    background-color: #eee;
}
.c-select-id6345::after {
    position: absolute;
    top: 50%;
    right: 0.5em;
    transform: translateY(-50%);
    content: "";
    display: inline-block;
    border-style: solid;
    border-width: 10px 6px 0 6px;
    border-color: #000 transparent transparent transparent;
    pointer-events: none;
}
.c-select-id6345__select {
    width: 100%;
    height: 40px;
    box-sizing: border-box;
    padding-right: 2em;
    padding-left: 1em;
    border: 1px solid #000;
    color: #000;
}
.c-select-id6345__select::-ms-value {
    /* IE11における選択時の色反転を解消 */
    background: none;
    color: #000;
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
.c-img {
    position: absolute;
    top: -15.7333333333vw;
    right: 8%;
    width: 33.7333333333%;
}
@media screen and (min-width: 751px) {
    .c-img {
        top: -67px;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
}
.c-kv__container {
    position: relative;
    transition-delay: 1.2s !important;
}
.c-kv__ttl {
    position: absolute;
    top: 7.8666666667vw;
    right: 6%;
    width: 62.6666666667%;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-kv__ttl {
        top: 34px;
    }
}
.c-kv__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.c-kv__content {
    padding-top: 136%;
}
.c-kv__img {
    position: absolute;
    top: 58.1333333333vw;
    left: -13.8666666667%;
    width: 120.6666666667%;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-kv__img {
        top: 250px;
    }
}
.c-kv__txt {
    position: relative;
    text-align: center;
    font-weight: bold;
    color: #ECE191;
    z-index: 1;
    letter-spacing: 0.08em;
}
.c-kv__txt-small {
    font-size: 2.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-kv__txt-small {
        font-size: 12px;
    }
}
.c-kv__txt-large {
    font-size: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-kv__txt-large {
        font-size: 20px;
    }
}

/* ---------------------------------------------
*   c-link-list-id6861
--------------------------------------------- */
.c-link-list-id6861 {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.c-link-list-id6861__item {
    margin-top: 1em;
    margin-right: 30px;
}
.c-link-list-id6861__item:last-of-type {
    margin-right: 0;
}
.c-link-list-id6861__link {
    position: relative;
    padding-left: 25px;
    font-size: 16px;
}
.c-link-list-id6861__link:hover {
    text-decoration: underline;
}
.c-link-list-id6861__link::before {
    position: absolute;
    top: calc(50% - 2px);
    left: 2px;
    content: "";
    width: 10px;
    height: 10px;
    box-sizing: border-box;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: translateY(-50%) rotate(-45deg);
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list {
    font-size: 3.2vw;
    font-weight: 500;
    line-height: 1.7;
    text-indent: -1em;
    padding-left: 1em;
}
@media screen and (min-width: 751px) {
    .c-list {
        font-size: 13px;
    }
}

/*  c-list-2
--------------------------------------------- */
.c-list-2 {
    margin-top: 13.3333333333%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 8.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-list-2 {
        gap: 37px;
    }
}
.c-list-2__link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-2__link {
        transition: opacity 300ms;
    }
    .c-list-2__link:hover {
        opacity: 0.8;
    }
}
.c-list-2__link--instagram {
    width: 19.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-list-2__link--instagram {
        width: 83px;
    }
}
.c-list-2__link--twitter {
    width: 11.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-list-2__link--twitter {
        width: 49px;
    }
}
.c-list-2__link--facebook {
    width: 17.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-list-2__link--facebook {
        width: 76px;
    }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section__container {
    padding: 14.6666666667% 8.8% 0;
}

/*  c-section-2
--------------------------------------------- */
.c-section-2 {
    position: relative;
    margin-top: 34.6666666667%;
}
.c-section-2__content {
    margin-top: 13.3333333333%;
}

/*  c-section-3
--------------------------------------------- */
.c-section-3 {
    margin-top: 16%;
    padding: 0 8%;
}
.c-section-3__content {
    margin-top: 4.7619047619%;
    padding: 7.9365079365% 4.7619047619%;
    background-color: #fff;
    border-radius: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__content {
        border-radius: 16px;
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
/* ---------------------------------------------
*   c-table
--------------------------------------------- */
.c-table {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.c-table__th, .c-table__td {
    padding: 1em;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
}
.c-table__thead .c-table__th {
    color: red;
}
.c-table__tbody .c-table__th {
    font-weight: bold;
}

/* ---------------------------------------------
*   c-tile-id8501
--------------------------------------------- */
.c-tile-id8501 {
    --col: 3;
    display: grid;
    grid-template-columns: repeat(var(--col), 1fr);
    gap: 20px;
}
@media screen and (max-width: 750px) {
    .c-tile-id8501 {
        --col: 2;
    }
}
.c-tile-id8501__item:first-of-type {
    grid-area: 1/1/3/3;
}
.c-tile-id8501__item:nth-of-type(4) {
    grid-area: 3/2/5/4;
}
@media screen and (max-width: 750px) {
    .c-tile-id8501__item:nth-of-type(4) {
        grid-area: 4/1/6/3;
    }
}
.c-tile-id8501__item img {
    display: block;
    width: 100%;
    height: auto;
}

/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl {
    font-size: 9.3333333333vw;
    font-weight: 500;
    color: #ECE191;
    letter-spacing: 0.05em;
    text-align: center;
    line-height: 1.6;
}
@media screen and (min-width: 751px) {
    .c-ttl {
        font-size: 40px;
    }
}
.c-ttl--en {
    font-size: 12.5333333333vw;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
}
@media screen and (min-width: 751px) {
    .c-ttl--en {
        font-size: 54px;
    }
}

/*  c-ttl-2
--------------------------------------------- */
.c-ttl-2 {
    position: relative;
    align-items: center;
    font-family: "Jost", sans-serif;
    color: #ECE191;
    text-align: center;
    z-index: 1;
}
.c-ttl-2--red {
    color: #C9011D;
}
.c-ttl-2--left {
    text-align: left;
}
.c-ttl-2--right {
    text-align: right;
}
.c-ttl-2__txt {
    display: block;
    font-size: 4vw;
    line-height: 1.2;
    letter-spacing: 0.22em;
}
@media screen and (min-width: 751px) {
    .c-ttl-2__txt {
        font-size: 17px;
    }
}
.c-ttl-2__num {
    display: block;
    font-size: 16vw;
    line-height: 1;
    letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
    .c-ttl-2__num {
        font-size: 69px;
    }
}
.c-ttl-2--red .c-ttl-2__num {
    font-size: 18.6666666667vw;
    line-height: 0.9;
}
@media screen and (min-width: 751px) {
    .c-ttl-2--red .c-ttl-2__num {
        font-size: 80px;
    }
}

/*  c-ttl-3
--------------------------------------------- */
.c-ttl-3 {
    font-size: 5.8666666667vw;
    font-weight: bold;
    color: #ECE191;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-ttl-3 {
        font-size: 25px;
    }
}

/* ---------------------------------------------
*   c-txt-note
--------------------------------------------- */
.c-txt-note {
    margin-top: 4vw;
    font-size: 2.6666666667vw;
    font-weight: bold;
    color: #ECE191;
    text-align: center;
    letter-spacing: 0.13em;
}
@media screen and (min-width: 751px) {
    .c-txt-note {
        margin-top: 17px;
        font-size: 11px;
    }
}

/*  c-txt-lead
--------------------------------------------- */
.c-txt-lead {
    font-size: 3.2vw;
    font-family: "Jost", sans-serif;
    color: #ECE191;
    letter-spacing: 0.57em;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-txt-lead {
        font-size: 14px;
    }
}

/*  c-txt
--------------------------------------------- */
.c-txt {
    margin-top: 4vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #ECE191;
    letter-spacing: 0.08em;
    text-align: center;
    line-height: 1.6;
}
@media screen and (min-width: 751px) {
    .c-txt {
        margin-top: 17px;
        font-size: 16px;
    }
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !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-fadein {
    opacity: 0;
}
.js-fadein.is-active {
    opacity: 1;
    transition: opacity 1s;
}

/* フェードインアップ */
.js-fadein-up {
    opacity: 0;
    transform: translateY(50px);
}
.js-fadein-up.is-active {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

/* ズームイン */
.js-zoomin {
    opacity: 0;
    transform: scale(1.1);
}
.js-zoomin.is-active {
    opacity: 1;
    transform: scale(1);
    transition: transform 0.8s ease-in, opacity 1s ease-in;
}

/* 上にスライド */
.js-slidein-to-top {
    display: block;
}
.js-slidein-to-top .js-slide-to-top-wrap {
    display: block;
    overflow: hidden;
}
.js-slidein-to-top .js-slide-to-top-wrap:nth-of-type(1) .js-slidein-child {
    transition-delay: 0.2s;
}
.js-slidein-to-top .js-slide-to-top-wrap:nth-of-type(2) .js-slidein-child {
    transition-delay: 0.4s;
}
.js-slidein-to-top .js-slide-to-top-wrap:nth-of-type(3) .js-slidein-child {
    transition-delay: 0.6s;
}
.js-slidein-to-top .js-slide-to-top-wrap:nth-of-type(4) .js-slidein-child {
    transition-delay: 0.8s;
}
.js-slidein-to-top .js-slide-to-top-wrap:nth-of-type(5) .js-slidein-child {
    transition-delay: 1s;
}
.js-slidein-to-top .js-slidein-child {
    opacity: 0;
    transform: translateY(100%);
    display: block;
}
.js-slidein-to-top.is-active .js-slidein-child {
    opacity: 1;
    transform: translateY(0);
    transition: transform 1.6s cubic-bezier(0.16, 1, 0.3, 1);
}

/* 左にスライド */
.js-slidein-to-left {
    opacity: 0;
    transform: translateX(50px);
}
.js-slidein-to-left.is-active {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

/* 右にスライド */
.js-slidein-to-right {
    opacity: 0;
    transform: translateX(-50px);
}
.js-slidein-to-right.is-active {
    transform: translateX(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

@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: 0.6666666667vw !important;
    }

    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }

    .mgt-sp--15 {
        margin-top: 2vw !important;
    }

    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }

    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }

    .mgt-sp--30 {
        margin-top: 4vw !important;
    }

    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }

    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }

    .mgt-sp--45 {
        margin-top: 6vw !important;
    }

    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }

    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }

    .mgt-sp--60 {
        margin-top: 8vw !important;
    }

    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }

    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }

    .mgt-sp--75 {
        margin-top: 10vw !important;
    }

    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }

    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }

    .mgt-sp--90 {
        margin-top: 12vw !important;
    }

    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }

    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }

    .mgt-sp--105 {
        margin-top: 14vw !important;
    }

    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }

    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }

    .mgt-sp--120 {
        margin-top: 16vw !important;
    }

    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }

    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }

    .mgt-sp--135 {
        margin-top: 18vw !important;
    }

    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }

    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }

    .mgt-sp--150 {
        margin-top: 20vw !important;
    }

    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }

    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }

    .mgt-sp--165 {
        margin-top: 22vw !important;
    }

    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }

    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }

    .mgt-sp--180 {
        margin-top: 24vw !important;
    }

    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }

    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }

    .mgt-sp--195 {
        margin-top: 26vw !important;
    }

    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }

    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }

    .mgt-sp--210 {
        margin-top: 28vw !important;
    }

    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }

    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }

    .mgt-sp--225 {
        margin-top: 30vw !important;
    }

    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }

    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }

    .mgt-sp--240 {
        margin-top: 32vw !important;
    }

    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }

    .mgt-sp--250 {
        margin-top: 33.3333333333vw !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: 0.6666666667vw !important;
    }

    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }

    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }

    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }

    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }

    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }

    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }

    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }

    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }

    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }

    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }

    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }

    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }

    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }

    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }

    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }

    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }

    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }

    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }

    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }

    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }

    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }

    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }

    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }

    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }

    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }

    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }

    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }

    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }

    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }

    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }

    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }

    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }

    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }

    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }

    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }

    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }

    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }

    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }

    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }

    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }

    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }

    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }

    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }

    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }

    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }

    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }

    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }

    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }

    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}