@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    overflow: hidden;
}
.l-contents::before {
    content: "";
    position: absolute;
    bottom: 34.4vw;
    background: url(/pichipichi-peach-2024/img/bg_effect.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: 115.2vw;
}
@media screen and (min-width: 751px) {
    .l-contents::before {
        bottom: 147.92px;
        height: 495.36px;
    }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #382b20;
}
.l-footer__container {
    padding-top: 10.1333333333%;
    padding-bottom: 5.8666666667%;
}
.l-footer__logo {
    width: 35.7333333333%;
    margin-inline: auto;
}
.l-footer__logo img {
    width: 100%;
}
.l-footer__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.6;
    }
}
.l-footer__copyright {
    margin-top: 6.6666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .l-footer__copyright {
        margin-top: 28.6666666667px;
    }
}
.l-footer__copyright-txt {
    display: block;
    color: #fff;
    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-footer-sns
--------------------------------------------- */
.l-footer-sns {
    position: relative;
}
.l-footer-sns__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8%;
}
.l-footer-sns__list-item {
    width: 6.1333333333%;
}
.l-footer-sns__list-item--ig {
    width: 5.8666666667%;
}
.l-footer-sns__list-item--fb {
    width: 3.2%;
}
.l-footer-sns__list-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-sns__list-link {
        transition: opacity 300ms;
    }
    .l-footer-sns__list-link:hover {
        opacity: 0.6;
    }
}
.l-footer-sns__list-link img {
    width: 100%;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
.l-header__container {
    position: relative;
    width: 100%;
    padding: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .l-header__container {
        padding: 11.4666666667px;
    }
}
.l-header__logo {
    position: absolute;
    width: 13.6vw;
    top: 2.6666666667vw;
    left: 2.6666666667vw;
    opacity: 0;
    animation: kvfadein 0.8s ease forwards;
    animation-delay: 1.5s;
}
@media screen and (min-width: 751px) {
    .l-header__logo {
        width: 58.48px;
        top: 11.4666666667px;
        left: 11.4666666667px;
    }
}
.l-header__logo img {
    width: 100%;
}
.l-header__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.6;
    }
}
.l-header__logo-link img {
    width: 100%;
}
.l-header__ttl {
    position: absolute;
    width: 49.8666666667vw;
    top: 96vw;
    right: 4vw;
    opacity: 0;
    animation: kvfadein 0.8s ease forwards;
    animation-delay: 2s;
}
@media screen and (min-width: 751px) {
    .l-header__ttl {
        width: 214.4266666667px;
        top: 412.8px;
        right: 17.2px;
    }
}

@keyframes kvfadein {
    0% {
        opacity: 0;
        transform: translateY(10px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    position: relative;
}
@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: min(230px, 80%);
    margin: auto;
}
.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: 1000px) {
    .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-top
--------------------------------------------- */
.c-block-top {
    position: relative;
    background-color: #FFD8CB;
}
.c-block-top__main-bg {
    position: absolute;
    top: 28.2666666667vw;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 375/1170;
    z-index: 1;
    pointer-events: none;
}
@media screen and (min-width: 751px) {
    .c-block-top__main-bg {
        top: 121.5466666667px;
    }
}
.c-block-top__bg {
    position: absolute;
    z-index: 2;
}
.c-block-top__bg--1 {
    width: 100%;
    bottom: 43.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--1 {
        bottom: 186.9066666667px;
    }
}
.c-block-top__bg--2 {
    width: 22.6666666667vw;
    bottom: 73.6vw;
    left: -4vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--2 {
        width: 97.4666666667px;
        bottom: 316.48px;
        left: -17.2px;
    }
}
.c-block-top__bg--3 {
    width: 29.3333333333vw;
    bottom: 123.2vw;
    right: -5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--3 {
        width: 126.1333333333px;
        bottom: 529.76px;
        right: -22.9333333333px;
    }
}
.c-block-top__bg--4 {
    width: 30.1333333333vw;
    bottom: 73.3333333333vw;
    right: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--4 {
        width: 97.4666666667px;
        bottom: 315.3333333333px;
        right: 5.7333333333px;
    }
}
.c-block-top__bg--5 {
    width: 22.6666666667vw;
    bottom: 38.6666666667vw;
    right: -1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-top__bg--5 {
        width: 97.4666666667px;
        bottom: 166.2666666667px;
        right: -5.7333333333px;
    }
}
.c-block-top__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    position: relative;
    z-index: 3;
}
.c-block__bnr {
    width: 72vw;
    margin-inline: auto;
    transform: translateX(1.0666666667vw);
    transition-delay: 1.4s !important;
}
@media screen and (min-width: 751px) {
    .c-block__bnr {
        width: 309.6px;
        transform: translateX(4.5866666667px);
    }
}
.c-block__bnr img {
    width: 100%;
}
.c-block__bnr-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-block__bnr-link {
        transition: opacity 300ms;
    }
    .c-block__bnr-link:hover {
        opacity: 0.6;
    }
}
.c-block__container {
    margin-top: -18.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block__container {
        margin-top: -80.2666666667px;
    }
}

/* ---------------------------------------------
*   c-block-intro
--------------------------------------------- */
.c-block-intro {
    position: relative;
    z-index: 3;
    padding: 5.3333333333vw 0 27.2vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-intro {
        padding: 22.9333333333px 0 116.96px;
    }
}
.c-block-intro__container {
    position: relative;
    margin: 0 auto;
}
.c-block-intro__mainimg-inner {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.c-block-intro__ttl {
    position: relative;
    margin: 0 auto 0;
    display: block;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl {
        margin-top: 0;
    }
}
.c-block-intro__ttl-sub {
    width: 117.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-sub {
        width: 504.5333333333px;
    }
}
.c-block-intro__ttl-main {
    position: relative;
}
.c-block-intro__ttl-main-txt {
    position: absolute;
    z-index: 1;
}
.c-block-intro__ttl-main-txt--1 {
    top: 1.0666666667vw;
    left: 23.7333333333vw;
    width: 20.2666666667vw;
    transition-delay: 0.7s !important;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-main-txt--1 {
        top: 4.5866666667px;
        left: 102.0533333333px;
        width: 87.1466666667px;
    }
}
.c-block-intro__ttl-main-txt--2 {
    top: -9.6vw;
    left: 30.6666666667vw;
    width: 66.6666666667vw;
    transition-delay: 1.2s !important;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-main-txt--2 {
        top: -41.28px;
        left: 131.8666666667px;
        width: 286.6666666667px;
    }
}
.c-block-intro__ttl-main-img {
    width: 100vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-main-img {
        width: 430px;
    }
}
.c-block-intro__decoration {
    position: absolute;
    top: 0;
    z-index: 3;
}
.c-block-intro__decoration--1 {
    top: -8vw;
    left: 23.4666666667vw;
    width: 9.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__decoration--1 {
        top: -34.4px;
        left: 100.9066666667px;
        width: 41.28px;
    }
}
.c-block-intro__decoration--2 {
    top: 6.6666666667vw;
    left: 64.2666666667vw;
    width: 17.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__decoration--2 {
        top: 28.6666666667px;
        left: 276.3466666667px;
        width: 75.68px;
    }
}
.c-block-intro__decoration--3 {
    top: 56vw;
    left: 13.6vw;
    width: 16vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__decoration--3 {
        top: 240.8px;
        left: 58.48px;
        width: 68.8px;
    }
}
.c-block-intro__decoration--4 {
    top: 33.8666666667vw;
    left: 69.3333333333vw;
    width: 28.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__decoration--4 {
        top: 145.6266666667px;
        left: 298.1333333333px;
        width: 122.6933333333px;
    }
}
.c-block-intro__ttl-txt {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 8.8vw;
    font-weight: 600;
    line-height: 1.4242424242;
    letter-spacing: -0.06em;
    font-feature-settings: "palt";
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl-txt {
        font-size: 37.84px;
    }
}
.c-block-intro__ttl-txt--2 {
    text-indent: 1em;
}
.c-block-intro__ttl-txt--3 {
    text-indent: 1em;
}
.c-block-intro__body {
    margin-top: -18.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__body {
        margin-top: -80.2666666667px;
    }
}
.c-block-intro__txt-wrap {
    opacity: 0;
    transform: translateY(50px);
}
.is-active .c-block-intro__txt-wrap {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
    transition-delay: 3.4s;
}

.c-block-intro__txt-wrap + .c-block-intro__txt-wrap {
    margin-top: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt-wrap + .c-block-intro__txt-wrap {
        margin-top: 27.52px;
    }
}
.c-block-intro__txt-wrap + .c-block-intro__txt-wrap .c-block-intro__txt {
    letter-spacing: 0.09em;
}
.is-active .c-block-intro__txt-wrap + .c-block-intro__txt-wrap {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
    transition-delay: 3.8s;
}

.c-block-intro__txt {
    font-size: 4.5333333333vw;
    font-weight: 700;
    line-height: 1.5294117647;
    font-feature-settings: "palt";
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt {
        font-size: 19.4933333333px;
    }
}
.c-block-intro__txt--flex {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateX(-1.8666666667vw);
    margin-bottom: 1.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt--flex {
        transform: translateX(-8.0266666667px);
        margin-bottom: 4.5866666667px;
    }
}
.c-block-intro__txt--line {
    position: relative;
    display: inline;
}
.c-block-intro__txt--line::after {
    content: "";
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 1.3333333333vw;
    background: linear-gradient(to right, #fff, #fff);
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt--line::after {
        height: 5.7333333333px;
    }
}
.c-block-intro__txt--l {
    font-size: 8vw;
    margin-inline: -1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt--l {
        font-size: 34.4px;
        margin-inline: -5.7333333333px;
    }
}
.c-block-intro__txt--mt {
    display: block;
    margin-top: 1.6vw;
    line-height: 1.8;
    letter-spacing: 0.04em;
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt--mt {
        margin-top: 6.88px;
    }
}
.c-block-intro__icon {
    display: flex;
    width: 14.1333333333vw;
    transform: translateX(-2.1333333333vw);
}
@media screen and (min-width: 751px) {
    .c-block-intro__icon {
        width: 60.7733333333px;
        transform: translateX(-9.1733333333px);
    }
}

@keyframes rotate {
    0% {
        transform: rotateY(0);
    }
    100% {
        transform: rotateY(360deg);
    }
}
/* ---------------------------------------------
*   c-block-bg-lineup
--------------------------------------------- */
.c-block-bg-lineup {
    background: url(../img/bg_lineup.png) 0 -2.1333333333vw no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 751px) {
    .c-block-bg-lineup {
        background-position: 0 -9.1733333333px;
    }
}

/* ---------------------------------------------
*   c-block-bg-feature
--------------------------------------------- */
.c-block-bg-feature {
    margin-top: -1px;
}

/* ---------------------------------------------
*   c-block-bg-campaign
--------------------------------------------- */
.c-block-bg-campaign {
    margin-top: -1px;
    background: url(../img/bg_present.png) top center no-repeat;
    background-size: cover;
}

/* ---------------------------------------------
*   c-block-about
--------------------------------------------- */
.c-block-about {
    margin-inline: auto;
    width: 89.3333333333vw;
    padding-top: 9.8666666667vw;
    padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-about {
        width: 384.1333333333px;
        padding-top: 42.4266666667px;
        padding-bottom: 45.8666666667px;
    }
}
.c-block-about__ttl {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.45;
    color: #fff;
    border-bottom: 0.5333333333vw solid #fff;
    padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__ttl {
        font-size: 22.9333333333px;
        border-bottom: 2.2933333333px solid #fff;
        padding-bottom: 2.2933333333px;
    }
}
.c-block-about__note {
    margin-top: 2.6666666667vw;
    display: block;
    color: #fff;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.05em;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-about__note {
        margin-top: 11.4666666667px;
        font-size: 17.2px;
    }
}
.c-block-about__note--2 {
    letter-spacing: 0.07em;
}
.c-block-about__lead {
    display: block;
    width: 45.8666666667vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-about__lead {
        width: 197.2266666667px;
    }
}
.c-block-about__date {
    margin-top: 2.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-about__date {
        margin-top: 11.4666666667px;
    }
}
.c-block-about__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    color: #fff;
    font-size: 3.0533333333vw;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.05em;
    margin-top: 2.3vw;
    margin-right: 1.6vw;
    border-radius: 50%;
    border: 0.4533333333vw solid #fff;
}
@media screen and (min-width: 751px) {
    .c-block-about__date-icon {
        width: 49.3066666667px;
        height: 49.3066666667px;
        margin-top: 9px;
        margin-right: 6.88px;
        font-size: 13.1293333333px;
        border-width: 1.9493333333px;
    }
}
.c-block-about__date-txt {
    color: #fff;
    font-size: 11.2vw;
    font-weight: 400;
    letter-spacing: -0.044em;
    line-height: 1.24;
}
@media screen and (min-width: 751px) {
    .c-block-about__date-txt {
        font-size: 48.16px;
    }
}
.c-block-about__date-txt-s {
    display: inline-block;
    margin-left: 1.0666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: 0;
}
@media screen and (min-width: 751px) {
    .c-block-about__date-txt-s {
        margin-left: 4.5866666667px;
        font-size: 16.0533333333px;
    }
}
.c-block-about__date-txt-sym {
    display: inline-block;
    font-size: 10.6666666667vw;
    margin-top: 1.6vw;
    margin-left: 0.8vw;
    margin-right: 1.8666666667vw;
    transform: translateY(-1.0666666667vw);
}
@media screen and (min-width: 751px) {
    .c-block-about__date-txt-sym {
        font-size: 45.8666666667px;
        margin-top: 5px;
        margin-left: 3.44px;
        margin-right: 8.0266666667px;
        transform: translateY(-4.5866666667px);
    }
}

