@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    position: relative;
}
.l-contents::before {
    content: "";
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    min-height: 100lvh;
    height: 100lvh;
    background-color: #40B6E3;
    z-index: -2;
}

/* ---------------------------------------------
*   c-bg-campaign
--------------------------------------------- */
.c-bg-campaign {
    background-color: #40B6E3;
}

/* ---------------------------------------------
*   l-bg-scroll
--------------------------------------------- */
.l-bg-scroll {
    position: relative;
}
.l-bg-scroll__inner::before {
    content: "";
    display: block;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100lvh;
    background: url(../img/bg_scroll.png) center/cover no-repeat;
    z-index: -1;
}

/* ---------------------------------------------
*   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;
    margin-top: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .l-footer__logo {
        margin-top: 40.1333333333px;
    }
}
.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.8;
    }
}
.l-footer__copyright {
    margin-top: 1.6%;
    text-align: center;
}
.l-footer__copyright-txt {
    display: block;
    color: #fff;
    font-family: "Lato", serif;
    font-size: 2.6666666667vw;
    font-weight: 400;
    letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
    .l-footer__copyright-txt {
        font-size: 11.4666666667px;
    }
}

/* ---------------------------------------------
*   l-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.8;
    }
}
.l-footer-sns__list-link img {
    width: 100%;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    overflow: hidden;
}
.l-header__container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.l-header__logo {
    display: block;
    margin-top: 2.9333333333vw;
    margin-left: 2.9333333333vw;
    width: 13.6vw;
    /* anime */
    opacity: 0;
    transform: translateY(-30px);
    transition: transform 0.5s, opacity 0.5s;
}
@media screen and (min-width: 751px) {
    .l-header__logo {
        margin-top: 12.6133333333px;
        margin-left: 12.6133333333px;
        width: 58.48px;
    }
}
.l-header__logo img {
    width: 100%;
}
.is-loaded .l-header__logo {
    opacity: 1;
    transition-delay: 2s;
    transform: translateY(0px);
}

.l-header__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
    }
}
.l-header__logo-link img {
    width: 100%;
}
.l-header__ttl {
    display: block;
    width: 26.9333333333vw;
    margin-top: -6.6666666667vw;
    margin-right: -7.2vw;
    /* anime */
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.5s, opacity 0.5s;
}
@media screen and (min-width: 751px) {
    .l-header__ttl {
        width: 115.8133333333px;
        margin-top: -28.6666666667px;
        margin-right: -30.96px;
    }
}
.is-loaded .l-header__ttl {
    opacity: 1;
    transition-delay: 0.5s;
    transform: translateY(0px);
}

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

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

/* ---------------------------------------------
*   c-block-bg
--------------------------------------------- */
.c-block-bg {
    position: fixed;
    inset: 0;
}
.c-block-bg__logo {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.c-block-bg__logo img {
    position: absolute;
    inset: 0;
    width: 193px;
    margin: auto;
}
@media screen and (max-width: 1000px) {
    .c-block-bg__logo img {
        width: 19.3vw;
    }
}
.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: 443px;
}
@media screen and (max-width: 1000px) {
    .c-block-bg__qr img {
        width: 44.3vw;
    }
}
.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-intro
--------------------------------------------- */
.c-block-intro {
    position: relative;
    padding-top: 55.4666666667vw;
    padding-bottom: 38.6666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-intro {
        padding-top: 238.5066666667px;
        padding-bottom: 166.2666666667px;
    }
}
.c-block-intro::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 10.8%;
    display: block;
    width: 100%;
    aspect-ratio: 750/1564;
    background: url(../img/intro_bg.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.c-block-intro__ttl {
    display: block;
    width: 76.5333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl {
        width: 329.0933333333px;
    }
}
.c-block-intro__lead {
    position: relative;
    left: -1.2%;
    display: block;
    width: 64.5333333333vw;
    margin-top: 0.5333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-intro__lead {
        width: 277.4933333333px;
        margin-top: 2.2933333333px;
    }
}
.c-block-intro__body {
    margin-top: 13.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__body {
        margin-top: 59.6266666667px;
    }
}
.c-block-intro__txt {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 4.2666666667vw;
    font-weight: 600;
    line-height: 1.75;
    font-feature-settings: "palt" 1;
}
@media screen and (min-width: 751px) {
    .c-block-intro__txt {
        font-size: 18.3466666667px;
    }
}
.c-block-intro__txt + .c-block-intro__txt {
    margin-top: 1em;
}
.c-block-intro__txt-st {
    color: #FFF56C;
}

/* ---------------------------------------------
*   c-block-note
--------------------------------------------- */
.c-block-note {
    padding: 14.4vw 5.3333333333vw 5.3333333333vw;
    position: relative;
    z-index: 2;
}
@media screen and (min-width: 751px) {
    .c-block-note {
        padding: 61.92px 22.9333333333px 22.9333333333px;
    }
}
.c-block-note__ttl {
    display: block;
    width: 78.6666666667vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-block-note__ttl {
        width: 338.2666666667px;
    }
}
.c-block-note__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-note__btn {
        margin-top: 27.52px;
    }
}
.c-block-note__link {
    display: block;
    flex-shrink: 0;
    width: 49.2537313433%;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-note__link {
        transition: opacity 300ms;
    }
    .c-block-note__link:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-block-note__link {
        width: 189.2px;
    }
}
.c-block-note__txt {
    color: #fff;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 12vw;
}
@media screen and (min-width: 751px) {
    .c-block-note__txt {
        font-size: 14.9066666667px;
        margin-top: 51.6px;
    }
}

