@charset "UTF-8";
/* ---------------------------------------------
*   l-breadcrumb
--------------------------------------------- */
.l-breadcrumb__list {
    display: flex;
}
.l-breadcrumb__item:not(:first-of-type)::before {
    content: ">";
    margin-right: 0.5em;
    margin-left: 0.5em;
}
@media (hover: hover) and (pointer: fine) {
    .l-breadcrumb__txt[href] {
        text-decoration: underline;
    }
    .l-breadcrumb__txt[href]:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
.l-contents {
    overflow: hidden;
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
@media (hover: hover) and (pointer: fine) {
    .l-footer__logo-link {
        transition: opacity 300ms;
    }
    .l-footer__logo-link:hover {
        opacity: 0.5;
    }
}
/*  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.5;
}
.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 (hover: hover) and (pointer: fine) {
    .l-footer-nav__link {
        transition: opacity 300ms;
    }
    .l-footer-nav__link:hover {
        opacity: 0.5;
    }
}

/* ---------------------------------------------
*   l-global-nav
--------------------------------------------- */
.l-global-nav {
    display: none;
}
/* ---------------------------------------------
*   header
--------------------------------------------- */
/*  l-header
--------------------------------------------- */
.l-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    box-sizing: border-box;
}

/*  l-header-container
--------------------------------------------- */
.l-header-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

/*  l-header-menu
--------------------------------------------- */
.l-header-menu {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #fff;
    overflow-y: auto;
    overscroll-behavior-y: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.l-header-menu::-webkit-scrollbar {
    display: none;
}
.l-header-menu__container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: calc(100% + 1px);
    overflow-y: auto;
}
@media screen and (max-width: 768px) {
    .l-header-menu__container {
        overflow-y: auto;
        overscroll-behavior-y: none;
    }
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav {
    max-height: calc(100% - 96px);
    overflow: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.l-header-nav::-webkit-scrollbar {
    display: none;
}
@media screen and (max-width: 768px) {
    .l-header-nav {
        max-height: calc(100% - 156px);
    }
}
.l-header-nav__list {
    display: block;
}
.l-header-nav__item {
    opacity: 0;
    transform: translateY(1.2em);
}
.l-header-nav__item + .l-header-nav__item {
    margin-top: 53px;
}
.is-menu-anime2 .l-header-nav__item {
    opacity: 1;
    transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translateY(0);
}

.l-header-nav__acc-item {
    margin-top: 53px;
    opacity: 0;
    transform: translateY(1.2em);
}
.is-menu-anime .l-header-nav__acc-item {
    opacity: 1;
    transition: opacity 0.3s linear, transform 0.4s cubic-bezier(0.39, 0.575, 0.565, 1);
    transform: translateY(0);
}

.l-header-nav__acc-item + .l-header-nav__acc-item {
    margin-top: 50px;
}
.l-header-nav__acc-trigger {
    position: relative;
    padding-right: 37px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: #000;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.65;
}
.l-header-nav__acc-trigger::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 16px;
    height: 12px;
    background: url(../img/common/icon_arrow-narrow.svg) 0 0 no-repeat;
    background-size: 100% auto;
    transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
    .l-header-nav__acc-trigger {
        transition: opacity 300ms;
    }
    .l-header-nav__acc-trigger:hover {
        opacity: 0.5;
    }
}
.l-header-nav__acc-target {
    margin-top: 16px;
}
.l-header-nav__link {
    position: relative;
    padding-left: 0.9em;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.65;
}
.l-header-nav__link + .l-header-nav__link {
    margin-top: 13px;
}
.l-header-nav__link::before {
    content: "–";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    color: #000;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.65;
    transform: translate(0, -50%);
}
.l-header-nav__link--noline {
    padding-left: 0;
}
.l-header-nav__link--noline::before {
    display: none;
}
@media screen and (min-width: 769px) {
    .l-header-nav__link {
        transition: opacity 300ms;
    }
    .l-header-nav__link:hover {
        opacity: 0.5;
    }
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
    display: block;
    position: relative;
    border: 0;
    border-radius: 0;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    touch-action: manipulation;
    cursor: pointer;
    padding: 56px 63px;
}
@media screen and (min-width: 769px) {
    .l-header-menu-button {
        transition: opacity 300ms;
    }
    .l-header-menu-button:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 768px) {
    .l-header-menu-button {
        padding: 45px;
        transition: transform 0.5s;
    }
}
@media screen and (max-width: 768px) {
    .is-current .l-header-menu-button {
        transform: scale(0.8);
        transform-origin: left top;
    }
}

.l-header-menu-button::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 43px;
    height: 30px;
    transform: translate(-50%, -50%);
    -webkit-mask: url(../img/common/icon_hum-open.svg) 0 0 no-repeat;
            mask: url(../img/common/icon_hum-open.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #000;
    opacity: 1;
}
.is-menu-opened .l-header-menu-button::before {
    opacity: 0;
}

@media screen and (min-width: 769px) {
    .is-white .l-header-menu-button::before {
        background-color: #fff;
    }
}
@media screen and (min-width: 769px) {
    .is-menu-opened .is-white .l-header-menu-button::before {
        background-color: #000;
    }
}

@media screen and (max-width: 768px) {
    .l-header-menu-button::before {
        width: 45px;
        height: 30px;
        background-color: #fff;
    }
}
@media screen and (max-width: 768px) {
    .is-current .l-header-menu-button::before {
        background-color: #000;
    }
}

.l-header-menu-button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 19px;
    height: 19px;
    transform: translate(-50%, -50%);
    -webkit-mask: url(../img/common/icon_hum-close.svg) 0 0 no-repeat;
            mask: url(../img/common/icon_hum-close.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% 100%;
            mask-size: 100% 100%;
    background-color: #000;
    opacity: 0;
}
.is-menu-opened .l-header-menu-button::after {
    -webkit-mask: url(../img/common/icon_hum-close.svg) 0 0 no-repeat;
            mask: url(../img/common/icon_hum-close.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #000;
    opacity: 1;
}

@media screen and (min-width: 769px) {
    .is-white .l-header-menu-button::after {
        background-color: #fff;
    }
}
@media screen and (min-width: 769px) {
    .is-menu-opened .is-white .l-header-menu-button::after {
        background-color: #000;
    }
}

@media screen and (max-width: 768px) {
    .l-header-menu-button::after {
        width: 30px;
        height: 30px;
    }
}

/*  l-header-menu-change
--------------------------------------------- */
.l-header-menu-change {
    position: fixed;
    top: 0;
    right: 0;
    padding: 42px 56px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.3em;
    opacity: 0;
    transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
    .l-header-menu-change {
        padding: 15px 20px;
        margin-top: 10px;
    }
}
.l-header-menu-change__item {
    position: relative;
}
.l-header-menu-change__item:first-of-type::after {
    content: "｜";
    position: absolute;
    top: 50%;
    left: 1.1em;
    display: inline-block;
    color: #000;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.65;
    transform: translate(0, -50%);
}
.is-white .l-header-menu-change__item:first-of-type::after {
    color: #fff;
}

.is-menu-opened .l-header-menu-change {
    opacity: 0;
}

.l-header-menu-change.is-active {
    opacity: 1;
}

/*  l-header-menu-button-wrap
--------------------------------------------- */
@media screen and (max-width: 768px) {
    .l-header-menu-button-wrap {
        transition: background-color 0.5s;
        width: 100%;
        height: 72px;
    }
}
@media screen and (max-width: 768px) {
    .is-current .l-header-menu-button-wrap {
        background-color: rgba(255, 255, 255, 0.9);
    }
}

/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    position: relative;
}

/* ---------------------------------------------
*   c-block-1
--------------------------------------------- */
.c-block-1 {
    text-align: center;
    width: 66.7276051188%;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-block-1 {
        width: 90%;
    }
}
@media screen and (min-width: 769px) {
    .c-block-1--en {
        width: 71.7%;
    }
}
.c-block-1__txt {
    margin-top: 40px;
    text-align: left;
}
@media screen and (max-width: 768px) {
    .c-block-1__txt {
        margin-top: 20px;
    }
}
.c-block-1--100p {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .c-block-1--100p {
        width: 90%;
    }
}

/* ---------------------------------------------
*   c-block-2
--------------------------------------------- */
.c-block-2 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 61px;
}
@media screen and (max-width: 768px) {
    .c-block-2 {
        display: block;
    }
}
.c-block-2__ttl {
    padding: 5px 10px 9px;
    border-bottom: 1px solid #707070;
    white-space: nowrap;
}
@media screen and (max-width: 768px) {
    .c-block-2__ttl {
        width: -moz-fit-content;
        width: fit-content;
    }
}
.c-block-2__ttl--en {
    padding: 5px 12px 9px;
}
.c-block-2__txt {
    width: 700px;
}
@media screen and (max-width: 768px) {
    .c-block-2__txt {
        width: 100%;
        margin-top: 20px;
    }
}
@media screen and (min-width: 769px) {
    .c-block-2__txt--right {
        transform: translateX(30px);
    }
}
@media screen and (min-width: 769px) {
    .c-block-2__txt--left {
        transform: translateX(-52px);
    }
}
@media screen and (min-width: 769px) {
    .c-block-2__txt--left2 {
        transform: translateX(-13px);
    }
}
@media screen and (min-width: 769px) {
    .c-block-2--landscape {
        padding-left: 27px;
        justify-content: flex-start;
        gap: 42px;
    }
}
@media screen and (min-width: 769px) {
    .c-block-2--landscape-en {
        padding-left: 80px;
        justify-content: flex-start;
        gap: 92px;
    }
}
@media screen and (min-width: 769px) {
    .c-block-2--en {
        gap: 85px;
    }
}

/* ---------------------------------------------
*   c-block-3
--------------------------------------------- */
.c-block-3 {
    padding: 137px 0;
}
@media screen and (max-width: 768px) {
    .c-block-3 {
        padding: 70px 0;
    }
}
.c-block-3--p0 {
    padding: 0;
}
.c-block-3__inner {
    width: 660px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-block-3__inner {
        width: 300px;
    }
}
@media screen and (min-width: 769px) {
    .c-block-3__inner--en {
        width: 380px;
    }
}

/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
.c-btn {
    display: block;
    padding: 15px;
    width: 295px;
    color: #fff !important;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.2;
    text-align: center;
    cursor: pointer;
    background-color: #000 !important;
    margin: 0 auto;
}
@media screen and (min-width: 769px) {
    .c-btn {
        transition: opacity 300ms;
    }
    .c-btn:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 768px) {
    .c-btn {
        max-width: 295px;
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1 {
    padding-bottom: 140px;
}
@media screen and (max-width: 768px) {
    .c-cassette-1 {
        padding-bottom: 70px;
    }
}
.c-cassette-1--nomg {
    padding: 0;
}
@media screen and (max-width: 768px) {
    .c-cassette-1__head {
        width: 100vw;
        margin: 0 calc(50% - 50vw);
    }
}
.c-cassette-1__body {
    margin-top: 37px;
}
@media screen and (max-width: 768px) {
    .c-cassette-1__body {
        margin-top: 20px;
    }
}
@media screen and (min-width: 769px) {
    .c-cassette-1__body--en {
        margin-top: 28px;
    }
}

/* ---------------------------------------------
*   c-form
--------------------------------------------- */
.c-form__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 8px;
}
@media screen and (max-width: 768px) {
    .c-form__list {
        display: block;
    }
}
.c-form__term {
    display: none;
}
.c-form__desc {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .c-form__desc {
        margin-bottom: 30px;
    }
    .c-form__desc:last-of-type {
        margin-bottom: 0;
    }
}
.c-form__rows {
    display: flex;
    justify-content: space-between;
    gap: 30px 8px;
}
@media screen and (max-width: 768px) {
    .c-form__rows {
        flex-wrap: wrap;
    }
}
.c-form__input-wrap {
    width: 100%;
}
.c-form__textarea-wrap {
    width: 100%;
    height: 340px;
}
.c-form__input, .c-form__textarea {
    padding: 16px 24px 18px;
    width: 100% !important;
    border: 1px solid #707070;
}
.c-form__input::-moz-placeholder, .c-form__textarea::-moz-placeholder {
    color: #000 !important;
    opacity: 1;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.2;
}
.c-form__input::placeholder, .c-form__textarea::placeholder {
    color: #000 !important;
    opacity: 1;
    font-size: 15px;
    letter-spacing: 0.05em;
    line-height: 2.2;
}
.mac.chrome .c-form__input, .mac.chrome .c-form__textarea {
    padding-top: 17px;
}

.c-form input:focus::-moz-placeholder, .c-form textarea:focus::-moz-placeholder {
    opacity: 0.4;
}

.c-form input:focus::placeholder,
.c-form textarea:focus::placeholder {
    opacity: 0.4;
}
.c-form input:valid::-moz-placeholder, .c-form textarea:valid::-moz-placeholder {
    color: transparent;
}
.c-form input:valid::placeholder,
.c-form textarea:valid::placeholder {
    color: transparent;
}
.c-form__textarea {
    padding: 10px 24px;
    height: 100%;
}
.c-form__textarea textarea {
    height: 100%;
}
.c-form__btn {
    padding: 60px 0 0 !important;
}
@media screen and (max-width: 768px) {
    .c-form__btn {
        padding-top: 45px !important;
    }
}
.c-form .mfp_err {
    color: red;
}
.c-form .mfp_err span {
    display: block;
}

#mfp_OperationCheck {
    display: none;
}

#mfp_hidden {
    display: none;
}

