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

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    background-color: #382B20;
}
.l-footer__container {
    padding-top: 9.3333333333%;
    padding-bottom: 5.6%;
}
.l-footer__logo {
    width: 40%;
    margin-inline: auto;
}
.l-footer__logo-link {
    display: block;
    will-change: opacity;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.8;
    }
}
.l-footer__logo-link img {
    display: block;
    width: 100%;
}
.l-footer__copyright {
    margin-top: 6.1333333333%;
    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: 9;
}
.l-header__container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 5.3333333333% 5.3333333333% 0 5.3333333333%;
}
.l-header__ttl {
    width: 68.8vw;
}
@media screen and (min-width: 751px) {
    .l-header__ttl {
        width: 295.84px;
    }
}
.l-header__logo {
    width: 13.6vw;
}
@media screen and (min-width: 751px) {
    .l-header__logo {
        width: 58.48px;
    }
}
.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;
    background: url("../img/bg_02.png") 0 0/100% auto repeat-y;
}
@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;
    background-color: #9f955c;
}
.c-block-bg__logo img {
    position: absolute;
    inset: 0;
    width: 136px;
    margin: auto;
}
@media screen and (max-width: 1000px) {
    .c-block-bg__logo img {
        width: 13.6vw;
    }
}
.c-block-bg__qr {
    position: absolute;
    width: calc((100% - 430px) / 2);
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
    background-color: #9f955c;
}
.c-block-bg__qr img {
    position: absolute;
    inset: 0;
    margin: auto;
    width: 51px;
}
@media screen and (max-width: 1000px) {
    .c-block-bg__qr img {
        width: 5.1vw;
    }
}

/* ---------------------------------------------
*   p-loading
--------------------------------------------- */
.p-loading {
    position: fixed;
    inset: 0;
    z-index: 10;
    display: grid;
    place-items: center;
    background-color: #9f955c;
    opacity: 1;
}
.p-loading__img {
    opacity: 0;
    width: 36.2666666667vw;
}
@media screen and (min-width: 751px) {
    .p-loading__img {
        width: 155.9466666667px;
    }
}
.p-loading__img img {
    width: 100%;
}

/* ---------------------------------------------
*   p-bg
--------------------------------------------- */
.p-bg {
    position: relative;
}
.p-bg__inner {
    position: relative;
}
.p-bg__img {
    position: absolute;
    inset: 0;
}
.p-bg__img img {
    width: 100%;
}

/* ---------------------------------------------
*   p-keyvisual
--------------------------------------------- */
.p-keyvisual {
    display: grid;
    place-content: center;
    height: 100svh;
    min-height: 146.6666666667vw;
    padding-block: 8%;
}
@media screen and (min-width: 751px) {
    .p-keyvisual {
        height: 770px;
        min-height: initial;
    }
}
@media screen and (orientation: landscape) and (max-width: 750px) {
    .iphone .p-keyvisual, .androidphone .p-keyvisual {
        min-height: 165.3333333333vw;
    }
}

.p-keyvisual__logo {
    opacity: 0;
    width: 50.6666666667vw;
    margin-inline: auto;
    transition: opacity 1s;
}
@media screen and (max-width: 375px) {
    .p-keyvisual__logo {
        width: 40vw;
    }
}
@media screen and (min-width: 751px) {
    .p-keyvisual__logo {
        width: 217.8666666667px;
    }
}
.p-keyvisual__logo img {
    width: 100%;
}
.is-active .p-keyvisual__logo {
    opacity: 1;
}

.p-keyvisual__img-main {
    margin-top: 6.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__img-main {
        margin-top: 28.6666666667px;
    }
}
.p-keyvisual__txt {
    display: block;
    margin-top: 1.8666666667vw;
    font-size: 3.7333333333vw;
    font-weight: bold;
    color: #9f955c;
    text-align: center;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__txt {
        margin-top: 8.0266666667px;
        font-size: 16.0533333333px;
    }
}
.p-keyvisual__txt span {
    display: block;
    transform: translateY(200%);
    transition: transform 0.75s;
    transition-delay: 0.4s;
}
.is-active .p-keyvisual__txt span {
    transform: translateY(0);
}

.p-keyvisual__date {
    display: block;
    width: 42.4vw;
    margin-top: 2.1333333333vw;
    margin-inline: auto;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .p-keyvisual__date {
        width: 182.32px;
        margin-top: 9.1733333333px;
    }
}
.p-keyvisual__date img {
    width: 100%;
    display: block;
    transform: translateY(200%);
    transition: transform 0.75s;
    transition-delay: 0.7s;
}
.is-active .p-keyvisual__date img {
    transform: translateY(0);
}

/* ---------------------------------------------
*   p-about
--------------------------------------------- */
.p-about {
    padding-top: 18.6666666667%;
}
.p-about__inner {
    position: relative;
    display: grid;
    grid-template-columns: auto 1fr;
    padding-left: 10.6666666667%;
}
.p-about__obj {
    position: absolute;
}
.p-about__obj--01 {
    top: 5.6vw;
    right: 9.6vw;
    width: 16vw;
}
@media screen and (min-width: 751px) {
    .p-about__obj--01 {
        top: 24.08px;
        right: 41.28px;
        width: 68.8px;
    }
}
.p-about__obj--02, .p-about__obj--03, .p-about__obj--04 {
    width: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .p-about__obj--02, .p-about__obj--03, .p-about__obj--04 {
        width: 14.9066666667px;
    }
}
.p-about__obj--02 {
    bottom: calc(100% + 2.1333333333vw);
    left: 25.0666666667vw;
}
@media screen and (min-width: 751px) {
    .p-about__obj--02 {
        bottom: calc(100% + 9.1733333333px);
        left: 107.7866666667px;
    }
}
.p-about__obj--03 {
    top: 9.6vw;
    left: 61.8666666667vw;
}
@media screen and (min-width: 751px) {
    .p-about__obj--03 {
        top: 41.28px;
        left: 266.0266666667px;
    }
}
.p-about__obj--04 {
    bottom: -9.0666666667vw;
    right: 12vw;
}
@media screen and (min-width: 751px) {
    .p-about__obj--04 {
        bottom: -38.9866666667px;
        right: 51.6px;
    }
}
.p-about__obj img {
    display: block;
    width: 100%;
}
.p-about__ttl {
    flex-shrink: 0;
    margin-right: 8vw;
    font-size: 4.8vw;
    font-weight: 500;
    line-height: 1.47;
    writing-mode: vertical-rl;
}
@media screen and (min-width: 751px) {
    .p-about__ttl {
        margin-right: 34.4px;
        font-size: 20.64px;
    }
}
.p-about__txt {
    margin-top: 18.6666666667vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.05em;
}
@media screen and (min-width: 751px) {
    .p-about__txt {
        margin-top: 80.2666666667px;
        font-size: 16.0533333333px;
    }
}

