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

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #382B20;
}
.l-footer__container {
    padding-top: 10.1333333333%;
    padding-bottom: 5.8666666667%;
}
.l-footer__logo {
    width: 39.2%;
    margin-inline: auto;
}
.l-footer__logo img {
    width: 100%;
}
.l-footer__logo-link {
    display: block;
}
@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: 6.4%;
    text-align: center;
}
.l-footer__copyright-txt {
    display: block;
    font-family: "Lato", serif;
    font-size: 2.6666666667vw;
    color: #fff;
    letter-spacing: 0.1em;
}
@media screen and (min-width: 751px) {
    .l-footer__copyright-txt {
        font-size: 11.4666666667px;
    }
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
}
.l-header__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5.8666666667vw 5.8666666667vw 0 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .l-header__container {
        padding: 25.2266666667px 25.2266666667px 0 22.9333333333px;
    }
}
.l-header__ttl {
    width: 13.0666666667vw;
}
@media screen and (min-width: 751px) {
    .l-header__ttl {
        width: 56.1866666667px;
    }
}
.l-header__ttl img {
    width: 100%;
}
.l-header__logo {
    width: 13.0666666667vw;
    margin-top: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .l-header__logo {
        width: 56.1866666667px;
        margin-top: 5.7333333333px;
    }
}
.l-header__logo-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
    }
}
.l-header__logo-link img {
    width: 100%;
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    position: relative;
    transition: opacity 0.5s;
    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-loading
--------------------------------------------- */
.c-block-loading {
    display: block;
    transition: width 3.5s, height 3.5s;
}
.is-loaded .c-block-loading {
    width: 0;
    height: 0;
}

.c-block-loading__back {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99998;
    display: block;
    width: 100%;
    height: 100lvh;
    transition: opacity 0.3s;
    opacity: 0;
    background-color: #dc1e79;
    transform-origin: 50% 0;
    will-change: transform;
}
@media screen and (max-width: 750px) {
    .c-block-loading__back {
        transition-timing-function: ease-out;
        transition-duration: 1.2s;
    }
}
.mac.safari .c-block-loading__back {
    transition-duration: 1.2s;
}

.is-loaded .c-block-loading__back {
    opacity: 1;
    animation-name: animation-clip-path;
    animation-duration: 1.2s;
    animation-delay: 1.2s;
    animation-fill-mode: forwards;
    pointer-events: none;
}

.c-block-loading__bg {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100lvh;
    background: url(../img/bg_load.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    transform-origin: 50% 0;
    will-change: transform;
}
@media screen and (max-width: 750px) {
    .c-block-loading__bg {
        transition-timing-function: ease-out;
        transition-duration: 1.2s;
    }
}
.mac.safari .c-block-loading__bg {
    transition-duration: 1.2s;
}

.is-loaded .c-block-loading__bg {
    animation-name: animation-clip-path;
    animation-duration: 1.2s;
    animation-delay: 0.9s;
    animation-fill-mode: forwards;
    pointer-events: none;
}

@keyframes animation-clip-path {
    20% {
        -webkit-clip-path: inset(0 round 0 0 60vw 60vw);
                clip-path: inset(0 round 0 0 60vw 60vw);
    }
    100% {
        -webkit-clip-path: inset(0 round 0 0 60vw 60vw);
                clip-path: inset(0 round 0 0 60vw 60vw);
        transform: scaleY(0);
    }
}
.c-block-loading__logo {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100dvh;
    pointer-events: none;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.is-loaded .c-block-loading__logo {
    animation-name: animation-clip-path-logo;
    animation-duration: 1.2s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    pointer-events: none;
}

@keyframes animation-clip-path-logo {
    0% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
                clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    100% {
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
                clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
}
.c-block-loading__img {
    display: block;
    width: 14.9333333333vw;
    opacity: 0;
    margin: 0 auto 5.3333333333vw;
    transform: translateY(20%);
}
@media screen and (min-width: 751px) {
    .c-block-loading__img {
        width: 64.2133333333px;
        margin: 0 auto 22.9333333333px;
    }
}
.is-loaded .c-block-loading__img {
    animation-name: animation-fade;
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
}

.c-block-loading__img--2 {
    width: 20.2666666667vw;
    margin: 0 auto 0;
    animation-delay: 0.3s;
}
@media screen and (min-width: 751px) {
    .c-block-loading__img--2 {
        width: 87.1466666667px;
        margin: 0 auto 0;
    }
}
@keyframes animation-fade {
    0% {
        opacity: 0;
        transform: translateY(20%);
    }
    43% {
        opacity: 1;
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        transform: translateY(0);
    }
}

/* ---------------------------------------------
*   c-block-bg
--------------------------------------------- */
.c-block-bg {
    position: fixed;
    inset: 0;
    opacity: 0;
}
.is-loaded .c-block-bg {
    opacity: 1;
}

.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: 89px;
    margin: auto;
}
@media screen and (max-width: 1000px) {
    .c-block-bg__logo img {
        width: 8.9vw;
    }
}
.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-bg1
--------------------------------------------- */
.c-block-bg1 {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background: url(../img/bg_bottom.png) center top no-repeat;
    background-size: cover;
    overflow: hidden;
}

/* ---------------------------------------------
*   c-block-bgsh
--------------------------------------------- */
.c-block-bgsh {
    position: relative;
}
.c-block-bgsh::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_sh.png) center top no-repeat;
    background-size: cover;
    opacity: 1;
    mix-blend-mode: overlay;
    overflow: hidden;
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
.c-block {
    position: relative;
    z-index: 1;
    margin-top: -26.4vw;
    animation-name: animation-fade-bnr;
    animation-duration: 0.8s;
    animation-delay: 3.5s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@media screen and (min-width: 751px) {
    .c-block {
        margin-top: -113.52px;
    }
}
.c-block__bnr {
    width: 77.3333333333vw;
    margin-inline: auto;
    transform: translateX(1.3333333333vw);
}
@media screen and (min-width: 751px) {
    .c-block__bnr {
        width: 332.5333333333px;
        transform: translateX(5.7333333333px);
    }
}
.c-block__bnr img {
    width: 100%;
}
.c-block__bnr-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-block__bnr-link {
        transition: opacity 300ms;
    }
    .c-block__bnr-link:hover {
        opacity: 0.8;
    }
}

@keyframes animation-fade-bnr {
    0% {
        transform: translateY(50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/* ---------------------------------------------
*   c-block-intro
--------------------------------------------- */
.c-block-intro {
    padding: 28.8vw 0 64.8vw;
    background-color: #eb568c;
    margin-top: -14.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro {
        padding: 123.84px 0 278.64px;
        margin-top: -64.2133333333px;
    }
}
.c-block-intro__container {
    position: relative;
    margin: 0 auto;
}
.c-block-intro__side-gate {
    position: absolute;
    top: 33.3333333333vw;
    width: 15.2vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__side-gate {
        top: 143.3333333333px;
        width: 65.36px;
    }
}
.c-block-intro__side-gate--1 {
    left: 0;
    height: 229.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__side-gate--1 {
        height: 984.9866666667px;
    }
}
.c-block-intro__side-gate--2 {
    right: 0;
    height: 274.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__side-gate--2 {
        height: 1182.2133333333px;
    }
}
.c-block-intro__head {
    position: relative;
    z-index: 1;
}
.c-block-intro__star {
    position: absolute;
    display: block;
}
.c-block-intro__star img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-block-intro__star--1 {
    top: -1.3333333333vw;
    left: 17.0666666667vw;
    width: 4.8vw;
    height: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__star--1 {
        top: -5.7333333333px;
        left: 73.3866666667px;
        width: 20.64px;
        height: 27.52px;
    }
}
.c-block-intro__star--2 {
    top: 2.6666666667vw;
    left: 13.3333333333vw;
    width: 3.2vw;
    height: 4.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__star--2 {
        top: 11.4666666667px;
        left: 57.3333333333px;
        width: 13.76px;
        height: 19.4933333333px;
    }
}
.c-block-intro__star--3 {
    top: 16.2666666667vw;
    right: 12.2666666667vw;
    width: 4.5333333333vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__star--3 {
        top: 69.9466666667px;
        right: 52.7466666667px;
        width: 19.4933333333px;
        height: 24.08px;
    }
}
.c-block-intro__star--4 {
    bottom: -8.8vw;
    right: 38.9333333333vw;
    width: 3.7333333333vw;
    height: 5.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__star--4 {
        top: -37.84px;
        right: 167.4133333333px;
        width: 16.0533333333px;
        height: 21.7866666667px;
    }
}
.c-block-intro__ttl {
    display: block;
    width: 62.4vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-block-intro__ttl {
        width: 268.32px;
    }
}
.c-block-intro__ttl img {
    width: 100%;
}
.c-block-intro__body {
    position: relative;
    margin-top: -17.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__body {
        margin-top: -74.5333333333px;
    }
}
.c-block-intro__gate {
    display: block;
    width: 54.1333333333vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-block-intro__gate {
        width: 232.7733333333px;
    }
}
.c-block-intro__foot {
    margin-top: -41.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-intro__foot {
        margin-top: -177.7333333333px;
    }
}

/* ---------------------------------------------
*   c-block-about
--------------------------------------------- */
.c-block-about {
    position: relative;
    z-index: 1;
}
.c-block-about__head {
    margin-bottom: 8vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__head {
        margin-bottom: 34.4px;
    }
}
.c-block-about__body {
    position: relative;
    z-index: 2;
    width: 68vw;
    margin: 0 auto;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-about__body {
        width: 284.3733333333px;
    }
}
.c-block-about__star {
    position: absolute;
    display: block;
}
.c-block-about__star img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-block-about__star--1 {
    top: -8.5333333333vw;
    right: -4.5333333333vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__star--1 {
        top: -34px;
        right: -19.4933333333px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-block-about__star--2 {
    top: 13.0666666667vw;
    left: -13.8666666667vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__star--2 {
        top: 60px;
        left: -59.6266666667px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-block-about__star--3 {
    bottom: -0.5333333333vw;
    right: -12.5333333333vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__star--3 {
        bottom: -5px;
        right: -53.8933333333px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-block-about__ttl {
    position: relative;
    padding: 6.9333333333vw 0 5.0666666667vw;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-feature-settings: "palt" 1;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 8.5333333333vw;
    font-weight: 400;
    letter-spacing: -0.04em;
    line-height: 1.2;
    text-align: center;
    margin: 0 auto;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-about__ttl {
        padding: 29.8133333333px 0 21.7866666667px;
        font-size: 36.6933333333px;
    }
}
.c-block-about__ttl::before {
    content: "";
    position: absolute;
    top: 0;
    right: 10.6666666667vw;
    width: 16vw;
    height: 8vw;
    background: url(../img/ttl-logo1.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 751px) {
    .c-block-about__ttl::before {
        right: 45.8666666667px;
        width: 68.8px;
        height: 34.4px;
    }
}
.c-block-about__ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 5.6vw;
    width: 12.5333333333vw;
    height: 9.6vw;
    background: url(../img/ttl-logo2.png) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (min-width: 751px) {
    .c-block-about__ttl::after {
        left: 24.08px;
        width: 53.8933333333px;
        height: 41.28px;
    }
}
.c-block-about__ttl-large {
    position: relative;
    display: inline-block;
    font-size: 10.1333333333vw;
    letter-spacing: 0.05em;
    margin-left: -0.5333333333vw;
    margin-right: -1.8666666667vw;
    transform: translateY(-0.8vw);
}
@media screen and (min-width: 751px) {
    .c-block-about__ttl-large {
        font-size: 43.5733333333px;
        margin-left: -2.2933333333px;
        margin-right: -8.0266666667px;
        transform: translateY(-3.44px);
    }
}
.c-block-about__lead {
    position: relative;
    display: grid;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
    font-feature-settings: "palt" 1;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 4vw;
    font-weight: 400;
    letter-spacing: 0.09em;
    line-height: 1.3;
    text-align: left;
    margin: 0 auto 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__lead {
        font-size: 17.2px;
        margin-bottom: 22.9333333333px;
    }
}
.c-block-about__lead-large {
    display: inline-block;
    font-size: 7.7333333333vw;
    letter-spacing: 0.09em;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-block-about__lead-large {
        font-size: 33.2533333333px;
    }
}
.c-block-about__lead-large::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3.4666666667vw;
    background: linear-gradient(to right, #f77156 0%, #c6005d 100%);
}
@media screen and (min-width: 751px) {
    .c-block-about__lead-large::before {
        height: 14.9066666667px;
    }
}
.c-block-about__txt-wrap {
    position: relative;
    z-index: 3;
}
.c-block-about__txt-wrap--2 {
    margin-top: 2.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__txt-wrap--2 {
        margin-top: 12.6133333333px;
    }
}
.c-block-about__txt {
    position: relative;
    display: block;
    color: #fff;
    font-feature-settings: "palt" 1;
    font-size: 3.7333333333vw;
    font-weight: 400;
    letter-spacing: 0.07em;
    line-height: 1.65;
    text-align: left;
}
@media screen and (min-width: 751px) {
    .c-block-about__txt {
        font-size: 16.0533333333px;
    }
}
.c-block-about__txt-st {
    background: linear-gradient(transparent 70%, #db205a 30%);
}

/* ---------------------------------------------
*   c-block-3
--------------------------------------------- */
.c-block-3 {
    position: relative;
    padding: 20.5333333333vw 0 18.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-3 {
        padding: 88.2933333333px 0 77.9733333333px;
    }
}
.c-block-3__lead {
    width: 100%;
}
.c-block-3__list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12.3%;
    margin-top: 13.6%;
}
.c-block-3__list-item:first-of-type {
    width: 9.0666666667%;
}
.c-block-3__list-item:nth-of-type(2) {
    width: 9.0666666667%;
}
.c-block-3__list-item:nth-of-type(3) {
    width: 4.8%;
}
.c-block-3__list-item:nth-of-type(4) {
    width: 9.0666666667%;
}
.c-block-3__list-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-3__list-link {
        transition: opacity 300ms;
    }
    .c-block-3__list-link:hover {
        opacity: 0.8;
    }
}
.c-block-3__list-link img {
    width: 100%;
}

/* ---------------------------------------------
*   c-block-kyoho
--------------------------------------------- */
.c-block-kyoho {
    position: absolute;
    top: 26.6666666667vw;
    left: 0;
    width: 76.8vw;
    height: 52.5333333333vw;
    background: url(../img/img_kyoho-roop.png) 0 0 repeat;
    background-size: auto 100%;
    animation: bgLoop 30s linear infinite;
}
@media screen and (min-width: 751px) {
    .c-block-kyoho {
        top: 114.6666666667px;
        width: 330.24px;
        height: 225.8933333333px;
    }
}

@keyframes bgLoop {
    0% {
        background-position: 0 0;
    }
    100% {
        background-position: -1200px 0;
    }
}
/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1 {
    display: flex;
    justify-content: center;
}
.c-cassette-1--2 {
    flex-direction: row-reverse;
}
.c-cassette-1--3 {
    padding-top: 9.6vw;
    transform: translateX(-9.6%);
}
@media screen and (min-width: 751px) {
    .c-cassette-1--3 {
        padding-top: 41.28px;
    }
}
.c-cassette-1__img {
    width: 97.8666666667%;
    flex-shrink: 0;
}
.c-cassette-1__img img {
    width: 100%;
}
.c-cassette-1__desc {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.c-cassette-1--1 .c-cassette-1__desc {
    margin-top: 25.6vw;
    transform: translateX(-13.8666666667vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-1--1 .c-cassette-1__desc {
        margin-top: 110.08px;
        transform: translateX(-59.6266666667px);
    }
}

.c-cassette-1--2 .c-cassette-1__desc {
    margin-top: 32.5333333333vw;
    transform: translateX(9.0666666667vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-1--2 .c-cassette-1__desc {
        margin-top: 139.8933333333px;
        transform: translateX(38.9866666667px);
    }
}

.c-cassette-1--3 .c-cassette-1__desc {
    margin-top: 27.4666666667vw;
    transform: translateX(-5.3333333333vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-1--3 .c-cassette-1__desc {
        margin-top: 118.1066666667px;
        transform: translateX(-22.9333333333px);
    }
}

.c-cassette-1__name {
    display: flex;
    flex-direction: column;
    color: #441409;
    font-weight: bold;
    font-feature-settings: "palt";
    letter-spacing: 0.02em;
    text-align: center;
}
.c-cassette-1__name-s {
    font-size: 6.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1__name-s {
        font-size: 27.52px;
    }
}
.c-cassette-1__name-l {
    margin-top: 1.6vw;
    font-size: 8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1__name-l {
        margin-top: 6.88px;
        font-size: 34.4px;
    }
}
.c-cassette-1__price {
    margin-top: 6.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1__price {
        margin-top: 29.8133333333px;
    }
}
.c-cassette-1--1 .c-cassette-1__price {
    width: 29.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1--1 .c-cassette-1__price {
        width: 127.28px;
    }
}

.c-cassette-1--2 .c-cassette-1__price {
    width: 31.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1--2 .c-cassette-1__price {
        width: 136.4533333333px;
    }
}

.c-cassette-1--3 .c-cassette-1__price {
    width: 32.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1--3 .c-cassette-1__price {
        width: 138.7466666667px;
    }
}

.c-cassette-1__price img {
    width: 100%;
}

/* ---------------------------------------------
*   c-cassette-feature
--------------------------------------------- */
.c-cassette-feature {
    position: relative;
    width: 91vw;
    height: 139.5vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature {
        width: 391px;
        height: 600px;
    }
}
.c-cassette-feature--1 {
    height: 134vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature--1 {
        height: 585px;
    }
}
.c-cassette-feature + .c-cassette-feature {
    margin-top: -13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature + .c-cassette-feature {
        margin-top: -57.3333333333px;
    }
}
.c-cassette-feature__container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    transform: translateX(1.8vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__container {
        transform: translateX(6.7px);
    }
}
.c-cassette-feature__bg {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-cassette-feature__txt-wrap {
    position: relative;
    width: 66.4vw;
    color: #9e005d;
    text-align: center;
    margin: 0 auto 5.3333333333vw;
    transform: translateX(-2.1vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt-wrap {
        width: 285.52px;
        margin-bottom: 22.9333333333px;
        transform: translateX(-8px);
    }
}
.c-cassette-feature__lead {
    display: inline;
    font-feature-settings: "palt" 1;
    font-family: "Noto Serif JP", sans-serif;
    font-size: 5.6vw;
    font-weight: 600;
    letter-spacing: 0.06em;
    line-height: 1.3;
    background: linear-gradient(transparent 60%, rgba(237, 30, 121, 0.3) 40%);
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__lead {
        font-size: 24.08px;
    }
}
.c-cassette-feature__txt {
    font-feature-settings: "palt" 1;
    font-size: 3.2vw;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.6666666667;
    text-align: left;
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-feature__txt {
        font-size: 13.76px;
        margin-top: 14.9066666667px;
    }
}

/* ---------------------------------------------
*   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: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--1 {
        padding-left: 57.3333333333px;
    }
}
.c-cassette-lineup--2 {
    padding-left: 0;
    padding-right: 7.4666666667vw;
    justify-content: flex-end;
    margin-top: 33.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--2 {
        padding-right: 32.1066666667px;
        margin-top: 144.48px;
    }
}
.c-cassette-lineup--3 {
    padding-left: 12.2666666667vw;
    margin-top: 41.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup--3 {
        padding-left: 52.7466666667px;
        margin-top: 176.5866666667px;
    }
}
.c-cassette-lineup__inner {
    position: relative;
    width: 30.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__inner {
        width: 129.5733333333px;
    }
}
.c-cassette-lineup__star {
    position: absolute;
    display: block;
}
.c-cassette-lineup__star img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-cassette-lineup__star--1 {
    top: -4.8vw;
    left: -5.3333333333vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__star--1 {
        top: -20.64px;
        left: -22.9333333333px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-cassette-lineup__star--2 {
    top: -3.4666666667vw;
    right: 1.6vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__star--2 {
        top: -14.9066666667px;
        right: 6.88px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-cassette-lineup__star--3 {
    top: -5.6vw;
    left: -4.8vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__star--3 {
        top: -24.08px;
        left: -20.64px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-cassette-lineup__ttl {
    display: block;
    margin-bottom: 4.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__ttl {
        margin-bottom: 19.4933333333px;
    }
}
.c-cassette-lineup__ttl--1 {
    width: 29.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__ttl--1 {
        width: 126.1333333333px;
    }
}
.c-cassette-lineup__ttl--2 {
    width: 24.2666666667vw;
    margin-bottom: 3.2vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__ttl--2 {
        width: 104.3466666667px;
        margin-bottom: 13.76px;
    }
}
.c-cassette-lineup__ttl--3 {
    width: 29.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__ttl--3 {
        width: 128.4266666667px;
    }
}
.c-cassette-lineup__name {
    display: inline-block;
    font-size: 2.6666666667vw;
    font-weight: 700;
    letter-spacing: 0.07em;
    line-height: 1.5;
    margin-bottom: 0.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__name {
        font-size: 11.4666666667px;
        margin-bottom: 3.44px;
    }
}
.c-cassette-lineup__name--3 {
    padding-left: 1.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__name--3 {
        padding-left: 5.7333333333px;
    }
}
.c-cassette-lineup__name-l {
    display: inline-block;
    font-size: 4vw;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__name-l {
        font-size: 17.2px;
    }
}
.c-cassette-lineup__price {
    display: inline-block;
    font-family: "Butler", sans-serif;
    font-size: 9.6vw;
    font-weight: 700;
    letter-spacing: -0.02em;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price {
        font-size: 41.28px;
    }
}
.c-cassette-lineup__price--3 {
    padding-left: 1.6vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__price--3 {
        padding-left: 6.88px;
    }
}
.c-cassette-lineup__product {
    position: absolute;
    z-index: -1;
    display: block;
    width: 160vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product {
        width: 688px;
    }
}
.c-cassette-lineup__product--1 {
    top: -61.6vw;
    right: -62.4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--1 {
        top: -264.88px;
        right: -268.32px;
    }
}
.c-cassette-lineup__product--2 {
    top: -58.9333333333vw;
    left: -68.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--2 {
        top: -253.4133333333px;
        left: -294.6933333333px;
    }
}
.c-cassette-lineup__product--3 {
    top: -62.4vw;
    right: -66.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-lineup__product--3 {
        top: -268.32px;
        right: -286.6666666667px;
    }
}

/* ---------------------------------------------
*   c-keyvisual
--------------------------------------------- */
.c-keyvisual__main {
    position: relative;
    overflow: hidden;
}
.c-keyvisual__main img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    position: relative;
    z-index: 1;
    margin-top: -58.1333333333vw;
    height: 611.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-1 {
        margin-top: -249.9733333333px;
        height: 2630.4533333333px;
    }
}
.c-section-1::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background-image: url(../img/bg_lineup.png);
    background-position: -12.8vw 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 252.2666666667%;
    height: 611.7333333333vw;
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-section-1::before {
        background-position: -55.04px 0;
        height: 2630.4533333333px;
    }
}
.c-section-1__container {
    padding-top: 78.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-1__container {
        padding-top: 339.4133333333px;
    }
}
.c-section-1__ttl {
    width: 125.8666666667%;
    margin-inline: auto;
}
.c-section-1__ttl img {
    width: 100%;
}
.c-section-1__lead {
    width: 81.6%;
    margin: 5.0666666667vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-1__lead {
        margin-top: 21.7866666667px;
    }
}
.c-section-1__lead img {
    display: block;
    width: 100%;
}
.c-section-1__body {
    margin-top: 34.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-1__body {
        margin-top: 146.7733333333px;
    }
}
.c-section-1__circle {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 35.2vw auto 0;
    width: 270.4%;
}
@media screen and (min-width: 751px) {
    .c-section-1__circle {
        margin-top: 151.36px;
    }
}
.c-section-1__circle::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    background: url(../img/img_circle_product.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 85.9960552268%;
    height: 85.9960552268%;
    z-index: 1;
}
.c-section-1__circle img {
    animation: rotation 22s linear infinite;
    width: 100%;
}
@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}

/* ---------------------------------------------
*   c-section-2
--------------------------------------------- */
.c-section-2 {
    position: relative;
    margin-top: 181.8666666667%;
}
.c-section-2__ttl {
    width: 137.0666666667%;
    margin-inline: auto;
}
.c-section-2__ttl img {
    width: 100%;
}
.c-section-2__lead {
    width: 16%;
    margin: 9.0666666667vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-2__lead {
        margin-top: 38.9866666667px;
    }
}
.c-section-2__lead img {
    display: block;
    width: 100%;
}
.c-section-2__body {
    margin-top: 20.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-2__body {
        margin-top: 89.44px;
    }
}

/* ---------------------------------------------
*   c-section-feature
--------------------------------------------- */
.c-section-feature {
    position: relative;
    padding-top: 14.6666666667vw;
    padding-bottom: 22.1333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature {
        padding-top: 63.0666666667px;
        padding-bottom: 95.1733333333px;
    }
}
.c-section-feature__star {
    position: absolute;
    display: block;
}
.c-section-feature__star img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-feature__star--1 {
    top: 43.4666666667vw;
    right: 13.6vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__star--1 {
        top: 186.9066666667px;
        right: 58.48px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-section-feature__star--2 {
    top: 188vw;
    left: 5.6vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__star--2 {
        top: 808.4px;
        left: 24.08px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-section-feature__star--3 {
    bottom: 149.6vw;
    right: 5.8666666667vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__star--3 {
        bottom: 643.28px;
        right: 25.2266666667px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-section-feature__star--4 {
    bottom: 9.8666666667vw;
    left: 5.8666666667vw;
    width: 6.6666666667vw;
    height: 9.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__star--4 {
        bottom: 42.4266666667px;
        left: 25.2266666667px;
        width: 28.6666666667px;
        height: 40.1333333333px;
    }
}
.c-section-feature__star--5 {
    bottom: 8vw;
    left: 15.2vw;
    width: 4.2666666667vw;
    height: 5.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__star--5 {
        bottom: 34.4px;
        left: 65.36px;
        width: 18.3466666667px;
        height: 24.08px;
    }
}
.c-section-feature__container {
    margin: 0 auto;
}
.c-section-feature__ttl {
    display: block;
    width: 42.1333333333vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-section-feature__ttl {
        width: 181.1733333333px;
    }
}
.c-section-feature__lead {
    display: block;
    width: 6.4vw;
    margin: 0.2666666667vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-feature__lead {
        width: 27.52px;
        margin-top: 1.1466666667px;
    }
}
@media screen and (max-width: 750px) {
    .edge .c-section-feature__lead {
        margin-top: 1.8vw;
    }
}

@media screen and (max-width: 750px) {
    .safari .c-section-feature__lead {
        margin-top: 2.5vw;
    }
}

.c-section-feature__body {
    margin-top: 8vw;
}
@media screen and (min-width: 751px) {
    .c-section-feature__body {
        margin-top: 34.4px;
    }
}

/* ---------------------------------------------
*   c-section-monthly
--------------------------------------------- */
.c-section-monthly {
    position: relative;
    padding: 8vw 0;
}
@media screen and (min-width: 751px) {
    .c-section-monthly {
        padding: 34.4px 0;
    }
}
.c-section-monthly__container {
    width: 89.3333333333vw;
    margin: 0 auto;
    border-radius: 3.2vw;
    background-color: #fff;
    padding-bottom: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__container {
        width: 384.1333333333px;
        padding-bottom: 45.8666666667px;
        border-radius: 13.76px;
    }
}
.c-section-monthly__label {
    position: absolute;
    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.1333333333vw 7.4666666667vw 3.4666666667vw;
    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: 14px 32.1066666667px 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-size: 3.4666666667vw;
    font-weight: bold;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__balloon-txt {
        font-size: 14.9066666667px;
    }
}
.c-section-monthly__head {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12.5333333333vw;
    padding-top: 10.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__head {
        margin-bottom: 53.8933333333px;
        padding-top: 47.0133333333px;
    }
}
.c-section-monthly__ttl {
    width: 152%;
    margin-inline: auto;
}
.c-section-monthly__ttl img {
    width: 100%;
}
.c-section-monthly__lead {
    width: 81.6%;
    margin: 10.1333333333vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__lead {
        margin-top: 43.5733333333px;
    }
}
.c-section-monthly__lead img {
    display: block;
    width: 100%;
}
.c-section-monthly__head-txt-s {
    width: 60vw;
    transform: translateX(1.6vw);
}
@media screen and (min-width: 751px) {
    .c-section-monthly__head-txt-s {
        width: 258px;
        transform: translateX(6.88px);
    }
}
.c-section-monthly__head-txt-s img {
    display: block;
    width: 100%;
}
.c-section-monthly__float-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}
.c-section-monthly__float-img-item {
    position: absolute;
}
.c-section-monthly__float-img-item--1 {
    top: 49.0666666667vw;
    left: 0;
    width: 26.2vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__float-img-item--1 {
        top: 210.9866666667px;
        width: 112.66px;
    }
}
.c-section-monthly__float-img-item--2 {
    top: 144.5333333333vw;
    right: 0;
    width: 22.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__float-img-item--2 {
        top: 621.4933333333px;
        width: 98.04px;
    }
}
.c-section-monthly__float-img-item img {
    display: block;
    width: 100%;
}
.c-section-monthly__img {
    position: relative;
    width: 80vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .c-section-monthly__img {
        width: 344px;
    }
}
.c-section-monthly__img img {
    display: block;
    width: 100%;
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3 {
    position: relative;
    padding-top: 11.7333333333vw;
    color: #481063;
}
@media screen and (min-width: 751px) {
    .c-section-3 {
        padding-top: 50.4533333333px;
    }
}
.c-section-3__head {
    text-align: center;
}
.c-section-3__ttl {
    width: 57.8666666667%;
    margin-inline: auto;
}
.c-section-3__ttl img {
    width: 100%;
}
.c-section-3__lead {
    width: 17.8666666667%;
    margin: 0.8vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-3__lead {
        margin-top: 3px;
    }
}
.c-section-3__lead img {
    display: block;
    width: 100%;
}
.c-section-3__contents {
    width: 86.6666666667%;
    margin: 10.9333333333vw auto 0;
    padding: 8.2% 4.3% 10.4vw;
    border-radius: 2.6666666667vw;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .c-section-3__contents {
        padding-bottom: 44.72px;
        margin-top: 47.0133333333px;
        border-radius: 11.4666666667px;
    }
}
.c-section-3__date-l {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    white-space: nowrap;
}
.c-section-3__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3.0533333333vw;
    font-weight: bold;
    line-height: 1.08;
    letter-spacing: 0.05em;
    margin-top: 2.4vw;
    margin-right: 1.6vw;
    border-radius: 50%;
    border: 2px solid #481063;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-icon {
        width: 49.3066666667px;
        height: 49.3066666667px;
        margin-top: 10.32px;
        margin-right: 6.88px;
        font-size: 13.1293333333px;
    }
}
.c-section-3__date-txt {
    font-family: "Butler", sans-serif;
    font-size: 12.5333333333vw;
    letter-spacing: -0.07em;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-txt {
        font-size: 53.8933333333px;
    }
}
.c-section-3__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-3__date-txt-s {
        margin-left: 4.5866666667px;
        font-size: 16.0533333333px;
    }
}
.c-section-3__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-3__date-txt-sym {
        font-size: 45.8666666667px;
        margin-left: 3.44px;
        margin-right: 8.0266666667px;
        transform: translateY(-4.5866666667px);
    }
}
.c-section-3__txt {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #4D4D4D;
    text-align: center;
    line-height: 1.63;
}
@media screen and (min-width: 751px) {
    .c-section-3__txt {
        font-size: 17.2px;
    }
}
.c-section-3__box {
    margin-top: 4.6666666667vw;
    padding: 4.5333333333vw 5.3333333333vw 4.6666666667vw;
    border-radius: 2.6666666667vw;
    background-color: #efecf3;
}
@media screen and (min-width: 751px) {
    .c-section-3__box {
        margin-top: 20.0666666667px;
        padding: 22px 22.9333333333px 20.0666666667px;
        border-radius: 11.4666666667px;
    }
}
.c-section-3__box-ttl {
    width: 28.16vw;
    margin: 0 auto 4.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-ttl {
        width: 120px;
        margin-bottom: 19.4933333333px;
        transform: translateX(-3px);
    }
}
.c-section-3__box-ttl img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-3__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-list-item {
        margin-bottom: 8.0266666667px;
    }
}
.c-section-3__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-section-3__box-list-label {
    display: inline-block;
    margin-right: 2.6666666667vw;
    padding: 0.6666666667vw 2.1333333333vw 0.1333333333vw;
    border-radius: 1.0666666667vw;
    border: 1px solid #481063;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.8vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
.firefox .c-section-3__box-list-label {
    padding: 0.407vw 2.1333333333vw 0.1333333333vw;
}

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

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

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

@media screen and (min-width: 751px) {
    .c-section-3__box-list-label {
        margin-right: 11.4666666667px;
        padding: 0.866667px 9.1733333333px 1px;
        font-size: 12.04px;
        border-radius: 4.5866666667px;
    }
    .firefox .c-section-3__box-list-label {
        padding: 1.467px 9.1733333333px 0.573px;
    }
    .windows .c-section-3__box-list-label {
        padding: 2.366667px 9.1733333333px 0.5733333333px;
    }
    .safari .c-section-3__box-list-label {
        padding: 2px 9.1733333333px 0px;
    }
}
.c-section-3__box-list-txt {
    color: #4D4D4D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    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-3__box-list-txt {
        font-size: 14.3333333333px;
        margin-top: 1.1466666667px;
    }
}
.c-section-3__btn {
    padding-top: 4vw;
    padding-right: 1.6vw;
    padding-bottom: 3.4666666667vw;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68vw;
    margin-top: 4.1333333333vw;
    border-radius: 2.6666666667vw;
    background-color: #9e005d;
    box-shadow: 0.5333333333vw 1.0666666667vw 1.0666666667vw rgba(0, 0, 0, 0.3);
    mix-blend-mode: multiply;
}
@media (hover: hover) and (pointer: fine) and (min-width: 751px) {
    .c-section-3__btn {
        transition: opacity 300ms;
    }
    .c-section-3__btn:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-section-3__btn {
        padding-top: 17.2px;
        padding-right: 6.88px;
        padding-bottom: 14.9066666667px;
        width: 292.4px;
        border-radius: 11.4666666667px;
        margin-top: 17.7733333333px;
        box-shadow: 2.2933333333px 4.5866666667px 4.5866666667px rgba(0, 0, 0, 0.3);
    }
}
.c-section-3__btn-icn {
    width: 5.0666666667vw;
    margin-right: 2.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__btn-icn {
        width: 21.7866666667px;
        margin-right: 12.6133333333px;
    }
}
.c-section-3__btn-icn img {
    display: block;
}
.c-section-3__btn-txt {
    color: #fff;
    font-size: 3.4666666667vw;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
    .c-section-3__btn-txt {
        font-size: 14.9066666667px;
    }
}
.c-section-3__link-outer {
    margin-top: 5.0666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-3__link-outer {
        margin-top: 25px;
    }
}
.c-section-3__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 2px solid #481063;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0.04em;
}
@media (hover: hover) and (pointer: fine) and (min-width: 751px) {
    .c-section-3__link {
        transition: opacity 300ms;
    }
    .c-section-3__link:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .c-section-3__link {
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
        font-size: 14.9066666667px;
    }
}
.c-section-3__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: #481063;
}
@media screen and (min-width: 751px) {
    .c-section-3__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}
.android .c-section-3__link:after {
    top: 17%;
}

/* ---------------------------------------------
*   c-section-lineup
--------------------------------------------- */
.c-section-lineup {
    position: relative;
    padding-top: 49.3333333333vw;
    color: #fff;
    background: url(../img/bg_lineup.png) center top no-repeat;
    background-size: cover;
    margin-top: -32vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup {
        padding-top: 212.1333333333px;
        margin-top: -137.6px;
    }
}
.c-section-lineup__kyoho-img {
    position: absolute;
    z-index: 1;
    top: -31.4666666667vw;
    left: -14.6666666667vw;
    display: block;
    width: 90.9333333333vw;
    height: 77.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__kyoho-img {
        top: -135.3066666667px;
        left: -63.0666666667px;
        width: 391.0133333333px;
        height: 333.68px;
    }
}
.c-section-lineup__kyoho-pop {
    position: absolute;
    z-index: 1;
    top: -9.0666666667vw;
    right: 11.2vw;
    display: block;
    width: 28vw;
    height: 16.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__kyoho-pop {
        top: -38.9866666667px;
        right: 48.16px;
        width: 120.4px;
        height: 72.24px;
    }
}
.c-section-lineup__star {
    position: absolute;
    display: block;
}
.c-section-lineup__star img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-section-lineup__star--1 {
    top: 11.2vw;
    right: 21.6vw;
    width: 6.1333333333vw;
    height: 8.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__star--1 {
        top: 48.16px;
        right: 92.88px;
        width: 26.3733333333px;
        height: 36.6933333333px;
    }
}
.c-section-lineup__star--2 {
    top: 17.0666666667vw;
    right: 18.4vw;
    width: 3.4666666667vw;
    height: 4.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__star--2 {
        top: 79px;
        right: 79px;
        width: 14.9066666667px;
        height: 20.64px;
    }
}
.c-section-lineup__container {
    position: relative;
    z-index: 1;
}
.c-section-lineup__head {
    margin: 0 auto 31.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__head {
        margin-bottom: 136.4533333333px;
    }
}
.c-section-lineup__ttl {
    display: block;
    width: 43.4666666667vw;
    margin: 0 auto;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__ttl {
        width: 186.9066666667px;
    }
}
.c-section-lineup__lead {
    display: block;
    width: 19.4666666667vw;
    margin: -4vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__lead {
        width: 83.7066666667px;
        margin-top: -15px;
    }
}
@media screen and (max-width: 750px) {
    .edge .c-section-lineup__lead {
        margin-top: -2.5vw;
    }
}

@media screen and (max-width: 750px) {
    .safari .c-section-lineup__lead {
        margin-top: -1.7vw;
    }
}

.c-section-lineup__body {
    margin-bottom: 25.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__body {
        margin-bottom: 107.7866666667px;
    }
}
.c-section-lineup__foot {
    position: relative;
    height: 82.6666666667vw;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__foot {
        height: 355.4666666667px;
    }
}
.c-section-lineup__circle {
    position: relative;
    top: 0;
    left: 50%;
    width: 202.6666666667vw;
    margin: 0 auto;
    transform: translateX(-50%);
}
@media screen and (min-width: 751px) {
    .c-section-lineup__circle {
        width: 871.4666666667px;
    }
}
.c-section-lineup__circle::before {
    content: "";
    position: absolute;
    top: 7.2vw;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background: url(../img/img_circle_product.png) 0 0 no-repeat;
    background-size: 100% auto;
    width: 120vw;
    height: 70.9333333333vw;
    z-index: 1;
}
@media screen and (min-width: 751px) {
    .c-section-lineup__circle::before {
        top: 30.96px;
        width: 516px;
        height: 305.0133333333px;
    }
}
.c-section-lineup__circle img {
    animation: rotation 40s linear infinite;
    width: 100%;
}

@keyframes rotation {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: #fff !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

/* フェードインアップ */
.js-txts-rising-item {
    overflow: hidden;
    will-change: transform;
    transform: translateY(100%);
    transition: transform 0.75s, opacity 0.75s;
    opacity: 0;
}
.js-txts-rising.is-active .js-txts-rising-item {
    transform: translateY(0);
    opacity: 1;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(1) {
    transition-delay: 0s;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(2) {
    transition-delay: 100ms;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(3) {
    transition-delay: 200ms;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(4) {
    transition-delay: 300ms;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(5) {
    transition-delay: 400ms;
}
.js-txts-rising.is-active .js-txts-rising-item:nth-child(6) {
    transition-delay: 500ms;
}

/*  js-curtain
--------------------------------------------- */
.js-curtain-item {
    --duration: .5s;
    position: relative;
    transition: -webkit-clip-path var(--duration) cubic-bezier(1, 0, 0, 1);
    transition: clip-path var(--duration) cubic-bezier(1, 0, 0, 1);
    transition: clip-path var(--duration) cubic-bezier(1, 0, 0, 1), -webkit-clip-path var(--duration) cubic-bezier(1, 0, 0, 1);
}
.js-curtain-item::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #efecf3;
    transition: -webkit-clip-path 0.75s var(--duration);
    transition: clip-path 0.75s var(--duration);
    transition: clip-path 0.75s var(--duration), -webkit-clip-path 0.75s var(--duration);
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}
.js-curtain-item + .js-curtain-item {
    transition-delay: 250ms;
}
.js-curtain-item + .js-curtain-item::before {
    transition-delay: 750ms;
}
.js-curtain-item[data-dir=LeftToRight] {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
}
.js-curtain.is-active .js-curtain-item[data-dir=LeftToRight]::before {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
}

.js-curtain.is-active .js-curtain-item {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}

/*  js-curtain
--------------------------------------------- */
.js-curtain-item-2 {
    --duration: .5s;
    position: relative;
    transition: -webkit-clip-path var(--duration) cubic-bezier(1, 0, 0, 1);
    transition: clip-path var(--duration) cubic-bezier(1, 0, 0, 1);
    transition: clip-path var(--duration) cubic-bezier(1, 0, 0, 1), -webkit-clip-path var(--duration) cubic-bezier(1, 0, 0, 1);
}
.js-curtain-item-2::before {
    content: "";
    position: absolute;
    inset: 0;
    transition: -webkit-clip-path 0.75s var(--duration);
    transition: clip-path 0.75s var(--duration);
    transition: clip-path 0.75s var(--duration), -webkit-clip-path 0.75s var(--duration);
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}
.js-curtain-item-2 + .js-curtain-item-2 {
    transition-delay: 250ms;
}
.js-curtain-item-2 + .js-curtain-item-2::before {
    transition-delay: 750ms;
}
.js-curtain-item-2[data-dir=LeftToRight] {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
}
.js-curtain.is-active .js-curtain-item-2[data-dir=LeftToRight]::before {
    -webkit-clip-path: inset(0 0 0 100%);
            clip-path: inset(0 0 0 100%);
}

.js-curtain.is-active .js-curtain-item-2 {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
}

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