/* ---------------------------------------------
*   c-img
--------------------------------------------- */
.c-img {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    aspect-ratio: 560/315;
    overflow: hidden;
}
.c-img iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-img__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 103px;
    transform: translate(-50%, -50%);
}
@media screen and (min-width: 769px) {
    .c-img__btn {
        transition: opacity 300ms;
    }
    .c-img__btn:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 768px) {
    .c-img__btn {
        width: 20%;
    }
}
.c-img + .c-img {
    margin-top: 87px;
}
@media screen and (max-width: 768px) {
    .c-img + .c-img {
        margin-top: 45px;
    }
}

/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
.c-kv {
    position: relative;
    width: 100%;
    height: 100svh;
}
.c-kv__ttl-wrap {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    color: #fff;
    display: block;
    text-align: center;
    white-space: nowrap;
    transform: translate(-50%, -50%);
}
.c-kv__main-ttl {
    display: block;
    font-size: 50px;
    letter-spacing: 0.17em;
    line-height: 1;
}
.c-kv__main-ttl--en {
    font-size: 47px;
}
@media screen and (max-width: 768px) {
    .c-kv__main-ttl--en {
        font-size: 35px;
    }
}
.c-kv__sub-ttl {
    display: block;
    font-size: 14px;
    letter-spacing: 0.17em;
    line-height: 2.3571428571;
}
.c-kv__en-ttl {
    display: block;
    margin-top: 33px;
    font-size: 14px;
    letter-spacing: 0.17em;
    line-height: 2.3571428571;
}
@media screen and (max-width: 768px) {
    .c-kv__en-ttl {
        margin-top: 5px;
    }
}