/* ---------------------------------------------
* p-about-slider
--------------------------------------------- */
.p-about-slider {
    display: flex;
    overflow: hidden;
    margin-top: 18.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-about-slider {
        margin-top: 80.2666666667px;
    }
}
.p-about-slider__list {
    display: flex;
    animation: infiniteLoop 30s linear 0.5s infinite both;
    will-change: transform;
}
.p-about-slider__item {
    width: 40vw;
    margin-right: 0.8vw;
}
@media screen and (min-width: 751px) {
    .p-about-slider__item {
        width: 172px;
        margin-right: 3.44px;
    }
}
.p-about-slider__item img {
    display: block;
    width: 100%;
}

@keyframes infiniteLoop {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}
/* ---------------------------------------------
*   p-message
--------------------------------------------- */
.p-message {
    position: relative;
    padding-top: 11.4666666667vw;
    padding-bottom: 29.8666666667vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .p-message {
        padding-top: 49.3066666667px;
        padding-bottom: 128.4266666667px;
    }
}
.p-message__ttl {
    font-size: 4.8vw;
    font-weight: 500;
}
@media screen and (min-width: 751px) {
    .p-message__ttl {
        font-size: 20.64px;
    }
}
.p-message__txt {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 6.1333333333vw;
    margin-inline: auto;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 2;
    letter-spacing: -0.05em;
}
@media screen and (min-width: 751px) {
    .p-message__txt {
        margin-top: 26.3733333333px;
        font-size: 16.0533333333px;
    }
}
.p-message__obj {
    position: absolute;
}
.p-message__obj--01 {
    top: calc(100% - 9.3333333333vw);
    left: calc(100% + 1.3333333333vw);
    width: 14.4vw;
}
@media screen and (min-width: 751px) {
    .p-message__obj--01 {
        top: calc(100% - 40.1333333333px);
        left: calc(100% + 5.7333333333px);
        width: 61.92px;
    }
}
.p-message__obj--02, .p-message__obj--03, .p-message__obj--04 {
    width: 3.4666666667vw;
}
@media screen and (min-width: 751px) {
    .p-message__obj--02, .p-message__obj--03, .p-message__obj--04 {
        width: 14.9066666667px;
    }
}
.p-message__obj--02 {
    top: 8vw;
    left: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .p-message__obj--02 {
        top: 34.4px;
        left: 57.3333333333px;
    }
}
.p-message__obj--03 {
    top: 28.8vw;
    right: 11.7333333333vw;
}
@media screen and (min-width: 751px) {
    .p-message__obj--03 {
        top: 123.84px;
        right: 50.4533333333px;
    }
}
.p-message__obj--04 {
    bottom: -4.8vw;
    left: -10.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-message__obj--04 {
        bottom: -20.64px;
        left: -45.8666666667px;
    }
}
.p-message__obj img {
    display: block;
    width: 100%;
}

/* ---------------------------------------------
*   p-grand-prix
--------------------------------------------- */
.p-grand-prix {
    position: relative;
}
.p-grand-prix__ttl-icon {
    display: block;
    width: 5.0666666667vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .p-grand-prix__ttl-icon {
        width: 21.7866666667px;
    }
}
.p-grand-prix__ttl-icon img {
    display: block;
    width: 100%;
}
.p-grand-prix__ttl {
    margin-top: 3.2vw;
    font-size: 5.3333333333vw;
    font-weight: 500;
    text-align: center;
    color: #9f955c;
}
@media screen and (min-width: 751px) {
    .p-grand-prix__ttl {
        margin-top: 13.76px;
        font-size: 22.9333333333px;
    }
}
.p-grand-prix__body {
    padding-top: 8.8vw;
}
@media screen and (min-width: 751px) {
    .p-grand-prix__body {
        padding-top: 37.84px;
    }
}

/* ---------------------------------------------
*   p-grand-prix-cassette-wrap
--------------------------------------------- */
.p-grand-prix-cassette-wrap {
    display: flex;
}

/*  p-grand-prix-cassette
--------------------------------------------- */
.p-grand-prix-cassette {
    position: relative;
    flex: 1;
    height: 166.6666666667vw;
    padding-top: 6.1333333333vw;
    text-align: center;
    border-bottom: 0.8vw solid;
}
@media screen and (min-width: 751px) {
    .p-grand-prix-cassette {
        height: 716.6666666667px;
        padding-top: 26.3733333333px;
        border-width: 3.44px;
    }
}
.p-grand-prix-cassette--west {
    border-color: #bcb28a;
}
.p-grand-prix-cassette--east {
    border-color: #9c8d52;
}
.p-grand-prix-cassette__ttl {
    position: relative;
    z-index: 1;
}
.p-grand-prix-cassette__ttl-en {
    display: block;
    margin-inline: auto;
}
.p-grand-prix-cassette--west .p-grand-prix-cassette__ttl-en {
    width: 40.5333333333vw;
}
@media screen and (min-width: 751px) {
    .p-grand-prix-cassette--west .p-grand-prix-cassette__ttl-en {
        width: 174.2933333333px;
    }
}
.p-grand-prix-cassette--east .p-grand-prix-cassette__ttl-en {
    width: 34.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-grand-prix-cassette--east .p-grand-prix-cassette__ttl-en {
        width: 149.0666666667px;
    }
}
.p-grand-prix-cassette__ttl-en img {
    width: 100%;
}
.p-grand-prix-cassette__ttl-jp {
    display: block;
    margin-top: 2.4vw;
    font-size: 4vw;
    font-weight: bold;
}
@media screen and (min-width: 751px) {
    .p-grand-prix-cassette__ttl-jp {
        margin-top: 10.32px;
        font-size: 17.2px;
    }
}
.p-grand-prix-cassette--west .p-grand-prix-cassette__ttl-jp {
    color: #d95100;
}
.p-grand-prix-cassette--east .p-grand-prix-cassette__ttl-jp {
    color: #dc7a12;
}
.p-grand-prix-cassette__img {
    position: absolute;
    inset: 0;
}
.p-grand-prix-cassette__img img {
    width: 100%;
    height: 100%;
}
.p-grand-prix-cassette__link {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 82.6666666667vw;
    padding-top: 4vw;
    padding-bottom: 4.8vw;
}
@media (hover: hover) and (pointer: fine) {
    .p-grand-prix-cassette__link {
        transition: opacity 300ms;
    }
    .p-grand-prix-cassette__link:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .p-grand-prix-cassette__link {
        margin-top: 355.4666666667px;
        padding-top: 17.2px;
        padding-bottom: 20.64px;
    }
}
.p-grand-prix-cassette__label {
    display: grid;
    place-items: center;
    width: 33.0666666667vw;
    height: 11.2vw;
    margin-inline: auto;
    border-radius: 0.8vw;
    background-color: #fff;
    font-size: 3.4666666667vw;
    font-weight: 500;
    letter-spacing: -0.05em;
    line-height: 1.3;
}
@media screen and (min-width: 751px) {
    .p-grand-prix-cassette__label {
        width: 142.1866666667px;
        height: 48.16px;
        border-radius: 3.44px;
        font-size: 14.9066666667px;
    }
}
.p-grand-prix-cassette--west .p-grand-prix-cassette__label {
    color: #df595a;
}
.p-grand-prix-cassette--east .p-grand-prix-cassette__label {
    color: #dc7a12;
}
.p-grand-prix-cassette__name {
    margin-top: 3.4666666667vw;
    font-size: 4.8vw;
    font-weight: bold;
    line-height: 1.33;
}
@media screen and (min-width: 751px) {
    .p-grand-prix-cassette__name {
        margin-top: 14.9066666667px;
        font-size: 20.64px;
    }
}
.p-grand-prix-cassette--west .p-grand-prix-cassette__name {
    color: #df595a;
}
.p-grand-prix-cassette--east .p-grand-prix-cassette__name {
    color: #dc7a12;
}
.p-grand-prix-cassette__check {
    display: block;
    width: 19.2vw;
    margin-top: 8vw;
    margin-inline: auto;
}
@media screen and (min-width: 751px) {
    .p-grand-prix-cassette__check {
        width: 82.56px;
        margin-top: 34.4px;
    }
}
.p-grand-prix-cassette__check img {
    width: 100%;
}

