@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    position: relative;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #382B20;
}
.l-footer__container {
    padding-top: 9.3333333333%;
    padding-bottom: 5.6%;
}
.l-footer__logo {
    width: 40%;
    margin-inline: auto;
}
.l-footer__logo-link {
    display: block;
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.8;
    }
}
.l-footer__logo-link img {
    display: block;
    width: 100%;
}
.l-footer__copyright {
    margin-top: 6.1333333333%;
    text-align: center;
}
.l-footer__copyright-txt {
    display: block;
    font-family: "Lato", serif;
    font-size: 2.6666666667vw;
    color: #fff;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
    .l-footer__copyright-txt {
        font-size: 11px;
    }
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    position: relative;
    overflow-x: hidden;
}
@media screen and (min-width: 751px) {
    .l-wrapper {
        max-width: 430px;
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   c-block-bg
--------------------------------------------- */
.c-block-bg {
    position: fixed;
    inset: 0;
}
.c-block-bg__left {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    padding: 2%;
    display: grid;
    place-items: center;
}
.c-block-bg__left img {
    max-width: 321px;
    width: 100%;
}
.c-block-bg__left::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 47px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.1;
}
@media screen and (max-width: 750px) {
    .c-block-bg__left::after {
        display: none;
    }
}
.c-block-bg__right {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 2;
}
.c-block-bg__right::after {
    position: absolute;
    top: 0;
    content: "";
    left: 0;
    display: block;
    width: 47px;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
    opacity: 0.1;
    rotate: 180deg;
}
@media screen and (max-width: 750px) {
    .c-block-bg__right::after {
        display: none;
    }
}
.c-block-bg__right-inner {
    position: relative;
    z-index: 1;
    height: 100%;
}
@media screen and (max-width: 1350px) {
    .c-block-bg__right-inner {
        background-size: 65% auto;
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    display: block;
    max-width: 78.6666666667%;
    margin-inline: auto;
    text-align: center;
    box-shadow: 1.6vw 1.6vw 1.0666666667vw rgba(0, 0, 0, 0.15);
    border-radius: 3.7333333333vw;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .c-btn-1 {
        border-radius: 16px;
        box-shadow: 7px 7px 5px rgba(0, 0, 0, 0.15);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-1[href] {
        transition: opacity 300ms;
    }
    .c-btn-1[href]:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-obj-circle
--------------------------------------------- */
.c-obj-circle {
    width: 11.2vw;
    height: 11.2vw;
    background: url("../img/img_obj_circle.png") 0 0/100% 100% no-repeat;
}
@media screen and (min-width: 751px) {
    .c-obj-circle {
        width: 48px;
        height: 48px;
    }
}

/*  c-txt-note
--------------------------------------------- */
.c-txt-note {
    color: #ece191;
    font-size: 2.9333333333vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-txt-note {
        font-size: 13px;
    }
}

/* ---------------------------------------------
*   p-keyvisual
--------------------------------------------- */
.p-keyvisual {
    position: relative;
    padding-top: 4%;
    padding-bottom: 11.7333333333%;
}
.p-keyvisual__obj {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: opacity 2s;
}
.is-obj-anim-start .p-keyvisual__obj {
    opacity: 1;
}

.p-keyvisual__obj--01 {
    top: -2.1333333333vw;
    left: 17.3333333333vw;
    transition-delay: 0.1s;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__obj--01 {
        top: -9px;
        left: 75px;
    }
}
.p-keyvisual__obj--02 {
    top: 9.0666666667vw;
    right: -5.8666666667vw;
    transition-delay: 0.2s;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__obj--02 {
        top: 39px;
        right: -25px;
    }
}
.p-keyvisual__obj--03 {
    top: 68.5333333333vw;
    left: -1.8666666667vw;
    transition-delay: 0.3s;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__obj--03 {
        top: 295px;
        left: -8px;
    }
}
.p-keyvisual__obj--04 {
    top: 81.8666666667vw;
    right: -2.6666666667vw;
    transition-delay: 0.1s;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__obj--04 {
        top: 352px;
        right: -11px;
    }
}
.p-keyvisual__obj--05 {
    top: 136vw;
    left: -5.8666666667vw;
    transition-delay: 0.2s;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__obj--05 {
        top: 585px;
        left: -25px;
    }
}
.p-keyvisual__obj--06 {
    top: 167.2vw;
    right: 30.6666666667vw;
    transition-delay: 0.35s;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__obj--06 {
        top: 719px;
        right: 132px;
    }
}
.p-keyvisual__logo {
    position: relative;
    z-index: 1;
    display: block;
    width: 5.3333333333%;
    margin-inline: auto;
    opacity: 0;
    transform: translateY(10.6666666667vw);
}
@media screen and (min-width: 751px) {
    .p-keyvisual__logo {
        transform: translateY(40px);
    }
}
@media (hover: hover) and (pointer: fine) {
    .p-keyvisual__logo {
        transition: opacity 300ms;
    }
    .p-keyvisual__logo:hover {
        opacity: 0.8 !important;
    }
}
.p-keyvisual__ttl {
    position: relative;
    z-index: 1;
}
.p-keyvisual__ttl img {
    display: block;
    width: 100%;
}
.p-keyvisual__ttl span {
    display: block;
    margin-inline: auto;
    opacity: 0;
    transform: translateY(10.6666666667vw);
}
@media screen and (min-width: 751px) {
    .p-keyvisual__ttl span {
        transform: translateY(40px);
    }
}
.p-keyvisual__ttl-1 {
    width: 37.0666666667%;
    margin-top: 3.2%;
}
.p-keyvisual__ttl-2 {
    width: 85.8666666667%;
    margin-top: 2.1333333333%;
}
.p-keyvisual__ttl-3 {
    width: 85.8666666667%;
    margin-top: 2.1333333333%;
}
.p-keyvisual__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.p-keyvisual__img img {
    width: 100%;
}
.p-keyvisual__foot {
    position: relative;
    z-index: 1;
    display: flex;
    margin-top: 98.6666666667%;
}
.p-keyvisual__foot-price {
    width: 48.8%;
    margin-top: 12.8%;
    margin-left: 6.6666666667%;
    opacity: 0;
    transform: translateY(10.6666666667vw);
}
@media screen and (min-width: 751px) {
    .p-keyvisual__foot-price {
        transform: translateY(40px);
    }
}
.p-keyvisual__foot-price img {
    display: block;
    width: 100%;
}
.p-keyvisual__foot-btn {
    width: 24.5333333333%;
    margin-right: 5.3333333333%;
    margin-left: auto;
    filter: drop-shadow(1.6vw 1.6vw 1.0666666667vw rgba(0, 0, 0, 0.15));
    opacity: 0;
    transform: translateY(10.6666666667vw);
}
@media screen and (min-width: 751px) {
    .p-keyvisual__foot-btn {
        transform: translateY(40px);
    }
}
.p-keyvisual__foot-btn img {
    display: block;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .p-keyvisual__foot-btn[href] img {
        transition: opacity 300ms;
    }
    .p-keyvisual__foot-btn[href] img:hover {
        opacity: 0.8;
    }
}
.p-keyvisual__note {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(10.6666666667vw);
    text-align: center;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 1.8666666667vw;
    margin-inline: auto;
    padding: 0.15em 0.5em;
    background-color: rgba(155, 0, 0, 0.5);
    font-size: 2.9333333333vw;
    font-weight: bold;
    color: #fff;
    letter-spacing: -0.02em;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .p-keyvisual__note:hover {
        text-decoration: none;
    }
}
@media screen and (min-width: 751px) {
    .p-keyvisual__note {
        margin-top: 8px;
        transform: translateY(40px);
        font-size: 13px;
    }
}
.p-keyvisual__note-icon {
    display: inline-block;
    width: 2.1333333333vw;
    margin-top: -3.2vw;
    margin-left: 1.0666666667vw;
    vertical-align: middle;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__note-icon {
        width: 9px;
        margin-top: -14px;
        margin-left: 5px;
    }
}
.p-keyvisual__note-icon img {
    width: 100%;
}

/* ---------------------------------------------
*   p-start-date
--------------------------------------------- */
.p-start-date {
    --contents-width: 300;
    position: relative;
    z-index: 1;
    margin-top: 20.2666666667%;
    width: calc(var(--contents-width) / 375 * 100%);
    margin-inline: auto;
}
.p-start-date__inner {
    position: relative;
    background-color: #9b0000;
    border-radius: 1.3333333333vw;
    padding-block: 5.6vw;
}
@media screen and (min-width: 751px) {
    .p-start-date__inner {
        padding-block: 24px;
        border-radius: 6px;
    }
}
.p-start-date__ttl {
    position: absolute;
    top: -0.8em;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
}
.p-start-date__txt {
    width: calc(262 / var(--contents-width) * 100%);
    margin-inline: auto;
}
.p-start-date__txt img {
    display: block;
    width: 100%;
}
.p-start-date__obj {
    position: absolute;
    z-index: -1;
    opacity: 0;
    transition: opacity 1s;
}
.is-obj-anim-start .p-start-date__obj {
    opacity: 1;
}

.p-start-date__obj--01 {
    top: -7.2vw;
    left: -6.1333333333vw;
    transition-delay: 0.3s;
}
@media screen and (min-width: 751px) {
    .p-start-date__obj--01 {
        top: -31px;
        left: -26px;
    }
}
.p-start-date__obj--02 {
    bottom: -4.2666666667vw;
    right: -5.3333333333vw;
    transition-delay: 0.4s;
}
@media screen and (min-width: 751px) {
    .p-start-date__obj--02 {
        bottom: -18px;
        right: -23px;
    }
}

/* ---------------------------------------------
*   p-intro
--------------------------------------------- */
.p-intro {
    position: relative;
    margin-top: 7.2%;
    padding-top: 13.0666666667%;
    padding-bottom: 14.4%;
    background: url("../img/bg_intro.png") 50% 0/107.4666666667% 100% no-repeat;
}
.p-intro__ttl {
    position: relative;
}
.p-intro__ttl img {
    display: block;
    width: 100%;
}
.p-intro__ttl span {
    display: block;
    margin-inline: auto;
}
.p-intro__ttl-1 {
    width: 28.5333333333%;
}
.p-intro__ttl-2 {
    width: 74.1333333333%;
    margin-top: 3.7333333333%;
}
.p-intro__ttl-3 {
    width: 26.1333333333%;
    margin-top: -0.8%;
}
.p-intro__img {
    width: 89.0666666667%;
    margin-top: -0.8%;
    margin-left: 8.5333333333%;
}
.p-intro__img img {
    width: 100%;
}
.p-intro__lead-sub {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 9.3333333333%;
    margin-inline: auto;
    padding-inline: 7.2vw 6.1333333333vw;
    background: url("../img/img_slash_left.png") 0 90%/3.4666666667vw auto no-repeat, url("../img/img_slash_right.png") 100% 90%/3.4666666667vw auto no-repeat;
    color: #ece191;
    font-size: 4vw;
    font-weight: 500;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .p-intro__lead-sub {
        background-size: 13px auto, 13px auto;
        padding-inline: 31px 26px;
        font-size: 17px;
    }
}
.p-intro__lead {
    margin-top: 3.4666666667%;
    font-size: 5.8666666667vw;
    font-weight: 900;
    color: #ece191;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .p-intro__lead {
        font-size: 25px;
    }
}
.p-intro__lead-txt {
    display: block;
}
.p-intro__obj {
    position: absolute;
}
.p-intro__obj--01 {
    top: 35.2vw;
    left: -6.1333333333vw;
}
@media screen and (min-width: 751px) {
    .p-intro__obj--01 {
        top: 151px;
        left: -26px;
    }
}
.p-intro__obj--02 {
    top: 16vw;
    right: -1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .p-intro__obj--02 {
        top: 69px;
        right: -8px;
    }
}
.p-intro__obj--03 {
    bottom: -6.1333333333vw;
    right: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .p-intro__obj--03 {
        right: 40px;
        bottom: -26px;
    }
}

/* ---------------------------------------------
*   p-lineup
--------------------------------------------- */
.p-lineup {
    position: relative;
    padding-top: 18.6666666667%;
}
.p-lineup__head {
    position: relative;
    padding-bottom: 23.4666666667%;
    background: url("../img/bg_section_product_top_1.png") 0 100%/100% auto no-repeat;
}
.p-lineup__head::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f3f5ef;
}
.p-lineup__ttl img {
    width: 100%;
}
.p-lineup__ttl-1 {
    display: block;
    width: 36.5333333333%;
    margin-inline: auto;
}
.p-lineup__ttl-2 {
    display: block;
    width: 57.3333333333%;
    margin-top: 4%;
    margin-inline: auto;
}
.p-lineup__lead {
    margin-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 900;
    color: #ece191;
    text-align: center;
    line-height: 1.53;
}
@media screen and (min-width: 751px) {
    .p-lineup__lead {
        margin-top: 23px;
        font-size: 18px;
    }
}
.p-lineup__obj {
    position: absolute;
}
.p-lineup__obj--01 {
    top: 4.5333333333vw;
    left: -1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .p-lineup__obj--01 {
        top: 19px;
        left: -8px;
    }
}

/* ---------------------------------------------
*   p-product
--------------------------------------------- */
.p-product {
    --contents-width: 295;
}
.p-product--01 {
    position: relative;
    padding-top: 6.4%;
    padding-bottom: 27.2%;
    background: #f3f5ef url("../img/bg_section_product_02_top.png") 0 100%/100% auto no-repeat;
}
.p-product--01::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9b0000;
}
.p-product--02 {
    position: relative;
    padding-top: 16%;
    padding-bottom: 35.2%;
    background: #9b0000 url("../img/bg_section_product_03_top.png") 0 100%/100% auto no-repeat;
}
.p-product--02::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #f3f5ef;
}
.p-product--03 {
    position: relative;
    padding-top: 5.0666666667%;
    padding-bottom: 30.1333333333%;
    background: #f3f5ef url("../img/bg_section_product_04_top.png") 0 100%/100% auto no-repeat;
}
.p-product--03::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #9b0000;
}
.p-product--04 {
    position: relative;
    padding-bottom: 26.6666666667vw;
    background: #9b0000 url("../img/bg_section_purchase_top.png") 0 100%/100% auto no-repeat;
}
@media screen and (min-width: 751px) {
    .p-product--04 {
        padding-bottom: 115px;
    }
}
.p-product--04::after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #b90000;
}
.p-product--02 .p-product__head-img {
    position: absolute;
    top: 0.5333333333vw;
    left: 5.8666666667vw;
    width: 44.2666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--02 .p-product__head-img {
        top: 2px;
        left: 25px;
        width: 190px;
    }
}
.p-product--03 .p-product__head-img {
    position: absolute;
    top: 18.6666666667vw;
    right: 7.2vw;
    z-index: 1;
    width: 23.7333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product--03 .p-product__head-img {
        top: 80px;
        right: 31px;
        width: 102px;
    }
}
.p-product--03 .p-product__head-img .p-product__head-img-txt {
    position: absolute;
    top: -19.2771084337%;
    right: 0;
    z-index: -1;
    display: block;
    width: 69.6629213483%;
}
.p-product--04 .p-product__head-img {
    position: absolute;
    top: 3.4666666667vw;
    left: 11.2vw;
    width: 57.6vw;
}
@media screen and (min-width: 751px) {
    .p-product--04 .p-product__head-img {
        top: 15px;
        left: 48px;
        width: 248px;
    }
}
.p-product__head {
    position: relative;
    padding-inline: 10.6666666667%;
}
.p-product__ttl img {
    width: 100%;
}
.p-product__ttl-num {
    display: block;
}
.p-product--01 .p-product__ttl-num {
    width: calc(66 / var(--contents-width) * 100%);
}
.p-product--02 .p-product__ttl-num {
    width: calc(73 / var(--contents-width) * 100%);
    margin-left: auto;
}
.p-product--03 .p-product__ttl-num {
    width: calc(71 / var(--contents-width) * 100%);
}
.p-product--04 .p-product__ttl-num {
    width: calc(74 / var(--contents-width) * 100%);
    padding-top: calc(24 / var(--contents-width) * 100%);
    margin-left: auto;
}
.p-product__ttl-txt-en-1 {
    display: block;
}
.p-product--01 .p-product__ttl-txt-en-1 {
    width: calc(243 / var(--contents-width) * 100%);
    margin-top: calc(18 / var(--contents-width) * 100%);
}
.p-product--02 .p-product__ttl-txt-en-1 {
    width: calc(168 / var(--contents-width) * 100%);
    margin-top: calc(20 / var(--contents-width) * 100%);
    margin-left: auto;
}
.p-product--03 .p-product__ttl-txt-en-1 {
    width: calc(207 / var(--contents-width) * 100%);
    margin-top: calc(23 / var(--contents-width) * 100%);
}
.p-product--04 .p-product__ttl-txt-en-1 {
    width: calc(223 / var(--contents-width) * 100%);
    margin-top: calc(24 / var(--contents-width) * 100%);
    margin-left: auto;
}
.p-product__ttl-txt-en-2 {
    display: block;
}
.p-product--01 .p-product__ttl-txt-en-2 {
    width: calc(190 / var(--contents-width) * 100%);
    margin-top: calc(6 / var(--contents-width) * 100%);
}
.p-product--02 .p-product__ttl-txt-en-2 {
    width: calc(196 / var(--contents-width) * 100%);
    margin-top: calc(12 / var(--contents-width) * 100%);
    margin-left: auto;
}
.p-product--03 .p-product__ttl-txt-en-2 {
    width: calc(95 / var(--contents-width) * 100%);
    margin-top: calc(5 / var(--contents-width) * 100%);
}
.p-product--04 .p-product__ttl-txt-en-2 {
    width: calc(125 / var(--contents-width) * 100%);
    margin-top: calc(15 / var(--contents-width) * 100%);
    margin-left: auto;
}
.p-product__ttl-txt-en-3 {
    display: block;
}
.p-product--02 .p-product__ttl-txt-en-3 {
    width: calc(161 / var(--contents-width) * 100%);
    margin-top: calc(12 / var(--contents-width) * 100%);
    margin-left: auto;
}
.p-product--04 .p-product__ttl-txt-en-3 {
    width: calc(98 / var(--contents-width) * 100%);
    margin-top: calc(16 / var(--contents-width) * 100%);
    margin-left: auto;
}
.p-product__ttl-txt-jp {
    display: block;
    margin-top: calc(13 / var(--contents-width) * 100%);
    font-size: 4.2666666667vw;
    color: #382B20;
    font-weight: 900;
    line-height: 1.375;
}
@media screen and (min-width: 751px) {
    .p-product__ttl-txt-jp {
        font-size: 18px;
    }
}
.p-product--02 .p-product__ttl-txt-jp {
    color: #e3e7e7;
    text-align: right;
}
.p-product--03 .p-product__ttl-txt-jp .small {
    position: relative;
    top: -0.2em;
    display: inline-block;
    font-size: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--03 .p-product__ttl-txt-jp .small {
        font-size: 15px;
    }
}
.p-product--04 .p-product__ttl-txt-jp {
    color: #e3e7e7;
    text-align: right;
}
.p-product__ttl-txt-jp span {
    display: block;
}
.p-product__obj {
    position: absolute;
}
.p-product--01 .p-product__obj--01 {
    top: -9.8666666667vw;
    right: 12.8vw;
}
@media screen and (min-width: 751px) {
    .p-product--01 .p-product__obj--01 {
        top: -42px;
        right: 55px;
    }
}
.p-product--01 .p-product__obj--02 {
    top: 51.7333333333vw;
    left: -2.9333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product--01 .p-product__obj--02 {
        top: 222px;
        left: -13px;
    }
}
.p-product--01 .p-product__obj--03 {
    top: 33.0666666667vw;
    right: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product--01 .p-product__obj--03 {
        top: 142px;
        right: 23px;
    }
}
.p-product--01 .p-product__obj--04 {
    top: 110.9333333333vw;
    right: -2.4vw;
}
@media screen and (min-width: 751px) {
    .p-product--01 .p-product__obj--04 {
        top: 477px;
        right: -10px;
    }
}
.p-product--01 .p-product__obj--05 {
    bottom: 29.8666666667vw;
    left: -2.9333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product--01 .p-product__obj--05 {
        bottom: 128px;
        left: -13px;
    }
}
.p-product--02 .p-product__obj--01 {
    top: -14.6666666667vw;
    right: 32.8vw;
}
@media screen and (min-width: 751px) {
    .p-product--02 .p-product__obj--01 {
        top: -63px;
        right: 141px;
    }
}
.p-product--02 .p-product__obj--02 {
    top: 52.8vw;
    left: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product--02 .p-product__obj--02 {
        top: 227px;
        left: 23px;
    }
}
.p-product--02 .p-product__obj--03 {
    top: 84vw;
    right: -3.2vw;
}
@media screen and (min-width: 751px) {
    .p-product--02 .p-product__obj--03 {
        top: 361px;
        right: -14px;
    }
}
.p-product--02 .p-product__obj--04 {
    top: 137.8666666667vw;
    left: -1.0666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--02 .p-product__obj--04 {
        top: 593px;
        left: -5px;
    }
}
.p-product--03 .p-product__obj--01 {
    top: -12vw;
    right: 14.9333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product--03 .p-product__obj--01 {
        top: -52px;
        right: 64px;
    }
}
.p-product--03 .p-product__obj--02 {
    top: 28.5333333333vw;
    left: -5.8666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--03 .p-product__obj--02 {
        top: 123px;
        left: -25px;
    }
}
.p-product--03 .p-product__obj--03 {
    top: 165.3333333333vw;
    right: -4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--03 .p-product__obj--03 {
        top: 711px;
        right: -18px;
    }
}
.p-product--03 .p-product__obj--04 {
    top: 191.2vw;
    left: -6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--03 .p-product__obj--04 {
        top: 822px;
        left: -29px;
    }
}
.p-product--03 .p-product__obj--05 {
    top: 208vw;
    right: -5.8666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--03 .p-product__obj--05 {
        top: 894px;
        right: -25px;
    }
}
.p-product--03 .p-product__obj--06 {
    top: 277.3333333333vw;
    left: -2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--03 .p-product__obj--06 {
        top: 1193px;
        left: -11px;
    }
}
.p-product--04 .p-product__obj--01 {
    top: -14.4vw;
    left: 35.4666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--04 .p-product__obj--01 {
        top: -62px;
        left: 153px;
    }
}
.p-product--04 .p-product__obj--02 {
    top: 21.6vw;
    left: -4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--04 .p-product__obj--02 {
        top: 93px;
        left: -18px;
    }
}
.p-product--04 .p-product__obj--03 {
    top: 86.6666666667vw;
    right: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product--04 .p-product__obj--03 {
        top: 373px;
        right: 40px;
    }
}
.p-product--04 .p-product__obj--04 {
    top: 160vw;
    right: -5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product--04 .p-product__obj--04 {
        top: 688px;
        right: -23px;
    }
}

