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

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #382B20;
}
.l-footer__container {
    padding-top: 10%;
    padding-bottom: 8.6666666667%;
}
.l-footer__logo {
    width: 39.4666666667%;
    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: 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: 6.6666666667% 6.4% 0 5.3333333333%;
}
.l-header__ttl {
    width: 23.5649546828%;
}
.l-header__ttl img {
    width: 100%;
}
.l-header__logo {
    width: 15.1057401813%;
}
.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;
}
@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: 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
--------------------------------------------- */
.c-block {
    position: relative;
    margin-top: -4.8%;
    z-index: 1;
    background-color: #fff;
}
.c-block__bnr {
    width: 72%;
    margin-inline: auto;
}
.c-block__bnr img {
    width: 100%;
}
.c-block__bnr-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .c-block__bnr-link {
        transition: opacity 300ms;
    }
    .c-block__bnr-link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-block-intro
--------------------------------------------- */
.c-block-intro {
    padding-top: 19.4666666667%;
}
.c-block-intro__ttl {
    margin-inline: auto;
    width: 75.7333333333%;
}
.c-block-intro__ttl img {
    width: 100%;
}
.c-block-intro__body {
    margin-top: 33.3333333333%;
}

/* ---------------------------------------------
*   c-block-about
--------------------------------------------- */
.c-block-about {
    position: relative;
    z-index: 1;
    height: 162.9333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-about {
        height: 700.6133333333px;
    }
}
.c-block-about::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    background: url(../img/bg_about.png) center 0 no-repeat;
    background-size: 100% auto;
    width: 89.3333333333%;
    height: 162.9333333333vw;
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-block-about::before {
        height: 700.6133333333px;
    }
}
.c-block-about__star {
    position: absolute;
}
.c-block-about__star img {
    width: 100%;
}
.c-block-about__star--1 {
    top: -12.5333333333vw;
    left: 11.7333333333%;
    width: 6.4%;
    animation: scaling 0.65s linear infinite alternate;
}
@media screen and (min-width: 751px) {
    .c-block-about__star--1 {
        top: -53.8933333333px;
    }
}
.c-block-about__star--2 {
    top: -20.5333333333vw;
    left: 18.1333333333%;
    width: 8%;
    animation: scaling 0.65s linear 0.2s infinite alternate;
}
@media screen and (min-width: 751px) {
    .c-block-about__star--2 {
        top: -88.2933333333px;
    }
}
.c-block-about__star--3 {
    bottom: 31.2vw;
    left: 19.2%;
    width: 4.8%;
    animation: scaling 0.65s linear 0.4s infinite alternate;
}
@media screen and (min-width: 751px) {
    .c-block-about__star--3 {
        bottom: 134.16px;
    }
}
.c-block-about__star--4 {
    bottom: 36.8vw;
    right: 13.3333333333%;
    width: 6.4%;
    animation: scaling 0.65s linear 0.6s infinite alternate;
}
@media screen and (min-width: 751px) {
    .c-block-about__star--4 {
        bottom: 158.24px;
    }
}
.c-block-about__star--5 {
    bottom: 24.2666666667vw;
    right: 18.9333333333%;
    width: 10.6666666667%;
    animation: scaling 0.65s linear 0.8s infinite alternate;
}
@media screen and (min-width: 751px) {
    .c-block-about__star--5 {
        bottom: 104.3466666667px;
    }
}
.c-block-about__muscat {
    position: absolute;
    top: -22.6666666667vw;
    right: -8.2666666667%;
    width: 82.4%;
}
@media screen and (min-width: 751px) {
    .c-block-about__muscat {
        top: -97.4666666667px;
    }
}
.c-block-about__muscat img {
    width: 100%;
}
.c-block-about__container {
    padding: 21.6vw 5.3333333333% 0;
}
@media screen and (min-width: 751px) {
    .c-block-about__container {
        padding-top: 92.88px;
    }
}
.c-block-about__head {
    padding-left: 9.2537313433%;
}
.c-block-about__img {
    width: 25.6578947368%;
}
.c-block-about__img img {
    width: 100%;
}
.c-block-about__ttl {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.6vw;
    padding-left: 0.9868421053%;
    width: 100%;
    color: #fff;
    font-size: 5.6vw;
    font-weight: bold;
    letter-spacing: 0.02em;
}
@media screen and (min-width: 751px) {
    .c-block-about__ttl {
        margin-top: 6.88px;
        font-size: 24.08px;
    }
}
.c-block-about__ttl-txt {
    padding: 1.1513157895% 3.2894736842%;
    background: linear-gradient(90deg, rgb(183, 238, 97) 0%, rgb(0, 190, 126) 100%);
}
.c-block-about__ttl-txt + .c-block-about__ttl-txt {
    margin-top: 1.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__ttl-txt + .c-block-about__ttl-txt {
        margin-top: 7.4533333333px;
    }
}
.c-block-about__body {
    margin-top: 8.2666666667vw;
    padding-left: 11.0447761194%;
}
@media screen and (min-width: 751px) {
    .c-block-about__body {
        margin-top: 35.5466666667px;
    }
}
.c-block-about__txt {
    color: #441409;
    font-size: 3.4666666667vw;
    font-weight: bold;
    letter-spacing: 0.09em;
    line-height: 1.9;
}
@media screen and (min-width: 751px) {
    .c-block-about__txt {
        font-size: 14.9066666667px;
    }
}
.c-block-about__txt + .c-block-about__txt {
    margin-top: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__txt + .c-block-about__txt {
        margin-top: 22.9333333333px;
    }
}
.c-block-about__txt-green {
    color: #22C864;
    font-size: 3.7333333333vw;
}
@media screen and (min-width: 751px) {
    .c-block-about__txt-green {
        font-size: 16.0533333333px;
    }
}
@keyframes scaling {
    from {
        transform: scale(0.8);
    }
    to {
        transform: scale(1.65);
    }
}