/* ---------------------------------------------
*   c-block-collabo
--------------------------------------------- */
.c-block-collabo {
    position: relative;
    z-index: 1;
    padding-top: 9.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-collabo {
        padding-top: 41.28px;
    }
}
.c-block-collabo::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 375/51;
    background: url(../img/collabo_bg5.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.c-block-collabo__ttl {
    display: block;
    width: 87.2vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-collabo__ttl {
        width: 374.96px;
    }
}
.c-block-collabo__body {
    margin-top: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-collabo__body {
        margin-top: 40.1333333333px;
    }
}
.c-block-collabo__txt-wrap {
    display: block;
    width: 77.3333333333vw;
    margin-inline: auto;
    margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-collabo__txt-wrap {
        width: 332.5333333333px;
        margin-top: 28.6666666667px;
    }
}
.c-block-collabo__lead {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 6.4vw;
    font-weight: 600;
    line-height: 1.3333333333;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-collabo__lead {
        font-size: 27.52px;
    }
}
.c-block-collabo__txt {
    display: block;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.7857142857;
    text-align: justify;
    margin-top: 3.2vw;
}
@media screen and (min-width: 751px) {
    .c-block-collabo__txt {
        font-size: 16.0533333333px;
        margin-top: 13.76px;
    }
}
.c-block-collabo__foot {
    margin-top: 10.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-collabo__foot {
        margin-top: 43.5733333333px;
    }
}

/* ---------------------------------------------
*   c-block-about
--------------------------------------------- */
.c-block-about {
    padding-top: 6.6666666667vw;
    padding-bottom: 10.6666666667vw;
    width: 89.3333333333vw;
    margin-inline: auto;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-about {
        padding-top: 28.6666666667px;
        padding-bottom: 45.8666666667px;
        width: 384.1333333333px;
        border-radius: 11.4666666667px;
    }
}
.c-block-about__ttl {
    padding-bottom: 0.5333333333vw;
    display: block;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.45;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
    border-bottom: 0.5333333333vw solid #fff;
}
@media screen and (min-width: 751px) {
    .c-block-about__ttl {
        padding-bottom: 2.2933333333px;
        font-size: 22.9333333333px;
        border-bottom: 2.2933333333px solid #fff;
    }
}
.c-block-about__note {
    display: block;
    color: #FFFF21;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    margin-top: 1.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__note {
        font-size: 17.2px;
        margin-top: 6.88px;
    }
}
.c-block-about__note--2 {
    color: #fff;
    line-height: 1.77;
}
.c-block-about__note-strong {
    color: #FFFF21;
    border-bottom: 0.2666666667vw solid #FFFF21;
}
@media screen and (min-width: 751px) {
    .c-block-about__note-strong {
        border-width: 1.1466666667px;
    }
}
.c-block-about__note-small {
    display: block;
    font-size: 3.2vw;
    font-weight: 500;
    margin-top: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__note-small {
        font-size: 13.76px;
        margin-top: 8.0266666667px;
    }
}
.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__body {
    position: relative;
    display: block;
    width: 66.6666666667vw;
    margin-inline: auto;
    margin-top: 8.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__body {
        width: 286.6666666667px;
        margin-top: 35.5466666667px;
    }
}
.c-block-about__body--2 {
    width: 78.6666666667vw;
    margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__body--2 {
        width: 338.2666666667px;
        margin-top: 20.64px;
    }
}
.c-block-about__pic {
    display: block;
    width: 100%;
    margin-top: 2.1333333333vw;
    z-index: 2;
}
@media screen and (min-width: 751px) {
    .c-block-about__pic {
        margin-top: 9.1733333333px;
    }
}
.c-block-about__pic2 {
    display: block;
    width: 66.1333333333vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-block-about__pic2 {
        width: 284.3733333333px;
    }
}
.c-block-about__txt {
    display: block;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: -0.02em;
    line-height: 1.5714285714;
    text-align: justify;
    margin-top: 2.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__txt {
        font-size: 16.0533333333px;
        margin-top: 10.32px;
    }
}

/* ---------------------------------------------
*   c-block-howto
--------------------------------------------- */
.c-block-howto__box {
    margin-top: 9.0666666667vw;
    padding: 4vw 5.3333333333vw 0.2666666667vw;
    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: 38.9866666667px;
        padding: 25.2266666667px 22.9333333333px 1.1466666667px;
        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 {
    padding-bottom: 0.5333333333vw;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    font-size: 4.8vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    margin-inline: auto;
    border-bottom: 0.5333333333vw solid #000;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-ttl {
        padding-bottom: 2.2933333333px;
        font-size: 20.64px;
        border-bottom: 2.2933333333px solid #000;
    }
}
.c-block-howto__box-list {
    margin-top: 2.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list {
        margin-top: 12.6133333333px;
    }
}
.c-block-howto__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-item {
        margin-bottom: 8.0266666667px;
    }
}
.c-block-howto__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-block-howto__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0.1333333333vw 1.3333333333vw 0.1333333333vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #00ACAF;
    color: #00ACAF;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.firefox .c-block-howto__box-list-label {
    padding: 0.407vw 2.1333333333vw 0.1333333333vw;
}

.windows .c-block-howto__box-list-label {
    padding: 0.466667vw 2.1333333333vw 0.233333vw;
}

.safari .c-block-howto__box-list-label {
    padding: 0.47vw 2.1333333333vw 0.1333333333vw;
}