/* ---------------------------------------------
*   p-grand-prix-areas
--------------------------------------------- */
.p-grand-prix-areas {
    margin-top: 14.9333333333vw;
    font-size: 3.4666666667vw;
    font-weight: 500;
}
@media screen and (min-width: 751px) {
    .p-grand-prix-areas {
        margin-top: 64.2133333333px;
        font-size: 14.9066666667px;
    }
}
.p-grand-prix-areas__note {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    line-height: 1.69;
}
.p-grand-prix-areas__box {
    width: 84.2666666667%;
    margin-top: 3.4666666667vw;
    margin-inline: auto;
    padding-block: 4vw;
    background-color: #ecead7;
    text-align: center;
    line-height: 1.61;
}
@media screen and (min-width: 751px) {
    .p-grand-prix-areas__box {
        margin-top: 14.9066666667px;
        padding-block: 17.2px;
    }
}

/* ---------------------------------------------
*   p-product
--------------------------------------------- */
.p-product {
    margin-top: 22.1333333333%;
    padding-top: 8%;
}
.p-product--east {
    margin-top: 9.8666666667%;
}
.p-product__head {
    text-align: center;
}
.p-product__head-icon {
    display: block;
    width: 5.0666666667%;
    margin-inline: auto;
}
.p-product__head-icon img {
    display: block;
    width: 100%;
}
.p-product__head-label {
    display: grid;
    place-items: center;
    width: -moz-fit-content;
    width: fit-content;
    height: 6.9333333333vw;
    margin-top: 2.1333333333%;
    margin-inline: auto;
    padding-inline: 2.6666666667%;
    border-radius: 0.8vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    color: #df765d;
    background-color: #fff;
}
@media screen and (min-width: 751px) {
    .p-product__head-label {
        height: 29.8133333333px;
        border-radius: 3.44px;
        font-size: 16.0533333333px;
    }
}
.p-product--east .p-product__head-label {
    color: #dc7a12;
}
.p-product__name {
    margin-top: 1.6%;
    font-size: 6.4vw;
    font-weight: bold;
    color: #df765d;
    line-height: 1.25;
    letter-spacing: -0.02em;
}
@media screen and (min-width: 751px) {
    .p-product__name {
        font-size: 27.52px;
    }
}
.p-product--east .p-product__name {
    color: #dc7a12;
}
.p-product__price {
    width: 18.9333333333%;
    margin-top: 2.9333333333%;
    margin-inline: auto;
    padding-inline: 1.3333333333%;
}
.p-product__price img {
    width: 100%;
}
.p-product__price.js-slide-up-item img {
    transition-delay: 0.75s;
}
.p-product__size {
    margin-top: 1.0666666667%;
    font-size: 3.4666666667vw;
    font-weight: 500;
    color: #df765d;
}
@media screen and (min-width: 751px) {
    .p-product__size {
        font-size: 14.9066666667px;
    }
}
.p-product--east .p-product__size {
    color: #dc7a12;
}
.p-product__size:is(.p-product__size.js-slide-up-item) span {
    transition-delay: 1s;
}
.p-product__body {
    padding-top: 2.6666666667%;
}
.p-product__body-top {
    background: url("../img/bg_product_top_west.png") 0 0/100% auto no-repeat;
    color: #fff;
    padding-bottom: 28.2666666667%;
}
.p-product--east .p-product__body-top {
    background-image: url("../img/bg_product_top_east.png");
    background-position: 0 1.3333333333vw;
    background-size: 100% 100%;
    padding-bottom: 25.8666666667%;
}
@media screen and (min-width: 751px) {
    .p-product--east .p-product__body-top {
        background-position: 0 5.7333333333px;
    }
}
.p-product__img-product {
    padding-top: 10.6666666667%;
}
.p-product--east .p-product__img-product {
    padding-top: 0;
    padding-right: 3.7333333333%;
}
.p-product__img-product img {
    width: 100%;
}
.p-product__lead {
    margin-top: 5.3333333333%;
    font-size: 5.3333333333vw;
    font-weight: 500;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .p-product__lead {
        font-size: 22.9333333333px;
    }
}
.p-product__lead .p-product--east {
    letter-spacing: -0.05em;
}
.p-product__lead-inner {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-inline: 1.8666666667%;
    padding-bottom: 0.2666666667%;
    background-color: #df755d;
    line-height: 1.3;
    overflow: hidden;
}
.p-product--east .p-product__lead-inner {
    background-color: #dc7a12;
}
.p-product__lead-inner span {
    display: block;
    transform: translateY(200%);
    transition: transform 0.75s;
}
.is-active .p-product__lead-inner span {
    transform: translateY(0);
}