/* ---------------------------------------------
*   c-block-3
--------------------------------------------- */
.c-block-3 {
    position: relative;
    padding-top: 21.0666666667%;
}
.c-block-3__lead {
    width: 100%;
}
.c-block-3__list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 10.6666666667%;
    margin-top: 13.3333333333%;
}
.c-block-3__list-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 9.3333333333%;
    height: 10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-block-3__list-item {
        height: 45.8666666667px;
    }
}
.c-block-3__list-link {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-3__list-link {
        transition: opacity 300ms;
        will-change: opacity;
    }
    .c-block-3__list-link:hover {
        opacity: 0.8;
    }
}
.c-block-3__list-link img {
    width: 100%;
}
.c-block-3__list-link--ig img {
    width: 97.1428571429%;
}
.c-block-3__list-link--tw img {
    width: 97.1428571429%;
}
.c-block-3__list-link--fb img {
    width: 51.4285714286%;
}
.c-block-3__list-link--tk img {
    width: 97.1428571429%;
}

/* ---------------------------------------------
*   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: 4.8vw;
    transform: translateX(-4.8%);
}
@media screen and (min-width: 751px) {
    .c-cassette-1--3 {
        padding-top: 20.64px;
    }
}
.c-cassette-1__img {
    width: 48.9333333333%;
    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: 12.8vw;
    transform: translateX(-6.9333333333vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-1--1 .c-cassette-1__desc {
        margin-top: 55.04px;
        transform: translateX(-29.8133333333px);
    }
}

.c-cassette-1--2 .c-cassette-1__desc {
    margin-top: 16.2666666667vw;
    transform: translateX(4.5333333333vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-1--2 .c-cassette-1__desc {
        margin-top: 69.9466666667px;
        transform: translateX(19.4933333333px);
    }
}

.c-cassette-1--3 .c-cassette-1__desc {
    margin-top: 13.7333333333vw;
    transform: translateX(-2.6666666667vw);
}
@media screen and (min-width: 751px) {
    .c-cassette-1--3 .c-cassette-1__desc {
        margin-top: 59.0533333333px;
        transform: translateX(-11.4666666667px);
    }
}

.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: 3.2vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1__name-s {
        font-size: 13.76px;
    }
}
.c-cassette-1__name-l {
    margin-top: 0.8vw;
    font-size: 4vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1__name-l {
        margin-top: 3.44px;
        font-size: 17.2px;
    }
}
.c-cassette-1__price {
    margin-top: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1__price {
        margin-top: 14.9066666667px;
    }
}
.c-cassette-1--1 .c-cassette-1__price {
    width: 14.8vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-1--1 .c-cassette-1__price {
        width: 63.64px;
    }
}

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

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

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

/* ---------------------------------------------
*   c-cassette-2
--------------------------------------------- */
.c-cassette-2 {
    display: flex;
    background-color: #fff;
    border-top: 1px solid #29CE76;
}
.c-cassette-2--1 {
    background: linear-gradient(90deg, rgb(219, 255, 211) 0%, rgb(224, 255, 201) 51.69%, rgb(220, 255, 208) 72.33%, rgb(211, 255, 225) 100%);
}
.c-cassette-2--3 {
    background: linear-gradient(90deg, rgb(219, 255, 211) 0%, rgb(224, 255, 201) 51.69%, rgb(220, 255, 208) 72.33%, rgb(211, 255, 225) 100%);
}
.c-cassette-2--4 {
    border-bottom: 1px solid #29CE76;
}
.c-cassette-2__cap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-top: 8.5333333333%;
    width: 14.6666666667%;
    flex-shrink: 0;
}
.c-cassette-2--1 .c-cassette-2__cap img {
    width: 53.6363636364%;
}