.android .c-block-howto__box-list-label {
    padding: 0.37vw 2.1333333333vw 0.3333333333vw;
}

@media screen and (min-width: 751px) {
    .c-block-howto__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0.866667px 9.1733333333px 1px;
        font-size: 13.76px;
        border-radius: 4.5866666667px;
    }
    .firefox .c-block-howto__box-list-label {
        padding: 1.467px 9.1733333333px 0.573px;
    }
    .windows .c-block-howto__box-list-label {
        padding: 2.366667px 9.1733333333px 0.5733333333px;
    }
    .safari .c-block-howto__box-list-label {
        padding: 2px 9.1733333333px 0px;
    }
}
.c-block-howto__box-list-txt {
    color: #000;
    font-feature-settings: "palt";
    font-size: 3.4666666667vw;
    font-weight: bold;
    margin-top: 0.2666666667vw;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-howto__box-list-txt {
        font-size: 14.9066666667px;
        margin-top: 1.1466666667px;
    }
}
.c-block-howto__box-list-txt-st {
    color: #00ACAF;
}
.c-block-howto__date {
    display: block;
    width: 58.4vw;
    margin-inline: auto;
    margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__date {
        width: 251.12px;
        margin-top: 20.64px;
    }
}
.c-block-howto__date--2 {
    width: 69.0666666667vw;
    margin-top: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-howto__date--2 {
        width: 296.9866666667px;
        margin-top: 27.52px;
    }
}
.c-block-howto__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74.6666666667vw;
    margin-top: 2.1333333333vw;
    transform: translateX(-4.3%);
}
@media (hover: hover) and (pointer: fine) {
    .c-block-howto__btn {
        transition: opacity 300ms;
    }
    .c-block-howto__btn:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto__btn {
        width: 321.0666666667px;
        margin-top: 9.1733333333px;
        transform: translateX(-14px);
    }
}
@media screen and (max-width: 750px) {
    .windows .c-block-howto__btn {
        transform: translateX(-6%);
    }
}

@media screen and (max-width: 750px) {
    .windows.chrome .c-block-howto__btn {
        transform: translateX(-5.5%);
    }
}

@media screen and (max-width: 750px) {
    .edge .c-block-howto__btn {
        transform: translateX(-5.5%);
    }
}