/* ---------------------------------------------
*   c-block-howto
--------------------------------------------- */
.c-block-howto {
    color: #FF3C54;
}
.c-block-howto__box {
    margin-top: 4vw;
    padding: 4vw 5.3333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
    width: 78.6666666667vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box {
        margin-top: 17.2px;
        padding: 25.2266666667px 22.9333333333px;
        border-radius: 11.4666666667px;
        width: 338.2666666667px;
    }
}
.c-block-howto__box--2 {
    margin-top: 8vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box--2 {
        margin-top: 34.4px;
    }
}
.c-block-howto__box-ttl {
    margin-inline: auto;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    border-bottom: 0.5333333333vw solid #FF3C54;
    padding-bottom: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-ttl {
        font-size: 20.64px;
        border-bottom: 2.2933333333px solid #FF3C54;
        padding-bottom: 2.2933333333px;
    }
}
.c-block-howto__box-list {
    margin-top: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list {
        margin-top: 18.3466666667px;
    }
}
.c-block-howto__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-item {
        margin-bottom: 3.44px;
    }
}
.c-block-howto__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-block-howto__box-list-item--2 {
    align-items: flex-start;
}
.c-block-howto__box-list-item--2 > .c-block-howto__box-list-txt {
    margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-item--2 > .c-block-howto__box-list-txt {
        margin-top: 2.2933333333px;
    }
}
.c-block-howto__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0 2.1333333333vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #9FD34D;
    color: #9FD34D;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0 9.1733333333px;
        font-size: 13.76px;
        border-radius: 4.5866666667px;
    }
}
.c-block-howto__box-list-label--2 {
    margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-label--2 {
        margin-top: 5.7333333333px;
    }
}
.c-block-howto__box-list-txt {
    margin-top: -0.8vw;
    font-feature-settings: "palt";
    font-size: 3.4666666667vw;
    font-weight: bold;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-txt {
        font-size: 14.9066666667px;
        margin-top: -3.44px;
    }
}
.c-block-howto__box-list-txt-st {
    color: #9FD34D;
    letter-spacing: -0.06em;
}
.c-block-howto__date {
    display: block;
    width: 67.2vw;
    margin-inline: auto;
    margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__date {
        width: 288.96px;
        margin-top: 20.64px;
    }
}
.c-block-howto__btn {
    margin-inline: auto;
    margin-top: 5.0666666667vw;
    display: block;
    width: 68vw;
    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) and (hover: hover) and (pointer: fine) {
    .c-block-howto__btn {
        transition: opacity 300ms;
    }
    .c-block-howto__btn:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto__btn {
        margin-top: 21.7866666667px;
        width: 292.4px;
    }
}
.c-block-howto__link-outer {
    margin-top: 5.8666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-howto__link-outer {
        margin-top: 25.2266666667px;
    }
}
.c-block-howto__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.4533333333vw solid #fff;
    font-weight: bold;
    color: #fff;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-block-howto__link {
        transition: opacity 300ms;
    }
    .c-block-howto__link:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
        border-width: 1.9493333333px;
    }
}
.c-block-howto__link:after {
    content: "";
    position: absolute;
    top: 5%;
    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: #fff;
}
@media screen and (min-width: 751px) {
    .c-block-howto__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}
.android .c-block-howto__link:after {
    top: 17%;
}

.c-block-howto__top-icon {
    display: block;
    width: 6.4vw;
    margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__top-icon {
        width: 27.52px;
        margin-bottom: 11.4666666667px;
    }
}
.c-block-howto__top-icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-block-bottom
--------------------------------------------- */
.c-block-bottom {
    padding-top: 20vw;
    background-color: #FFAC9E;
}
@media screen and (min-width: 751px) {
    .c-block-bottom {
        padding-top: 86px;
    }
}

/* ---------------------------------------------
*   c-block-share
--------------------------------------------- */
.c-block-share {
    position: relative;
    padding: 2.4vw 5.3333333333vw 0;
    margin-top: 13.3333333333vw;
    z-index: 2;
}
@media screen and (min-width: 751px) {
    .c-block-share {
        padding: 10.32px 22.9333333333px 0;
        margin-top: 57.3333333333px;
    }
}
.c-block-share__ttl {
    display: block;
    width: 73.3333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-share__ttl {
        width: 315.3333333333px;
    }
}
.c-block-share__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8vw;
}
@media screen and (min-width: 751px) {
    .c-block-share__btn {
        margin-top: 34.4px;
    }
}
.c-block-share__link {
    display: block;
    width: 49.2537313433%;
    flex-shrink: 0;
}
@media screen and (min-width: 751px) {
    .c-block-share__link {
        width: 189.2px;
    }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-block-share__link {
        transition: opacity 300ms;
    }
    .c-block-share__link:hover {
        opacity: 0.6;
    }
}

/* ---------------------------------------------
*   c-block-sns
--------------------------------------------- */
.c-block-sns {
    position: relative;
    margin-top: 12%;
}
.c-block-sns__ttl img {
    width: 100%;
}
.c-block-sns__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12.3%;
    margin-top: 12%;
}
.c-block-sns__item {
    width: 9.0666666667%;
}
.c-block-sns__item--facebook {
    width: 4.8%;
}
.c-block-sns__link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-sns__link {
        transition: opacity 300ms;
    }
    .c-block-sns__link:hover {
        opacity: 0.6;
    }
}
.c-block-sns__link img {
    width: 100%;
}