.c-cassette-2--2 .c-cassette-2__cap img {
    width: 67.2727272727%;
}

.c-cassette-2--3 .c-cassette-2__cap img {
    width: 68.1818181818%;
}

.c-cassette-2--4 .c-cassette-2__cap img {
    width: 70%;
}

.c-cassette-2__content {
    width: 100%;
    padding-bottom: 10.1333333333vw;
    border-left: 1px solid #29CE76;
    text-align: right;
}
@media screen and (min-width: 751px) {
    .c-cassette-2__content {
        padding-bottom: 43.5733333333px;
    }
}
.c-cassette-2--1 .c-cassette-2__content {
    padding-top: 11.2vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--1 .c-cassette-2__content {
        padding-top: 48.16px;
    }
}

.c-cassette-2--2 .c-cassette-2__content {
    padding-bottom: 7.2vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--2 .c-cassette-2__content {
        padding-bottom: 30.96px;
    }
}

.c-cassette-2--3 .c-cassette-2__content {
    padding-top: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--3 .c-cassette-2__content {
        padding-top: 57.3333333333px;
    }
}

.c-cassette-2--4 .c-cassette-2__content {
    margin-top: -8.5333333333vw;
    padding-top: 0;
    padding-bottom: 5.3333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--4 .c-cassette-2__content {
        margin-top: -36.6933333333px;
        padding-bottom: 22.9333333333px;
    }
}

.c-cassette-2__img {
    margin: 0 auto;
}
.c-cassette-2--1 .c-cassette-2__img {
    width: 79.9373040752%;
}

.c-cassette-2--2 .c-cassette-2__img {
    margin-top: -1.6vw;
    width: 106.2695924765%;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--2 .c-cassette-2__img {
        margin-top: -6.88px;
    }
}

.c-cassette-2--3 .c-cassette-2__img {
    width: 84.3260188088%;
}

.c-cassette-2--4 .c-cassette-2__img {
    width: 91.5360501567%;
}

.c-cassette-2--1 .c-cassette-2__img img {
    transform: translateX(1.9607843137%);
}

.c-cassette-2--3 .c-cassette-2__img img {
    transform: translateX(1.9607843137%);
}

.c-cassette-2--4 .c-cassette-2__img img {
    transform: translateX(5.4901960784%);
}

.c-cassette-2__ttl {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 5.0666666667vw;
    width: 100%;
    color: #441409;
    font-size: 5.3333333333vw;
    font-weight: bold;
    letter-spacing: 0.12em;
}
@media screen and (min-width: 751px) {
    .c-cassette-2__ttl {
        margin-top: 21.7866666667px;
        font-size: 22.9333333333px;
    }
}
.c-cassette-2--2 .c-cassette-2__ttl {
    margin-top: -0.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--2 .c-cassette-2__ttl {
        margin-top: -1.1466666667px;
    }
}