/* ---------------------------------------------
*   c-link-contact
--------------------------------------------- */
.c-link-contact {
    padding: 45px 45px 41px;
    display: block;
    width: 100%;
    border: 1px solid #000;
    text-align: center;
}
@media screen and (min-width: 769px) {
    .c-link-contact {
        transition: opacity 300ms;
    }
    .c-link-contact:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 768px) {
    .c-link-contact {
        padding: 20px 10px;
    }
}
.c-link-contact--en {
    padding: 29px 45px 28px;
}
.c-link-contact--contact {
    padding: 29px 45px 28px;
}
@media screen and (min-width: 769px) {
    .c-link-contact--contact {
        width: 400px;
    }
}
.c-link-contact__ttl {
    display: block;
    font-size: 20px;
    letter-spacing: 0.12em;
    height: 1.7;
}
.c-link-contact__txt {
    display: block;
    font-size: 15px;
    line-height: 2.2666666667;
    margin-top: 3px;
}
@media screen and (max-width: 768px) {
    .c-link-contact__txt {
        margin-top: 0;
    }
}

/* ---------------------------------------------
*   c-link-2
--------------------------------------------- */
.c-link-2 {
    display: block;
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.8571428571;
}
@media screen and (min-width: 769px) {
    .c-link-2 {
        transition: opacity 300ms;
    }
    .c-link-2:hover {
        opacity: 0.5;
    }
}
.c-link-2--20 {
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.65;
}
.c-link-2--en {
    font-size: 15px;
}
.is-white .c-link-2 {
    color: #fff;
}