.c-block-howto__link-outer {
    margin-top: 6.1333333333vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-block-howto__link-outer {
        margin-top: 26.3733333333px;
    }
}
.c-block-howto__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 2px solid #fff;
    font-weight: bold;
    color: #fff;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-howto__link {
        transition: opacity 300ms;
    }
    .c-block-howto__link:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-block-howto__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
    }
}
.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-cassette-lineup
--------------------------------------------- */
.c-cassette-lineup {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.c-cassette-lineup--1 {
    padding-left: 6.9333333333%;
}
.c-cassette-lineup--2 {
    padding-right: 12.5333333333%;
    flex-direction: row-reverse;
    margin-top: 8.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--2 {
        margin-top: 36.6933333333px;
    }
}
.c-cassette-lineup--2 .c-cassette-lineup__name-l {
    margin-top: -0.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--2 .c-cassette-lineup__name-l {
        margin-top: -1.1466666667px;
    }
}
.c-cassette-lineup--3 {
    padding-left: 8%;
    margin-top: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--3 {
        margin-top: 27.52px;
    }
}
.c-cassette-lineup--3 .c-cassette-lineup__name-l {
    margin-top: 0;
}
.c-cassette-lineup__inner {
    position: relative;
    z-index: 1;
}
.c-cassette-lineup__ttl {
    display: block;
}
.c-cassette-lineup__ttl--1 {
    width: 34.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__ttl--1 {
        width: 146.7733333333px;
    }
}
.c-cassette-lineup__ttl--2 {
    position: relative;
    left: 20%;
    width: 30.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__ttl--2 {
        width: 133.0133333333px;
    }
}
.c-cassette-lineup__ttl--3 {
    width: 27.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__ttl--3 {
        width: 119.2533333333px;
    }
}
.c-cassette-lineup__txt-wrap--1 {
    padding-left: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__txt-wrap--1 {
        padding-left: 27.52px;
    }
}
.c-cassette-lineup__txt-wrap--2 {
    margin-top: -2.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__txt-wrap--2 {
        margin-top: -9.1733333333px;
    }
}
.c-cassette-lineup__txt-wrap--3 {
    padding-left: 5.3333333333vw;
    margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__txt-wrap--3 {
        padding-left: 22.9333333333px;
        margin-top: 2.2933333333px;
    }
}
.c-cassette-lineup__name {
    display: block;
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: -0.07em;
    line-height: 1.25;
    white-space: nowrap;
    font-feature-settings: "palt" 1;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__name {
        font-size: 13.76px;
    }
}
.c-cassette-lineup__name-l {
    display: block;
    font-size: 4.2666666667vw;
    line-height: 1.125;
    margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__name-l {
        font-size: 18.3466666667px;
        margin-top: 2.2933333333px;
    }
}
.c-cassette-lineup__size {
    display: block;
    font-size: 2.6666666667vw;
    font-weight: 700;
    line-height: 1.8;
    font-feature-settings: "palt" 1;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__size {
        font-size: 11.4666666667px;
    }
}
.c-cassette-lineup__price {
    display: block;
    padding-left: 0.5333333333vw;
    margin-top: 2.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price {
        padding-left: 2.2933333333px;
        margin-top: 10.32px;
    }
}
.c-cassette-lineup__price--1 {
    width: 15.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price--1 {
        width: 67.6533333333px;
    }
}
.c-cassette-lineup__price--2 {
    width: 15.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price--2 {
        width: 67.6533333333px;
    }
}
.c-cassette-lineup__price--3 {
    width: 16vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price--3 {
        width: 68.8px;
    }
}
.c-cassette-lineup__product {
    position: relative;
    z-index: 1;
    display: block;
    flex-shrink: 0;
}
.c-cassette-lineup__product--1 {
    top: -4.7vw;
    left: 6%;
    width: 46.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--1 {
        top: -1.3vw;
        width: 201.8133333333px;
    }
}
.c-cassette-lineup__product--2 {
    position: relative;
    top: -5.8666666667vw;
    width: 46.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--2 {
        top: -25.2266666667px;
        width: 201.8133333333px;
    }
}
.c-cassette-lineup__product--3 {
    position: relative;
    top: -8.2666666667vw;
    left: 0.8vw;
    width: 46.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--3 {
        top: -35.5466666667px;
        left: 3.44px;
        width: 201.8133333333px;
    }
}

/* ---------------------------------------------
*   c-cassette-feature
--------------------------------------------- */
.c-cassette-feature {
    position: relative;
}
.c-cassette-feature--1, .c-cassette-feature--3 {
    padding-left: 11.4666666667%;
}
.c-cassette-feature--2 {
    margin-top: 25.8666666667vw;
    padding-right: 11.4666666667%;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature--2 {
        margin-top: 111.2266666667px;
    }
}
.c-cassette-feature--3 {
    padding-bottom: 13.3333333333vw;
    margin-top: 23.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature--3 {
        padding-bottom: 57.3333333333px;
        margin-top: 102.0533333333px;
    }
}
.c-cassette-feature__acc {
    position: absolute;
    top: 0;
    left: 4.3%;
    z-index: 1;
    display: block;
    width: 3.033333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__acc {
        width: 12.6133333333px;
    }
}
.c-cassette-feature__acc--2 {
    left: auto;
    right: 4.3%;
    width: 2.77vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__acc--2 {
        width: 0.8vw;
    }
}
.c-cassette-feature__bg {
    display: block;
    width: 100%;
}
.c-cassette-feature__bg img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-cassette-feature__inner {
    position: relative;
    width: 88.9230769231%;
    margin-top: 4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__inner {
        margin-top: 17.2px;
    }
}
.c-cassette-feature__inner--2 {
    margin-left: 12.9230769231%;
}
.c-cassette-feature__thumb {
    position: absolute;
    display: block;
}
.c-cassette-feature__thumb--1 {
    top: -9.4%;
    right: 4.6%;
    width: 24.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--1 {
        width: 104.3466666667px;
    }
}
.c-cassette-feature__thumb--2 {
    top: -10.4%;
    left: 6.6%;
    width: 30.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--2 {
        width: 129.5733333333px;
    }
}
.c-cassette-feature__thumb--3 {
    top: -10.1%;
    right: 4%;
    width: 30.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__thumb--3 {
        width: 130.72px;
    }
}
.c-cassette-feature__lead {
    display: block;
    font-feature-settings: "palt" 1;
    font-family: "Noto Serif JP", serif;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.3333333333;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead {
        font-size: 17.2px;
    }
}
.c-cassette-feature__lead-l {
    position: relative;
    z-index: 1;
    display: inline-block;
    font-feature-settings: "palt" 1;
    font-family: "Noto Serif JP", serif;
    font-size: 7.4666666667vw;
    line-height: 1.2;
    margin-top: 1.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead-l {
        font-size: 32.1066666667px;
        margin-top: 4.5866666667px;
    }
}
.c-cassette-feature__lead-l + .c-cassette-feature__lead-l {
    margin-top: 0;
}
.c-cassette-feature__lead-l::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 40%;
    left: 0;
    display: block;
    width: 100%;
    height: 6.4vw;
    background-color: #40BBE7;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead-l::before {
        height: 27.52px;
    }
}
.c-cassette-feature__txt-wrap {
    margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-wrap {
        margin-top: 11.4666666667px;
    }
}
.c-cassette-feature__txt {
    font-feature-settings: "palt" 1;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.7857142857;
    text-align: justify;
    margin-top: 4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt {
        font-size: 16.0533333333px;
        margin-top: 17.2px;
    }
}
@media screen and (max-width: 750px) {
    .edge .c-cassette-feature__txt {
        letter-spacing: -0.08em;
    }
}