.c-cassette-2--4 .c-cassette-2__ttl {
    margin-top: 0.5333333333vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-2--4 .c-cassette-2__ttl {
        margin-top: 2.2933333333px;
    }
}

.c-cassette-2__ttl-txt {
    padding: 0 1.8808777429%;
}
.c-cassette-2--1 .c-cassette-2__ttl-txt {
    background: linear-gradient(transparent 57%, rgba(34, 181, 115, 0.25) 57%);
}

.c-cassette-2--2 .c-cassette-2__ttl-txt {
    background: linear-gradient(transparent 57%, rgba(34, 181, 115, 0.2) 57%);
}

.c-cassette-2--3 .c-cassette-2__ttl-txt {
    background: linear-gradient(transparent 57%, rgba(34, 181, 115, 0.25) 57%);
}

.c-cassette-2--4 .c-cassette-2__ttl-txt {
    background: linear-gradient(transparent 57%, rgba(34, 181, 115, 0.2) 57%);
}

.c-cassette-2__ttl-txt + .c-cassette-2__ttl-txt {
    margin-top: 0.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-cassette-2__ttl-txt + .c-cassette-2__ttl-txt {
        margin-top: 1.1466666667px;
    }
}
.c-cassette-2__txt {
    margin: 4vw auto 0;
    width: 82.131661442%;
    color: #441409;
    font-weight: bold;
    font-size: 3.2vw;
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    line-height: 1.833;
    text-align: left;
}
@media screen and (min-width: 751px) {
    .c-cassette-2__txt {
        margin-top: 17.2px;
        font-size: 13.76px;
    }
}
.c-cassette-2__note {
    margin-top: 0.5333333333vw;
    margin-left: auto;
    padding-right: 5.9561128527%;
    width: -moz-fit-content;
    width: fit-content;
    color: #808080;
    font-weight: bold;
    font-size: 2.9333333333vw;
    line-height: 1.545;
    text-align: left;
    letter-spacing: 0.11em;
}
@media screen and (min-width: 751px) {
    .c-cassette-2__note {
        margin-top: 2.2933333333px;
        font-size: 12.6133333333px;
    }
}
.c-cassette-2__note-2 {
    margin-top: 6.4vw;
    margin-left: auto;
    padding-right: 7.8369905956%;
    width: -moz-fit-content;
    width: fit-content;
    color: #808080;
    font-size: 2.6666666667vw;
    line-height: 1.6;
    text-align: right;
    letter-spacing: 0.07em;
}
@media screen and (min-width: 751px) {
    .c-cassette-2__note-2 {
        margin-top: 27.52px;
        font-size: 11.4666666667px;
    }
}

/* ---------------------------------------------
*   c-keyvisual
--------------------------------------------- */
.c-keyvisual__main {
    position: relative;
    overflow: hidden;
}
.c-keyvisual__img img {
    width: 100%;
}
.c-keyvisual__img-bg {
    position: absolute;
    bottom: -2.6666666667vw;
    left: 0;
    width: 100%;
}
@media screen and (min-width: 751px) {
    .c-keyvisual__img-bg {
        bottom: -11.4666666667px;
    }
}
.c-keyvisual__img-bg img {
    width: 100%;
}