.c-link-2.is-en, .c-link-2.is-ja {
    opacity: 0.6;
}

/* ---------------------------------------------
*   c-list-1
--------------------------------------------- */
.c-list-1__item {
    padding: 35px 0 93px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border-top: 1px solid #707070;
}
@media screen and (max-width: 768px) {
    .c-list-1__item {
        padding: 20px 0 30px;
        display: block;
    }
}
.c-list-1__ttl {
    width: 158px;
    flex-shrink: 0;
}
@media screen and (min-width: 769px) {
    .c-list-1__ttl {
        padding-top: 3px;
    }
}
@media screen and (max-width: 768px) {
    .c-list-1__ttl {
        width: 100%;
    }
}
@media screen and (max-width: 768px) {
    .c-list-1__txt {
        margin-top: 20px;
    }
}

/*  c-modal
--------------------------------------------- */
.c-modal {
    display: none;
    pointer-events: none;
}
.c-modal.is-open {
    position: relative;
    z-index: 2000;
    display: block;
    width: 100vw;
}
.c-modal__overlay {
    position: fixed;
    inset: 0;
    width: 100%;
    pointer-events: auto;
    overflow-y: auto;
    overscroll-behavior-y: none;
    scrollbar-width: none;
}
.c-modal__overlay::-webkit-scrollbar {
    display: none;
}
[aria-hidden=false] .c-modal__overlay {
    animation: fadeIn 1s cubic-bezier(0, 0, 0.2, 1);
}