.c-cassette-feature__sub {
    position: relative;
    display: block;
    margin: 5.6vw auto 0;
    width: 73.0666666667vw;
    transform: translateX(1.3333333333vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__sub {
        width: 314.1866666667px;
        margin-top: 24.08px;
        transform: translateX(5.7333333333px);
    }
}

/* ---------------------------------------------
*   c-cassette-collabo
--------------------------------------------- */
.c-cassette-collabo {
    position: relative;
    padding-top: 12vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo {
        padding-top: 51.6px;
    }
}
.c-cassette-collabo + .c-cassette-collabo {
    margin-top: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo + .c-cassette-collabo {
        margin-top: 40.1333333333px;
    }
}
.c-cassette-collabo:first-of-type::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -22.3%;
    left: 0;
    display: block;
    width: 49.8666666667vw;
    aspect-ratio: 375/599;
    background: url(../img/collabo_bg3.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo:first-of-type::after {
        bottom: -22.5%;
        left: 0.2%;
        width: 214.4266666667px;
    }
}
.c-cassette-collabo:nth-of-type(2)::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 37.8%;
    right: 0;
    display: block;
    width: 40vw;
    aspect-ratio: 301/616;
    background: url(../img/collabo_bg4.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo:nth-of-type(2)::before {
        width: 172px;
    }
}
.c-cassette-collabo:nth-of-type(3)::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 26.3%;
    left: 0;
    display: block;
    width: 34.6666666667vw;
    aspect-ratio: 261/486;
    background: url(../img/collabo_bg6-1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo:nth-of-type(3)::before {
        width: 149.0666666667px;
    }
}
.c-cassette-collabo:nth-of-type(3)::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 11%;
    right: 0;
    display: block;
    width: 32.5333333333vw;
    aspect-ratio: 241/429;
    background: url(../img/collabo_bg6-2.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo:nth-of-type(3)::after {
        width: 139.8933333333px;
    }
}
.c-cassette-collabo__head {
    position: relative;
}
.c-cassette-collabo__ttl {
    display: block;
    width: 80vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__ttl {
        width: 344px;
    }
}
.c-cassette-collabo__ttl--4 {
    width: 73.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__ttl--4 {
        width: 316.48px;
    }
}
.c-cassette-collabo__pop {
    position: absolute;
    display: block;
    width: 17.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__pop {
        width: 73.3866666667px;
    }
}
.c-cassette-collabo__pop--1 {
    top: 66.4%;
    right: 2.9%;
}
.c-cassette-collabo__pop--2 {
    top: 45%;
    left: 3.1%;
}
.c-cassette-collabo__pop img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-cassette-collabo__pop2 {
    position: absolute;
    display: block;
    width: 19.4666666667vw;
    top: 56vw;
    right: 8.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__pop2 {
        width: 83.7066666667px;
        top: 240.8px;
        right: 37.84px;
    }
}
.c-cassette-collabo__pop2 img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-cassette-collabo__body {
    text-align: center;
    margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__body {
        margin-top: 20.64px;
    }
}
.c-cassette-collabo__body--2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: -6.4vw;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__body--2 {
        margin-top: -27.52px;
    }
}
.c-cassette-collabo__fig {
    display: block;
    width: 80vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__fig {
        width: 344px;
    }
}
.c-cassette-collabo__txt {
    display: block;
    font-size: 5.3333333333vw;
    font-weight: 700;
    line-height: 1.35;
    margin-top: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__txt {
        font-size: 22.9333333333px;
        margin-top: 21.7866666667px;
    }
}
.c-cassette-collabo__foot {
    margin-top: 5.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__foot {
        margin-top: 25.2266666667px;
    }
}
.c-cassette-collabo__foot--2 {
    margin-top: -1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__foot--2 {
        margin-top: -8.0266666667px;
    }
}
.c-cassette-collabo__btn {
    display: block;
    width: 40vw;
    margin-inline: auto;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .c-cassette-collabo__btn {
        transition: opacity 300ms;
    }
    .c-cassette-collabo__btn:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__btn {
        width: 172px;
    }
}
.c-cassette-collabo__btn--2 {
    position: relative;
    left: 7%;
    width: 44.8vw;
    margin-top: 5.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__btn--2 {
        width: 192.64px;
        margin-top: 25.2266666667px;
    }
}
.c-cassette-collabo__txt-wrap {
    flex-shrink: 0;
    width: 42.9333333333vw;
    margin-top: 16.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__txt-wrap {
        width: 184.6133333333px;
        margin-top: 72.24px;
    }
}
.c-cassette-collabo__txt-img {
    position: relative;
    left: 9.9%;
    display: block;
    width: 100%;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__txt-img {
        width: 184.6133333333px;
    }
}
.c-cassette-collabo__bottle {
    position: relative;
    left: 6.4%;
    display: block;
    width: 45.6vw;
    flex-shrink: 0;
}
@media screen and (min-width: 751px) {
    .c-cassette-collabo__bottle {
        width: 198px;
    }
}

/* ---------------------------------------------
*   c-keyvisual
--------------------------------------------- */
.c-keyvisual {
    position: relative;
    z-index: 1;
    background-color: #40B6E3;
}
.c-keyvisual::after {
    content: "";
    position: absolute;
    bottom: -16.5333333333vw;
    left: 0;
    display: block;
    width: 100%;
    height: 18.9333333333vw;
    background: rgb(64, 182, 227);
    background: linear-gradient(180deg, rgb(64, 182, 227) 0%, rgba(64, 182, 227, 0) 100%);
}
@media screen and (min-width: 751px) {
    .c-keyvisual::after {
        bottom: -45.8666666667px;
        height: 81.4133333333px;
    }
}
.c-keyvisual img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-keyvisual__logo {
    position: absolute;
    top: 53.9%;
    left: 13.5%;
    display: block;
    width: 37.3333333333vw;
    /* anime */
    opacity: 0;
    transform: translateY(30px);
    transition: transform 0.5s, opacity 0.5s;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__logo {
        width: 160.5333333333px;
    }
}
.is-loaded .c-keyvisual__logo {
    opacity: 1;
    transition-delay: 1s;
    transform: translateY(0px);
}