/* ---------------------------------------------
*   c-section-1
--------------------------------------------- */
.c-section-1 {
    position: relative;
    z-index: 1;
    margin-top: -29.0666666667vw;
    height: 305.8666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-1 {
        margin-top: -124.9866666667px;
        height: 1315.2266666667px;
    }
}
.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: -6.4vw 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 126.1333333333%;
    height: 305.8666666667vw;
    z-index: -1;
}
@media screen and (min-width: 751px) {
    .c-section-1::before {
        background-position: -27.52px 0;
        height: 1315.2266666667px;
    }
}
.c-section-1__container {
    padding-top: 39.4666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-1__container {
        padding-top: 169.7066666667px;
    }
}
.c-section-1__ttl {
    width: 62.9333333333%;
    margin-inline: auto;
}
.c-section-1__ttl img {
    width: 100%;
}
.c-section-1__lead {
    width: 40.8%;
    margin: 2.5333333333vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-1__lead {
        margin-top: 10.8933333333px;
    }
}
.c-section-1__lead img {
    display: block;
    width: 100%;
}
.c-section-1__body {
    margin-top: 17.0666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-1__body {
        margin-top: 73.3866666667px;
    }
}
.c-section-1__circle {
    position: relative;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    margin: 17.6vw auto 0;
    width: 135.2%;
}
@media screen and (min-width: 751px) {
    .c-section-1__circle {
        margin-top: 75.68px;
    }
}
.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: 90.9333333333%;
}
.c-section-2__ttl {
    width: 68.5333333333%;
    margin-inline: auto;
}
.c-section-2__ttl img {
    width: 100%;
}
.c-section-2__lead {
    width: 8%;
    margin: 4.5333333333vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-2__lead {
        margin-top: 19.4933333333px;
    }
}
.c-section-2__lead img {
    display: block;
    width: 100%;
}
.c-section-2__body {
    margin-top: 10.4vw;
}
@media screen and (min-width: 751px) {
    .c-section-2__body {
        margin-top: 44.72px;
    }
}

