@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
/* ---------------------------------------------
*   l-header
--------------------------------------------- */
:root {
    --fixed-header-height: 80;
}
@media screen and (max-width: 767px) {
    :root {
        --fixed-header-height: 60;
    }
}

.l-header {
    position: fixed;
    top: -110px;
    left: 0;
    z-index: 9;
    transition: top 0.3s;
    width: 100%;
    height: calc(var(--fixed-header-height) * 1px);
    border-top: 10px solid #ff0000;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 0px 3px 4px rgba(4, 0, 0, 0.3);
    font-family: "Noto Sans JP" !important;
}
@media screen and (max-width: 767px) {
    .l-header {
        height: calc(110 / var(--design-width) * 100vw);
    }
}
.l-header.is-show {
    top: 0;
}

.js-gnav-threshold {
    position: absolute;
    top: 0;
    height: calc(800 / var(--design-width) * 100vw);
}
@media screen and (max-width: 767px) {
    .js-gnav-threshold {
        height: calc(1200 / var(--design-width) * 100vw);
    }
}

/*  l-header-container
--------------------------------------------- */
.l-header-container {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 10px;
    padding-right: 50px;
    padding-left: 100px;
}
@media screen and (max-width: 1250px) {
    .l-header-container {
        gap: 0;
        padding-right: calc(20 / var(--design-width) * 100vw);
        padding-left: calc(20 / var(--design-width) * 100vw);
    }
}