/* ---------------------------------------------
*   p-product-cassette-1
--------------------------------------------- */
.p-product-cassette-1 {
    --contents-width: 295;
    position: relative;
    padding-top: 21.3333333333%;
    padding-inline: 10.6666666667%;
}
.p-product-cassette-1__txt {
    width: calc(150 / var(--contents-width) * 100%);
    font-size: 3.4666666667vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.76;
    letter-spacing: -0.05em;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-1__txt {
        font-size: 15px;
    }
}
.p-product-cassette-1__img {
    position: absolute;
    top: -20.5333333333vw;
    right: 0;
    width: 44.5333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-1__img {
        top: -88px;
        width: 191px;
    }
}
.p-product-cassette-1__card {
    position: relative;
    --card-width: 270;
    width: calc(var(--card-width) / var(--contents-width) * 100%);
    margin-top: calc(73 / var(--contents-width) * 100%);
    margin-inline: auto;
}
.p-product-cassette-1__card-inner {
    overflow: hidden;
    border-radius: 3.4666666667vw;
    background-color: #fff;
    padding-bottom: calc(20 / var(--card-width) * 100%);
    box-shadow: 1.3333333333vw 1.3333333333vw 1.3333333333vw rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 751px) {
    .p-product-cassette-1__card-inner {
        border-radius: 15px;
        box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.05);
    }
}
.p-product-cassette-1__float-circle {
    position: absolute;
    top: calc(-26 / var(--card-width) * 100%);
    left: calc(-28 / var(--card-width) * 100%);
    width: calc(83 / var(--card-width) * 100%);
}
.p-product-cassette-1__float-circle img {
    width: 100%;
}
.p-product-cassette-1__card-img img {
    width: 100%;
}
.p-product-cassette-1__card-col {
    display: flex;
    -moz-column-gap: calc(10 / var(--card-width) * 100%);
         column-gap: calc(10 / var(--card-width) * 100%);
    margin-top: calc(17 / var(--card-width) * 100%);
    padding-inline: calc(19 / var(--card-width) * 100%) calc(9 / var(--card-width) * 100%);
}
.p-product-cassette-1__card-col-icon {
    width: 22.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-1__card-col-icon {
        width: 97px;
    }
}
.p-product-cassette-1__card-col-txt {
    margin-top: 1.3333333333vw;
    font-size: 3.2vw;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-1__card-col-txt {
        margin-top: 6px;
        font-size: 14px;
    }
}
.p-product-cassette-1__card-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: calc(15 / var(--card-width) * 100%);
    margin-inline: auto;
    padding-inline: 0.2em;
    padding-bottom: 0.1em;
    font-size: 3.4666666667vw;
    font-weight: bold;
    background: linear-gradient(transparent 68%, rgba(236, 225, 145, 0.7) 68%);
    text-align: center;
    letter-spacing: 0.05em;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-1__card-txt {
        font-size: 15px;
    }
}