.p-product .js-slide-up-item:not(:first-of-type) {
    margin-top: 1.3333333333%;
}
.p-product__txt {
    margin-top: 5.6%;
    padding-inline: 8%;
    font-size: 4vw;
    font-weight: 500;
    text-align: justify;
    letter-spacing: -0.08em;
    line-height: 1.8;
}
@media screen and (min-width: 751px) {
    .p-product__txt {
        font-size: 17.2px;
    }
}
.p-product__body-middle {
    padding-bottom: 12.8%;
    background-color: #f7a99b;
}
.p-product--east .p-product__body-middle {
    background-color: #f2a86f;
}
.p-product__particular {
    position: relative;
    margin-inline: 6.6666666667%;
    padding: 6.4% 8% 6.9333333333%;
    color: #fff;
    border-radius: 1.3333333333vw;
    font-weight: 500;
    background-color: #ec8f80;
}
@media screen and (min-width: 751px) {
    .p-product__particular {
        border-radius: 5.7333333333px;
    }
}
.p-product--east .p-product__particular {
    background-color: #ea8835;
}
.p-product__particular-obj {
    position: absolute;
    bottom: 90.303030303%;
    left: 50%;
    transform: translateX(-50%);
    width: 40%;
}
.p-product--east .p-product__particular-obj {
    bottom: 91.8181818182%;
    width: 26.3636363636%;
}
.p-product__particular-obj img {
    width: 100%;
}
.p-product__particular-twinkle {
    position: absolute;
    display: block;
    width: 3.4666666667vw;
    opacity: 0;
    transition: opacity 0.5s;
}
@media screen and (min-width: 751px) {
    .p-product__particular-twinkle {
        width: 14.9066666667px;
    }
}
.is-active .p-product__particular-twinkle {
    opacity: 1;
}

.p-product__particular-twinkle--01 {
    top: -1.3333333333vw;
    left: -6.4vw;
    transition-delay: 1s;
}
@media screen and (min-width: 751px) {
    .p-product__particular-twinkle--01 {
        top: -5.7333333333px;
        left: -27.52px;
    }
}
.p-product__particular-twinkle--02 {
    top: -5.8666666667vw;
    right: 22.4vw;
    transition-delay: 1.25s;
}
@media screen and (min-width: 751px) {
    .p-product__particular-twinkle--02 {
        top: -25.2266666667px;
        right: 96.32px;
    }
}
.p-product--east .p-product__particular-twinkle--02 {
    top: -7.4666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product--east .p-product__particular-twinkle--02 {
        top: -32.1066666667px;
    }
}
.p-product__particular-twinkle img {
    display: block;
    width: 100%;
}
.p-product__particular-ttl {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    padding-bottom: 1.3333333333%;
    border-bottom: 1px solid #fff;
    font-size: 4.8vw;
    text-align: center;
}
@media screen and (min-width: 751px) {
    .p-product__particular-ttl {
        font-size: 20.64px;
    }
}
.p-product__particular-txt {
    margin-top: 4.8%;
    font-size: 3.7333333333vw;
    line-height: 1.85;
    letter-spacing: -0.08em;
    text-align: justify;
}
@media screen and (min-width: 751px) {
    .p-product__particular-txt {
        font-size: 16.0533333333px;
    }
}
.p-product__body-bottom {
    height: 92.8vw;
    padding-top: 5.0666666667%;
    background: url("../img/bg_product_bottom_west.png") 0 0/100% auto no-repeat;
}
@media screen and (min-width: 751px) {
    .p-product__body-bottom {
        height: 399.04px;
    }
}
.p-product--east .p-product__body-bottom {
    height: auto;
    padding-bottom: 29.3333333333%;
    background-image: url("../img/bg_product_bottom_east.png");
    background-position: 0 100%;
}
.p-product__speech-balloons {
    margin-top: -12%;
    color: #df765d;
}
.p-product--east .p-product__speech-balloons {
    position: relative;
    color: #df6e05;
}
.p-product--east .p-product__speech-balloons::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 56vw);
    background-color: #f2a86f;
    content: "";
}
@media screen and (min-width: 751px) {
    .p-product--east .p-product__speech-balloons::before {
        height: calc(100% - 240.8px);
    }
}
.p-product__speech-balloon {
    position: relative;
    display: flex;
    align-items: flex-end;
    -moz-column-gap: 4.8%;
         column-gap: 4.8%;
    padding-inline: 5.0666666667% 5.8666666667%;
}
.p-product__speech-balloon:not(:first-of-type) {
    margin-top: 4.8vw;
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon:not(:first-of-type) {
        margin-top: 20.64px;
    }
}
.p-product__speech-balloon:nth-of-type(even) {
    flex-direction: row-reverse;
    padding-inline: 5.8666666667% 5.0666666667%;
}
.p-product__speech-balloon-box {
    position: relative;
    padding: 5.0666666667vw 5.3333333333vw 0;
    background-color: #fdf3ed;
    border-radius: 4.8vw;
    letter-spacing: -0.08em;
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon-box {
        padding: 21.7866666667px 22.9333333333px 0;
        border-radius: 20.64px;
    }
}
.p-product__speech-balloon-box::before {
    position: absolute;
    bottom: 5.0666666667vw;
    left: -2.9333333333vw;
    content: "";
    display: block;
    width: 5.6vw;
    height: 4.2666666667vw;
    background: url("../img/img_balloon_triangle.svg") 0 0/100% 100% no-repeat;
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon-box::before {
        bottom: 21.7866666667px;
        left: -12.6133333333px;
        width: 24.08px;
        height: 18.3466666667px;
    }
}
.p-product__speech-balloon:nth-of-type(even) .p-product__speech-balloon-box::before {
    left: auto;
    right: -2.9333333333vw;
    transform: rotateY(180deg);
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon:nth-of-type(even) .p-product__speech-balloon-box::before {
        right: -12.6133333333px;
    }
}
.p-product__speech-balloon-img {
    flex-shrink: 0;
    width: 14.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon-img {
        width: 63.0666666667px;
    }
}
.p-product__speech-balloon-ttl {
    font-size: 4.2666666667vw;
    font-weight: bold;
    line-height: 1.5;
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon-ttl {
        font-size: 18.3466666667px;
    }
}
.p-product--west .p-product__speech-balloon-ttl {
    letter-spacing: 0.02em;
}
.p-product__speech-balloon-box-txt {
    margin-top: 2.9333333333vw;
    font-size: 3.7333333333vw;
    font-weight: 500;
    line-height: 1.64;
    text-align: justify;
    letter-spacing: -0.08em;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon-box-txt {
        margin-top: 12.6133333333px;
        font-size: 16.0533333333px;
    }
}
.safari .p-product__speech-balloon-box-txt {
    text-align: left;
}