.c-keyvisual__anchor {
    position: absolute;
    top: 65.2%;
    left: 51.4%;
    display: block;
    width: 97.0666666667vw;
    transform: translateX(-50%);
    /* anime */
    opacity: 0;
    transform: translateY(30px) translateX(-50%);
    transition: transform 0.5s, opacity 0.5s;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__anchor {
        bottom: -58.48px;
        width: 417.3866666667px;
    }
}
@media screen and (max-width: 750px) {
    .windows .c-keyvisual__anchor {
        width: 97%;
    }
}

.is-loaded .c-keyvisual__anchor {
    opacity: 1;
    transition-delay: 2s;
    transform: translateY(0px) translateX(-50%);
}

.c-keyvisual__anchor-link {
    display: block;
    cursor: pointer;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .c-keyvisual__anchor-link {
        transition: opacity 300ms;
    }
    .c-keyvisual__anchor-link:hover {
        opacity: 0.8;
    }
}
.c-keyvisual__banner {
    position: absolute;
    z-index: 2;
    top: 86%;
    left: 50%;
    width: 72vw;
    margin-inline: auto;
    transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
    .c-keyvisual__banner {
        width: 309.6px;
    }
}
.c-keyvisual__banner img {
    width: 100%;
}
.c-keyvisual__banner-link {
    display: block;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .c-keyvisual__banner-link {
        transition: opacity 300ms;
    }
    .c-keyvisual__banner-link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-section-lineup
--------------------------------------------- */
.c-section-lineup {
    position: relative;
    z-index: 1;
    padding-top: 8.2666666667vw;
    padding-bottom: 23.2vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup {
        padding-top: 35.5466666667px;
        padding-bottom: 99.76px;
    }
}
.c-section-lineup::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 750/1428;
    background: url(../img/bg_lineup.png) 0 0 no-repeat;
    background-size: 100% auto;
}
.c-section-lineup__head {
    margin: 0 auto 24.2666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__head {
        margin-bottom: 104.3466666667px;
    }
}
.c-section-lineup__ttl {
    position: relative;
    left: 1.4%;
    display: block;
    width: 41.3333333333vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__ttl {
        width: 177.7333333333px;
    }
}
.c-section-lineup__ttl-small {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.2;
    margin-top: -0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__ttl-small {
        font-size: 17.2px;
        margin-top: -2.2933333333px;
    }
}