/* ---------------------------------------------
*   p-product-cassette-2
--------------------------------------------- */
.p-product-cassette-2 {
    --contents-width: 295;
    position: relative;
    margin-top: 14.4%;
    background: url("../img/bg_product_02_txt.png") 0 9.6vw/100% auto no-repeat;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-2 {
        background-position: 0 41px;
    }
}
.p-product-cassette-2__img {
    width: 64.8%;
    margin-inline: auto;
    box-shadow: 1.3333333333vw 1.3333333333vw 0.1333333333vw rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-2__img {
        box-shadow: 6px 6px 1px rgba(0, 0, 0, 0.3);
        border-radius: 11px;
    }
}
.p-product-cassette-2__img img {
    width: 100%;
}
.p-product-cassette-2__txt {
    margin-top: 4.8%;
    color: #e3e7e7;
    font-size: 3.4666666667vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.57;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-2__txt {
        font-size: 15px;
    }
}
.p-product-cassette-2__notes {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 4.8%;
    margin-inline: auto;
    padding: 1.6vw 3.2vw;
    color: #e3e7e7;
    background-color: #8b0000;
    font-size: 2.9333333333vw;
    font-weight: 500;
    line-height: 1.54;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-2__notes {
        padding: 7px 14px;
        font-size: 13px;
    }
}