.p-product__speech-balloon-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
    width: 100%;
    padding-block: 5.8666666667vw;
    font-size: 4vw;
    font-weight: bold;
    color: inherit;
}
@media (hover: hover) and (pointer: fine) {
    .p-product__speech-balloon-btn {
        transition: opacity 300ms, padding 0.3s;
    }
    .p-product__speech-balloon-btn:hover {
        opacity: 0.8;
    }
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon-btn {
        -moz-column-gap: 5.7333333333px;
             column-gap: 5.7333333333px;
        padding-block: 25.2266666667px;
        font-size: 17.2px;
    }
}
.is-open .p-product__speech-balloon-btn {
    padding-top: 2.9333333333vw;
}
@media screen and (min-width: 751px) {
    .is-open .p-product__speech-balloon-btn {
        padding-top: 12.6133333333px;
    }
}

.is-open .p-product__speech-balloon-btn span.open {
    display: none;
}

.p-product__speech-balloon-btn span.close {
    display: none;
}
.is-open .p-product__speech-balloon-btn span.close {
    display: block;
}

.p-product__speech-balloon-btn-icon {
    position: relative;
    display: inline-block;
    width: 4.2666666667vw;
    height: 4.2666666667vw;
    border-radius: 50%;
    background-color: #df765d;
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon-btn-icon {
        width: 18.3466666667px;
        height: 18.3466666667px;
    }
}
.p-product--east .p-product__speech-balloon-btn-icon {
    background-color: #df6e05;
}
.p-product__speech-balloon-btn-icon::before, .p-product__speech-balloon-btn-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
}
.p-product__speech-balloon-btn-icon::before {
    width: 50%;
    height: 1px;
}
.p-product__speech-balloon-btn-icon::after {
    width: 1px;
    height: 50%;
}
.is-open .p-product__speech-balloon-btn-icon::after {
    display: none;
}

.p-product__speech-balloon-obj {
    position: absolute;
    right: -2.4vw;
    bottom: -5.3333333333vw;
    width: 12.5333333333vw;
}
@media screen and (min-width: 751px) {
    .p-product__speech-balloon-obj {
        bottom: -22.9333333333px;
        right: -10.32px;
        width: 53.8933333333px;
    }
}
.p-product--east .p-product__speech-balloon-obj {
    width: 15.2vw;
}
@media screen and (min-width: 751px) {
    .p-product--east .p-product__speech-balloon-obj {
        width: 65.36px;
    }
}
.p-product__speech-balloon-obj img {
    width: 100%;
}

/* ---------------------------------------------
*   p-overview
--------------------------------------------- */
.p-overview {
    margin-top: 49.8666666667%;
    padding-inline: 8%;
    padding-bottom: 34.6666666667%;
}
.p-overview__contents {
    position: relative;
    padding-top: 17.4603174603%;
    padding-bottom: 15.2380952381%;
    background-color: #fff;
}
.p-overview__logo {
    width: 47.619047619%;
    margin-inline: auto;
}
.p-overview__logo img {
    width: 100%;
}
.p-overview__ttl {
    margin-top: 10.1587301587%;
    font-size: 4.8vw;
    font-weight: bold;
    color: #a79964;
    text-align: center;
    line-height: 1.33;
    letter-spacing: 0.03em;
}
@media screen and (min-width: 751px) {
    .p-overview__ttl {
        font-size: 20.64px;
    }
}
.p-overview__ttl span {
    display: block;
    margin-top: 0.3em;
}
.p-overview__txt {
    margin-top: 9.2063492063%;
    padding-inline: 12.0634920635%;
    font-size: 3.7333333333vw;
    font-weight: 500;
    text-align: justify;
    letter-spacing: -0.07em;
    line-height: 1.92;
}
@media screen and (min-width: 751px) {
    .p-overview__txt {
        font-size: 16.0533333333px;
    }
}
.p-overview__organizer {
    margin-top: 6.6666666667%;
    font-weight: 500;
    text-align: center;
}
.p-overview__organizer-ttl {
    font-size: 3.7333333333vw;
    color: #a79964;
}
@media screen and (min-width: 751px) {
    .p-overview__organizer-ttl {
        font-size: 16.0533333333px;
    }
}
.p-overview__organizer-txt {
    margin-top: 1.5873015873%;
    font-size: 3.4666666667vw;
    line-height: 1.84;
}
@media screen and (min-width: 751px) {
    .p-overview__organizer-txt {
        font-size: 14.9066666667px;
    }
}
.p-overview__obj {
    position: absolute;
}
.p-overview__obj--01 {
    left: 34.6666666667vw;
    bottom: calc(100% - 6.4vw);
    width: 65.0666666667vw;
}
@media screen and (min-width: 751px) {
    .p-overview__obj--01 {
        left: 149.0666666667px;
        bottom: calc(100% - 27.52px);
        width: 279.7866666667px;
    }
}
.p-overview__obj--02 {
    top: -6.9333333333vw;
    left: -5.0666666667vw;
    width: 14.6666666667vw;
}
@media screen and (min-width: 751px) {
    .p-overview__obj--02 {
        top: -29.8133333333px;
        left: -21.7866666667px;
        width: 63.0666666667px;
    }
}
.p-overview__obj--03 {
    top: 23.4666666667vw;
    right: -4vw;
    width: 13.3333333333vw;
}
@media screen and (min-width: 751px) {
    .p-overview__obj--03 {
        top: 100.9066666667px;
        right: -17.2px;
        width: 57.3333333333px;
    }
}
.p-overview__obj--04 {
    top: 57.8666666667vw;
    right: calc(100% - 6.9333333333vw);
    width: 17.6vw;
}
@media screen and (min-width: 751px) {
    .p-overview__obj--04 {
        top: 248.8266666667px;
        right: calc(100% - 29.8133333333px);
        width: 75.68px;
    }
}
.p-overview__obj--05 {
    bottom: 18.6666666667vw;
    right: -6.1333333333vw;
    width: 16vw;
}
@media screen and (min-width: 751px) {
    .p-overview__obj--05 {
        bottom: 80.2666666667px;
        right: -26.3733333333px;
        width: 68.8px;
    }
}
.p-overview__obj--06 {
    bottom: -34.6666666667vw;
    right: 13.8666666667vw;
    width: 83.2vw;
}
@media screen and (min-width: 751px) {
    .p-overview__obj--06 {
        bottom: -149.0666666667px;
        right: 59.6266666667px;
        width: 357.76px;
    }
}
.p-overview__obj img {
    width: 100%;
}

