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

/* ---------------------------------------------
*   c-bg-intro
--------------------------------------------- */
.c-bg-intro {
    background: url(../img/bg_intro.png) top 5.3333333333vw center no-repeat;
    background-size: cover;
}
@media screen and (min-width: 751px) {
    .c-bg-intro {
        background: url(../img/bg_intro.png) top 22.9333333333px center no-repeat;
        background-size: cover;
    }
}

/* ---------------------------------------------
*   c-bg-separete
--------------------------------------------- */
.c-bg-separete {
    background: url(../img/bg_separate.png) top left 1px repeat-y;
    background-size: 100% 1px;
    background-color: #C4021C;
}
/* ---------------------------------------------
*   c-bg-campaign
--------------------------------------------- */
.c-bg-campaign {
    z-index: 1;
    background: url(../img/bg_campaign.png) top center no-repeat;
    background-size: cover;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #382b20;
}
.l-footer__container {
    padding-top: 10.1333333333%;
    padding-bottom: 5.8666666667%;
}
.l-footer__logo {
    width: 39.2%;
    margin-inline: auto;
}
.l-footer__logo img {
    width: 100%;
}
.l-footer__logo-link {
    display: block;
    transition: opacity 300ms;
}
.l-footer__logo-link:hover {
    opacity: 0.8;
}
.l-footer__copyright {
    margin-top: 6.1333333333%;
    text-align: center;
}
.l-footer__copyright-txt {
    display: block;
    font-family: "Lato", serif;
    font-size: 2.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
    .l-footer__copyright-txt {
        font-size: 11.4666666667px;
    }
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.l-header__container {
    padding: 2.9333333333vw 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .l-header__container {
        padding: 12.6133333333px 11.4666666667px;
    }
}
.l-header__logo {
    width: 12.8vw;
    margin-left: auto;
}
@media screen and (min-width: 751px) {
    .l-header__logo {
        width: 55.04px;
    }
}
.l-header__logo img {
    width: 100%;
}
.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-header__ttl {
    width: 69.0666666667vw;
    margin-inline: auto;
    margin-top: -6.9333333333vw;
    opacity: 0;
    transform: translateY(30px);
}
@media screen and (min-width: 751px) {
    .l-header__ttl {
        width: 296.9866666667px;
        margin-top: -29.8133333333px;
    }
}
.is-loaded .l-header__ttl {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
    transition-delay: 1s;
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    position: relative;
    opacity: 0;
}
.is-loaded .l-wrapper {
    opacity: 1;
}

@media screen and (min-width: 751px) {
    .l-wrapper {
        left: 0;
        right: 0;
        max-width: 430px;
        margin-inline: auto;
        overflow-y: auto;
    }
}

/* ---------------------------------------------
*   c-block-bg
--------------------------------------------- */
.c-block-bg {
    position: fixed;
    inset: 0;
}
.c-block-bg__logo {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.c-block-bg__logo-img {
    position: absolute;
    inset: 0;
    width: 285px;
    margin: auto;
}
@media screen and (max-width: 1100px) {
    .c-block-bg__logo-img {
        width: 28.5vw;
        max-width: 90%;
    }
}
.c-block-bg__qr {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
}
.c-block-bg__qr img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 160px;
}
@media screen and (max-width: 1100px) {
    .c-block-bg__qr img {
        width: 16vw;
    }
}
.c-block-bg__bg {
    position: absolute;
    inset: 0;
}
.c-block-bg__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-block-bg2
--------------------------------------------- */
.c-block-bg2 {
    position: relative;
}
.c-block-bg2::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #c4141c;
    z-index: -3;
}
.c-block-bg2::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #0234ab;
    z-index: -3;
}

/* ---------------------------------------------
*   c-block-bg3
--------------------------------------------- */
.c-block-bg3 {
    position: relative;
}
.c-block-bg3::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #c4141c 0%, #ff5428 50%, #c4141c 100%);
    z-index: -1;
}
.c-block-bg3::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #0234ab 0%, #229ed8 50%, #0234ab 100%);
    z-index: -1;
}

/* ---------------------------------------------
*   c-block-bg4
--------------------------------------------- */
.c-block-bg4 {
    position: relative;
}
.c-block-bg4::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #c4141c 0%, #e73d25 40%);
    z-index: -1;
}
.c-block-bg4::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #0234ab 0%, #23a4db 40%);
    z-index: -1;
}

/* ---------------------------------------------
*   c-block-bg5
--------------------------------------------- */
.c-block-bg5 {
    position: relative;
}
.c-block-bg5::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #e73d25;
    z-index: -1;
}
.c-block-bg5::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #23a4db;
    z-index: -1;
}

/* ---------------------------------------------
*   c-block-bg6
--------------------------------------------- */
.c-block-bg6 {
    position: relative;
}
.c-block-bg6::before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #e73d25 30%, #c4021c 100%);
    z-index: -1;
}
.c-block-bg6::after {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(180deg, #23a4db 30%, #022ba6 100%);
    z-index: -1;
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    position: relative;
    z-index: 2;
    margin-top: -87.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block {
        margin-top: -377.2533333333px;
    }
}
.c-block__date {
    display: block;
    width: 46.4vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block__date {
        width: 199.52px;
    }
}
.c-block__bnr {
    width: 77.0666666667vw;
    margin-top: 1.6vw;
    margin-inline: auto;
    transform: translateX(1.0666666667vw);
}
@media screen and (min-width: 751px) {
    .c-block__bnr {
        width: 331.3866666667px;
        transform: translateX(4.5866666667px);
        margin-top: 8px;
    }
}
.c-block__bnr img {
    width: 100%;
}
.c-block__bnr-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-block__bnr-link {
        transition: opacity 300ms;
    }
    .c-block__bnr-link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-block-intro
--------------------------------------------- */
.c-block-intro {
    padding: 17.0666666667vw 0 17.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro {
        padding: 73.3866666667px 0 76.8266666667px;
    }
}
.c-block-intro__ttl-img {
    position: relative;
    display: block;
    margin-inline: auto;
}
.c-block-intro__ttl-img--1 {
    left: -0.7%;
    width: 39.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-img--1 {
        width: 169.7066666667px;
    }
}
.c-block-intro__ttl-img--2 {
    left: -0.8%;
    width: 86.1333333333vw;
    margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-img--2 {
        width: 370.3733333333px;
        margin-top: 11.4666666667px;
    }
}
.c-block-intro__ttl-img--2.is-active {
    transition-delay: 0.4s;
}
.c-block-intro__ttl-img--3 {
    left: -0.4%;
    width: 20vw;
    margin-top: -8.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-img--3 {
        width: 86px;
        margin-top: -36.6933333333px;
    }
}
.c-block-intro__ttl-img--3.is-active {
    transition-delay: 0.8s;
}
.c-block-intro__ttl-img img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-block-intro__body {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
    margin-top: 5.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__body {
        margin-top: 25.2266666667px;
    }
}
.c-block-intro__lead {
    display: block;
    font-size: 6.1333333333vw;
    line-height: 1.3043478261;
}
@media screen and (min-width: 751px) {
    .c-block-intro__lead {
        font-size: 26.3733333333px;
    }
}
.c-block-intro__note {
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.8125;
    margin-top: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__note {
        font-size: 18.3466666667px;
        margin-top: 23px;
    }
}
.c-block-intro__border {
    position: relative;
}
.c-block-intro__border::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__border::before {
        height: 2.2933333333px;
    }
}
.c-block-intro__border--1::before {
    background: url(../img/txt_border-1.png) 0 0 no-repeat;
    background-size: cover;
}
.c-block-intro__border--2::before {
    background: url(../img/txt_border-2.png) 0 0 no-repeat;
    background-size: cover;
}
.c-block-intro__border--3::before {
    background: url(../img/txt_border-3.png) 0 0 no-repeat;
    background-size: cover;
}

/* ---------------------------------------------
*   c-block-choise
--------------------------------------------- */
.c-block-choise__container {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    letter-spacing: -0.05em;
    text-align: center;
    margin: 0 auto;
}
.c-block-choise__logo {
    display: block;
    width: 33.8666666667vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-choise__logo {
        width: 145.6266666667px;
    }
}
.c-block-choise__lead {
    display: block;
    font-size: 5.0666666667vw;
    line-height: 1.7368421053;
    margin-top: 2.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-choise__lead {
        font-size: 21.7866666667px;
        margin-top: 10.32px;
    }
}
.c-block-choise__ttl {
    display: block;
    font-size: 8.8vw;
    line-height: 1.521212;
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-choise__ttl {
        font-size: 37.84px;
        margin-top: 14.9066666667px;
    }
}
.c-block-choise__note {
    display: block;
    font-size: 5.0666666667vw;
    line-height: 1.6842105263;
    margin-top: 5.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-choise__note {
        font-size: 21.7866666667px;
        margin-top: 25.2266666667px;
    }
}
.c-block-choise__body {
    margin-top: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-choise__body {
        margin-top: 27.52px;
    }
}
.c-block-choise__illust {
    display: block;
    width: 100%;
}
.c-block-choise__anchor {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 14.9333333333vw;
    margin-top: -28.8vw;
}
@media screen and (min-width: 751px) {
    .c-block-choise__anchor {
        gap: 64.2133333333px;
        margin-top: -123.84px;
    }
}
.c-block-choise__anchor-item {
    width: 35.2vw;
}
@media screen and (min-width: 751px) {
    .c-block-choise__anchor-item {
        width: 151.36px;
    }
}
.c-block-choise__anchor-link {
    display: block;
    width: 100%;
    transition: opacity 300ms;
}
.c-block-choise__anchor-link:hover {
    opacity: 0.8;
}