[aria-hidden=true] .c-modal__overlay {
    animation: fadeOut 1s cubic-bezier(0, 0, 0.2, 1);
}

.c-modal__inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% + 1px);
    box-sizing: border-box;
    background: #fff;
}
.c-modal__container {
    position: relative;
    width: 90%;
    max-height: 90svh;
    box-sizing: border-box;
}
.c-modal__iflame {
    position: relative;
    padding-bottom: 56.25%;
    aspect-ratio: 560/315;
    overflow: hidden;
}
.c-modal__iflame iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.c-modal__close-btn {
    position: absolute;
    top: 35px;
    right: 40px;
    cursor: pointer;
}
@media screen and (min-width: 769px) {
    .c-modal__close-btn {
        transition: opacity 300ms;
    }
    .c-modal__close-btn:hover {
        opacity: 0.5;
    }
}
.c-modal__close-btn::before {
    content: "✕";
    color: #000;
    font-size: 25px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: matrix(1.12, 0, 0, 1.12, 0, 0);
    }
    to {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
}
@keyframes fadeOut {
    from {
        opacity: 1;
        transform: matrix(1, 0, 0, 1, 0, 0);
    }
    to {
        opacity: 0;
        transform: matrix(1.12, 0, 0, 1.12, 0, 0);
    }
}
/* ---------------------------------------------
*   c-section-top
--------------------------------------------- */
.c-section-top {
    background-color: #ECF0F4;
}
.c-section-top__container {
    padding: 143px 10px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 91px;
    width: 1094px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-top__container {
        padding: 70px 20px;
        display: block;
        width: 100%;
    }
}
.c-section-top__head {
    width: 368px;
    margin-top: 63px;
}
@media screen and (max-width: 768px) {
    .c-section-top__head {
        width: 100%;
        margin: 0 auto 30px;
    }
}
.c-section-top__txt-wrap {
    margin-top: 27px;
}
@media screen and (max-width: 768px) {
    .c-section-top__txt-wrap {
        margin-top: 14px;
    }
}
.c-section-top__img {
    width: 454px;
}
@media screen and (max-width: 768px) {
    .c-section-top__img {
        width: 100%;
    }
}