/* ---------------------------------------------
*   p-sns
--------------------------------------------- */
.p-sns {
    position: relative;
    padding-top: 24.2666666667%;
    padding-bottom: 11.4666666667%;
}
.c-section-2 + .p-sns {
    padding-top: 60%;
}

.p-sns__lead {
    width: 100%;
}
.p-sns__lead img {
    width: 100%;
}
.p-sns__list {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 11.2%;
    margin-top: 11.2%;
}
.p-sns__list-item:first-of-type {
    width: 9.0666666667%;
}
.p-sns__list-item:nth-of-type(2) {
    width: 9.3333333333%;
}
.p-sns__list-item:nth-of-type(3) {
    width: 4.8%;
}
.p-sns__list-item:nth-of-type(4) {
    width: 9.0666666667%;
}
.p-sns__list-link {
    display: block;
}
@media (hover: hover) and (pointer: fine) {
    .p-sns__list-link {
        transition: opacity 300ms;
        will-change: opacity;
    }
    .p-sns__list-link:hover {
        opacity: 0.8;
    }
}
.p-sns__list-link img {
    width: 100%;
}

/* ---------------------------------------------
*   p-foot-notes
--------------------------------------------- */
.p-foot-notes {
    background-color: #fff;
    padding: 4.2666666667% 6.1333333333%;
    font-size: 3.4666666667vw;
    font-weight: 500;
    line-height: 1.69;
    letter-spacing: -0.08em;
}
@media screen and (min-width: 751px) {
    .p-foot-notes {
        font-size: 14.9066666667px;
    }
}

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

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

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

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

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

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

.js-show-more-target-wrap {
    overflow: hidden;
}