/* ---------------------------------------------
*   p-product-cassette-3
--------------------------------------------- */
.p-product-cassette-3__col {
    position: relative;
    padding-left: 10.6666666667%;
    padding-right: 10.6666666667%;
}
.p-product-cassette-3__col::after {
    content: "";
    display: block;
    clear: both;
}
.p-product-cassette-3__col-txt {
    padding-top: 27.7333333333vw;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.76;
    text-align: justify;
    letter-spacing: -0.015em;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-3__col-txt {
        padding-top: 119px;
        font-size: 15px;
    }
}
.p-product-cassette-3__col-img {
    position: absolute;
    top: 0;
    right: 3.4666666667vw;
    width: 44.8vw;
    margin-top: 5.8666666667vw;
    shape-outside: circle();
    float: right;
    margin-left: 2em;
    margin-bottom: 4em;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-3__col-img {
        right: 15px;
        width: 193px;
        margin-top: 25px;
    }
}
.p-product-cassette-3__col-img img {
    width: 100%;
}
.p-product-cassette-3__foot {
    display: flex;
    -moz-column-gap: 2.6666666667vw;
         column-gap: 2.6666666667vw;
    padding-top: 11.4666666667%;
    padding-left: 20.2666666667%;
    background: url("../img/bg_product_03_txt.png") 0 8vw/100% auto no-repeat;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-3__foot {
        -moz-column-gap: 11px;
             column-gap: 11px;
        background-position: 0 44px;
    }
}
.p-product-cassette-3__foot-img {
    width: 40.8vw;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-3__foot-img {
        width: 175px;
    }
}
.p-product-cassette-3__foot-txt {
    padding-top: 8.8vw;
    font-size: 3.4666666667vw;
    font-weight: 900;
    color: #382B20;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-3__foot-txt {
        padding-top: 38px;
        font-size: 15px;
    }
}