/* ---------------------------------------------
*   c-section-detail
--------------------------------------------- */
.c-section-detail + .c-section-detail .c-section-detail__container {
    border-top: 1px solid #707070;
}
.c-section-detail__container {
    padding: 143px 10px 220px;
    width: 1094px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-detail__container {
        padding: 70px 20px;
        display: block;
        width: 100%;
    }
}
.c-section-detail__body {
    margin-top: 68px;
}
@media screen and (max-width: 768px) {
    .c-section-detail__body {
        margin-top: 35px;
    }
}
.c-section-detail__body--narrow {
    margin-top: 57px;
}
@media screen and (max-width: 768px) {
    .c-section-detail__body--narrow {
        margin-top: 28px;
    }
}

/* ---------------------------------------------
*   c-section-about
--------------------------------------------- */
.c-section-about {
    background-color: #ECF0F4;
}
.c-section-about__container {
    padding: 148px 10px 83px;
    width: 823px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-about__container {
        padding: 75px 20px 40px;
        display: block;
        width: 100%;
    }
}
.c-section-about__body {
    margin: 66px auto 0;
}
@media screen and (max-width: 768px) {
    .c-section-about__body {
        margin-top: 35px;
    }
}
.c-section-about__foot {
    width: 92.1544209215%;
    margin: 130px auto 0;
}
@media screen and (max-width: 768px) {
    .c-section-about__foot {
        margin-top: 65px;
    }
}

/* ---------------------------------------------
*   c-section-contact
--------------------------------------------- */
.c-section-contact {
    background-color: #fff;
}
.c-section-contact__container {
    padding: 112px 10px 94px;
    width: 627px;
    margin: 0 auto;
}
@media screen and (max-width: 768px) {
    .c-section-contact__container {
        padding: 55px 20px 45px;
        display: block;
        width: 100%;
    }
}
.c-section-contact__container--wide {
    max-width: 1094px;
    width: 100%;
}
@media screen and (max-width: 768px) {
    .c-section-contact__container--wide {
        padding: 100px 20px;
    }
}
.c-section-contact__head {
    text-align: center;
}
.c-section-contact__body {
    margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
    .c-section-contact__body {
        margin-top: 35px;
    }
}
.c-section-contact__btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    align-items: center;
}
@media screen and (max-width: 768px) {
    .c-section-contact__btn {
        margin-top: 50px;
        gap: 30px;
    }
}

/* ---------------------------------------------
*   c-slider-top
--------------------------------------------- */
.c-slider-top {
    height: 100%;
}
.c-slider-top .swiper-container {
    height: 100%;
}
.c-slider-top .swiper-container.is-resizing .swiper-slide img {
    animation-play-state: paused !important;
}
.c-slider-top .swiper-slide {
    overflow: hidden;
}
.c-slider-top .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