.js-show-more-target {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.js-show-more-target.is-show {
    -webkit-line-clamp: unset;
}

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

/* フェードインアップ */
.js-fadein-up {
    opacity: 0;
    transform: translateY(50px);
}
.js-fadein-up.is-active {
    transform: translateY(0);
    opacity: 1;
    transition: transform 0.8s, opacity 1s;
}

/* スライドアップ */
.js-slide-up-item {
    display: block;
    overflow: hidden;
}
.js-slide-up-item:nth-of-type(2) span,
.js-slide-up-item:nth-of-type(2) img {
    transition-delay: 0.25s;
}
.js-slide-up-item:nth-of-type(3) span,
.js-slide-up-item:nth-of-type(3) img {
    transition-delay: 0.5s;
}
.js-slide-up-item:nth-of-type(4) span,
.js-slide-up-item:nth-of-type(4) img {
    transition-delay: 0.75s;
}
.js-slide-up-item:nth-of-type(5) span,
.js-slide-up-item:nth-of-type(5) img {
    transition-delay: 1s;
}
.js-slide-up-item:nth-of-type(6) span,
.js-slide-up-item:nth-of-type(6) img {
    transition-delay: 1.25s;
}
.js-slide-up-item:nth-of-type(7) span,
.js-slide-up-item:nth-of-type(7) img {
    transition-delay: 1.5s;
}
.js-slide-up-item span,
.js-slide-up-item img {
    display: block;
    transform: translateY(200%);
    transition: transform 0.75s;
}
.is-active .js-slide-up-item span,
.is-active .js-slide-up-item img {
    transform: translateY(0);
}

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

.mgt-pc--5 {
    margin-top: 5px !important;
}

.mgt-pc--10 {
    margin-top: 10px !important;
}

.mgt-pc--15 {
    margin-top: 15px !important;
}

.mgt-pc--20 {
    margin-top: 20px !important;
}

.mgt-pc--25 {
    margin-top: 25px !important;
}

.mgt-pc--30 {
    margin-top: 30px !important;
}

.mgt-pc--35 {
    margin-top: 35px !important;
}

.mgt-pc--40 {
    margin-top: 40px !important;
}

.mgt-pc--45 {
    margin-top: 45px !important;
}

.mgt-pc--50 {
    margin-top: 50px !important;
}

.mgt-pc--55 {
    margin-top: 55px !important;
}

.mgt-pc--60 {
    margin-top: 60px !important;
}

.mgt-pc--65 {
    margin-top: 65px !important;
}

.mgt-pc--70 {
    margin-top: 70px !important;
}

.mgt-pc--75 {
    margin-top: 75px !important;
}

.mgt-pc--80 {
    margin-top: 80px !important;
}

.mgt-pc--85 {
    margin-top: 85px !important;
}

.mgt-pc--90 {
    margin-top: 90px !important;
}

.mgt-pc--95 {
    margin-top: 95px !important;
}

.mgt-pc--100 {
    margin-top: 100px !important;
}

.mgt-pc--105 {
    margin-top: 105px !important;
}

.mgt-pc--110 {
    margin-top: 110px !important;
}

.mgt-pc--115 {
    margin-top: 115px !important;
}

.mgt-pc--120 {
    margin-top: 120px !important;
}

.mgt-pc--125 {
    margin-top: 125px !important;
}

.mgt-pc--130 {
    margin-top: 130px !important;
}

.mgt-pc--135 {
    margin-top: 135px !important;
}

.mgt-pc--140 {
    margin-top: 140px !important;
}

.mgt-pc--145 {
    margin-top: 145px !important;
}

.mgt-pc--150 {
    margin-top: 150px !important;
}

.mgt-pc--155 {
    margin-top: 155px !important;
}

.mgt-pc--160 {
    margin-top: 160px !important;
}

.mgt-pc--165 {
    margin-top: 165px !important;
}

.mgt-pc--170 {
    margin-top: 170px !important;
}

.mgt-pc--175 {
    margin-top: 175px !important;
}

.mgt-pc--180 {
    margin-top: 180px !important;
}

.mgt-pc--185 {
    margin-top: 185px !important;
}

.mgt-pc--190 {
    margin-top: 190px !important;
}

.mgt-pc--195 {
    margin-top: 195px !important;
}

.mgt-pc--200 {
    margin-top: 200px !important;
}

.mgt-pc--205 {
    margin-top: 205px !important;
}

.mgt-pc--210 {
    margin-top: 210px !important;
}

.mgt-pc--215 {
    margin-top: 215px !important;
}

.mgt-pc--220 {
    margin-top: 220px !important;
}

.mgt-pc--225 {
    margin-top: 225px !important;
}

.mgt-pc--230 {
    margin-top: 230px !important;
}

.mgt-pc--235 {
    margin-top: 235px !important;
}

.mgt-pc--240 {
    margin-top: 240px !important;
}

.mgt-pc--245 {
    margin-top: 245px !important;
}

.mgt-pc--250 {
    margin-top: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }

    .mgt-sp--5 {
        margin-top: 1.3333333333vw !important;
    }

    .mgt-sp--10 {
        margin-top: 2.6666666667vw !important;
    }

    .mgt-sp--15 {
        margin-top: 4vw !important;
    }

    .mgt-sp--20 {
        margin-top: 5.3333333333vw !important;
    }

    .mgt-sp--25 {
        margin-top: 6.6666666667vw !important;
    }

    .mgt-sp--30 {
        margin-top: 8vw !important;
    }

    .mgt-sp--35 {
        margin-top: 9.3333333333vw !important;
    }

    .mgt-sp--40 {
        margin-top: 10.6666666667vw !important;
    }

    .mgt-sp--45 {
        margin-top: 12vw !important;
    }

    .mgt-sp--50 {
        margin-top: 13.3333333333vw !important;
    }

    .mgt-sp--55 {
        margin-top: 14.6666666667vw !important;
    }

    .mgt-sp--60 {
        margin-top: 16vw !important;
    }

    .mgt-sp--65 {
        margin-top: 17.3333333333vw !important;
    }

    .mgt-sp--70 {
        margin-top: 18.6666666667vw !important;
    }

    .mgt-sp--75 {
        margin-top: 20vw !important;
    }

    .mgt-sp--80 {
        margin-top: 21.3333333333vw !important;
    }

    .mgt-sp--85 {
        margin-top: 22.6666666667vw !important;
    }

    .mgt-sp--90 {
        margin-top: 24vw !important;
    }

    .mgt-sp--95 {
        margin-top: 25.3333333333vw !important;
    }

    .mgt-sp--100 {
        margin-top: 26.6666666667vw !important;
    }

    .mgt-sp--105 {
        margin-top: 28vw !important;
    }

    .mgt-sp--110 {
        margin-top: 29.3333333333vw !important;
    }

    .mgt-sp--115 {
        margin-top: 30.6666666667vw !important;
    }

    .mgt-sp--120 {
        margin-top: 32vw !important;
    }

    .mgt-sp--125 {
        margin-top: 33.3333333333vw !important;
    }

    .mgt-sp--130 {
        margin-top: 34.6666666667vw !important;
    }

    .mgt-sp--135 {
        margin-top: 36vw !important;
    }

    .mgt-sp--140 {
        margin-top: 37.3333333333vw !important;
    }

    .mgt-sp--145 {
        margin-top: 38.6666666667vw !important;
    }

    .mgt-sp--150 {
        margin-top: 40vw !important;
    }

    .mgt-sp--155 {
        margin-top: 41.3333333333vw !important;
    }

    .mgt-sp--160 {
        margin-top: 42.6666666667vw !important;
    }

    .mgt-sp--165 {
        margin-top: 44vw !important;
    }

    .mgt-sp--170 {
        margin-top: 45.3333333333vw !important;
    }

    .mgt-sp--175 {
        margin-top: 46.6666666667vw !important;
    }

    .mgt-sp--180 {
        margin-top: 48vw !important;
    }

    .mgt-sp--185 {
        margin-top: 49.3333333333vw !important;
    }

    .mgt-sp--190 {
        margin-top: 50.6666666667vw !important;
    }

    .mgt-sp--195 {
        margin-top: 52vw !important;
    }

    .mgt-sp--200 {
        margin-top: 53.3333333333vw !important;
    }

    .mgt-sp--205 {
        margin-top: 54.6666666667vw !important;
    }

    .mgt-sp--210 {
        margin-top: 56vw !important;
    }

    .mgt-sp--215 {
        margin-top: 57.3333333333vw !important;
    }

    .mgt-sp--220 {
        margin-top: 58.6666666667vw !important;
    }

    .mgt-sp--225 {
        margin-top: 60vw !important;
    }

    .mgt-sp--230 {
        margin-top: 61.3333333333vw !important;
    }

    .mgt-sp--235 {
        margin-top: 62.6666666667vw !important;
    }

    .mgt-sp--240 {
        margin-top: 64vw !important;
    }

    .mgt-sp--245 {
        margin-top: 65.3333333333vw !important;
    }

    .mgt-sp--250 {
        margin-top: 66.6666666667vw !important;
    }
}
/* ---------------------------------------------
*   margin-bottom
--------------------------------------------- */
.mgb-pc--0 {
    margin-bottom: 0 !important;
}

.mgb-pc--5 {
    margin-bottom: 5px !important;
}

.mgb-pc--10 {
    margin-bottom: 10px !important;
}

.mgb-pc--15 {
    margin-bottom: 15px !important;
}

.mgb-pc--20 {
    margin-bottom: 20px !important;
}

.mgb-pc--25 {
    margin-bottom: 25px !important;
}

.mgb-pc--30 {
    margin-bottom: 30px !important;
}

.mgb-pc--35 {
    margin-bottom: 35px !important;
}

.mgb-pc--40 {
    margin-bottom: 40px !important;
}

.mgb-pc--45 {
    margin-bottom: 45px !important;
}

.mgb-pc--50 {
    margin-bottom: 50px !important;
}

.mgb-pc--55 {
    margin-bottom: 55px !important;
}

.mgb-pc--60 {
    margin-bottom: 60px !important;
}

.mgb-pc--65 {
    margin-bottom: 65px !important;
}

.mgb-pc--70 {
    margin-bottom: 70px !important;
}

.mgb-pc--75 {
    margin-bottom: 75px !important;
}

.mgb-pc--80 {
    margin-bottom: 80px !important;
}

.mgb-pc--85 {
    margin-bottom: 85px !important;
}

.mgb-pc--90 {
    margin-bottom: 90px !important;
}

.mgb-pc--95 {
    margin-bottom: 95px !important;
}

.mgb-pc--100 {
    margin-bottom: 100px !important;
}

.mgb-pc--105 {
    margin-bottom: 105px !important;
}

.mgb-pc--110 {
    margin-bottom: 110px !important;
}