/* ---------------------------------------------
*   c-block-note
--------------------------------------------- */
.c-block-note {
    padding: 6.9333333333vw 0 3.7333333333vw;
    position: relative;
    z-index: 2;
    background-size: 100% auto;
}
@media screen and (min-width: 751px) {
    .c-block-note {
        padding: 29.8133333333px 0 16.0533333333px;
    }
}
.c-block-note__ttl {
    display: block;
    width: 89.3333333333vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-block-note__ttl {
        width: 384.1333333333px;
    }
}
.c-block-note__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.3333333333%;
    margin-top: 6.9333333333vw;
    border-radius: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-note__btn {
        margin-top: 29.8133333333px;
        border-radius: 7px;
    }
}
.c-block-note__link {
    display: block;
    flex-shrink: 0;
    width: 42.4%;
    box-shadow: 4px 3px 3px rgba(77, 123, 148, 0.2);
    border-radius: 1.6vw;
    transition: opacity 300ms;
}
.c-block-note__link:hover {
    opacity: 0.8;
}
@media screen and (min-width: 751px) {
    .c-block-note__link {
        border-radius: 6px;
    }
}
.c-block-note__sns {
    margin-top: 12.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-note__sns {
        margin-top: 52.7466666667px;
    }
}
.c-block-note__sns-ttl {
    display: block;
    width: 100%;
}
.c-block-note__sns-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10.6666666667vw;
    margin-top: 11.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-note__sns-list {
        gap: 45.8666666667px;
        margin-top: 50.4533333333px;
    }
}
.c-block-note__sns-item {
    display: flex;
    justify-content: center;
    align-items: center;
}
.c-block-note__sns-item--insta {
    width: 9.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-note__sns-item--insta {
        width: 38.9866666667px;
    }
}
.c-block-note__sns-item--x {
    width: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-note__sns-item--x {
        width: 40.1333333333px;
    }
}
.c-block-note__sns-item--tictok {
    width: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-note__sns-item--tictok {
        width: 40.1333333333px;
    }
}
.c-block-note__sns-link {
    display: block;
    width: 100%;
    transition: opacity 300ms;
}
.c-block-note__sns-link:hover {
    opacity: 0.8;
}
.c-block-note__txt {
    padding-inline: 6.1333333333vw;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 12vw;
}
@media screen and (min-width: 751px) {
    .c-block-note__txt {
        padding-inline: 26.3733333333px;
        font-size: 14.9066666667px;
        margin-top: 51.6px;
    }
}

/* ---------------------------------------------
*   c-block-comment
--------------------------------------------- */
.c-block-comment {
    position: relative;
    color: #382F2D;
    width: 85.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-comment {
        width: 366.9333333333px;
    }
}
.c-block-comment::before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent #c4021c transparent transparent;
    border-width: 0px 9.6vw 9.6vw 0px;
}
@media screen and (min-width: 751px) {
    .c-block-comment::before {
        border-width: 0px 41.28px 41.28px 0px;
    }
}
.c-block-comment::after {
    content: "";
    position: absolute;
    left: 2.6666666667vw;
    bottom: -2.6666666667vw;
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(255, 120, 51);
    background: linear-gradient(130deg, rgb(255, 120, 51) 0%, rgb(255, 48, 49) 100%);
    clip-path: polygon(85% 0, 100% 15%, 100% 100%, 0 100%, 0 0);
    border-radius: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-comment::after {
        left: 11.4666666667px;
        bottom: -11.4666666667px;
        border-radius: 2.2933333333px;
    }
}
.c-block-comment__container {
    position: relative;
    z-index: 1;
    padding: 5.3333333333vw 0 6.4vw 7.4666666667vw;
    background-color: #fff;
    border-radius: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-comment__container {
        padding: 22.9333333333px 0 27.52px 32.1066666667px;
        border-radius: 2.2933333333px;
    }
}
.c-block-comment__head {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-comment__head {
        gap: 14.9066666667px;
    }
}
.c-block-comment__figure {
    display: block;
    width: 26.1333333333vw;
    flex-shrink: 0;
}
@media screen and (min-width: 751px) {
    .c-block-comment__figure {
        width: 112.3733333333px;
    }
}
.c-block-comment__ttl {
    display: block;
    font-size: 5.0666666667vw;
    font-weight: bold;
    letter-spacing: -0.2em;
    line-height: 1.1;
    margin-top: -1.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-comment__ttl {
        font-size: 21.7866666667px;
        margin-top: -4.5866666667px;
    }
}
.c-block-comment__ttl-huge {
    display: inline-block;
    font-size: 6.9333333333vw;
    letter-spacing: -0.02em;
    line-height: 1.2692307692;
}
@media screen and (min-width: 751px) {
    .c-block-comment__ttl-huge {
        font-size: 29.8133333333px;
    }
}
.c-block-comment__ttl-l {
    display: inline-block;
    font-size: 6.1333333333vw;
    letter-spacing: -0.02em;
    line-height: 1.4347826087;
}
@media screen and (min-width: 751px) {
    .c-block-comment__ttl-l {
        font-size: 26.3733333333px;
    }
}
.c-block-comment__ttl-midi {
    display: inline-block;
    font-size: 5.6vw;
    letter-spacing: -0.02em;
    line-height: 1.5714285714;
}
@media screen and (min-width: 751px) {
    .c-block-comment__ttl-midi {
        font-size: 24.08px;
    }
}
.c-block-comment__ttl-s {
    display: inline-block;
    font-size: 3.7333333333vw;
    line-height: 2.3571428571;
}
@media screen and (min-width: 751px) {
    .c-block-comment__ttl-s {
        font-size: 16.0533333333px;
    }
}
.c-block-comment__body {
    padding-right: 7.4666666667vw;
    margin-top: 3.2vw;
}
@media screen and (min-width: 751px) {
    .c-block-comment__body {
        padding-right: 32.1066666667px;
        margin-top: 13.76px;
    }
}
.c-block-comment__txt {
    display: block;
    font-size: 3.4666666667vw;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.4615384615;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-block-comment__txt {
        font-size: 14.9066666667px;
    }
}
.c-block-comment--east::before {
    border-color: transparent #022BA6 transparent transparent;
}
.c-block-comment--east::after {
    background: rgb(28, 161, 166);
    background: linear-gradient(130deg, rgb(28, 161, 166) 40%, rgb(11, 118, 227) 110%);
}
.c-block-comment--east .c-block-comment__container {
    padding-left: 6.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-comment--east .c-block-comment__container {
        padding-left: 26.3733333333px;
    }
}
.c-block-comment--east .c-block-comment__body {
    padding-right: 6.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-comment--east .c-block-comment__body {
        padding-right: 26.3733333333px;
    }
}

/* ---------------------------------------------
*   c-block-photo
--------------------------------------------- */
.c-block-photo {
    width: 92vw;
    margin-top: 9.6vw;
    margin-inline: auto;
    padding-block: 7.4666666667vw 12.5333333333vw;
    background: url(../img/bg_event-3.png) no-repeat center/100% 100%;
}
@media screen and (min-width: 751px) {
    .c-block-photo {
        width: 395.6px;
        margin-top: 41.28px;
        padding-block: 32.1066666667px 57.3333333333px;
    }
}
.c-block-photo__container {
    width: 81.3333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-photo__container {
        width: 349.7333333333px;
    }
}
.c-block-photo__txt-main {
    width: 43.7333333333vw;
    margin-inline: auto;
    padding-block: 8.2666666667vw 4.5333333333vw;
    position: relative;
}
@media screen and (min-width: 751px) {
    .c-block-photo__txt-main {
        width: 188.0533333333px;
        padding-block: 36.6933333333px 18.3466666667px;
        font-size: 27.52px;
    }
}
.c-block-photo__txt-main::before, .c-block-photo__txt-main::after {
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
}
.c-block-photo__txt-main::before {
    width: 15.4666666667vw;
    aspect-ratio: 51.5/88;
    background-image: url(../img/img_deco-2.svg);
    left: -15.2vw;
    bottom: 0;
}
@media screen and (min-width: 751px) {
    .c-block-photo__txt-main::before {
        width: 67.6533333333px;
        left: -65.36px;
    }
}
.c-block-photo__txt-main::after {
    width: 15.7333333333vw;
    aspect-ratio: 53/86.5;
    background-image: url(../img/img_deco-3.svg);
    right: -13.0666666667vw;
    bottom: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-photo__txt-main::after {
        width: 67.6533333333px;
        right: -56.1866666667px;
        bottom: 2.2933333333px;
    }
}
.c-block-photo__img-wrap {
    display: flex;
    justify-content: center;
    gap: 4vw;
}
@media screen and (min-width: 751px) {
    .c-block-photo__img-wrap {
        gap: 17.2px;
    }
}
.c-block-photo__img {
    width: 30.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-photo__img {
        width: 131.8666666667px;
    }
}
.c-block-photo__img--west {
    margin-top: 8.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-photo__img--west {
        margin-top: 35.5466666667px;
    }
}
.c-block-photo__img--east {
    margin-top: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-photo__img--east {
        margin-top: 16.0533333333px;
    }
}
.c-block-photo__txt {
    margin-top: 5.3333333333vw;
    color: #382F2D;
    font-size: 3.4666666667vw;
    letter-spacing: 0.02em;
    line-height: 1.6153846154;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    .c-block-photo__txt {
        margin-top: 22.9333333333px;
        font-size: 14.9066666667px;
    }
}
.mac.safari .c-block-photo__txt {
    letter-spacing: 0.01em;
}

