@charset "UTF-8";
/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    padding: 2.890625% 0;
    background-color: #12b5da;
}
.l-contents__wrapper {
    margin: 0 3.125%;
    border-radius: 45px;
    background-color: #fff;
}
@media screen and (max-width: 750px) {
    .l-contents__wrapper {
        border-radius: 27px;
    }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.8;
    }
}
/*  l-footer-pagetop
--------------------------------------------- */
.l-footer-pagetop {
    position: sticky;
    bottom: 0;
    right: 0;
    z-index: 99;
}
.l-footer-pagetop__link {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    display: block;
    width: 50px;
    height: 0;
    padding-top: 50px;
    background-color: #007bbb;
    overflow: hidden;
    transition: opacity 300ms;
}
.l-footer-pagetop__link:hover {
    opacity: 0.8;
}
.l-footer-pagetop__link::after {
    position: absolute;
    top: 44%;
    left: 32%;
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
}

/*  l-footer-nav
--------------------------------------------- */
@media screen and (min-width: 751px) {
    .l-footer-nav__link {
        transition: opacity 300ms;
    }
    .l-footer-nav__link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   l-menu
--------------------------------------------- */
.l-menu {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 20;
    padding: 2.890625% 0;
    background-color: #12b5da;
}
.l-menu__inner {
    position: relative;
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
    background-color: #fff;
    height: calc(100% + 1px);
    background-color: #fff;
    margin: 0 3.125%;
}
.l-menu__wrap {
    position: relative;
    width: 100%;
    height: 85%;
    overscroll-behavior-y: none;
    overflow-y: auto;
    scrollbar-width: none;
}
.l-menu__wrap::-webkit-scrollbar {
    display: none;
}
.l-menu__btn-close {
    position: absolute;
    top: 59px;
    right: 5.46875%;
    z-index: 30;
}
@media screen and (max-width: 750px) {
    .l-menu__btn-close {
        top: 7.6vw;
        right: 10.1333333333%;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 751px) {
    .l-menu__btn-close {
        transition: opacity 300ms;
    }
    .l-menu__btn-close:hover {
        opacity: 0.8;
    }
}
.l-menu__btn-close img {
    width: 40px;
}
@media screen and (max-width: 750px) {
    .l-menu__btn-close img {
        width: 6.6666666667vw;
    }
}
.l-menu__ttl {
    padding-inline: 30px 0;
    display: inline-block;
    font-family: "plau", sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.08em;
    transform: rotate(90deg) translateY(-88px);
    transform-origin: left top;
}
@media screen and (max-width: 750px) {
    .l-menu__ttl {
        padding-inline: 5.6vw 0;
        font-size: 3.2vw;
        transform: rotate(90deg) translateY(-8.5714285714vw);
    }
}
.l-menu__nav {
    display: flex;
    justify-content: center;
    align-items: center;
}
.l-menu__nav-item {
    position: relative;
}
.l-menu__nav-item + .l-menu__nav-item {
    margin-top: 27px;
}
@media screen and (max-width: 750px) {
    .l-menu__nav-item + .l-menu__nav-item {
        margin-top: 6.6666666667vw;
    }
}
.l-menu__nav-link {
    position: relative;
    z-index: 0;
    display: block;
    margin: 0 auto;
    text-align: center;
}
@media (hover: hover) and (pointer: fine) and (min-width: 751px) {
    .l-menu__nav-link {
        transition: opacity 300ms;
    }
    .l-menu__nav-link:hover {
        opacity: 0.8;
    }
}
.l-menu__nav-en {
    display: block;
    color: #ff8358;
    font-family: "plau", sans-serif;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 1;
}
@media screen and (max-width: 750px) {
    .l-menu__nav-en {
        font-size: 6.6666666667vw;
    }
}
.l-menu__nav-jp {
    display: block;
    color: #333333;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-top: 5px;
}
@media screen and (max-width: 750px) {
    .l-menu__nav-jp {
        font-size: 2.6666666667vw;
        margin-top: 2vw;
    }
}
.l-menu__copyright {
    display: block;
    color: #333333;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 72px;
}
@media screen and (max-width: 750px) {
    .l-menu__copyright {
        font-size: 2.6666666667vw;
        margin-top: 12vw;
    }
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    right: 6.640625%;
    top: 13.28125%;
    left: 0;
    z-index: 999;
    height: 0px;
    background-color: #fff;
}
@media screen and (max-width: 1024px) {
    .l-header {
        top: 70px;
    }
}
@media screen and (max-width: 750px) {
    .l-header {
        top: 6.4vw;
        right: 4.2vw;
        height: 0px;
    }
}
.l-header__container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    padding: 1rem;
}
@media screen and (min-width: 751px) {
    .l-header__logo-link {
        transition: opacity 300ms;
    }
    .l-header__logo-link:hover {
        opacity: 0.8;
    }
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav__list {
    display: flex;
}
.l-header-nav__item {
    margin-left: 1em;
}
.l-header-nav__item:first-of-type {
    margin-left: 0;
}
@media screen and (min-width: 751px) {
    .l-header-nav__link {
        transition: opacity 300ms;
    }
    .l-header-nav__link:hover {
        opacity: 0.8;
    }
}

/*  l-header-sp-trigger
--------------------------------------------- */
/*  mpl-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
    display: block;
    margin-left: auto;
    touch-action: manipulation;
    cursor: pointer;
}
.l-header-menu-button img {
    width: 50px;
}
@media screen and (max-width: 750px) {
    .l-header-menu-button img {
        width: 6.6666666667vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 751px) {
    .l-header-menu-button {
        transition: opacity 300ms;
    }
    .l-header-menu-button:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   c-block-news
--------------------------------------------- */
.c-block-news {
    padding-top: 45px;
}
@media screen and (max-width: 750px) {
    .c-block-news {
        padding-top: 6vw;
    }
}
.c-block-news__head {
    margin-bottom: 17px;
}
@media screen and (max-width: 750px) {
    .c-block-news__head {
        margin-bottom: 2.2666666667vw;
    }
}
.c-block-news__ttl {
    color: #ff8358;
    font-family: "plau", sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-block-news__ttl {
        font-size: 6.1333333333vw;
    }
}
.c-block-news__body {
    padding: 18px 40px;
    width: min(97.1111111111%, 874px);
    margin: 0 auto;
    border-radius: 30px;
    border: 2px solid #ff8358;
}
@media screen and (max-width: 750px) {
    .c-block-news__body {
        padding: 4vw 2.6666666667vw;
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-block-faq
--------------------------------------------- */
.c-block-faq {
    padding-top: 40px;
    max-width: 866px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-block-faq {
        padding-top: 5.3333333333vw;
        width: 100%;
    }
}
.c-block-faq__item {
    position: relative;
    display: block;
    border-bottom: 1px solid rgba(18, 181, 218, 0.99);
}
.c-block-faq__head {
    position: relative;
    padding: 25px 60px 12px;
    cursor: pointer;
    transition: opacity 300ms;
}
@media (hover: hover) and (pointer: fine) and (min-width: 751px) {
    .c-block-faq__head {
        transition: opacity 300ms;
    }
    .c-block-faq__head:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 750px) {
    .c-block-faq__head {
        padding: 2vw 8vw 1.6vw;
    }
}
.c-block-faq__head::before {
    content: "";
    position: absolute;
    top: 22px;
    left: 4px;
    display: block;
    width: 33px;
    height: 30px;
    background: url(../img/icon_question.svg) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    .c-block-faq__head::before {
        top: 3.3vw;
        left: 2vw;
        width: 4.4vw;
        height: 4vw;
    }
}
.c-block-faq__head::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    display: block;
    width: 22px;
    height: 13px;
    background: url(../img/arrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%) rotate(180deg);
    transition: transform 0.3s;
    transform-origin: center;
}
@media screen and (max-width: 750px) {
    .c-block-faq__head::after {
        width: 2.9333333333vw;
        height: 1.7333333333vw;
    }
}
.c-block-faq__txt {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.6666666667;
}
@media screen and (max-width: 750px) {
    .c-block-faq__txt {
        font-size: 4vw;
    }
}
.c-block-faq__body {
    position: relative;
    padding: 12px 60px 15px;
    transform: translate3d(0, 0, 0);
    display: none;
}
@media screen and (max-width: 750px) {
    .c-block-faq__body {
        padding: 2vw 8vw;
    }
}
.c-block-faq__body::before {
    content: "";
    position: absolute;
    top: 12px;
    left: 4px;
    display: block;
    width: 33px;
    height: 30px;
    background: url(../img/icon_answer.svg) 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 750px) {
    .c-block-faq__body::before {
        top: 3.3vw;
        left: 2vw;
        width: 4.4vw;
        height: 4vw;
    }
}

.c-block-faq__item.is-acc-open .c-block-faq__head:after {
    transform: translateY(-50%) rotate(360deg);
}

/* ---------------------------------------------
*   c-block-contact
--------------------------------------------- */
.c-block-contact {
    padding-top: 12px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-block-contact {
        padding-top: 1.6vw;
    }
}
.c-block-contact__lead {
    display: block;
    color: #000000;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5882352941;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-block-contact__lead {
        font-size: 3.3333333333vw;
    }
}
.c-block-contact__contents {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 27px;
    margin-top: -4px;
    transform: translateX(1px);
}
@media screen and (max-width: 750px) {
    .c-block-contact__contents {
        gap: 3.6vw;
        margin-top: 0;
        transform: none;
    }
}
.c-block-contact__icon {
    display: block;
    flex-shrink: 0;
    width: 74px;
    margin-top: 11px;
}
@media screen and (max-width: 750px) {
    .c-block-contact__icon {
        width: 10vw;
        margin-top: 1.4666666667vw;
    }
}
.c-block-contact__tel {
    display: block;
    flex-shrink: 0;
    color: #000000;
    font-family: "plau", sans-serif;
    font-size: 67px;
    font-weight: 500;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 750px) {
    .c-block-contact__tel {
        font-size: 8.9333333333vw;
    }
}
@media screen and (min-width: 751px) {
    .c-block-contact__tel {
        pointer-events: none;
    }
}
.c-block-contact__businesshours {
    display: block;
    flex-shrink: 0;
    color: #000000;
    font-size: 19px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5789473684;
    margin-top: -13px;
    margin-left: 5px;
}
@media screen and (max-width: 750px) {
    .c-block-contact__businesshours {
        font-size: 3.7333333333vw;
        margin-top: 0;
        margin-left: 0.6666666667vw;
    }
}
@media screen and (min-width: 751px) {
    .safari .c-block-contact__businesshours {
        display: flex;
    }
}
@media screen and (min-width: 751px) {
    .safari .c-block-contact__sup {
        display: inline-block;
        line-height: 1;
        margin-top: 3px;
    }
}
@media screen and (max-width: 750px) {
    .safari .c-block-contact__sup {
        display: inline-block;
        margin-bottom: -0.4vw;
        vertical-align: text-bottom;
    }
}
.c-block-contact__mail {
    display: block;
    color: #ff8358;
    font-family: "plau", sans-serif;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0.09em;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
@media screen and (max-width: 750px) {
    .c-block-contact__mail {
        font-size: 4.2666666667vw;
        margin-top: 3.0666666667vw;
    }
}
@media (hover: hover) and (pointer: fine) and (min-width: 751px) {
    .c-block-contact__link {
        transition: opacity 300ms;
    }
    .c-block-contact__link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-box-id6009
--------------------------------------------- */
.c-box-id6009 {
    padding: 1rem;
    border: 2px solid #000;
    box-sizing: border-box;
    border-radius: 10px;
}

/* ---------------------------------------------
*   c-btn-id5982
--------------------------------------------- */
.c-btn-id5982 {
    display: block;
    margin-top: 50px;
    margin-right: auto;
    margin-left: auto;
    padding: 15px;
    width: 200px;
    border: 1px solid #000;
    color: inherit;
    text-align: center;
    cursor: pointer;
}

/* ---------------------------------------------
*   c-card-id6581
--------------------------------------------- */
.c-card-id6581 {
    display: flex;
    flex-wrap: wrap;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 2rem;
}
@media screen and (max-width: 750px) {
    .c-card-id6581 {
        display: block;
    }
}
.c-card-id6581__item {
    box-shadow: 2px 5px 5px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 751px) {
    .c-card-id6581__item {
        width: 32%;
        margin-right: 2%;
    }
    .c-card-id6581__item:nth-of-type(3n) {
        margin-right: 0;
    }
    .c-card-id6581__item:nth-of-type(n+4) {
        margin-top: 3rem;
    }
}
@media screen and (max-width: 750px) {
    .c-card-id6581__item:nth-of-type(n+2) {
        margin-top: 2rem;
    }
}
.c-card-id6581__link {
    display: block;
    transition: opacity 0.3s;
}
@media screen and (min-width: 751px) {
    .c-card-id6581__link:hover {
        opacity: 0.8;
    }
}
.c-card-id6581__txt-wrap {
    padding: 0 1rem 1rem;
}
.c-card-id6581__img img {
    width: 100%;
}
.c-card-id6581__date {
    padding-top: 0.5rem;
    font-size: 0.8rem;
}
.c-card-id6581__ttl {
    margin-top: 0.5rem;
    font-weight: bold;
}
.c-card-id6581__txt {
    margin-top: 0.5rem;
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette__container {
    padding-top: 70px;
    padding-bottom: 25px;
}
@media screen and (max-width: 750px) {
    .c-cassette__container {
        padding-top: 9.3333333333vw;
        padding-bottom: 2.6666666667vw;
    }
}
.c-cassette__head {
    margin-bottom: 65px;
}
@media screen and (max-width: 750px) {
    .c-cassette__head {
        margin-bottom: 8.6666666667vw;
    }
}
.c-cassette__ttl-en {
    display: block;
    color: #ff8358;
    font-family: "plau", sans-serif;
    font-size: 23px;
    font-weight: 500;
    letter-spacing: 0.05em;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-cassette__ttl-en {
        font-size: 6.1333333333vw;
    }
}
.c-cassette__ttl-jp {
    display: block;
    color: #000000;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-size: 40px;
    letter-spacing: 0.09em;
    line-height: 1.15;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 17px;
}
@media screen and (max-width: 750px) {
    .c-cassette__ttl-jp {
        font-size: 6.6666666667vw;
        margin-top: 2.6666666667vw;
        margin-bottom: 2.2666666667vw;
    }
}
.c-cassette__lead {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-cassette__lead {
        font-size: 4.4vw;
    }
}
.c-cassette__note {
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    line-height: 1.5;
    margin-top: 30px;
}
@media screen and (max-width: 750px) {
    .c-cassette__note {
        font-size: 2.6666666667vw;
        margin-top: 4vw;
    }
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv__container {
    padding: 55px 60px 0;
}
@media screen and (max-width: 750px) {
    .c-kv__container {
        padding: 4vw 0 0;
    }
}
.c-kv__ttl {
    position: relative;
    z-index: 2;
    padding-inline: 13px 0;
    display: inline-block;
    font-family: "plau", sans-serif;
    font-size: 21px;
    font-weight: 500;
    letter-spacing: 0.08em;
    transform: rotate(90deg) translateY(-29px);
    transform-origin: left top;
}
@media screen and (max-width: 750px) {
    .c-kv__ttl {
        padding-inline: 0;
        font-size: 2.5333333333vw;
        transform: rotate(90deg) translateY(-6vw);
    }
}
.c-kv__inner {
    position: relative;
}
.c-kv__bg {
    position: relative;
    z-index: 0;
    display: block;
    width: min(867px, 80.2083333333%);
    margin: 0 auto;
    opacity: 0;
    transform: translate(-1.2vw, 30px);
    transition: opacity 0.8s, transform 0.8s;
}
.is-active .c-kv__bg {
    opacity: 1;
    transform: translate(-1.2vw, 0px);
}

@media screen and (max-width: 750px) {
    .c-kv__bg {
        width: 100%;
        margin: 5vw auto 15.2vw;
        transform: translate(2.3vw, 30px);
    }
    .is-active .c-kv__bg {
        opacity: 1;
        transform: translate(2.3vw, 0px);
    }
}
.c-kv__bg img {
    display: block;
    width: 1100%;
}
.c-kv__illust {
    position: absolute;
    z-index: 1;
    top: -21px;
    left: 50%;
    display: block;
    width: min(755px, 70.5%);
    opacity: 0;
    transform: translate(-57%, 30px);
    transition: opacity 0.8s, transform 0.8s;
}
.is-active .c-kv__illust {
    opacity: 1;
    transition-delay: 0.6s;
    transform: translate(-57%, 0px);
}

@media screen and (max-width: 750px) {
    .c-kv__illust {
        top: 1%;
        left: 5.6%;
        width: 87.6%;
        transform: translateY(30px);
    }
    .is-active .c-kv__illust {
        transform: translate(0px);
    }
}
.c-kv__illust img {
    display: block;
    width: 100%;
}
.c-kv__images {
    position: absolute;
    z-index: 2;
    top: 72px;
    left: 50%;
    display: block;
    width: min(490px, 45.3125%);
    opacity: 0;
    transform: translate(-50%, 30px);
    transition: opacity 0.8s, transform 0.8s;
}
.is-active .c-kv__images {
    opacity: 1;
    transition-delay: 0.9s;
    transform: translate(-50%, 0px);
}

@media screen and (max-width: 750px) {
    .c-kv__images {
        top: 22%;
        left: 24.6%;
        display: block;
        width: 62.3125%;
        transform: translateY(30px);
    }
    .is-active .c-kv__images {
        transform: translate(0px);
    }
}
.c-kv__images img {
    display: block;
    width: 100%;
}

/* ---------------------------------------------
*   c-list-news
--------------------------------------------- */
.c-list-news__item {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.6875;
    display: flex;
    align-items: flex-start;
}
@media screen and (max-width: 750px) {
    .c-list-news__item {
        font-size: 3.3333333333vw;
    }
}
.c-list-news__days {
    display: inline-block;
    flex-shrink: 0;
    letter-spacing: 0.3em;
    /*margin-right: min(20px, 2.2909507446%); */
    width: 20%;
}
.c-list-news__lead {
    letter-spacing: 0.12em;
}

/* ---------------------------------------------
*   c-list
--------------------------------------------- */
.c-list__item {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 45px;
}
@media screen and (max-width: 1024px) {
    .c-list__item {
        gap: 10px;
    }
}
@media screen and (max-width: 750px) {
    .c-list__item {
        display: block;
    }
}
.c-list__item + .c-list__item {
    margin-top: 26px;
}
@media screen and (max-width: 750px) {
    .c-list__item + .c-list__item {
        margin-top: 4vw;
    }
}
.c-list__item:nth-of-type(2n) {
    gap: 80px;
}
@media screen and (max-width: 1024px) {
    .c-list__item:nth-of-type(2n) {
        gap: 10px;
    }
}
@media screen and (min-width: 751px) {
    .is-active .c-list__item {
        opacity: 1;
        transform: translateY(0);
        transition: opacity 0.5s, transform 0.5s;
    }
    .is-active .c-list__item:nth-of-type(1) {
        transition-delay: 0s;
    }
    .is-active .c-list__item:nth-of-type(2) {
        transition-delay: 0.2s;
    }
}
.c-list__img {
    position: relative;
    display: block;
    width: min(417px, 41.7%);
}
@media screen and (min-width: 751px) {
    .c-list__img {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s, transform 0.8s;
    }
    .is-active .c-list__img {
        opacity: 1;
        transition-delay: 0.3s;
        transform: none;
    }
}
@media screen and (max-width: 750px) {
    .c-list__img {
        width: 80%;
        margin: 0 auto;
    }
}
.c-list__img--2 {
    width: min(397px, 39.7%);
}
@media screen and (min-width: 751px) {
    .is-active .c-list__img--2 {
        opacity: 1;
        transition-delay: 0.6s;
        transform: none;
    }
}
@media screen and (max-width: 750px) {
    .c-list__img--2 {
        width: 80%;
        margin: 0 auto;
    }
}
.c-list__illust {
    position: absolute;
    display: block;
}
.c-list__illust--top {
    top: 0;
    right: 0;
    width: 98px;
}
@media screen and (max-width: 750px) {
    .c-list__illust--top {
        top: -6%;
        right: 0;
        width: 13.0666666667%;
    }
}
.c-list__illust--bottom {
    bottom: 0;
    left: 0;
    width: 89px;
}
@media screen and (max-width: 750px) {
    .c-list__illust--bottom {
        bottom: -7%;
        left: 0;
        width: 11.8666666667%;
    }
}
@media screen and (min-width: 751px) {
    .c-list__inner {
        opacity: 0;
        transform: translate(17px, 30px);
        transition: opacity 0.8s, transform 0.8s;
    }
    .is-active .c-list__inner {
        opacity: 1;
        transition-delay: 0.6s;
        transform: translate(17px, 0px);
    }
}
@media screen and (max-width: 750px) {
    .c-list__inner {
        margin-top: 4vw;
        text-align: center;
        transform: none;
    }
}
.c-list__inner--2 {
    margin-top: 64px;
}
@media screen and (min-width: 751px) {
    .c-list__inner--2 {
        transform: translate(10px, 30px);
        transition: opacity 0.8s, transform 0.8s;
    }
    .is-active .c-list__inner--2 {
        opacity: 1;
        transition-delay: 0.3s;
        transform: translate(10px, 0px);
    }
}
@media screen and (max-width: 750px) {
    .c-list__inner--2 {
        margin-top: 8.5333333333vw;
        transform: none;
    }
}
.c-list__desc {
    color: #000000;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-size: 26px;
    letter-spacing: 0.08em;
    line-height: 1.6875;
}
@media screen and (max-width: 750px) {
    .c-list__desc {
        font-size: 6.9333333333vw;
    }
}
.c-list__small {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-list__small {
        font-size: 4.2666666667vw;
    }
}
.c-list__txt {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.6875;
}
@media screen and (max-width: 750px) {
    .c-list__txt {
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   c-list-point
--------------------------------------------- */
.c-list-point__item {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 39px;
}
@media screen and (max-width: 1024px) {
    .c-list-point__item {
        gap: 10px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-point__item {
        display: block;
    }
}
.c-list-point__item + .c-list-point__item {
    margin-top: 95px;
}
@media screen and (max-width: 750px) {
    .c-list-point__item + .c-list-point__item {
        margin-top: 12.6666666667vw;
    }
}
.c-list-point__item:nth-of-type(2n) {
    gap: min(123px, 12.3%);
}
.c-list-point__img {
    position: relative;
    display: block;
    width: min(408px, 40.8%);
}
@media screen and (min-width: 751px) {
    .c-list-point__img {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s, transform 0.8s;
    }
    .is-active .c-list-point__img {
        opacity: 1;
        transform: none;
        transition-delay: 0.3s;
    }
}
@media screen and (max-width: 750px) {
    .c-list-point__img {
        width: 90%;
        margin: 0 auto;
    }
}
.c-list-point__img--2 {
    flex-shrink: 0;
    width: min(343px, 34.3%);
}
@media screen and (min-width: 751px) {
    .is-active .c-list-point__img--2 {
        opacity: 1;
        transform: none;
        transition-delay: 0.6s;
    }
}
@media screen and (max-width: 750px) {
    .c-list-point__img--2 {
        width: 90%;
        margin: 0 auto;
    }
}
.c-list-point__illust {
    position: absolute;
    display: block;
}
.c-list-point__illust--top {
    top: -39px;
    right: -42px;
    width: min(98px, 23.5011990408%);
}
@media screen and (max-width: 750px) {
    .c-list-point__illust--top {
        width: 13.0666666667%;
        top: -6%;
        right: 0;
    }
}
.c-list-point__illust--bottom {
    left: -50px;
    bottom: -22px;
    width: min(89px, 21.3429256595%);
}
@media screen and (max-width: 750px) {
    .c-list-point__illust--bottom {
        width: 13.0666666667%;
        left: -6%;
        bottom: 0;
    }
}
.c-list-point__inner {
    padding-left: 40px;
    width: 360px;
}
@media screen and (min-width: 751px) {
    .c-list-point__inner {
        opacity: 0;
        transform: translateY(30px);
        transition: opacity 0.8s, transform 0.8s;
    }
    .is-active .c-list-point__inner {
        opacity: 1;
        transform: none;
        transition-delay: 0.6s;
    }
}
@media screen and (max-width: 750px) {
    .c-list-point__inner {
        padding-left: 0;
        width: 100%;
        text-align: center;
        margin: 4vw auto 0;
    }
}
.c-list-point__inner--2 {
    padding-left: 16px;
    width: 370px;
    margin-top: 43px;
}
@media screen and (min-width: 751px) {
    .safari .c-list-point__inner--2 {
        width: 375px;
    }
    .is-active .c-list-point__inner--2 {
        opacity: 1;
        transform: none;
        transition-delay: 0.3s;
    }
}
@media screen and (max-width: 750px) {
    .c-list-point__inner--2 {
        padding-left: 0;
        width: 100%;
        margin: 5.7333333333vw auto 0;
    }
}
.c-list-point__desc {
    color: #000000;
    font-family: "toppan-bunkyu-midashi-go-std", sans-serif;
    font-size: 26px;
    letter-spacing: 0.15em;
    line-height: 1.6875;
}
@media screen and (max-width: 750px) {
    .c-list-point__desc {
        font-size: 6.9333333333vw;
    }
}
.c-list-point__small {
    font-size: 16px;
}
@media screen and (max-width: 750px) {
    .c-list-point__small {
        font-size: 3.4666666667vw;
    }
}
.c-list-point__small--newline {
    display: block;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: bold;
    letter-spacing: 0.11em;
}
.c-list-point__txt {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.6875;
}
@media screen and (max-width: 750px) {
    .c-list-point__txt {
        font-size: 4.2666666667vw;
    }
}

/* ---------------------------------------------
*   c-list-use
--------------------------------------------- */
.c-list-use {
    padding-top: 23px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 85px;
}
@media screen and (max-width: 1024px) {
    .c-list-use {
        gap: 60px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-use {
        padding-top: 3.0666666667vw;
        padding-bottom: 0;
        display: block;
    }
}
.c-list-use__item {
    position: relative;
    display: block;
    flex-shrink: 0;
    width: min(218px, 24.7727272727%);
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s, transform 0.8s;
}
.is-active .c-list-use__item {
    opacity: 1;
    transform: translateY(0);
}

@media screen and (max-width: 750px) {
    .c-list-use__item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3%;
        width: 100%;
    }
}
.c-list-use__item:nth-of-type(n + 1) {
    margin-top: 23px;
}
@media screen and (max-width: 750px) {
    .c-list-use__item:nth-of-type(n + 1) {
        margin-top: 0;
    }
}
.is-active .c-list-use__item:nth-of-type(n + 1) {
    transition-delay: 0.3s;
}

.c-list-use__item:nth-of-type(n + 2) {
    margin-top: 18px;
}
@media screen and (max-width: 750px) {
    .c-list-use__item:nth-of-type(n + 2) {
        margin-top: 2.6666666667vw;
    }
}
.is-active .c-list-use__item:nth-of-type(n + 2) {
    transition-delay: 0.6s;
}

.c-list-use__item:nth-of-type(n + 3) {
    margin-top: 0;
}
@media screen and (max-width: 750px) {
    .c-list-use__item:nth-of-type(n + 3) {
        margin-top: 5.3333333333vw;
    }
}
.is-active .c-list-use__item:nth-of-type(n + 3) {
    transition-delay: 0.9s;
}

.c-list-use__img {
    width: 100%;
}
@media screen and (max-width: 750px) {
    .c-list-use__img {
        width: 40%;
        flex-shrink: 0;
    }
}
.c-list-use__illust {
    position: absolute;
    top: 46%;
    right: -15px;
    display: block;
    width: min(45px, 20.6422018349%);
    height: auto;
}
@media screen and (max-width: 750px) {
    .c-list-use__illust {
        width: 6%;
        top: auto;
        right: auto;
        bottom: -2%;
        left: 33%;
    }
}
@media screen and (max-width: 750px) {
    .c-list-use__txt {
        flex-shrink: 0;
        width: 50%;
        font-size: 4.2666666667vw;
        font-weight: 700;
        text-align: left;
        margin-top: 0;
    }
}

/* ---------------------------------------------
*   c-list-useTxt
--------------------------------------------- */
.c-list-useTxt {
    margin-top: 15px;
    padding-bottom: 45px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 75px;
}
.safari .c-list-useTxt {
    gap: 30px;
}

@media screen and (max-width: 1024px) {
    .c-list-useTxt {
        gap: 35px;
    }
    .safari .c-list-useTxt {
        gap: 7px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-useTxt {
        padding-top: 3.0666666667vw;
        padding-bottom: 0;
        display: block;
    }
}
.c-list-useTxt__item {
    position: relative;
    display: block;
    flex-shrink: 0;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s, transform 0.8s;
}
.is-active .c-list-useTxt__item {
    opacity: 1;
    transform: none;
}

.c-list-useTxt__item:nth-of-type(n +1) {
    width: min(283px, 32.1590909091%);
}
.safari .c-list-useTxt__item:nth-of-type(n +1) {
    width: min(290px, 32.9545454545%);
}

.is-active .c-list-useTxt__item:nth-of-type(n +1) {
    transition-delay: 0.3s;
}

.c-list-useTxt__item:nth-of-type(n +2) {
    width: min(205px, 23.2954545455%);
}
.is-active .c-list-useTxt__item:nth-of-type(n +2) {
    transition-delay: 0.6s;
}

.c-list-useTxt__item:nth-of-type(n + 3) {
    width: min(275px, 31.25%);
}
.is-active .c-list-useTxt__item:nth-of-type(n + 3) {
    transition-delay: 0.9s;
}

@media screen and (max-width: 750px) {
    .c-list-useTxt__item {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 3%;
        width: 100%;
    }
}
.c-list-useTxt__txt {
    display: block;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.15em;
    line-height: 1.5;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-list-useTxt__txt {
        flex-shrink: 0;
        width: 60%;
        font-size: 4.2666666667vw;
        text-align: left;
        margin-top: 0;
    }
}

/* ---------------------------------------------
*   c-list-partners
--------------------------------------------- */
.c-list-partners {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 911px;
    margin: 0 auto;
    gap: 2.1953896817%;
}
@media screen and (max-width: 1100px) {
    .c-list-partners {
        justify-content: space-between;
        width: 600px;
    }
}
@media screen and (max-width: 750px) {
    .c-list-partners {
        padding-top: 4.6666666667vw;
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 750px) {
    .c-list-partners__item {
        text-align: center;
    }
}
.c-list-partners__name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.6875;
}
@media screen and (max-width: 750px) {
    .c-list-partners__name {
        font-size: 4.2666666667vw;
    }
}

/* ---------------------------------------------
*   c-section
--------------------------------------------- */
.c-section {
    font-feature-settings: "palt" 1;
}
.c-section__container {
    padding: 28px 10px 35px;
    width: min(1020px, 92.7272727273%);
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section__container {
        padding: 3.7333333333vw 10px 4.6666666667vw;
        width: 92%;
        margin: 0 auto;
    }
}
.c-section__ttl {
    display: block;
    width: min(574px, 57.4%);
    margin: 0 auto 28px;
}
@media screen and (max-width: 750px) {
    .c-section__ttl {
        width: 100%;
        margin-bottom: 8.333333vw;
    }
}
.c-section__txt {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.6;
    text-align: center;
}
@media screen and (max-width: 750px) {
    .c-section__txt {
        font-size: 3.3333333333vw;
    }
}
.c-section__foot {
    margin-top: 40px;
}
@media screen and (max-width: 750px) {
    .c-section__foot {
        margin-top: 5.3333333333vw;
    }
}
.c-section__logo {
    display: block;
    width: 143px;
    margin: 0 auto;
}
@media screen and (max-width: 750px) {
    .c-section__logo {
        width: 19.0666666667%;
    }
}
.c-section__copyright {
    display: block;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-align: center;
    margin-top: 23px;
}
@media screen and (max-width: 750px) {
    .c-section__copyright {
        font-size: 2.6666666667vw;
        margin-top: 3.0666666667vw;
    }
}

/* ---------------------------------------------
*   c-txt-use
--------------------------------------------- */
.c-txt-use {
    padding-top: 24px;
}
@media screen and (max-width: 750px) {
    .c-txt-use {
        padding-top: 3.2vw;
    }
}
.c-txt-use + .c-txt-use {
    padding-top: 22px;
}
@media screen and (max-width: 750px) {
    .c-txt-use + .c-txt-use {
        padding-top: 2.9333333333vw;
    }
}
.c-txt-use__lead {
    color: #ff8358;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.11em;
}
@media screen and (max-width: 750px) {
    .c-txt-use__lead {
        font-size: 5.3333333333vw;
    }
}
.c-txt-use__num {
    font-family: "plau", sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-right: 12px;
}
@media screen and (max-width: 750px) {
    .c-txt-use__num {
        font-size: 8.5333333333vw;
        margin-right: 1.6vw;
    }
}
.c-txt-use__txt {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.13em;
    line-height: 1.6875;
    margin-bottom: 1px;
}
@media screen and (max-width: 750px) {
    .c-txt-use__txt {
        font-size: 3.4666666667vw;
        margin-bottom: 0.1333333333vw;
    }
}
.c-txt-use__sup {
    padding-left: 1em;
    text-indent: -1em;
    display: inline-block;
    color: #808080;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5384615385;
}
@media screen and (max-width: 750px) {
    .c-txt-use__sup {
        font-size: 3.2vw;
    }
}

/* ---------------------------------------------
*   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-fadein
--------------------------------------------- */
.js-fadein {
    opacity: 0;
}
.js-fadein.is-fadein {
    opacity: 1;
    transition: opacity 0.8s;
}

/* ---------------------------------------------
*   js-fadeup
--------------------------------------------- */
.js-fadeup {
    opacity: 0;
    transform: translateY(30px);
}
.js-fadeup.is-fadeup {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.8s ease-out, transform 0.8s;
}

@media print and (min-width: 751px), screen and (min-width: 751px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (min-width: 1024px), screen and (min-width: 1024px) {
    .tb-hide {
        display: none !important;
    }
}
@media print and (max-width: 750px), screen and (max-width: 750px) {
    .sp-hide {
        display: none !important;
    }
}
@media print and (max-width: 750px), screen and (max-width: 750px), print and (min-width: 1025px), screen and (min-width: 1025px) {
    .tb-only {
        display: none !important;
    }
}
@media print and (max-width: 1025px), screen and (max-width: 1025px) {
    .tb-over {
        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;
    }
}