/* ---------------------------------------------
*   c-block-foot-note
--------------------------------------------- */
.c-block-foot-note {
    margin-top: 12%;
    padding-inline: 6.1333333333%;
    padding-bottom: 4%;
}
.c-block-foot-note__txt {
    color: #fff;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.7;
}
@media screen and (min-width: 751px) {
    .c-block-foot-note__txt {
        font-size: 14.9066666667px;
    }
}

/* ---------------------------------------------
*   c-block-campaign3
--------------------------------------------- */
.c-block-campaign3 {
    margin-inline: auto;
    width: 89.3333333333vw;
    padding-top: 28.8vw;
    padding-bottom: 25.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3 {
        width: 384.1333333333px;
        padding-top: 123.84px;
        padding-bottom: 107.7866666667px;
    }
}
.c-block-campaign3__ttl {
    margin-inline: auto;
    position: relative;
    display: block;
    width: 69.8666666667vw;
    left: -1.3333333333vw;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5555555556;
    text-align: center;
    color: #89D542;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__ttl {
        width: 300.4266666667px;
        left: -5.7333333333px;
        font-size: 20.64px;
    }
}
.c-block-campaign3__top-txt {
    margin-top: 6.6666666667vw;
    margin-inline: auto;
    width: 72vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.05em;
    text-align: justify;
    color: #3B2A1E;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__top-txt {
        margin-top: 28.6666666667px;
        width: 309.6px;
        font-size: 17.2px;
    }
}
.c-block-campaign3__top-txt--s {
    letter-spacing: 0.04em;
}
.c-block-campaign3__top-txt--s2 {
    letter-spacing: -0.08em;
}
.firefox .c-block-campaign3__top-txt--s2 {
    letter-spacing: -0.087em;
}

.c-block-campaign3__top-txt--2 {
    margin-left: -3px;
}
.c-block-campaign3__top-txt--3 {
    margin-right: -4px;
    padding-left: 1px;
}
.c-block-campaign3__img {
    margin-top: 12vw;
    margin-inline: auto;
    display: block;
    width: 51.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__img {
        margin-top: 51.6px;
        width: 221.3066666667px;
    }
}
.c-block-campaign3__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-block-campaign3__txt {
    margin-top: 2.6666666667vw;
    margin-inline: auto;
    width: 72vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__txt {
        margin-top: 11.4666666667px;
        width: 309.6px;
        font-size: 17.2px;
    }
}
.safari .c-block-campaign3__txt {
    letter-spacing: -0.01em;
}

.c-block-campaign3__txt--2 {
    letter-spacing: 0.1em;
}
.c-block-campaign3__note {
    margin-top: 2.9333333333vw;
    margin-inline: auto;
    width: 73.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3__note {
        margin-top: 12.6133333333px;
        width: 317.6266666667px;
    }
}

/* ---------------------------------------------
*   c-block-campaign3-detail
--------------------------------------------- */
.c-block-campaign3-detail {
    margin-inline: auto;
    width: 89.3333333333vw;
    padding-top: 12.8vw;
    padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail {
        width: 384.1333333333px;
        padding-top: 55.04px;
        padding-bottom: 45.8666666667px;
    }
}
.c-block-campaign3-detail__ttl {
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    border-bottom: 0.5333333333vw solid #006766;
    padding-bottom: 0.5333333333vw;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.45;
    color: #006766;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__ttl {
        border-bottom: 2.2933333333px solid #006766;
        padding-bottom: 2.2933333333px;
        font-size: 22.9333333333px;
    }
}
.c-block-campaign3-detail__txt-wrap {
    margin-inline: auto;
    margin-top: 2.1333333333vw;
    width: 78.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__txt-wrap {
        margin-top: 9.1733333333px;
        width: 338.2666666667px;
    }
}
.c-block-campaign3-detail__txt {
    display: block;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.05em;
    text-align: center;
    color: #3B2A1E;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__txt {
        font-size: 17.2px;
    }
}
.c-block-campaign3-detail__txt--s {
    letter-spacing: -0.112em;
}
.c-block-campaign3-detail__lead {
    margin-inline: auto;
    display: block;
    width: 45.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__lead {
        width: 197.2266666667px;
    }
}
.c-block-campaign3-detail__date {
    margin-top: 2.6666666667vw;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date {
        margin-top: 11.4666666667px;
    }
}
.c-block-campaign3-detail__date-icon {
    margin-top: 2.3vw;
    margin-right: 1.6vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    color: #006766;
    font-size: 3.0533333333vw;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.05em;
    border-radius: 50%;
    border: 0.4vw solid #006766;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-icon {
        margin-top: 9px;
        margin-right: 6.88px;
        width: 49.3066666667px;
        height: 49.3066666667px;
        font-size: 13.1293333333px;
        border-width: 1.72px;
    }
}
.c-block-campaign3-detail__date-txt {
    color: #006766;
    font-size: 11.2vw;
    font-weight: 400;
    letter-spacing: -0.03em;
    line-height: 1.24;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt {
        font-size: 48.16px;
    }
}
.c-block-campaign3-detail__date-txt--2 {
    position: relative;
    left: -2.1333333333vw;
    letter-spacing: -0.01em;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt--2 {
        left: -9.1733333333px;
    }
}
.c-block-campaign3-detail__date-txt-s {
    margin-left: 1.0666666667vw;
    position: relative;
    display: inline-block;
    left: -1.76vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: 0.01em;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt-s {
        margin-left: 4.5866666667px;
        left: -7.568px;
        font-size: 16.0533333333px;
    }
}
.c-block-campaign3-detail__date-txt-s--2 {
    left: -2.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt-s--2 {
        left: -10.32px;
    }
}
.c-block-campaign3-detail__date-txt-sym {
    margin-top: 1.6vw;
    margin-left: 0.8vw;
    margin-right: 1.8666666667vw;
    position: relative;
    display: inline-block;
    left: -1.8666666667vw;
    font-size: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-campaign3-detail__date-txt-sym {
        margin-top: 5px;
        margin-left: 3.44px;
        margin-right: 8.0266666667px;
        left: -8.0266666667px;
        font-size: 45.8666666667px;
    }
}

/* ---------------------------------------------
*   c-block-howto2
--------------------------------------------- */
.c-block-howto2__box {
    margin-top: 6.1333333333vw;
    margin-inline: auto;
    width: 78.6666666667vw;
    padding: 5.6vw 5.3333333333vw 7.4666666667vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box {
        margin-top: 26.3733333333px;
        width: 338.2666666667px;
        padding: 24.08px 22.9333333333px 32.1066666667px;
        border-radius: 11.4666666667px;
    }
}
.c-block-howto2__box--2 {
    margin-top: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box--2 {
        margin-top: 21.7866666667px;
    }
}
.c-block-howto2__top-icon {
    display: block;
    width: 6.4vw;
    margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__top-icon {
        width: 27.52px;
        margin-bottom: 11.4666666667px;
    }
}
.c-block-howto2__top-icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-block-howto2__box-list {
    margin-top: 3.2vw;
    display: flex;
    flex-direction: column;
    gap: 1.1466666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list {
        margin-top: 13.76px;
        gap: 5.16px;
    }
}
.c-block-howto2__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.8vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-item {
        margin-bottom: 3.44px;
    }
}
.c-block-howto2__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-block-howto2__box-list-item--2 {
    align-items: flex-start;
}
.c-block-howto2__box-list-item--2 > .c-block-howto__box-list-txt {
    margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-item--2 > .c-block-howto__box-list-txt {
        margin-top: 2.2933333333px;
    }
}
.c-block-howto2__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0.1333333333vw 2.1333333333vw 0.1333333333vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #36AB88;
    color: #36AB88;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.iphone .c-block-howto2__box-list-label, .androidphone .c-block-howto2__box-list-label {
    padding: 0 2.1333333333vw 0.24vw;
}

@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0 9.1733333333px;
        font-size: 13.76px;
        border-radius: 4.5866666667px;
    }
    .windows.chrome .c-block-howto2__box-list-label, .windows.edge .c-block-howto2__box-list-label, .windows.firefox .c-block-howto2__box-list-label, .safari .c-block-howto2__box-list-label, .firefox .c-block-howto2__box-list-label {
        padding: 0 9.1733333333px 1.1008px;
    }
}
.c-block-howto2__box-list-label--3 {
    margin-top: -4vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-label--3 {
        margin-top: -17.2px;
    }
}
.c-block-howto2__box-list-txt {
    margin-top: -0.8vw;
    font-feature-settings: "palt";
    font-size: 3.4666666667vw;
    font-weight: bold;
    white-space: nowrap;
    line-height: 1.344;
    color: #3B2A1E;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-txt {
        font-size: 14.9066666667px;
        margin-top: -3.44px;
    }
}
.c-block-howto2__box-list-txt--s {
    letter-spacing: -0.1em;
}
.c-block-howto2__box-list-txt--1 {
    margin-top: 0.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-txt--1 {
        margin-top: 1.1466666667px;
    }
}
.c-block-howto2__box-list-txt--2 {
    margin-top: 0.08vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__box-list-txt--2 {
        margin-top: 0.344px;
    }
}
.c-block-howto2__box-list-txt-st {
    color: #3B2A1E;
    letter-spacing: -0.06em;
}
.c-block-howto2__btn {
    margin-inline: auto;
    margin-top: 6.1333333333vw;
    display: block;
    width: 68vw;
    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) and (hover: hover) and (pointer: fine) {
    .c-block-howto2__btn {
        transition: opacity 300ms;
    }
    .c-block-howto2__btn:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto2__btn {
        margin-top: 26.3733333333px;
        width: 292.4px;
    }
}
.c-block-howto2__link-outer {
    margin-top: 5.8666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__link-outer {
        margin-top: 25.2266666667px;
    }
}
.c-block-howto2__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.4533333333vw solid #36AB88;
    font-weight: bold;
    color: #36AB88;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-block-howto2__link {
        transition: opacity 300ms;
    }
    .c-block-howto2__link:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto2__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
        border-width: 1.9493333333px;
    }
}
.c-block-howto2__link:after {
    content: "";
    position: absolute;
    top: 17%;
    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: #36AB88;
}
@media screen and (min-width: 751px) {
    .c-block-howto2__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}