/* ---------------------------------------------
*   c-section-feature
--------------------------------------------- */
.c-section-feature {
    position: relative;
    padding-top: 11.4666666667vw;
    background-color: #0091CC;
}
@media screen and (min-width: 751px) {
    .c-section-feature {
        padding-top: 49.3066666667px;
    }
}
.c-section-feature::before {
    content: "";
    position: absolute;
    top: -56.5333333333vw;
    left: 0;
    display: block;
    width: 100%;
    height: 58.1333333333vw;
    background: rgb(64, 182, 227);
    background: linear-gradient(180deg, rgba(64, 182, 227, 0) 0%, rgb(0, 145, 204) 100%);
}
@media screen and (min-width: 751px) {
    .c-section-feature::before {
        top: -243.0933333333px;
        height: 249.9733333333px;
    }
}
.c-section-feature::after {
    content: "";
    position: absolute;
    top: -47.7333333333vw;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 752/316;
    background: url(../img/bg_lineup-bottom.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 751px) {
    .c-section-feature::after {
        top: -205.2533333333px;
    }
}
.c-section-feature__head {
    text-align: center;
}
.c-section-feature__ttl {
    display: block;
    width: 40.5333333333vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-section-feature__ttl {
        width: 174.2933333333px;
    }
}
.c-section-feature__ttl-small {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 4vw;
    font-weight: 700;
    letter-spacing: 0.2em;
    line-height: 1.2;
    margin-top: -0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__ttl-small {
        font-size: 17.2px;
        margin-top: -2.2933333333px;
    }
}
.c-section-feature__body {
    margin-top: 16.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__body {
        margin-top: 69.9466666667px;
    }
}
.c-section-feature__bottom {
    position: relative;
    z-index: 2;
    display: block;
    width: 100%;
}

/* ---------------------------------------------
*   c-section-monthly
--------------------------------------------- */
.c-section-monthly {
    position: relative;
    padding: 8vw 0 4.2666666667vw;
    background-color: #40B6E3;
    margin-top: -2px;
}
@media screen and (min-width: 751px) {
    .c-section-monthly {
        padding: 34.4px 0 18.3466666667px;
    }
}
.c-section-monthly__container {
    position: relative;
    z-index: 1;
    width: 89.3333333333vw;
    margin: 0 auto;
    border-radius: 3.2vw;
    background-color: #DDF0F5;
    padding-top: 10.6666666667vw;
    padding-bottom: 12vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__container {
        width: 384.1333333333px;
        padding-top: 45.8666666667px;
        padding-bottom: 51.6px;
        border-radius: 13.76px;
    }
}
.c-section-monthly__label {
    position: absolute;
    z-index: 2;
    top: 1.6vw;
    left: 50%;
    transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
    .c-section-monthly__label {
        top: 6.88px;
    }
}
.c-section-monthly__balloon {
    padding: 2.266667vw 6.866667vw 3.566667vw;
    border: 1px solid #000;
    line-height: 1.25;
    border-radius: 6vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__balloon {
        padding: 15px 30px 16px;
        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: "Noto Sans JP", sans-serif;
    font-size: 3.4666666667vw;
    font-weight: bold;
    letter-spacing: 0.07em;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__balloon-txt {
        font-size: 14.9066666667px;
    }
}
.c-section-monthly__img {
    position: relative;
    width: 80vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__img {
        width: 344px;
    }
}
.c-section-monthly__img img {
    display: block;
    width: 100%;
}

/* ---------------------------------------------
*   c-section-campaign
--------------------------------------------- */
.c-section-campaign {
    position: relative;
    padding-top: 20.2666666667vw;
    background: url(../img/bg_campaign.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
    .c-section-campaign {
        padding-top: 87.1466666667px;
    }
}
.c-section-campaign__head {
    text-align: center;
}
.c-section-campaign__ttl {
    display: block;
    width: 51.2vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__ttl {
        width: 220.16px;
    }
}
.c-section-campaign__ttl img {
    width: 100%;
}
.c-section-campaign__ttl-small {
    display: block;
    font-family: "Noto Serif JP", serif;
    font-size: 3.2vw;
    margin-top: -2.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__ttl-small {
        font-size: 13.76px;
        margin-top: -12.6133333333px;
    }
}
.c-section-campaign__contents {
    width: 86.6666666667%;
    margin: 8.2666666667vw auto 0;
    padding: 8.7% 4.3% 8.2666666667vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__contents {
        padding-bottom: 35.5466666667px;
        margin-top: 35.5466666667px;
        border-radius: 11.4666666667px;
    }
}
.c-section-campaign__date-l {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}
.c-section-campaign__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    color: #0088C4;
    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: 2px solid #0088C4;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__date-icon {
        width: 49.3066666667px;
        height: 49.3066666667px;
        margin-top: 9px;
        margin-right: 6.88px;
        font-size: 13.1293333333px;
    }
}
.c-section-campaign__date-txt {
    color: #0088C4;
    font-family: "Work Sans", sans-serif;
    font-size: 10.6666666667vw;
    font-weight: 500;
    letter-spacing: -0.01em;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__date-txt {
        font-size: 45.8666666667px;
    }
}
.c-section-campaign__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-campaign__date-txt-s {
        margin-left: 4.5866666667px;
        font-size: 16.0533333333px;
    }
}
.c-section-campaign__date-txt-sym {
    display: inline-block;
    font-size: 10.6666666667vw;
    margin-left: 0.8vw;
    margin-right: 1.8666666667vw;
    transform: translateY(-1.0666666667vw);
}
@media screen and (min-width: 751px) {
    .c-section-campaign__date-txt-sym {
        font-size: 45.8666666667px;
        margin-left: 3.44px;
        margin-right: 8.0266666667px;
        transform: translateY(-4.5866666667px);
    }
}
.c-section-campaign__txt {
    font-size: 4vw;
    font-weight: bold;
    color: #4D4D4D;
    text-align: center;
    line-height: 1.53;
    margin-top: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__txt {
        font-size: 17.2px;
        margin-top: 11.4666666667px;
    }
}
.c-section-campaign__box {
    margin-top: 4.6666666667vw;
    padding: 5.8666666667vw 5.3333333333vw 0.2666666667vw;
    border-radius: 2.6666666667vw;
    background-color: rgba(0, 136, 196, 0.1);
}
@media screen and (min-width: 751px) {
    .c-section-campaign__box {
        margin-top: 20.0666666667px;
        padding: 25.2266666667px 22.9333333333px 1.1466666667px;
        border-radius: 11.4666666667px;
    }
}
.c-section-campaign__box-ttl {
    width: 6.4vw;
    margin: 0 auto 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__box-ttl {
        width: 27.52px;
        margin-bottom: 11.4666666667px;
    }
}
.c-section-campaign__box-ttl svg {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-campaign__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__box-list-item {
        margin-bottom: 8.0266666667px;
    }
}
.c-section-campaign__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-section-campaign__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0.1333333333vw 2.1333333333vw 0.1333333333vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #0088C4;
    color: #0088C4;
    font-size: 3.2vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.firefox .c-section-campaign__box-list-label {
    padding: 0.407vw 2.1333333333vw 0.1333333333vw;
}

.windows .c-section-campaign__box-list-label {
    padding: 0.466667vw 2.1333333333vw 0.233333vw;
}

.safari .c-section-campaign__box-list-label {
    padding: 0.47vw 2.1333333333vw 0.1333333333vw;
}

.android .c-section-campaign__box-list-label {
    padding: 0.37vw 2.1333333333vw 0.3333333333vw;
}

@media screen and (min-width: 751px) {
    .c-section-campaign__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0.866667px 9.1733333333px 1px;
        font-size: 13.76px;
        border-radius: 4.5866666667px;
    }
    .firefox .c-section-campaign__box-list-label {
        padding: 1.467px 9.1733333333px 0.573px;
    }
    .windows .c-section-campaign__box-list-label {
        padding: 2.366667px 9.1733333333px 0.5733333333px;
    }
    .safari .c-section-campaign__box-list-label {
        padding: 2px 9.1733333333px 0px;
    }
}
.c-section-campaign__box-list-txt {
    color: #4D4D4D;
    font-feature-settings: "palt";
    font-size: 3.3333333333vw;
    font-weight: bold;
    letter-spacing: 0.02em;
    margin-top: 0.2666666667vw;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__box-list-txt {
        font-size: 14.3333333333px;
        margin-top: 1.1466666667px;
    }
}
.c-section-campaign__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74.6666666667vw;
    margin-top: 2.1333333333vw;
    transform: translateX(-4.3%);
}
@media (hover: hover) and (pointer: fine) {
    .c-section-campaign__btn {
        transition: opacity 300ms;
    }
    .c-section-campaign__btn:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-section-campaign__btn {
        width: 321.0666666667px;
        margin-top: 9.1733333333px;
        transform: translateX(-14px);
    }
}
@media screen and (max-width: 750px) {
    .windows .c-section-campaign__btn {
        transform: translateX(-6%);
    }
}