/* ---------------------------------------------
*   p-product-cassette-4
--------------------------------------------- */
.p-product-cassette-4 {
    --contents-width: 295;
    position: relative;
    width: calc(var(--contents-width) / 375 * 100%);
    margin-top: 42.6666666667%;
    margin-inline: auto;
}
.p-product-cassette-4__txt-circle {
    position: absolute;
    top: -6.9333333333vw;
    left: -5.6vw;
    width: calc(78 / var(--contents-width) * 100%);
}
@media screen and (min-width: 751px) {
    .p-product-cassette-4__txt-circle {
        top: -30px;
        left: -24px;
    }
}
.p-product-cassette-4__txt-circle img {
    width: 100%;
}
.p-product-cassette-4__img img {
    width: 100%;
}
.p-product-cassette-4__txt {
    margin-top: calc(11 / var(--contents-width) * 100%);
    font-size: 3.4666666667vw;
    font-weight: 500;
    color: #e3e7e7;
    text-align: center;
    letter-spacing: -0.1em;
    line-height: 1.76;
}
@media screen and (min-width: 751px) {
    .p-product-cassette-4__txt {
        font-size: 15px;
    }
}

/* ---------------------------------------------
*   p-howto-brew
--------------------------------------------- */
.p-howto-brew {
    padding-top: 16%;
}
.p-howto-brew__ttl-en {
    display: block;
    width: 16.2666666667%;
    margin-inline: auto;
}
.p-howto-brew__ttl-en img {
    display: block;
    width: 100%;
}
.p-howto-brew__ttl-jp {
    display: block;
    margin-top: 1.3333333333%;
    color: #382B20;
    font-size: 4.2666666667vw;
    font-weight: 900;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__ttl-jp {
        font-size: 18px;
    }
}
.p-howto-brew__list {
    margin-top: 6.1333333333%;
}
.p-howto-brew__item {
    position: relative;
}
.p-howto-brew__item--01 {
    --base-color: #9f2b20;
}
.p-howto-brew__item--02 {
    --base-color: #382B20;
}
.p-howto-brew__item--03 {
    --base-color: #ad9565;
}
.p-howto-brew__item:not(:first-of-type) {
    margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item:not(:first-of-type) {
        margin-top: 11px;
    }
}
.p-howto-brew__item-trigger {
    position: relative;
    z-index: 1;
    display: flex;
    -moz-column-gap: 2.9333333333vw;
         column-gap: 2.9333333333vw;
    width: 78.4%;
    margin-inline: auto;
    padding-block: 4vw;
    padding-right: 13.3333333333vw;
    padding-left: 5.8666666667vw;
    background-color: #fff;
    border-radius: 2.6666666667vw;
    color: var(--base-color);
}
@media (hover: hover) and (pointer: fine) {
    .p-howto-brew__item-trigger {
        transition: opacity 300ms;
    }
    .p-howto-brew__item-trigger:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item-trigger {
        -moz-column-gap: 13px;
             column-gap: 13px;
        padding-block: 17px;
        padding-right: 57px;
        padding-left: 25px;
        border-radius: 11px;
    }
}
.p-howto-brew__item-trigger-num {
    position: relative;
    top: 0.1em;
    width: 8.2666666667vw;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item-trigger-num {
        width: 36px;
    }
}
.p-howto-brew__item-trigger-num img {
    width: 100%;
}
.p-howto-brew__item-trigger-txt {
    font-size: 3.4666666667vw;
    font-weight: 900;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item-trigger-txt {
        font-size: 15px;
    }
}
.p-howto-brew__item-trigger-icon {
    position: absolute;
    top: 50%;
    right: 6.1333333333vw;
    translate: 0 -50%;
    width: 3.2vw;
    height: 3.2vw;
    transition: rotate 0.2s;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item-trigger-icon {
        right: 26px;
        width: 14px;
        height: 14px;
    }
}
.is-open .p-howto-brew__item-trigger-icon {
    rotate: 45deg;
}

.p-howto-brew__item-trigger-icon::before, .p-howto-brew__item-trigger-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--base-color);
}
.p-howto-brew__item-trigger-icon::before {
    width: 100%;
    height: 0.5333333333vw;
    min-height: 1px;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item-trigger-icon::before {
        height: 2px;
    }
}
.p-howto-brew__item-trigger-icon::after {
    width: 0.5333333333vw;
    height: 100%;
    min-width: 1px;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item-trigger-icon::after {
        width: 2px;
    }
}
.p-howto-brew__item-body {
    position: relative;
    padding-top: 5.8666666667%;
}
.p-howto-brew__item:not(:last-of-type) .p-howto-brew__item-body {
    padding-bottom: 4%;
}
.p-howto-brew__img-cup {
    position: absolute;
}
.p-howto-brew__item--01 .p-howto-brew__img-cup {
    width: 27.7333333333%;
    top: 14.9333333333vw;
    left: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item--01 .p-howto-brew__img-cup {
        top: 64px;
        left: 40px;
    }
}
.p-howto-brew__item--02 .p-howto-brew__img-cup {
    width: 25.3333333333%;
    top: 8.5333333333vw;
    right: 7.4666666667vw;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item--02 .p-howto-brew__img-cup {
        top: 37px;
        right: 32px;
    }
}
.p-howto-brew__item--03 .p-howto-brew__img-cup {
    width: 25.3333333333%;
    top: 7.2vw;
    left: 9.8666666667vw;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item--03 .p-howto-brew__img-cup {
        top: 31px;
        left: 42px;
    }
}
.p-howto-brew__img-cup img {
    width: 100%;
}
.p-howto-brew__item-obj {
    position: absolute;
    transition: 0.3s;
}
.p-howto-brew__item--01 .p-howto-brew__item-obj--01 {
    top: 16.8vw;
    right: -5.6vw;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item--01 .p-howto-brew__item-obj--01 {
        top: 72px;
        right: -24px;
    }
}
.p-howto-brew__item--01.is-open .p-howto-brew__item-obj--01 {
    top: 44.5333333333vw;
    right: 1.6vw;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item--01.is-open .p-howto-brew__item-obj--01 {
        top: 191px;
        right: 7px;
    }
}
.p-howto-brew__item--02 .p-howto-brew__item-obj--01 {
    top: 6.9333333333vw;
    right: 32vw;
    opacity: 0;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item--02 .p-howto-brew__item-obj--01 {
        top: 30px;
        right: 138px;
    }
}
.p-howto-brew__item--02.is-open .p-howto-brew__item-obj--01 {
    opacity: 1;
}
.p-howto-brew__item--02 .p-howto-brew__item-obj--02 {
    bottom: -8.8vw;
    right: 5.0666666667vw;
    opacity: 0;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item--02 .p-howto-brew__item-obj--02 {
        bottom: -38px;
        right: 22px;
    }
}
.p-howto-brew__item--02.is-open .p-howto-brew__item-obj--02 {
    opacity: 1;
}
.p-howto-brew__item--03 .p-howto-brew__item-obj--01 {
    top: 52vw;
    left: -2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-howto-brew__item--03 .p-howto-brew__item-obj--01 {
        top: 224px;
        left: -11px;
    }
}