.windows.chrome .c-block-howto2__link:after, .windows.firefox .c-block-howto2__link:after, .windows.edge .c-block-howto2__link:after {
    top: 16%;
}

.android .c-block-howto2__link:after {
    top: 17%;
}

/* ---------------------------------------------
*   c-box-campaign3
--------------------------------------------- */
.c-box-campaign3 {
    margin-inline: auto;
    margin-top: 6.4vw;
    width: 54.9333333333vw;
    padding-top: 2.6666666667vw;
    padding-bottom: 5.8666666667vw;
    background-color: #fff;
    border-radius: 9px;
}
@media screen and (min-width: 751px) {
    .c-box-campaign3 {
        margin-top: 27.52px;
        width: 236.2133333333px;
        padding-top: 11.4666666667px;
        padding-bottom: 25.2266666667px;
    }
}
.c-box-campaign3__img {
    margin-inline: auto;
    width: 49.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-box-campaign3__img {
        width: 212.1333333333px;
    }
}
.c-box-campaign3__txt {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
    font-weight: 700;
    line-height: 1.5384615385;
    letter-spacing: -0.04em;
    text-align: center;
    color: #006766;
}
@media screen and (min-width: 751px) {
    .c-box-campaign3__txt {
        margin-top: 11.4666666667px;
        font-size: 14.9066666667px;
    }
}
.c-box-campaign3__btn {
    margin-top: 18.3466666667px;
}
@media screen and (min-width: 751px) {
    .c-box-campaign3__btn {
        margin-top: 18.3466666667px;
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    display: block;
    width: 36vw;
    margin-inline: auto;
    padding-inline: 6.4vw 8.8vw;
    padding-block: 1.6vw;
    border: 0.4533333333vw solid #FF3C54;
    border-radius: 50em;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-btn-1 {
        transition: opacity 300ms;
    }
    .c-btn-1:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-btn-1 {
        width: 154.8px;
        padding-inline: 27.52px 37.84px;
        padding-block: 6.88px;
        border-width: 1.9493333333px;
    }
}
.c-btn-1__txt {
    position: relative;
    font-size: 3.4666666667vw;
    font-weight: 700;
    line-height: 1.9230769231;
    letter-spacing: -0.05em;
}
@media screen and (min-width: 751px) {
    .c-btn-1__txt {
        font-size: 14.9066666667px;
        line-height: 1;
    }
}
.c-btn-1__txt:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4.8vw;
    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: #FF3C54;
}
@media screen and (min-width: 751px) {
    .c-btn-1__txt:after {
        width: 13.76px;
        height: 13.76px;
        right: -22.9333333333px;
    }
}

/* ---------------------------------------------
*   c-btn-2
--------------------------------------------- */
.c-btn-2 {
    display: block;
    width: 36vw;
    margin-inline: auto;
    padding-inline: 5.3333333333vw 5.3333333333vw;
    padding-block: 2.9333333333vw 3.2vw;
    background-color: #006766;
    border-radius: 50em;
    line-height: 1;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-btn-2 {
        transition: opacity 300ms;
    }
    .c-btn-2:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-btn-2 {
        width: 154.8px;
        padding-inline: 22.9333333333px 22.9333333333px;
        padding-block: 12.6133333333px 13.76px;
    }
}
.c-btn-2__txt {
    position: relative;
    font-size: 3.4666666667vw;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.14em;
    color: #fff;
}
@media screen and (min-width: 751px) {
    .c-btn-2__txt {
        font-size: 14.9066666667px;
        line-height: 1;
    }
}
.c-btn-2__txt:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -4.8vw;
    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: #fff;
}
@media screen and (min-width: 751px) {
    .c-btn-2__txt:after {
        width: 13.76px;
        height: 13.76px;
        right: -22.9333333333px;
    }
}

/* ---------------------------------------------
*   c-cassette-lineup
--------------------------------------------- */
.c-cassette-lineup {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    font-feature-settings: "palt" 1;
}
.c-cassette-lineup--1 {
    padding-left: 17.3333333333vw;
    margin-top: 3.4666666667vw;
    gap: 9.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--1 {
        padding-left: 74.5333333333px;
        margin-top: 14.9066666667px;
        gap: 41.28px;
    }
}
.c-cassette-lineup--2 {
    margin-top: 0;
    padding-left: 0;
    padding-right: 13.3333333333vw;
    flex-direction: row-reverse;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--2 {
        margin-top: 0;
        padding-left: 0;
        padding-right: 57.3333333333px;
    }
}
.c-cassette-lineup--3 {
    margin-top: 0.8vw;
    padding-left: 12.2666666667vw;
    gap: 3.2vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--3 {
        margin-top: 3.44px;
        padding-left: 52.7466666667px;
        gap: 13.76px;
    }
}
.c-cassette-lineup__inner {
    position: relative;
    z-index: 1;
}
.c-cassette-lineup__txt-wrap {
    color: #FF3C54;
    font-family: "Zen Kaku Gothic New", sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-cassette-lineup__txt-wrap--1 {
    margin-top: 15.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__txt-wrap--1 {
        margin-top: 66.5066666667px;
    }
}
.c-cassette-lineup__txt-wrap--2 {
    margin-top: 14.6666666667vw;
    padding-right: 2.6666666667vw;
    margin-left: -2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__txt-wrap--2 {
        margin-top: 63.0666666667px;
        padding-right: 11.4666666667px;
        margin-left: -11.4666666667px;
    }
}
.c-cassette-lineup__txt-wrap--3 {
    padding-left: 2.9333333333vw;
    margin-top: 15.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__txt-wrap--3 {
        padding-left: 12.6133333333px;
        margin-top: 66.5066666667px;
    }
}
.c-cassette-lineup__name {
    margin-bottom: 0.2666666667vw;
    display: block;
    color: #FF3C54;
    text-align: center;
    font-size: 4.2666666667vw;
    font-weight: 700;
    font-feature-settings: "palt";
    letter-spacing: -0.06em;
    line-height: 1.25;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__name {
        margin-bottom: 1.1466666667px;
        font-size: 18.3466666667px;
    }
}
.c-cassette-lineup__size {
    display: block;
    color: #FF3C54;
    font-size: 2.6666666667vw;
    font-weight: 700;
    margin-top: -2px;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__size {
        font-size: 11.4666666667px;
    }
}
.c-cassette-lineup__price {
    display: block;
    width: 16.8vw;
    margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price {
        width: 72.24px;
        margin-top: 11.4666666667px;
    }
}
.c-cassette-lineup__product-img-wrap {
    position: relative;
}
.c-cassette-lineup__product {
    position: relative;
    display: block;
    flex-shrink: 0;
    z-index: 2;
    opacity: 0;
    transform: translateY(50px);
}
.is-active .c-cassette-lineup__product {
    opacity: 1;
    transform: translateY(0);
    transition: transform 0.8s, opacity 1s;
}

.c-cassette-lineup__product--1 {
    margin-left: -4.8vw;
    margin-top: 4vw;
    width: 50.6666666667vw;
    transition-delay: 1s !important;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--1 {
        margin-left: -20.64px;
        margin-top: 17.2px;
        width: 217.8666666667px;
    }
}
.c-cassette-lineup__product--2 {
    margin-right: -3.2vw;
    width: 50.6666666667vw;
    transition-delay: 1.4s !important;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--2 {
        margin-right: -13.76px;
        width: 217.8666666667px;
    }
}
.c-cassette-lineup__product--3 {
    width: 50.6666666667vw;
    transition-delay: 1.8s !important;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--3 {
        width: 217.8666666667px;
    }
}
.c-cassette-lineup__effect {
    position: absolute;
    transition-delay: 0.7s;
}
.c-cassette-lineup__effect--2 {
    width: 9.3333333333vw;
    top: -5.6vw;
    left: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__effect--2 {
        width: 40.1333333333px;
        top: -24.08px;
        left: 45.8666666667px;
    }
}
.c-cassette-lineup__effect--3 {
    width: 9.3333333333vw;
    top: -8.5333333333vw;
    right: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__effect--3 {
        width: 40.1333333333px;
        top: -36.6933333333px;
        right: 57.3333333333px;
    }
}

/* ---------------------------------------------
*   c-cassette-feature
--------------------------------------------- */
.c-cassette-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-inline: auto;
}
.c-cassette-feature--2 {
    margin-top: 14.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature--2 {
        margin-top: 60.7733333333px;
    }
}
.c-cassette-feature--3 {
    margin-top: 15.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature--3 {
        margin-top: 66.5066666667px;
    }
}
.c-cassette-feature__img {
    position: relative;
    margin-inline: auto;
    width: 77.3333333333vw;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__img {
        width: 332.5333333333px;
    }
}
.c-cassette-feature__img--l {
    width: 84.5333333333vw;
    transform: translateX(3.7333333333vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__img--l {
        width: 363.4933333333px;
        transform: translateX(16.0533333333px);
    }
}
.c-cassette-feature__inner {
    position: relative;
    width: 87.2vw;
    margin-top: 2.9333333333vw;
    margin-inline: auto;
    z-index: 3;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__inner {
        width: 374.96px;
        margin-top: 12.6133333333px;
    }
}
.c-cassette-feature__inner--2 {
    margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__inner--2 {
        margin-top: 22.9333333333px;
    }
}
.c-cassette-feature__inner--3 {
    margin-top: 6.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__inner--3 {
        margin-top: 26.3733333333px;
    }
}
.c-cassette-feature__thumb {
    position: absolute;
    top: -18.9333333333vw;
    left: 7.4666666667vw;
    display: block;
    width: 19.4666666667vw;
    z-index: 2;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb {
        top: -81.4133333333px;
        left: 32.1066666667px;
        width: 83.7066666667px;
    }
}
.c-cassette-feature__thumb--1 {
    top: -14.6666666667vw;
    left: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--1 {
        top: -63.0666666667px;
        left: 21.7866666667px;
    }
}
.c-cassette-feature__thumb--2 {
    top: -18.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--2 {
        top: -79.12px;
    }
}
.c-cassette-feature__thumb--3 {
    top: -17.6vw;
    left: 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--3 {
        top: -75.68px;
        left: 18.3466666667px;
    }
}
.c-cassette-feature__peach {
    position: absolute;
    top: -16vw;
    left: -5.0666666667vw;
    width: 37.3333333333vw;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__peach {
        top: -68.8px;
        left: -21.7866666667px;
        width: 160.5333333333px;
    }
}
.c-cassette-feature__peach--1 {
    top: -11.7333333333vw;
    left: -8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__peach--1 {
        top: -50.4533333333px;
        left: -34.4px;
    }
}
.c-cassette-feature__txt-container {
    background: url(../img/img_feature-txt-bg.png) 0 0 no-repeat;
    background-size: 100% auto;
    padding: 8vw 10.6666666667vw 10.6666666667vw 8vw;
    transition-delay: 0.3s !important;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-container {
        padding: 34.4px 45.8666666667px 45.8666666667px 34.4px;
    }
}
.c-cassette-feature__txt-container--1 {
    padding: 7.4666666667vw 10.6666666667vw 10.6666666667vw 8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-container--1 {
        padding: 32.1066666667px 45.8666666667px 45.8666666667px 34.4px;
    }
}
.c-cassette-feature__lead {
    position: relative;
    text-align: right;
    padding-bottom: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead {
        padding-bottom: 21.7866666667px;
    }
}
.c-cassette-feature__lead::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 0.5333333333vw;
    background: linear-gradient(to right, rgb(255, 107, 103) 0%, rgb(255, 107, 103) 25%, rgb(255, 187, 4) 75%, rgb(255, 227, 109) 100%);
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead::before {
        height: 2.2933333333px;
    }
}
.c-cassette-feature__lead-txt {
    display: block;
    font-size: 5.6vw;
    font-weight: 600;
    font-feature-settings: "palt";
    line-height: 1.36;
    color: #FF5E72;
    text-align: right;
    transition-delay: 0.5s !important;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead-txt {
        font-size: 24.08px;
    }
}
.c-cassette-feature__lead-txt--1 {
    font-size: 5.0666666667vw;
    letter-spacing: -0.02em;
    line-height: 1.6;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead-txt--1 {
        font-size: 21.7866666667px;
    }
}
.c-cassette-feature__lead-txt--2 {
    letter-spacing: -0.02em;
}
.c-cassette-feature__lead-txt--3 {
    letter-spacing: -0.08em;
}
.c-cassette-feature__txt-wrap {
    margin-top: 4vw;
    transition-delay: 0.5s !important;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-wrap {
        margin-top: 17.2px;
    }
}
.c-cassette-feature__txt-wrap--2 {
    margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-wrap--2 {
        margin-top: 2.2933333333px;
    }
}
.c-cassette-feature__txt {
    display: block;
    color: #FF3C54;
    font-feature-settings: "palt";
    font-size: 3.4666666667vw;
    font-weight: 600;
    line-height: 1.4615384615;
    text-align: center;
    color: #FF5E72;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt {
        font-size: 14.9066666667px;
    }
}
.firefox .c-cassette-feature__txt {
    letter-spacing: 0.05em;
}