@keyframes zoomIn {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.05);
    }
}
/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
.c-slider {
    position: relative;
    padding-bottom: 21px;
    overflow: hidden;
}
.c-slider .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
}
.c-slider .swiper-button-prev,
.c-slider .swiper-button-next {
    width: 28px;
    height: 65px;
    -webkit-mask: url(../img/common/icon_arrow.svg) 0 0 no-repeat;
            mask: url(../img/common/icon_arrow.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: #fff;
}
@media screen and (min-width: 769px) {
    .c-slider .swiper-button-prev,
    .c-slider .swiper-button-next {
        transition: opacity 300ms;
    }
    .c-slider .swiper-button-prev:hover,
    .c-slider .swiper-button-next:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 768px) {
    .c-slider .swiper-button-prev,
    .c-slider .swiper-button-next {
        width: 14px;
        height: 32px;
    }
}
.c-slider .swiper-button-prev::after,
.c-slider .swiper-button-next::after {
    display: none;
}
.c-slider.is-arrow-bk .swiper-button-prev,
.c-slider.is-arrow-bk .swiper-button-next {
    background-color: #000;
}
.c-slider .swiper-button-prev {
    transform: rotate(180deg);
    left: 28px;
}
@media screen and (max-width: 768px) {
    .c-slider .swiper-button-prev {
        left: 30px;
    }
}
.c-slider .swiper-button-next {
    right: 28px;
}
@media screen and (max-width: 768px) {
    .c-slider .swiper-button-next {
        right: 30px;
    }
}
.c-slider .swiper-pagination {
    bottom: 0;
    left: auto;
    right: -5px;
    text-align: right;
}
@media screen and (max-width: 768px) {
    .c-slider .swiper-pagination {
        right: 0;
    }
}
@media screen and (max-width: 768px) {
    .windows .c-slider .swiper-pagination {
        right: 10px;
    }
}

.c-slider .swiper-pagination-bullet {
    width: 36px;
    height: 1px;
    background-color: #000;
    border-radius: 0;
}
@media screen and (min-width: 769px) {
    .c-slider .swiper-pagination-bullet {
        transition: opacity 300ms;
    }
    .c-slider .swiper-pagination-bullet:hover {
        opacity: 0.5;
    }
}
@media screen and (max-width: 768px) {
    .c-slider .swiper-pagination-bullet {
        width: 18px;
    }
}
.c-slider .swiper-pagination-bullet-active {
    height: 2px;
    opacity: 1;
}

/* ---------------------------------------------
*   c-ttl-1
--------------------------------------------- */
.c-ttl-1 {
    display: inline-block;
}
.c-ttl-1__main {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 25px;
    letter-spacing: 0.12em;
    line-height: 1.32;
}
.c-ttl-1__main--narrow {
    letter-spacing: -0.06em;
}
.c-ttl-1__main--narrow2 {
    letter-spacing: 0.03em;
}
.c-ttl-1__main--en {
    font-size: 24px;
}
.c-ttl-1__main--en22 {
    font-size: 22px;
    letter-spacing: 0.03em;
}
.c-ttl-1__sub {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    letter-spacing: 0.12em;
    line-height: 2.2;
    margin-top: 6px;
}
@media screen and (max-width: 768px) {
    .c-ttl-1__sub {
        margin-top: 0;
    }
}
.c-ttl-1__sub--mg {
    margin: 0 auto;
}

/* ---------------------------------------------
*   c-ttl-2
--------------------------------------------- */
.c-ttl-2 {
    display: inline-block;
}
.c-ttl-2__main {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
    letter-spacing: 0.03em;
    line-height: 1.5;
}
.c-ttl-2__sub {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    letter-spacing: 0.03em;
    line-height: 2.75;
    margin-top: 3px;
}
@media screen and (max-width: 768px) {
    .c-ttl-2__sub {
        margin-top: 0;
    }
}

/* ---------------------------------------------
*   c-ttl-3
--------------------------------------------- */
.c-ttl-3 {
    display: inline-block;
    font-size: 20px;
    letter-spacing: 0.05em;
    line-height: 1.65;
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1 {
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 2;
}
.c-txt-1--narrow {
    line-height: 1.8666666667;
}
.c-txt-1--en {
    font-size: 16px;
    line-height: 1.875;
}
.c-txt-1--lh {
    line-height: 1.775;
}

/* ---------------------------------------------
*   c-txt-2
--------------------------------------------- */
.c-txt-2 {
    font-size: 14px;
    letter-spacing: -0.02em;
    line-height: 1.8571428571;
}
.c-txt-2--en {
    font-size: 15px;
}
.c-txt-2--lh {
    line-height: 1.72;
}

/* ---------------------------------------------
*   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-acc-target {
    display: none;
}

/* ---------------------------------------------
*   js-midnight-target
--------------------------------------------- */
.js-midnight-target .midnightInner {
    height: 100%;
}

/* ---------------------------------------------
*   js-fadein
--------------------------------------------- */
.js-fadein {
    opacity: 0;
    transform: translateY(30px);
}
.js-fadein.is-fadein {
    opacity: 1;
    transition: opacity 1.2s;
    transform: translateY(0);
}

@media print and (min-width: 769px), screen and (min-width: 769px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 768px), screen and (max-width: 768px) {
    .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: 768px) {
    .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: 768px) {
    .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;
    }
}