/* ---------------------------------------------
*   p-brew-step
--------------------------------------------- */
.p-brew-step--01 {
    width: 48%;
    margin-left: auto;
    margin-right: 12%;
    padding-bottom: 13.3333333333%;
}
.p-brew-step--02 {
    width: 49.8666666667%;
    margin-left: 14.4%;
    padding-bottom: 6.4%;
}
.p-brew-step--03 {
    width: 54.6666666667%;
    margin-right: 7.2%;
    margin-left: auto;
    padding-bottom: 4.2666666667%;
}
.p-brew-step__item {
    display: flex;
    -moz-column-gap: 3.2vw;
         column-gap: 3.2vw;
}
@media screen and (min-width: 751px) {
    .p-brew-step__item {
        -moz-column-gap: 14px;
             column-gap: 14px;
    }
}
.p-brew-step__item:not(:first-of-type) {
    margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-brew-step__item:not(:first-of-type) {
        margin-top: 11px;
    }
}
.p-brew-step__num {
    display: block;
    width: 6.1333333333vw;
    margin-top: 1.3333333333vw;
    flex-shrink: 0;
}
@media screen and (min-width: 751px) {
    .p-brew-step__num {
        width: 26px;
        margin-top: 6px;
    }
}
.p-brew-step__num img {
    display: block;
    width: 100%;
}
.p-brew-step__txt {
    color: #382B20;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.46;
}
@media screen and (min-width: 751px) {
    .p-brew-step__txt {
        font-size: 15px;
    }
}

/* ---------------------------------------------
*   p-lets-try
--------------------------------------------- */
.p-lets-try {
    position: relative;
    margin-top: 8.5333333333%;
    padding-left: 11.7333333333%;
    padding-right: 6.1333333333%;
}
.p-lets-try__img img {
    width: 100%;
}
.p-lets-try__txt {
    position: absolute;
    top: 19.4666666667vw;
    left: 21.6%;
    color: #382B20;
    font-size: 3.4666666667vw;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .p-lets-try__txt {
        top: 84px;
        font-size: 15px;
    }
}

/* ---------------------------------------------
*   p-purchase
--------------------------------------------- */
.p-purchase {
    position: relative;
    padding-top: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-purchase {
        padding-top: 46px;
    }
}
.p-purchase__ttl {
    text-align: center;
}
.p-purchase__ttl-txt-s {
    display: block;
    max-width: 36.2666666667vw;
    margin-inline: auto;
    font-size: 0;
}
@media screen and (min-width: 751px) {
    .p-purchase__ttl-txt-s {
        max-width: 156px;
    }
}
.p-purchase__ttl-txt {
    display: block;
    margin-top: 4.8vw;
    font-size: 8vw;
    font-weight: bold;
    color: #ece191;
    line-height: 1;
}
@media screen and (min-width: 751px) {
    .p-purchase__ttl-txt {
        margin-top: 21px;
        font-size: 34px;
    }
}
.p-purchase__body {
    --box-width: 294;
    width: calc(var(--box-width) / 375 * 100%);
    margin-inline: auto;
    padding-top: 14.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-purchase__body {
        padding-top: 63px;
    }
}
.p-purchase__item {
    position: relative;
    padding-top: calc(36 / var(--box-width) * 100%);
    padding-bottom: calc(7 / var(--box-width) * 100%);
    border-radius: 4vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .p-purchase__item {
        border-radius: 17px;
    }
}
.p-purchase__item:not(:first-of-type) {
    margin-top: 14.4vw;
}
@media screen and (min-width: 751px) {
    .p-purchase__item:not(:first-of-type) {
        margin-top: 62px;
    }
}
.p-purchase__item--02 {
    padding-bottom: calc(27 / var(--box-width) * 100%);
}
.p-purchase__item--03, .p-purchase__item--04 {
    padding-bottom: calc(30 / var(--box-width) * 100%);
}
.p-purchase__item-num {
    position: absolute;
    top: -6.4vw;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 14.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-purchase__item-num {
        top: -24px;
        width: 63px;
    }
}
.p-purchase__item-num img {
    width: 100%;
}
.p-purchase__item-ttl {
    font-size: 4.5333333333vw;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .p-purchase__item-ttl {
        font-size: 19px;
    }
}
.p-purchase__item-ttl-img {
    width: calc(231 / var(--box-width) * 100%);
    margin-top: calc(17 / var(--box-width) * 100%);
    margin-bottom: calc(17 / var(--box-width) * 100%);
    margin-inline: auto;
}
.p-purchase__item-ttl-img img {
    width: 100%;
}
.p-purchase__item-txt {
    padding-inline: calc(28 / var(--box-width) * 100%);
    color: #333;
    font-size: 3.4666666667vw;
    font-weight: bold;
    letter-spacing: -0.07em;
    line-height: 1.69;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .p-purchase__item-txt {
        font-size: 15px;
    }
}
.p-purchase__item--01 .p-purchase__item-txt {
    letter-spacing: 0;
}
.p-purchase__item--02 .p-purchase__item-txt {
    letter-spacing: 0;
}
.p-purchase__item--04 .p-purchase__item-txt {
    letter-spacing: -0.02em;
}
.p-purchase__item-txt--small {
    font-size: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .p-purchase__item-txt--small {
        font-size: 15px;
    }
}
.p-purchase__item-note {
    margin-top: 1.3333333333vw;
    color: #808080;
    font-size: 3.4666666667vw;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1.38;
}
@media screen and (min-width: 751px) {
    .p-purchase__item-note {
        margin-top: 6px;
        font-size: 15px;
    }
}
.p-purchase__item-img {
    margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .p-purchase__item-img {
        margin-top: 18px;
    }
}
.p-purchase__item--01 .p-purchase__item-img {
    width: calc(269 / var(--box-width) * 100%);
    margin-left: calc(13 / var(--box-width) * 100%);
}
.p-purchase__item-step {
    margin-top: calc(20 / var(--box-width) * 100%);
    padding-inline: calc(34 / var(--box-width) * 100%);
}
.p-purchase__item-step-item {
    position: relative;
}
.p-purchase__item-step-item:not(:first-of-type) {
    margin-top: 11.2vw;
}
@media screen and (min-width: 751px) {
    .p-purchase__item-step-item:not(:first-of-type) {
        margin-top: 48px;
    }
}
.p-purchase__item-step-item:not(:first-of-type)::before {
    position: absolute;
    top: -6.6666666667vw;
    left: 50%;
    transform: translateX(-50%);
    content: "";
    display: block;
    width: 6.4vw;
    height: 3.2vw;
    background-color: #c9011d;
    -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
            clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 751px) {
    .p-purchase__item-step-item:not(:first-of-type)::before {
        top: -29px;
        width: 28px;
        height: 14px;
    }
}
.p-purchase__item-step-item img {
    width: 100%;
    box-shadow: 0.9333333333vw 1.0666666667vw 2.1333333333vw rgba(0, 0, 0, 0.2);
    border-radius: 8.5333333333vw;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .p-purchase__item-step-item img {
        box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.2);
        border-radius: 37px;
    }
}
.p-purchase__item-img-2 {
    padding-inline: calc(34 / var(--box-width) * 100%);
}
.p-purchase__item-img-2 img {
    box-shadow: 0.9333333333vw 1.0666666667vw 2.1333333333vw rgba(0, 0, 0, 0.2);
    border-radius: 8.5333333333vw;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 751px) {
    .p-purchase__item-img-2 img {
        box-shadow: 4px 5px 9px rgba(0, 0, 0, 0.2);
        border-radius: 37px;
    }
}
.p-purchase__obj {
    position: absolute;
}
.p-purchase__obj--01 {
    top: -8.8vw;
    left: 6.4vw;
}
@media screen and (min-width: 751px) {
    .p-purchase__obj--01 {
        top: -38px;
        left: 28px;
    }
}