.c-cassette-feature__txt--s {
    width: 92.9032258065%;
    margin-left: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt--s {
        margin-left: 11.4666666667px;
    }
}
.c-cassette-feature__txt--2 {
    margin-top: 2.1333333333vw;
    font-size: 2.6666666667vw;
    line-height: 1.7;
    letter-spacing: -0.037em;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt--2 {
        margin-top: 9.1733333333px;
        font-size: 11.4666666667px;
    }
}

/* ---------------------------------------------
*   c-cassette-present
--------------------------------------------- */
.c-cassette-present {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
.c-cassette-present__foot {
    margin-top: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__foot {
        margin-top: 40.1333333333px;
    }
}
.c-cassette-present__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-cassette-present__ttl-txt {
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: -0.013em;
    line-height: 1.7222222222;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__ttl-txt {
        font-size: 20.64px;
    }
}
.c-cassette-present__ttl-txt--l {
    font-size: 8.8vw;
    line-height: 1.2121212121;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__ttl-txt--l {
        font-size: 37.84px;
    }
}
.c-cassette-present__ttl-txt--underline {
    position: relative;
    display: inline;
}
.c-cassette-present__ttl-txt--underline::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 94%;
    height: 2.1333333333vw;
    background: linear-gradient(to right, #AADE4A, #AADE4A);
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__ttl-txt--underline::after {
        height: 9.1733333333px;
    }
}
.c-cassette-present__ttl-txt--3 {
    margin-top: 1.6vw;
    letter-spacing: 0.023em;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__ttl-txt--3 {
        margin-top: 6.88px;
    }
}
.c-cassette-present__img {
    position: relative;
    margin-inline: auto;
    margin-top: 6.4vw;
    width: 89.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__img {
        margin-top: 27.52px;
        width: 384.1333333333px;
    }
}
.c-cassette-present__img--2 {
    margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__img--2 {
        margin-top: 28.6666666667px;
    }
}
.windows.firefox .c-cassette-present__img--2, .windows.chrome .c-cassette-present__img--2, .windows.edge .c-cassette-present__img--2 {
    margin-top: 5.7%;
}
@media screen and (min-width: 751px) {
    .windows.firefox .c-cassette-present__img--2, .windows.chrome .c-cassette-present__img--2, .windows.edge .c-cassette-present__img--2 {
        margin-top: 26.9466666667px;
    }
}

.c-cassette-present__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-cassette-present__txt {
    width: 80vw;
    margin-inline: auto;
    margin-top: 4.2666666667vw;
    font-size: 4vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.6;
    z-index: 1;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__txt {
        width: 344px;
        margin-top: 18.3466666667px;
        font-size: 17.2px;
    }
}
.c-cassette-present__txt-s {
    width: 80vw;
    margin-inline: auto;
    margin-top: 0.8vw;
    font-size: 2.6666666667vw;
    font-weight: 500;
    letter-spacing: 0.01em;
    line-height: 1.7;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__txt-s {
        width: 344px;
        margin-top: 3.44px;
        font-size: 11.4666666667px;
    }
}
.c-cassette-present__txt-s--flex {
    display: flex;
    flex-direction: row;
}
.c-cassette-present__info {
    width: 89.3333333333vw;
    background-color: #fff;
    border-radius: 12px;
    padding-block: 8vw;
    padding-inline: 8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__info {
        width: 384.1333333333px;
        padding-block: 34.4px;
        padding-inline: 34.4px;
    }
}
.c-cassette-present__info-ttl {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.5333333333;
    letter-spacing: -0.085em;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__info-ttl {
        font-size: 17.2px;
    }
}
.c-cassette-present__info-name {
    display: block;
    margin-top: 1.3333333333vw;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 5.8666666667vw;
    font-weight: 700;
    line-height: 1.0454545455;
    letter-spacing: 0.066em;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__info-name {
        margin-top: 5.7333333333px;
        font-size: 25.2266666667px;
    }
}
.c-cassette-present__info-txt {
    display: block;
    margin-top: 5.8666666667vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.58;
    letter-spacing: -0.055em;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__info-txt {
        margin-top: 25.2266666667px;
        font-size: 17.2px;
    }
}
.c-cassette-present__btn {
    margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-present__btn {
        margin-top: 28.6666666667px;
    }
}

/* ---------------------------------------------
*   c-cassette-campaign
--------------------------------------------- */
.c-cassette-campaign {
    margin-inline: auto;
    width: 89.3333333333vw;
    padding-block: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign {
        width: 384.1333333333px;
        padding-block: 2.2933333333px;
    }
}
.c-cassette-campaign__txt-wrap {
    margin-inline: auto;
    width: 86.1333333333vw;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #fff;
    padding-top: 12.2666666667vw;
    padding-bottom: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__txt-wrap {
        width: 370.3733333333px;
        padding-top: 52.7466666667px;
        padding-bottom: 57.3333333333px;
    }
}
.c-cassette-campaign__lead {
    margin-inline: auto;
    width: 77.3333333333vw;
    display: block;
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.5555555556;
    text-align: center;
    color: #89D542;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__lead {
        width: 332.5333333333px;
        font-size: 20.64px;
    }
}
.c-cassette-campaign__lead--2 {
    letter-spacing: 0.031em;
}
.c-cassette-campaign__lead--3 {
    letter-spacing: -0.06em;
}
.safari .c-cassette-campaign__lead--4 {
    letter-spacing: -0.1em;
}