.mgb-pc--115 {
    margin-bottom: 115px !important;
}

.mgb-pc--120 {
    margin-bottom: 120px !important;
}

.mgb-pc--125 {
    margin-bottom: 125px !important;
}

.mgb-pc--130 {
    margin-bottom: 130px !important;
}

.mgb-pc--135 {
    margin-bottom: 135px !important;
}

.mgb-pc--140 {
    margin-bottom: 140px !important;
}

.mgb-pc--145 {
    margin-bottom: 145px !important;
}

.mgb-pc--150 {
    margin-bottom: 150px !important;
}

.mgb-pc--155 {
    margin-bottom: 155px !important;
}

.mgb-pc--160 {
    margin-bottom: 160px !important;
}

.mgb-pc--165 {
    margin-bottom: 165px !important;
}

.mgb-pc--170 {
    margin-bottom: 170px !important;
}

.mgb-pc--175 {
    margin-bottom: 175px !important;
}

.mgb-pc--180 {
    margin-bottom: 180px !important;
}

.mgb-pc--185 {
    margin-bottom: 185px !important;
}

.mgb-pc--190 {
    margin-bottom: 190px !important;
}

.mgb-pc--195 {
    margin-bottom: 195px !important;
}

.mgb-pc--200 {
    margin-bottom: 200px !important;
}

.mgb-pc--205 {
    margin-bottom: 205px !important;
}

.mgb-pc--210 {
    margin-bottom: 210px !important;
}

.mgb-pc--215 {
    margin-bottom: 215px !important;
}

.mgb-pc--220 {
    margin-bottom: 220px !important;
}

.mgb-pc--225 {
    margin-bottom: 225px !important;
}

.mgb-pc--230 {
    margin-bottom: 230px !important;
}

.mgb-pc--235 {
    margin-bottom: 235px !important;
}

.mgb-pc--240 {
    margin-bottom: 240px !important;
}

.mgb-pc--245 {
    margin-bottom: 245px !important;
}

.mgb-pc--250 {
    margin-bottom: 250px !important;
}

@media screen and (max-width: 750px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }

    .mgb-sp--5 {
        margin-bottom: 1.3333333333vw !important;
    }

    .mgb-sp--10 {
        margin-bottom: 2.6666666667vw !important;
    }

    .mgb-sp--15 {
        margin-bottom: 4vw !important;
    }

    .mgb-sp--20 {
        margin-bottom: 5.3333333333vw !important;
    }

    .mgb-sp--25 {
        margin-bottom: 6.6666666667vw !important;
    }

    .mgb-sp--30 {
        margin-bottom: 8vw !important;
    }

    .mgb-sp--35 {
        margin-bottom: 9.3333333333vw !important;
    }

    .mgb-sp--40 {
        margin-bottom: 10.6666666667vw !important;
    }

    .mgb-sp--45 {
        margin-bottom: 12vw !important;
    }

    .mgb-sp--50 {
        margin-bottom: 13.3333333333vw !important;
    }

    .mgb-sp--55 {
        margin-bottom: 14.6666666667vw !important;
    }

    .mgb-sp--60 {
        margin-bottom: 16vw !important;
    }

    .mgb-sp--65 {
        margin-bottom: 17.3333333333vw !important;
    }

    .mgb-sp--70 {
        margin-bottom: 18.6666666667vw !important;
    }

    .mgb-sp--75 {
        margin-bottom: 20vw !important;
    }

    .mgb-sp--80 {
        margin-bottom: 21.3333333333vw !important;
    }

    .mgb-sp--85 {
        margin-bottom: 22.6666666667vw !important;
    }

    .mgb-sp--90 {
        margin-bottom: 24vw !important;
    }

    .mgb-sp--95 {
        margin-bottom: 25.3333333333vw !important;
    }

    .mgb-sp--100 {
        margin-bottom: 26.6666666667vw !important;
    }

    .mgb-sp--105 {
        margin-bottom: 28vw !important;
    }

    .mgb-sp--110 {
        margin-bottom: 29.3333333333vw !important;
    }

    .mgb-sp--115 {
        margin-bottom: 30.6666666667vw !important;
    }

    .mgb-sp--120 {
        margin-bottom: 32vw !important;
    }

    .mgb-sp--125 {
        margin-bottom: 33.3333333333vw !important;
    }

    .mgb-sp--130 {
        margin-bottom: 34.6666666667vw !important;
    }

    .mgb-sp--135 {
        margin-bottom: 36vw !important;
    }

    .mgb-sp--140 {
        margin-bottom: 37.3333333333vw !important;
    }

    .mgb-sp--145 {
        margin-bottom: 38.6666666667vw !important;
    }

    .mgb-sp--150 {
        margin-bottom: 40vw !important;
    }

    .mgb-sp--155 {
        margin-bottom: 41.3333333333vw !important;
    }

    .mgb-sp--160 {
        margin-bottom: 42.6666666667vw !important;
    }

    .mgb-sp--165 {
        margin-bottom: 44vw !important;
    }

    .mgb-sp--170 {
        margin-bottom: 45.3333333333vw !important;
    }

    .mgb-sp--175 {
        margin-bottom: 46.6666666667vw !important;
    }

    .mgb-sp--180 {
        margin-bottom: 48vw !important;
    }

    .mgb-sp--185 {
        margin-bottom: 49.3333333333vw !important;
    }

    .mgb-sp--190 {
        margin-bottom: 50.6666666667vw !important;
    }

    .mgb-sp--195 {
        margin-bottom: 52vw !important;
    }

    .mgb-sp--200 {
        margin-bottom: 53.3333333333vw !important;
    }

    .mgb-sp--205 {
        margin-bottom: 54.6666666667vw !important;
    }

    .mgb-sp--210 {
        margin-bottom: 56vw !important;
    }

    .mgb-sp--215 {
        margin-bottom: 57.3333333333vw !important;
    }

    .mgb-sp--220 {
        margin-bottom: 58.6666666667vw !important;
    }

    .mgb-sp--225 {
        margin-bottom: 60vw !important;
    }

    .mgb-sp--230 {
        margin-bottom: 61.3333333333vw !important;
    }

    .mgb-sp--235 {
        margin-bottom: 62.6666666667vw !important;
    }

    .mgb-sp--240 {
        margin-bottom: 64vw !important;
    }

    .mgb-sp--245 {
        margin-bottom: 65.3333333333vw !important;
    }

    .mgb-sp--250 {
        margin-bottom: 66.6666666667vw !important;
    }
}