@charset "UTF-8";
/* ---------------------------------------------
*   l-wrapper
--------------------------------------------- */
.l-wrapper {
    position: relative;
}

/* ---------------------------------------------
*   l-header
--------------------------------------------- */
.l-header {
    height: calc(var(--fixed-header-height) * 1px);
    max-width: calc(var(--contents-width) * 1px);
    margin-inline: auto;
    padding-block: 24px;
    padding-inline: 14px;
}
@media screen and (max-width: 767px) {
    .l-header {
        height: calc(var(--fixed-header-height) / var(--design-width) * 100vw);
        padding-block: calc(29 / var(--design-width) * 100vw);
        padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
    }
}
.l-header__logo {
    display: block;
    width: 160px;
}
.l-header__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
    .l-header__logo {
        transition: opacity var(--hover-duration);
    }
    .l-header__logo:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .l-header__logo {
        width: calc(160 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-container
--------------------------------------------- */
.l-container {
    max-width: calc(var(--contents-width) * 1px);
    margin-inline: auto;
    padding-inline: calc(var(--contents-side-padding) * 1px);
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .l-container {
        max-width: none;
        padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-container-wide
--------------------------------------------- */
.l-container-wide {
    position: relative;
    max-width: calc(var(--contents-width) * 1px + var(--contents-side-padding) * 2px);
    margin-inline: auto;
    padding-inline: calc(var(--contents-side-padding) * 1px);
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .l-container-wide {
        max-width: none;
        padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-bg-pattern
--------------------------------------------- */
.l-bg-pattern {
    background: url(../img/bg_pattern.png) top center repeat;
    background-size: 1200px 1200px;
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .l-bg-pattern {
        background: url(../img/sp/bg_pattern.png) top center repeat;
        background-size: calc(1200 / var(--design-width) * 100vw) calc(1200 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-bg-dot
--------------------------------------------- */
.l-bg-dot {
    position: relative;
}
.l-bg-dot::before {
    content: "";
    position: absolute;
    top: 106px;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/bg_pattern.png) top center repeat;
    background-size: 1200px 1200px;
}
@media screen and (max-width: 767px) {
    .l-bg-dot::before {
        background: url(../img/sp/bg_pattern.png) top center repeat;
        background-size: calc(1200 / var(--design-width) * 100vw) calc(1200 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-footer
--------------------------------------------- */
.l-footer {
    padding-block: 0 112px;
}
@media screen and (max-width: 767px) {
    .l-footer {
        padding-block: 0 calc(180 / var(--design-width) * 100vw);
    }
}
.l-footer__nav {
    padding-block: 22px 25px;
    background-color: var(--color-white-1);
}
@media screen and (max-width: 767px) {
    .l-footer__nav {
        padding-block: calc(43 / var(--design-width) * 100vw) calc(50 / var(--design-width) * 100vw);
    }
}
.l-footer__copyright {
    padding-block: 13px;
    color: var(--color-white-1);
    font-size: 12px;
    font-weight: 300;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .l-footer__copyright {
        padding-block: calc(33 / var(--design-width) * 100vw);
        font-size: calc(26 / var(--design-width) * 100vw);
    }
}

/*  l-footer-nav
--------------------------------------------- */
.l-footer-nav__list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 3.1rem;
}
@media screen and (max-width: 767px) {
    .l-footer-nav__list {
        display: block;
        padding-inline: calc(18 / var(--design-width) * 100vw);
    }
}
.l-footer-nav__list + .l-footer-nav__list {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .l-footer-nav__list + .l-footer-nav__list {
        margin-top: 0.5rem;
    }
}
@media screen and (max-width: 767px) {
    .l-footer-nav__item + .l-footer-nav__item {
        margin-top: 0.5rem;
    }
}
.l-footer-nav__link {
    position: relative;
    color: var(--color-base-1);
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    padding-right: 24px;
    white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-nav__link:hover {
        text-decoration: underline;
    }
}
@media screen and (max-width: 767px) {
    .l-footer-nav__link {
        padding-right: calc(43 / var(--design-width) * 100vw);
        font-size: calc(26 / var(--design-width) * 100vw);
    }
}
.l-footer-nav__link::before {
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    display: block;
    width: 18px;
    aspect-ratio: 19/13;
    background: url(../img/icon_outlink-2-bk.png) center center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .l-footer-nav__link::before {
        width: calc(25 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   l-footer-pagetop
--------------------------------------------- */
.l-footer-pagetop {
    position: sticky;
    margin-inline: auto;
    max-width: calc(var(--contents-width) * 1px + var(--contents-side-padding) * 2px);
    bottom: 145px;
    z-index: 100;
}
@media screen and (max-width: 767px) {
    .l-footer-pagetop {
        bottom: calc(230 / var(--design-width) * 100vw);
        max-width: none;
    }
}
.l-footer-pagetop__btn {
    position: absolute;
    width: 54px;
    aspect-ratio: 1/1;
    bottom: -25px;
    right: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}
.l-footer-pagetop__btn img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .l-footer-pagetop__btn {
        bottom: calc(-40 / var(--design-width) * 100vw);
        right: calc(25 / var(--design-width) * 100vw);
        width: calc(80 / var(--design-width) * 100vw);
    }
}
.l-footer-pagetop__btn.is-show {
    visibility: visible;
    opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
    .l-footer-pagetop__btn {
        transition: opacity var(--hover-duration);
    }
    .l-footer-pagetop__btn:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

.c-banner {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    width: 100%;
    padding: 15px;
    background-color: rgba(51, 51, 51, 0.8);
}
.c-banner__note {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3888888889;
    text-align: center;
    color: var(--color-white-1);
    margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
    .c-banner__note {
        font-size: calc(24 / var(--design-width) * 100vw);
        margin-bottom: 2vw;
    }
}
.c-banner__note strong {
    color: var(--color-yellow-1);
}
.c-banner__list {
    max-width: calc(var(--contents-width) * 1px + 30px);
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 4px;
}
@media screen and (max-width: 767px) {
    .c-banner__list {
        max-width: none;
        gap: calc(8 / var(--design-width) * 100vw);
    }
}
.c-banner__item {
    width: calc((100% - 8px) / 3);
    flex-shrink: 0;
}
@media screen and (max-width: 767px) {
    .c-banner__item {
        width: calc((100% - 1vw) / 3);
    }
}
.c-banner__link {
    position: relative;
    padding: 14px 20px 14px;
    display: grid;
    place-items: center;
    border-radius: 999px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5555555556;
    background: linear-gradient(90deg, rgb(250, 15, 19) 0%, rgb(255, 74, 236) 100%);
    width: 100%;
    white-space: nowrap;
    text-align: center;
}
.c-banner__link {
    background: linear-gradient(90deg, rgb(204, 0, 51) 0%, rgb(204, 0, 51) 100%);
}
.c-banner__link--brown {
    background: linear-gradient(90deg, rgb(93, 59, 58) 0%, rgb(93, 59, 58) 100%);
}
.c-banner__link--blue {
    background: linear-gradient(90deg, rgb(25, 0, 255) 0%, rgb(26, 188, 156) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}
@media (hover: hover) and (pointer: fine) {
    .c-banner__link {
        transition: opacity var(--hover-duration);
    }
    .c-banner__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .c-banner__link {
        padding: calc(28 / var(--design-width) * 100vw) calc(5 / var(--design-width) * 100vw) calc(27 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.25;
    }
}
.c-banner__link::before {
    content: "";
    position: absolute;
    right: 30px;
    display: inline-block;
    vertical-align: middle;
    color: var(--color-white-1);
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 0.1em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateX(-25%) rotate(45deg);
}
@media screen and (max-width: 767px) {
    /*
    .c-banner__link::before {
        right: calc(38 / var(--design-width) * 100vw);
    }
    */
    .c-banner__link::before {
        content: none;
    }
}
.c-banner__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border-radius: 50%;
    border: 1px solid var(--color-white-1);
    display: block;
    width: 30px;
    aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
    /*
    .c-banner__link::after {
        right: calc(30 / var(--design-width) * 100vw);
        width: calc(30 / var(--design-width) * 100vw);
    }
    */
    .c-banner__link::after {
        content: none;
    }
}

/* ---------------------------------------------
*   c-submenu
--------------------------------------------- */
.c-banner__item:first-child {
    position: relative;
}
.c-submenu {
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 8px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    min-width: 300px;
    z-index: 1001;
}
.c-submenu.is-active {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-2px);
}
.c-submenu::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    border: 8px solid transparent;
    border-top-color: white;
}
.c-submenu__list {
    list-style: none;
    padding: 8px;
}
.c-submenu__item {
    margin: 0;
}
.c-submenu__item:not(:last-child) {
    border-bottom: 1px solid #e0e0e0;
}
.c-submenu__link {
    display: block;
    padding: 12px 16px;
    color: #333;
    text-decoration: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}
.c-submenu__link:hover {
    background-color: #f0f8ff;
    color: #0066cc;
}
@media screen and (max-width: 767px) {
    .c-submenu {
        position: absolute;
        bottom: 100%;
        left: 0;
        transform: translateX(0);
        margin-bottom: 8px;
        width: max-content;
        min-width: 200px;
        max-width: 280px;
    }
    .c-submenu.is-active {
        transform: translateX(0) translateY(-2px);
    }
    .c-submenu::after {
        left: 25%;
        transform: translateX(-50%);
    }
    .c-submenu__link {
        font-size: calc(26 / var(--design-width) * 100vw);
        padding: calc(24 / var(--design-width) * 100vw) calc(32 / var(--design-width) * 100vw);
    }
    .c-submenu__link {
        font-size: calc(26 / var(--design-width) * 100vw);
        padding: calc(24 / var(--design-width) * 100vw) calc(32 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-banner-renew
--------------------------------------------- */
.c-banner-renew {
    background-color: rgba(51, 51, 51, 0.64);
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    padding: 15px;
    width: 100%;
}
.c-banner-renew__lead {
    position: relative;
    padding-inline: 18px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 16px;
    font-weight: bold;
    margin-inline: auto;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
    .c-banner-renew__lead {
        padding-inline: calc(20 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-banner-renew__lead::before, .c-banner-renew__lead::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 2px;
    height: 21px;
    background-color: var(--color-white-1);
    text-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
    .c-banner-renew__lead::before, .c-banner-renew__lead::after {
        top: calc(3 / var(--design-width) * 100vw);
        width: calc(2 / var(--design-width) * 100vw);
        height: calc(30 / var(--design-width) * 100vw);
    }
}
.c-banner-renew__lead::before {
    left: 0;
    transform: rotate(-33deg);
    transform-origin: bottom left;
}
.c-banner-renew__lead::after {
    right: 0;
    transform: rotate(33deg);
    transform-origin: bottom left;
}
.c-banner-renew__btn {
    position: relative;
    margin-top: 8px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-red-1);
    color: var(--color-white-1);
    border-radius: 4px;
    padding: 11px 43px;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5555555556;
    width: -moz-fit-content;
    width: fit-content;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
@media (hover: hover) and (pointer: fine) {
    .c-banner-renew__btn {
        transition: opacity var(--hover-duration);
    }
    .c-banner-renew__btn:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .c-banner-renew__btn {
        padding: calc(16 / var(--design-width) * 100vw) calc(139 / var(--design-width) * 100vw) calc(19 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        margin-top: calc(7 / var(--design-width) * 100vw);
        max-width: none;
        border-radius: calc(4 / var(--design-width) * 100vw);
    }
}
.c-banner-renew__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 13px;
    display: block;
    width: 9px;
    aspect-ratio: 19/13;
    background: url(../img/icon_outlink-2.png) center center no-repeat;
    background: contain;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .c-banner-renew__btn::after {
        right: calc(26 / var(--design-width) * 100vw);
        width: calc(18 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-block-intro
--------------------------------------------- */
.c-block-intro {
    padding-block: 0px 62px;
}
@media screen and (max-width: 767px) {
    .c-block-intro {
        padding-block: calc(32 / var(--design-width) * 100vw) calc(66 / var(--design-width) * 100vw);
    }
}
.c-block-intro__caution {
    text-align: center;
    margin-block: 0 30px;
}
@media screen and (max-width: 767px) {
    .c-block-intro__caution {
        margin-block: 0 calc(30 / var(--design-width) * 100vw);
    }
}
.c-block-intro__wh-b {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .c-block-intro__wh-b {
        font-size: calc(28 / var(--design-width) * 100vw);
    }
}
.c-block-intro__wh-small {
    color: var(--color-white-1);
}
.c-block-intro__caution-link {
    display: inline-block;
    color: var(--color-blue-1);
}
@media (hover: hover) and (pointer: fine) {
    .c-block-intro__caution-link:hover {
        text-decoration: underline;
    }
}
.c-block-intro__caution-link[target=_blank] {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 20px;
}
@media screen and (max-width: 767px) {
    .c-block-intro__caution-link[target=_blank] {
        padding-right: calc(33 / var(--design-width) * 100vw);
    }
}
.c-block-intro__caution-link[target=_blank]::after {
    content: "";
    position: absolute;
    top: 53%;
    right: 3px;
    display: block;
    width: 13px;
    aspect-ratio: 18/12;
    -webkit-mask: url(../img/icon_outlink-3.svg) center center no-repeat;
            mask: url(../img/icon_outlink-3.svg) center center no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: var(--color-blue-1);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .c-block-intro__caution-link[target=_blank]::after {
        width: calc(22 / var(--design-width) * 100vw);
    }
}
.c-block-intro__ttl {
    display: block;
    width: 577px;
    margin-inline: auto;
}
.c-block-intro__ttl img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .c-block-intro__ttl {
        width: calc(558 / var(--design-width) * 100vw);
    }
}
.c-block-intro__body {
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .c-block-intro__body {
        margin-top: calc(21 / var(--design-width) * 100vw);
    }
}
.c-block-intro__lead {
    display: block;
    max-width: 277px;
    margin-inline: auto;
    margin-top: 30px;
}
.c-block-intro__lead img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .c-block-intro__lead {
        width: calc(283 / var(--design-width) * 100vw);
        margin-top: 0;
        transform: none;
    }
}
.c-block-intro__lead-wh {
    margin-top: 20px;
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-block-intro__lead-wh {
        font-size: calc(30 / var(--design-width) * 100vw);
        margin-top: calc(17 / var(--design-width) * 100vw);
    }
}
.c-block-intro__note-wrap {
    max-width: 680px;
    margin-inline: auto;
    margin-top: 20px;
}
@media screen and (max-width: 767px) {
    .c-block-intro__note-wrap {
        max-width: none;
        margin-top: calc(27 / var(--design-width) * 100vw);
    }
}
.c-block-intro__note-wrap--2 {
    border: 2px solid var(--color-black-1);
    padding: 10px;
    margin-top: 30px;
    background-color: var(--color-yellow-1);
    color: var(--color-base-1);
}
@media screen and (max-width: 767px) {
    .c-block-intro__note-wrap--2 {
        padding: calc(15 / var(--design-width) * 100vw);
        margin-top: calc(45 / var(--design-width) * 100vw);
    }
}
.c-block-intro__note-lead {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.3888888889;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-block-intro__note-lead {
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-block-intro__note-lead::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.c-block-intro__notes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .c-block-intro__notes {
        display: block;
        margin-top: calc(8 / var(--design-width) * 100vw);
        width: -moz-fit-content;
        width: fit-content;
        margin-inline: auto;
    }
}
.c-block-intro__note {
    position: relative;
    padding-left: 25px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.3888888889;
}
@media screen and (max-width: 767px) {
    .c-block-intro__note {
        padding-left: calc(35 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-block-intro__note::before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}
.c-block-intro__note--2 {
    display: inline-block;
    padding-left: 16px;
    font-size: 13px;
}
@media screen and (max-width: 767px) {
    .c-block-intro__note--2 {
        display: block;
        padding-left: calc(20 / var(--design-width) * 100vw);
        font-size: calc(18 / var(--design-width) * 100vw);
    }
}
.c-block-intro__note-link {
    position: relative;
    color: var(--color-yellow-1);
    display: inline-block;
    padding-right: 1em;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-intro__note-link:hover {
        text-decoration: underline;
    }
}
.c-block-intro__note-link::after {
    content: "";
    position: absolute;
    top: 55%;
    right: 0;
    display: block;
    width: 20px;
    aspect-ratio: 1/1;
    -webkit-mask: url(../img/icon_outlink.svg) 0 0 no-repeat;
            mask: url(../img/icon_outlink.svg) 0 0 no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: var(--color-yellow-1);
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .c-block-intro__note-link::after {
        right: -0.3em;
    }
}
.c-block-intro__foot {
    margin-bottom: 55px;
}
.c-block-intro__bottom-txt {
    padding-block: 0 37px;
    display: block;
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5555555556;
    background: url(../img/img_intro_border.png) center bottom no-repeat;
    background-size: 100% 20px;
    text-align: center;
    margin-inline: auto;
    width: -moz-fit-content;
    width: fit-content;
}
@media screen and (max-width: 767px) {
    .c-block-intro__bottom-txt {
        padding-block: 0 calc(37 / var(--design-width) * 100vw);
        font-size: calc(46 / var(--design-width) * 100vw);
        background: url(../img/img_intro_border.png) 1vw bottom no-repeat;
        background-size: 97% calc(20 / var(--design-width) * 100vw);
    }
}
.c-block-intro__anchor-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 7px;
    margin-top: 38px;
}
@media screen and (max-width: 767px) {
    .c-block-intro__anchor-list {
        grid-template-columns: repeat(2, 1fr);
        gap: calc(10 / var(--design-width) * 100vw);
        margin-top: calc(33 / var(--design-width) * 100vw);
    }
}
.c-block-intro__anchor-list-item {
    display: contents;
}
.c-block-intro__anchor-list-link {
    position: relative;
    padding: 18px 8px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    gap: 18px;
    border-radius: 6px;
    color: var(--color-base-1);
    font-size: 20px;
    font-weight: 900;
    line-height: 1.3;
    text-align: center;
    background-color: var(--color-white-1);
}
@media (hover: hover) and (pointer: fine) {
    .c-block-intro__anchor-list-link {
        transition: opacity var(--hover-duration);
    }
    .c-block-intro__anchor-list-link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .c-block-intro__anchor-list-link {
        padding: calc(27 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw);
        gap: calc(15 / var(--design-width) * 100vw);
        border-radius: calc(6 / var(--design-width) * 100vw);
        font-size: calc(30 / var(--design-width) * 100vw);
        min-height: calc(168 / var(--design-width) * 100vw);
    }
}
.c-block-intro__anchor-list-logo {
    display: block;
    margin-inline: auto;
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .c-block-intro__anchor-list-logo {
        margin-top: calc(25 / var(--design-width) * 100vw);
    }
}
.c-block-intro__anchor-list-logo--docomo {
    max-width: calc(135 / 194 * 100%);
}
@media screen and (max-width: 767px) {
    .c-block-intro__anchor-list-logo--docomo {
        max-width: calc(203 / 291 * 100%);
    }
}
.c-block-intro__anchor-list-logo--poikatsu {
    width: 100%;
}
.c-block-intro__anchor-list-arrow {
    display: block;
    width: 20px;
    aspect-ratio: 1/1;
    margin-inline: auto;
    background: url(../img/icon_arrow-circle.svg) 0 0 no-repeat;
    background-size: contain;
}
@media screen and (max-width: 767px) {
    .c-block-intro__anchor-list-arrow {
        width: calc(34 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-block-plan
--------------------------------------------- */
.c-block-plan__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
@media screen and (max-width: 767px) {
    .c-block-plan__list {
        gap: calc(10 / var(--design-width) * 100vw);
    }
}
.c-block-plan__item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-block-plan__lemio {
    padding: 28px 10px;
    margin-top: 10px;
    border: 2px solid var(--color-red-2);
    border-radius: 4px;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-block-plan__lemio {
        padding: calc(43 / var(--design-width) * 100vw) calc(47 / var(--design-width) * 100vw) calc(53 / var(--design-width) * 100vw);
        margin-top: calc(14 / var(--design-width) * 100vw);
        border-width: calc(2 / var(--design-width) * 100vw);
        border-radius: calc(4 / var(--design-width) * 100vw);
    }
}
.c-block-plan__lemio-wh {
    display: block;
    font-size: 20px;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
    .c-block-plan__lemio-wh {
        font-size: calc(28 / var(--design-width) * 100vw);
    }
}
.c-block-plan__lemio-st {
    position: relative;
    display: block;
    color: var(--color-red-2);
    font-size: 28px;
    font-weight: bold;
    line-height: 1.6428571429;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-block-plan__lemio-st {
        margin-top: calc(8 / var(--design-width) * 100vw);
        font-size: calc(36 / var(--design-width) * 100vw);
        line-height: 1.077778;
    }
}
.c-block-plan__lemio-st sup {
    position: absolute;
    top: -0.5em;
    right: -2.1em;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.8333333333;
}
@media screen and (max-width: 767px) {
    .c-block-plan__lemio-st sup {
        top: 0em;
        right: -1.9em;
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}
.c-block-plan__lemio-small {
    display: inline-block;
    font-size: 18px;
    line-height: 2.5555555556;
    margin-inline: -7px;
}
@media screen and (max-width: 767px) {
    .c-block-plan__lemio-small {
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.6428571429;
        margin-inline: calc(-10 / var(--design-width) * 100vw);
    }
}
.c-block-plan__link {
    display: block;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .c-block-plan__link {
        transition: opacity var(--hover-duration);
    }
    .c-block-plan__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/* ---------------------------------------------
*   c-box-howto
--------------------------------------------- */
.c-box-howto {
    padding: 31px 20px 40px;
    background-color: var(--color-black-3);
}
@media screen and (max-width: 767px) {
    .c-box-howto {
        padding: calc(31 / var(--design-width) * 100vw) calc(36 / var(--design-width) * 100vw) calc(50 / var(--design-width) * 100vw);
    }
}
.c-box-howto__container {
    max-width: 599px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-box-howto__container {
        max-width: none;
    }
}
.c-box-howto__lead {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5555555556;
}
@media screen and (max-width: 767px) {
    .c-box-howto__lead {
        font-size: calc(26 / var(--design-width) * 100vw);
    }
}
.c-box-howto__txt {
    display: inline-block;
    font-size: 16px;
    line-height: 1.75;
    margin-block: 7px 17px;
}
@media screen and (max-width: 767px) {
    .c-box-howto__txt {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
        margin-block: calc(18 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-box-feature
--------------------------------------------- */
.c-box-feature {
    max-width: calc(var(--contents-width) * 1px);
    margin-inline: auto;
    padding-inline: calc(var(--contents-side-padding) * 1px);
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .c-box-feature {
        max-width: none;
        padding-inline: 0;
    }
}
.c-box-feature__inner-bg {
    padding: 24px 20px 44px;
    background: url(../img/bg_feature.png) center center no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .c-box-feature__inner-bg {
        padding: calc(57 / var(--design-width) * 100vw) calc(61 / var(--design-width) * 100vw) calc(62 / var(--design-width) * 100vw);
        background: url(../img/sp/bg_feature.png) center center no-repeat;
        background-size: cover;
    }
}
.c-box-feature__inner {
    max-width: 598px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-box-feature__inner {
        max-width: none;
    }
}
.c-box-feature__lead {
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5454545455;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-box-feature__lead {
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 1.3076923077;
    }
}
.c-box-feature__txt-bg {
    position: relative;
    padding: 6px 5px 7px;
    display: block;
    width: calc(100% - 60px);
    color: var(--color-base-1);
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-inline: auto;
    background-color: var(--color-yellow-1);
    margin-top: 18px;
}
@media screen and (max-width: 767px) {
    .c-box-feature__txt-bg {
        padding: 0 calc(26 / var(--design-width) * 100vw);
        width: -moz-fit-content;
        width: fit-content;
        font-size: calc(38 / var(--design-width) * 100vw);
        margin-top: calc(24 / var(--design-width) * 100vw);
    }
}
.c-box-feature__txt-bg::before, .c-box-feature__txt-bg::after {
    content: "";
    position: absolute;
    top: 0;
    width: 31px;
    height: 100%;
    background-color: var(--color-yellow-1);
}
@media screen and (max-width: 767px) {
    .c-box-feature__txt-bg::before, .c-box-feature__txt-bg::after {
        width: calc(21 / var(--design-width) * 100vw);
    }
}
.c-box-feature__txt-bg--left {
    margin-left: 0;
    transform: translateX(6.6vw);
}
.c-box-feature__txt-bg--right {
    margin-right: 0;
    margin-top: calc(9 / var(--design-width) * 100vw);
}
.c-box-feature__txt-bg::before {
    left: -31px;
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
    .c-box-feature__txt-bg::before {
        left: calc(-20 / var(--design-width) * 100vw);
    }
}
.c-box-feature__txt-bg::after {
    right: -31px;
    background-color: var(--color-yellow-1);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
    .c-box-feature__txt-bg::after {
        right: calc(-20 / var(--design-width) * 100vw);
    }
}
.c-box-feature__txt-bg-img {
    display: block;
    margin-inline: auto;
    margin-top: 20px;
    width: 596px;
}
@media screen and (max-width: 767px) {
    .c-box-feature__txt-bg-img {
        width: calc(526 / var(--design-width) * 100vw);
        margin-top: calc(20 / var(--design-width) * 100vw);
    }
}
.c-box-feature__btns {
    margin-top: 26px;
}
@media screen and (max-width: 767px) {
    .c-box-feature__btns {
        margin-top: calc(46 / var(--design-width) * 100vw);
    }
}
.c-box-feature__btns .c-btn-1 {
    margin-top: 19px;
}
@media screen and (max-width: 767px) {
    .c-box-feature__btns .c-btn-1 {
        margin-top: calc(22 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-box-plan
--------------------------------------------- */
.c-box-plan {
    padding-block: 42px 45px;
    max-width: 670px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-box-plan {
        padding-block: calc(43 / var(--design-width) * 100vw) calc(30 / var(--design-width) * 100vw);
        max-width: none;
    }
}
.c-box-plan--p0 {
    padding-bottom: 0;
}
.c-box-plan__ttl {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-box-plan__ttl {
        font-size: calc(32 / var(--design-width) * 100vw);
    }
}
.c-box-plan__ttl--small {
    font-size: 28px;
    line-height: 1.2142857143;
    margin-top: 8px;
}
@media screen and (max-width: 767px) {
    .c-box-plan__ttl--small {
        font-size: calc(28 / var(--design-width) * 100vw);
        margin-top: calc(18 / var(--design-width) * 100vw);
    }
}
.c-box-plan__ttl--x-small {
    font-size: 22px;
    line-height: 1.3;
}
@media screen and (max-width: 767px) {
    .c-box-plan__ttl--x-small {
        font-size: calc(22 / var(--design-width) * 100vw);
    }
}
.c-box-plan__list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin-top: 42px;
}
@media screen and (max-width: 767px) {
    .c-box-plan__list {
        gap: calc(6 / var(--design-width) * 100vw);
        margin-top: calc(43 / var(--design-width) * 100vw);
    }
}
.c-box-plan__item {
    width: calc((100% - 16px) / 3);
    flex-shrink: 0;
    border-radius: 4px;
    border: 2px solid var(--color-white-1);
    overflow: hidden;
}
@media screen and (max-width: 767px) {
    .c-box-plan__item {
        width: calc((100% - 0.0166666667vw) / 3);
        border-radius: calc(4 / var(--design-width) * 100vw);
        border-width: calc(2 / var(--design-width) * 100vw);
    }
}
.c-box-plan__item--1col {
    width: 100%;
}
.c-box-plan__term {
    position: relative;
    padding: 10px 5px;
    display: block;
    color: var(--color-yellow-1);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5454545455;
    background-color: var(--color-base-1);
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-box-plan__term {
        padding: calc(12 / var(--design-width) * 100vw) calc(5 / var(--design-width) * 100vw) calc(11 / var(--design-width) * 100vw);
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.3076923077;
    }
}
.c-box-plan__term--wh {
    color: var(--color-white-1);
}
.c-box-plan__term span {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
.c-box-plan__term span sup {
    position: absolute;
    top: -0.5em;
    right: -2.1em;
    font-size: 12px;
    font-weight: 300;
    line-height: 2.8333333333;
}
@media screen and (max-width: 767px) {
    .c-box-plan__term span sup {
        top: 0em;
        right: -1.9em;
        font-size: calc(18 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}
.c-box-plan__place {
    padding: 12px 5px 13px;
    display: block;
    background-color: var(--color-white-1);
    color: var(--color-base-1);
    font-size: 18px;
    font-weight: bold;
    line-height: 1.588889;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-box-plan__place {
        padding: calc(18 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}
.c-box-plan__place-st {
    font-size: 30px;
    line-height: 1.1333333333;
}
@media screen and (max-width: 767px) {
    .c-box-plan__place-st {
        font-size: calc(34 / var(--design-width) * 100vw);
        line-height: 1;
    }
}
.c-box-plan__lead {
    margin-top: 25px;
    display: block;
    font-size: 28px;
    font-weight: bold;
    line-height: 1.3571428571;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-box-plan__lead {
        margin-top: calc(29 / var(--design-width) * 100vw);
        font-size: calc(32 / var(--design-width) * 100vw);
        line-height: 1.4375;
    }
}
.c-box-plan__lead-small {
    display: inline-block;
    font-size: 18px;
    line-height: 2.1111111111;
}
@media screen and (max-width: 767px) {
    .c-box-plan__lead-small {
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 1.7692307692;
    }
}
.c-box-plan__logo {
    margin-top: 28px;
    margin-inline: auto;
    width: 86px;
}
.c-box-plan__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .c-box-plan__logo {
        margin-top: calc(25 / var(--design-width) * 100vw);
        width: calc(94 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-box-value
--------------------------------------------- */
.c-box-value {
    text-align: center;
    font-weight: bold;
    padding-block: 0 38px;
}
@media screen and (max-width: 767px) {
    .c-box-value {
        padding-block: 0 calc(38 / var(--design-width) * 100vw);
    }
}
.c-box-value__sarani {
    position: relative;
    padding-inline: 37px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-box-value__sarani {
        padding-inline: calc(31 / var(--design-width) * 100vw);
        font-size: calc(26 / var(--design-width) * 100vw);
    }
}
.c-box-value__sarani::before, .c-box-value__sarani::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 2px;
    height: 28px;
    background-color: var(--color-white-1);
}
@media screen and (max-width: 767px) {
    .c-box-value__sarani::before, .c-box-value__sarani::after {
        top: calc(8 / var(--design-width) * 100vw);
        width: calc(2 / var(--design-width) * 100vw);
        height: calc(28 / var(--design-width) * 100vw);
    }
}
.c-box-value__sarani::before {
    left: 0;
    transform: rotate(-33deg);
    transform-origin: bottom left;
}
.c-box-value__sarani::after {
    right: 0;
    transform: rotate(33deg);
    transform-origin: bottom left;
}
.c-box-value__ttl-txt {
    display: inline-block;
    font-size: 28px;
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .c-box-value__ttl-txt {
        font-size: calc(28 / var(--design-width) * 100vw);
        margin-top: calc(8 / var(--design-width) * 100vw);
    }
}
.c-box-value__graf {
    margin-top: 22px;
    display: block;
    width: 100%;
}
.c-box-value__graf img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .c-box-value__graf {
        margin-top: calc(18 / var(--design-width) * 100vw);
    }
}
.c-box-value__btn {
    max-width: 598px;
    margin-inline: auto;
    margin-top: 29px;
}
@media screen and (max-width: 767px) {
    .c-box-value__btn {
        max-width: none;
        margin-top: calc(40 / var(--design-width) * 100vw);
        width: calc(584 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-box-point
--------------------------------------------- */
.c-box-point {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-box-point {
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-box-point__kangen {
    display: block;
    width: 100%;
}
.c-box-point__kangen img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-box-point__term {
    padding: 15px 15px 13px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5454545455;
    text-align: center;
    border-radius: 4px;
    background-color: var(--color-yellow-3);
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-box-point__term {
        padding: calc(10 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
        border-radius: calc(4 / var(--design-width) * 100vw);
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-box-entry
--------------------------------------------- */
.c-box-entry__lead {
    position: relative;
    padding-inline: 24px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 24px;
    font-weight: bold;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-box-entry__lead {
        padding-inline: calc(31 / var(--design-width) * 100vw);
        font-size: calc(26 / var(--design-width) * 100vw);
    }
}
.c-box-entry__lead::before, .c-box-entry__lead::after {
    content: "";
    position: absolute;
    top: 0;
    display: block;
    width: 2px;
    height: 34px;
    background-color: var(--color-white-1);
}
@media screen and (max-width: 767px) {
    .c-box-entry__lead::before, .c-box-entry__lead::after {
        top: calc(-1 / var(--design-width) * 100vw);
        width: calc(2 / var(--design-width) * 100vw);
        height: calc(37 / var(--design-width) * 100vw);
    }
}
.c-box-entry__lead::before {
    left: 0;
    transform: rotate(-33deg);
    transform-origin: bottom left;
}
.c-box-entry__lead::after {
    right: 0;
    transform: rotate(33deg);
    transform-origin: bottom left;
}
.c-box-entry__btn {
    position: relative;
    margin-top: 33px;
    margin-inline: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--color-red-1);
    color: var(--color-white-1);
    border-radius: 999px;
    padding: 28px 60px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1724137931;
    max-width: 600px;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.4);
}
@media (hover: hover) and (pointer: fine) {
    .c-box-entry__btn {
        transition: opacity var(--hover-duration);
    }
    .c-box-entry__btn:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .c-box-entry__btn {
        padding: calc(32 / var(--design-width) * 100vw) calc(112 / var(--design-width) * 100vw);
        font-size: calc(30 / var(--design-width) * 100vw);
        margin-top: calc(27 / var(--design-width) * 100vw);
        max-width: none;
        width: calc(559 / var(--design-width) * 100vw);
        border-radius: calc(4 / var(--design-width) * 100vw);
    }
}
.c-box-entry__btn::after {
    content: "";
    position: absolute;
    top: 53%;
    right: 34px;
    display: block;
    width: 18px;
    aspect-ratio: 19/13;
    background: url(../img/icon_outlink-2.png) center center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .c-box-entry__btn::after {
        top: 50%;
        right: calc(32 / var(--design-width) * 100vw);
        width: calc(18 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-btn-1
--------------------------------------------- */
.c-btn-1 {
    position: relative;
    padding: 23px 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--color-white-1);
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
    border-radius: 999px;
    border: 1px solid;
    width: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .c-btn-1 {
        transition: opacity var(--hover-duration);
    }
    .c-btn-1:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .c-btn-1 {
        padding: calc(24 / var(--design-width) * 100vw) calc(60 / var(--design-width) * 100vw);
        font-size: calc(30 / var(--design-width) * 100vw);
    }
}
.c-btn-1::after {
    content: "";
    position: absolute;
    top: 53%;
    right: 34px;
    display: block;
    width: 18px;
    aspect-ratio: 19/13;
    background: url(../img/icon_outlink-2.png) center center no-repeat;
    background-size: contain;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .c-btn-1::after {
        top: 50%;
        right: calc(32 / var(--design-width) * 100vw);
        width: calc(18 / var(--design-width) * 100vw);
    }
}
.c-btn-1--red {
    background: linear-gradient(90deg, rgb(250, 15, 19) 0%, rgb(255, 74, 236) 100%);
    border-color: transparent;
}
.c-btn-1--red {
    background: linear-gradient(90deg, rgb(204, 0, 51) 0%, rgb(204, 0, 51) 100%);
    border-color: transparent;
}
.c-btn-1--red02 {
    background: linear-gradient(90deg, rgb(255, 13, 71) 0%, rgb(255, 13, 71) 100%);
    border-color: transparent;
    padding: 6px 60px;
}
.c-btn-1--brown {
    background: linear-gradient(90deg, rgb(63, 81, 181) 0%, rgb(0, 187, 255) 100%);
    border-color: var(--color-white-1);
}
.c-btn-1--brown {
    background: linear-gradient(90deg, rgb(93, 59, 58) 0%, rgb(93, 59, 58) 100%);
    border-color: transparent;
}
.c-btn-1--white {
    border-color: var(--color-white-1);
}
@media screen and (max-width: 767px) {
    .c-btn-1--white {
        padding-block: calc(15 / var(--design-width) * 100vw);
        font-size: calc(26 / var(--design-width) * 100vw);
    }
    .c-btn-1--red02 {
        background: linear-gradient(90deg, rgb(255, 13, 71) 0%, rgb(255, 13, 71) 100%);
        border-color: transparent;
        padding: calc(3 / var(--design-width) * 100vw) calc(60 / var(--design-width) * 100vw);
        line-height: 1.55;
    }
}
.c-btn-1--gray {
    border-color: var(--color-white-1);
    background-color: var(--color-black-3);
    color: var(--color-white-1);
}
.c-btn-1--contact {
    border-color: var(--color-red-1);
    border-width: 3px;
    width: 511px;
    box-shadow: 3px 3px 12px rgba(0, 0, 0, 0.2);
    color: var(--color-red-1);
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-btn-1--contact {
        padding-inline: calc(40 / var(--design-width) * 100vw);
        border-width: calc(3 / var(--design-width) * 100vw);
        width: 100%;
        box-shadow: calc(3 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw) calc(12 / var(--design-width) * 100vw) rgba(0, 0, 0, 0.2);
    }
}
.c-btn-1--contact::after {
    width: 19px;
    aspect-ratio: 19/13;
    background: url(../img/icon_outlink-3.svg) 0 0 no-repeat;
    background-size: cover;
}
@media screen and (max-width: 767px) {
    .c-btn-1--contact::after {
        width: calc(19 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-btn-1--contact .c-btn-1__txt {
        transform: translateX(-1.7vw);
    }
}
@media screen and (max-width: 767px) {
    .c-btn-1--contact-small {
        padding-block: calc(12 / var(--design-width) * 100vw);
        width: 89%;
    }
}
.c-btn-1--feature {
    background: linear-gradient(90deg, #413d0d 0%, #222 100%);
}
@media screen and (max-width: 767px) {
    .c-btn-1--feature {
        background: linear-gradient(90deg, #413d0d 0%, #222 100%);
    }
}
.c-btn-1--w599 {
    max-width: 599px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-btn-1--w599 {
        max-width: none;
        width: calc(584 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-card
--------------------------------------------- */
/* ---------------------------------------------
*   c-cassette-contact
--------------------------------------------- */
.c-cassette-contact {
    border-radius: 10px 10px 20px 20px;
    border: 4px solid var(--color-red-1);
    background-color: var(--color-white-1);
    max-width: 776px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact {
        border-radius: calc(10 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw);
        border-width: calc(4 / var(--design-width) * 100vw);
        max-width: none;
    }
}
.c-cassette-contact + .c-cassette-contact {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact + .c-cassette-contact {
        margin-top: calc(55 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact--online {
    border-radius: 0;
    border: none;
}
.c-cassette-contact__head {
    border-radius: 5px 5px 0 0;
    padding: 31px;
    background-color: var(--color-red-1);
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__head {
        border-radius: calc(5 / var(--design-width) * 100vw) calc(5 / var(--design-width) * 100vw) 0 0;
        padding: calc(37 / var(--design-width) * 100vw) calc(33 / var(--design-width) * 100vw) calc(33 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__ttl {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__ttl {
        font-size: calc(36 / var(--design-width) * 100vw);
        line-height: 1.5;
    }
}
.c-cassette-contact__body {
    padding: 31px 42px 24px;
    color: var(--color-base-1);
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__body {
        padding: calc(16 / var(--design-width) * 100vw) calc(26 / var(--design-width) * 100vw) calc(47 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__body--staf {
    padding: 31px 42px 54px;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__body--staf {
        padding: calc(51 / var(--design-width) * 100vw) calc(29 / var(--design-width) * 100vw) calc(57 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__body--online {
    padding: 34px 42px 32px;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__body--online {
        padding: calc(25 / var(--design-width) * 100vw) calc(26 / var(--design-width) * 100vw) calc(60 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__txt {
    display: block;
    font-size: 16px;
    line-height: 1.75;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__txt {
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 1.6923076923;
        text-align: left;
    }
}
.c-cassette-contact__lead {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__lead {
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.3571428571;
        text-align: left;
        margin-top: calc(7 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__lead--spcenter {
    color: var(--color-base-1);
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__lead--spcenter {
        text-align: center;
    }
}
.c-cassette-contact__tels {
    padding: 19px 10px 28px;
    border: 2px solid var(--color-gray-2);
    margin-block: 19px 20px;
    text-align: center;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__tels {
        padding: calc(51 / var(--design-width) * 100vw) calc(49 / var(--design-width) * 100vw) calc(29 / var(--design-width) * 100vw);
        border-width: calc(2 / var(--design-width) * 100vw);
        border-radius: calc(6 / var(--design-width) * 100vw);
        margin-block: calc(31 / var(--design-width) * 100vw) calc(27 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__tel {
    display: block;
    color: var(--color-red-1);
    font-size: 54px;
    font-weight: bold;
    line-height: 1.1111111111;
    white-space: nowrap;
}
@media (hover: hover) and (pointer: fine) {
    .c-cassette-contact__tel {
        transition: opacity var(--hover-duration);
    }
    .c-cassette-contact__tel:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__tel {
        font-size: calc(64 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__tel.js-tel-disabled {
    pointer-events: none;
}
.c-cassette-contact__tel-txt {
    display: block;
    color: var(--color-red-1);
    font-size: 28px;
    font-weight: bold;
    line-height: 2.1428571429;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__tel-txt {
        font-size: calc(32 / var(--design-width) * 100vw);
        line-height: 1.875;
    }
}
.c-cassette-contact__tel-txt-small {
    font-size: 20px;
    line-height: 3;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__tel-txt-small {
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 2.3076923077;
    }
}
.c-cassette-contact__tel-note {
    display: block;
    font-size: 12px;
    line-height: 1.6666666667;
    margin-top: 9px;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__tel-note {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
        text-align: left;
        margin-top: calc(29 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__note {
    max-width: 406px;
    margin-inline: auto;
    margin-top: 13px;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__note {
        max-width: none;
        margin-top: calc(26 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__illust {
    display: block;
    max-width: 524px;
    margin-inline: auto;
    margin-block: 0 30px;
}
.c-cassette-contact__illust img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__illust {
        max-width: none;
        width: calc(531 / 559 * 100%);
        margin-block: 0 calc(64 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__illust--online {
    max-width: 412px;
    margin-block: 24px 17px;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__illust--online {
        max-width: none;
        width: calc(412 / var(--design-width) * 100vw);
        margin-inline: auto;
        margin-block: calc(28 / var(--design-width) * 100vw) calc(40 / var(--design-width) * 100vw);
    }
}
.c-cassette-contact__online {
    padding: 29px 10px 47px;
    border: 2px solid var(--color-gray-2);
    margin-block: 0 26px;
    text-align: center;
    border-radius: 6px;
}
@media screen and (max-width: 767px) {
    .c-cassette-contact__online {
        padding: calc(32 / var(--design-width) * 100vw) calc(26 / var(--design-width) * 100vw) calc(51 / var(--design-width) * 100vw);
        border-width: calc(2 / var(--design-width) * 100vw);
        border-radius: calc(6 / var(--design-width) * 100vw);
        margin-block: 0;
    }
}

/* ---------------------------------------------
*   c-cassette-1
--------------------------------------------- */
.c-cassette-1__head {
    padding: 11px 22px;
    border-radius: 4px;
    border: 2px solid var(--color-white-1);
    font-size: 18px;
    line-height: 1.8888888889;
    text-align: center;
    background-color: var(--color-base-1);
}
@media screen and (max-width: 767px) {
    .c-cassette-1__head {
        padding: calc(21 / var(--design-width) * 100vw) calc(19 / var(--design-width) * 100vw);
        border-width: calc(2 / var(--design-width) * 100vw);
        border-radius: calc(4 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}
.c-cassette-1__head.js-acc-trigger {
    position: relative;
    width: 100%;
    color: var(--color-white-1);
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .c-cassette-1__head.js-acc-trigger {
        transition: opacity var(--hover-duration);
    }
    .c-cassette-1__head.js-acc-trigger:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-cassette-1__head.js-acc-trigger::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 22px;
    display: block;
    width: 30px;
    aspect-ratio: 1/1;
    background: url(../img/icon_toggle.png) 0 0 no-repeat;
    background-size: 100% auto;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .c-cassette-1__head.js-acc-trigger::before {
        right: calc(19 / var(--design-width) * 100vw);
        width: calc(36 / var(--design-width) * 100vw);
    }
}
.is-open .c-cassette-1__head.js-acc-trigger::before {
    background: url(../img/icon_toggle_close.png) 0 0 no-repeat;
    background-size: 100% auto;
}

.c-cassette-1__head.js-acc-trigger::after {
    content: "開く";
    position: absolute;
    top: 50%;
    right: calc(22px + 3em);
    display: block;
    font-size: 12px;
    font-weight: 300;
    transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
    .c-cassette-1__head.js-acc-trigger::after {
        right: calc(2.6388888889vw + 2.5em);
        font-size: calc(18 / var(--design-width) * 100vw);
    }
}
.is-open .c-cassette-1__head.js-acc-trigger::after {
    content: "閉じる";
}

.c-cassette-1__body {
    padding-block: 40px 60px;
    padding-inline: 20px;
    border: 2px solid var(--color-white-1);
    border-top: none;
    border-radius: 0 0 4px 4px;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__body {
        padding: calc(20 / var(--design-width) * 100vw) calc(11 / var(--design-width) * 100vw) calc(21 / var(--design-width) * 100vw);
        border-radius: 0 0 calc(4 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw);
        border-width: calc(2 / var(--design-width) * 100vw);
    }
}
.c-cassette-1__body-inner {
    max-width: 642px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-cassette-1__body-inner {
        max-width: none;
    }
}

/* ---------------------------------------------
*   c-cassette-discount
--------------------------------------------- */
.c-cassette-discount + .c-cassette-discount {
    position: relative;
    margin-top: 61px;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount + .c-cassette-discount {
        margin-top: calc(60 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount + .c-cassette-discount::before, .c-cassette-discount + .c-cassette-discount::after {
    content: "";
    position: absolute;
    left: 50%;
    top: -33px;
    display: block;
    width: 30px;
    height: 4px;
    background-color: var(--color-white-1);
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .c-cassette-discount + .c-cassette-discount::before, .c-cassette-discount + .c-cassette-discount::after {
        top: calc(-33 / var(--design-width) * 100vw);
        width: calc(30 / var(--design-width) * 100vw);
        height: calc(4 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount + .c-cassette-discount::after {
    transform: translateX(-50%) rotate(90deg);
}
.c-cassette-discount__head {
    padding: 12px 2.5em 14px;
    background-color: var(--color-white-2);
    border-radius: 4px 4px 0 0;
    text-align: center;
    display: block;
    color: var(--color-red-1);
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5454545455;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__head {
        padding: calc(13 / var(--design-width) * 100vw);
        border-radius: calc(4 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw) 0 0;
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.2142857143;
    }
}
.c-cassette-discount__ttl {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
.c-cassette-discount__ttl sup {
    position: absolute;
    top: -0.5em;
    right: -2.1em;
    color: var(--color-base-1);
    font-size: 12px;
    font-weight: 300;
    line-height: 2.8333333333;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__ttl sup {
        top: 0em;
        right: -1.9em;
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}
.c-cassette-discount__body {
    border-radius: 0 0 4px 4px;
    background-color: var(--color-white-1);
    padding: 13px 30px 23px;
    color: var(--color-base-1);
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__body {
        border-radius: 0 0 calc(4 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw);
        padding: calc(14 / var(--design-width) * 100vw) calc(13 / var(--design-width) * 100vw) calc(19 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount__body--dcard {
    padding: 26px 17px;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__body--dcard {
        padding: calc(26 / var(--design-width) * 100vw) 0;
    }
}
.c-cassette-discount__list-wrap {
    padding-left: calc(127 / 612 * 100%);
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__list-wrap {
        padding-inline: calc(24 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount__list-wrap--wide {
    padding-left: calc(153 / 612 * 100%);
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__list-wrap--wide {
        padding-left: calc(105 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount__list {
    max-width: 412px;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__list {
        max-width: none;
    }
}
.c-cassette-discount__list--dcard {
    max-width: none;
}
.c-cassette-discount__list--dcard .c-cassette-discount__item {
    justify-content: flex-start;
    gap: 24px;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__list--dcard .c-cassette-discount__item {
        gap: calc(4 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount__list--dcard .c-cassette-discount__dt {
    width: calc(256 / 608 * 100%);
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__list--dcard .c-cassette-discount__dt {
        width: calc(256 / var(--design-width) * 100vw);
    }
    .edge .c-cassette-discount__list--dcard .c-cassette-discount__dt {
        width: calc(250 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .edge .c-cassette-discount__list--dcard .c-cassette-discount__sst {
        width: 2.6em;
    }
}
.c-cassette-discount__list--dcard + .c-cassette-discount__list--dcard {
    padding-top: 18px;
    margin-top: 19px;
    background-image: repeating-linear-gradient(90deg, #707070, #707070 3px, transparent 3px, transparent 9px);
    background-position: left top;
    background-repeat: repeat-x;
    background-size: 100% 1px;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__list--dcard + .c-cassette-discount__list--dcard {
        padding-top: calc(16 / var(--design-width) * 100vw);
        margin-top: calc(17 / var(--design-width) * 100vw);
        background-image: repeating-linear-gradient(90deg, #707070, #707070 calc(3 / var(--design-width) * 100vw), transparent calc(3 / var(--design-width) * 100vw), transparent calc(9 / var(--design-width) * 100vw));
    }
}
.c-cassette-discount__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.c-cassette-discount__item + .c-cassette-discount__item {
    margin-top: 6px;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__item + .c-cassette-discount__item {
        margin-top: calc(5 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount__dt {
    width: 5.3em;
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1.7;
    white-space: nowrap;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__dt {
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 1.3076923077;
        width: 5.6em;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__desc {
        transform: translateY(-6%);
    }
}
.c-cassette-discount__sst {
    display: inline-block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1333333333;
    width: 3em;
    flex-shrink: 0;
    white-space: nowrap;
    text-align: right;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__sst {
        font-size: calc(34 / var(--design-width) * 100vw);
        line-height: 1;
    }
}
.c-cassette-discount__small {
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    line-height: 2.125;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__small {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}
.c-cassette-discount__lv1-list {
    width: 100%;
}
.c-cassette-discount__lv1-list-item {
    border-radius: 4px;
    background-color: var(--color-white-2);
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 2px 5px 4px;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__lv1-list-item {
        border-radius: calc(4 / var(--design-width) * 100vw);
        padding: calc(7 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount__lv1-list-item + .c-cassette-discount__lv1-list-item {
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__lv1-list-item + .c-cassette-discount__lv1-list-item {
        margin-top: calc(8 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount__lead {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
    font-size: 22px;
    line-height: 1.4545454545;
    text-align: center;
    margin-top: 16px;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__lead {
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 1.3846153846;
        margin-top: calc(30 / var(--design-width) * 100vw);
    }
}
.c-cassette-discount__lead sup {
    position: absolute;
    top: 2.5em;
    right: -1.8em;
    color: var(--color-base-1);
    font-size: 12px;
    font-weight: 300;
    line-height: 2.8333333333;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__lead sup {
        top: 1.5em;
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__lead ~ .c-btn-1 {
        width: calc(584 / var(--design-width) * 100vw);
        margin-inline: auto;
    }
}
.c-cassette-discount__bold {
    font-weight: bold;
}
.c-cassette-discount__x-small {
    display: inline-block;
    font-size: 16px;
    line-height: 2;
}
@media screen and (max-width: 767px) {
    .c-cassette-discount__x-small {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}

/* ---------------------------------------------
*   c-figure
--------------------------------------------- */
/* ---------------------------------------------
*   c-form
--------------------------------------------- */
/* ---------------------------------------------
*   c-img
--------------------------------------------- */
/* ---------------------------------------------
*   c-kv
--------------------------------------------- */
/* ---------------------------------------------
*   c-link
--------------------------------------------- */
/* ---------------------------------------------
*   c-list-ast
--------------------------------------------- */
.c-list-ast__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.7rem;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
    .c-list-ast__item {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}
.c-list-ast__item--bold {
    font-weight: bold;
    gap: 0.4rem;
}
.c-list-ast__item--red {
    color: #cc0033;
}
.c-list-ast__item--center {
    justify-content: center;
}
.c-list-ast__item--center .c-list-ast__txt {
    text-align: left;
}
.c-list-ast__symble, .c-list-ast__lv1-list-symble {
    flex-shrink: 0;
}
.c-list-ast__symble--2em, .c-list-ast__lv1-list-symble--2em {
    width: 2em;
}
.c-list-ast__lv1-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0.7rem;
}
.c-list-ast a {
    display: inline-block;
    color: var(--color-blue-1);
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-ast a:hover {
        text-decoration: none;
    }
}
.c-list-ast a[target=_blank] {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 20px;
}
.c-list-ast a[target=_blank]::after {
    content: "";
    position: absolute;
    top: 53%;
    right: 3px;
    display: block;
    width: 13px;
    aspect-ratio: 18/12;
    -webkit-mask: url(../img/icon_outlink-3.svg) center center no-repeat;
            mask: url(../img/icon_outlink-3.svg) center center no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: var(--color-blue-1);
    transform: translateY(-50%);
}
.c-list-ast--m3 {
    margin-top: 3px;
}
@media screen and (max-width: 767px) {
    .c-list-ast--m3 {
        margin-top: calc(9 / var(--design-width) * 100vw);
    }
}
.c-list-ast--m5 {
    margin-top: 5px;
}
@media screen and (max-width: 767px) {
    .c-list-ast--m5 {
        margin-top: calc(9 / var(--design-width) * 100vw);
    }
}

/*  c-list-ast-wrap
--------------------------------------------- */
.c-list-ast-wrap {
    position: relative;
    z-index: 1;
    padding: 5px 10px;
    border: 3px solid var(--color-gray-1);
    background-color: var(--color-white-1);
    margin-top: -12px;
    color: var(--color-base-1);
}
@media screen and (max-width: 767px) {
    .c-list-ast-wrap {
        padding: calc(5 / var(--design-width) * 100vw) calc(10 / var(--design-width) * 100vw);
        border-width: calc(6 / var(--design-width) * 100vw);
        margin-top: calc(-10 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-dl-howto
--------------------------------------------- */
.c-dl-howto {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-block: 0 50px;
}
@media screen and (max-width: 767px) {
    .c-dl-howto {
        grid-template-columns: repeat(1, 1fr);
        gap: calc(52 / var(--design-width) * 100vw);
        width: calc(559 / var(--design-width) * 100vw);
        margin-inline: auto;
        margin-block: 0 calc(60 / var(--design-width) * 100vw);
    }
}
.c-dl-howto__term {
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4166666667;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-dl-howto__term {
        font-size: calc(26 / var(--design-width) * 100vw);
    }
}
.c-dl-howto__desc {
    margin-top: 31px;
}
@media screen and (max-width: 767px) {
    .c-dl-howto__desc {
        margin-top: calc(27 / var(--design-width) * 100vw);
    }
}
.c-dl-howto__desc .c-btn-1 + .c-btn-1 {
    margin-top: 17px;
}
@media screen and (max-width: 767px) {
    .c-dl-howto__desc .c-btn-1 + .c-btn-1 {
        margin-top: calc(18 / var(--design-width) * 100vw);
    }
}
@media screen and (min-width: 768px) {
    .edge .c-dl-howto__desc .c-btn-1 {
        white-space: nowrap;
    }
}

/*  c-dl-howto-wrap
--------------------------------------------- */
.c-dl-howto-wrap {
    max-width: 860px;
    margin-inline: auto;
}

/* ---------------------------------------------
*   c-list-banner
--------------------------------------------- */
.c-list-banner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
}
@media screen and (max-width: 767px) {
    .c-list-banner {
        display: block;
    }
}
.c-list-banner__item {
    flex-shrink: 0;
    display: block;
    width: calc((100% - 16px) / 2);
    aspect-ratio: 308/110;
    max-width: 400px;
}
@media screen and (max-width: 767px) {
    .c-list-banner__item {
        width: 100%;
        max-width: none;
        margin-top: calc(20 / var(--design-width) * 100vw);
    }
}
.c-list-banner__link {
    display: block;
    width: 100%;
    height: 100%;
}
.c-list-banner__link img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media (hover: hover) and (pointer: fine) {
    .c-list-banner__link {
        transition: opacity var(--hover-duration);
    }
    .c-list-banner__link:hover {
        opacity: var(--hover-opacity-ratio);
    }
}

/* ---------------------------------------------
*   c-dl-detail
--------------------------------------------- */
.c-dl-detail__item + .c-dl-detail__item {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-dl-detail__item + .c-dl-detail__item {
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-dl-detail__term {
    padding: 15px 15px 13px;
    display: block;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.5454545455;
    text-align: center;
    border-radius: 4px;
    background-color: var(--color-yellow-3);
}
@media screen and (max-width: 767px) {
    .c-dl-detail__term {
        padding: calc(10 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
        border-radius: calc(4 / var(--design-width) * 100vw);
    }
}
.c-dl-detail__term-txt {
    position: relative;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
}
.c-dl-detail__term-txt sup {
    position: absolute;
    top: 0.3em;
    right: -2em;
    font-size: 12px;
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    .c-dl-detail__term-txt sup {
        top: 0;
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-dl-detail__desc {
    margin-top: 24px;
}
@media screen and (max-width: 767px) {
    .c-dl-detail__desc {
        margin-top: calc(22 / var(--design-width) * 100vw);
    }
}
.c-dl-detail__table {
    display: block;
    width: 100%;
}
.c-dl-detail__table img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-dl-detail__lead {
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.7;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-dl-detail__lead {
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-dl-detail__lead-note {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 2.125;
    text-align: center;
    margin-top: -3px;
}
@media screen and (max-width: 767px) {
    .c-dl-detail__lead-note {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
        margin-top: calc(-4 / var(--design-width) * 100vw);
    }
}
.c-dl-detail__lead-note sup {
    font-size: 12px;
    font-weight: 300;
    display: inline-block;
    margin-inline: 4px;
}
@media screen and (max-width: 767px) {
    .c-dl-detail__lead-note sup {
        font-size: calc(24 / var(--design-width) * 100vw);
        margin-inline: 0px;
        transform: translateY(22%);
    }
}
.c-dl-detail__plus {
    position: relative;
    display: block;
    width: 30px;
    aspect-ratio: 1/1;
    margin: 36px auto -1px;
}
@media screen and (max-width: 767px) {
    .c-dl-detail__plus {
        width: calc(30 / var(--design-width) * 100vw);
        margin: calc(26 / var(--design-width) * 100vw) auto 0;
    }
}
.c-dl-detail__plus::before, .c-dl-detail__plus::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--color-red-1);
    transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
    .c-dl-detail__plus::before, .c-dl-detail__plus::after {
        width: calc(30 / var(--design-width) * 100vw);
        height: calc(4 / var(--design-width) * 100vw);
    }
}
.c-dl-detail__plus::after {
    transform: translateX(-50%) rotate(90deg);
}
.c-dl-detail__kangen {
    display: block;
    width: 100%;
}
.c-dl-detail__kangen img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-dl-detail__btn {
    margin-top: 20px;
    margin-inline: auto;
    max-width: 598px;
}
@media screen and (max-width: 767px) {
    .c-dl-detail__btn {
        max-width: none;
        width: calc(585 / var(--design-width) * 100vw);
        margin-top: calc(27 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   .c-dl-howto__balloon
--------------------------------------------- */
.c-dl-howto__balloon {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 7px 10px;
    min-width: 220px;
    max-width: 100%;
    color: #1078FF;
    background: #ffffff;
    border-radius: 8px;
    z-index: 90;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.c-dl-howto__balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 20px solid #fff;
    z-index: 1;
}

.c-dl-howto__balloon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 18px solid #ffffff;
    z-index: 2;
    margin-top: -2px;
}

.c-dl-howto__balloon p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-dl-howto__balloon {
        top: calc(-10 / var(--design-width) * 100vw);
        padding: calc(20 / var(--design-width) * 100vw) calc(25 / var(--design-width) * 100vw);
        min-width: 130px;
        transform: translateX(-50%);
    }

    .c-dl-howto__balloon::before {
        margin-left: calc(-15 / var(--design-width) * 100vw);
        border-width: calc(15 / var(--design-width) * 100vw) calc(15 / var(--design-width) * 100vw) 0;
        border-top: calc(25 / var(--design-width) * 100vw) solid #fff;
    }

    .c-dl-howto__balloon::after {
        margin-left: calc(-12 / var(--design-width) * 100vw);
        border-width: calc(12 / var(--design-width) * 100vw) calc(12 / var(--design-width) * 100vw) 0;
        border-top: calc(22 / var(--design-width) * 100vw) solid #fff;
        margin-top: calc(-2 / var(--design-width) * 100vw);
    }

    .c-dl-howto__balloon p {
        font-size: calc(30 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   .c-dl-howto__balloon
--------------------------------------------- */
.c-dl-howto__balloon {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 7px 10px;
    min-width: 220px;
    max-width: 100%;
    color: #1078FF;
    background: #ffffff;
    border-radius: 8px;
    z-index: 90;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.c-dl-howto__balloon::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -12px;
    border: 12px solid transparent;
    border-top: 20px solid #fff;
    z-index: 1;
}

.c-dl-howto__balloon::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 18px solid #ffffff;
    z-index: 2;
    margin-top: -2px;
}

.c-dl-howto__balloon p {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .c-dl-howto__balloon {
        top: calc(-10 / var(--design-width) * 100vw);
        padding: calc(20 / var(--design-width) * 100vw) calc(25 / var(--design-width) * 100vw);
        min-width: 130px;
        transform: translateX(-50%);
    }

    .c-dl-howto__balloon::before {
        margin-left: calc(-15 / var(--design-width) * 100vw);
        border-width: calc(15 / var(--design-width) * 100vw) calc(15 / var(--design-width) * 100vw) 0;
        border-top: calc(25 / var(--design-width) * 100vw) solid #fff;
    }

    .c-dl-howto__balloon::after {
        margin-left: calc(-12 / var(--design-width) * 100vw);
        border-width: calc(12 / var(--design-width) * 100vw) calc(12 / var(--design-width) * 100vw) 0;
        border-top: calc(22 / var(--design-width) * 100vw) solid #fff;
        margin-top: calc(-2 / var(--design-width) * 100vw);
    }

    .c-dl-howto__balloon p {
        font-size: calc(30 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   .c-dl-1
--------------------------------------------- */
.c-dl-1 {
    font-size: 12px;
    font-weight: 300;
    line-height: 1.6666666667;
}
@media screen and (max-width: 767px) {
    .c-dl-1 {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
    }
}
.c-dl-1 a {
    display: inline-block;
    color: var(--color-blue-1);
    text-decoration: underline;
}
@media (hover: hover) and (pointer: fine) {
    .c-dl-1 a:hover {
        text-decoration: none;
    }
}
.c-dl-1 a[target=_blank] {
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    padding-right: 20px;
}
.c-dl-1 a[target=_blank]::after {
    content: "";
    position: absolute;
    top: 53%;
    right: 3px;
    display: block;
    width: 13px;
    aspect-ratio: 18/12;
    -webkit-mask: url(../img/icon_outlink-3.svg) center center no-repeat;
            mask: url(../img/icon_outlink-3.svg) center center no-repeat;
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
    background-color: var(--color-blue-1);
    transform: translateY(-50%);
}
.c-dl-1__term {
    font-weight: bold;
}
.c-dl-1__item + .c-dl-1__item {
    margin-top: 1rem;
}

/* ---------------------------------------------
*   c-section-plan
--------------------------------------------- */
.c-section-plan {
    padding-block: 0px 119px;
    display: block;
}
@media screen and (max-width: 767px) {
    .c-section-plan {
        padding-block: 0 calc(127 / var(--design-width) * 100vw);
    }
}
.c-section-plan__body {
    margin-top: 51px;
}
@media screen and (max-width: 767px) {
    .c-section-plan__body {
        margin-top: calc(48 / var(--design-width) * 100vw);
    }
}
.c-section-plan__foot {
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-section-plan__foot {
        margin-top: calc(50 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-feature
--------------------------------------------- */
.c-section-feature {
    padding-block: 0 120px;
    display: block;
}
@media screen and (max-width: 767px) {
    .c-section-feature {
        padding-block: 0 calc(120 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-section-feature__head {
        overflow: hidden;
    }
}
.c-section-feature__body {
    margin-top: 62px;
}
@media screen and (max-width: 767px) {
    .c-section-feature__body {
        margin-top: calc(62 / var(--design-width) * 100vw);
    }
}
.c-section-feature__foot {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .c-section-feature__foot {
        margin-top: calc(43 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-howto
--------------------------------------------- */
.c-section-howto {
    padding-block: 0 120px;
    display: block;
}
@media screen and (max-width: 767px) {
    .c-section-howto {
        padding-block: 0 calc(32 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-section-howto__head {
        overflow: hidden;
    }
}
.c-section-howto__body {
    margin-top: 90px;
}
@media screen and (max-width: 767px) {
    .c-section-howto__body {
        margin-top: calc(40 / var(--design-width) * 100vw);
    }
}
.c-section-howto__foot {
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .c-section-howto__foot {
        margin-top: calc(60 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-contact
--------------------------------------------- */
.c-section-contact {
    padding-block: 0 77px;
    display: block;
}
@media screen and (max-width: 767px) {
    .c-section-contact {
        padding-block: calc(88 / var(--design-width) * 100vw);
    }
}
@media screen and (max-width: 767px) {
    .c-section-contact__head {
        overflow: hidden;
    }
}
.c-section-contact__body {
    padding-inline: calc(var(--contents-side-padding) * 1px);
    margin-top: 50px;
}
@media screen and (max-width: 767px) {
    .c-section-contact__body {
        padding-inline: calc(var(--contents-side-padding) / var(--design-width) * 100vw);
        margin-top: calc(60 / var(--design-width) * 100vw);
    }
}
.c-section-contact__bg-wh {
    background-color: var(--color-white-1);
    border-radius: 10px;
    padding: 40px 20px 25px;
    max-width: calc(var(--contents-width) * 1px);
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-section-contact__bg-wh {
        border-radius: calc(10 / var(--design-width) * 100vw);
        padding: calc(40 / var(--design-width) * 100vw) calc(20 / var(--design-width) * 100vw) calc(39 / var(--design-width) * 100vw);
        max-width: none;
    }
}
.c-section-contact__foot {
    margin-top: 75px;
}
@media screen and (max-width: 767px) {
    .c-section-contact__foot {
        margin-top: calc(100 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-section-detail
--------------------------------------------- */
.c-section-detail {
    color: var(--color-base-1);
    border-radius: 4px;
    border: 2px solid var(--color-yellow-4);
}
@media screen and (max-width: 767px) {
    .c-section-detail {
        border-radius: calc(4 / var(--design-width) * 100vw);
        border-width: calc(2 / var(--design-width) * 100vw);
    }
}
.c-section-detail__top {
    padding: 18px;
    background-color: var(--color-black-3);
    border-radius: 4px 4px 0 0;
}
@media screen and (max-width: 767px) {
    .c-section-detail__top {
        padding: calc(27 / var(--design-width) * 100vw);
        border-radius: calc(4 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw) 0 0;
    }
}
.c-section-detail__point {
    padding: 2px 7px 3px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    color: var(--color-white-1);
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    margin-inline: auto;
    background-color: var(--color-red-1);
}
@media screen and (max-width: 767px) {
    .c-section-detail__point {
        padding: calc(2 / var(--design-width) * 100vw) calc(7 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw);
        font-size: calc(26 / var(--design-width) * 100vw);
    }
}
.c-section-detail__top-ttl {
    margin-top: 4px;
    display: block;
    text-align: center;
    color: var(--color-white-1);
    font-size: 25px;
    font-weight: bold;
    line-height: 1.36;
}
@media screen and (max-width: 767px) {
    .c-section-detail__top-ttl {
        margin-top: calc(10 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
    }
}
.c-section-detail__head {
    padding: 15px 17px 24px;
    background-color: var(--color-yellow-3);
}
@media screen and (max-width: 767px) {
    .c-section-detail__head {
        padding: calc(10 / var(--design-width) * 100vw) calc(12 / var(--design-width) * 100vw) calc(22 / var(--design-width) * 100vw);
    }
}
.c-section-detail__ttl {
    display: block;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.36;
    margin-top: 11px;
}
@media screen and (max-width: 767px) {
    .c-section-detail__ttl {
        font-size: calc(28 / var(--design-width) * 100vw);
        line-height: 1.2142857143;
        margin-top: calc(16 / var(--design-width) * 100vw);
    }
}
.c-section-detail__caption {
    display: block;
    max-width: 586px;
    width: 100%;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-section-detail__caption {
        max-width: none;
        width: calc(556 / var(--design-width) * 100vw);
    }
}
.c-section-detail__lead {
    display: block;
    width: 100%;
    margin-inline: auto;
    margin-top: 10px;
}
.c-section-detail__lead img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .c-section-detail__lead {
        position: relative;
        left: 50%;
        width: 106%;
        margin-top: calc(18 / var(--design-width) * 100vw);
        transform: translateX(-50%);
    }
}
.c-section-detail__wh-txt {
    padding: 3px 5px 5px;
    display: block;
    border-radius: 4px;
    max-width: 502px;
    margin-inline: auto;
    text-align: center;
    background-color: var(--color-white-1);
    font-size: 20px;
    font-weight: 600;
    margin-top: 9px;
}
@media screen and (max-width: 767px) {
    .c-section-detail__wh-txt {
        border-radius: calc(4 / var(--design-width) * 100vw);
        padding: calc(3 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw);
        max-width: none;
        width: calc(502 / var(--design-width) * 100vw);
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 1.3846153846;
        margin-top: calc(15 / var(--design-width) * 100vw);
    }
}
.c-section-detail__body {
    padding: 21px 17px 31px;
    border-radius: 0 0 2px 2px;
    background-color: var(--color-white-1);
}
@media screen and (max-width: 767px) {
    .c-section-detail__body {
        padding: calc(22 / var(--design-width) * 100vw) calc(12 / var(--design-width) * 100vw) calc(43 / var(--design-width) * 100vw);
        border-radius: 0 0 calc(2 / var(--design-width) * 100vw) calc(2 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-slider-mv
--------------------------------------------- */
.c-slider-mv {
    max-width: calc(var(--contents-width) * 1px);
    margin-inline: auto;
    padding-block: 0 50px;
}
@media screen and (max-width: 767px) {
    .c-slider-mv {
        padding-block: 0 calc(50 / var(--design-width) * 100vw);
    }
}
.c-slider-mv.is-single {
    visibility: visible;
    padding-block: 0;
}
.c-slider-mv.is-single .splide__list {
    display: block;
}
.c-slider-mv.is-single .splide__arrows {
    display: none;
}
.c-slider-mv__wrapper {
    position: relative;
}
.c-slider-mv .splide__arrow {
    --arrow-pos-x: 20px;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 36px;
    height: 56px;
    background: url(../img/icon_arrow.png) 0 0 no-repeat;
    background-size: 100% auto;
    touch-action: manipulation;
    cursor: pointer;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider-mv .splide__arrow {
        transition: opacity var(--hover-duration);
    }
    .c-slider-mv .splide__arrow:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-slider-mv .splide__arrow--prev {
    left: var(--arrow-pos-x);
    transform: translateY(-50%);
}
.c-slider-mv .splide__arrow--next {
    right: var(--arrow-pos-x);
    transform: translateY(-50%) rotate(180deg);
}
.c-slider-mv .splide__arrow::before {
    content: none;
}
.c-slider-mv .splide__pagination {
    bottom: auto;
    margin-top: 18px;
    gap: 26px;
}
.c-slider-mv .splide__pagination li {
    font-size: 0;
}
.c-slider-mv .splide__pagination__page {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    touch-action: manipulation;
    cursor: pointer;
    background-color: var(--color-gray-1);
    margin: 0;
    transform: none;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider-mv .splide__pagination__page {
        transition: opacity var(--hover-duration);
    }
    .c-slider-mv .splide__pagination__page:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-slider-mv .splide__pagination__page.is-active {
    background-color: var(--color-white-1);
}
.c-slider-mv a {
    display: block;
    width: 100%;
    height: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider-mv a {
        transition: opacity var(--hover-duration);
    }
    .c-slider-mv a:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-slider-mv__img {
    display: block;
    aspect-ratio: 940/550;
}
@media screen and (max-width: 767px) {
    .c-slider-mv__img {
        aspect-ratio: 720/413;
    }
}
.c-slider-mv__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    vertical-align: bottom;
}

/*  .c-slider-sp
--------------------------------------------- */
.c-slider-sp {
    padding-inline: calc(var(--contents-side-padding) * 1px);
    max-width: calc(var(--contents-width) * 1px + var(--contents-side-padding) * 2px);
    margin-inline: auto;
    margin-top: 36px;
}
@media screen and (max-width: 767px) {
    .c-slider-sp {
        padding-inline: calc(calc(var(--contents-side-padding) * 2) / var(--design-width) * 100vw);
        max-width: none;
        margin-top: calc(27 / var(--design-width) * 100vw);
    }
}
.c-slider-sp.is-single {
    visibility: visible;
    padding-block: 0;
}
.c-slider-sp.is-single .splide__list {
    display: block;
}
.c-slider-sp.is-single .splide__arrows {
    display: none;
}
@media screen and (max-width: 767px) {
    .c-slider-sp--other .c-slider-sp__img {
        aspect-ratio: 622/431;
    }
}
@media screen and (min-width: 768px) {
    .c-slider-sp:not(.is-initialized.is-active) .splide__list {
        display: flex;
        justify-content: center;
        align-items: stretch;
        gap: 20px;
    }
    .c-slider-sp:not(.is-initialized.is-active) .splide__slide {
        width: calc((100% - 60px) / 4);
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .c-slider-sp:not(.is-initialized.is-active) .splide__slide {
        width: calc((100% - 20px) / 2);
    }
}
.c-slider-sp__wrapper {
    position: relative;
}
.c-slider-sp .splide__arrow {
    --arrow-pos-x: -25;
    position: absolute;
    top: 50%;
    z-index: 1;
    display: grid;
    place-items: center;
    width: calc(48 / var(--design-width) * 100vw);
    height: calc(48 / var(--design-width) * 100vw);
    border: none;
    box-sizing: border-box;
    touch-action: manipulation;
    cursor: pointer;
    overflow: hidden;
    background: url(../img/btn_pager.png) center center no-repeat;
    background-size: contain;
    opacity: 1;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider-sp .splide__arrow {
        transition: opacity var(--hover-duration);
    }
    .c-slider-sp .splide__arrow:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-slider-sp .splide__arrow img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
.c-slider-sp .splide__arrow--prev {
    left: calc(var(--arrow-pos-x) / var(--design-width) * 100vw);
    transform: translateY(-50%);
}
.c-slider-sp .splide__arrow--next {
    right: calc(var(--arrow-pos-x) / var(--design-width) * 100vw);
    transform: translateY(-50%) rotate(180deg);
}
.c-slider-sp .splide__arrow::before {
    content: none;
    width: 20px;
    height: 20px;
    margin-left: -9px;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    box-sizing: border-box;
    transform: rotate(45deg);
}
.c-slider-sp .splide__pagination {
    display: none;
}
.c-slider-sp a {
    display: block;
    width: 100%;
    height: 100%;
}
@media (hover: hover) and (pointer: fine) {
    .c-slider-sp a {
        transition: opacity var(--hover-duration);
    }
    .c-slider-sp a:hover {
        opacity: var(--hover-opacity-ratio);
    }
}
.c-slider-sp__img img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .c-slider-sp__img {
        aspect-ratio: 621/395;
    }
}
.c-slider-sp__txt {
    color: var(--color-white-1);
    display: block;
    text-align: center;
    margin-top: 5px;
    font-size: 10px;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .c-slider-sp__txt {
        font-size: calc(28 / var(--design-width) * 100vw);
        margin-top: calc(10 / var(--design-width) * 100vw);
    }
}

/*  js-tab-target
--------------------------------------------- */
.js-tab-target {
    display: none;
    overflow: hidden;
}
.js-tab-target.is-current {
    display: block;
}

/* ---------------------------------------------
*   Sample HTML
--------------------------------------------- */
/*  c-tab-selector
--------------------------------------------- */
.c-tab-selector {
    position: relative;
    display: flex;
    justify-content: center;
    gap: 6px;
}
@media screen and (max-width: 767px) {
    .c-tab-selector {
        gap: calc(10 / var(--design-width) * 100vw);
    }
}
.c-tab-selector::before {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 0;
    display: block;
    width: 100%;
    height: 14px;
    background: linear-gradient(1800deg, rgba(0, 0, 0, 0) 0%, #000 100%);
    opacity: 0.2;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .c-tab-selector::before {
        bottom: calc(-16 / var(--design-width) * 100vw);
        height: calc(14 / var(--design-width) * 100vw);
    }
}
.c-tab-selector__item {
    width: 100%;
}
.c-tab-selector__trigger {
    position: relative;
    width: 100%;
    padding: 18px 18px 16px;
    background-color: var(--color-base-1);
    color: var(--color-white-1);
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    transition: 0.3s;
    border-radius: 4px 4px 0 0;
    border: 2px solid var(--color-white-1);
    border-bottom: none;
}
@media screen and (max-width: 767px) {
    .c-tab-selector__trigger {
        padding: calc(40 / var(--design-width) * 100vw) calc(5 / var(--design-width) * 100vw) calc(38 / var(--design-width) * 100vw);
        font-size: calc(28 / var(--design-width) * 100vw);
        border-radius: calc(4 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw) 0 0;
        border-width: calc(2 / var(--design-width) * 100vw);
    }
}
@media (hover: hover) and (pointer: fine) {
    .c-tab-selector__trigger:hover {
        opacity: 0.7;
    }
}
.c-tab-selector__trigger.is-current {
    background-color: var(--color-white-1);
    color: var(--color-base-1);
    pointer-events: none;
}

/*  c-tab-contents
--------------------------------------------- */
.c-tab-contents__inner {
    padding-inline: calc(var(--contents-side-padding) * 1px);
}
@media screen and (max-width: 767px) {
    .c-tab-contents__inner {
        padding-inline: calc(14 / var(--design-width) * 100vw);
    }
}

/*  c-tab-contents-wrapper
--------------------------------------------- */
.c-tab-contents-wrapper {
    border-radius: 0 0 4px 4px;
    border: 2px solid var(--color-white-1);
    padding-block: 0 60px;
    margin-block: 0 60px;
}
@media screen and (max-width: 767px) {
    .c-tab-contents-wrapper {
        border-radius: 0 0 calc(4 / var(--design-width) * 100vw) calc(4 / var(--design-width) * 100vw);
        border-width: calc(2 / var(--design-width) * 100vw);
        padding-block: 0 calc(60 / var(--design-width) * 100vw);
        margin-block: 0 calc(50 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-table-1
--------------------------------------------- */
.c-table-1 {
    width: 100%;
    table-layout: fixed;
    border-top: 1px solid var(--color-gray-2);
    margin-top: 14px;
}
@media screen and (max-width: 767px) {
    .c-table-1 {
        margin-top: calc(27 / var(--design-width) * 100vw);
    }
}
.c-table-1 th, .c-table-1 td {
    border-bottom: 1px solid var(--color-gray-2);
}
.c-table-1 th {
    padding: 9px 7px;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.375;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-table-1 th {
        padding: calc(6 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.3333333333;
    }
}
.c-table-1 td {
    padding: 15px 7px;
}
@media screen and (max-width: 767px) {
    .c-table-1 td {
        padding: calc(20 / var(--design-width) * 100vw) calc(3 / var(--design-width) * 100vw) calc(19 / var(--design-width) * 100vw);
    }
}
.c-table-1 tr th:first-of-type,
.c-table-1 tr td:first-of-type {
    border-right: 1px solid var(--color-gray-2);
    width: calc(354 / 608 * 100%);
}
@media screen and (max-width: 767px) {
    .c-table-1 tr th:first-of-type,
    .c-table-1 tr td:first-of-type {
        width: calc(338 / 576 * 100%);
    }
}
.c-table-1__st {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3333333333;
}
@media screen and (max-width: 767px) {
    .c-table-1__st {
        font-size: calc(26 / var(--design-width) * 100vw);
    }
}
.c-table-1__txt {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-top: 9px;
}
@media screen and (max-width: 767px) {
    .c-table-1__txt {
        font-size: calc(24 / var(--design-width) * 100vw);
        margin-top: calc(5 / var(--design-width) * 100vw);
    }
}
.c-table-1__num {
    position: relative;
    display: block;
    color: var(--color-red-1);
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    width: 3em;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-table-1__num {
        font-size: calc(34 / var(--design-width) * 100vw);
    }
}
.c-table-1__num sup {
    position: absolute;
    top: 0.15em;
    right: -1.25em;
    color: var(--color-base-1);
    font-size: 12px;
    font-weight: 300;
}
@media screen and (max-width: 767px) {
    .c-table-1__num sup {
        top: -0.15em;
        right: -1.65em;
        font-size: calc(24 / var(--design-width) * 100vw);
    }
}
.c-table-1__num-unit {
    position: relative;
    top: -2px;
    display: inline-block;
    font-size: 24px;
    line-height: 1.4166666667;
    margin-left: 4px;
}
@media screen and (max-width: 767px) {
    .c-table-1__num-unit {
        top: calc(-2 / var(--design-width) * 100vw);
        font-size: calc(24 / var(--design-width) * 100vw);
        margin-left: calc(4 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-heading
--------------------------------------------- */
.c-heading {
    position: relative;
    padding-block: 44px 52px;
    background-color: var(--color-white-1);
    height: 200px;
}
@media screen and (max-width: 767px) {
    .c-heading {
        padding-block: calc(57 / var(--design-width) * 100vw) calc(66 / var(--design-width) * 100vw);
        height: calc(261 / var(--design-width) * 100vw);
    }
}
.c-heading::before, .c-heading::after {
    content: "";
    position: absolute;
    bottom: 0;
}
.c-heading::before {
    left: 0;
    border-bottom: 2.8333333333vw solid var(--color-yellow-2);
    border-right: 80vw solid transparent;
}
@media screen and (max-width: 767px) {
    .c-heading::before {
        border-bottom: 4.7222222222vw solid var(--color-yellow-2);
        border-right: 100vw solid transparent;
    }
}
.c-heading::after {
    right: 0;
    border-bottom: 2.8333333333vw solid var(--color-base-1);
    border-left: 80vw solid transparent;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .c-heading::after {
        border-bottom: 4.7222222222vw solid var(--color-base-1);
        border-left: 100vw solid transparent;
    }
}
.c-heading--tab {
    padding-block: 64px 52px;
}
@media screen and (max-width: 767px) {
    .c-heading--tab {
        padding-block: calc(59 / var(--design-width) * 100vw) calc(52 / var(--design-width) * 100vw);
        height: calc(194 / var(--design-width) * 100vw);
    }
}
.c-heading--tab::before {
    border-right: 78.3333333333vw solid transparent;
}
@media screen and (max-width: 767px) {
    .c-heading--tab::before {
        border-bottom: 4.7222222222vw solid var(--color-yellow-2);
        border-right: 93.0555555556vw solid transparent;
    }
}
.c-heading--tab::after {
    border-left: 78.3333333333vw solid transparent;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .c-heading--tab::after {
        border-bottom: 4.7222222222vw solid var(--color-base-1);
        border-left: 93.0555555556vw solid transparent;
    }
}
.c-heading--docomo::before {
    border-bottom: 2.8333333333vw solid var(--color-brown-1);
}
@media screen and (max-width: 767px) {
    .c-heading--docomo::before {
        border-bottom: 4.7222222222vw solid var(--color-brown-1);
    }
}
.c-heading__ttl {
    display: block;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    color: var(--color-base-1);
}
@media screen and (max-width: 767px) {
    .c-heading__ttl {
        font-size: calc(46 / var(--design-width) * 100vw);
    }
}
.c-heading__ttl-st {
    color: var(--color-red-1);
}
.c-heading__logo-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
    margin-block: 0 14px;
}
@media screen and (max-width: 767px) {
    .c-heading__logo-wrap {
        justify-content: space-between;
        gap: calc(20 / var(--design-width) * 100vw);
        margin-block: 0;
    }
}
.c-heading__logo {
    display: block;
    flex-shrink: 0;
}
.c-heading__logo img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}
@media screen and (max-width: 767px) {
    .c-heading__logo {
        margin-block: 0 calc(25 / var(--design-width) * 100vw);
    }
}
.c-heading__logo--docomo {
    width: 240px;
}
@media screen and (max-width: 767px) {
    .c-heading__logo--docomo {
        width: calc(264 / var(--design-width) * 100vw);
    }
}
.c-heading__logo--docomo-l {
    width: 291px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-heading__logo--docomo-l {
        width: calc(291 / var(--design-width) * 100vw);
    }
}
.c-heading__logo--poikatsu {
    width: 344px;
}
@media screen and (max-width: 767px) {
    .c-heading__logo--poikatsu {
        width: calc(378 / var(--design-width) * 100vw);
    }
}
.c-heading__logo--poikatsu-l {
    width: 418px;
    margin-inline: auto;
}
@media screen and (max-width: 767px) {
    .c-heading__logo--poikatsu-l {
        width: calc(418 / var(--design-width) * 100vw);
    }
}
.c-heading--white {
    padding-top: 64px;
}
@media screen and (max-width: 767px) {
    .c-heading--white {
        padding-block: calc(54 / var(--design-width) * 100vw);
        height: calc(200 / var(--design-width) * 100vw);
    }
}
.c-heading--feature {
    padding-top: 47px;
    line-height: 1.3125;
}
@media screen and (max-width: 767px) {
    .c-heading--feature {
        padding-block: calc(64 / var(--design-width) * 100vw);
        line-height: 1.2173913043;
        height: calc(261 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-ttl-bg
--------------------------------------------- */
.c-ttl-bg {
    position: relative;
    display: block;
    color: var(--color-base-1);
    font-size: 26px;
    font-weight: bold;
    line-height: 1.3076923077;
    padding-block: 8px 11px;
    text-align: center;
    z-index: 1;
}
@media screen and (max-width: 767px) {
    .c-ttl-bg {
        padding-block: calc(9 / var(--design-width) * 100vw);
        font-size: calc(34 / var(--design-width) * 100vw);
        line-height: 1;
    }
}
.c-ttl-bg::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    display: block;
    width: calc(884 / 1200 * 100%);
    height: 100%;
    background-color: var(--color-yellow-1);
}
@media screen and (max-width: 767px) {
    .c-ttl-bg::before {
        width: calc(652 / 720 * 100%);
    }
}
.c-ttl-bg::after {
    content: "";
    position: absolute;
    top: 0;
    width: 27px;
    height: 100%;
    background-color: var(--color-yellow-1);
}
@media screen and (max-width: 767px) {
    .c-ttl-bg::after {
        width: calc(20 / var(--design-width) * 100vw);
    }
}
.c-ttl-bg--left::before {
    left: 0;
}
.c-ttl-bg--left::after {
    left: calc(884 / 1200 * 100%);
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
@media screen and (max-width: 767px) {
    .c-ttl-bg--left::after {
        left: calc(652 / 720 * 100%);
    }
}
.c-ttl-bg--right::before {
    right: 0;
}
.c-ttl-bg--right::after {
    right: calc(884 / 1200 * 100%);
    background-color: var(--color-yellow-1);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
@media screen and (max-width: 767px) {
    .c-ttl-bg--right::after {
        right: calc(652 / 720 * 100%);
    }
}

/* ---------------------------------------------
*   c-txt-1
--------------------------------------------- */
.c-txt-1 {
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6666666667;
    margin-top: 2px;
}
@media screen and (max-width: 767px) {
    .c-txt-1 {
        font-size: calc(24 / var(--design-width) * 100vw);
        line-height: 1.4166666667;
        margin-top: calc(9 / var(--design-width) * 100vw);
    }
}

/* ---------------------------------------------
*   c-txt-2
--------------------------------------------- */
.c-txt-2 {
    position: relative;
    padding-inline: 66px;
    display: block;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 22px;
    font-weight: bold;
    margin-inline: auto;
    text-align: center;
}
@media screen and (max-width: 767px) {
    .c-txt-2 {
        padding-inline: calc(33 / var(--design-width) * 100vw);
        font-size: calc(26 / var(--design-width) * 100vw);
        line-height: 1.26;
    }
}
.c-txt-2::before, .c-txt-2::after {
    content: "";
    position: absolute;
    top: -7px;
    display: block;
    width: 2px;
    height: 75px;
    background-color: var(--color-white-1);
}
@media screen and (max-width: 767px) {
    .c-txt-2::before, .c-txt-2::after {
        top: calc(-10 / var(--design-width) * 100vw);
        width: calc(2 / var(--design-width) * 100vw);
        height: calc(75 / var(--design-width) * 100vw);
    }
}
.c-txt-2::before {
    left: 0;
    transform: rotate(-34.5deg);
    transform-origin: bottom left;
}
.c-txt-2::after {
    right: 0;
    transform: rotate(34.5deg);
    transform-origin: bottom left;
}
@media screen and (max-width: 767px) {
    .c-txt-2 ~ .c-btn-1 {
        width: calc(598 / var(--design-width) * 100vw);
        margin-inline: auto;
    }
}

/* ---------------------------------------------
*   c-txt-3
--------------------------------------------- */
.c-txt-3 {
    max-width: calc(var(--contents-width) * 1px);
    margin-inline: auto;
    padding-inline: calc(var(--contents-side-padding) * 1px);
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.5454545455;
    text-align: center;
    margin-top: 30px;
}
@media screen and (max-width: 767px) {
    .c-txt-3 {
        font-size: calc(22 / var(--design-width) * 100vw);
        line-height: 1.3076923077;
        margin-top: calc(30 / 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-pagetop-threshold {
    position: absolute;
    top: 0;
    height: 300px;
}

/* ---------------------------------------------
*   フローティングバナー
--------------------------------------------- */
.js-banner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}
.js-banner.is-show {
    opacity: 1;
    visibility: visible;
}

/* ---------------------------------------------
*   js-appeal-copy
--------------------------------------------- */
.js-appeal-copy {
    overflow: hidden;
}

/* ---------------------------------------------
*   .js-acc-target
--------------------------------------------- */
.js-acc-target {
    --acc-body-height: 0px;
    height: 0;
    overflow: hidden;
}
.js-acc-scope.is-close .js-acc-target {
    animation: closeAccAnim 0.5s forwards;
}

.js-acc-scope.is-open .js-acc-target {
    animation: openAccAnim 0.5s forwards;
}

@keyframes openAccAnim {
    0% {
        height: 0px;
        visibility: hidden;
    }
    99% {
        height: var(--acc-body-height);
        visibility: visible;
    }
    100% {
        height: auto;
    }
}
@keyframes closeAccAnim {
    0% {
        height: var(--acc-body-height);
    }
    99% {
        visibility: visible;
    }
    100% {
        height: 0px;
        visibility: hidden;
    }
}

@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;
    }
}