/* ---------------------------------------------
*   p-schedule
--------------------------------------------- */
.p-schedule {
    position: relative;
    margin-top: 22.6666666667vw;
    padding-top: 14.4vw;
    padding-bottom: 17.0666666667vw;
}
@media screen and (min-width: 751px) {
    .p-schedule {
        margin-top: 97px;
        padding-top: 62px;
        padding-bottom: 73px;
    }
}
.p-schedule__bg {
    position: absolute;
    inset: 0;
}
.p-schedule__inner {
    position: relative;
}
.p-schedule__ttl {
    width: 46.4vw;
    margin-inline: auto;
    color: #9b0000;
    padding-block: 0.2666666667vw;
    border-radius: 4.5333333333vw;
    font-size: 4.2666666667vw;
    font-weight: 900;
    text-align: center;
    background-color: #ece191;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
    .p-schedule__ttl {
        width: 200px;
        padding-block: 1px;
        border-radius: 19px;
        font-size: 18px;
    }
}
.p-schedule__ttl--2 {
    margin-top: 8.5333333333vw;
}
@media screen and (min-width: 751px) {
    .p-schedule__ttl--2 {
        margin-top: 37px;
    }
}
.p-schedule__ttl img {
    width: 100%;
}
.p-schedule__txt {
    margin-top: 3.4666666667vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .p-schedule__txt {
        margin-top: 15px;
    }
}
.p-schedule__txt--1 {
    width: 84.8%;
}
.p-schedule__txt--2 {
    width: 64%;
}
.p-schedule__txt img {
    width: 100%;
}
.p-schedule__bg-bottom {
    position: absolute;
    inset: auto 0 0 0;
}

/* ---------------------------------------------
*   p-foot-note-block
--------------------------------------------- */
.p-foot-note-block {
    width: 84%;
    margin-top: 16%;
    margin-inline: auto;
    padding: 6.3492063492% 6.3492063492% 4.7619047619%;
    border-radius: 4vw;
    color: #e3e7e7;
    background-color: #9b0000;
}
@media screen and (min-width: 751px) {
    .p-foot-note-block {
        padding-top: 23px;
        border-radius: 17px;
    }
}
.p-foot-note-block__ttl {
    font-size: 4.5333333333vw;
    font-weight: bold;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .p-foot-note-block__ttl {
        font-size: 19px;
    }
}
.p-foot-note-block__txt {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    font-weight: 500;
    text-align: justify;
    line-height: 1.69;
}
@media screen and (min-width: 751px) {
    .p-foot-note-block__txt {
        margin-top: 17px;
        font-size: 15px;
    }
}

/* ---------------------------------------------
*   p-sns
--------------------------------------------- */
.p-sns {
    position: relative;
    padding-top: 24.2666666667%;
    padding-bottom: 11.4666666667%;
}
.c-section-2 + .p-sns {
    padding-top: 60%;
}

.p-sns__lead {
    width: 100%;
}
.p-sns__lead img {
    width: 100%;
}
.p-sns__list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 11.2%;
    margin-top: 11.2%;
}
.p-sns__list-item:first-of-type {
    width: 9.0666666667%;
}
.p-sns__list-item:nth-of-type(2) {
    width: 9.3333333333%;
}
.p-sns__list-item:nth-of-type(3) {
    width: 4.8%;
}
.p-sns__list-item:nth-of-type(4) {
    width: 9.0666666667%;
}
.p-sns__list-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .p-sns__list-link {
        transition: opacity 300ms;
        will-change: opacity;
    }
    .p-sns__list-link:hover {
        opacity: 0.8;
    }
}
.p-sns__list-link img {
    width: 100%;
}