/* ---------------------------------------------
*   c-block-cheering
--------------------------------------------- */
.c-block-cheering {
    padding-top: 13.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering {
        padding-top: 56.1866666667px;
    }
}
.c-block-cheering__container {
    width: 92vw;
    margin-inline: auto;
    padding-bottom: 15.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__container {
        width: 395.6px;
        padding-bottom: 66.5066666667px;
    }
}
.c-block-cheering__txt-main {
    padding-bottom: 6.9333333333vw;
    font-size: 7.2vw;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    position: relative;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__txt-main {
        padding-bottom: 29.8133333333px;
        font-size: 30.96px;
    }
}
.c-block-cheering__txt-main::before, .c-block-cheering__txt-main::after {
    content: "";
    display: block;
    width: 20vw;
    aspect-ratio: 75/60;
    background: url(../img/img_deco-4.svg) no-repeat center/contain;
    position: absolute;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__txt-main::before, .c-block-cheering__txt-main::after {
        width: 86px;
    }
}
.c-block-cheering__txt-main::before {
    left: 5.0666666667vw;
    bottom: 1.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__txt-main::before {
        left: 21.7866666667px;
        bottom: 4.5866666667px;
    }
}
.c-block-cheering__txt-main::after {
    right: 7.7333333333vw;
    bottom: 1.0666666667vw;
    scale: -1 1;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__txt-main::after {
        right: 33.2533333333px;
        bottom: 4.5866666667px;
    }
}
.c-block-cheering__txt-small {
    display: block;
    margin-bottom: 2.4vw;
    font-size: 5.3066666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__txt-small {
        margin-bottom: 10.32px;
        font-size: 22.8186666667px;
    }
}
.c-block-cheering__txt-inner {
    margin-top: 2.4vw;
    letter-spacing: -0.07em;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__txt-inner {
        margin-top: 10.32px;
    }
}
.c-block-cheering__list {
    margin-top: 9.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list {
        margin-top: 41.28px;
    }
}
.c-block-cheering__list-item:nth-of-type(2) {
    margin-top: 7.2vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:nth-of-type(2) {
        margin-top: 30.96px;
    }
}
.c-block-cheering__list-item:nth-of-type(3) {
    margin-top: 9.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:nth-of-type(3) {
        margin-top: 38.9866666667px;
    }
}
.c-block-cheering__list-img {
    margin-inline: auto;
}
.c-block-cheering__list-item:first-of-type .c-block-cheering__list-img {
    width: 68.8vw;
    margin-left: 13.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:first-of-type .c-block-cheering__list-img {
        width: 295.84px;
        margin-left: 58.48px;
    }
}
.c-block-cheering__list-item:nth-of-type(2) .c-block-cheering__list-img {
    width: 91.7333333333vw;
    margin-left: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:nth-of-type(2) .c-block-cheering__list-img {
        width: 394.4533333333px;
        margin-left: 5.7333333333px;
    }
}
.c-block-cheering__list-item:nth-of-type(3) .c-block-cheering__list-img {
    width: 78.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:nth-of-type(3) .c-block-cheering__list-img {
        width: 337.12px;
    }
}
.c-block-cheering__list-num {
    display: block;
}
.c-block-cheering__list-item:first-of-type .c-block-cheering__list-num {
    width: 9.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:first-of-type .c-block-cheering__list-num {
        width: 41.28px;
    }
}
.c-block-cheering__list-item:nth-of-type(2) .c-block-cheering__list-num {
    width: 13.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:nth-of-type(2) .c-block-cheering__list-num {
        width: 56.1866666667px;
    }
}
.c-block-cheering__list-item:nth-of-type(3) .c-block-cheering__list-num {
    width: 12.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:nth-of-type(3) .c-block-cheering__list-num {
        width: 52.7466666667px;
    }
}
.c-block-cheering__list-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    display: flex;
    align-items: center;
    gap: 2.9333333333vw;
    font-size: 4.8vw;
    line-height: 1.3333333333;
    font-weight: 500;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-txt {
        gap: 12.6133333333px;
        font-size: 20.64px;
    }
}
.c-block-cheering__list-item:first-of-type .c-block-cheering__list-txt {
    margin-left: 14.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:first-of-type .c-block-cheering__list-txt {
        margin-left: 63.0666666667px;
    }
}
.c-block-cheering__list-item:nth-of-type(2) .c-block-cheering__list-txt {
    margin-left: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-cheering__list-item:nth-of-type(2) .c-block-cheering__list-txt {
        margin-left: 40.1333333333px;
    }
}
/* ---------------------------------------------
*   c-block-result
--------------------------------------------- */
.c-block-result {
    width: 92vw;
    margin-top: 10.6666666667vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-result {
        width: 395.6px;
        margin-top: 45.8666666667px;
    }
}
.c-block-result__inner {
    padding: 5.3333333333vw 0 8vw 5.3333333333vw;
    background-color: #fff;
    position: relative;
}
@media screen and (min-width: 751px) {
    .c-block-result__inner {
        padding: 22.9333333333px 0 34.4px 22.9333333333px;
    }
}
.c-block-result__detail {
    position: absolute;
    opacity: 0;
    transform: translateY(30px);
}
.c-block-result__txt.is-active ~ .c-block-result__detail {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

.c-block-result__detail--1 {
    width: 16.5333333333vw;
    top: -4.8vw;
    right: -3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-result__detail--1 {
        width: 71.0933333333px;
        top: -20.64px;
        right: -14.9066666667px;
    }
}
.c-block-result__detail--2 {
    width: 9.0666666667vw;
    top: 6.1333333333vw;
    right: 6.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-result__detail--2 {
        width: 38.9866666667px;
        top: 26.3733333333px;
        right: 29.8133333333px;
    }
}
.c-block-result__detail--3 {
    width: 9.6vw;
    left: -0.5333333333vw;
    bottom: -1.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-result__detail--3 {
        width: 41.28px;
        left: -2.2933333333px;
        bottom: -4.5866666667px;
    }
}
.c-block-result__head {
    display: flex;
    gap: 4vw;
}
@media screen and (min-width: 751px) {
    .c-block-result__head {
        gap: 17.2px;
    }
}
.c-block-result__img {
    width: 31.4666666667vw;
    flex-shrink: 0;
}
@media screen and (min-width: 751px) {
    .c-block-result__img {
        width: 135.3066666667px;
    }
}
.c-block-result__txt-main {
    margin-top: 5.0666666667vw;
    color: #382f2d;
    font-size: 5.0666666667vw;
    letter-spacing: -0.02em;
    line-height: 1.3684210526;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    .c-block-result__txt-main {
        margin-top: 21.7866666667px;
        font-size: 21.7866666667px;
    }
}
.c-block-result__txt-main-inner {
    display: inline-block;
    letter-spacing: -0.08em;
}
.c-block-result__txt-main-1 {
    display: inline-block;
    font-size: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-result__txt-main-1 {
        font-size: 18.3466666667px;
    }
}
.c-block-result__txt-main-2 {
    display: block;
    margin-top: 0.5333333333vw;
    font-size: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-result__txt-main-2 {
        margin-top: 2.2933333333px;
        font-size: 14.9066666667px;
    }
}
.c-block-result__txt {
    margin-top: 3.7333333333vw;
    padding-inline: 2.1333333333vw 7.4666666667vw;
    color: #382f2d;
    font-size: 3.4666666667vw;
    line-height: 1.4615384615;
    font-weight: 500;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-block-result__txt {
        margin-top: 16.0533333333px;
        padding-inline: 9.1733333333px 32.1066666667px;
        font-size: 14.9066666667px;
    }
}
.c-block-result__txt-shift-left {
    display: inline-block;
    margin-left: -2.6666666667vw;
    letter-spacing: 0;
}
@media screen and (min-width: 751px) {
    .c-block-result__txt-shift-left {
        margin-left: -11.4666666667px;
    }
}

/* ---------------------------------------------
*   c-cassette-products
--------------------------------------------- */
.c-cassette-products {
    position: relative;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
}
.c-cassette-products__label {
    display: block;
}
.c-cassette-products__ttl {
    display: block;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 4.2666666667vw;
    font-weight: 500;
    letter-spacing: -0.03em;
    line-height: 1.125;
}
@media screen and (min-width: 751px) {
    .c-cassette-products__ttl {
        font-size: 18.3466666667px;
    }
}
.c-cassette-products__note {
    display: block;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 2.6666666667vw;
    font-weight: 500;
    letter-spacing: 0.02em;
    line-height: 1.8;
}
@media screen and (min-width: 751px) {
    .c-cassette-products__note {
        font-size: 11.4666666667px;
    }
}
.c-cassette-products__price {
    display: block;
}
.c-cassette-products__picture {
    display: block;
}
.c-cassette-products--west1 {
    justify-content: flex-end;
}
.c-cassette-products--west1 .c-cassette-products__head {
    padding-top: 7.4666666667vw;
    margin-right: 2.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west1 .c-cassette-products__head {
        padding-top: 32.1066666667px;
        margin-right: 10.32px;
    }
}
.c-cassette-products--west1 .c-cassette-products__label {
    width: 18.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west1 .c-cassette-products__label {
        width: 77.9733333333px;
    }
}
.c-cassette-products--west1 .c-cassette-products__ttl {
    margin-top: 2.1333333333vw;
    margin-left: 5.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west1 .c-cassette-products__ttl {
        margin-top: 9.1733333333px;
        margin-left: 25.2266666667px;
    }
}
.c-cassette-products--west1 .c-cassette-products__note {
    margin-left: 4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west1 .c-cassette-products__note {
        margin-left: 17.2px;
    }
}
.c-cassette-products--west1 .c-cassette-products__price {
    margin-top: 1.3333333333vw;
    margin-left: 10.6666666667vw;
    width: 14.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west1 .c-cassette-products__price {
        margin-top: 5.7333333333px;
        margin-left: 45.8666666667px;
        width: 63.0666666667px;
    }
}
.c-cassette-products--west1 .c-cassette-products__picture {
    width: 53.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west1 .c-cassette-products__picture {
        width: 229.3333333333px;
    }
}
.c-cassette-products--west2 {
    padding-left: 13.3333333333vw;
    justify-content: flex-end;
    flex-direction: row-reverse;
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west2 {
        padding-left: 57.3333333333px;
        margin-top: 14.9066666667px;
    }
}
.c-cassette-products--west2 .c-cassette-products__head {
    padding-top: 10.6666666667vw;
    margin-left: -1.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west2 .c-cassette-products__head {
        padding-top: 45.8666666667px;
        margin-left: -6.88px;
    }
}
.c-cassette-products--west2 .c-cassette-products__label {
    width: 24.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west2 .c-cassette-products__label {
        width: 104.3466666667px;
    }
}
.c-cassette-products--west2 .c-cassette-products__ttl {
    margin-top: 1.6vw;
    margin-left: -16.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west2 .c-cassette-products__ttl {
        margin-top: 6.88px;
        margin-left: -72.24px;
    }
}
.c-cassette-products--west2 .c-cassette-products__note {
    margin-left: -16.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west2 .c-cassette-products__note {
        margin-left: -72.24px;
    }
}
.c-cassette-products--west2 .c-cassette-products__price {
    width: 15.2vw;
    margin-top: 1.6vw;
    margin-left: -3.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west2 .c-cassette-products__price {
        width: 65.36px;
        margin-top: 6.88px;
        margin-left: -16.0533333333px;
    }
}
.c-cassette-products--west2 .c-cassette-products__picture {
    width: 54.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--west2 .c-cassette-products__picture {
        width: 236.2133333333px;
    }
}
.c-cassette-products--east1 {
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding-left: 13.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east1 {
        padding-left: 58.48px;
    }
}
.c-cassette-products--east1 .c-cassette-products__head {
    padding-top: 3.2vw;
    margin-left: -8.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east1 .c-cassette-products__head {
        padding-top: 13.76px;
        margin-left: -36.6933333333px;
    }
}
.c-cassette-products--east1 .c-cassette-products__label {
    position: relative;
    right: -63%;
    width: 18.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east1 .c-cassette-products__label {
        width: 79.12px;
    }
}
.c-cassette-products--east1 .c-cassette-products__price {
    margin-top: 1.3333333333vw;
    margin-left: 4.5333333333vw;
    width: 15.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east1 .c-cassette-products__price {
        margin-top: 5.7333333333px;
        margin-left: 19.4933333333px;
        width: 66.5066666667px;
    }
}
.c-cassette-products--east1 .c-cassette-products__picture {
    width: 53.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east1 .c-cassette-products__picture {
        width: 229.3333333333px;
    }
}
.c-cassette-products--east2 {
    justify-content: flex-end;
    margin-top: 13.3333333333vw;
    margin-right: -2.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east2 {
        margin-top: 57.3333333333px;
        margin-right: -9.1733333333px;
    }
}
.c-cassette-products--east2 .c-cassette-products__head {
    padding-top: 7.2vw;
    margin-right: -1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east2 .c-cassette-products__head {
        padding-top: 30.96px;
        margin-right: -5.7333333333px;
    }
}
.c-cassette-products--east2 .c-cassette-products__label {
    width: 24vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east2 .c-cassette-products__label {
        width: 103.2px;
    }
}
.c-cassette-products--east2 .c-cassette-products__ttl {
    margin-top: 0.8vw;
    margin-left: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east2 .c-cassette-products__ttl {
        margin-top: 3.44px;
        margin-left: 22.9333333333px;
    }
}
.c-cassette-products--east2 .c-cassette-products__note {
    margin-left: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east2 .c-cassette-products__note {
        margin-left: 20.64px;
    }
}
.c-cassette-products--east2 .c-cassette-products__price {
    margin-top: 1.8666666667vw;
    margin-left: 13.3333333333vw;
    width: 15.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east2 .c-cassette-products__price {
        margin-top: 8.0266666667px;
        margin-left: 57.3333333333px;
        width: 67.6533333333px;
    }
}
.c-cassette-products--east2 .c-cassette-products__picture {
    width: 54.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-products--east2 .c-cassette-products__picture {
        width: 236.2133333333px;
    }
}

/* ---------------------------------------------
*   c-cassette-note
--------------------------------------------- */
.c-cassette-note {
    position: relative;
    padding-top: 24.5333333333vw;
    padding-left: 10.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-note {
        padding-top: 105.4933333333px;
        padding-left: 44.72px;
    }
}
.c-cassette-note__ttl {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 6.1333333333vw;
    font-weight: 500;
    letter-spacing: -0.09em;
    line-height: 1.3913043478;
}
@media screen and (min-width: 751px) {
    .c-cassette-note__ttl {
        font-size: 26.3733333333px;
    }
}
.c-cassette-note__bg {
    position: relative;
    z-index: 1;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
}
.c-cassette-note__bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 53%;
    left: -1.6vw;
    display: block;
    width: calc(100% + 3.2vw);
    height: 80%;
    transform: translateY(-50%);
}
@media screen and (min-width: 751px) {
    .c-cassette-note__bg::before {
        left: -6.88px;
        width: calc(100% + 13.76px);
    }
}
.c-cassette-note__bg--1::before {
    background: rgb(255, 120, 51);
    background: linear-gradient(90deg, rgb(255, 120, 51) 0%, rgb(255, 48, 49) 100%);
}
.c-cassette-note__bg--2::before {
    background: rgb(255, 120, 51);
    background: linear-gradient(90deg, rgb(255, 120, 51) 0%, rgb(255, 48, 49) 100%);
}
.c-cassette-note__bg--3::before {
    background: rgb(28, 161, 166);
    background: linear-gradient(90deg, rgb(28, 161, 166) 0%, rgb(11, 118, 227) 100%);
}
.c-cassette-note__body {
    margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-note__body {
        margin-top: 18.3466666667px;
    }
}
.c-cassette-note__txt {
    display: inline-block;
    font-family: "Noto Serif JP", serif;
    font-size: 3.4666666667vw;
    font-weight: 500;
    letter-spacing: -0.01em;
    line-height: 1.6153846154;
}
@media screen and (min-width: 751px) {
    .c-cassette-note__txt {
        font-size: 14.9066666667px;
    }
}
.c-cassette-note--east {
    padding-top: 16.8vw;
    padding-left: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-note--east {
        padding-top: 72.24px;
        padding-left: 40.1333333333px;
    }
}
.c-cassette-note--east .c-cassette-note__body {
    padding-right: 8vw;
    margin-top: 8.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-note--east .c-cassette-note__body {
        padding-right: 34.4px;
        margin-top: 37.84px;
    }
}