.c-cassette-campaign__top-txt {
    margin-top: 3.2vw;
    margin-inline: auto;
    width: 72vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: -0.05em;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__top-txt {
        margin-top: 13.76px;
        width: 309.6px;
        font-size: 17.2px;
    }
}
.c-cassette-campaign__top-txt--s {
    letter-spacing: 0.04em;
}
.c-cassette-campaign__top-txt--2 {
    letter-spacing: -0.08em;
}
.c-cassette-campaign__img {
    margin-top: 12vw;
    display: block;
    margin-inline: auto;
    width: 51.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__img {
        margin-top: 51.6px;
        width: 221.3066666667px;
    }
}
.c-cassette-campaign__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-cassette-campaign__txt {
    margin-top: 2.6666666667vw;
    margin-inline: auto;
    width: 72vw;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__txt {
        margin-top: 11.4666666667px;
        width: 309.6px;
        font-size: 17.2px;
    }
}
.safari .c-cassette-campaign__txt {
    letter-spacing: -0.01em;
}

.c-cassette-campaign__txt--2 {
    letter-spacing: 0.1em;
}
.c-cassette-campaign__btn {
    margin-top: 19.4933333333px;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__btn {
        margin-top: 19.4933333333px;
    }
}
.c-cassette-campaign__sns {
    width: 100%;
    z-index: 2;
}
.c-cassette-campaign__sns-link {
    margin-top: 5.6vw;
    margin-left: 20.5333333333vw;
    width: -moz-fit-content;
    width: fit-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 3.7333333333vw;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-cassette-campaign__sns-link {
        transition: opacity 300ms;
    }
    .c-cassette-campaign__sns-link:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__sns-link {
        margin-top: 24.08px;
        margin-left: 88.2933333333px;
        gap: 16.0533333333px;
    }
}
.c-cassette-campaign__sns-img {
    display: block;
    width: 8.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__sns-img {
        width: 37.84px;
    }
}
.c-cassette-campaign__sns-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
.c-cassette-campaign__sns-txt {
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.03em;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .c-cassette-campaign__sns-txt {
        font-size: 17.2px;
    }
}

/* ---------------------------------------------
*   c-cassette-challenge
--------------------------------------------- */
.c-cassette-challenge {
    width: 89.3333333333vw;
    margin: 0 auto;
    border-radius: 5.3333333333vw;
    padding-block: 6.6666666667vw 7.4666666667vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge {
        width: 384.1333333333px;
        padding-block: 28.6666666667px 32.1066666667px;
        border-radius: 22.9333333333px;
    }
}
.c-cassette-challenge + .c-cassette-challenge {
    margin-top: 6.4vw;
    padding-block: 6.6666666667vw 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge + .c-cassette-challenge {
        margin-top: 27.52px;
        padding-block: 28.6666666667px 14.9066666667px;
    }
}
.c-cassette-challenge__container {
    width: 80vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge__container {
        width: 344px;
    }
}
.c-cassette-challenge__ttl--2 {
    width: 72vw;
    translate: 1.3333333333vw 0;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge__ttl--2 {
        width: 309.6px;
        translate: 5.7333333333px 0;
    }
}
.c-cassette-challenge__body {
    margin-top: 8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge__body {
        margin-top: 34.4px;
    }
}
.c-cassette-challenge__body--2 {
    margin-top: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge__body--2 {
        margin-top: 27.52px;
    }
}
.c-cassette-challenge__img:nth-of-type(n+2) {
    margin-top: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge__img:nth-of-type(n+2) {
        margin-top: 8.0266666667px;
    }
}
.c-cassette-challenge__date {
    margin-top: 6.6666666667vw;
    margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge__date {
        margin-top: 28.6666666667px;
        margin-bottom: 22.9333333333px;
    }
}
.c-cassette-challenge__priod {
    margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge__priod {
        margin-bottom: 22.9333333333px;
    }
}
.c-cassette-challenge__txt {
    display: block;
    font-feature-settings: "palt" 1;
    font-weight: 500;
    font-size: 3.2vw;
    line-height: 1.5833333333;
}
@media screen and (min-width: 751px) {
    .c-cassette-challenge__txt {
        font-size: 13.76px;
    }
}

/* ---------------------------------------------
*   c-keyvisual
--------------------------------------------- */
.c-keyvisual {
    position: relative;
    z-index: 2;
    animation: kvanimation 1s ease forwards;
    animation-delay: 0.5s;
}
@media screen and (min-width: 751px) {
    .c-keyvisual {
        animation-name: kvanimationPC;
    }
}
.c-keyvisual img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-keyvisual__txt-wrap {
    position: absolute;
    top: 6.6666666667vw;
    right: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__txt-wrap {
        top: 28.6666666667px;
        right: 22.9333333333px;
    }
}
.c-keyvisual__txt {
    display: block;
    width: 5.0666666667vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__txt {
        width: 21.7866666667px;
    }
}
.c-keyvisual__bg-bottom {
    position: absolute;
    bottom: -30.6666666667vw;
    left: 0;
    display: block;
    width: 100%;
    height: 68.8vw;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__bg-bottom {
        bottom: -131.8666666667px;
        height: 295.84px;
    }
}
.c-keyvisual__bg-bottom img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

@keyframes kvanimation {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10.6666666667vw);
    }
}
@media screen and (min-width: 751px) {
    @keyframes kvanimationPC {
        0% {
            transform: translateY(0);
        }
        100% {
            transform: translateY(-45.8666666667px);
        }
    }
}
/* ---------------------------------------------
*   c-section-lineup
--------------------------------------------- */
.c-section-lineup {
    position: relative;
    padding-top: 34.9333333333vw;
    margin-top: 0;
}
@media screen and (min-width: 751px) {
    .c-section-lineup {
        padding-top: 150.2133333333px;
        margin-top: 0;
    }
}
.c-section-lineup__head {
    position: relative;
}
.c-section-lineup__foot {
    position: relative;
    padding-top: 24.5333333333vw;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__foot {
        padding-top: 105.4933333333px;
    }
}
.c-section-lineup__ttl {
    position: relative;
    width: 89.3333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__ttl {
        width: 384.1333333333px;
    }
}
.c-section-lineup__ttl-main {
    position: absolute;
    width: 45.3333333333vw;
    top: -22.6666666667vw;
    left: 4vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__ttl-main {
        width: 194.9333333333px;
        top: -97.4666666667px;
        left: 17.2px;
    }
}
.c-section-lineup__ttl-sub {
    position: absolute;
    width: 22.6666666667vw;
    top: -10.4vw;
    left: 17.8666666667vw;
    transition-delay: 0.3s !important;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__ttl-sub {
        width: 97.4666666667px;
        top: -44.72px;
        left: 76.8266666667px;
    }
}
.c-section-lineup__acc {
    position: relative;
    display: block;
    width: 100%;
    z-index: 3;
}
.firefox .c-section-lineup__acc {
    top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .firefox .c-section-lineup__acc {
        top: 2.2933333333px;
    }
}

.c-section-lineup__acc img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.firefox .c-section-lineup__acc::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background-color: #F1ECC4;
}