/* ---------------------------------------------
*   p-foot-notes
--------------------------------------------- */
.p-foot-notes {
    background-color: #fff;
    padding: 4.2666666667% 6.1333333333%;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.69;
    letter-spacing: -0.08em;
}
@media screen and (min-width: 751px) {
    .p-foot-notes {
        font-size: 15px;
    }
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

.bg-white-2 {
    background-color: #e3e7e7 !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;
}

/* ---------------------------------------------
*   visually-hidden
--------------------------------------------- */
.visually-hidden {
    position: absolute;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
    width: 1px;
    height: 1px;
    overflow: hidden;
    white-space: nowrap;
}

/* ---------------------------------------------
*   animation
--------------------------------------------- */
.anim-rotation {
    animation: rotation 18s linear infinite;
}
@keyframes rotation {
    0% {
        rotate: 0;
    }
    100% {
        rotate: 360deg;
    }
}

/*  js-acc-target (アコーディオン)
--------------------------------------------- */
.js-acc-target {
    --acc-body-height: 0px;
    height: 0;
    overflow: hidden;
}
.js-acc-scope.is-close .js-acc-target {
    animation: closeAccAnim 0.3s forwards;
}

.js-acc-scope.is-open .js-acc-target {
    animation: openAccAnim 0.3s forwards;
}

@keyframes openAccAnim {
    0% {
        height: 0px;
        visibility: hidden;
    }
    99% {
        visibility: visible;
        height: var(--acc-body-height);
    }
    100% {
        height: auto;
    }
}
@keyframes closeAccAnim {
    0% {
        height: var(--acc-body-height);
    }
    99% {
        visibility: visible;
    }
    100% {
        height: 0px;
        visibility: hidden;
    }
}

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

/* フェードインアップ */
.js-fadein-up-2 {
    opacity: 0;
    translate: 0 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .js-fadein-up-2 {
        translate: 0 46px;
    }
}
.js-fadein-up-2.is-active {
    translate: 0 0;
    opacity: 1;
    transition: translate 0.8s, opacity 1s;
}

/*  js-curtain
--------------------------------------------- */
.js-curtain {
    position: relative;
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    transition: -webkit-clip-path 0.35s;
    transition: clip-path 0.35s;
    transition: clip-path 0.35s, -webkit-clip-path 0.35s;
}
.js-curtain.is-active {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}

/*  js-curtain-2
--------------------------------------------- */
.js-curtain-2 {
    position: relative;
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
    transition: -webkit-clip-path 0.35s;
    transition: clip-path 0.35s;
    transition: clip-path 0.35s, -webkit-clip-path 0.35s;
}
.js-curtain-2.is-active {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}

@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--0 {
    margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mgt--250 {
    margin-top: 66.6666666667vw !important;
}

@media screen and (min-width: 751px) {
    .mgt--0 {
        margin-top: 0 !important;
    }
    .mgt--5 {
        margin-top: 6px !important;
    }
    .mgt--10 {
        margin-top: 11px !important;
    }
    .mgt--15 {
        margin-top: 17px !important;
    }
    .mgt--20 {
        margin-top: 23px !important;
    }
    .mgt--25 {
        margin-top: 29px !important;
    }
    .mgt--30 {
        margin-top: 34px !important;
    }
    .mgt--35 {
        margin-top: 40px !important;
    }
    .mgt--40 {
        margin-top: 46px !important;
    }
    .mgt--45 {
        margin-top: 52px !important;
    }
    .mgt--50 {
        margin-top: 57px !important;
    }
    .mgt--55 {
        margin-top: 63px !important;
    }
    .mgt--60 {
        margin-top: 69px !important;
    }
    .mgt--65 {
        margin-top: 75px !important;
    }
    .mgt--70 {
        margin-top: 80px !important;
    }
    .mgt--75 {
        margin-top: 86px !important;
    }
    .mgt--80 {
        margin-top: 92px !important;
    }
    .mgt--85 {
        margin-top: 97px !important;
    }
    .mgt--90 {
        margin-top: 103px !important;
    }
    .mgt--95 {
        margin-top: 109px !important;
    }
    .mgt--100 {
        margin-top: 115px !important;
    }
    .mgt--105 {
        margin-top: 120px !important;
    }
    .mgt--110 {
        margin-top: 126px !important;
    }
    .mgt--115 {
        margin-top: 132px !important;
    }
    .mgt--120 {
        margin-top: 138px !important;
    }
    .mgt--125 {
        margin-top: 143px !important;
    }
    .mgt--130 {
        margin-top: 149px !important;
    }
    .mgt--135 {
        margin-top: 155px !important;
    }
    .mgt--140 {
        margin-top: 161px !important;
    }
    .mgt--145 {
        margin-top: 166px !important;
    }
    .mgt--150 {
        margin-top: 172px !important;
    }
    .mgt--155 {
        margin-top: 178px !important;
    }
    .mgt--160 {
        margin-top: 183px !important;
    }
    .mgt--165 {
        margin-top: 189px !important;
    }
    .mgt--170 {
        margin-top: 195px !important;
    }
    .mgt--175 {
        margin-top: 201px !important;
    }
    .mgt--180 {
        margin-top: 206px !important;
    }
    .mgt--185 {
        margin-top: 212px !important;
    }
    .mgt--190 {
        margin-top: 218px !important;
    }
    .mgt--195 {
        margin-top: 224px !important;
    }
    .mgt--200 {
        margin-top: 229px !important;
    }
    .mgt--205 {
        margin-top: 235px !important;
    }
    .mgt--210 {
        margin-top: 241px !important;
    }
    .mgt--215 {
        margin-top: 247px !important;
    }
    .mgt--220 {
        margin-top: 252px !important;
    }
    .mgt--225 {
        margin-top: 258px !important;
    }
    .mgt--230 {
        margin-top: 264px !important;
    }
    .mgt--235 {
        margin-top: 269px !important;
    }
    .mgt--240 {
        margin-top: 275px !important;
    }
    .mgt--245 {
        margin-top: 281px !important;
    }
    .mgt--250 {
        margin-top: 287px !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb--0 {
    margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 751px) {
    .mgb--0 {
        margin-bottom: 0 !important;
    }
    .mgb--5 {
        margin-bottom: 6px !important;
    }
    .mgb--10 {
        margin-bottom: 11px !important;
    }
    .mgb--15 {
        margin-bottom: 17px !important;
    }
    .mgb--20 {
        margin-bottom: 23px !important;
    }
    .mgb--25 {
        margin-bottom: 29px !important;
    }
    .mgb--30 {
        margin-bottom: 34px !important;
    }
    .mgb--35 {
        margin-bottom: 40px !important;
    }
    .mgb--40 {
        margin-bottom: 46px !important;
    }
    .mgb--45 {
        margin-bottom: 52px !important;
    }
    .mgb--50 {
        margin-bottom: 57px !important;
    }
    .mgb--55 {
        margin-bottom: 63px !important;
    }
    .mgb--60 {
        margin-bottom: 69px !important;
    }
    .mgb--65 {
        margin-bottom: 75px !important;
    }
    .mgb--70 {
        margin-bottom: 80px !important;
    }
    .mgb--75 {
        margin-bottom: 86px !important;
    }
    .mgb--80 {
        margin-bottom: 92px !important;
    }
    .mgb--85 {
        margin-bottom: 97px !important;
    }
    .mgb--90 {
        margin-bottom: 103px !important;
    }
    .mgb--95 {
        margin-bottom: 109px !important;
    }
    .mgb--100 {
        margin-bottom: 115px !important;
    }
    .mgb--105 {
        margin-bottom: 120px !important;
    }
    .mgb--110 {
        margin-bottom: 126px !important;
    }
    .mgb--115 {
        margin-bottom: 132px !important;
    }
    .mgb--120 {
        margin-bottom: 138px !important;
    }
    .mgb--125 {
        margin-bottom: 143px !important;
    }
    .mgb--130 {
        margin-bottom: 149px !important;
    }
    .mgb--135 {
        margin-bottom: 155px !important;
    }
    .mgb--140 {
        margin-bottom: 161px !important;
    }
    .mgb--145 {
        margin-bottom: 166px !important;
    }
    .mgb--150 {
        margin-bottom: 172px !important;
    }
    .mgb--155 {
        margin-bottom: 178px !important;
    }
    .mgb--160 {
        margin-bottom: 183px !important;
    }
    .mgb--165 {
        margin-bottom: 189px !important;
    }
    .mgb--170 {
        margin-bottom: 195px !important;
    }
    .mgb--175 {
        margin-bottom: 201px !important;
    }
    .mgb--180 {
        margin-bottom: 206px !important;
    }
    .mgb--185 {
        margin-bottom: 212px !important;
    }
    .mgb--190 {
        margin-bottom: 218px !important;
    }
    .mgb--195 {
        margin-bottom: 224px !important;
    }
    .mgb--200 {
        margin-bottom: 229px !important;
    }
    .mgb--205 {
        margin-bottom: 235px !important;
    }
    .mgb--210 {
        margin-bottom: 241px !important;
    }
    .mgb--215 {
        margin-bottom: 247px !important;
    }
    .mgb--220 {
        margin-bottom: 252px !important;
    }
    .mgb--225 {
        margin-bottom: 258px !important;
    }
    .mgb--230 {
        margin-bottom: 264px !important;
    }
    .mgb--235 {
        margin-bottom: 269px !important;
    }
    .mgb--240 {
        margin-bottom: 275px !important;
    }
    .mgb--245 {
        margin-bottom: 281px !important;
    }
    .mgb--250 {
        margin-bottom: 287px !important;
    }
}