/* ---------------------------------------------
*   c-casette-aggregate
--------------------------------------------- */
.c-casette-aggregate {
    padding-top: 3.2vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate {
        padding-top: 13.76px;
    }
}
.c-casette-aggregate__container {
    width: 92vw;
    margin-inline: auto;
    padding-bottom: 8vw;
    background-repeat: no-repeat;
    background-size: 100% 97%;
    background-position: 0 6.6666666667vw;
    background-image: url("../img/bg_event-4.png");
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__container {
        width: 395.6px;
        background-position-y: 28.6666666667px;
        padding-bottom: 34.4px;
    }
}
.c-casette-aggregate__ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.9333333333vw;
    font-size: 8vw;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__ttl {
        gap: 10.32px;
        font-size: 34.4px;
    }
}
.c-casette-aggregate__ttl::before, .c-casette-aggregate__ttl::after {
    content: "";
    display: block;
    width: 9.6vw;
    aspect-ratio: 26/11;
    margin-top: 1.0666666667vw;
    background: url("../img/img_deco-1.svg") no-repeat center/contain;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__ttl::before, .c-casette-aggregate__ttl::after {
        width: 41.28px;
        margin-top: 4.5866666667px;
    }
}
.c-casette-aggregate__ttl::after {
    scale: -1 1;
}
.c-casette-aggregate__list {
    margin-top: 12.8vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__list {
        margin-top: 55.04px;
    }
}
.c-casette-aggregate__list-item:not(:first-of-type) {
    margin-top: 10.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__list-item:not(:first-of-type) {
        margin-top: 43.5733333333px;
    }
}
.c-casette-aggregate__txt-main {
    width: 58.4vw;
    margin-inline: auto;
    padding-left: 5.0666666667vw;
    padding-bottom: 0.2666666667vw;
    display: grid;
    grid-template-columns: 8vw 1fr;
    align-items: center;
    font-size: 5.6vw;
    line-height: 1.2;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    border: 2.8px solid #fff;
    border-radius: 0.8vw;
    background: linear-gradient(90deg, #fff 12.5333333333vw, rgba(255, 255, 255, 0) 12.5333333333vw, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__txt-main {
        width: 251.12px;
        padding-left: 22.9333333333px;
        padding-bottom: 1.1466666667px;
        grid-template-columns: 34.4px 1fr;
        font-size: 24.08px;
        border-radius: 3.44px;
        background: linear-gradient(90deg, #fff 53.8933333333px, rgba(255, 255, 255, 0) 53.8933333333px, rgba(255, 255, 255, 0) 100%);
    }
}
.c-casette-aggregate__num {
    display: grid;
    place-items: center;
    margin-top: 0.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__num {
        margin-top: 1.1466666667px;
    }
}
.c-casette-aggregate__num--1 {
    width: 1.68vw;
    aspect-ratio: 6/16;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__num--1 {
        width: 7.224px;
    }
}
.c-casette-aggregate__num--2 {
    width: 2.6666666667vw;
    aspect-ratio: 10/17;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__num--2 {
        width: 11.4666666667px;
    }
}
.c-casette-aggregate__txt {
    margin-top: 5.6vw;
    font-size: 5.3333333333vw;
    letter-spacing: 0.01em;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__txt {
        margin-top: 24.08px;
        font-size: 22.9333333333px;
    }
}
.c-casette-aggregate__txt-small {
    display: block;
    margin-top: 1.3333333333vw;
    font-size: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__txt-small {
        margin-top: 5.7333333333px;
        font-size: 18.3466666667px;
    }
}
.c-casette-aggregate__txt-medium {
    font-size: 7.4666666667vw;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__txt-medium {
        font-size: 32.1066666667px;
    }
}
.c-casette-aggregate__txt-medium sup {
    transform: translateY(-0.5333333333vw);
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__txt-medium sup {
        transform: translateY(-2.2933333333px);
    }
}
.c-casette-aggregate__txt-large {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: -2.1333333333vw;
    margin-inline: auto;
    display: grid;
    grid-template-columns: 6.1333333333vw 1fr;
    align-items: center;
    justify-items: center;
    gap: 3.2vw;
    font-size: 10.7466666667vw;
    letter-spacing: 0;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__txt-large {
        margin-top: -9.1733333333px;
        grid-template-columns: 26.3733333333px 1fr;
        gap: 13.76px;
        font-size: 46.2106666667px;
    }
}
.c-casette-aggregate__txt-large-img {
    display: inline-block;
    width: 6.1333333333vw;
    margin-top: -1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__txt-large-img {
        margin-top: -8.0266666667px;
        width: 26.3733333333px;
    }
}
.c-casette-aggregate__txt-large-img img {
    vertical-align: middle;
}
.c-casette-aggregate sup {
    display: inline-block;
    font-size: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate sup {
        font-size: 11.4666666667px;
    }
}
.c-casette-aggregate__balloon {
    margin-top: 8.8vw;
    margin-inline: 10.6666666667vw;
    padding-block: 5.6vw 8vw;
    background-color: #fff;
    border-radius: 2.6666666667vw;
    position: relative;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__balloon {
        margin-top: 37.84px;
        margin-inline: 45.8666666667px;
        padding-block: 24.08px 34.4px;
        border-radius: 11.4666666667px;
    }
}
.c-casette-aggregate__balloon::before {
    content: "";
    display: block;
    width: 5.0666666667vw;
    background-color: #fff;
    aspect-ratio: 1/1;
    position: absolute;
    top: -4.8vw;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__balloon::before {
        width: 21.7866666667px;
        top: -20.64px;
    }
}
.c-casette-aggregate__balloon-txt-main {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    color: #000;
    font-size: 4.8vw;
    line-height: 1.45;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    border-bottom: 1.8px solid #000;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__balloon-txt-main {
        font-size: 20.64px;
    }
}
.c-casette-aggregate__balloon-list {
    margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__balloon-list {
        margin-top: 20.64px;
    }
}
.c-casette-aggregate__balloon-list-item {
    color: #000;
    font-size: 4.2666666667vw;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__balloon-list-item {
        font-size: 18.3466666667px;
    }
}
.c-casette-aggregate__balloon-list-item:not(:first-of-type) {
    margin-top: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__balloon-list-item:not(:first-of-type) {
        margin-top: 16.0533333333px;
    }
}
.c-casette-aggregate__balloon-hash {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    margin-top: -0.8vw;
    font-size: 7.2vw;
    position: relative;
    z-index: 0;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__balloon-hash {
        margin-top: -3.44px;
        font-size: 30.96px;
    }
}
.c-casette-aggregate__balloon-hash-border {
    display: block;
    width: 100%;
    height: 1.6533333333vw;
    background: linear-gradient(90deg, #d9b04c 0%, #f8e794 100%);
    position: absolute;
    left: 0;
    bottom: 1.1466666667vw;
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__balloon-hash-border {
        height: 7.1093333333px;
        bottom: 4.9306666667px;
    }
}
.c-casette-aggregate__balloon-txt {
    margin-top: 5.8666666667vw;
    color: #000;
    font-size: 4.2666666667vw;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__balloon-txt {
        margin-top: 25.2266666667px;
        font-size: 18.3466666667px;
    }
}
.c-casette-aggregate__note {
    margin-inline: 7.2vw;
    font-size: 3.4666666667vw;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__note {
        margin-inline: 30.96px;
        font-size: 14.9066666667px;
    }
}
.c-casette-aggregate__note:first-of-type {
    margin-top: 6.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-casette-aggregate__note:first-of-type {
        margin-top: 29.8133333333px;
    }
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
.c-img {
    display: block;
    position: absolute;
}
.c-img--west1 {
    top: -17.6vw;
    left: -7.4666666667vw;
    width: 29.6vw;
}
@media screen and (min-width: 751px) {
    .c-img--west1 {
        top: -75.68px;
        left: -32.1066666667px;
        width: 127.28px;
    }
}
.c-img--west2 {
    top: -18.4vw;
    right: -13.0666666667vw;
    width: 53.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-img--west2 {
        top: -79.12px;
        right: -56.1866666667px;
        width: 229.3333333333px;
    }
}
.c-img--west3 {
    bottom: -11.2vw;
    right: -7.2vw;
    width: 57.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-img--west3 {
        bottom: -48.16px;
        right: -30.96px;
        width: 245.3866666667px;
    }
}
.c-img--east1 {
    bottom: -12.8vw;
    right: -27.7333333333vw;
    width: 69.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-img--east1 {
        bottom: -55.04px;
        right: -119.2533333333px;
        width: 296.9866666667px;
    }
}
.c-img--east2 {
    bottom: -26.1333333333vw;
    left: -24.8vw;
    width: 65.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-img--east2 {
        bottom: -112.3733333333px;
        left: -106.64px;
        width: 279.7866666667px;
    }
}
.c-img--east3 {
    bottom: 26.1333333333vw;
    right: -7.7333333333vw;
    width: 31.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-img--east3 {
        bottom: 112.3733333333px;
        right: -33.2533333333px;
        width: 135.3066666667px;
    }
}
@media screen and (max-width: 750px) {
    .edge .c-img--east3 {
        bottom: 32.1vw;
    }
}

/* ---------------------------------------------
*   c-keyvisual
--------------------------------------------- */
.c-keyvisual {
    aspect-ratio: 375/951;
    background: url(../img/kv_bg.png) 0 0 no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.c-keyvisual__left {
    width: 49.3333333333vw;
    flex-shrink: 0;
    opacity: 0;
    transform: translateX(-30px);
}
@media screen and (min-width: 751px) {
    .c-keyvisual__left {
        width: 212.1333333333px;
    }
}
.is-loaded .c-keyvisual__left {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateX(0);
}

.c-keyvisual__right {
    width: 49.6vw;
    flex-shrink: 0;
    margin-top: 2.4vw;
    opacity: 0;
    transform: translateX(30px);
}
@media screen and (min-width: 751px) {
    .c-keyvisual__right {
        width: 213.28px;
        margin-top: 10.32px;
    }
}
.is-loaded .c-keyvisual__right {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateX(0);
    transition-delay: 0.5s;
}

.c-keyvisual img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-section-feature
--------------------------------------------- */
.c-section-feature {
    position: relative;
    padding-top: 25.3333333333vw;
    margin-top: -7.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature {
        padding-top: 108.9333333333px;
        margin-top: -32.1066666667px;
    }
}
@media screen and (max-width: 750px) {
    .windows.firefox .c-section-feature {
        margin-top: -23vw;
    }
}

@media screen and (max-width: 750px) {
    .windows.chrome .c-section-feature {
        margin-top: -23vw;
    }
}

.c-section-feature__container {
    margin: 0 auto;
}
.c-section-feature__ttl {
    display: block;
    width: 57.0666666667vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-section-feature__ttl {
        width: 245.3866666667px;
    }
}
.c-section-feature__body {
    margin-top: 5.3333333333vw;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .c-section-feature__body {
        margin-top: 30px;
    }
}

/* ---------------------------------------------
*   c-section-campaign
--------------------------------------------- */
.c-section-campaign {
    position: relative;
    padding-top: 15.4666666667vw;
    color: #7E302E;
}
@media screen and (min-width: 751px) {
    .c-section-campaign {
        padding-top: 66.5066666667px;
    }
}
.c-section-campaign__container {
    padding-bottom: 18.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__container {
        padding-bottom: 80.2666666667px;
    }
}
.c-section-campaign__head {
    text-align: center;
}
.c-section-campaign__ttl {
    width: 73.6%;
    margin-inline: auto;
}
.c-section-campaign__ttl img {
    width: 100%;
}
.c-section-campaign__contents {
    margin-top: 7.4666666667vw;
    margin-inline: auto;
    width: 86.6666666667vw;
    padding: 8.8vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__contents {
        margin-top: 32.1066666667px;
        width: 372.6666666667px;
        padding: 37.84px 11.4666666667px;
        border-radius: 11.4666666667px;
    }
}
.c-section-campaign__date {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}
.c-section-campaign__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    color: #dc6e02;
    font-size: 3.0533333333vw;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.05em;
    margin-top: 1.6vw;
    margin-right: 1.6vw;
    border-radius: 50%;
    border: 0.3733333333vw solid #dc6e02;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__date-icon {
        width: 49.3066666667px;
        height: 49.3066666667px;
        margin-top: 6px;
        margin-right: 6.88px;
        font-size: 13.1293333333px;
        border-width: 1.9493333333px;
    }
}
.c-section-campaign__date-txt {
    color: #dc6e02;
    font-family: "Work Sans", sans-serif;
    font-size: 11.2vw;
    font-weight: 400;
    letter-spacing: -0.01em;
    line-height: 1.24;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__date-txt {
        font-size: 48.16px;
    }
}
.c-section-campaign__date-txt-s {
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    margin-left: 1.0666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: 0;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__date-txt-s {
        margin-left: 4.5866666667px;
        font-size: 16.0533333333px;
    }
}
.c-section-campaign__date-txt-sym {
    display: inline-block;
    font-size: 10.6666666667vw;
    margin-left: 0.8vw;
    margin-right: 1.8666666667vw;
    transform: translateY(-1.0666666667vw);
}
@media screen and (min-width: 751px) {
    .c-section-campaign__date-txt-sym {
        font-size: 45.8666666667px;
        margin-left: 3.44px;
        margin-right: 8.0266666667px;
        transform: translateY(-4.5866666667px);
    }
}
.c-section-campaign__txt-wrap {
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__txt-wrap {
        margin-top: 14.9066666667px;
    }
}
.c-section-campaign__txt {
    font-size: 4vw;
    font-weight: bold;
    color: #382f2d;
    text-align: center;
    line-height: 1.544;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__txt {
        font-size: 17.2px;
    }
}
.c-section-campaign__txt--s {
    font-size: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__txt--s {
        font-size: 14.9066666667px;
    }
}
.c-section-campaign__txt-inner {
    letter-spacing: -0.05em;
}
.c-section-campaign__box {
    margin-top: 4.6666666667vw;
    padding: 5.8666666667vw 5.3333333333vw 4.2666666667vw;
    border-radius: 2.6666666667vw;
    background-color: rgba(234, 212, 200, 0.24);
}
@media screen and (min-width: 751px) {
    .c-section-campaign__box {
        margin-top: 20.0666666667px;
        padding: 25.2266666667px 22.9333333333px 18.3466666667px;
        border-radius: 11.4666666667px;
    }
}
.c-section-campaign__box-icon {
    display: block;
    width: 6.4vw;
    margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__box-icon {
        width: 27.52px;
        margin-bottom: 11.4666666667px;
    }
}
.c-section-campaign__box-icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-campaign__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__box-list-item {
        margin-bottom: 8.0266666667px;
    }
}
.c-section-campaign__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-section-campaign__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0.1333333333vw 2.1333333333vw 0.1333333333vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #dc6e02;
    color: #dc6e02;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0.866667px 9.1733333333px 1px;
        font-size: 13.76px;
        border-radius: 4.5866666667px;
    }
}
.c-section-campaign__box-list-txt {
    margin-top: 0.2666666667vw;
    color: #382f2d;
    font-feature-settings: "palt";
    font-size: 3.3333333333vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__box-list-txt {
        margin-top: 1.1466666667px;
        font-size: 14.3333333333px;
    }
}
.c-section-campaign__btn {
    margin-top: 4vw;
    margin-inline: auto;
    width: 68.5333333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 4px rgba(0, 0, 0, 0.25));
    transform: translate3d(0, 0, 0);
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-campaign__btn {
        transition: opacity 300ms;
    }
    .c-section-campaign__btn:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-section-campaign__btn {
        margin-top: 17.2px;
        width: 294.6933333333px;
    }
}
.c-section-campaign__link-outer {
    margin-top: 6.1333333333vw;
    text-align: center;
    color: #ead4c8;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__link-outer {
        margin-top: 26.3733333333px;
    }
}
.c-section-campaign__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.4533333333vw solid #382f2d;
    color: #382f2d;
    font-weight: bold;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-campaign__link {
        transition: opacity 300ms;
    }
    .c-section-campaign__link:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-section-campaign__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
        border-width: 1.9493333333px;
    }
}
.c-section-campaign__link:after {
    content: "";
    position: absolute;
    top: 15%;
    right: 0;
    width: 3.2vw;
    height: 3.2vw;
    -webkit-mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
            mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
    background-color: #382f2d;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}
.android .c-section-campaign__link:after {
    top: 17%;
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
.c-link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 0.8vw;
    border-bottom: 2px solid #009BE8;
    font-weight: bold;
    color: #009BE8;
    transition: opacity 300ms;
}
.c-link:hover {
    opacity: 0.8;
}
@media screen and (min-width: 751px) {
    .c-link {
        padding-right: 20.64px;
        padding-bottom: 3.44px;
        font-size: 14.9066666667px;
    }
}
.c-link:after {
    content: "";
    position: absolute;
    top: 21%;
    right: 0;
    width: 3.2vw;
    aspect-ratio: 1/1;
    -webkit-mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
            mask: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
    background-color: #009BE8;
}
@media screen and (min-width: 751px) {
    .c-link:after {
        top: 21%;
        width: 13.76px;
    }
}
.android .c-link:after {
    top: 17%;
}

.c-link--large {
    padding-right: 6.4vw;
    font-size: 4.8vw;
    letter-spacing: -0.07em;
}
@media screen and (min-width: 751px) {
    .c-link--large {
        padding-right: 27.52px;
        font-size: 20.64px;
    }
}
.c-link--large:after {
    width: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-link--large:after {
        width: 18.3466666667px;
    }
}

/* ---------------------------------------------
*   c-section-products
--------------------------------------------- */
.c-section-products {
    position: relative;
}
.c-section-products::before {
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
}
.c-section-products__container {
    position: relative;
}
.c-section-products__flag {
    position: absolute;
    display: block;
}
.c-section-products__ttl {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.c-section-products__ttl-main {
    display: block;
}
.c-section-products__ttl-main--west-main {
    width: 21.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-products__ttl-main--west-main {
        width: 91.7333333333px;
    }
}
.c-section-products__ttl-main--east-main {
    width: 21.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-products__ttl-main--east-main {
        width: 92.88px;
    }
}
.c-section-products__ttl-sub {
    display: block;
}
.c-section-products__ttl-sub--west-sub1 {
    width: 6.5333333333vw;
    margin-top: 13.3333333333vw;
    margin-left: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-products__ttl-sub--west-sub1 {
        width: 28.0933333333px;
        margin-top: 57.3333333333px;
        margin-left: 28.6666666667px;
    }
}
.c-section-products__ttl-sub--west-sub2 {
    width: 6.6666666667vw;
    margin-top: 28.8vw;
    margin-left: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-products__ttl-sub--west-sub2 {
        width: 28.6666666667px;
        margin-top: 123.84px;
        margin-left: 16.0533333333px;
    }
}
.c-section-products__ttl-sub--east-sub1 {
    width: 6.6666666667vw;
    margin-top: 25.6vw;
    margin-right: 5.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-products__ttl-sub--east-sub1 {
        width: 28.6666666667px;
        margin-top: 110.08px;
        margin-right: 25.2266666667px;
    }
}
.c-section-products__ttl-sub--east-sub2 {
    width: 6.6666666667vw;
    margin-top: 45.3333333333vw;
    margin-right: 3.2vw;
}
@media screen and (min-width: 751px) {
    .c-section-products__ttl-sub--east-sub2 {
        width: 28.6666666667px;
        margin-top: 194.9333333333px;
        margin-right: 13.76px;
    }
}
.c-section-products__foot {
    padding-left: 7.4666666667vw;
    margin-top: 10.4vw;
}
@media screen and (min-width: 751px) {
    .c-section-products__foot {
        padding-left: 32.1066666667px;
        margin-top: 44.72px;
    }
}
.c-section-products--west {
    padding-block: 24.8vw 45.3333333333vw;
    margin-top: -3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-products--west {
        padding-block: 106.64px 194.9333333333px;
        margin-top: -14.9066666667px;
    }
}
.c-section-products--west::before {
    background: url(../img/bg_west.png) top center no-repeat;
    background-size: 100% 100%;
}
.c-section-products--west .c-section-products__flag {
    top: 37.8666666667vw;
    right: -34.4vw;
    width: 99.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-products--west .c-section-products__flag {
        top: 162.8266666667px;
        right: -147.92px;
        width: 428.8533333333px;
    }
}
.c-section-products--west .c-section-products__head {
    padding-left: 11.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-products--west .c-section-products__head {
        padding-left: 49.3066666667px;
    }
}
.c-section-products--west .c-section-products__body {
    margin-top: 9.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-products--west .c-section-products__body {
        margin-top: 42.4266666667px;
    }
}
.c-section-products--east {
    padding-block: 23.4666666667vw 48vw;
    margin-top: -45.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-products--east {
        padding-block: 100.9066666667px 206.4px;
        margin-top: -196.08px;
    }
}
.c-section-products--east::before {
    background: url(../img/bg_east.png) top center no-repeat;
    background-size: 100% 100%;
}
.c-section-products--east .c-section-products__flag {
    top: 36.2666666667vw;
    left: -43.7333333333vw;
    width: 101.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-products--east .c-section-products__flag {
        top: 155.9466666667px;
        left: -188.0533333333px;
        width: 434.5866666667px;
    }
}
.c-section-products--east .c-section-products__head {
    padding-right: 11.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-products--east .c-section-products__head {
        padding-right: 49.3066666667px;
    }
}
.c-section-products--east .c-section-products__ttl {
    flex-direction: row-reverse;
}
.c-section-products--east .c-section-products__body {
    margin-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-products--east .c-section-products__body {
        margin-top: 57.3333333333px;
    }
}
.c-section-products--east .c-section-products__foot {
    margin-top: 13.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-products--east .c-section-products__foot {
        margin-top: 56.1866666667px;
    }
}

/* ---------------------------------------------
*   c-section-event
--------------------------------------------- */
.c-section-event__head {
    margin-top: -40%;
    padding-top: 56.5333333333%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    background-image: url(../img/bg_event-2.png);
    position: relative;
}
.c-section-event__img-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    position: relative;
    z-index: 2;
}
.c-section-event__img-wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 30.1333333333vw;
    background: url(../img/bg_event-1.png) no-repeat center/100% auto;
    position: absolute;
    bottom: -10.6666666667vw;
    left: 0;
    z-index: 3;
}
@media screen and (min-width: 751px) {
    .c-section-event__img-wrap::before {
        height: 129.5733333333px;
        bottom: -45.8666666667px;
    }
}
.c-section-event__ttl {
    font-size: 8.8vw;
    font-weight: 500;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    transform: translateX(2.6666666667vw);
}
@media screen and (min-width: 751px) {
    .c-section-event__ttl {
        font-size: 37.84px;
        transform: translateX(11.4666666667px);
    }
}
.c-section-event__ttl-inner {
    display: block;
    margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-event__ttl-inner {
        margin-top: 5.7333333333px;
    }
}
.c-section-event__lead-wrap {
    padding-block: 7.2vw 10.6666666667vw;
    position: relative;
    z-index: 4;
}
@media screen and (min-width: 751px) {
    .c-section-event__lead-wrap {
        padding-block: 30.96px 45.8666666667px;
    }
}
.c-section-event__lead {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    font-weight: 500;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 751px) {
    .c-section-event__lead {
        font-size: 18.3466666667px;
    }
}
.c-section-event__lead--large {
    margin-top: 4.5333333333vw;
    font-size: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-event__lead--large {
        margin-top: 19.4933333333px;
        font-size: 21.7866666667px;
    }
}
.c-section-event__lead-inner {
    display: inline-block;
    margin-inline: -2.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-event__lead-inner {
        margin-inline: -9.1733333333px;
    }
}
.c-section-event__lead-border-1 {
    position: relative;
    z-index: 0;
}
.c-section-event__lead-border-1::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.4266666667vw;
    background: linear-gradient(90deg, #c47e16 0%, #f8e794 62%, #c08c06 88.5%, #dcb94c 100%);
    position: absolute;
    left: 0;
    bottom: -0.1333333333vw;
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-section-event__lead-border-1::before {
        height: 1.8346666667px;
        bottom: -0.5733333333px;
    }
}
.c-section-event__lead-border-2 {
    position: relative;
    z-index: 0;
}
.c-section-event__lead-border-2::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.4266666667vw;
    background: linear-gradient(90deg, #c47e16 0%, #f8e794 36.3%, #dcb94c 100%);
    position: absolute;
    left: 0;
    bottom: -0.1333333333vw;
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-section-event__lead-border-2::before {
        height: 1.8346666667px;
        bottom: -0.5733333333px;
    }
}
.c-section-event__txt-date {
    padding-block: 36vw 6.9333333333vw;
    font-size: 5.0666666667vw;
    font-weight: 500;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 751px) {
    .c-section-event__txt-date {
        padding-block: 154.8px 29.8133333333px;
        font-size: 21.7866666667px;
    }
}
.c-section-event__txt-date-inner {
    display: block;
    width: 58.6666666667vw;
    margin-inline: auto;
    margin-block: 6.6666666667vw 8vw;
    padding-bottom: 2.1333333333vw;
    position: relative;
    z-index: 0;
}
@media screen and (min-width: 751px) {
    .c-section-event__txt-date-inner {
        width: 252.2666666667px;
        margin-block: 28.6666666667px 34.4px;
        padding-bottom: 9.1733333333px;
    }
}
.c-section-event__txt-date-inner::before {
    content: "";
    display: block;
    width: 100%;
    height: 0.8vw;
    background: linear-gradient(90deg, #c47e16 0%, #f8e794 36.3%, #d9b04c 100%);
    position: absolute;
    left: 0;
    bottom: -0.2666666667vw;
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-section-event__txt-date-inner::before {
        height: 3.44px;
        bottom: -1.1466666667px;
    }
}
.c-section-event__txt {
    padding-top: 27.4666666667vw;
    font-size: 6.1333333333vw;
    line-height: 1.347826087;
    font-weight: 500;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-event__txt {
        padding-top: 118.1066666667px;
        font-size: 26.3733333333px;
    }
}
.c-section-event__photo {
    padding-bottom: 12vw;
}
@media screen and (min-width: 751px) {
    .c-section-event__photo {
        padding-bottom: 51.6px;
    }
}
.c-section-event__link {
    display: block;
    margin-inline: auto;
    width: 62.9333333333vw;
    transform: translateX(-0.8vw);
}
@media screen and (min-width: 751px) {
    .c-section-event__link {
        width: 270.6133333333px;
        transform: translateX(-3.44px);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-section-event__link {
        transition: opacity 300ms;
    }
    .c-section-event__link:hover {
        opacity: 0.8;
    }
}
.c-section-event__link-wrap {
    padding-bottom: 24vw;
}
@media screen and (min-width: 751px) {
    .c-section-event__link-wrap {
        padding-bottom: 103.2px;
    }
}

/* ---------------------------------------------
*   c-section-result
--------------------------------------------- */
.c-section-result__head {
    padding-top: 32vw;
}
@media screen and (min-width: 751px) {
    .c-section-result__head {
        padding-top: 137.6px;
    }
}
.c-section-result__container {
    margin-top: 5.8666666667vw;
    padding-block: 17.0666666667vw 32.8vw;
    position: relative;
}
@media screen and (min-width: 751px) {
    .c-section-result__container {
        margin-top: 25.2266666667px;
        padding-block: 73.3866666667px 141.04px;
    }
}
.c-section-result__container-bg {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}
.c-section-result__container-bg--1 {
    background-image: url("../img/bg_result-1.png");
    background-size: 100% 100%;
    filter: drop-shadow(12px -12px 6px rgba(0, 0, 0, 0.15));
    z-index: -1;
    transform: translate(-100%, -200px);
}
.c-section-result__container-bg--2 {
    background-image: url("../img/bg_result-2.png");
    background-size: 100% auto;
    filter: drop-shadow(10px -10px 5px rgba(0, 0, 0, 0.15));
    z-index: -2;
    transform: translate(100%, -200px);
}
.is-active .c-section-result__container-bg {
    opacity: 1;
    transition: opacity 0.85s, transform 0.85s;
    transform: translate(0);
}

.c-section-result__ttl {
    font-size: 13.3333333333vw;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}
.is-active .c-section-result__ttl {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

@media screen and (min-width: 751px) {
    .c-section-result__ttl {
        font-size: 57.3333333333px;
    }
}
.c-section-result__ttl-txt {
    margin-top: 1.0666666667vw;
    font-size: 5.0666666667vw;
    font-weight: bold;
    font-family: "Noto Serif JP", serif;
    text-align: center;
    opacity: 0;
    transform: translateY(30px);
}
.is-active .c-section-result__ttl-txt {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

@media screen and (min-width: 751px) {
    .c-section-result__ttl-txt {
        margin-top: 4.5866666667px;
        font-size: 21.7866666667px;
    }
}
.c-section-result__ttl-txt-inner {
    display: inline-block;
    transform: translateY(1.6vw);
}
@media screen and (min-width: 751px) {
    .c-section-result__ttl-txt-inner {
        transform: translateY(6.88px);
    }
}
.c-section-result__img-detail {
    width: 40.2666666667vw;
    margin-inline: auto;
    opacity: 0;
    transition: opacity 0.8s;
}
.is-active .c-section-result__img-detail {
    opacity: 1;
    animation: rotate-up 1.6s ease 4s forwards;
}

@keyframes rotate-up {
    0% {
        transform: rotateY(0) translateY(50px);
    }
    100% {
        transform: rotateY(360deg) translateY(0);
    }
}
@media screen and (min-width: 751px) {
    .c-section-result__img-detail {
        width: 173.1466666667px;
    }
}
.c-section-result__main-img {
    margin-top: 4vw;
    width: 66.9333333333vw;
    margin-left: 18.1333333333vw;
    opacity: 0;
    transform: translateY(30px);
}
.is-active .c-section-result__main-img {
    opacity: 1;
    transition: opacity 1.8s, transform 1.8s;
    transform: translateY(0);
}

@media screen and (min-width: 751px) {
    .c-section-result__main-img {
        width: 287.8133333333px;
        margin-top: 17.2px;
        margin-left: 77.9733333333px;
    }
}
.c-section-result__main-txt {
    width: 69.8666666667vw;
    margin-top: 3.7333333333vw;
    margin-inline: auto;
    opacity: 0;
    transform: translateY(30px);
}
.is-active .c-section-result__main-txt {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

@media screen and (min-width: 751px) {
    .c-section-result__main-txt {
        width: 300.4266666667px;
        margin-top: 16.0533333333px;
    }
}
.c-section-result__main-txt-inner {
    font-size: 5.8666666667vw;
    letter-spacing: -0.07em;
}
@media screen and (min-width: 751px) {
    .c-section-result__main-txt-inner {
        font-size: 25.2266666667px;
    }
}
.c-section-result__txt-1 {
    margin-top: 4.2666666667vw;
    font-size: 7.2vw;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Serif JP", serif;
}
@media screen and (min-width: 751px) {
    .c-section-result__txt-1 {
        margin-top: 18.3466666667px;
        font-size: 30.96px;
    }
}
.c-section-result__txt-line {
    display: inline-block;
    padding: 0.8vw 1.3333333333vw 1.0666666667vw;
    background: linear-gradient(90deg, #c47e16 0%, #dcb94c 66%, #c08c06 100%);
}
@media screen and (min-width: 751px) {
    .c-section-result__txt-line {
        padding: 3.44px 5.7333333333px 4.5866666667px;
    }
}
.firefox .c-section-result__txt-line {
    padding: 0.6666666667vw 1.3333333333vw 1.2vw;
}
@media screen and (min-width: 751px) {
    .firefox .c-section-result__txt-line {
        padding: 2.8666666667px 5.7333333333px 5.16px;
    }
}

.c-section-result__txt-line:not(:first-of-type) {
    margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-result__txt-line:not(:first-of-type) {
        margin-top: 11.4666666667px;
    }
}
.c-section-result__txt-2 {
    margin-top: 14.9333333333vw;
    font-size: 6.9333333333vw;
    letter-spacing: -0.08em;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-result__txt-2 {
        margin-top: 64.2133333333px;
        font-size: 29.8133333333px;
    }
}

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

/*  Scroll Interaction
--------------------------------------------- */
/* フェードアップ */
.js-fadeup {
    opacity: 0;
    transform: translateY(30px);
}
.js-fadeup.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

/* フェードダウン */
.js-fadedawn {
    opacity: 0;
    transform: translateY(-30px);
}
.js-fadedawn.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
}

/* 左からフェードイン */
.js-fadein-left {
    opacity: 0;
    transform: translateX(-30px);
}
.js-fadein-left.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateX(0);
}

/* 左右順番にフェードイン */
.js-fadein-order [data-order=left] {
    opacity: 0;
    transform: translateX(-30px);
}
.js-fadein-order [data-order=right] {
    opacity: 0;
    transform: translateX(30px);
}
.js-fadein-order.is-active [data-order=left],
.js-fadein-order.is-active [data-order=right] {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateX(0);
}

/* 左右順番にフェードイン */
.js-fadein-order-2.is-active [data-order="1"] {
    transition-delay: 0.8s;
}
.js-fadein-order-2.is-active [data-order="2"] {
    transition-delay: 1.6s;
}
.js-fadein-order-2.is-active [data-order="3"] {
    transition-delay: 2.4s;
}
.js-fadein-order-2.is-active [data-order="4"] {
    transition-delay: 3.2s;
}
.js-fadein-order-2.is-active [data-order="5"] {
    transition-delay: 4s;
}
.js-fadein-order-2.is-active [data-order="6"] {
    transition-delay: 6s;
}
.js-fadein-order-2.is-active [data-order="7"] {
    transition-delay: 6.8s;
}

/* 台形 */
.js-circle {
    clip-path: circle(0% at 0 100%);
    transition: clip-path 0.5s linear;
}
.js-circle.is-active {
    clip-path: circle(150% at 0 100%);
}

/* 2回転 */
.js-rotate {
    opacity: 0;
    transition: opacity 0.8s;
}
.js-rotate.is-active {
    opacity: 1;
    animation: rotate 1s ease forwards;
}

@keyframes rotate {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}
/* 代表セクション */
.js-products::before {
    opacity: 0;
    transform: translate(-100%, -200px);
}
.js-products .c-section-products__ttl-main {
    opacity: 0;
    transform: translateY(-30px);
}
.js-products .c-section-products__ttl-sub {
    opacity: 0;
    transform: translateY(-30px);
}
.js-products .c-section-products__flag {
    opacity: 0;
    transform: rotate(15deg);
    transform-origin: bottom right;
}
.js-products.c-section-products--east::before {
    transform: translate(100%, -200px);
}
.js-products .c-section-products__flag--east {
    transform: rotate(-15deg);
    transform-origin: bottom left;
}
.js-products.is-active::before {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translate(0);
}
.js-products.is-active .c-section-products__ttl-main {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
    transition-delay: 0.5s;
}
.js-products.is-active .c-section-products__ttl-sub {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: translateY(0);
    transition-delay: 1s;
}
.js-products.is-active .c-section-products__ttl-sub:last-of-type {
    transition-delay: 1.5s;
}
.js-products.is-active .c-section-products__flag {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transform: rotate(0);
    transition-delay: 2s;
}

@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: 1.3333333333vw !important;
    }
    .mgt-sp--10 {
        margin-top: 2.6666666667vw !important;
    }
    .mgt-sp--15 {
        margin-top: 4vw !important;
    }
    .mgt-sp--20 {
        margin-top: 5.3333333333vw !important;
    }
    .mgt-sp--25 {
        margin-top: 6.6666666667vw !important;
    }
    .mgt-sp--30 {
        margin-top: 8vw !important;
    }
    .mgt-sp--35 {
        margin-top: 9.3333333333vw !important;
    }
    .mgt-sp--40 {
        margin-top: 10.6666666667vw !important;
    }
    .mgt-sp--45 {
        margin-top: 12vw !important;
    }
    .mgt-sp--50 {
        margin-top: 13.3333333333vw !important;
    }
    .mgt-sp--55 {
        margin-top: 14.6666666667vw !important;
    }
    .mgt-sp--60 {
        margin-top: 16vw !important;
    }
    .mgt-sp--65 {
        margin-top: 17.3333333333vw !important;
    }
    .mgt-sp--70 {
        margin-top: 18.6666666667vw !important;
    }
    .mgt-sp--75 {
        margin-top: 20vw !important;
    }
    .mgt-sp--80 {
        margin-top: 21.3333333333vw !important;
    }
    .mgt-sp--85 {
        margin-top: 22.6666666667vw !important;
    }
    .mgt-sp--90 {
        margin-top: 24vw !important;
    }
    .mgt-sp--95 {
        margin-top: 25.3333333333vw !important;
    }
    .mgt-sp--100 {
        margin-top: 26.6666666667vw !important;
    }
    .mgt-sp--105 {
        margin-top: 28vw !important;
    }
    .mgt-sp--110 {
        margin-top: 29.3333333333vw !important;
    }
    .mgt-sp--115 {
        margin-top: 30.6666666667vw !important;
    }
    .mgt-sp--120 {
        margin-top: 32vw !important;
    }
    .mgt-sp--125 {
        margin-top: 33.3333333333vw !important;
    }
    .mgt-sp--130 {
        margin-top: 34.6666666667vw !important;
    }
    .mgt-sp--135 {
        margin-top: 36vw !important;
    }
    .mgt-sp--140 {
        margin-top: 37.3333333333vw !important;
    }
    .mgt-sp--145 {
        margin-top: 38.6666666667vw !important;
    }
    .mgt-sp--150 {
        margin-top: 40vw !important;
    }
    .mgt-sp--155 {
        margin-top: 41.3333333333vw !important;
    }
    .mgt-sp--160 {
        margin-top: 42.6666666667vw !important;
    }
    .mgt-sp--165 {
        margin-top: 44vw !important;
    }
    .mgt-sp--170 {
        margin-top: 45.3333333333vw !important;
    }
    .mgt-sp--175 {
        margin-top: 46.6666666667vw !important;
    }
    .mgt-sp--180 {
        margin-top: 48vw !important;
    }
    .mgt-sp--185 {
        margin-top: 49.3333333333vw !important;
    }
    .mgt-sp--190 {
        margin-top: 50.6666666667vw !important;
    }
    .mgt-sp--195 {
        margin-top: 52vw !important;
    }
    .mgt-sp--200 {
        margin-top: 53.3333333333vw !important;
    }
    .mgt-sp--205 {
        margin-top: 54.6666666667vw !important;
    }
    .mgt-sp--210 {
        margin-top: 56vw !important;
    }
    .mgt-sp--215 {
        margin-top: 57.3333333333vw !important;
    }
    .mgt-sp--220 {
        margin-top: 58.6666666667vw !important;
    }
    .mgt-sp--225 {
        margin-top: 60vw !important;
    }
    .mgt-sp--230 {
        margin-top: 61.3333333333vw !important;
    }
    .mgt-sp--235 {
        margin-top: 62.6666666667vw !important;
    }
    .mgt-sp--240 {
        margin-top: 64vw !important;
    }
    .mgt-sp--245 {
        margin-top: 65.3333333333vw !important;
    }
    .mgt-sp--250 {
        margin-top: 66.6666666667vw !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: 1.3333333333vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 2.6666666667vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 5.3333333333vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 6.6666666667vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 9.3333333333vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 10.6666666667vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 13.3333333333vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 14.6666666667vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 17.3333333333vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 18.6666666667vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 21.3333333333vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 22.6666666667vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 25.3333333333vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 26.6666666667vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 29.3333333333vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 30.6666666667vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 33.3333333333vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 34.6666666667vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 36vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 37.3333333333vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 38.6666666667vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 40vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 41.3333333333vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 42.6666666667vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 44vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 45.3333333333vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 46.6666666667vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 48vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 49.3333333333vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 50.6666666667vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 52vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 53.3333333333vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 54.6666666667vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 56vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 57.3333333333vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 58.6666666667vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 60vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 61.3333333333vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 62.6666666667vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 64vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 65.3333333333vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 66.6666666667vw !important;
    }
}