.c-section-lineup__circle {
    position: absolute;
    top: 12.8vw;
    left: 50%;
    width: 156.5333333333vw;
    margin: 0 auto;
    transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
    .c-section-lineup__circle {
        top: 55.04px;
        width: 673.0933333333px;
    }
}
.c-section-lineup__circle img {
    animation: rotation 40s linear infinite;
    width: 100%;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/* ---------------------------------------------
*   c-section-feature
--------------------------------------------- */
.c-section-feature {
    position: relative;
    z-index: 2;
    margin-top: -11.2vw;
    padding-top: 33.6vw;
    padding-bottom: 25.0666666667vw;
    background: url(../img/bg_feature.png) 0 -3.2vw no-repeat;
    background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
    .c-section-feature {
        margin-top: -48.16px;
        padding-top: 144.48px;
        padding-bottom: 107.7866666667px;
        background-position: 0 -13.76px;
    }
}
.c-section-feature__container {
    margin: 0 auto;
}
.c-section-feature__ttl {
    position: relative;
    display: block;
}
.c-section-feature__ttl-main {
    position: absolute;
    width: 52.8vw;
    top: -24vw;
    left: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__ttl-main {
        width: 227.04px;
        top: -103.2px;
        left: 20.64px;
    }
}
.c-section-feature__ttl-sub {
    position: absolute;
    width: 8.5333333333vw;
    top: -11.7333333333vw;
    left: 30.1333333333vw;
    transition-delay: 0.3s !important;
}
@media screen and (min-width: 751px) {
    .c-section-feature__ttl-sub {
        width: 36.6933333333px;
        top: -50.4533333333px;
        left: 129.5733333333px;
    }
}
.c-section-feature__lead {
    display: block;
    width: 7.2vw;
    margin: 3.4666666667vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-feature__lead {
        width: 30.96px;
        margin-top: 14.9066666667px;
    }
}
.c-section-feature__lead img {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-feature__body {
    margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__body {
        margin-top: 20.64px;
    }
}

/* ---------------------------------------------
*   c-section-lottery
--------------------------------------------- */
.c-section-lottery {
    position: relative;
    background: url(../img/bg_lottery.png) 0 -1.8666666667vw no-repeat;
    background-size: 100% auto;
    margin-top: -7.2vw;
    padding-top: 9.8666666667vw;
    padding-bottom: 26.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-lottery {
        background-position: 0 -8.0266666667px;
        margin-top: -30.96px;
        padding-top: 42.4266666667px;
        padding-bottom: 114.6666666667px;
    }
}
.c-section-lottery__ttl {
    position: relative;
    font-feature-settings: "palt" 1;
    font-weight: 700;
    font-size: 6.1333333333vw;
    letter-spacing: -0.1em;
    color: #fff;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__ttl {
        font-size: 26.3733333333px;
    }
}
.c-section-lottery__ttl::before {
    content: "";
    position: absolute;
    z-index: 4;
    top: -8.2666666667vw;
    right: 9.6vw;
    background: url(../img/img_lottery-hat.svg) 0 0 no-repeat;
    background-size: contain;
    width: 21.3333333333vw;
    height: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__ttl::before {
        top: -35.5466666667px;
        right: 41.28px;
        width: 91.7333333333px;
        height: 57.3333333333px;
    }
}
.c-section-lottery__body {
    position: relative;
}
.c-section-lottery__main {
    width: 73.3333333333vw;
    transform: translateX(-2.1333333333vw);
    margin: 1.3333333333vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__main {
        width: 315.3333333333px;
        transform: translateX(-9.1733333333px);
        margin: 5.7333333333px auto 0;
    }
}
.c-section-lottery__main-effect {
    position: absolute;
    opacity: 0;
}
.c-section-lottery__main-effect--1 {
    width: 17.6vw;
    top: 0.5333333333vw;
    right: 13.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__main-effect--1 {
        width: 75.68px;
        top: 2.2933333333px;
        right: 59.6266666667px;
    }
}
.c-section-lottery__main-effect--2 {
    width: 14.9333333333vw;
    top: 13.8666666667vw;
    left: 11.2vw;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__main-effect--2 {
        width: 64.2133333333px;
        top: 59.6266666667px;
        left: 48.16px;
    }
}
.c-section-lottery__main-effect--3 {
    width: 18.6666666667vw;
    top: 46.4vw;
    left: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__main-effect--3 {
        width: 80.2666666667px;
        top: 199.52px;
        left: 8.0266666667px;
    }
}
.c-section-lottery__main-effect--4 {
    width: 29.0666666667vw;
    top: 33.6vw;
    right: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__main-effect--4 {
        width: 124.9866666667px;
        top: 144.48px;
        right: 5.7333333333px;
    }
}
.c-section-lottery__challenge {
    width: 76.2666666667vw;
    margin: 5.3333333333vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__challenge {
        width: 327.9466666667px;
        margin-top: 22.9333333333px;
    }
}
.c-section-lottery__txt {
    margin-top: 4.8vw;
    font-feature-settings: "palt";
    font-size: 4.5333333333vw;
    font-weight: 700;
    line-height: 1.5294117647;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__txt {
        margin-top: 20.64px;
        font-size: 19.4933333333px;
    }
}
.c-section-lottery__txt + .c-section-lottery__txt {
    margin-top: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-lottery__txt + .c-section-lottery__txt {
        margin-top: 24.08px;
    }
}

/* ---------------------------------------------
*   c-section-challenge
--------------------------------------------- */
.c-section-challenge {
    background: url(../img/bg_chance.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: -61.0666666667vw;
    padding-top: 70.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-challenge {
        margin-top: -262.5866666667px;
        padding-top: 305.0133333333px;
    }
}
.c-section-challenge__ttl {
    position: relative;
    text-align: center;
}
.c-section-challenge__ttl-main {
    font-weight: 700;
    font-size: 6.1333333333vw;
    letter-spacing: -0.04em;
    color: #FF5E72;
}
@media screen and (min-width: 751px) {
    .c-section-challenge__ttl-main {
        font-size: 26.3733333333px;
    }
}
.c-section-challenge__ttl-sub {
    position: absolute;
    width: 20.8vw;
    top: -7.2vw;
    left: 9.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-challenge__ttl-sub {
        width: 89.44px;
        top: -30.96px;
        left: 42.4266666667px;
    }
}
.c-section-challenge__body {
    margin-top: 9.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-challenge__body {
        margin-top: 42.4266666667px;
    }
}

/* ---------------------------------------------
*   c-section-monthly
--------------------------------------------- */
.c-section-monthly {
    margin-top: 0;
    position: relative;
    padding: 11.7333333333vw 0 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly {
        margin-top: 0;
        padding: 50.4533333333px 0 45.8666666667px;
    }
}
.c-section-monthly__container {
    margin-inline: auto;
    width: 89.3333333333vw;
    border-radius: 3.2vw;
    background-color: #fff;
    padding-top: 5.6vw;
    padding-bottom: 12.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__container {
        width: 384.1333333333px;
        border-radius: 13.76px;
        padding-top: 24.08px;
        padding-bottom: 52.7466666667px;
    }
}
.c-section-monthly__label {
    position: absolute;
    top: 1.0666666667vw;
    left: 49%;
    transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
    .c-section-monthly__label {
        top: 4.5866666667px;
    }
}
.c-section-monthly__balloon {
    padding: 2.9333333333vw 7.4666666667vw 3.7333333333vw;
    border: 0.2666666667vw solid #000;
    line-height: 1;
    border-radius: 6vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__balloon {
        padding: 12.6133333333px 32.1066666667px 16.0533333333px;
        border: 1.1466666667px solid #000;
        border-radius: 25.8px;
        line-height: 1;
    }
}
.c-section-monthly__balloon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    width: 4.2666666667vw;
    height: 5.0666666667vw;
    background: url(../img/bg_balloon_bottom_2.png) 50% 0 no-repeat;
    background-size: 100% auto;
    transform: translate(-50%, 85%);
}
@media screen and (min-width: 751px) {
    .c-section-monthly__balloon::after {
        width: 18.3466666667px;
        height: 21.7866666667px;
    }
}
.c-section-monthly__balloon-txt {
    color: #000;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 3.7333333333vw;
    font-weight: bold;
    letter-spacing: 0;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__balloon-txt {
        font-size: 14.9066666667px;
    }
}
.c-section-monthly__float-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.c-section-monthly__float-img-item {
    position: absolute;
    top: 38.9333333333vw;
    right: 0;
    width: 104.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__float-img-item {
        top: 167.4133333333px;
        width: 449.4933333333px;
    }
}
.c-section-monthly__float-img-item img {
    display: block;
    width: 100%;
}
.c-section-monthly__img {
    position: relative;
    width: 80.5333333333vw;
    margin-inline: auto;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__img {
        width: 346.2933333333px;
    }
}
.c-section-monthly__img img {
    display: block;
    width: 100%;
}

/* ---------------------------------------------
*   c-section-campaign2
--------------------------------------------- */
.c-section-campaign2 {
    position: relative;
    padding-top: 6.1333333333vw;
    color: #9FD34D;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2 {
        padding-top: 26.3733333333px;
    }
}
.c-section-campaign2__head {
    position: relative;
    padding-top: 18.6666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__head {
        padding-top: 80.2666666667px;
    }
}
.c-section-campaign2__ttl {
    width: 89.3333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__ttl {
        width: 384.1333333333px;
    }
}
.c-section-campaign2__ttl-main {
    position: absolute;
    top: 0;
    width: 61.6vw;
    margin-left: -1.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__ttl-main {
        width: 264.88px;
        margin-left: -4.5866666667px;
    }
}
.c-section-campaign2__ttl-sub {
    position: absolute;
    top: 18.6666666667vw;
    width: 22.4vw;
    margin-top: -5.3333333333vw;
    margin-left: 19.4666666667vw;
    transition-delay: 0.8s !important;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__ttl-sub {
        top: 80.2666666667px;
        width: 96.32px;
        margin-top: -22.9333333333px;
        margin-left: 83.7066666667px;
    }
}
.c-section-campaign2__effect {
    position: absolute;
    top: -2.9333333333vw;
    right: 0;
    width: 27.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__effect {
        top: -12.6133333333px;
        width: 118.1066666667px;
    }
}
.c-section-campaign2__effect--2 {
    top: 6.6666666667vw;
    right: 8vw;
    width: 40.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__effect--2 {
        top: 28.6666666667px;
        right: 34.4px;
        width: 175.44px;
    }
}
.c-section-campaign2__contents {
    position: relative;
    margin-top: 7.4666666667vw;
    margin-inline: auto;
    width: 86.6666666667vw;
    padding: 5.3333333333vw 4vw 10.6666666667vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__contents {
        margin-top: 32.1066666667px;
        width: 372.6666666667px;
        padding: 22.9333333333px 17.2px 45.8666666667px;
        border-radius: 11.4666666667px;
    }
}
.c-section-campaign2__date {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}
.c-section-campaign2__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    color: #FF5E72;
    font-size: 3.0533333333vw;
    font-weight: 500;
    line-height: 1.08;
    letter-spacing: 0.05em;
    margin-top: 2.9333333333vw;
    margin-right: 2.9333333333vw;
    border-radius: 50%;
    border: 0.3733333333vw solid #FF5E72;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__date-icon {
        width: 49.3066666667px;
        height: 49.3066666667px;
        margin-top: 12.6133333333px;
        margin-right: 12.6133333333px;
        font-size: 13.1293333333px;
        border-width: 1.9493333333px;
    }
}
.c-section-campaign2__date-txt {
    color: #FF5E72;
    font-family: "Work Sans", sans-serif;
    font-size: 13.3333333333vw;
    font-weight: 400;
    line-height: 1.24;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__date-txt {
        font-size: 57.3333333333px;
    }
}
.c-section-campaign2__date-txt-s {
    display: inline-block;
    margin-left: 1.0666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: 0;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__date-txt-s {
        margin-left: 4.5866666667px;
        font-size: 16.0533333333px;
    }
}
.c-section-campaign2__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-campaign2__date-txt-sym {
        font-size: 45.8666666667px;
        margin-left: 3.44px;
        margin-right: 8.0266666667px;
        transform: translateY(-4.5866666667px);
    }
}
.c-section-campaign2__txt-wrap {
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__txt-wrap {
        margin-top: 14.9066666667px;
    }
}
.c-section-campaign2__txt {
    font-size: 4vw;
    font-weight: bold;
    color: #4D4D4D;
    text-align: center;
    line-height: 1.544;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__txt {
        font-size: 17.2px;
    }
}
.c-section-campaign2__txt--s {
    font-size: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__txt--s {
        font-size: 14.9066666667px;
    }
}
.c-section-campaign2__box {
    margin-top: 8vw;
    padding: 5.8666666667vw 6.6666666667vw 4.2666666667vw;
    border-radius: 2.6666666667vw;
    background-color: rgba(255, 216, 203, 0.22);
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__box {
        margin-top: 34.4px;
        padding: 25.2266666667px 28.6666666667px 18.3466666667px;
        border-radius: 11.4666666667px;
    }
}
.c-section-campaign2__box-icon {
    display: block;
    width: 6.4vw;
    margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__box-icon {
        width: 27.52px;
        margin-bottom: 11.4666666667px;
    }
}
.c-section-campaign2__box-icon img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-campaign2__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__box-list-item {
        margin-bottom: 8.0266666667px;
    }
}
.c-section-campaign2__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-section-campaign2__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0.5333333333vw 2.1333333333vw 0.2666666667vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #FF5E72;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.03em;
    color: #FF5E72;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0.866667px 9.1733333333px 1px;
        font-size: 13.76px;
        border-radius: 4.5866666667px;
    }
}
.windows .c-section-campaign2__box-list-label {
    padding: 0.8vw 2.1333333333vw 0.1333333333vw;
}
@media screen and (min-width: 751px) {
    .windows .c-section-campaign2__box-list-label {
        padding: 3.44px 9.1733333333px 0.5733333333px;
    }
}