/* ---------------------------------------------
*   c-section-3
--------------------------------------------- */
.c-section-3 {
    position: relative;
    padding-top: 20%;
    padding-bottom: 18.1333333333%;
    background: linear-gradient(180deg, rgba(237, 234, 90, 0.5) 0%, rgba(170, 255, 200, 0.5) 100%);
}
.c-section-3__bnr {
    display: block;
    margin: 0 auto;
    width: 92%;
    transform: translateX(0.8695652174%);
}
@media (hover: hover) and (pointer: fine) {
    .c-section-3__bnr {
        transition: opacity 300ms;
    }
    .c-section-3__bnr:hover {
        opacity: 0.8;
    }
}
.c-section-3__bnr img {
    width: 100%;
}
.c-section-3__container {
    margin-top: 16vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__container {
        margin-top: 68.8px;
    }
}
.c-section-3__ttl {
    width: 76%;
    margin-inline: auto;
}
.c-section-3__ttl img {
    width: 100%;
}
.c-section-3__lead {
    width: 40.8%;
    margin: 5.0666666667vw auto 0;
}
@media screen and (min-width: 751px) {
    .c-section-3__lead {
        margin-top: 21.7866666667px;
    }
}
.c-section-3__lead img {
    display: block;
    width: 100%;
}
.c-section-3__contents {
    width: 86.6666666667%;
    margin: 11.7333333333% auto 0;
}
.c-section-3__contents img {
    display: block;
    width: 100%;
}
.c-section-3__date-l {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.8666666667vw;
    color: #22B573;
    white-space: nowrap;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-l {
        margin-bottom: 8.0266666667px;
    }
}
.c-section-3__date-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 11.4666666667vw;
    height: 11.4666666667vw;
    border-radius: 50%;
    border: 2px solid #22B573;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3.2vw;
    font-weight: bold;
    line-height: 1.087;
    letter-spacing: 0.05em;
    transform: translateX(-0.9333333333vw);
}
@media screen and (min-width: 751px) {
    .c-section-3__date-icon {
        width: 49.3066666667px;
        height: 49.3066666667px;
        font-size: 13.76px;
        transform: translateX(-4.0133333333px);
    }
}
.c-section-3__date-txt {
    font-size: 12vw;
    font-family: "Work Sans", sans-serif;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-txt {
        font-size: 51.6px;
    }
}
.c-section-3__date-txt-s {
    display: inline-block;
    margin-left: 0.5333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    letter-spacing: -0.01em;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-txt-s {
        margin-left: 2.2933333333px;
        font-size: 16.0533333333px;
    }
}
.c-section-3__date-txt-line {
    margin: 0 0.8vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__date-txt-line {
        margin: 0 3.44px;
    }
}
.c-section-3__txt {
    color: #4D4D4D;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 3.7333333333vw;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-align: center;
    line-height: 1.71;
}
@media screen and (min-width: 751px) {
    .c-section-3__txt {
        font-size: 16.0533333333px;
    }
}
.c-section-3__txt-ls {
    letter-spacing: -0.07em;
}
.c-section-3__box {
    margin-top: 4.6666666667vw;
    padding: 4.5333333333vw 5.3333333333vw 4.6666666667vw;
    border-radius: 10px;
    background: rgba(214, 238, 187, 0.4);
}
@media screen and (min-width: 751px) {
    .c-section-3__box {
        margin-top: 20.0666666667px;
        padding: 19.4933333333px 22.9333333333px 20.0666666667px;
    }
}
.c-section-3__box-ttl {
    width: 28vw;
    margin: 0 auto 4.2666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-ttl {
        width: 120.4px;
        margin-bottom: 18.3466666667px;
    }
}
.c-section-3__box-ttl img {
    width: 100%;
}
.c-section-3__box-list-item {
    display: flex;
    align-items: center;
    margin-bottom: 1.6vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-list-item {
        margin-bottom: 6.88px;
    }
}
.c-section-3__box-list-item:last-of-type {
    margin-bottom: 0;
}
.c-section-3__box-list-label {
    display: inline-block;
    margin-right: 2.4vw;
    padding: 0.5333333333vw 2.2666666667vw 0;
    border-radius: 4px;
    border: 1px solid #22B573;
    color: #22B573;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 2.8vw;
    font-weight: bold;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-list-label {
        margin-right: 10.32px;
        padding: 2.2933333333px 9.7466666667px 0;
        font-size: 12.04px;
    }
}
.c-section-3__box-list-txt {
    margin-top: 0.5333333333vw;
    font-size: 3.3333333333vw;
    font-weight: bold;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-feature-settings: "palt";
    color: #4D4D4D;
}
@media screen and (min-width: 751px) {
    .c-section-3__box-list-txt {
        margin-top: 2.2933333333px;
        font-size: 14.3333333333px;
    }
}
.c-section-3__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 4px rgba(0, 0, 0, 0.2);
    margin-top: 4.2666666667vw;
    padding-top: 3.6vw;
    padding-right: 1.6vw;
    padding-bottom: 3.6vw;
    border-radius: 10px;
    background-color: #22B573;
}
@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 {
        margin-top: 18.3466666667px;
        padding-top: 15.48px;
        padding-right: 6.88px;
        padding-bottom: 15.48px;
    }
}
.c-section-3__btn-icn {
    width: 4.9333333333vw;
    margin-right: 2.6666666667vw;
}
@media screen and (min-width: 751px) {
    .c-section-3__btn-icn {
        width: 21.2133333333px;
        margin-right: 11.4666666667px;
    }
}
.c-section-3__btn-icn img {
    display: block;
    width: 100%;
}
.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.3333333333vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .c-section-3__link-outer {
        margin-top: 22.9333333333px;
    }
}
.c-section-3__link {
    position: relative;
    font-size: 3.4666666667vw;
    padding-right: 4.8vw;
    padding-bottom: 1.3333333333vw;
    border-bottom: 2px solid #22B573;
    color: #22B573;
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
}
@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 {
        font-size: 14.9066666667px;
        padding-right: 20.64px;
        padding-bottom: 5.7333333333px;
    }
}
.c-section-3__link:after {
    content: "";
    position: absolute;
    top: 5%;
    right: 0;
    width: 3.2vw;
    height: 3.2vw;
    background: url("../img/icn_blank.svg") 0 0/100% auto no-repeat;
}
@media screen and (min-width: 751px) {
    .c-section-3__link:after {
        width: 13.76px;
        height: 13.76px;
    }
}