/*  l-header-logo
--------------------------------------------- */
.l-header-logo {
    width: 277px;
    margin-right: auto;
}
@media screen and (max-width: 1250px) {
    .l-header-logo {
        width: 150px;
    }
}
@media screen and (max-width: 767px) {
    .l-header-logo {
        width: calc(352 / var(--design-width) * 100vw);
        margin: 0 auto;
    }
}
.l-header-logo__link {
    display: block;
    transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
    .l-header-logo__link:hover {
        opacity: 0.8;
    }
}
.l-header-logo__link img {
    width: 100%;
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .l-header-logo {
        transition: opacity var(--hover-duration);
    }
    .l-header-logo:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/*  l-header-menu
--------------------------------------------- */
@media screen and (min-width: 768px) {
    .l-header-menu {
        display: block !important;
    }
}
@media screen and (max-width: 767px) {
    .l-header-menu {
        position: fixed;
        top: calc(107 / var(--design-width) * 100vw);
        left: 0;
        width: 100%;
        height: calc(100dvh + 1px);
        overflow-y: auto;
        display: none;
        background-color: #fff;
    }
}
.l-header-menu__container {
    display: flex;
    align-items: center;
    gap: 40px;
}
@media screen and (max-width: 1250px) {
    .l-header-menu__container {
        gap: 20px;
    }
}
@media screen and (max-width: 767px) {
    .l-header-menu__container {
        display: block;
        width: 48%;
        margin-top: calc(36 / var(--design-width) * 100vw);
        margin-inline: auto 0;
    }
}
.l-header-menu__contact {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 110px;
    height: 26px;
    padding-bottom: 1px;
    font-size: 13px;
    letter-spacing: 0.11em;
    border: 1px solid #231815;
    border-radius: 50px;
    background-color: #fff;
    transition: all 0.3s;
}
@media screen and (max-width: 1250px) {
    .l-header-menu__contact {
        font-size: 11px;
    }
}
@media screen and (max-width: 767px) {
    .l-header-menu__contact {
        width: calc(170 / var(--design-width) * 100vw);
        height: calc(40 / var(--design-width) * 100vw);
        margin-top: calc(56 / var(--design-width) * 100vw);
        font-size: calc(22 / var(--design-width) * 100vw);
        border: calc(2 / var(--design-width) * 100vw) solid #231815;
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-header-menu__contact:hover {
        background-color: #ff0000;
        border: 1px solid #ff0000;
        color: #ffffff;
    }
}
@media screen and (max-width: 767px) {
    .l-header-menu__sns {
        display: flex;
        margin-top: calc(50 / var(--design-width) * 100vw);
        gap: calc(72 / var(--design-width) * 100vw);
    }
}
.l-header-menu__sns-item {
    width: calc(48 / var(--design-width) * 100vw);
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .l-header-menu__sns-item {
        transition: opacity var(--hover-duration);
    }
    .l-header-menu__sns-item:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav__list {
    display: flex;
    align-items: center;
    gap: 40px;
}
@media screen and (max-width: 1250px) {
    .l-header-nav__list {
        gap: 10px;
    }
}
@media screen and (max-width: 767px) {
    .l-header-nav__list {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .l-header-nav__item:nth-of-type(n+2) {
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .l-header-nav__item {
        border-bottom: 1px solid #fff;
    }
    .l-header-nav__item:first-of-type {
        border-top: 1px solid #fff;
    }
}
.l-header-nav__link {
    display: block;
    font-size: 15px;
    letter-spacing: 0.15em;
    padding-bottom: 2px;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
    text-decoration: none !important;
}
@media screen and (max-width: 1250px) {
    .l-header-nav__link {
        font-size: 12px;
    }
}
@media screen and (max-width: 767px) {
    .l-header-nav__link {
        display: inline;
        font-weight: 500;
        font-size: calc(25 / var(--design-width) * 100vw);
        padding-bottom: calc(2 / var(--design-width) * 100vw);
        border-bottom: calc(2 / var(--design-width) * 100vw) solid #000000;
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-header-nav__link:hover {
        border-bottom: 1px solid #ff0000;
    }
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-button {
    display: none;
    position: relative;
    border: 0;
    border-radius: 0;
    background: none;
    margin: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    outline: none;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .l-header-menu-button {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .l-header-menu-button__lines {
        position: absolute;
        top: 50%;
        right: calc(7 / var(--design-width) * 100vw);
        transform: translateY(-50%);
        width: calc(60 / var(--design-width) * 100vw);
        height: calc(20 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .l-header-menu-button__lines {
        transition: opacity var(--hover-duration);
    }
    .l-header-menu-button__lines:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.l-header-menu-button__line {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 2px;
    background-color: #ff0000;
    transition: 0.3s;
}
.l-header-menu-button__line--top {
    top: 0;
}
.is-menu-opened .l-header-menu-button__line--top {
    top: 50%;
    transform: translateY(-50%) rotate(24deg);
}

.l-header-menu-button__line--center {
    top: 50%;
    margin-top: -1px;
}
.is-menu-opened .l-header-menu-button__line--center {
    background-color: rgba(0, 0, 0, 0);
}

.l-header-menu-button__line--bottom {
    bottom: 0;
}
.is-menu-opened .l-header-menu-button__line--bottom {
    bottom: 50%;
    transform: translateY(50%) rotate(-24deg);
}

/* ---------------------------------------------
*   l-contents
--------------------------------------------- */
/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    height: 470px;
    padding-top: 1px;
    background: url("../img/bg_foot.png") center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .l-footer {
        background-image: url("../img/bg_foot_sp.png");
        height: calc(785 / var(--design-width) * 100vw);
    }
}
.l-footer__container {
    display: flex;
    gap: 70px;
    align-items: center;
    max-width: 1000px;
    padding-inline: 20px;
    margin: 305px auto 0;
}
@media screen and (max-width: 767px) {
    .l-footer__container {
        display: block;
        width: calc(600 / var(--design-width) * 100vw);
        padding-inline: 0;
        margin: calc(387 / var(--design-width) * 100vw) auto 0;
    }
}
.l-footer__logo {
    display: block;
    width: 210px;
}
@media screen and (max-width: 767px) {
    .l-footer__logo {
        width: calc(373 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .l-footer__logo {
        transition: opacity var(--hover-duration);
    }
    .l-footer__logo:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.l-footer__copyright-txt {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    padding-left: 14px;
    letter-spacing: 0.13em;
    color: #ffffff;
}
@media screen and (max-width: 767px) {
    .l-footer__copyright-txt {
        margin-top: calc(44 / var(--design-width) * 100vw);
        padding-left: calc(26 / var(--design-width) * 100vw);
        font-size: calc(16 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-footer-nav
--------------------------------------------- */
.l-footer-nav {
    margin-top: 17px;
}
@media screen and (max-width: 767px) {
    .l-footer-nav {
        margin-top: calc(19 / var(--design-width) * 100vw);
        padding-left: calc(28 / var(--design-width) * 100vw);
    }
}
.l-footer-nav__list {
    display: flex;
    align-items: center;
    gap: 54px;
}
@media screen and (max-width: 767px) {
    .l-footer-nav__list {
        display: block;
    }
}
.l-footer-nav__link {
    position: relative;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 0.13em;
    padding-right: 31px;
}
@media screen and (max-width: 767px) {
    .l-footer-nav__link {
        font-size: calc(16 / var(--design-width) * 100vw);
        padding-right: calc(36 / var(--design-width) * 100vw);
    }
}
.l-footer-nav__link::before {
    content: "";
    position: absolute;
    top: 51%;
    right: 0;
    transform: translateY(-50%);
    width: 8px;
    height: 11px;
    background: url("../img/icon_footarrow.svg") 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .l-footer-nav__link::before {
        top: 56%;
        width: calc(12 / var(--design-width) * 100vw);
        height: calc(16 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-nav__link:hover {
        text-decoration: underline;
    }
}

/* ---------------------------------------------
*   処理に関係するスタイル
--------------------------------------------- */
/*  .js-pagetop-threshold
--------------------------------------------- */
.js-pagetop-threshold {
    position: absolute;
    top: 0;
    height: 400px;
}
@media screen and (max-width: 767px) {
    .js-pagetop-threshold {
        height: calc(400 / var(--design-width) * 100vw);
    }
}

/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
}
.footer-pagetop.is-show {
    opacity: 1;
    visibility: visible;
}

/* ---------------------------------------------
*   その他のスタイル
--------------------------------------------- */
/*  footer-pagetop
--------------------------------------------- */
.footer-pagetop__link {
    display: block;
    width: 110px;
}
@media screen and (max-width: 767px) {
    .footer-pagetop__link {
        width: calc(110 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .footer-pagetop__link {
        transition: opacity 0.3s;
    }
    .footer-pagetop__link:hover {
        opacity: 0.8;
    }
}

/* ---------------------------------------------
*   c-block
--------------------------------------------- */
/* ---------------------------------------------
*   c-box
--------------------------------------------- */
/* ---------------------------------------------
*   c-btn
--------------------------------------------- */
/* ---------------------------------------------
*   c-card
--------------------------------------------- */
.c-card {
    width: 725px;
}
@media screen and (max-width: 767px) {
    .c-card {
        width: calc(600 / var(--design-width) * 100vw);
    }
}
.c-card__container {
    display: flex;
    gap: 42px;
}
@media screen and (max-width: 767px) {
    .c-card__container {
        display: block;
    }
}
.c-card__img {
    flex-shrink: 0;
    width: 420px;
}
@media screen and (max-width: 767px) {
    .c-card__img {
        width: 100%;
    }
}
.c-card__ttl {
    display: block;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
    .c-card__ttl {
        margin-top: calc(42 / var(--design-width) * 100vw);
        font-size: calc(34 / var(--design-width) * 100vw);
        letter-spacing: 0.18em;
    }
}
.c-card__txt {
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
    .c-card__txt {
        margin-top: calc(18 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
        letter-spacing: 0.17em;
    }
}

/* ---------------------------------------------
*   c-cassette
--------------------------------------------- */
.c-cassette {
    position: relative;
}
.c-cassette:first-of-type {
    padding-top: 63px;
}
@media screen and (max-width: 767px) {
    .c-cassette:first-of-type {
        padding-top: calc(80 / var(--design-width) * 100vw);
    }
}
.c-cassette:not(:last-of-type) {
    padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
    .c-cassette:not(:last-of-type) {
        padding-bottom: calc(52 / var(--design-width) * 100vw);
    }
}
.c-cassette:nth-of-type(n+2) {
    margin-top: 45px;
}
@media screen and (max-width: 767px) {
    .c-cassette:nth-of-type(n+2) {
        margin-top: calc(52 / var(--design-width) * 100vw);
    }
}
.c-cassette:nth-of-type(n+2)::before {
    content: "";
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #9a9a9b;
    width: 995px;
    height: 1px;
}
@media screen and (max-width: 1035px) {
    .c-cassette:nth-of-type(n+2)::before {
        width: 96.1352657005vw;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette:nth-of-type(n+2)::before {
        top: calc(-55 / var(--design-width) * 100vw);
        width: calc(600 / var(--design-width) * 100vw);
    }
}
.c-cassette:last-of-type::after {
    content: "";
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #9a9a9b;
    width: 995px;
    height: 1px;
}
@media screen and (max-width: 1035px) {
    .c-cassette:last-of-type::after {
        width: 96.1352657005vw;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette:last-of-type::after {
        bottom: calc(-45 / var(--design-width) * 100vw);
        width: calc(600 / var(--design-width) * 100vw);
    }
}
.c-cassette__head {
    max-width: 760px;
    padding-inline: 20px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .c-cassette__head {
        width: calc(600 / var(--design-width) * 100vw);
        padding-inline: 0;
    }
}
.c-cassette__ttl {
    position: relative;
    display: block;
    padding-left: 30px;
    font-size: 25px;
    letter-spacing: 0.11em;
}
@media screen and (max-width: 767px) {
    .c-cassette__ttl {
        font-size: calc(44 / var(--design-width) * 100vw);
        padding-left: calc(54 / var(--design-width) * 100vw);
        letter-spacing: 0.1em;
    }
}
.c-cassette__ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url("../img/img_icon04.svg") 0 0 no-repeat;
    background-size: contain;
    width: 12px;
    height: 34px;
}
@media screen and (max-width: 767px) {
    .c-cassette__ttl::before {
        top: 43%;
        width: calc(30 / var(--design-width) * 100vw);
        height: calc(83 / var(--design-width) * 100vw);
    }
}
.c-cassette__inner {
    max-width: 1035px;
    padding-inline: 20px;
    margin: 0 auto;
}
@media screen and (max-width: 767px) {
    .c-cassette__inner {
        width: calc(600 / var(--design-width) * 100vw);
        padding-inline: 0;
    }
}
.c-cassette__list {
    position: relative;
    display: flex;
    gap: 7.331658%;
    background-color: #d2f0e6;
    border-radius: 15px;
    padding: 3.5175879397% 9.3467336683%;
}
@media screen and (max-width: 767px) {
    .c-cassette__list {
        display: block;
        border-radius: calc(15 / var(--design-width) * 100vw);
        padding: calc(58 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
    }
}
.c-cassette__list::before {
    content: "";
    position: absolute;
    top: -7.316583%;
    left: -1.5075376884%;
    background: url("../img/icon_check.png") 0 0 no-repeat;
    background-size: contain;
    width: 16.5829145729%;
    height: 117px;
}
@media screen and (max-width: 767px) {
    .c-cassette__list::before {
        background-image: url("../img/icon_check_sp.png");
        top: calc(-16 / var(--design-width) * 100vw);
        left: calc(-40 / var(--design-width) * 100vw);
        width: calc(250 / var(--design-width) * 100vw);
        height: calc(140 / var(--design-width) * 100vw);
    }
}
.c-cassette__item {
    flex-shrink: 0;
    width: 46.2576687117%;
}
@media screen and (max-width: 767px) {
    .c-cassette__item {
        width: 100%;
    }
    .c-cassette__item:nth-of-type(n+2) {
        margin-top: calc(35 / var(--design-width) * 100vw);
    }
}
.c-cassette__txt {
    position: relative;
    margin-top: 18px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.09em;
}
@media screen and (max-width: 767px) {
    .c-cassette__txt {
        margin-top: calc(22 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
        letter-spacing: 0.16em;
    }
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
@media screen and (max-width: 767px) {
    .c-kv {
        padding-top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-kv__head {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: calc(130 / var(--design-width) * 100vw);
}
@media screen and (max-width: 767px) {
    .c-kv__head {
        display: block;
    }
}
.c-kv__logo {
    display: block;
    width: calc(249 / var(--design-width) * 100vw);
}
@media screen and (max-width: 767px) {
    .c-kv__logo {
        width: calc(648 / var(--design-width) * 100vw);
        margin: 0 auto calc(44 / var(--design-width) * 100vw);
    }
}
.c-kv__logo img {
    width: 100%;
}
.c-kv__body {
    margin-top: 67px;
    padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
    .c-kv__body {
        width: calc(648 / var(--design-width) * 100vw);
        margin: calc(65 / var(--design-width) * 100vw) auto 0;
        padding-bottom: 0;
    }
}
.c-kv__news {
    max-width: 1246px;
    margin: 50px auto 0;
    padding-inline: 20px;
}
@media screen and (max-width: 767px) {
    .c-kv__news {
        margin: calc(50 / var(--design-width) * 100vw) auto 0;
        padding-inline: 0;
    }
}
.c-kv__ttl {
    display: block;
    font-size: 25px;
    letter-spacing: 0.15em;
    text-align: center;
    color: #ff0000;
}
@media screen and (max-width: 767px) {
    .c-kv__ttl {
        font-size: calc(35 / var(--design-width) * 100vw);
    }
}
.c-kv__news-inner {
    max-width: 925px;
    margin: 7px auto 0;
    height: 172px;
    padding: 25px 30px 25px 46px;
    border-radius: 20px;
    border: 1px solid #ff0000;
}
@media screen and (max-width: 767px) {
    .c-kv__news-inner {
        position: relative;
        height: calc(307 / var(--design-width) * 100vw);
        padding: calc(30 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw) calc(33 / var(--design-width) * 100vw);
        border-radius: calc(20 / var(--design-width) * 100vw);
        margin: calc(14 / var(--design-width) * 100vw) auto 0;
    }
}
.c-kv__news-txtarea {
    height: 100%;
    overflow-y: scroll;
    padding-right: 15px;
    /* PC: webkit カスタムスクロールバー */
}
@media screen and (max-width: 767px) {
    .c-kv__news-txtarea {
        padding-right: calc(18 / var(--design-width) * 100vw);
        scrollbar-width: none;
        -ms-overflow-style: none;
    }
}
.c-kv__news-txtarea::-webkit-scrollbar {
    width: 10px;
    border-radius: 50px;
}
@media screen and (max-width: 767px) {
    .c-kv__news-txtarea::-webkit-scrollbar {
        display: none;
    }
}
.c-kv__news-txtarea::-webkit-scrollbar-thumb {
    background: #737171;
    border-radius: 8px;
}
.c-kv__news-txtarea::-webkit-scrollbar-track {
    background: #dcdcdc;
    border-radius: 8px;
}
.c-kv__news-scrollbar {
    position: absolute;
    top: calc(30 / var(--design-width) * 100vw);
    bottom: calc(30 / var(--design-width) * 100vw);
    right: calc(20 / var(--design-width) * 100vw);
    width: calc(16 / var(--design-width) * 100vw);
    background: #dcdcdc;
    border-radius: calc(8 / var(--design-width) * 100vw);
}
.c-kv__news-scrollbar-thumb {
    position: absolute;
    top: 0;
    width: 100%;
    background: #737171;
    border-radius: calc(8 / var(--design-width) * 100vw);
}
.c-kv__news-txt {
    display: block;
    width: 98%;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
    .c-kv__news-txt {
        line-height: 1.7;
        font-size: calc(28 / var(--design-width) * 100vw);
    }
}
.c-kv__news-txt:nth-of-type(n+2) {
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .c-kv__news-txt:nth-of-type(n+2) {
        margin-top: calc(35 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list-anchor
--------------------------------------------- */
.c-list-anchor {
    display: flex;
    justify-content: center;
    padding-inline: 20px;
    gap: 26px;
}
@media screen and (max-width: 900px) {
    .c-list-anchor {
        gap: 16px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-anchor {
        display: block;
    }
}
@media screen and (max-width: 767px) {
    .c-list-anchor__item {
        display: block;
    }
    .c-list-anchor__item:nth-of-type(n+2) {
        margin-top: calc(34 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 768px) {
    .c-list-anchor__item:nth-of-type(1) .c-list-anchor__link {
        padding-inline: 79px 45px;
    }
}
@media screen and (min-width: 768px) {
    .c-list-anchor__item:nth-of-type(3) .c-list-anchor__link {
        padding-inline: 101px 57px;
    }
}
@media screen and (max-width: 767px) {
    .c-list-anchor__item:nth-of-type(3) .c-list-anchor__link {
        padding-inline: calc(13 / var(--design-width) * 100vw) calc(66 / var(--design-width) * 100vw);
    }
}
.c-list-anchor__link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    padding-inline: 80px 42px;
    border-radius: 40px;
    box-shadow: 0px 2px 8px rgba(4, 0, 0, 0.3);
    font-size: 21px;
    line-height: 1.0952380952;
}
@media screen and (max-width: 767px) {
    .c-list-anchor__link {
        height: calc(110 / var(--design-width) * 100vw);
        padding-inline: calc(126 / var(--design-width) * 100vw) calc(45 / var(--design-width) * 100vw);
        border-radius: calc(60 / var(--design-width) * 100vw);
        box-shadow: 0 calc(2 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw) rgba(4, 0, 0, 0.3);
        font-size: calc(40 / var(--design-width) * 100vw);
    }
}
.c-list-anchor__link::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.3s;
}
.c-list-anchor__link--1::before {
    left: 40px;
    -webkit-mask: url("../img/img_icon01.svg") 0 0 no-repeat;
            mask: url("../img/img_icon01.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 23px;
    height: 55px;
    background-color: #ff0000;
}
@media screen and (max-width: 767px) {
    .c-list-anchor__link--1::before {
        left: calc(69 / var(--design-width) * 100vw);
        width: calc(39 / var(--design-width) * 100vw);
        height: calc(80 / var(--design-width) * 100vw);
    }
}
.c-list-anchor__link--2::before {
    left: 37px;
    -webkit-mask: url("../img/img_icon02.svg") 0 0 no-repeat;
            mask: url("../img/img_icon02.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 32px;
    height: 47px;
    background-color: #ff0000;
}
@media screen and (max-width: 767px) {
    .c-list-anchor__link--2::before {
        left: calc(69 / var(--design-width) * 100vw);
        width: calc(52 / var(--design-width) * 100vw);
        height: calc(76 / var(--design-width) * 100vw);
    }
}
.c-list-anchor__link--3::before {
    left: 48px;
    -webkit-mask: url("../img/img_icon03.svg") 0 0 no-repeat;
            mask: url("../img/img_icon03.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 32px;
    height: 39px;
    background-color: #ff0000;
}
@media screen and (max-width: 767px) {
    .c-list-anchor__link--3::before {
        left: calc(61 / var(--design-width) * 100vw);
        width: calc(47 / var(--design-width) * 100vw);
        height: calc(57 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-list-anchor__link {
        transition: color 0.3s, background-color 0.3s;
    }
    .c-list-anchor__link:hover {
        color: #ffffff;
        background-color: #ff0000;
    }
    .c-list-anchor__link:hover::before {
        background-color: #ffffff;
    }
}

/* ---------------------------------------------
*   c-section-01
--------------------------------------------- */
.c-section-01 {
    padding-block: 75px 61px;
    background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
    .c-section-01 {
        margin-block: calc(70 / var(--design-width) * 100vw) 0;
        padding-block: calc(53 / var(--design-width) * 100vw) calc(72 / var(--design-width) * 100vw);
    }
}
.c-section-01__head {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    max-width: 1040px;
    margin: 0 auto;
    padding-inline: 20px;
}
@media screen and (max-width: 767px) {
    .c-section-01__head {
        display: block;
        width: calc(690 / var(--design-width) * 100vw);
        margin: 0 auto;
    }
}
.c-section-01__ttl {
    display: block;
    flex-shrink: 0;
    width: 38%;
    font-weight: 400;
    font-size: 25px;
    letter-spacing: 0.172em;
    line-height: 1.64;
}
@media screen and (max-width: 767px) {
    .c-section-01__ttl {
        width: 100%;
        font-size: calc(44 / var(--design-width) * 100vw);
        letter-spacing: 0.132em;
        line-height: 1.45;
    }
}
.c-section-01__txt {
    flex-shrink: 0;
    width: 56%;
    display: block;
    margin-top: 3px;
    font-size: 16px;
    line-height: 1.875;
    letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
    .c-section-01__txt {
        width: 100%;
        margin-top: 0;
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.775;
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-section-01__movie {
    max-width: 1216px;
    margin: 50px auto 0;
    padding-inline: 20px;
}
@media screen and (max-width: 767px) {
    .c-section-01__movie {
        padding-inline: 0;
    }
}
.c-section-01__movie iframe {
    width: 100%;
    aspect-ratio: 16/9;
}
.c-section-01__img-area {
    display: flex;
    justify-content: space-between;
    max-width: 1370px;
    padding-inline: 20px;
    margin: 70px auto 0;
}
@media screen and (max-width: 1000px) {
    .c-section-01__img-area {
        margin: 40px auto 0;
    }
}
@media screen and (max-width: 767px) {
    .c-section-01__img-area {
        display: block;
        margin: calc(59 / var(--design-width) * 100vw) auto 0;
        padding-inline: 0;
    }
}
.c-section-01__item {
    width: 48.1203007519%;
}
@media screen and (max-width: 767px) {
    .c-section-01__item {
        width: calc(650 / var(--design-width) * 100vw);
        margin: 0 auto;
    }
    .c-section-01__item:nth-of-type(n+2) {
        margin-top: calc(45 / var(--design-width) * 100vw);
    }
}
.c-section-01__caption {
    display: block;
    margin-top: 11px;
    font-size: 16px;
    letter-spacing: 0.14em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-section-01__caption {
        margin-top: calc(10 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        letter-spacing: 0.1em;
    }
}

/* ---------------------------------------------
*   c-section-02
--------------------------------------------- */
.c-section-02 {
    padding-block: 56px 80px;
}
@media screen and (max-width: 767px) {
    .c-section-02 {
        position: relative;
        background-color: #fff;
        padding-block: calc(46 / var(--design-width) * 100vw) calc(80 / var(--design-width) * 100vw);
    }
}
.c-section-02__list {
    display: flex;
    justify-content: space-between;
    max-width: 996px;
    gap: 20px;
    padding-inline: 20px;
    margin: 52px auto 0;
}
@media screen and (max-width: 767px) {
    .c-section-02__list {
        display: block;
        width: calc(650 / var(--design-width) * 100vw);
        margin: calc(72 / var(--design-width) * 100vw) auto 0;
        padding-inline: 0;
    }
}
.c-section-02__item {
    width: 47.9079497908%;
}
@media screen and (max-width: 767px) {
    .c-section-02__item {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .c-section-02__item:nth-of-type(n+2) {
        margin-top: calc(50 / var(--design-width) * 100vw);
    }
}
.c-section-02__item-ttl {
    display: block;
    font-size: 21px;
    letter-spacing: 0.192em;
    color: #ff0000;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-section-02__item-ttl {
        font-size: calc(35 / var(--design-width) * 100vw);
    }
}
.c-section-02__item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 116px;
    padding-inline: 20px;
    border: 1px solid #ff0000;
    border-radius: 58px;
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .c-section-02__item-inner {
        padding-inline: 0;
        border: calc(2 / var(--design-width) * 100vw) solid #ff0000;
        height: calc(140 / var(--design-width) * 100vw);
        border-radius: calc(70 / var(--design-width) * 100vw);
    }
}
.c-section-02__item-txt {
    display: block;
    font-size: 21px;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 950px) {
    .c-section-02__item-txt {
        font-size: 19px;
    }
}
@media screen and (max-width: 767px) {
    .c-section-02__item-txt {
        font-size: calc(35 / var(--design-width) * 100vw);
        letter-spacing: 0.065em;
    }
}
.c-section-02__item-txt--s {
    margin-top: 5px;
    font-size: 16px;
    letter-spacing: 0.092em;
}
@media screen and (max-width: 950px) {
    .c-section-02__item-txt--s {
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .c-section-02__item-txt--s {
        margin-top: calc(3 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        letter-spacing: 0;
    }
}
.c-section-02__lead {
    display: block;
    margin-top: 33px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.18em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-section-02__lead {
        margin-top: calc(27 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.55;
        letter-spacing: 0.12em;
    }
}
.c-section-02__sns-ttl {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 59px auto 0;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.06em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-section-02__sns-ttl {
        margin: calc(89 / var(--design-width) * 100vw) auto 0;
        padding-bottom: calc(40 / var(--design-width) * 100vw);
        font-size: calc(35 / var(--design-width) * 100vw);
        line-height: 1.3714285714;
        letter-spacing: 0.05em;
    }
}
.c-section-02__sns-ttl::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
    background: url("../img/img_line.png") 0 0 no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .c-section-02__sns-ttl::before {
        height: calc(20 / var(--design-width) * 100vw);
        background-image: url("../img/img_line_sp.png");
    }
}
.c-section-02__sns-list {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 37px;
}
@media screen and (max-width: 767px) {
    .c-section-02__sns-list {
        gap: calc(65 / var(--design-width) * 100vw);
        margin-top: calc(32 / var(--design-width) * 100vw);
    }
}
.c-section-02__sns-item {
    width: 190px;
}
@media screen and (max-width: 767px) {
    .c-section-02__sns-item {
        width: calc(306 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-section-02__sns-item {
        transition: opacity var(--hover-duration);
    }
    .c-section-02__sns-item:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-section-02__sns-icon {
    width: 45px;
    margin: 0 auto 19px;
}
@media screen and (max-width: 767px) {
    .c-section-02__sns-icon {
        width: calc(70 / var(--design-width) * 100vw);
        margin: 0 auto calc(25 / var(--design-width) * 100vw);
    }
}
.c-section-02__sns-txt {
    font-size: 14px;
    line-height: 1.2857142857;
    letter-spacing: 0.08em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-section-02__sns-txt {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.5;
        letter-spacing: 0.05em;
    }
}
.c-section-02__map {
    position: relative;
    max-width: 940px;
    padding-inline: 20px;
    margin: 92px auto 0;
}
@media screen and (max-width: 767px) {
    .c-section-02__map {
        width: calc(700 / var(--design-width) * 100vw);
        margin: calc(104 / var(--design-width) * 100vw) auto 0;
        padding-inline: 0;
    }
}
.c-section-02__icon {
    position: absolute;
    display: block;
    transition: transform 0.3s;
}
.c-section-02__icon img {
    border-radius: 50%;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 767px) {
    .c-section-02__icon {
        width: calc(50 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-section-02__icon:hover {
        transform: scale(1.2);
    }
}
@media screen and (max-width: 767px) {
    .c-section-02__icon {
        animation: scale 1.4s ease-in-out infinite alternate;
    }
    @keyframes scale {
        0% {
            transform: scale(1.2);
        }
        100% {
            transform: scale(1.4);
        }
    }
}
.c-section-02__icon--1 {
    top: 48.144444%;
    right: 33.844444%;
    width: 10%;
}
.c-section-02__icon--2 {
    top: 49.3%;
    left: 39.866667%;
    width: 10%;
}
.c-section-02__icon--3 {
    top: 71.866667%;
    left: 28.455556%;
    width: 10%;
}
.c-section-02__icon--4 {
    top: auto;
    bottom: -2.011111%;
    left: 21.555556%;
    width: 10%;
}
.c-section-02__icon--5 {
    top: 34.144444%;
    left: 16.188889%;
    width: 10%;
}

/* ---------------------------------------------
*   c-section-03
--------------------------------------------- */
.c-section-03 {
    padding-block: 1px 108px;
    background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
    .c-section-03 {
        padding-block: 0 calc(121 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-04
--------------------------------------------- */
.c-section-04 {
    padding-block: 45px 52px;
}
@media screen and (max-width: 767px) {
    .c-section-04 {
        padding-block: calc(71 / var(--design-width) * 100vw) calc(61 / var(--design-width) * 100vw);
    }
}
.c-section-04__ttl {
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    padding-block: 3px 4px;
    margin: 0 auto 19px;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    font-size: 21px;
    letter-spacing: 0.192em;
}
@media screen and (max-width: 767px) {
    .c-section-04__ttl {
        padding-block: calc(3 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw);
        margin: 0 auto calc(35 / var(--design-width) * 100vw);
        font-size: calc(35 / var(--design-width) * 100vw);
        letter-spacing: 0.142em;
    }
}
.c-section-04__txt {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0.1em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-section-04__txt {
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.6785714286;
        letter-spacing: 0.13em;
    }
}
.c-section-04__txt--link {
    display: inline;
    color: #ff0000;
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-04__txt--link:hover {
        text-decoration: none;
    }
}

/* ---------------------------------------------
*   c-section-5
--------------------------------------------- */
.c-section-5 {
    padding-block: 56px 64px;
    background-color: #f5f5f5;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .c-section-5 {
        padding-block: calc(46 / var(--design-width) * 100vw) 0;
    }
}
.c-section-5__body {
    overflow: hidden;
    margin-top: 29px;
}
@media screen and (max-width: 767px) {
    .c-section-5__body {
        margin-top: calc(35 / var(--design-width) * 100vw);
        text-align: center;
    }
}
.c-section-5__txt {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 16px;
    line-height: 2.0625;
    letter-spacing: 0.18em;
}
@media screen and (max-width: 767px) {
    .c-section-5__txt {
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.5;
        letter-spacing: 0.17em;
    }
}
.c-section-5__txt::before, .c-section-5__txt::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 20px;
    background-color: #000;
}
@media screen and (max-width: 767px) {
    .c-section-5__txt::before, .c-section-5__txt::after {
        height: calc(77 / var(--design-width) * 100vw);
    }
}
.c-section-5__txt::before {
    top: 6px;
    left: -14px;
    transform: rotate(-23deg);
}
@media screen and (max-width: 767px) {
    .c-section-5__txt::before {
        top: calc(6 / var(--design-width) * 100vw);
        left: calc(-21 / var(--design-width) * 100vw);
        transform: rotate(-16deg);
    }
}
.c-section-5__txt::after {
    top: 6px;
    right: -14px;
    transform: rotate(23deg);
}
@media screen and (max-width: 767px) {
    .c-section-5__txt::after {
        top: calc(6 / var(--design-width) * 100vw);
        right: calc(-21 / var(--design-width) * 100vw);
        transform: rotate(16deg);
    }
}
.c-section-5__bnr {
    display: block;
    max-width: 1070px;
    margin: 4px auto 0;
    padding-inline: 20px;
    transition: filter 0.3s, transform 0.3s;
}
@media screen and (max-width: 767px) {
    .c-section-5__bnr {
        width: 100%;
        margin: calc(18 / var(--design-width) * 100vw) auto 0;
        padding-inline: 0;
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-section-5__bnr:hover {
        transform: scale(1.02);
        filter: brightness(105%);
    }
}

/* ---------------------------------------------
*   c-section-6
--------------------------------------------- */
.c-section-6 {
    padding-block: 65px 80px;
}
@media screen and (max-width: 767px) {
    .c-section-6 {
        padding-block: calc(72 / var(--design-width) * 100vw) calc(60 / var(--design-width) * 100vw);
    }
}
.c-section-6__map {
    width: 707px;
    margin: 40px auto 0;
}
@media screen and (max-width: 767px) {
    .c-section-6__map {
        width: calc(707 / var(--design-width) * 100vw);
        margin: calc(30 / var(--design-width) * 100vw) auto 0;
    }
}
.c-section-6__btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    width: 320px;
    height: 47px;
    margin: 37px auto 27px;
    padding-right: 35px;
    padding-bottom: 1px;
    border-radius: 40px;
    box-shadow: 0 2px 4px rgba(4, 0, 0, 0.3);
    font-size: 18px;
    line-height: 2.1666666667;
    color: #ffffff;
    letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
    .c-section-6__btn {
        width: calc(650 / var(--design-width) * 100vw);
        height: calc(110 / var(--design-width) * 100vw);
        padding-right: calc(24 / var(--design-width) * 100vw);
        margin: calc(60 / var(--design-width) * 100vw) auto calc(43 / var(--design-width) * 100vw);
        border-radius: calc(54 / var(--design-width) * 100vw);
        box-shadow: 0 calc(2 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw) rgba(4, 0, 0, 0.3);
        font-size: calc(35 / var(--design-width) * 100vw);
    }
}
.c-section-6__btn::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    -webkit-mask: url("../img/icon_arrow.svg") 0 0 no-repeat;
            mask: url("../img/icon_arrow.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 13px;
    height: 17px;
    background-color: #ffffff;
    transition: all 0.3s;
}
@media screen and (max-width: 767px) {
    .c-section-6__btn::before {
        right: calc(40 / var(--design-width) * 100vw);
        width: calc(35 / var(--design-width) * 100vw);
        height: calc(39 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-section-6__btn {
        transition: all 0.3s;
    }
    .c-section-6__btn:hover {
        background-color: #fff;
        color: #ff0000;
        border: 1px solid #ff0000;
    }
    .c-section-6__btn:hover::before {
        background-color: #ff0000;
    }
}
.c-section-6__adress {
    display: block;
    font-size: 21px;
    line-height: 1.5714285714;
    letter-spacing: 0.22em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-section-6__adress {
        font-size: calc(35 / var(--design-width) * 100vw);
        line-height: 1.6285714286;
        letter-spacing: 0.112em;
    }
}
.c-section-6__adress--s {
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.75;
    letter-spacing: 0.16em;
}
@media screen and (max-width: 767px) {
    .c-section-6__adress--s {
        margin-top: calc(11 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.4642857143;
    }
}

/* ---------------------------------------------
*   c-section-7
--------------------------------------------- */
.c-section-7 {
    padding-block: 80px 74px;
    background-color: #f5f5f5;
}
@media screen and (max-width: 767px) {
    .c-section-7 {
        padding-block: calc(63 / var(--design-width) * 100vw) calc(122 / var(--design-width) * 100vw);
    }
}
.c-section-7__container {
    max-width: 990px;
    margin: 0 auto;
}
@media screen and (max-width: 1030px) {
    .c-section-7__container {
        max-width: 96.1165048544vw;
    }
}

/* ---------------------------------------------
*   c-section-cta
--------------------------------------------- */
.c-section-cta {
    padding-bottom: 23px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .c-section-cta {
        padding-bottom: calc(36 / var(--design-width) * 100vw);
    }
}
.c-section-cta__img {
    display: block;
    max-width: 802px;
    margin: 38px auto 0;
    transition: filter 0.3s, transform 0.3s;
}
@media (hover: hover) and (pointer: fine) {
    .c-section-cta__img:hover {
        transform: scale(1.02);
        filter: brightness(105%);
    }
}

/* ---------------------------------------------
*   c-slider
--------------------------------------------- */
.c-slider {
    flex-shrink: 0;
    width: calc(933 / var(--design-width) * 100vw);
}
@media screen and (max-width: 767px) {
    .c-slider {
        width: 100%;
    }
}
.c-slider__wrapper {
    position: relative;
}
.c-slider__img {
    height: 100%;
}
.c-slider__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
}
.c-slider__txt {
    position: absolute;
    top: calc(250 / var(--design-width) * 100vw);
    left: 50%;
    translate: -50% 0;
    z-index: 9;
}

/*  .c-slider-2
--------------------------------------------- */
.c-slider-2 {
    margin-top: 40px;
}
.c-slider-2__wrapper {
    position: relative;
}
.c-slider-2 .splide__slide {
    width: -moz-fit-content !important;
    width: fit-content !important;
    transform: translate3d(0, 0, 0);
}
.c-slider-2 .splide_arrows-outer {
    position: relative;
}
.c-slider-2 .splide__arrows {
    position: absolute;
    bottom: -10px;
    left: 50%;
    translate: -50% 0;
    display: flex;
    gap: 255px;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 767px) {
    .c-slider-2 .splide__arrows {
        bottom: calc(-21 / var(--design-width) * 100vw);
        gap: calc(391 / var(--design-width) * 100vw);
    }
}
.c-slider-2 .splide__arrow {
    position: relative;
    width: 55px;
    height: 30px;
    border-radius: 50px;
    border: 1px solid #ff0000;
    background-color: #fff;
    box-sizing: border-box;
    touch-action: manipulation;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .c-slider-2 .splide__arrow {
        width: calc(102 / var(--design-width) * 100vw);
        height: calc(56 / var(--design-width) * 100vw);
        border-radius: calc(50 / var(--design-width) * 100vw);
    }
}
.c-slider-2 .splide__arrow::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    width: 24px;
    height: 10px;
    transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
    .c-slider-2 .splide__arrow::before {
        width: calc(45 / var(--design-width) * 100vw);
        height: calc(19 / var(--design-width) * 100vw);
    }
}
.c-slider-2 .splide__arrow--prev::before {
    -webkit-mask: url("../img/icon_arrow_left.svg") 0 0 no-repeat;
            mask: url("../img/icon_arrow_left.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #ff0000;
}
.c-slider-2 .splide__arrow--next::before {
    -webkit-mask: url("../img/icon_arrow_right.svg") 0 0 no-repeat;
            mask: url("../img/icon_arrow_right.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    background-color: #ff0000;
}
.c-slider-2 .splide__arrow.is-hidden {
    opacity: 0;
    pointer-events: none;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider-2 .splide__arrow {
        transition: color 0.3s, background-color 0.3s;
    }
    .c-slider-2 .splide__arrow:hover {
        background-color: #ff0000;
    }
    .c-slider-2 .splide__arrow:hover::before {
        background-color: #ffffff;
    }
}
.c-slider-2 .splide__pagination {
    position: relative;
    margin-top: 40px;
    gap: 14px;
}
@media screen and (max-width: 767px) {
    .c-slider-2 .splide__pagination {
        margin-top: calc(123 / var(--design-width) * 100vw);
        gap: calc(23 / var(--design-width) * 100vw);
    }
}
.c-slider-2 .splide__pagination li {
    font-size: 0;
}
.c-slider-2 .splide__pagination__page {
    width: 6px;
    height: 6px;
    background-color: #737171;
    border-radius: 50%;
    touch-action: manipulation;
    cursor: pointer;
}
@media screen and (max-width: 767px) {
    .c-slider-2 .splide__pagination__page {
        width: calc(10 / var(--design-width) * 100vw);
        height: calc(10 / var(--design-width) * 100vw);
    }
}
.c-slider-2 .splide__pagination__page.is-active {
    background-color: #ff0000;
}
.c-slider-2 .splide__pagination__page:focus-visible {
    outline: 3px solid #b4e900;
    outline-offset: 3px;
}
@media screen and (max-width: 767px) {
    .c-slider-2 .splide__pagination__page:focus-visible {
        outline: calc(3 / var(--design-width) * 100vw) solid #b4e900;
        outline-offset: calc(3 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-slider-2 .splide__pagination__page {
        transition: opacity 0.3s;
    }
    .c-slider-2 .splide__pagination__page:hover {
        opacity: 0.8;
    }
}
.c-slider-2__img img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* ---------------------------------------------
*   c-table
--------------------------------------------- */
/* ---------------------------------------------
*   c-tile
--------------------------------------------- */
/* ---------------------------------------------
*   c-ttl
--------------------------------------------- */
.c-ttl__img {
    margin: 0 auto 15px;
}
@media screen and (max-width: 767px) {
    .c-ttl__img {
        margin-bottom: calc(10 / var(--design-width) * 100vw);
    }
}
.c-ttl__img--1 {
    width: 40px;
}
@media screen and (max-width: 767px) {
    .c-ttl__img--1 {
        width: calc(48 / var(--design-width) * 100vw);
    }
}
.c-ttl__img--2 {
    width: 66px;
}
@media screen and (max-width: 767px) {
    .c-ttl__img--2 {
        width: calc(79 / var(--design-width) * 100vw);
    }
}
.c-ttl__img--3 {
    width: 54px;
}
@media screen and (max-width: 767px) {
    .c-ttl__img--3 {
        width: calc(72 / var(--design-width) * 100vw);
    }
}
.c-ttl__txt {
    display: block;
    font-size: 25px;
    letter-spacing: 0.162em;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-ttl__txt {
        font-size: calc(44 / var(--design-width) * 100vw);
        letter-spacing: 0.114;
    }
}

/* ---------------------------------------------
*   c-txt
--------------------------------------------- */
/* ---------------------------------------------
*   c-movie
--------------------------------------------- */
.c-movie {
    position: relative;
    transition: filter 0.3s;
}
@media (hover: hover) and (pointer: fine) {
    .c-movie:hover {
        filter: brightness(110%);
    }
}
.c-movie__inner {
    aspect-ratio: 16/9;
}
.c-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.c-movie__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.c-movie__icon {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    transform: translate(-50%, -50%);
    width: 140px;
}
@media screen and (max-width: 767px) {
    .c-movie__icon {
        width: calc(144 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   background-color
--------------------------------------------- */
.bg-white {
    background-color: var(--color-white-1) !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-tab-target
--------------------------------------------- */
.js-tab-target {
    display: none;
}
.js-tab-target.is-current {
    display: block;
}

/* ---------------------------------------------
*   demo用
--------------------------------------------- */
/*  .c-tabs
--------------------------------------------- */
.c-tabs__tab-list {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 767px) {
    .c-tabs__tab-list {
        width: calc(650 / var(--design-width) * 100vw);
        margin: 0 auto;
    }
}
.c-tabs__tab {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    border-radius: 30px;
    font-size: 21px;
    line-height: 1.8571428571;
    color: #737171;
    transition: color 0.3s;
}
@media screen and (max-width: 1030px) {
    .c-tabs__tab {
        height: 5.8252427184vw;
        border-radius: 2.9126213592vw;
        font-size: 2.0388349515vw;
    }
}
.c-tabs__tab::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #737171;
}
.c-tabs__tab:nth-of-type(n+2)::after {
    content: "";
    position: absolute;
    background-color: #737171;
    width: 1px;
    height: 50px;
    top: 50%;
    left: -25px;
    transform: translateY(-50%);
    transition: background-color 0.3s;
}
@media screen and (max-width: 1030px) {
    .c-tabs__tab:nth-of-type(n+2)::after {
        width: 1;
        height: 4.854368932vw;
        left: -2.427184466vw;
    }
}
.c-tabs__tab--1 {
    padding-inline: 60px 41px;
}
@media screen and (max-width: 1030px) {
    .c-tabs__tab--1 {
        padding-inline: 5.8252427184vw 3.9805825243vw;
    }
}
.c-tabs__tab--1::before {
    left: 20px;
    -webkit-mask: url("../img/img_icon05.svg") 0 0 no-repeat;
            mask: url("../img/img_icon05.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 33px;
    height: 24px;
}
@media screen and (max-width: 1030px) {
    .c-tabs__tab--1::before {
        left: 1.9417475728vw;
        width: 3.2038834951vw;
        height: 2.3300970874vw;
    }
}
.c-tabs__tab--2 {
    padding-inline: 60px 41px;
}
@media screen and (max-width: 1030px) {
    .c-tabs__tab--2 {
        padding-inline: 5.8252427184vw 3.9805825243vw;
    }
}
.c-tabs__tab--2::before {
    left: 24px;
    -webkit-mask: url("../img/img_icon06.svg") 0 0 no-repeat;
            mask: url("../img/img_icon06.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 26px;
    height: 34px;
}
@media screen and (max-width: 1030px) {
    .c-tabs__tab--2::before {
        left: 2.3300970874vw;
        width: 2.5242718447vw;
        height: 3.3009708738vw;
    }
}
.c-tabs__tab--3 {
    padding-inline: 60px 21px;
}
@media screen and (max-width: 1030px) {
    .c-tabs__tab--3 {
        padding-inline: 5.8252427184vw 2.0388349515vw;
    }
}
.c-tabs__tab--3::before {
    left: 21px;
    -webkit-mask: url("../img/img_icon07.svg") 0 0 no-repeat;
            mask: url("../img/img_icon07.svg") 0 0 no-repeat;
    -webkit-mask-size: contain;
            mask-size: contain;
    width: 31px;
    height: 33px;
}
@media screen and (max-width: 1030px) {
    .c-tabs__tab--3::before {
        left: 2.0388349515vw;
        width: 3.0097087379vw;
        height: 3.2038834951vw;
    }
}
.c-tabs__tab.is-current {
    background-color: #ffffff;
    color: #ff0000;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1030px) {
    .c-tabs__tab.is-current {
        box-shadow: 0 0.1941747573vw 0.7766990291vw rgba(0, 0, 0, 0.3);
    }
}
.c-tabs__tab.is-current::before {
    background-color: #ff0000;
}
@media (hover: hover) and (pointer: fine) {
    .c-tabs__tab:hover {
        color: #ff0000;
    }
    .c-tabs__tab:hover::before {
        background-color: #ff0000;
    }
}
.c-tabs__tab-sp {
    position: relative;
}
@media screen and (max-width: 767px) {
    .c-tabs__tab-sp--1 .default {
        width: calc(63 / var(--design-width) * 100vw);
        margin-top: calc(33 / var(--design-width) * 100vw);
    }
    .c-tabs__tab-sp--1 .current {
        width: calc(440 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-tabs__tab-sp--2::after {
        content: "";
        position: absolute;
        background-color: #737171;
        width: 1px;
        height: calc(70 / var(--design-width) * 100vw);
        top: 50%;
        left: calc(-28 / var(--design-width) * 100vw);
        transform: translateY(-50%);
    }
    .c-tabs__tab-sp--2.is-current::after {
        left: calc(-24 / var(--design-width) * 100vw);
    }
    .c-tabs__tab-sp--2 .default {
        width: calc(49 / var(--design-width) * 100vw);
        margin-top: calc(33 / var(--design-width) * 100vw);
    }
    .c-tabs__tab-sp--2 .current {
        width: calc(440 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-tabs__tab-sp--3::after {
        content: "";
        position: absolute;
        background-color: #737171;
        width: 1px;
        height: calc(70 / var(--design-width) * 100vw);
        top: 50%;
        left: calc(-25 / var(--design-width) * 100vw);
        transform: translateY(-50%);
    }
    .c-tabs__tab-sp--3.is-current::after {
        left: calc(-21 / var(--design-width) * 100vw);
    }
    .c-tabs__tab-sp--3 .default {
        width: calc(59 / var(--design-width) * 100vw);
        margin-top: calc(33 / var(--design-width) * 100vw);
    }
    .c-tabs__tab-sp--3 .current {
        width: calc(460 / var(--design-width) * 100vw);
    }
}
.c-tabs__tab-sp .current {
    display: none;
    box-shadow: 0 calc(2 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw) rgba(0, 0, 0, 0.3);
    border-radius: calc(50 / var(--design-width) * 100vw);
}
@media (hover: hover) and (pointer: fine) and (hover: hover) and (pointer: fine) {
    .c-tabs__tab-sp {
        transition: opacity var(--hover-duration);
    }
    .c-tabs__tab-sp:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-tabs__tab-sp.is-current:hover {
        opacity: 1;
    }
}
.c-tabs__tab-sp.is-current .default {
    display: none;
}
.c-tabs__tab-sp.is-current .current {
    display: block;
}
.c-tabs__img {
    margin: 0 auto;
}
.c-tabs__img--1 {
    max-width: 928px;
}
@media screen and (max-width: 990px) {
    .c-tabs__img--1 {
        max-width: 93.7373737374vw;
    }
}
@media screen and (max-width: 767px) {
    .c-tabs__img--1 {
        max-width: initial;
        width: calc(585 / var(--design-width) * 100vw);
    }
}
.c-tabs__img--2 {
    max-width: 100%;
}
@media screen and (max-width: 767px) {
    .c-tabs__img--2 {
        max-width: initial;
        width: calc(680 / var(--design-width) * 100vw);
    }
}
.c-tabs__img--3 {
    max-width: 882px;
}
@media screen and (max-width: 990px) {
    .c-tabs__img--3 {
        max-width: 89.0909090909vw;
    }
}
@media screen and (max-width: 767px) {
    .c-tabs__img--3 {
        max-width: initial;
        width: calc(565 / var(--design-width) * 100vw);
    }
}
.c-tabs__body {
    margin-top: 76px;
}
@media screen and (max-width: 990px) {
    .c-tabs__body {
        margin-top: 7.6767676768vw;
    }
}
.c-tabs__inner {
    padding-inline: 20px;
}
@media screen and (max-width: 767px) {
    .c-tabs__inner {
        padding-inline: 0;
    }
}

@media print and (min-width: 768px), screen and (min-width: 768px) {
    .pc-hide {
        display: none !important;
    }
}
@media print and (max-width: 767px), screen and (max-width: 767px) {
    .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: 767px) {
    .mgt-sp--0 {
        margin-top: 0 !important;
    }
    .mgt-sp--5 {
        margin-top: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--10 {
        margin-top: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--15 {
        margin-top: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--20 {
        margin-top: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--25 {
        margin-top: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--30 {
        margin-top: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--35 {
        margin-top: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--40 {
        margin-top: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--45 {
        margin-top: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--50 {
        margin-top: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--55 {
        margin-top: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--60 {
        margin-top: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--65 {
        margin-top: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--70 {
        margin-top: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--75 {
        margin-top: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--80 {
        margin-top: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--85 {
        margin-top: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--90 {
        margin-top: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--95 {
        margin-top: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--100 {
        margin-top: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--105 {
        margin-top: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--110 {
        margin-top: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--115 {
        margin-top: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--120 {
        margin-top: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--125 {
        margin-top: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--130 {
        margin-top: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--135 {
        margin-top: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--140 {
        margin-top: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--145 {
        margin-top: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--150 {
        margin-top: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--155 {
        margin-top: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--160 {
        margin-top: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--165 {
        margin-top: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--170 {
        margin-top: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--175 {
        margin-top: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--180 {
        margin-top: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--185 {
        margin-top: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--190 {
        margin-top: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--195 {
        margin-top: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--200 {
        margin-top: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--205 {
        margin-top: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--210 {
        margin-top: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--215 {
        margin-top: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--220 {
        margin-top: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--225 {
        margin-top: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--230 {
        margin-top: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--235 {
        margin-top: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--240 {
        margin-top: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--245 {
        margin-top: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgt-sp--250 {
        margin-top: calc(250 / var(--design-width) * 100vw) !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: 767px) {
    .mgb-sp--0 {
        margin-bottom: 0 !important;
    }
    .mgb-sp--5 {
        margin-bottom: calc(5 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--10 {
        margin-bottom: calc(10 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--15 {
        margin-bottom: calc(15 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--20 {
        margin-bottom: calc(20 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--25 {
        margin-bottom: calc(25 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--30 {
        margin-bottom: calc(30 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--35 {
        margin-bottom: calc(35 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--40 {
        margin-bottom: calc(40 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--45 {
        margin-bottom: calc(45 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--50 {
        margin-bottom: calc(50 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--55 {
        margin-bottom: calc(55 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--60 {
        margin-bottom: calc(60 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--65 {
        margin-bottom: calc(65 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--70 {
        margin-bottom: calc(70 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--75 {
        margin-bottom: calc(75 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--80 {
        margin-bottom: calc(80 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--85 {
        margin-bottom: calc(85 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--90 {
        margin-bottom: calc(90 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--95 {
        margin-bottom: calc(95 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--100 {
        margin-bottom: calc(100 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--105 {
        margin-bottom: calc(105 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--110 {
        margin-bottom: calc(110 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--115 {
        margin-bottom: calc(115 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--120 {
        margin-bottom: calc(120 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--125 {
        margin-bottom: calc(125 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--130 {
        margin-bottom: calc(130 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--135 {
        margin-bottom: calc(135 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--140 {
        margin-bottom: calc(140 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--145 {
        margin-bottom: calc(145 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--150 {
        margin-bottom: calc(150 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--155 {
        margin-bottom: calc(155 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--160 {
        margin-bottom: calc(160 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--165 {
        margin-bottom: calc(165 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--170 {
        margin-bottom: calc(170 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--175 {
        margin-bottom: calc(175 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--180 {
        margin-bottom: calc(180 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--185 {
        margin-bottom: calc(185 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--190 {
        margin-bottom: calc(190 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--195 {
        margin-bottom: calc(195 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--200 {
        margin-bottom: calc(200 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--205 {
        margin-bottom: calc(205 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--210 {
        margin-bottom: calc(210 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--215 {
        margin-bottom: calc(215 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--220 {
        margin-bottom: calc(220 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--225 {
        margin-bottom: calc(225 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--230 {
        margin-bottom: calc(230 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--235 {
        margin-bottom: calc(235 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--240 {
        margin-bottom: calc(240 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--245 {
        margin-bottom: calc(245 / var(--design-width) * 100vw) !important;
    }
    .mgb-sp--250 {
        margin-bottom: calc(250 / var(--design-width) * 100vw) !important;
    }
}