.c-section-campaign2__box-list-txt {
    margin-top: 0.2666666667vw;
    color: #4D4D4D;
    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-campaign2__box-list-txt {
        margin-top: 1.1466666667px;
        font-size: 14.3333333333px;
    }
}
.c-section-campaign2__btn {
    margin-top: 4vw;
    margin-inline: auto;
    width: 68vw;
    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) and (hover: hover) and (pointer: fine) {
    .c-section-campaign2__btn {
        transition: opacity 300ms;
    }
    .c-section-campaign2__btn:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__btn {
        margin-top: 17.2px;
        width: 292.4px;
    }
}
.c-section-campaign2__link-outer {
    margin-top: 6.1333333333vw;
    text-align: center;
    color: #4D4D4D;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__link-outer {
        margin-top: 26.3733333333px;
    }
}
.c-section-campaign2__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 0.4533333333vw solid #4D4D4D;
    font-weight: bold;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-section-campaign2__link {
        transition: opacity 300ms;
    }
    .c-section-campaign2__link:hover {
        opacity: 0.6;
    }
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
        border-width: 1.9493333333px;
    }
}
.c-section-campaign2__link:after {
    content: "";
    position: absolute;
    top: 5%;
    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: #4D4D4D;
}
@media screen and (min-width: 751px) {
    .c-section-campaign2__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}
.android .c-section-campaign2__link:after {
    top: 17%;
}

/* ---------------------------------------------
*   c-section-campaign3
--------------------------------------------- */
.c-section-campaign3 {
    position: relative;
    padding-top: 17.8666666667vw;
    background-color: #F1ECC4;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3 {
        padding-top: 74.5333333333px;
    }
}
.c-section-campaign3__container {
    position: relative;
    z-index: 3;
}
.c-section-campaign3__head {
    text-align: center;
}
.c-section-campaign3__ttl {
    margin-inline: auto;
    width: 83.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__ttl {
        width: 358.9066666667px;
    }
}
.c-section-campaign3__top-txt-wrap {
    margin-top: 8.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__top-txt-wrap {
        margin-top: 35.5466666667px;
    }
}
.c-section-campaign3__top-txt-wrap + .c-section-campaign3__top-txt-wrap {
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__top-txt-wrap + .c-section-campaign3__top-txt-wrap {
        margin-top: 14.9066666667px;
    }
}
.c-section-campaign3__top-txt {
    font-size: 4vw;
    font-weight: 500;
    font-feature-settings: "palt";
    line-height: 1.88;
    letter-spacing: -0.05em;
    color: #3B2A1E;
}
@media screen and (min-width: 750px) {
    .c-section-campaign3__top-txt {
        font-size: 17.2px;
    }
}
.c-section-campaign3__top-txt--underline {
    position: relative;
    display: inline-block;
}
.c-section-campaign3__top-txt--underline::after {
    content: "";
    position: absolute;
    width: 102%;
    height: 1.3333333333vw;
    bottom: 4px;
    left: -2%;
    background: linear-gradient(to right, rgba(54, 171, 136, 0.3), rgba(54, 171, 136, 0.3));
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__top-txt--underline::after {
        height: 5.7333333333px;
    }
}
.c-section-campaign3__top-txt--s {
    margin-right: -1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__top-txt--s {
        margin-right: -5.7333333333px;
    }
}
.c-section-campaign3__body {
    margin-top: 5.3333333333vw;
    margin-inline: auto;
    position: relative;
    width: 89.3333333333vw;
    background-color: #9BEAE2;
    background-image: url("../img/bg_campaign3-top.png"), url("../img/bg_campaign3-bottom.png");
    background-position: top center, bottom center;
    background-repeat: no-repeat, no-repeat;
    background-size: contain, contain;
    padding-block: 1.3333333333vw;
    border-radius: 10px;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__body {
        margin-top: 22.9333333333px;
        width: 384.1333333333px;
        padding-block: 5.7333333333px;
    }
}
.c-section-campaign3__overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(225, 249, 247, 0.6);
}
.c-section-campaign3__btm-bg {
    position: absolute;
    display: block;
    width: 100%;
    bottom: -26.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign3__btm-bg {
        bottom: -114.6666666667px;
    }
}

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

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

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

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

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

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

.js-circle {
    -webkit-clip-path: circle(0% at 0 100%);
            clip-path: circle(0% at 0 100%);
    transition: -webkit-clip-path 0.5s linear;
    transition: clip-path 0.5s linear;
    transition: clip-path 0.5s linear, -webkit-clip-path 0.5s linear;
}
.js-circle.is-active {
    -webkit-clip-path: circle(150% at 0 100%);
            clip-path: circle(150% at 0 100%);
}

/* フェードイン */
.js-fadein {
    opacity: 0;
}
.js-fadein.is-active {
    opacity: 1;
    transition: opacity 1s;
}

/* フェードインアップ */
.js-fadein-up {
    opacity: 0;
    transform: translateY(50px);
}
.js-fadein-up.c-block-intro__ttl-sub {
    transform: translate(-4.2666666667vw, 13.3333333333vw);
}
@media screen and (min-width: 751px) {
    .js-fadein-up.c-block-intro__ttl-sub {
        transform: translate(-18.3466666667px, 57.3333333333px);
    }
}
.js-fadein-up.c-block-intro__ttl-main-img {
    transform: translate(-5.0666666667vw, -0.5333333333vw);
}
@media screen and (min-width: 751px) {
    .js-fadein-up.c-block-intro__ttl-main-img {
        transform: translate(-21.7866666667px, -2.2933333333px);
    }
}
.js-fadein-up.is-active {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}
.js-fadein-up.is-active.c-block-intro__ttl-sub {
    transform: translate(-4.2666666667vw, 0vw);
}
@media screen and (min-width: 751px) {
    .js-fadein-up.is-active.c-block-intro__ttl-sub {
        transform: translate(-18.3466666667px, 0px);
    }
}
.js-fadein-up.is-active.c-block-intro__ttl-main-img {
    transform: translate(-5.0666666667vw, -13.8666666667vw);
}
@media screen and (min-width: 751px) {
    .js-fadein-up.is-active.c-block-intro__ttl-main-img {
        transform: translate(-21.7866666667px, -59.6266666667px);
    }
}

.js-rotate .c-block-intro__decoration {
    opacity: 0;
    transition: opacity 0.8s;
    transition-delay: 2.2s;
}
.js-rotate.is-active .c-block-intro__decoration {
    opacity: 1;
    animation: rotate 1s ease forwards;
    animation-delay: 3s;
}

.js-rotate .c-section-lottery__main-effect {
    opacity: 0;
    transition: opacity 0.8s;
    transition-delay: 0.8s;
}
.js-rotate.is-active .c-section-lottery__main-effect {
    opacity: 1;
    animation: rotate 1s ease forwards;
    animation-delay: 0.8s;
}

.js-oblique .c-cassette-feature__thumb {
    opacity: 0;
    transform: translate(-10px, 50px);
    transition: transform 0.8s, opacity 1s;
    transition-delay: 0.4s, 0.4s;
}
.js-oblique .c-cassette-feature__peach {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.8s, opacity 1s;
}
.js-oblique .c-cassette-feature__lead {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.8s, opacity 1s;
    transition-delay: 1s, 1s !important;
}
.js-oblique .c-cassette-feature__txt-wrap {
    opacity: 0;
    transform: translateY(50px);
    transition: transform 0.8s, opacity 1s;
    transition-delay: 1.3s, 1.3s !important;
}
.js-oblique.is-active .c-cassette-feature__thumb {
    opacity: 1;
    transform: translate(0);
}
.js-oblique.is-active .c-cassette-feature__peach {
    opacity: 1;
    transform: translateY(0);
}
.js-oblique.is-active .c-cassette-feature__lead {
    opacity: 1;
    transform: translateY(0);
}
.js-oblique.is-active .c-cassette-feature__txt-wrap {
    opacity: 1;
    transform: translateY(0);
}

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