/* ---------------------------------------------
*   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-txts-rising-item {
    display: block;
    overflow: hidden;
}
.js-txts-rising-item span {
    display: block;
    transform: translateY(200%);
    transition: transform 0.75s;
}
.js-txts-rising.is-active .js-txts-rising-item span {
    transform: translateY(0);
}

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

/* フェードインダウン */
.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-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: #2DC976;
    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: 0.6666666667vw !important;
    }
    .mgt-sp--10 {
        margin-top: 1.3333333333vw !important;
    }
    .mgt-sp--15 {
        margin-top: 2vw !important;
    }
    .mgt-sp--20 {
        margin-top: 2.6666666667vw !important;
    }
    .mgt-sp--25 {
        margin-top: 3.3333333333vw !important;
    }
    .mgt-sp--30 {
        margin-top: 4vw !important;
    }
    .mgt-sp--35 {
        margin-top: 4.6666666667vw !important;
    }
    .mgt-sp--40 {
        margin-top: 5.3333333333vw !important;
    }
    .mgt-sp--45 {
        margin-top: 6vw !important;
    }
    .mgt-sp--50 {
        margin-top: 6.6666666667vw !important;
    }
    .mgt-sp--55 {
        margin-top: 7.3333333333vw !important;
    }
    .mgt-sp--60 {
        margin-top: 8vw !important;
    }
    .mgt-sp--65 {
        margin-top: 8.6666666667vw !important;
    }
    .mgt-sp--70 {
        margin-top: 9.3333333333vw !important;
    }
    .mgt-sp--75 {
        margin-top: 10vw !important;
    }
    .mgt-sp--80 {
        margin-top: 10.6666666667vw !important;
    }
    .mgt-sp--85 {
        margin-top: 11.3333333333vw !important;
    }
    .mgt-sp--90 {
        margin-top: 12vw !important;
    }
    .mgt-sp--95 {
        margin-top: 12.6666666667vw !important;
    }
    .mgt-sp--100 {
        margin-top: 13.3333333333vw !important;
    }
    .mgt-sp--105 {
        margin-top: 14vw !important;
    }
    .mgt-sp--110 {
        margin-top: 14.6666666667vw !important;
    }
    .mgt-sp--115 {
        margin-top: 15.3333333333vw !important;
    }
    .mgt-sp--120 {
        margin-top: 16vw !important;
    }
    .mgt-sp--125 {
        margin-top: 16.6666666667vw !important;
    }
    .mgt-sp--130 {
        margin-top: 17.3333333333vw !important;
    }
    .mgt-sp--135 {
        margin-top: 18vw !important;
    }
    .mgt-sp--140 {
        margin-top: 18.6666666667vw !important;
    }
    .mgt-sp--145 {
        margin-top: 19.3333333333vw !important;
    }
    .mgt-sp--150 {
        margin-top: 20vw !important;
    }
    .mgt-sp--155 {
        margin-top: 20.6666666667vw !important;
    }
    .mgt-sp--160 {
        margin-top: 21.3333333333vw !important;
    }
    .mgt-sp--165 {
        margin-top: 22vw !important;
    }
    .mgt-sp--170 {
        margin-top: 22.6666666667vw !important;
    }
    .mgt-sp--175 {
        margin-top: 23.3333333333vw !important;
    }
    .mgt-sp--180 {
        margin-top: 24vw !important;
    }
    .mgt-sp--185 {
        margin-top: 24.6666666667vw !important;
    }
    .mgt-sp--190 {
        margin-top: 25.3333333333vw !important;
    }
    .mgt-sp--195 {
        margin-top: 26vw !important;
    }
    .mgt-sp--200 {
        margin-top: 26.6666666667vw !important;
    }
    .mgt-sp--205 {
        margin-top: 27.3333333333vw !important;
    }
    .mgt-sp--210 {
        margin-top: 28vw !important;
    }
    .mgt-sp--215 {
        margin-top: 28.6666666667vw !important;
    }
    .mgt-sp--220 {
        margin-top: 29.3333333333vw !important;
    }
    .mgt-sp--225 {
        margin-top: 30vw !important;
    }
    .mgt-sp--230 {
        margin-top: 30.6666666667vw !important;
    }
    .mgt-sp--235 {
        margin-top: 31.3333333333vw !important;
    }
    .mgt-sp--240 {
        margin-top: 32vw !important;
    }
    .mgt-sp--245 {
        margin-top: 32.6666666667vw !important;
    }
    .mgt-sp--250 {
        margin-top: 33.3333333333vw !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: 0.6666666667vw !important;
    }
    .mgb-sp--10 {
        margin-bottom: 1.3333333333vw !important;
    }
    .mgb-sp--15 {
        margin-bottom: 2vw !important;
    }
    .mgb-sp--20 {
        margin-bottom: 2.6666666667vw !important;
    }
    .mgb-sp--25 {
        margin-bottom: 3.3333333333vw !important;
    }
    .mgb-sp--30 {
        margin-bottom: 4vw !important;
    }
    .mgb-sp--35 {
        margin-bottom: 4.6666666667vw !important;
    }
    .mgb-sp--40 {
        margin-bottom: 5.3333333333vw !important;
    }
    .mgb-sp--45 {
        margin-bottom: 6vw !important;
    }
    .mgb-sp--50 {
        margin-bottom: 6.6666666667vw !important;
    }
    .mgb-sp--55 {
        margin-bottom: 7.3333333333vw !important;
    }
    .mgb-sp--60 {
        margin-bottom: 8vw !important;
    }
    .mgb-sp--65 {
        margin-bottom: 8.6666666667vw !important;
    }
    .mgb-sp--70 {
        margin-bottom: 9.3333333333vw !important;
    }
    .mgb-sp--75 {
        margin-bottom: 10vw !important;
    }
    .mgb-sp--80 {
        margin-bottom: 10.6666666667vw !important;
    }
    .mgb-sp--85 {
        margin-bottom: 11.3333333333vw !important;
    }
    .mgb-sp--90 {
        margin-bottom: 12vw !important;
    }
    .mgb-sp--95 {
        margin-bottom: 12.6666666667vw !important;
    }
    .mgb-sp--100 {
        margin-bottom: 13.3333333333vw !important;
    }
    .mgb-sp--105 {
        margin-bottom: 14vw !important;
    }
    .mgb-sp--110 {
        margin-bottom: 14.6666666667vw !important;
    }
    .mgb-sp--115 {
        margin-bottom: 15.3333333333vw !important;
    }
    .mgb-sp--120 {
        margin-bottom: 16vw !important;
    }
    .mgb-sp--125 {
        margin-bottom: 16.6666666667vw !important;
    }
    .mgb-sp--130 {
        margin-bottom: 17.3333333333vw !important;
    }
    .mgb-sp--135 {
        margin-bottom: 18vw !important;
    }
    .mgb-sp--140 {
        margin-bottom: 18.6666666667vw !important;
    }
    .mgb-sp--145 {
        margin-bottom: 19.3333333333vw !important;
    }
    .mgb-sp--150 {
        margin-bottom: 20vw !important;
    }
    .mgb-sp--155 {
        margin-bottom: 20.6666666667vw !important;
    }
    .mgb-sp--160 {
        margin-bottom: 21.3333333333vw !important;
    }
    .mgb-sp--165 {
        margin-bottom: 22vw !important;
    }
    .mgb-sp--170 {
        margin-bottom: 22.6666666667vw !important;
    }
    .mgb-sp--175 {
        margin-bottom: 23.3333333333vw !important;
    }
    .mgb-sp--180 {
        margin-bottom: 24vw !important;
    }
    .mgb-sp--185 {
        margin-bottom: 24.6666666667vw !important;
    }
    .mgb-sp--190 {
        margin-bottom: 25.3333333333vw !important;
    }
    .mgb-sp--195 {
        margin-bottom: 26vw !important;
    }
    .mgb-sp--200 {
        margin-bottom: 26.6666666667vw !important;
    }
    .mgb-sp--205 {
        margin-bottom: 27.3333333333vw !important;
    }
    .mgb-sp--210 {
        margin-bottom: 28vw !important;
    }
    .mgb-sp--215 {
        margin-bottom: 28.6666666667vw !important;
    }
    .mgb-sp--220 {
        margin-bottom: 29.3333333333vw !important;
    }
    .mgb-sp--225 {
        margin-bottom: 30vw !important;
    }
    .mgb-sp--230 {
        margin-bottom: 30.6666666667vw !important;
    }
    .mgb-sp--235 {
        margin-bottom: 31.3333333333vw !important;
    }
    .mgb-sp--240 {
        margin-bottom: 32vw !important;
    }
    .mgb-sp--245 {
        margin-bottom: 32.6666666667vw !important;
    }
    .mgb-sp--250 {
        margin-bottom: 33.3333333333vw !important;
    }
}