@media screen and (max-width: 750px) {
    .windows.chrome .c-section-campaign__btn {
        transform: translateX(-5.5%);
    }
}

@media screen and (max-width: 750px) {
    .edge .c-section-campaign__btn {
        transform: translateX(-5.5%);
    }
}

.c-section-campaign__link-outer {
    margin-top: 3.4666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-campaign__link-outer {
        margin-top: 18px;
    }
}
.c-section-campaign__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 2px solid #4D4D4D;
    font-weight: bold;
    color: #4D4D4D;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-campaign__link {
        transition: opacity 300ms;
    }
    .c-section-campaign__link:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-section-campaign__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
    }
}
.c-section-campaign__link:after {
    content: "";
    position: absolute;
    top: 20%;
    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-campaign__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}
.android .c-section-campaign__link:after {
    top: 17%;
}

/* ---------------------------------------------
*   c-section-collabo
--------------------------------------------- */
.c-section-collabo {
    position: relative;
    z-index: 1;
    background-color: #00ACAF;
    padding-block: 19% 22.6666666667vw;
    margin-top: -10%;
}
@media screen and (min-width: 751px) {
    .c-section-collabo {
        padding-block: 19% 97.4666666667px;
    }
}
.c-section-collabo::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -0.5%;
    left: -0.4%;
    display: block;
    width: 44vw;
    aspect-ratio: 330/386;
    background: url(../img/collabo_bg1.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
@media screen and (min-width: 751px) {
    .c-section-collabo::before {
        top: -0.4%;
        left: -0.1%;
        width: 189.2px;
    }
}
.c-section-collabo::after {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: -18.6666666667vw;
    left: 0;
    display: block;
    width: 100%;
    aspect-ratio: 375/297;
    background: url(../img/collabo_bg-bottom.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 751px) {
    .c-section-collabo::after {
        bottom: -80.2666666667px;
    }
}
.c-section-collabo__head {
    position: relative;
    text-align: center;
}
.c-section-collabo__pop {
    position: absolute;
    top: -13.2%;
    right: 4.9%;
    display: block;
    width: 21.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__pop {
        top: -11.5%;
        right: 5%;
        width: 90px;
    }
}
.c-section-collabo__pop img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-collabo__ttl {
    margin-bottom: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__ttl {
        margin-bottom: 28.6666666667px;
    }
}
.c-section-collabo__ttl-fig {
    position: relative;
    display: block;
    margin-inline: auto;
}
.c-section-collabo__ttl-fig--1 {
    left: 1%;
    width: 33.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__ttl-fig--1 {
        width: 144.48px;
    }
}
.c-section-collabo__ttl-fig--2 {
    left: -0.5%;
    width: 75.2vw;
    margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__ttl-fig--2 {
        width: 323.36px;
        margin-top: 20.64px;
    }
}
.c-section-collabo__logo-area {
    padding-block: 11.2vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__logo-area {
        padding-block: 48.16px;
    }
}
.c-section-collabo__logo {
    position: relative;
    left: 2%;
    display: block;
    width: 34.7vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__logo {
        width: 196.08px;
    }
}
.c-section-collabo__txt {
    display: block;
    font-feature-settings: "palt" 1;
    font-size: 4vw;
    font-weight: 500;
    line-height: 1.8666666667;
    margin-top: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__txt {
        font-size: 17.2px;
        margin-top: 21.7866666667px;
    }
}
.c-section-collabo__body {
    position: relative;
    margin-top: 9.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__body {
        margin-top: 38.9866666667px;
    }
}
.c-section-collabo__body::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -7.3%;
    right: 0;
    display: block;
    width: 56.2666666667vw;
    aspect-ratio: 422/588;
    background: url(../img/collabo_bg2.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__body::before {
        top: -7%;
        width: 241.9466666667px;
    }
}
.c-section-collabo__foot {
    margin-top: 24.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-collabo__foot {
        margin-top: 106.64px;
    }
}

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

/* ---------------------------------------------
*   letter-spacing
--------------------------------------------- */
.letter-spacing-007 {
    letter-spacing: -0.07em;
}

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

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

/* js-fadedawn-pop */
.js-fadedawn-pop {
    opacity: 0;
    transform: translateY(-30px);
}
.js-fadedawn-pop.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transition-delay: 1.5s;
    transform: translateY(0);
}

/* js-fadedawn-pop2 */
.js-fadedawn-pop2 {
    opacity: 0;
    transform: translateY(-30px);
}
.js-fadedawn-pop2.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transition-delay: 1s;
    transform: translateY(0);
}

/* js-fadedawn-pop3 */
.js-fadedawn-pop3 {
    opacity: 0;
    transform: translateY(-30px);
}
.js-fadedawn-pop3.is-active {
    opacity: 1;
    transition: opacity 0.75s, transform 0.75s;
    transition-delay: 0.9s;
    transform: translateY(0);
}

/*  js-slidein-to-right
--------------------------------------------- */
.js-slide-to-right {
    -webkit-clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
            clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
    will-change: animation, clip-path;
}
.js-slide-to-right.is-active {
    animation: slideToRight 0.7s cubic-bezier(0.8, 0, 0.2, 1) forwards;
}

@keyframes slideToRight {
    from {
        -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
    }
    to {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
                clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}
@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;
    }
}