@-webkit-keyframes clip-left-to-right {
    0% {
        clip-path: inset(0 100% 0 0)
    }

    50% {
        clip-path: inset(0)
    }
}

@keyframes clip-left-to-right {
    0% {
        clip-path: inset(0 100% 0 0)
    }

    50% {
        clip-path: inset(0)
    }
}

@-webkit-keyframes text-blinking {
    0% {
        opacity: 0
    }

    5% {
        opacity: 0.4
    }

    10% {
        opacity: 0
    }

    15% {
        opacity: 0.55
    }

    20% {
        opacity: 0.55
    }

    25% {
        opacity: 0
    }

    30% {
        opacity: 0.7
    }

    40% {
        opacity: 0.7
    }

    45% {
        opacity: 0
    }

    50% {
        opacity: 0.85
    }

    65% {
        opacity: 0.85
    }

    70% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@keyframes text-blinking {
    0% {
        opacity: 0
    }

    5% {
        opacity: 0.4
    }

    10% {
        opacity: 0
    }

    15% {
        opacity: 0.55
    }

    20% {
        opacity: 0.55
    }

    25% {
        opacity: 0
    }

    30% {
        opacity: 0.7
    }

    40% {
        opacity: 0.7
    }

    45% {
        opacity: 0
    }

    50% {
        opacity: 0.85
    }

    65% {
        opacity: 0.85
    }

    70% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes text-blinking-reverse {
    to {
        opacity: 0
    }

    95% {
        opacity: 0.4
    }

    90% {
        opacity: 0
    }

    85% {
        opacity: 0.55
    }

    80% {
        opacity: 0.55
    }

    75% {
        opacity: 0
    }

    70% {
        opacity: 0.7
    }

    60% {
        opacity: 0.7
    }

    55% {
        opacity: 0
    }

    50% {
        opacity: 0.85
    }

    35% {
        opacity: 0.85
    }

    30% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    0% {
        opacity: 1
    }
}

@keyframes text-blinking-reverse {
    to {
        opacity: 0
    }

    95% {
        opacity: 0.4
    }

    90% {
        opacity: 0
    }

    85% {
        opacity: 0.55
    }

    80% {
        opacity: 0.55
    }

    75% {
        opacity: 0
    }

    70% {
        opacity: 0.7
    }

    60% {
        opacity: 0.7
    }

    55% {
        opacity: 0
    }

    50% {
        opacity: 0.85
    }

    35% {
        opacity: 0.85
    }

    30% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    0% {
        opacity: 1
    }
}

@-webkit-keyframes clip-path-alternate {
    0% {
        clip-path: inset(0 100% 0 0)
    }

    50% {
        clip-path: inset(0 0 0 0)
    }

    to {
        clip-path: inset(0 0 0 100%)
    }
}

@keyframes clip-path-alternate {
    0% {
        clip-path: inset(0 100% 0 0)
    }

    50% {
        clip-path: inset(0 0 0 0)
    }

    to {
        clip-path: inset(0 0 0 100%)
    }
}

@-webkit-keyframes text-neon-blinking {

    20%,
    24%,
    55% {
        color: #222;
        text-shadow: none
    }

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    to {
        text-shadow: 0 0 5px #b7151e, 0 0 15px #b7151e, 0 0 20px #b7151e, 0 0 40px #b7151e;
        color: #fff0f1
    }
}

@keyframes text-neon-blinking {

    20%,
    24%,
    55% {
        color: #222;
        text-shadow: none
    }

    0%,
    19%,
    21%,
    23%,
    25%,
    54%,
    56%,
    to {
        text-shadow: 0 0 5px #b7151e, 0 0 15px #b7151e, 0 0 20px #b7151e, 0 0 40px #b7151e;
        color: #fff0f1
    }
}

@-webkit-keyframes shine {
    0% {
        background-position: 100% 50%
    }

    33% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@keyframes shine {
    0% {
        background-position: 100% 50%
    }

    33% {
        background-position: 100% 50%
    }

    to {
        background-position: 0% 50%
    }
}

@-webkit-keyframes tilt {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
        transform: rotate(0deg) translateY(0px)
    }

    to {
        -webkit-transform: rotate(10deg) translateY(-10px);
        transform: rotate(10deg) translateY(-10px)
    }
}

@keyframes tilt {
    0% {
        -webkit-transform: rotate(0deg) translateY(0px);
        transform: rotate(0deg) translateY(0px)
    }

    to {
        -webkit-transform: rotate(10deg) translateY(-10px);
        transform: rotate(10deg) translateY(-10px)
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@keyframes floating {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    to {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@-webkit-keyframes twinkle {
    0% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes twinkle {
    0% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.header,
.header--app,
.header--white {
    position: fixed;
    z-index: 9998;
    top: 16px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media (max-width:767px) {

    .header,
    .header--app,
    .header--white {
        top: 0
    }
}

.header--app:before,
.header--white:before,
.header:before {
    position: absolute;
    bottom: -16px;
    left: 50%;
    width: calc(100% - 24px - 24px);
    max-width: 1820px;
    height: 1px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff
}

@media (max-width:1251px) {

    .header--app:before,
    .header--white:before,
    .header:before {
        bottom: -10px
    }
}

@media (max-width:767px) {

    .header--app:before,
    .header--white:before,
    .header:before {
        z-index: 3;
        bottom: 0;
        width: calc(100% - 10px - 10px);
        max-width: 1848px
    }
}

.header--white {
    top: 0;
    border-bottom: 1px solid #000;
    background: #fff
}

@media (max-width:767px) {
    .header--white {
        border-bottom: none
    }
}

.header--white:before {
    display: none
}

@media (max-width:767px) {
    .header--white:before {
        display: block;
        width: 100%;
        max-width: 100%;
        opacity: 1
    }
}

.header--white.is-scroll,
.header--white.is-show {
    top: 16px;
    border-bottom: none;
    background: transparent
}

@media (max-width:767px) {

    .header--white.is-scroll,
    .header--white.is-show {
        top: 0
    }
}

@media (max-width:767px) {
    .header--white .header__nav {
        background: #222
    }
}

.header--white .header__inner {
    background: #fff
}

@media (max-width:767px) {
    .header--white .header__inner {
        background: transparent;
        -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25)
    }
}

.header--white .header__logo-img--default {
    opacity: 0
}

@media (max-width:767px) {
    .header--white .header__logo-img--default {
        opacity: 1
    }
}

.header--white .header__logo-img--scroll {
    opacity: 1
}

@media (max-width:767px) {
    .header--white .header__logo-img--scroll {
        opacity: 0
    }
}

.header--white .header__bonus-text,
.header--white .header__bonus-text--large {
    color: #222
}

.header--white .header__bonus-inner:after {
    border: 1px solid #222
}

.header--white .header__item {
    color: #222
}

.header--white .header__item:before {
    background: #222
}

@media (min-width:1024px) {

    .header--white .header__item:hover .header__link-icon:after,
    .header--white .header__item:hover .header__link-icon:before {
        background: #222
    }
}

.header--white .header__item.is-show .header__link-icon:after,
.header--white .header__item.is-show .header__link-icon:before {
    background: #222
}

.header--white .header__btn-item--default {
    opacity: 0
}

.header--white .header__btn-item--scroll {
    z-index: 3;
    opacity: 1
}

@media (max-width:767px) {
    .header--app {
        top: 72px
    }
}

@media (max-width:767px) {

    .header--app.is-scroll,
    .header--app.is-show {
        top: 72px
    }
}

@media (max-width:767px) {
    .header--app.is-app-close {
        top: 0
    }
}

@media (max-width:767px) {
    .header--app.is-app-close .header__mega-menu {
        top: 72px;
        -webkit-transform: translateY(calc(-100% - 72px));
        transform: translateY(calc(-100% - 72px))
    }
}

.header--app.is-app-close .header__mega-menu.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

@media (max-width:767px) {
    .header--app .header__mega-menu {
        top: 144px;
        -webkit-transform: translateY(calc(-100% - 72px - 72px));
        transform: translateY(calc(-100% - 72px - 72px))
    }
}

.header--app .header__mega-menu.is-show {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.header.is-scroll:before,
.header.is-show:before,
.is-scroll.header--app:before,
.is-scroll.header--white:before,
.is-show.header--app:before,
.is-show.header--white:before {
    opacity: 0
}

@media (max-width:767px) {

    .header.is-scroll:before,
    .header.is-show:before,
    .is-scroll.header--app:before,
    .is-scroll.header--white:before,
    .is-show.header--app:before,
    .is-show.header--white:before {
        width: 100%;
        max-width: 100%;
        opacity: 1
    }
}

@media (max-width:767px) {

    .header.is-scroll .header__nav,
    .header.is-show .header__nav,
    .is-scroll.header--app .header__nav,
    .is-scroll.header--white .header__nav,
    .is-show.header--app .header__nav,
    .is-show.header--white .header__nav {
        background: #222
    }
}

.header.is-scroll .header__inner,
.header.is-show .header__inner,
.is-scroll.header--app .header__inner,
.is-scroll.header--white .header__inner,
.is-show.header--app .header__inner,
.is-show.header--white .header__inner {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25)
}

@media (max-width:767px) {

    .header.is-scroll .header__inner,
    .header.is-show .header__inner,
    .is-scroll.header--app .header__inner,
    .is-scroll.header--white .header__inner,
    .is-show.header--app .header__inner,
    .is-show.header--white .header__inner {
        background: transparent
    }
}

.header.is-scroll .header__logo-img--default,
.header.is-show .header__logo-img--default,
.is-scroll.header--app .header__logo-img--default,
.is-scroll.header--white .header__logo-img--default,
.is-show.header--app .header__logo-img--default,
.is-show.header--white .header__logo-img--default {
    opacity: 0
}

@media (max-width:767px) {

    .header.is-scroll .header__logo-img--default,
    .header.is-show .header__logo-img--default,
    .is-scroll.header--app .header__logo-img--default,
    .is-scroll.header--white .header__logo-img--default,
    .is-show.header--app .header__logo-img--default,
    .is-show.header--white .header__logo-img--default {
        opacity: 1
    }
}

.header.is-scroll .header__logo-img--scroll,
.header.is-show .header__logo-img--scroll,
.is-scroll.header--app .header__logo-img--scroll,
.is-scroll.header--white .header__logo-img--scroll,
.is-show.header--app .header__logo-img--scroll,
.is-show.header--white .header__logo-img--scroll {
    opacity: 1
}

@media (max-width:767px) {

    .header.is-scroll .header__logo-img--scroll,
    .header.is-show .header__logo-img--scroll,
    .is-scroll.header--app .header__logo-img--scroll,
    .is-scroll.header--white .header__logo-img--scroll,
    .is-show.header--app .header__logo-img--scroll,
    .is-show.header--white .header__logo-img--scroll {
        opacity: 0
    }
}

.header.is-scroll .header__bonus-text,
.header.is-scroll .header__bonus-text--large,
.header.is-show .header__bonus-text,
.header.is-show .header__bonus-text--large,
.is-scroll.header--app .header__bonus-text,
.is-scroll.header--app .header__bonus-text--large,
.is-scroll.header--white .header__bonus-text,
.is-scroll.header--white .header__bonus-text--large,
.is-show.header--app .header__bonus-text,
.is-show.header--app .header__bonus-text--large,
.is-show.header--white .header__bonus-text,
.is-show.header--white .header__bonus-text--large {
    color: #222
}

.header.is-scroll .header__bonus-inner:after,
.header.is-show .header__bonus-inner:after,
.is-scroll.header--app .header__bonus-inner:after,
.is-scroll.header--white .header__bonus-inner:after,
.is-show.header--app .header__bonus-inner:after,
.is-show.header--white .header__bonus-inner:after {
    border: 1px solid #222
}

.header.is-scroll .header__item,
.header.is-show .header__item,
.is-scroll.header--app .header__item,
.is-scroll.header--white .header__item,
.is-show.header--app .header__item,
.is-show.header--white .header__item {
    color: #222
}

.header.is-scroll .header__item:before,
.header.is-show .header__item:before,
.is-scroll.header--app .header__item:before,
.is-scroll.header--white .header__item:before,
.is-show.header--app .header__item:before,
.is-show.header--white .header__item:before {
    background: #222
}

@media (min-width:1024px) {

    .header.is-scroll .header__item:hover .header__link-icon:after,
    .header.is-scroll .header__item:hover .header__link-icon:before,
    .header.is-show .header__item:hover .header__link-icon:after,
    .header.is-show .header__item:hover .header__link-icon:before,
    .is-scroll.header--app .header__item:hover .header__link-icon:after,
    .is-scroll.header--app .header__item:hover .header__link-icon:before,
    .is-scroll.header--white .header__item:hover .header__link-icon:after,
    .is-scroll.header--white .header__item:hover .header__link-icon:before,
    .is-show.header--app .header__item:hover .header__link-icon:after,
    .is-show.header--app .header__item:hover .header__link-icon:before,
    .is-show.header--white .header__item:hover .header__link-icon:after,
    .is-show.header--white .header__item:hover .header__link-icon:before {
        background: #222
    }
}

.header.is-scroll .header__item.is-show .header__link-icon:after,
.header.is-scroll .header__item.is-show .header__link-icon:before,
.header.is-show .header__item.is-show .header__link-icon:after,
.header.is-show .header__item.is-show .header__link-icon:before,
.is-scroll.header--app .header__item.is-show .header__link-icon:after,
.is-scroll.header--app .header__item.is-show .header__link-icon:before,
.is-scroll.header--white .header__item.is-show .header__link-icon:after,
.is-scroll.header--white .header__item.is-show .header__link-icon:before,
.is-show.header--app .header__item.is-show .header__link-icon:after,
.is-show.header--app .header__item.is-show .header__link-icon:before,
.is-show.header--white .header__item.is-show .header__link-icon:after,
.is-show.header--white .header__item.is-show .header__link-icon:before {
    background: #222
}

.header.is-scroll .header__btn-item--default,
.header.is-show .header__btn-item--default,
.is-scroll.header--app .header__btn-item--default,
.is-scroll.header--white .header__btn-item--default,
.is-show.header--app .header__btn-item--default,
.is-show.header--white .header__btn-item--default {
    opacity: 0
}

.header.is-scroll .header__btn-item--scroll,
.header.is-show .header__btn-item--scroll,
.is-scroll.header--app .header__btn-item--scroll,
.is-scroll.header--white .header__btn-item--scroll,
.is-show.header--app .header__btn-item--scroll,
.is-show.header--white .header__btn-item--scroll {
    z-index: 3;
    opacity: 1
}

.header.is-show .header__btn-wrap--mobile,
.is-show.header--app .header__btn-wrap--mobile,
.is-show.header--white .header__btn-wrap--mobile {
    pointer-events: none;
    opacity: 0
}

.header__container {
    z-index: 2;
    width: calc(100% - 24px - 24px);
    max-width: 1448px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:1440px) {
    .header__container {
        width: calc(100% - 16px - 16px)
    }
}

@media (max-width:767px) {
    .header__container {
        width: 100%
    }
}

.header__inner {
    padding: 0 24px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 16px
}

@media (max-width:1440px) {
    .header__inner {
        padding: 0 16px
    }
}

@media (max-width:767px) {
    .header__inner {
        height: 72px;
        padding: 0;
        border-radius: 0
    }
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .header__nav {
        z-index: 2;
        height: 100%;
        padding: 0 10px;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }
}

.header__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 162px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .header__logo {
        width: 120px
    }
}

@media (min-width:1024px) {
    .header__logo:hover {
        opacity: 0.7
    }
}

.header__logo-img,
.header__logo-img--default,
.header__logo-img--scroll {
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.header__logo-img--scroll {
    position: absolute;
    opacity: 0
}

.header__bonus {
    margin-left: 10px;
    padding-left: 10px
}

@media (max-width:767px) {
    .header__bonus {
        display: none
    }
}

.header__bonus:before {
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 20px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b7151e
}

.header__bonus-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 84px;
    height: 36px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:960px) {
    .header__bonus-inner {
        width: 57px
    }
}

.header__bonus-inner:before {
    position: absolute;
    top: 50%;
    left: -2px;
    width: 6px;
    height: 13px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b7151e;
    clip-path: polygon(0 0, 0% 100%, 100% 50%)
}

.header__bonus-inner:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #fff;
    clip-path: polygon(5% 25%, 0 25%, 0 0, 100% 0, 100% 100%, 0 100%, 0 75%, 5% 75%)
}

.header__bonus-text,
.header__bonus-text--large {
    font-size: 8px;
    font-weight: bold;
    margin-top: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff
}

@media (max-width:960px) {

    .header__bonus-text,
    .header__bonus-text--large {
        margin-top: 3px
    }
}

.header__bonus-text--large {
    font-size: 13px
}

@media (max-width:960px) {
    .header__bonus-text--large {
        font-size: 9px;
        margin-top: 1px
    }
}

.header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

@media (max-width:1440px) {
    .header__list {
        padding: 0 16px
    }
}

@media (max-width:1368px) {
    .header__list {
        padding: 0 16px 0 10px;
        gap: 10px
    }
}

@media (max-width:1251px) {
    .header__list {
        display: none
    }
}

.header__item {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 6.25px;
    padding-bottom: 6.25px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    color: #fff;
    gap: 6.25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    transform-origin: right;
    background: #fff
}

@media (min-width:1024px) {
    .header__item:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: left;
        transform-origin: left
    }

    .header__item:hover .header__link-icon:after,
    .header__item:hover .header__link-icon:before {
        background: #fff
    }
}

.header__item.is-show:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
}

.header__item.is-show .header__link-icon:before {
    opacity: 0
}

.header__item.is-show .header__link-icon:after,
.header__item.is-show .header__link-icon:before {
    background: #fff
}

.header__link-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px
}

.header__link-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #cacaca
}

.header__link-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #cacaca
}

.header__btn-wrap,
.header__btn-wrap--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1251px) {

    .header__btn-wrap,
    .header__btn-wrap--mobile {
        padding-left: 16px
    }
}

@media (max-width:960px) {

    .header__btn-wrap,
    .header__btn-wrap--mobile {
        padding-left: 10px
    }
}

@media (max-width:767px) {

    .header__btn-wrap,
    .header__btn-wrap--mobile {
        display: none;
        gap: 6.25px
    }
}

.header__btn-wrap--mobile {
    display: none;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media (max-width:767px) {
    .header__btn-wrap--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__btn.is-show .header__btn-item--default,
.header__btn.is-show .header__btn-item--scroll {
    opacity: 0
}

.header__btn.is-show .header__btn-item--close {
    z-index: 3;
    opacity: 1
}

.header__btn-item,
.header__btn-item--close,
.header__btn-item--default,
.header__btn-item--scroll {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.header__btn-item--default {
    z-index: 2
}

.header__btn-item--scroll {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header__btn-item--close {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.header__mega-menu {
    display: -ms-grid;
    display: grid;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-grid-rows: 0fr;
    grid-template-rows: 0fr
}

@media (max-width:767px) {
    .header__mega-menu {
        position: fixed;
        top: 72px;
        right: 0;
        bottom: 0;
        left: 0;
        overflow-x: hidden;
        overflow-y: auto;
        -webkit-transform: translateY(calc(-100% - 72px));
        transform: translateY(calc(-100% - 72px));
        background: #333;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .header__mega-menu::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none
    }
}

.header__mega-menu.is-show {
    padding-top: 16px;
    padding-bottom: 48px;
    opacity: 1;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr
}

@media (max-width:1251px) {
    .header__mega-menu.is-show {
        padding-top: 95.4px;
        padding-bottom: 38.4px
    }
}

@media (max-width:960px) {
    .header__mega-menu.is-show {
        padding-top: 65px;
        padding-bottom: 24px
    }
}

@media (max-width:767px) {
    .header__mega-menu.is-show {
        padding-top: 0;
        padding-bottom: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@media (max-width:1251px) {
    .header__mega-menu.is-search {
        padding-top: 16px
    }
}

@media (max-width:960px) {
    .header__mega-menu.is-search {
        padding-top: 0
    }
}

.header__mega-menu-inner {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: calc(100vh - 16px - 16px - 85px - 16px - 48px);
    -ms-overflow-style: none;
    scrollbar-width: none
}

.header__mega-menu-inner::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none
}

@media (max-width:1251px) {
    .header__mega-menu-inner {
        max-height: calc(100vh - 16px - 16px - 85px - 16px - 38.4px - 41px - 38.4px)
    }
}

@media (max-width:960px) {
    .header__mega-menu-inner {
        max-height: calc(100vh - 16px - 16px - 85px - 24px - 41px - 24px)
    }
}

@media (max-width:767px) {
    .header__mega-menu-inner {
        display: none
    }
}

.header__mega-menu-inner--mobile {
    display: none
}

@media (max-width:767px) {
    .header__mega-menu-inner--mobile {
        display: block
    }
}

.header__mega-menu-container {
    display: none
}

.header__mega-menu-btn {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%
}

@media (max-width:960px) {
    .header__mega-menu-btn {
        top: 0
    }
}

@media (max-width:767px) {
    .header__mega-menu-btn {
        display: none
    }
}

.header__mega-menu-btn--mobile {
    display: none
}

@media (max-width:767px) {
    .header__mega-menu-btn--mobile {
        display: -ms-grid;
        display: grid;
        padding: 16px 10px;
        gap: 10px
    }
}

.header__mega-menu-btn-container {
    display: none
}

.header__mega-menu-btn-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 16px 1fr 16px 1fr 16px 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px
}

@media (max-width:960px) {
    .header__mega-menu-btn-inner {
        gap: 10px
    }
}

.header__mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    background: rgba(34, 34, 34, 0.3)
}

@media (max-width:767px) {
    .header__mask {
        display: none
    }
}

.header__mask.is-show {
    height: auto;
    opacity: 1
}

.header__hamburger {
    display: none;
    margin-left: 10px
}

@media (max-width:1251px) {
    .header__hamburger {
        display: block
    }
}

@media (max-width:767px) {
    .header__hamburger {
        margin-left: 6.25px
    }
}

@media (max-width:767px) {
    .container {
        padding-top: 0 !important;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }
}

@media (max-width:767px) {
    .container.is-app-open {
        padding-top: 72px !important
    }
}

.container--page {
    padding-top: 85px
}

@media (max-width:767px) {
    .container--page {
        padding-top: 72px !important;
        padding-bottom: 41px !important;
        -webkit-transition: 0.3s;
        transition: 0.3s
    }
}

@media (max-width:767px) {
    .container--page.is-app-open {
        padding-top: 144px !important
    }
}

.crumb,
.crumb--border-top-none {
    z-index: 3
}

@media (max-width:767px) {

    .crumb,
    .crumb--border-top-none {
        position: absolute;
        bottom: 100px;
        left: 0;
        width: 100%;
        background: #f7f7f7
    }
}

.crumb--border-top-none .crumb__container {
    border-top: none
}

@media (max-width:767px) {
    .crumb--border-top-none .crumb__container {
        border-top: 1px solid #d7d7d7
    }
}

.crumb__container {
    height: 41px;
    border-top: 2px solid #b7151e;
    border-bottom: 1px solid #d7d7d7
}

@media (max-width:767px) {
    .crumb__container {
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7
    }
}

.crumb__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 1196px;
    max-width: 1196px;
    height: 100%;
    margin: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-items: flex-end;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.crumb__inner::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none
}

@media (max-width:1251px) {
    .crumb__inner {
        width: 100%;
        max-width: 100%
    }
}

.crumb__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    padding: 0 16px
}

@media (max-width:767px) {
    .crumb__list {
        padding: 0 10px
    }
}

.crumb__list-item {
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.crumb__list-item:not(:first-child) {
    padding-top: 3px
}

@media (max-width:767px) {
    .crumb__list-item:not(:first-child) {
        padding-left: 34px
    }
}

.crumb__list-item:not(:first-child):before {
    position: relative;
    display: inline-block;
    width: 40px;
    content: ">";
    text-align: center
}

@media (max-width:767px) {
    .crumb__list-item:not(:first-child):before {
        position: absolute;
        z-index: 1;
        top: 50%;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        margin-top: -50px;
        margin-left: 1px;
        content: " ";
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 20px solid #d7d7d7
    }
}

.crumb__list-item:not(:first-child):after {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    display: none;
    width: 0;
    height: 0;
    margin-top: -50px;
    content: " ";
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 20px solid #f7f7f7
}

@media (max-width:767px) {
    .crumb__list-item:not(:first-child):after {
        display: block
    }
}

.crumb__link {
    white-space: nowrap
}

.layout {
    width: 100%;
    max-width: 1228px;
    margin-right: auto;
    margin-left: auto
}

.layout__inner {
    width: 100%;
    padding: 38.4px 16px
}

@media (max-width:767px) {
    .layout__inner {
        padding: 24px 10px
    }
}

.layout__default {
    width: 100%;
    max-width: 1196px;
    margin-right: auto;
    margin-left: auto
}

@media (max-width:1251px) {
    .layout__default {
        padding-right: 24px;
        padding-left: 24px
    }
}

@media (max-width:767px) {
    .layout__default {
        padding-right: 16px;
        padding-left: 16px
    }
}

.c-btn-common,
.c-btn-common--border-black-mid,
.c-btn-common--border-white,
.c-btn-common--gray-dark,
.c-btn-common--header,
.c-btn-common--header-index,
.c-btn-common--header-square,
.c-btn-common--height-large,
.c-btn-common--height-larger,
.c-btn-common--icon-plus,
.c-btn-common--padding-narrowest,
.c-btn-common--radius-none,
.c-btn-common--red,
.c-btn-common--transparent-gray-dark,
.c-btn-common--transparent-white,
.c-btn-common--width-minimum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 34px;
    padding: 0 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #3da748;
    border-radius: 4px;
    background: #3da748;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

@media (max-width:767px) {

    .c-btn-common,
    .c-btn-common--border-black-mid,
    .c-btn-common--border-white,
    .c-btn-common--gray-dark,
    .c-btn-common--header,
    .c-btn-common--header-index,
    .c-btn-common--header-square,
    .c-btn-common--height-large,
    .c-btn-common--height-larger,
    .c-btn-common--icon-plus,
    .c-btn-common--padding-narrowest,
    .c-btn-common--radius-none,
    .c-btn-common--red,
    .c-btn-common--transparent-gray-dark,
    .c-btn-common--transparent-white,
    .c-btn-common--width-minimum {
        padding: 10px
    }
}

@media (min-width:1024px) {

    .c-btn-common--border-black-mid:hover,
    .c-btn-common--border-white:hover,
    .c-btn-common--gray-dark:hover,
    .c-btn-common--header-index:hover,
    .c-btn-common--header-square:hover,
    .c-btn-common--header:hover,
    .c-btn-common--height-large:hover,
    .c-btn-common--height-larger:hover,
    .c-btn-common--icon-plus:hover,
    .c-btn-common--padding-narrowest:hover,
    .c-btn-common--radius-none:hover,
    .c-btn-common--red:hover,
    .c-btn-common--transparent-gray-dark:hover,
    .c-btn-common--transparent-white:hover,
    .c-btn-common--width-minimum:hover,
    .c-btn-common:hover {
        opacity: 1;
        background: #fff
    }

    .c-btn-common--border-black-mid:hover .c-btn-common__text,
    .c-btn-common--border-black-mid:hover .c-btn-common__text--default-responsive,
    .c-btn-common--border-black-mid:hover .c-btn-common__text--large,
    .c-btn-common--border-black-mid:hover .c-btn-common__text--small,
    .c-btn-common--border-black-mid:hover .c-btn-common__text--weight-normal,
    .c-btn-common--border-white:hover .c-btn-common__text,
    .c-btn-common--border-white:hover .c-btn-common__text--default-responsive,
    .c-btn-common--border-white:hover .c-btn-common__text--large,
    .c-btn-common--border-white:hover .c-btn-common__text--small,
    .c-btn-common--border-white:hover .c-btn-common__text--weight-normal,
    .c-btn-common--gray-dark:hover .c-btn-common__text,
    .c-btn-common--gray-dark:hover .c-btn-common__text--default-responsive,
    .c-btn-common--gray-dark:hover .c-btn-common__text--large,
    .c-btn-common--gray-dark:hover .c-btn-common__text--small,
    .c-btn-common--gray-dark:hover .c-btn-common__text--weight-normal,
    .c-btn-common--header-index:hover .c-btn-common__text,
    .c-btn-common--header-index:hover .c-btn-common__text--default-responsive,
    .c-btn-common--header-index:hover .c-btn-common__text--large,
    .c-btn-common--header-index:hover .c-btn-common__text--small,
    .c-btn-common--header-index:hover .c-btn-common__text--weight-normal,
    .c-btn-common--header-square:hover .c-btn-common__text,
    .c-btn-common--header-square:hover .c-btn-common__text--default-responsive,
    .c-btn-common--header-square:hover .c-btn-common__text--large,
    .c-btn-common--header-square:hover .c-btn-common__text--small,
    .c-btn-common--header-square:hover .c-btn-common__text--weight-normal,
    .c-btn-common--header:hover .c-btn-common__text,
    .c-btn-common--header:hover .c-btn-common__text--default-responsive,
    .c-btn-common--header:hover .c-btn-common__text--large,
    .c-btn-common--header:hover .c-btn-common__text--small,
    .c-btn-common--header:hover .c-btn-common__text--weight-normal,
    .c-btn-common--height-large:hover .c-btn-common__text,
    .c-btn-common--height-large:hover .c-btn-common__text--default-responsive,
    .c-btn-common--height-large:hover .c-btn-common__text--large,
    .c-btn-common--height-large:hover .c-btn-common__text--small,
    .c-btn-common--height-large:hover .c-btn-common__text--weight-normal,
    .c-btn-common--height-larger:hover .c-btn-common__text,
    .c-btn-common--height-larger:hover .c-btn-common__text--default-responsive,
    .c-btn-common--height-larger:hover .c-btn-common__text--large,
    .c-btn-common--height-larger:hover .c-btn-common__text--small,
    .c-btn-common--height-larger:hover .c-btn-common__text--weight-normal,
    .c-btn-common--icon-plus:hover .c-btn-common__text,
    .c-btn-common--icon-plus:hover .c-btn-common__text--default-responsive,
    .c-btn-common--icon-plus:hover .c-btn-common__text--large,
    .c-btn-common--icon-plus:hover .c-btn-common__text--small,
    .c-btn-common--icon-plus:hover .c-btn-common__text--weight-normal,
    .c-btn-common--padding-narrowest:hover .c-btn-common__text,
    .c-btn-common--padding-narrowest:hover .c-btn-common__text--default-responsive,
    .c-btn-common--padding-narrowest:hover .c-btn-common__text--large,
    .c-btn-common--padding-narrowest:hover .c-btn-common__text--small,
    .c-btn-common--padding-narrowest:hover .c-btn-common__text--weight-normal,
    .c-btn-common--radius-none:hover .c-btn-common__text,
    .c-btn-common--radius-none:hover .c-btn-common__text--default-responsive,
    .c-btn-common--radius-none:hover .c-btn-common__text--large,
    .c-btn-common--radius-none:hover .c-btn-common__text--small,
    .c-btn-common--radius-none:hover .c-btn-common__text--weight-normal,
    .c-btn-common--red:hover .c-btn-common__text,
    .c-btn-common--red:hover .c-btn-common__text--default-responsive,
    .c-btn-common--red:hover .c-btn-common__text--large,
    .c-btn-common--red:hover .c-btn-common__text--small,
    .c-btn-common--red:hover .c-btn-common__text--weight-normal,
    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text,
    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text--default-responsive,
    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text--large,
    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text--small,
    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text--weight-normal,
    .c-btn-common--transparent-white:hover .c-btn-common__text,
    .c-btn-common--transparent-white:hover .c-btn-common__text--default-responsive,
    .c-btn-common--transparent-white:hover .c-btn-common__text--large,
    .c-btn-common--transparent-white:hover .c-btn-common__text--small,
    .c-btn-common--transparent-white:hover .c-btn-common__text--weight-normal,
    .c-btn-common--width-minimum:hover .c-btn-common__text,
    .c-btn-common--width-minimum:hover .c-btn-common__text--default-responsive,
    .c-btn-common--width-minimum:hover .c-btn-common__text--large,
    .c-btn-common--width-minimum:hover .c-btn-common__text--small,
    .c-btn-common--width-minimum:hover .c-btn-common__text--weight-normal,
    .c-btn-common:hover .c-btn-common__text,
    .c-btn-common:hover .c-btn-common__text--default-responsive,
    .c-btn-common:hover .c-btn-common__text--large,
    .c-btn-common:hover .c-btn-common__text--small,
    .c-btn-common:hover .c-btn-common__text--weight-normal {
        color: #3da748
    }
}

.c-btn-common.is-show,
.is-show.c-btn-common--border-black-mid,
.is-show.c-btn-common--border-white,
.is-show.c-btn-common--gray-dark,
.is-show.c-btn-common--header,
.is-show.c-btn-common--header-index,
.is-show.c-btn-common--header-square,
.is-show.c-btn-common--height-large,
.is-show.c-btn-common--height-larger,
.is-show.c-btn-common--icon-plus,
.is-show.c-btn-common--padding-narrowest,
.is-show.c-btn-common--radius-none,
.is-show.c-btn-common--red,
.is-show.c-btn-common--transparent-gray-dark,
.is-show.c-btn-common--transparent-white,
.is-show.c-btn-common--width-minimum {
    pointer-events: none
}

.c-btn-common--red {
    border: 1px solid #b7151e;
    background: #b7151e
}

@media (min-width:1024px) {
    .c-btn-common--red:hover {
        background: #fff
    }

    .c-btn-common--red:hover .c-btn-common__text,
    .c-btn-common--red:hover .c-btn-common__text--default-responsive,
    .c-btn-common--red:hover .c-btn-common__text--large,
    .c-btn-common--red:hover .c-btn-common__text--small,
    .c-btn-common--red:hover .c-btn-common__text--weight-normal {
        color: #b7151e
    }
}

.c-btn-common--gray-dark {
    border: 1px solid #969696;
    background: #969696
}

.c-btn-common--gray-dark .c-btn-common__icon path {
    fill: #fff
}

.c-btn-common--gray-dark .c-btn-common__close-icon {
    background: #fff
}

@media (min-width:1024px) {
    .c-btn-common--gray-dark:hover {
        border: 1px solid #222;
        background: #fff
    }

    .c-btn-common--gray-dark:hover .c-btn-common__text,
    .c-btn-common--gray-dark:hover .c-btn-common__text--default-responsive,
    .c-btn-common--gray-dark:hover .c-btn-common__text--large,
    .c-btn-common--gray-dark:hover .c-btn-common__text--small,
    .c-btn-common--gray-dark:hover .c-btn-common__text--weight-normal {
        color: #222
    }

    .c-btn-common--gray-dark:hover .c-btn-common__icon path {
        fill: #222
    }

    .c-btn-common--gray-dark:hover .c-btn-common__close-icon {
        background: #222
    }
}

.c-btn-common--border-white {
    border: 1px solid #fff;
    background: transparent
}

.c-btn-common--border-white .c-btn-common__icon path {
    fill: #fff
}

@media (min-width:1024px) {
    .c-btn-common--border-white:hover {
        background: #fff
    }

    .c-btn-common--border-white:hover .c-btn-common__text,
    .c-btn-common--border-white:hover .c-btn-common__text--default-responsive,
    .c-btn-common--border-white:hover .c-btn-common__text--large,
    .c-btn-common--border-white:hover .c-btn-common__text--small,
    .c-btn-common--border-white:hover .c-btn-common__text--weight-normal {
        color: #222
    }

    .c-btn-common--border-white:hover .c-btn-common__icon path {
        fill: #222
    }
}

.c-btn-common--border-black-mid {
    border: 1px solid #222;
    background: transparent
}

.c-btn-common--border-black-mid .c-btn-common__text,
.c-btn-common--border-black-mid .c-btn-common__text--default-responsive,
.c-btn-common--border-black-mid .c-btn-common__text--large,
.c-btn-common--border-black-mid .c-btn-common__text--small,
.c-btn-common--border-black-mid .c-btn-common__text--weight-normal {
    color: #222
}

.c-btn-common--border-black-mid .c-btn-common__icon path {
    fill: #222
}

@media (min-width:1024px) {
    .c-btn-common--border-black-mid:hover {
        background: #222
    }

    .c-btn-common--border-black-mid:hover .c-btn-common__text,
    .c-btn-common--border-black-mid:hover .c-btn-common__text--default-responsive,
    .c-btn-common--border-black-mid:hover .c-btn-common__text--large,
    .c-btn-common--border-black-mid:hover .c-btn-common__text--small,
    .c-btn-common--border-black-mid:hover .c-btn-common__text--weight-normal {
        color: #fff
    }

    .c-btn-common--border-black-mid:hover .c-btn-common__icon path {
        fill: #fff
    }

    .c-btn-common--border-black-mid:hover .c-btn-common__plus:after,
    .c-btn-common--border-black-mid:hover .c-btn-common__plus:before {
        background: #fff
    }
}

.c-btn-common--border-black-mid.is-show {
    background: #222
}

.c-btn-common--border-black-mid.is-show .c-btn-common__text,
.c-btn-common--border-black-mid.is-show .c-btn-common__text--default-responsive,
.c-btn-common--border-black-mid.is-show .c-btn-common__text--large,
.c-btn-common--border-black-mid.is-show .c-btn-common__text--small,
.c-btn-common--border-black-mid.is-show .c-btn-common__text--weight-normal {
    color: #fff
}

.c-btn-common--border-black-mid.is-show .c-btn-common__plus:before {
    background: #fff
}

.c-btn-common--border-black-mid.is-show .c-btn-common__plus:after {
    opacity: 0
}

.c-btn-common--transparent-white {
    border: 1px solid transparent;
    background: transparent
}

.c-btn-common--transparent-white .c-btn-common__icon path {
    fill: #fff
}

@media (min-width:1024px) {
    .c-btn-common--transparent-white:hover {
        border: 1px solid #fff;
        background: #fff
    }

    .c-btn-common--transparent-white:hover .c-btn-common__text,
    .c-btn-common--transparent-white:hover .c-btn-common__text--default-responsive,
    .c-btn-common--transparent-white:hover .c-btn-common__text--large,
    .c-btn-common--transparent-white:hover .c-btn-common__text--small,
    .c-btn-common--transparent-white:hover .c-btn-common__text--weight-normal {
        color: #222
    }

    .c-btn-common--transparent-white:hover .c-btn-common__icon path {
        fill: #222
    }
}

.c-btn-common--transparent-gray-dark {
    border: 1px solid transparent;
    background: transparent
}

.c-btn-common--transparent-gray-dark .c-btn-common__icon path {
    fill: #969696
}

.c-btn-common--transparent-gray-dark .c-btn-common__close-icon {
    background: #969696
}

@media (min-width:1024px) {
    .c-btn-common--transparent-gray-dark:hover {
        border: 1px solid #969696;
        background: #969696
    }

    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text,
    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text--default-responsive,
    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text--large,
    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text--small,
    .c-btn-common--transparent-gray-dark:hover .c-btn-common__text--weight-normal {
        color: #fff
    }

    .c-btn-common--transparent-gray-dark:hover .c-btn-common__icon path {
        fill: #fff
    }

    .c-btn-common--transparent-gray-dark:hover .c-btn-common__close-icon {
        background: #fff
    }
}

.c-btn-common--header {
    width: 150px;
    height: 48px
}

@media (max-width:1368px) {
    .c-btn-common--header {
        width: 125px
    }
}

@media (max-width:1251px) {
    .c-btn-common--header {
        width: 150px
    }
}

@media (max-width:960px) {
    .c-btn-common--header {
        width: 114px
    }
}

@media (max-width:767px) {
    .c-btn-common--header {
        width: 68px;
        height: 40px
    }
}

.c-btn-common--header-index {
    width: 150px;
    height: 40px
}

@media (max-width:1368px) {
    .c-btn-common--header-index {
        width: 125px
    }
}

@media (max-width:1251px) {
    .c-btn-common--header-index {
        width: 150px
    }
}

@media (max-width:960px) {
    .c-btn-common--header-index {
        width: 114px
    }
}

@media (max-width:767px) {
    .c-btn-common--header-index {
        width: 68px
    }
}

.header.is-scroll .c-btn-common--header-index,
.header.is-show .c-btn-common--header-index {
    height: 48px
}

@media (max-width:767px) {

    .header.is-scroll .c-btn-common--header-index,
    .header.is-show .c-btn-common--header-index {
        height: 40px
    }
}

.c-btn-common--header-square {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 40px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3px
}

.c-btn-common--header-square .c-btn-common__icon-img--lock {
    -webkit-transform: unset;
    transform: unset
}

.c-btn-common--height-large {
    height: 40px
}

.c-btn-common--height-larger {
    height: 50px
}

.c-btn-common--width-minimum {
    width: 34px
}

.c-btn-common--padding-narrowest {
    padding: 0 6.25px
}

.c-btn-common--radius-none {
    border-radius: 0
}

.c-btn-common--icon-plus {
    padding: 0 30px 0 10px
}

.c-btn-common__text,
.c-btn-common__text--default-responsive,
.c-btn-common__text--large,
.c-btn-common__text--small,
.c-btn-common__text--weight-normal {
    font-size: 14px;
    font-weight: bold;
    padding-top: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff
}

.c-btn-common__text--weight-normal {
    font-weight: normal
}

@media (max-width:960px) {
    .c-btn-common__text--default-responsive {
        font-size: 12px
    }
}

.c-btn-common__text--large {
    font-size: 16px
}

.c-btn-common__text--small {
    font-size: 12px
}

.c-btn-common__text-en {
    font-family: "Bebas Neue", sans-serif;
    font-size: 14px;
    line-height: 1;
    color: #fff
}

.c-btn-common__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.c-btn-common__icon-img--lock {
    width: 10px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-common__icon-img--lock-large {
    width: 12px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px)
}

.c-btn-common__icon-img--search {
    width: 22px
}

.c-btn-common__icon-img path,
.c-btn-common__icon-img--lock path,
.c-btn-common__icon-img--lock-large path,
.c-btn-common__icon-img--search path {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.c-btn-common__close {
    width: 20px;
    height: 20px
}

.c-btn-common__close-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff
}

.c-btn-common__close-icon:first-child {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-btn-common__close-icon:last-child {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.c-btn-common__plus {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.c-btn-common__plus:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #222
}

.c-btn-common__plus:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #222
}

.c-btn-arrow,
.c-btn-arrow--height-small,
.c-btn-arrow--height-smaller,
.c-btn-arrow--label,
.c-btn-arrow--red,
.c-btn-arrow--width-default,
.c-btn-arrow--width-large,
.c-btn-arrow--width-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 128px;
    padding: 0 54px 0 24px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    text-decoration: none !important;
    border: 1px solid #3da748;
    background: #3da748;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

@media (max-width:1920px) {

    .c-btn-arrow,
    .c-btn-arrow--height-small,
    .c-btn-arrow--height-smaller,
    .c-btn-arrow--label,
    .c-btn-arrow--red,
    .c-btn-arrow--width-default,
    .c-btn-arrow--width-large,
    .c-btn-arrow--width-small {
        height: 102px;
        padding: 0 45px 0 24px
    }
}

@media (max-width:1560px) {

    .c-btn-arrow,
    .c-btn-arrow--height-small,
    .c-btn-arrow--height-smaller,
    .c-btn-arrow--label,
    .c-btn-arrow--red,
    .c-btn-arrow--width-default,
    .c-btn-arrow--width-large,
    .c-btn-arrow--width-small {
        height: 92px;
        padding: 0 42px 0 24px
    }
}

@media (max-width:1251px) {

    .c-btn-arrow,
    .c-btn-arrow--height-small,
    .c-btn-arrow--height-smaller,
    .c-btn-arrow--label,
    .c-btn-arrow--red,
    .c-btn-arrow--width-default,
    .c-btn-arrow--width-large,
    .c-btn-arrow--width-small {
        height: 82px;
        padding: 0 38px 0 24px
    }
}

@media (max-width:600px) {

    .c-btn-arrow,
    .c-btn-arrow--height-small,
    .c-btn-arrow--height-smaller,
    .c-btn-arrow--label,
    .c-btn-arrow--red,
    .c-btn-arrow--width-default,
    .c-btn-arrow--width-large,
    .c-btn-arrow--width-small {
        height: 73px;
        padding: 0 42px 0 16px
    }
}

@media (max-width:375px) {

    .c-btn-arrow,
    .c-btn-arrow--height-small,
    .c-btn-arrow--height-smaller,
    .c-btn-arrow--label,
    .c-btn-arrow--red,
    .c-btn-arrow--width-default,
    .c-btn-arrow--width-large,
    .c-btn-arrow--width-small {
        padding: 0 38px 0 16px
    }
}

.c-btn-arrow--height-small:before,
.c-btn-arrow--height-smaller:before,
.c-btn-arrow--label:before,
.c-btn-arrow--red:before,
.c-btn-arrow--width-default:before,
.c-btn-arrow--width-large:before,
.c-btn-arrow--width-small:before,
.c-btn-arrow:before {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    -webkit-transition: -webkit-transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
    transition: -webkit-transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
    transition: transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
    transition: transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s, -webkit-transform cubic-bezier(0.86, 0, 0.07, 1) 0.3s;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
    background-color: rgba(255, 255, 255, 0.2)
}

@media (min-width:1024px) {

    .c-btn-arrow--height-small:hover,
    .c-btn-arrow--height-smaller:hover,
    .c-btn-arrow--label:hover,
    .c-btn-arrow--red:hover,
    .c-btn-arrow--width-default:hover,
    .c-btn-arrow--width-large:hover,
    .c-btn-arrow--width-small:hover,
    .c-btn-arrow:hover {
        opacity: 1
    }

    .c-btn-arrow--height-small:hover:before,
    .c-btn-arrow--height-smaller:hover:before,
    .c-btn-arrow--label:hover:before,
    .c-btn-arrow--red:hover:before,
    .c-btn-arrow--width-default:hover:before,
    .c-btn-arrow--width-large:hover:before,
    .c-btn-arrow--width-small:hover:before,
    .c-btn-arrow:hover:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

.c-btn-arrow--label {
    padding: 0 54px 0 182px
}

@media (max-width:1920px) {
    .c-btn-arrow--label {
        padding: 0 45px 0 152px
    }
}

@media (max-width:1560px) {
    .c-btn-arrow--label {
        padding: 0 42px 0 140px
    }
}

@media (max-width:1251px) {
    .c-btn-arrow--label {
        padding: 0 38px 0 128px
    }
}

@media (max-width:600px) {
    .c-btn-arrow--label {
        padding: 0 42px 0 102px
    }
}

@media (max-width:375px) {
    .c-btn-arrow--label {
        padding: 0 34.25px 0 88.25px
    }
}

.c-btn-arrow--red {
    border: 1px solid #b7151e;
    background: #b7151e
}

.c-btn-arrow--red .c-btn-arrow__icon-wrap {
    background: #921318
}

.c-btn-arrow--width-default {
    width: 633px
}

@media (max-width:1920px) {
    .c-btn-arrow--width-default {
        width: 507px
    }
}

@media (max-width:1560px) {
    .c-btn-arrow--width-default {
        width: 456px
    }
}

@media (max-width:1251px) {
    .c-btn-arrow--width-default {
        width: 406px
    }
}

@media (max-width:600px) {
    .c-btn-arrow--width-default {
        width: 100%
    }
}

.c-btn-arrow--width-small {
    width: 395px
}

@media (max-width:960px) {
    .c-btn-arrow--width-small {
        width: 316px
    }
}

@media (max-width:767px) {
    .c-btn-arrow--width-small {
        width: 100%
    }
}

.c-btn-arrow--width-large {
    width: 610px
}

@media (max-width:960px) {
    .c-btn-arrow--width-large {
        width: 488px
    }
}

@media (max-width:767px) {
    .c-btn-arrow--width-large {
        width: 100%
    }
}

.c-btn-arrow--height-small {
    height: 64px
}

@media (max-width:960px) {
    .c-btn-arrow--height-small {
        height: 51px
    }
}

.c-btn-arrow--height-smaller {
    height: 44px
}

.c-btn-arrow__label {
    position: absolute;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 148px;
    height: 88px;
    border: 1px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1920px) {
    .c-btn-arrow__label {
        width: 118px;
        height: 70px
    }
}

@media (max-width:1560px) {
    .c-btn-arrow__label {
        width: 106px;
        height: 63px
    }
}

@media (max-width:1251px) {
    .c-btn-arrow__label {
        width: 94px;
        height: 56px
    }
}

@media (max-width:600px) {
    .c-btn-arrow__label {
        left: 10px;
        width: 82px;
        height: 53px
    }
}

@media (max-width:375px) {
    .c-btn-arrow__label {
        width: 72px
    }
}

.c-btn-arrow__label-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-btn-arrow__label-text,
.c-btn-arrow__label-text--mobile,
.c-btn-arrow__label-text--mobile-small,
.c-btn-arrow__label-text--num,
.c-btn-arrow__label-text--small,
.c-btn-arrow__label-text--smaller,
.c-btn-arrow__label-text--vertical {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    color: #fff
}

@media (max-width:1920px) {

    .c-btn-arrow__label-text,
    .c-btn-arrow__label-text--mobile,
    .c-btn-arrow__label-text--mobile-small,
    .c-btn-arrow__label-text--num,
    .c-btn-arrow__label-text--small,
    .c-btn-arrow__label-text--smaller,
    .c-btn-arrow__label-text--vertical {
        font-size: 16px
    }
}

@media (max-width:1560px) {

    .c-btn-arrow__label-text,
    .c-btn-arrow__label-text--mobile,
    .c-btn-arrow__label-text--mobile-small,
    .c-btn-arrow__label-text--num,
    .c-btn-arrow__label-text--small,
    .c-btn-arrow__label-text--smaller,
    .c-btn-arrow__label-text--vertical {
        font-size: 14px
    }
}

@media (max-width:600px) {

    .c-btn-arrow__label-text,
    .c-btn-arrow__label-text--mobile,
    .c-btn-arrow__label-text--mobile-small,
    .c-btn-arrow__label-text--num,
    .c-btn-arrow__label-text--small,
    .c-btn-arrow__label-text--smaller,
    .c-btn-arrow__label-text--vertical {
        font-size: 12px
    }
}

.c-btn-arrow__label-text--small {
    font-size: 18px
}

@media (max-width:1920px) {
    .c-btn-arrow__label-text--small {
        font-size: 14px
    }
}

@media (max-width:1560px) {
    .c-btn-arrow__label-text--small {
        font-size: 12px
    }
}

@media (max-width:600px) {
    .c-btn-arrow__label-text--small {
        font-size: 10px
    }
}

.c-btn-arrow__label-text--smaller {
    font-size: 16px
}

@media (max-width:1920px) {
    .c-btn-arrow__label-text--smaller {
        font-size: 12px
    }
}

@media (max-width:1560px) {
    .c-btn-arrow__label-text--smaller {
        font-size: 10px
    }
}

@media (max-width:600px) {
    .c-btn-arrow__label-text--smaller {
        font-size: 12px
    }
}

@media (max-width:375px) {
    .c-btn-arrow__label-text--smaller {
        font-size: 10px
    }
}

.c-btn-arrow__label-text--num {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    font-weight: normal
}

@media (max-width:1920px) {
    .c-btn-arrow__label-text--num {
        font-size: 32px
    }
}

@media (max-width:1560px) {
    .c-btn-arrow__label-text--num {
        font-size: 26px
    }
}

@media (max-width:600px) {
    .c-btn-arrow__label-text--num {
        font-size: 32px;
        top: -1px
    }
}

@media (max-width:375px) {
    .c-btn-arrow__label-text--num {
        font-size: 26px
    }
}

.c-btn-arrow__label-text--vertical {
    top: -1px;
    right: 1px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

@media (max-width:600px) {
    .c-btn-arrow__label-text--vertical {
        top: -3px
    }
}

@media (max-width:375px) {
    .c-btn-arrow__label-text--vertical {
        top: -2px
    }
}

@media (max-width:375px) {
    .c-btn-arrow__label-text--mobile {
        display: none
    }
}

.c-btn-arrow__label-text--mobile-small {
    display: none
}

@media (max-width:375px) {
    .c-btn-arrow__label-text--mobile-small {
        display: inline
    }
}

.c-btn-arrow__text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6.25px
}

@media (max-width:1920px) {
    .c-btn-arrow__text-wrap {
        gap: 0
    }
}

.c-btn-arrow__text,
.c-btn-arrow__text--align,
.c-btn-arrow__text--large,
.c-btn-arrow__text--small,
.c-btn-arrow__text--smaller {
    font-size: 20px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    color: #fff
}

@media (max-width:1920px) {

    .c-btn-arrow__text,
    .c-btn-arrow__text--align,
    .c-btn-arrow__text--large,
    .c-btn-arrow__text--small,
    .c-btn-arrow__text--smaller {
        font-size: 16px
    }
}

@media (max-width:1560px) {

    .c-btn-arrow__text,
    .c-btn-arrow__text--align,
    .c-btn-arrow__text--large,
    .c-btn-arrow__text--small,
    .c-btn-arrow__text--smaller {
        font-size: 14px
    }
}

@media (max-width:600px) {

    .c-btn-arrow__text,
    .c-btn-arrow__text--align,
    .c-btn-arrow__text--large,
    .c-btn-arrow__text--small,
    .c-btn-arrow__text--smaller {
        font-size: 12px
    }
}

@media (max-width:375px) {

    .c-btn-arrow__text,
    .c-btn-arrow__text--align,
    .c-btn-arrow__text--large,
    .c-btn-arrow__text--small,
    .c-btn-arrow__text--smaller {
        font-size: 10px
    }
}

.c-btn-arrow__text--large {
    font-size: 30px
}

@media (max-width:1920px) {
    .c-btn-arrow__text--large {
        font-size: 24px
    }
}

@media (max-width:1560px) {
    .c-btn-arrow__text--large {
        font-size: 22px
    }
}

@media (max-width:1251px) {
    .c-btn-arrow__text--large {
        font-size: 20px
    }
}

@media (max-width:600px) {
    .c-btn-arrow__text--large {
        font-size: 24px
    }
}

@media (max-width:375px) {
    .c-btn-arrow__text--large {
        font-size: 20px
    }
}

.c-btn-arrow__text--small {
    font-size: 20px
}

@media (max-width:960px) {
    .c-btn-arrow__text--small {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .c-btn-arrow__text--small {
        font-size: 14px
    }
}

.c-btn-arrow__text--smaller {
    font-size: 16px
}

@media (max-width:767px) {
    .c-btn-arrow__text--smaller {
        font-size: 14px
    }
}

.c-btn-arrow__text--align {
    -webkit-transform: translateY(2px);
    transform: translateY(2px)
}

@media (max-width:767px) {
    .c-btn-arrow__text--align {
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }
}

.c-btn-arrow__icon-wrap {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 44px;
    height: 100%;
    background: #32863a;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1920px) {
    .c-btn-arrow__icon-wrap {
        width: 35px
    }
}

@media (max-width:1560px) {
    .c-btn-arrow__icon-wrap {
        width: 32px
    }
}

@media (max-width:1251px) {
    .c-btn-arrow__icon-wrap {
        width: 28px
    }
}

@media (max-width:600px) {
    .c-btn-arrow__icon-wrap {
        width: 32px
    }
}

@media (max-width:375px) {
    .c-btn-arrow__icon-wrap {
        width: 28px
    }
}

.c-btn-arrow__icon {
    width: 16px
}

@media (max-width:1920px) {
    .c-btn-arrow__icon {
        width: 13px
    }
}

@media (max-width:1560px) {
    .c-btn-arrow__icon {
        width: 12px
    }
}

@media (max-width:1251px) {
    .c-btn-arrow__icon {
        width: 10px
    }
}

@media (max-width:600px) {
    .c-btn-arrow__icon {
        width: 12px
    }
}

@media (max-width:375px) {
    .c-btn-arrow__icon {
        width: 10px
    }
}

.c-btn-switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    cursor: pointer;
    border: 1px solid #d7d7d7;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-btn-switch.is-active {
    cursor: default;
    border-color: #921318;
    background: #921318
}

.c-btn-switch.is-active .c-btn-switch__text {
    color: #fff
}

.c-btn-switch__text {
    font-size: 14px;
    line-height: 1
}

@media (max-width:375px) {
    .c-btn-switch__text-no-mobile {
        display: none
    }
}

.c-block-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-block-swiper--switch-btn {
    display: none
}

@media (max-width:600px) {
    .c-block-swiper--switch-btn {
        display: block
    }
}

.c-block-swiper--switch-btn .c-block-swiper__container {
    overflow: visible
}

.c-block-swiper--table .c-block-swiper__container {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.c-block-swiper--table .c-block-swiper__container::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none
}

.c-block-swiper--table .c-block-swiper__slide {
    min-width: 290px;
    max-width: 290px
}

@media (max-width:600px) {
    .c-block-swiper--table .c-block-swiper__slide {
        min-width: 100%;
        max-width: 100%
    }
}

.c-block-swiper__icon {
    position: absolute;
    z-index: 1;
    top: 13px;
    right: 0
}

.c-box-bg,
.c-box-bg--border,
.c-box-bg--opacity,
.c-box-bg--padding-default {
    padding: 24px;
    background: #fff
}

@media (max-width:1251px) {

    .c-box-bg,
    .c-box-bg--border,
    .c-box-bg--opacity,
    .c-box-bg--padding-default {
        padding: 16px
    }
}

.c-box-bg--border {
    border: 1px solid #d7d7d7
}

.c-box-bg--padding-default {
    padding: 38.4px
}

@media (max-width:1251px) {
    .c-box-bg--padding-default {
        padding: 24px
    }
}

@media (max-width:767px) {
    .c-box-bg--padding-default {
        padding: 16px
    }
}

.c-box-bg--opacity {
    background: rgba(255, 255, 255, 0.8)
}

.c-heading-h1 {
    overflow: hidden;
    width: 100%;
    height: 0;
    white-space: nowrap;
    text-indent: 100%
}

.c-heading-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 6.25px;
    padding-bottom: 6.25px;
    padding-left: 24px;
    gap: 6.25px
}

.c-heading-border:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    content: "";
    background: #b7151e
}

.c-heading-larger {
    font-size: 44px;
    line-height: 1.4
}

@media (max-width:1251px) {
    .c-heading-larger {
        font-size: 34px
    }
}

@media (max-width:767px) {
    .c-heading-larger {
        font-size: 26px;
        text-align: center
    }
}

.c-heading-large {
    font-size: 28px;
    font-weight: bold
}

@media (max-width:767px) {
    .c-heading-large {
        font-size: 18px
    }
}

.c-heading-middle {
    font-size: 22px;
    font-weight: bold
}

@media (max-width:767px) {
    .c-heading-middle {
        font-size: 16px
    }
}

.c-table-trade,
.c-table-trade--kiwami,
.c-table-trade--micro,
.c-table-trade--standard,
.c-table-trade--zero {
    width: 100%;
    border: 1px solid #d7d7d7;
    background: rgba(255, 255, 255, 0.8)
}

.c-table-trade--micro .c-table-trade__heading:before {
    border-color: #44b3d9 transparent transparent transparent
}

.c-table-trade--kiwami .c-table-trade__heading:before {
    border-color: #921318 transparent transparent transparent
}

.c-table-trade--zero .c-table-trade__heading:before {
    border-color: #cacaca transparent transparent transparent
}

.c-table-trade__heading {
    overflow: hidden;
    padding: 32px 16px 16px
}

@media (max-width:767px) {
    .c-table-trade__heading {
        padding: 20px 10px 10px
    }
}

.c-table-trade__heading:before {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 0;
    height: 0;
    content: "";
    border-width: 48px 48px 0 0;
    border-style: solid;
    border-color: #d0a900 transparent transparent transparent
}

.c-table-trade__heading-title {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
    color: #921318;
    border-bottom: 1px solid #921318
}

.c-table-trade__heading-text {
    font-size: 14px;
    margin-top: 16px
}

.c-table-trade__heading-btn {
    margin-top: 16px
}

.c-table-trade__body-item {
    padding: 16px;
    border-top: 1px solid #d7d7d7
}

@media (max-width:767px) {
    .c-table-trade__body-item {
        padding: 10px
    }
}

.c-table-trade__body-text,
.c-table-trade__body-title {
    font-size: 14px
}

@media (max-width:600px) {

    .c-table-trade__body-text,
    .c-table-trade__body-title {
        text-align: center
    }
}

.c-table-trade__body-title {
    color: #921318
}

.c-nav-fix,
.c-nav-fix--app,
.c-nav-fix--header {
    position: fixed
}

.c-nav-fix--header {
    z-index: 9999;
    top: 0;
    left: 0;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 72px;
    padding: 0 10px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-grid-columns: -webkit-max-content 16px 1fr;
    -ms-grid-columns: max-content 16px 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 16px
}

@media (max-width:767px) {
    .c-nav-fix--header {
        display: -ms-grid;
        display: grid
    }
}

@media (max-width:425px) {
    .c-nav-fix--header {
        gap: 10px
    }
}

.c-nav-fix--header.is-app-close {
    height: 0
}

.c-nav-fix--app {
    z-index: 9997;
    right: 10px;
    bottom: 110px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    -webkit-transform: translate3d(0, calc(100% + 100px + 10px), 0);
    transform: translate3d(0, calc(100% + 100px + 10px), 0)
}

@media (max-width:767px) {
    .c-nav-fix--app {
        bottom: 100px;
        -webkit-transform: translate3d(0, calc(100% + 90px + 10px), 0);
        transform: translate3d(0, calc(100% + 90px + 10px), 0)
    }
}

.activeFix02 .c-nav-fix--app {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.c-nav-fix__item {
    width: 100%
}

.c-nav-fix__btn-circle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 60px;
    height: 60px;
    cursor: pointer;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px
}

@media (max-width:767px) {
    .c-nav-fix__btn-circle {
        width: 50px;
        height: 50px
    }
}

.c-nav-fix__btn-circle:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 60px;
    height: 60px;
    content: "";
    border: 1px solid #fff;
    border-radius: 50%;
    background: #222;
    -webkit-box-shadow: 0px 2px 4px 0px #cacaca;
    box-shadow: 0px 2px 4px 0px #cacaca
}

@media (max-width:767px) {
    .c-nav-fix__btn-circle:before {
        width: 50px;
        height: 50px
    }
}

.c-nav-fix__btn-rect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 6.25px;
    cursor: pointer;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6.25px
}

.c-nav-fix__btn-rect:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #fff;
    border-radius: 4px;
    background: #222;
    -webkit-box-shadow: 0px 2px 4px 0px #cacaca;
    box-shadow: 0px 2px 4px 0px #cacaca
}

.c-nav-fix__icon,
.c-nav-fix__icon--xm {
    z-index: 2;
    width: 30px
}

@media (max-width:767px) {

    .c-nav-fix__icon,
    .c-nav-fix__icon--xm {
        width: 25px
    }
}

.c-nav-fix__icon--xm {
    width: 30px
}

.c-nav-fix__btn {
    margin-left: auto
}

.c-nav-fix__close {
    width: 24px;
    height: 24px;
    cursor: pointer
}

@media (max-width:375px) {
    .c-nav-fix__close {
        width: 18px;
        height: 18px
    }
}

.c-nav-fix__close:after,
.c-nav-fix__close:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 4px;
    background: #222
}

.c-nav-fix__close:before {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.c-nav-fix__close:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.c-nav-fix__body {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: -webkit-max-content 16px auto 16px -webkit-max-content;
    -ms-grid-columns: max-content 16px auto 16px max-content;
    grid-template-columns: -webkit-max-content auto -webkit-max-content;
    grid-template-columns: max-content auto max-content;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:425px) {
    .c-nav-fix__body {
        gap: 10px
    }
}

@media (max-width:375px) {
    .c-nav-fix__body {
        gap: 6.25px
    }
}

.c-nav-fix__logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    margin: 0
}

.c-nav-fix__logo {
    border-radius: 4px
}

.c-nav-fix__text,
.c-nav-fix__text--bold {
    font-size: 12px;
    line-height: 1.6
}

.c-nav-fix__text--bold {
    font-weight: bold
}

.c-nav-fix__btn-text {
    font-size: 10px;
    font-weight: bold;
    line-height: 1.2;
    white-space: nowrap;
    color: #fff
}

.c-icon-link,
.c-icon-link--point {
    border: 1px solid #921318
}

.c-icon-link--point .c-icon-link__icon {
    width: 18px;
    height: 27px
}

@media (max-width:767px) {
    .c-icon-link--point .c-icon-link__icon {
        width: 14px;
        height: 22px
    }
}

.c-icon-link__item {
    display: block;
    width: 100%;
    height: 100%;
    padding: 16px;
    padding-left: 38.4px
}

@media (max-width:1251px) {
    .c-icon-link__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 16px;
        gap: 16px
    }
}

@media (max-width:767px) {
    .c-icon-link__item {
        padding: 10px;
        gap: 10px
    }
}

@media (min-width:1024px) {
    .c-icon-link__item:hover {
        opacity: 1
    }
}

.c-icon-link__icon-box {
    position: absolute;
    top: 9px;
    left: -21px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #921318;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1251px) {
    .c-icon-link__icon-box {
        position: relative;
        top: auto;
        left: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }
}

@media (max-width:767px) {
    .c-icon-link__icon-box {
        width: 34px;
        height: 34px
    }
}

.c-icon-link__text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.c-icon-link__text {
    font-size: 16px
}

@media (max-width:767px) {
    .c-icon-link__text {
        font-size: 14px
    }
}

.c-icon-link__arrow {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.c-unit-bid-ask {
    display: -ms-grid;
    display: grid;
    width: 100%;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px
}

@media (max-width:1251px) {
    .c-unit-bid-ask {
        gap: 0
    }
}

@media (max-width:960px) {
    .c-unit-bid-ask {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {
    .c-unit-bid-ask {
        -ms-grid-columns: 1fr 6.25px 1fr;
        grid-template-columns: repeat(2, 1fr);
        gap: 6.25px
    }
}

.c-unit-bid-ask__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 84px;
    height: 27px;
    padding: 0 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1251px) {
    .c-unit-bid-ask__item {
        min-width: 64px;
        height: auto;
        padding: 0 6.25px
    }
}

@media (max-width:767px) {
    .c-unit-bid-ask__item {
        min-width: auto;
        padding: 0 3px
    }
}

.c-unit-bid-ask__item.is-up {
    background: rgba(58, 165, 70, 0.3)
}

.c-unit-bid-ask__item.is-up .c-unit-bid-ask__shape {
    background: #3aa546;
    clip-path: polygon(50% 0%, 0% 100%, 100% 100%)
}

.c-unit-bid-ask__item.is-up .c-unit-bid-ask__num-child {
    color: #3aa546
}

.c-unit-bid-ask__item.is-down {
    background: rgba(255, 77, 77, 0.3)
}

.c-unit-bid-ask__item.is-down .c-unit-bid-ask__shape {
    background: #ff4d4d;
    clip-path: polygon(50% 100%, 0 0, 100% 0)
}

.c-unit-bid-ask__item.is-down .c-unit-bid-ask__num-child {
    color: #ff4d4d
}

.c-unit-bid-ask__item-inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.25px;
    -ms-grid-columns: 11px 6.25px 1fr;
    grid-template-columns: 11px 1fr
}

@media (max-width:1251px) {
    .c-unit-bid-ask__item-inner {
        -ms-grid-columns: 9px 3px 1fr;
        grid-template-columns: 9px 1fr;
        gap: 3px
    }
}

.c-unit-bid-ask__shape {
    width: 11px;
    height: 11px
}

@media (max-width:1251px) {
    .c-unit-bid-ask__shape {
        width: 9px;
        height: 9px
    }
}

.c-unit-bid-ask__num-child {
    font-family: "Bebas Neue", sans-serif;
    font-size: 16px;
    line-height: 1
}

@media (max-width:1251px) {
    .c-unit-bid-ask__num-child {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .c-unit-bid-ask__num-child {
        font-size: 12px
    }
}

.c-unit-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-card-common {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 16px;
    border: 1px solid #d7d7d7;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .c-card-common {
        padding: 10px
    }
}

.c-card-common__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-card-common__img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-card-common__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    width: 100%;
    text-align: center;
    color: #921318
}

@media (max-width:767px) {
    .c-card-common__title {
        font-size: 22px
    }
}

.c-card-common__title:not(:first-child) {
    margin-top: 24px
}

.c-card-common__description {
    width: 100%
}

.c-card-common__description:not(:first-child) {
    margin-top: 16px
}

.c-card-common__note-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 10px
}

.c-card-common__note-wrap:not(:first-child) {
    margin-top: 16px
}

.c-card-common__note {
    font-size: 14px
}

@media (max-width:767px) {
    .c-card-common__note {
        font-size: 12px
    }
}

.c-card-common__btn {
    width: 100%
}

.c-card-common__btn:not(:first-child) {
    margin-top: 60px
}

@media (max-width:960px) {
    .c-card-common__btn:not(:first-child) {
        margin-top: 48px
    }
}

@media (max-width:767px) {
    .c-card-common__btn:not(:first-child) {
        margin-top: 38.4px
    }
}

.c-mega-menu__nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 248px 16px 1fr;
    grid-template-columns: 248px 1fr;
    gap: 16px
}

@media (max-width:1251px) {
    .c-mega-menu__nav {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.c-mega-menu__title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.4;
    color: #222
}

@media (max-width:1251px) {
    .c-mega-menu__title {
        display: none
    }
}

@media (max-width:767px) {
    .c-mega-menu__title {
        font-size: 16px;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 16px 10px;
        cursor: pointer;
        color: #fff;
        background: #222;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 10px
    }
}

.c-mega-menu__title-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 10px;
    height: 10px
}

.c-mega-menu__title-icon:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px;
    height: 100%;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff
}

.c-mega-menu__title-icon:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff
}

.c-mega-menu__nav-inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 38.4px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 24px 38.4px
}

@media (max-width:1251px) {
    .c-mega-menu__nav-inner {
        gap: 24px
    }
}

@media (max-width:960px) {
    .c-mega-menu__nav-inner {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {
    .c-mega-menu__nav-inner {
        border-top: 1px solid #666;
        gap: 0
    }
}

@media (max-width:767px) {
    .c-mega-menu__nav-wrap:last-child .c-mega-menu__nav-item:last-child .c-mega-menu__nav-link {
        border-bottom: none
    }
}

.c-mega-menu__nav-title,
.c-mega-menu__nav-title--link {
    padding-bottom: 6.25px;
    border-bottom: 1px solid #222
}

@media (max-width:767px) {

    .c-mega-menu__nav-title,
    .c-mega-menu__nav-title--link {
        padding: 20px 10px 10px;
        border-bottom: none
    }
}

.c-mega-menu__nav-title--link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 5px;
    grid-template-columns: 1fr 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.c-mega-menu__nav-title--link .c-mega-menu__nav-title-child {
    overflow: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: transparent;
    text-shadow: 0 -24px 0 #222, 0 0 0 #222
}

@media (max-width:767px) {
    .c-mega-menu__nav-title--link .c-mega-menu__nav-title-child {
        color: #fff;
        text-shadow: none
    }
}

@media (min-width:1024px) {
    .c-mega-menu__nav-title--link:hover {
        opacity: 1
    }

    .c-mega-menu__nav-title--link:hover .c-mega-menu__nav-title-child {
        text-shadow: 0 0 0 #222, 0 24px 0 #222
    }
}

.c-mega-menu__nav-title-child {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
    z-index: 2;
    color: #222
}

@media (max-width:1024px) {
    .c-mega-menu__nav-title-child {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .c-mega-menu__nav-title-child {
        font-size: 14px;
        line-height: 1.5;
        color: #fff
    }
}

.c-mega-menu__nav-list,
.c-mega-menu__nav-list--two-column {
    display: -ms-grid;
    display: grid;
    margin-top: 16px;
    grid-auto-flow: column;
    -ms-grid-rows: auto 0 auto 0 auto 0 auto 0 auto;
    grid-template-rows: repeat(5, auto);
    gap: 0 24px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr
}

.c-mega-menu__nav-list--two-column>:first-child,
.c-mega-menu__nav-list>:first-child {
    -ms-grid-row: 1;
    -ms-grid-column: 1
}

.c-mega-menu__nav-list--two-column>:nth-child(2),
.c-mega-menu__nav-list>:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1
}

.c-mega-menu__nav-list--two-column>:nth-child(3),
.c-mega-menu__nav-list>:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1
}

.c-mega-menu__nav-list--two-column>:nth-child(4),
.c-mega-menu__nav-list>:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1
}

.c-mega-menu__nav-list--two-column>:nth-child(5),
.c-mega-menu__nav-list>:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1
}

@media (max-width:767px) {

    .c-mega-menu__nav-list,
    .c-mega-menu__nav-list--two-column {
        margin-top: 0;
        padding: 0 24px;
        grid-auto-flow: row;
        -ms-grid-rows: 1fr;
        grid-template-rows: 1fr;
        gap: 0
    }
}

.c-mega-menu__nav-list--two-column {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr
}

.c-mega-menu__nav-item:not(:nth-child(5n+1)) {
    margin-top: 10px
}

@media (max-width:767px) {
    .c-mega-menu__nav-item:not(:nth-child(5n+1)) {
        margin-top: 0
    }
}

.c-mega-menu__nav-link {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 5px 10px 1fr;
    grid-template-columns: 5px 1fr;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:767px) {
    .c-mega-menu__nav-link {
        height: 44px;
        padding: 10px 0;
        border-bottom: 1px solid #666
    }
}

@media (min-width:1024px) {
    .c-mega-menu__nav-link:hover {
        opacity: 1
    }

    .c-mega-menu__nav-link:hover .c-mega-menu__nav-link-text {
        color: #b7151e
    }

    .c-mega-menu__nav-link:hover .c-mega-menu__nav-link-icon path {
        fill: #b7151e
    }
}

.c-mega-menu__nav-link-text {
    font-size: 16px;
    line-height: 1.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #222
}

@media (max-width:1024px) {
    .c-mega-menu__nav-link-text {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .c-mega-menu__nav-link-text {
        color: #fff
    }
}

.c-mega-menu__nav-link-icon {
    z-index: 2;
    width: 5px
}

.c-mega-menu__nav-link-icon path {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media (max-width:767px) {
    .c-mega-menu__nav-link-icon path {
        fill: #fff
    }
}

.c-mega-menu__banner {
    margin-top: 60px;
    padding: 24px;
    border-radius: 4px;
    background: #f7f7f7
}

@media (max-width:1251px) {
    .c-mega-menu__banner {
        margin-top: 38.4px;
        padding: 16px
    }
}

@media (max-width:960px) {
    .c-mega-menu__banner {
        margin-top: 24px
    }
}

@media (max-width:767px) {
    .c-mega-menu__banner {
        margin-top: 0;
        padding: 38.4px 10px 10px;
        border-radius: 0;
        background: transparent
    }
}

.c-mega-menu__banner-inner {
    display: -ms-grid;
    display: grid;
    height: 200px;
    gap: 24px;
    -ms-grid-columns: 78.3fr 24px 45.7fr;
    grid-template-columns: 78.3fr 45.7fr
}

@media (max-width:1251px) {
    .c-mega-menu__banner-inner {
        height: 180px;
        gap: 16px
    }
}

@media (max-width:960px) {
    .c-mega-menu__banner-inner {
        height: auto;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {
    .c-mega-menu__banner-inner {
        gap: 10px
    }
}

.c-mega-menu__banner-main {
    overflow: hidden;
    padding: 24px
}

@media (max-width:1251px) {
    .c-mega-menu__banner-main {
        padding: 16px
    }
}

@media (max-width:767px) {
    .c-mega-menu__banner-main {
        min-height: 162px
    }
}

@media (min-width:1024px) {
    .c-mega-menu__banner-main:hover {
        opacity: 1
    }

    .c-mega-menu__banner-main:hover .c-mega-menu__banner-main-bg {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .c-mega-menu__banner-main:hover .c-mega-menu__main-btn-rect {
        -webkit-transform: translateX(6.25px);
        transform: translateX(6.25px)
    }
}

.c-mega-menu__banner-main-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.c-mega-menu__banner-main-bg:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.4)
}

.c-mega-menu__banner-main-wrap {
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    gap: 16px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1251px) {
    .c-mega-menu__banner-main-wrap {
        gap: 24px
    }
}

@media (max-width:767px) {
    .c-mega-menu__banner-main-wrap {
        gap: 6.25px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.c-mega-menu__banner-logo-img {
    width: 307px;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3))
}

@media (max-width:1251px) {
    .c-mega-menu__banner-logo-img {
        width: 280px
    }
}

@media (max-width:767px) {
    .c-mega-menu__banner-logo-img {
        width: 238px
    }
}

.c-mega-menu__banner-main-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.6;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}

@media (max-width:767px) {
    .c-mega-menu__banner-main-text {
        font-size: 12px
    }
}

.c-mega-menu__main-btn {
    position: absolute;
    z-index: 2;
    right: 24px;
    bottom: 38.4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.25px
}

@media (max-width:1251px) {
    .c-mega-menu__main-btn {
        right: 16px;
        bottom: 32px
    }
}

@media (max-width:960px) {
    .c-mega-menu__main-btn {
        bottom: 20px
    }
}

@media (max-width:767px) {
    .c-mega-menu__main-btn {
        bottom: 16px
    }
}

.c-mega-menu__main-btn-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-mega-menu__main-btn-ja {
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}

@media (max-width:767px) {
    .c-mega-menu__main-btn-ja {
        font-size: 12px
    }
}

.c-mega-menu__main-btn-en {
    font-family: "Bebas Neue", sans-serif;
    font-size: 32px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.3)
}

@media (max-width:1251px) {
    .c-mega-menu__main-btn-en {
        font-size: 28px
    }
}

@media (max-width:767px) {
    .c-mega-menu__main-btn-en {
        font-size: 24px
    }
}

.c-mega-menu__main-btn-rect {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 10px;
    background: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3));
    filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.3))
}

@media (max-width:1251px) {
    .c-mega-menu__main-btn-rect {
        width: 45px;
        height: 45px
    }
}

@media (max-width:767px) {
    .c-mega-menu__main-btn-rect {
        width: 37px;
        height: 37px
    }
}

.c-mega-menu__main-btn-icon {
    width: 18px;
    -webkit-animation: clip-left-to-right 1s linear infinite;
    animation: clip-left-to-right 1s linear infinite
}

.c-mega-menu__banner-video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-filter: contrast(0.7);
    filter: contrast(0.7)
}

.c-mega-menu__banner-sub {
    display: -ms-grid;
    display: grid;
    gap: 10px;
    -ms-grid-rows: 103fr 10px 86fr;
    grid-template-rows: 103fr 86fr
}

@media (max-width:960px) {
    .c-mega-menu__banner-sub {
        -ms-grid-rows: unset;
        grid-template-rows: unset;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .c-mega-menu__banner-sub>:first-child {
        -ms-grid-row: 1;
        -ms-grid-column: 1
    }

    .c-mega-menu__banner-sub>:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-column: 2
    }
}

@media (max-width:767px) {
    .c-mega-menu__banner-sub {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr))
    }
}

.c-mega-menu__banner-sub-item,
.c-mega-menu__banner-sub-item--height-large,
.c-mega-menu__banner-sub-item--height-small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:960px) {

    .c-mega-menu__banner-sub-item,
    .c-mega-menu__banner-sub-item--height-large,
    .c-mega-menu__banner-sub-item--height-small {
        height: 90px
    }
}

@media (max-width:767px) {

    .c-mega-menu__banner-sub-item,
    .c-mega-menu__banner-sub-item--height-large,
    .c-mega-menu__banner-sub-item--height-small {
        height: auto
    }
}

@media (min-width:1024px) {

    .c-mega-menu__banner-sub-item--height-large:hover,
    .c-mega-menu__banner-sub-item--height-small:hover,
    .c-mega-menu__banner-sub-item:hover {
        opacity: 1
    }

    .c-mega-menu__banner-sub-item--height-large:hover .c-mega-menu__banner-sub-bg,
    .c-mega-menu__banner-sub-item--height-small:hover .c-mega-menu__banner-sub-bg,
    .c-mega-menu__banner-sub-item:hover .c-mega-menu__banner-sub-bg {
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }

    .c-mega-menu__banner-sub-item--height-large:hover .c-mega-menu__sub-btn-icon,
    .c-mega-menu__banner-sub-item--height-small:hover .c-mega-menu__sub-btn-icon,
    .c-mega-menu__banner-sub-item:hover .c-mega-menu__sub-btn-icon {
        -webkit-transform: translateX(6.25px);
        transform: translateX(6.25px)
    }

    .c-mega-menu__banner-sub-item--height-large:hover .c-mega-menu__sub-btn-arrow--frame,
    .c-mega-menu__banner-sub-item--height-small:hover .c-mega-menu__sub-btn-arrow--frame,
    .c-mega-menu__banner-sub-item:hover .c-mega-menu__sub-btn-arrow--frame {
        -webkit-transform: translateX(6.25px);
        transform: translateX(6.25px)
    }

    .c-mega-menu__banner-sub-item--height-large:hover .c-mega-menu__sub-btn-arrow--frame .c-mega-menu__sub-btn-icon,
    .c-mega-menu__banner-sub-item--height-small:hover .c-mega-menu__sub-btn-arrow--frame .c-mega-menu__sub-btn-icon,
    .c-mega-menu__banner-sub-item:hover .c-mega-menu__sub-btn-arrow--frame .c-mega-menu__sub-btn-icon {
        -webkit-transform: unset;
        transform: unset
    }
}

.c-mega-menu__banner-sub-item--height-large {
    min-height: 90px
}

.c-mega-menu__banner-sub-item--height-small {
    min-height: 70px
}

.c-mega-menu__banner-sub-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media (max-width:767px) {
    .c-mega-menu__banner-sub-bg {
        position: relative
    }
}

.c-mega-menu__banner-img,
.c-mega-menu__banner-img--left,
.c-mega-menu__banner-img--right {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.c-mega-menu__banner-img--right {
    -o-object-position: center right;
    object-position: center right
}

.c-mega-menu__banner-img--left {
    -o-object-position: center left;
    object-position: center left
}

.c-mega-menu__sub-btn,
.c-mega-menu__sub-btn--arrow-frame,
.c-mega-menu__sub-btn--white {
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 280px;
    margin-left: auto;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1251px) {

    .c-mega-menu__sub-btn,
    .c-mega-menu__sub-btn--arrow-frame,
    .c-mega-menu__sub-btn--white {
        width: 230px
    }
}

@media (max-width:1024px) {

    .c-mega-menu__sub-btn,
    .c-mega-menu__sub-btn--arrow-frame,
    .c-mega-menu__sub-btn--white {
        width: 210px
    }
}

.c-mega-menu__sub-btn--white .c-mega-menu__sub-btn-label {
    color: #fff;
    border: 1px solid #fff
}

.c-mega-menu__sub-btn--white .c-mega-menu__sub-btn-num,
.c-mega-menu__sub-btn--white .c-mega-menu__sub-btn-text,
.c-mega-menu__sub-btn--white .c-mega-menu__sub-btn-text--en,
.c-mega-menu__sub-btn--white .c-mega-menu__sub-btn-title,
.c-mega-menu__sub-btn--white .c-mega-menu__sub-btn-unit {
    color: #fff
}

.c-mega-menu__sub-btn--white .c-mega-menu__sub-btn-arrow--frame {
    background: #fff
}

.c-mega-menu__sub-btn--white .c-mega-menu__sub-btn-arrow--frame .c-mega-menu__sub-btn-icon path {
    fill: #222
}

.c-mega-menu__sub-btn--arrow-frame {
    width: 228px;
    margin-right: 16px;
    padding-right: 32px;
    gap: 10px
}

@media (max-width:1251px) {
    .c-mega-menu__sub-btn--arrow-frame {
        width: 200px
    }
}

@media (max-width:1024px) {
    .c-mega-menu__sub-btn--arrow-frame {
        width: 180px
    }
}

@media (max-width:767px) {
    .c-mega-menu__sub-btn--arrow-frame {
        position: absolute;
        top: 50%;
        right: 16px;
        margin-right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.c-mega-menu__sub-btn-label {
    font-family: "Bebas Neue", sans-serif;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 17px;
    padding: 0 6.25px;
    padding-top: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
    color: #222;
    border: 1px solid #222;
    border-radius: 2px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-mega-menu__sub-btn-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 6.25px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #222
}

@media (max-width:1251px) {
    .c-mega-menu__sub-btn-title {
        font-size: 18px
    }
}

.c-mega-menu__sub-btn-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

.c-mega-menu__sub-btn-num {
    font-family: "Bebas Neue", sans-serif;
    font-size: 42px;
    line-height: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #222
}

@media (max-width:1251px) {
    .c-mega-menu__sub-btn-num {
        font-size: 36px
    }
}

.c-mega-menu__sub-btn-unit {
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #222
}

.c-mega-menu__sub-btn-foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6.25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-mega-menu__sub-btn-text,
.c-mega-menu__sub-btn-text--en {
    font-size: 14px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #222
}

.c-mega-menu__sub-btn-text--en {
    font-family: "Bebas Neue", sans-serif;
    font-weight: normal;
    top: 2px
}

.c-mega-menu__sub-btn-arrow--frame {
    position: absolute;
    right: 0;
    bottom: 1px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32px;
    height: 13px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 30px;
    background: #222;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.c-mega-menu__sub-btn-arrow--frame .c-mega-menu__sub-btn-icon path {
    fill: #fff
}

.c-mega-menu__sub-btn-icon {
    width: 18px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.c-mega-menu__foot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 24px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.c-mega-menu__foot-link {
    font-size: 14px;
    display: -ms-grid;
    display: grid;
    color: #222;
    -ms-grid-columns: 12px 6.25px 1fr;
    grid-template-columns: 12px 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.25px
}

@media (min-width:1024px) {
    .c-mega-menu__foot-link:hover {
        text-decoration: underline;
        opacity: 1
    }
}

.c-mega-menu__foot-link-icon {
    width: 12px
}

.c-mega-menu__search {
    max-width: 900px;
    margin: 0 auto;
    padding: 2px
}

.c-mega-menu__accordion-inner {
    border-bottom: 1px solid #666
}

.c-mega-menu__accordion-inner:first-child {
    border-top: 1px solid #666
}

.c-mega-menu__accordion-inner.is-boxOpen .c-mega-menu__title-icon:before {
    opacity: 0
}

.c-input-common,
.c-input-common--search,
.c-input-common--search-button {
    width: 100%
}

.c-input-common--search .c-input-common__textform,
.c-input-common--search .c-input-common__textform--bold {
    padding: 0 58px 0 16px
}

.c-input-common--search-button .c-input-common__textform,
.c-input-common--search-button .c-input-common__textform--bold {
    padding: 0 53px 0 10px;
    color: #fff !important;
    border-top: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-input-common--search-button .c-input-common__textform--bold:focus,
.c-input-common--search-button .c-input-common__textform:focus {
    color: #222 !important;
    background: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.c-input-common--search-button .c-input-common__textform--bold:focus+.c-input-common__search-submit,
.c-input-common--search-button .c-input-common__textform:focus+.c-input-common__search-submit {
    background-color: #969696
}

.c-input-common--search-button .c-input-common__search-submit {
    right: 0;
    width: auto;
    height: calc(100% + 1px);
    background: url("../images/icon/icon_search_white.svg") 50% 50%/50% no-repeat;
    aspect-ratio: 1/1
}

.c-input-common__textform,
.c-input-common__textform--bold {
    font-family: inherit;
    font-size: 16px;
    width: 100%;
    height: 43px;
    padding: 0 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #222 !important;
    border: 1px solid transparent;
    border-radius: 4px;
    background: #fff;
    -webkit-box-shadow: 0 0 0 1px #969696;
    box-shadow: 0 0 0 1px #969696
}

@media (max-width:767px) {

    .c-input-common__textform,
    .c-input-common__textform--bold {
        font-size: 14px
    }
}

.c-input-common__textform--bold::-webkit-input-placeholder,
.c-input-common__textform::-webkit-input-placeholder {
    font-size: 16px;
    color: #969696 !important
}

.c-input-common__textform--bold::-moz-placeholder,
.c-input-common__textform::-moz-placeholder {
    font-size: 16px;
    color: #969696 !important
}

.c-input-common__textform--bold:-ms-input-placeholder,
.c-input-common__textform:-ms-input-placeholder {
    font-size: 16px;
    color: #969696 !important
}

.c-input-common__textform--bold::-ms-input-placeholder,
.c-input-common__textform::-ms-input-placeholder {
    font-size: 16px;
    color: #969696 !important
}

.c-input-common__textform--bold::placeholder,
.c-input-common__textform::placeholder {
    font-size: 16px;
    color: #969696 !important
}

@media (max-width:767px) {

    .c-input-common__textform--bold::-webkit-input-placeholder,
    .c-input-common__textform::-webkit-input-placeholder {
        font-size: 14px
    }

    .c-input-common__textform--bold::-moz-placeholder,
    .c-input-common__textform::-moz-placeholder {
        font-size: 14px
    }

    .c-input-common__textform--bold:-ms-input-placeholder,
    .c-input-common__textform:-ms-input-placeholder {
        font-size: 14px
    }

    .c-input-common__textform--bold::-ms-input-placeholder,
    .c-input-common__textform::-ms-input-placeholder {
        font-size: 14px
    }

    .c-input-common__textform--bold::placeholder,
    .c-input-common__textform::placeholder {
        font-size: 14px
    }
}

.c-input-common__textform--bold:focus,
.c-input-common__textform:focus {
    -webkit-box-shadow: 0 0 0 2px #e4a231;
    box-shadow: 0 0 0 2px #e4a231
}

.c-input-common__textform.is-error,
.is-error.c-input-common__textform--bold {
    background: #ff8787;
    -webkit-box-shadow: 0 0 0 2px #e4a231;
    box-shadow: 0 0 0 2px #e4a231
}

.c-input-common__textform.is-valid,
.is-valid.c-input-common__textform--bold {
    background: #44b3d9
}

.c-input-common__textform.is-disable,
.is-disable.c-input-common__textform--bold {
    pointer-events: none;
    background: #f7f7f7
}

.c-input-common__textform.is-null,
.is-null.c-input-common__textform--bold {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 0 1px #969696;
    box-shadow: 0 0 0 1px #969696;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.c-input-common__textform.is-no-event,
.is-no-event.c-input-common__textform--bold {
    pointer-events: none
}

.c-input-common__textform--bold {
    font-weight: bold
}

.c-input-common__search-submit {
    position: absolute !important;
    top: 50%;
    right: 10px;
    width: 26px;
    height: 26px;
    padding: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    background: url("../images/icon/icon_search_gray.svg") 50% 50% no-repeat;
    background-size: contain
}

.c-hamburger {
    width: 34px;
    height: 34px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #fff;
    border-radius: 4px;
    background: #fff
}

@media (max-width:767px) {
    .c-hamburger {
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        background: transparent
    }
}

@media (min-width:1024px) {
    .c-hamburger:hover {
        border: 1px solid #222;
        background: #222
    }

    .c-hamburger:hover span {
        background: #fff
    }
}

.c-hamburger.is-show {
    border: 1px solid #969696;
    background: #969696
}

@media (max-width:767px) {
    .c-hamburger.is-show {
        border: 1px solid transparent;
        background: #222
    }
}

@media (min-width:1024px) {
    .c-hamburger.is-show:hover {
        border: 1px solid #222;
        background: #fff
    }

    .c-hamburger.is-show:hover span {
        background: #222
    }
}

.c-hamburger.is-show span {
    background: #fff
}

.c-hamburger.is-show span:first-of-type {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg)
}

.c-hamburger.is-show span:nth-of-type(2) {
    opacity: 0
}

.c-hamburger.is-show span:nth-of-type(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg)
}

.header.is-scroll .c-hamburger,
.header.is-show .c-hamburger {
    border: 1px solid #222;
    background: #222
}

@media (max-width:767px) {

    .header.is-scroll .c-hamburger,
    .header.is-show .c-hamburger {
        border: 1px solid #fff
    }
}

@media (min-width:1024px) {

    .header.is-scroll .c-hamburger:hover,
    .header.is-show .c-hamburger:hover {
        background: #fff
    }

    .header.is-scroll .c-hamburger:hover span,
    .header.is-show .c-hamburger:hover span {
        background: #222
    }
}

.header.is-scroll .c-hamburger.is-show,
.header.is-show .c-hamburger.is-show {
    border: 1px solid #969696;
    background: #969696
}

@media (max-width:767px) {

    .header.is-scroll .c-hamburger.is-show,
    .header.is-show .c-hamburger.is-show {
        border: 1px solid transparent;
        background: #222
    }
}

@media (min-width:1024px) {

    .header.is-scroll .c-hamburger.is-show:hover,
    .header.is-show .c-hamburger.is-show:hover {
        border: 1px solid #222;
        background: #fff
    }

    .header.is-scroll .c-hamburger.is-show:hover span,
    .header.is-show .c-hamburger.is-show:hover span {
        background: #222
    }
}

.header.is-scroll .c-hamburger.is-show span,
.header.is-show .c-hamburger.is-show span {
    background: #fff
}

.header.is-scroll .c-hamburger span,
.header.is-show .c-hamburger span {
    background: #fff
}

.header--white .c-hamburger {
    border: 1px solid #222;
    background: #222
}

@media (max-width:767px) {
    .header--white .c-hamburger {
        border: 1px solid #fff
    }
}

@media (min-width:1024px) {
    .header--white .c-hamburger:hover {
        background: #fff
    }

    .header--white .c-hamburger:hover span {
        background: #222
    }
}

.header--white .c-hamburger.is-show {
    border: 1px solid #969696;
    background: #969696
}

@media (max-width:767px) {
    .header--white .c-hamburger.is-show {
        border: 1px solid transparent;
        background: #222
    }
}

@media (min-width:1024px) {
    .header--white .c-hamburger.is-show:hover {
        border: 1px solid #222;
        background: #fff
    }

    .header--white .c-hamburger.is-show:hover span {
        background: #222
    }
}

.header--white .c-hamburger.is-show span {
    background: #fff
}

.header--white .c-hamburger span {
    background: #fff
}

.c-hamburger__inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 15px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

@media (max-width:767px) {
    .c-hamburger__inner {
        width: 24px;
        height: 16px
    }
}

.c-hamburger span {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 2px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 4px;
    background: #222
}

@media (max-width:767px) {
    .c-hamburger span {
        background: #fff
    }
}

.c-hamburger span:first-of-type {
    top: 0
}

.c-hamburger span:nth-of-type(2) {
    top: 50%
}

.c-hamburger span:nth-of-type(3) {
    top: 100%
}

[data-theme] {
    font-size: 12px;
    font-weight: normal;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    color: #fff;
    border-radius: 0;
    background: #969696
}

.tippy-box[data-theme][data-placement^=bottom]>.tippy-arrow:before {
    top: -9px;
    border-width: 0 8px 12px
}

[data-theme]>.tippy-content {
    padding: 10px
}

[data-theme~=gray_dark][data-placement^=top]>.tippy-arrow:before {
    border-top-color: #969696
}

[data-theme~=gray_dark][data-placement^=bottom]>.tippy-arrow:before {
    border-bottom-color: #969696
}

.c-section-bg,
.c-section-bg--gray-lightest,
.c-section-bg--heading,
.c-section-bg--widest {
    width: 100%;
    padding-top: 38.4px;
    padding-bottom: 38.4px
}

@media (max-width:1251px) {

    .c-section-bg,
    .c-section-bg--gray-lightest,
    .c-section-bg--heading,
    .c-section-bg--widest {
        padding-top: 24px;
        padding-bottom: 24px
    }
}

@media (max-width:767px) {

    .c-section-bg,
    .c-section-bg--gray-lightest,
    .c-section-bg--heading,
    .c-section-bg--widest {
        padding-top: 16px;
        padding-bottom: 16px
    }
}

.c-section-bg--heading {
    padding-top: 60px
}

@media (max-width:1251px) {
    .c-section-bg--heading {
        padding-top: 48px
    }
}

@media (max-width:767px) {
    .c-section-bg--heading {
        padding-top: 38.4px
    }
}

.c-section-bg--widest {
    padding-top: 60px;
    padding-bottom: 60px
}

@media (max-width:1251px) {
    .c-section-bg--widest {
        padding-top: 48px;
        padding-bottom: 48px
    }
}

@media (max-width:767px) {
    .c-section-bg--widest {
        padding-top: 38.4px;
        padding-bottom: 38.4px
    }
}

.c-section-bg--gray-lightest {
    background: #f7f7f7
}

.c-list-note {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.c-list-note__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 16px
}

.c-list-note__item:not(:first-child) {
    margin-top: 6.25px
}

.c-list-note__label,
.c-list-note__list-text,
.c-list-note__text {
    font-size: 14px;
    line-height: 1.6
}

.c-list-note__list {
    padding-left: 20px
}

.c-list-note__list-text {
    list-style: disc
}

.p-toppage-fv {
    height: 100vh;
    background: #000
}

@media (max-width:1920px) {
    .p-toppage-fv {
        min-height: 100vh;
        max-height: 100vh;
    }
}

@media (max-width:1560px) {
    .p-toppage-fv {
        min-height: 100vh;
        max-height: 100vh;
    }
}

@media (max-width:1440px) {
    .p-toppage-fv {
        min-height: 100vh;
        max-height: 100vh;
    }
}

@media (max-width:1251px) {
    .p-toppage-fv {
        min-height: 100vh;
        max-height: 100vh;
    }
}

@media (max-width:960px) {
    .p-toppage-fv {
        min-height: 100vh;
        max-height: 100vh;
    }
}

@media (max-width:767px) {
    .p-toppage-fv {
        min-height: 100vh;
        max-height: 100vh;
    }
}

.p-toppage-fv:before {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 225px;
    content: "";
    -webkit-transition-delay: 1.41s;
    transition-delay: 1.41s;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%)
}

@media (max-width:600px) {
    .p-toppage-fv:before {
        height: 375px
    }
}

.p-toppage-fv:has(.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--05):before {
    height: 434px
}

.p-toppage-fv__inner {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 50%;
    width: 100%;
    max-width: 1868px;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.p-toppage-fv__overlay-swiper {
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-toppage-fv__overlay-swiper-slide,
.p-toppage-fv__overlay-swiper-slide--bit-coin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    opacity: 0
}

.is-active.p-toppage-fv__overlay-swiper-slide--bit-coin,
.p-toppage-fv__overlay-swiper-slide.is-active {
    -webkit-transition-delay: 1.41s;
    transition-delay: 1.41s;
    opacity: 1
}

.is-exit.p-toppage-fv__overlay-swiper-slide--bit-coin,
.p-toppage-fv__overlay-swiper-slide.is-exit {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    opacity: 0
}

.p-toppage-fv__overlay-swiper-slide--bit-coin .p-toppage-fv__overlay-text {
    opacity: 0.1
}

.p-toppage-fv__overlay-text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 148px;
    font-style: italic;
    line-height: 1;
    position: absolute;
    bottom: 89px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    letter-spacing: 8px;
    opacity: 0.15;
    color: #fff;
    -webkit-filter: brightness(0.35);
    filter: brightness(0.35)
}

@media (max-width:1251px) {
    .p-toppage-fv__overlay-text {
        font-size: 118px;
        bottom: 78px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__overlay-text {
        bottom: 105px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__overlay-text {
        font-size: 98px;
        bottom: 160px;
        letter-spacing: 4px;
        opacity: 0.2;
        -webkit-filter: brightness(0.5);
        filter: brightness(0.5)
    }
}

.p-toppage-fv__overlay-text span {
    opacity: 0
}

@media (max-width:600px) {
    .p-toppage-fv__overlay-text span {
        opacity: 1
    }
}

.p-toppage-fv__overlay-text.is-active span {
    -webkit-animation: text-blinking 0.3s linear forwards;
    animation: text-blinking 0.3s linear forwards
}

@media (max-width:600px) {
    .p-toppage-fv__overlay-text.is-active span {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__overlay-text.is-inactive span {
    -webkit-animation: text-blinking-reverse 0.3s linear forwards;
    animation: text-blinking-reverse 0.3s linear forwards
}

@media (max-width:600px) {
    .p-toppage-fv__overlay-text.is-inactive span {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-toppage-fv__bg-swiper-container {
    width: 100%;
    height: 100%
}

.p-toppage-fv__bg-swiper-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-toppage-fv__bg-swiper-slide:after {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.1)
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-inner,
.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-inner--large,
.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-inner--larger,
.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-inner--largest {
    -webkit-transition-delay: 0.96s;
    transition-delay: 0.96s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    clip-path: inset(0 0 0 0)
}

@media (max-width:600px) {

    .p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-inner,
    .p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-inner--large,
    .p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-inner--larger,
    .p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-inner--largest {
        opacity: 1;
        clip-path: inset(0 0 0 0)
    }
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--01,
.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--02 {
    -webkit-transition-delay: 2.76s;
    transition-delay: 2.76s;
    -webkit-transition-duration: 6s;
    transition-duration: 6s;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--03 {
    -webkit-transition-delay: 2.31s;
    transition-delay: 2.31s;
    -webkit-transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
    opacity: 1
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--04 {
    -webkit-transition-delay: 2.31s;
    transition-delay: 2.31s;
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--05 {
    -webkit-transition-delay: 2.76s;
    transition-delay: 2.76s;
    -webkit-transition-duration: 6s;
    transition-duration: 6s;
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%)
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--08 {
    -webkit-transition-delay: 2.46s;
    transition-delay: 2.46s;
    -webkit-transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
    -webkit-animation: tilt 3s 4.26s cubic-bezier(0, 0.5, 0, 1) forwards;
    animation: tilt 3s 4.26s cubic-bezier(0, 0.5, 0, 1) forwards;
    opacity: 1
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--08 {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--12 {
    -webkit-transition-delay: 2.16s;
    transition-delay: 2.16s;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    clip-path: inset(0 0 0 0)
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--13 {
    -webkit-transition-delay: 2.16s;
    transition-delay: 2.16s;
    -webkit-transition-duration: 3s;
    transition-duration: 3s;
    clip-path: inset(0 0 0 0)
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--14 {
    -webkit-animation: twinkle 6s 5.16s ease-in-out infinite;
    animation: twinkle 6s 5.16s ease-in-out infinite
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--14 {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--15 {
    -webkit-animation: twinkle 6s 5.16s ease-in-out infinite;
    animation: twinkle 6s 5.16s ease-in-out infinite
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--15 {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--16 {
    -webkit-transition-delay: 5.16s;
    transition-delay: 5.16s;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 1
}

.p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--17 {
    -webkit-animation: twinkle 6s 5.16s ease-in-out infinite;
    animation: twinkle 6s 5.16s ease-in-out infinite
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-slide.is-active .p-toppage-fv__bg-swiper-img--17 {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-inner,
.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-inner--large,
.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-inner--larger,
.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-inner--largest {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    clip-path: inset(0 0 0 100%)
}

@media (max-width:600px) {

    .p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-inner,
    .p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-inner--large,
    .p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-inner--larger,
    .p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-inner--largest {
        opacity: 0;
        clip-path: inset(0 0 0 0)
    }
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--01,
.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--02 {
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--03 {
    -webkit-transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
    opacity: 1
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--04 {
    -webkit-transform: translateY(0) scaleY(1);
    transform: translateY(0) scaleY(1);
    opacity: 1
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--05 {
    -webkit-transform: translateY(0) translateX(-50%);
    transform: translateY(0) translateX(-50%)
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--08 {
    -webkit-transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
    transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
    -webkit-animation: tilt 3s 4.26s cubic-bezier(0, 0.5, 0, 1) forwards;
    animation: tilt 3s 4.26s cubic-bezier(0, 0.5, 0, 1) forwards;
    opacity: 1
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--08 {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--12 {
    clip-path: inset(0 0 0 0)
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--13 {
    clip-path: inset(0 0 0 0)
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--14 {
    -webkit-animation: twinkle 6s 5.16s ease-in-out infinite;
    animation: twinkle 6s 5.16s ease-in-out infinite
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--14 {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--15 {
    -webkit-animation: twinkle 6s 5.16s ease-in-out infinite;
    animation: twinkle 6s 5.16s ease-in-out infinite
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--15 {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--16 {
    opacity: 1
}

.p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--17 {
    -webkit-animation: twinkle 6s 5.16s ease-in-out infinite;
    animation: twinkle 6s 5.16s ease-in-out infinite
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-slide.is-exit .p-toppage-fv__bg-swiper-img--17 {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper-inner,
.p-toppage-fv__bg-swiper-inner--large,
.p-toppage-fv__bg-swiper-inner--larger,
.p-toppage-fv__bg-swiper-inner--largest {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1944px;
    height: 100%;
    -webkit-transition: clip-path 0s 1.56s cubic-bezier(0.86, 0, 0.07, 1);
    transition: clip-path 0s 1.56s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    clip-path: inset(0 100% 0 0)
}

@media (max-width:1920px) {

    .p-toppage-fv__bg-swiper-inner,
    .p-toppage-fv__bg-swiper-inner--large,
    .p-toppage-fv__bg-swiper-inner--larger,
    .p-toppage-fv__bg-swiper-inner--largest {
        width: 1750px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__bg-swiper-inner,
    .p-toppage-fv__bg-swiper-inner--large,
    .p-toppage-fv__bg-swiper-inner--larger,
    .p-toppage-fv__bg-swiper-inner--largest {
        width: 1400px
    }
}

@media (max-width:960px) {

    .p-toppage-fv__bg-swiper-inner,
    .p-toppage-fv__bg-swiper-inner--large,
    .p-toppage-fv__bg-swiper-inner--larger,
    .p-toppage-fv__bg-swiper-inner--largest {
        width: 960px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__bg-swiper-inner,
    .p-toppage-fv__bg-swiper-inner--large,
    .p-toppage-fv__bg-swiper-inner--larger,
    .p-toppage-fv__bg-swiper-inner--largest {
        width: calc(100% + 148px + 148px);
        min-width: 671px;
        max-width: 850px;
        -webkit-transition: opacity 0s 1.56s cubic-bezier(0.86, 0, 0.07, 1);
        transition: opacity 0s 1.56s cubic-bezier(0.86, 0, 0.07, 1);
        opacity: 0;
        clip-path: inset(0 0 0 0)
    }
}

.p-toppage-fv__bg-swiper-inner--largest {
    width: 3000px
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-inner--largest {
        width: 1920px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-inner--largest {
        width: 1560px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-inner--largest {
        width: 1251px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-inner--largest {
        width: 960px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__bg-swiper-inner--largest {
        width: calc(100% + 80px + 80px);
        min-width: 535px;
        max-width: 767px
    }
}

.p-toppage-fv__bg-swiper-inner--larger {
    width: 3450px
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-inner--larger {
        width: 1920px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-inner--larger {
        width: 1560px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-inner--larger {
        width: 1251px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-inner--larger {
        width: 960px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-inner--larger {
        width: calc(100% + 80px + 80px);
        min-width: 535px;
        max-width: 767px
    }
}

.p-toppage-fv__bg-swiper-inner--large {
    width: 2200px
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-inner--large {
        width: 1920px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-inner--large {
        width: 1520px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-inner--large {
        width: 1251px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-inner--large {
        width: 960px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-inner--large {
        width: calc(100% + 80px + 80px);
        min-width: 535px;
        max-width: 767px
    }
}

.p-toppage-fv__bg-swiper-wrap {
    position: absolute;
    bottom: 110px;
    left: -90px;
    width: 1142px;
    min-width: 1142px
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-wrap {
        bottom: 77px;
        left: -50px;
        width: 971px;
        min-width: 971px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-wrap {
        bottom: 69px;
        left: -80px;
        width: 874px;
        min-width: 874px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-wrap {
        bottom: 64px;
        left: -200px;
        width: 971px;
        min-width: 971px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-wrap {
        bottom: 10px;
        left: -170px;
        width: 888px;
        min-width: 888px
    }
}

.p-toppage-fv__bg-swiper-img,
.p-toppage-fv__bg-swiper-img--01,
.p-toppage-fv__bg-swiper-img--02,
.p-toppage-fv__bg-swiper-img--03,
.p-toppage-fv__bg-swiper-img--04,
.p-toppage-fv__bg-swiper-img--05,
.p-toppage-fv__bg-swiper-img--06,
.p-toppage-fv__bg-swiper-img--07,
.p-toppage-fv__bg-swiper-img--08,
.p-toppage-fv__bg-swiper-img--09,
.p-toppage-fv__bg-swiper-img--10,
.p-toppage-fv__bg-swiper-img--11,
.p-toppage-fv__bg-swiper-img--12,
.p-toppage-fv__bg-swiper-img--13,
.p-toppage-fv__bg-swiper-img--14,
.p-toppage-fv__bg-swiper-img--15,
.p-toppage-fv__bg-swiper-img--16,
.p-toppage-fv__bg-swiper-img--17 {
    position: absolute
}

.p-toppage-fv__bg-swiper-img--01 {
    bottom: 12px;
    left: 0;
    width: 1380px;
    min-width: 1380px;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
    -webkit-transform: translateY(38.4px);
    transform: translateY(38.4px)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--01 {
        bottom: 10px;
        width: 1240px;
        min-width: 1240px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--01 {
        bottom: 0;
        width: 992px;
        min-width: 992px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--01 {
        bottom: 80px;
        left: -130px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--01 {
        bottom: 0px;
        left: 0;
        width: 840px;
        min-width: 840px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.p-toppage-fv__bg-swiper-img--02 {
    z-index: 2;
    top: -26px;
    right: 60px;
    width: 1120px;
    min-width: 1120px;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
    -webkit-transform: translateY(-38.4px);
    transform: translateY(-38.4px)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--02 {
        top: -28px;
        right: 52px;
        width: 1010px;
        min-width: 1010px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--02 {
        top: 5px;
        right: 40px;
        width: 776px;
        min-width: 776px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--02 {
        top: -15px;
        right: -100px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--02 {
        top: unset;
        right: 24px;
        bottom: 53%;
        width: 460px;
        min-width: 460px;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.p-toppage-fv__bg-swiper-img--03 {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: opacity 1.5s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 1.5s cubic-bezier(0, 0.5, 0, 1);
    transition: opacity 1.5s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 1.5s cubic-bezier(0, 0.5, 0, 1);
    transition: transform 1.5s cubic-bezier(0, 0.5, 0, 1), opacity 1.5s cubic-bezier(0, 0.5, 0, 1);
    transition: transform 1.5s cubic-bezier(0, 0.5, 0, 1), opacity 1.5s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 1.5s cubic-bezier(0, 0.5, 0, 1);
    -webkit-transform: translate(-30%, 25%) rotate(-25deg) skew(15deg, 15deg);
    transform: translate(-30%, 25%) rotate(-25deg) skew(15deg, 15deg);
    opacity: 0
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--03 {
        -webkit-transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
        transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
        opacity: 1
    }
}

.p-toppage-fv__bg-swiper-img--04 {
    z-index: 2;
    top: -30px;
    right: 134px;
    width: 700px;
    min-width: 700px;
    -webkit-transition: opacity 0.9s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 1.5s cubic-bezier(0, 0.5, 0, 1);
    transition: opacity 0.9s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 1.5s cubic-bezier(0, 0.5, 0, 1);
    transition: transform 1.5s cubic-bezier(0, 0.5, 0, 1), opacity 0.9s cubic-bezier(0, 0.5, 0, 1);
    transition: transform 1.5s cubic-bezier(0, 0.5, 0, 1), opacity 0.9s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 1.5s cubic-bezier(0, 0.5, 0, 1);
    -webkit-transform: translateY(60px) scaleY(0.8);
    transform: translateY(60px) scaleY(0.8);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    opacity: 0
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--04 {
        top: 20px;
        right: 114px;
        width: 596px;
        min-width: 596px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--04 {
        top: 18px;
        right: 102px;
        width: 536px;
        min-width: 536px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--04 {
        top: -20px;
        right: -96px;
        width: 596px;
        min-width: 596px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--04 {
        top: -50px;
        right: 0;
        width: 480px;
        min-width: 480px;
        -webkit-transform: translateY(0) scaleY(1);
        transform: translateY(0) scaleY(1);
        opacity: 1
    }
}

.p-toppage-fv__bg-swiper-img--05 {
    z-index: 2;
    top: 100px;
    left: 50%;
    width: 1750px;
    min-width: 1750px;
    -webkit-transition: -webkit-transform 0s ease-in-out;
    transition: -webkit-transform 0s ease-in-out;
    transition: transform 0s ease-in-out;
    transition: transform 0s ease-in-out, -webkit-transform 0s ease-in-out;
    -webkit-transform: translateY(60px) translateX(-50%);
    transform: translateY(60px) translateX(-50%)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--05 {
        top: 110px;
        width: 1662px;
        min-width: 1662px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--05 {
        top: 88px;
        width: 1330px;
        min-width: 1330px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--05 {
        top: 119px;
        width: 1059px;
        min-width: 1059px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--05 {
        top: unset;
        bottom: 26%;
        width: 120vh;
        min-width: 1228px;
        max-width: 1416px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__bg-swiper-img--05 {
        top: unset;
        bottom: 30%;
        width: 125vh;
        min-width: 1000px;
        max-width: 1000px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--05 {
        -webkit-transform: translateY(0) translateX(-50%);
        transform: translateY(0) translateX(-50%)
    }
}

@media (max-width:425px) {
    .p-toppage-fv__bg-swiper-img--05 {
        left: 40%
    }
}

@media (max-width:375px) {
    .p-toppage-fv__bg-swiper-img--05 {
        left: 35%
    }
}

.p-toppage-fv__bg-swiper-img--06 {
    top: -65px;
    left: 0;
    width: 2180px;
    min-width: 2180px
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--06 {
        left: -540px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--06 {
        top: -50px;
        left: -420px;
        width: 1740px;
        min-width: 1740px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--06 {
        top: -10px;
        left: -360px;
        width: 1390px;
        min-width: 1390px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--06 {
        top: -10px;
        left: -640px;
        width: 1740px;
        min-width: 1740px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__bg-swiper-img--06 {
        top: unset;
        bottom: -180px;
        left: -470px;
        width: 1320px;
        min-width: 1320px
    }
}

.p-toppage-fv__bg-swiper-img--07 {
    z-index: 3;
    top: 170px;
    right: 530px;
    width: 950px;
    min-width: 950px
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--07 {
        right: -10px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--07 {
        top: 136px;
        right: 6px;
        width: 760px;
        min-width: 760px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--07 {
        top: 116px;
        right: 0;
        width: 606px;
        min-width: 606px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--07 {
        top: unset;
        right: -60px;
        bottom: 80px;
        width: 760px;
        min-width: 760px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__bg-swiper-img--07 {
        top: 50px;
        right: -30px;
        bottom: unset;
        width: 436px;
        min-width: 436px
    }
}

.p-toppage-fv__bg-swiper-img--08 {
    top: 42px;
    left: 326px;
    width: 378px;
    min-width: 378px;
    -webkit-transition: opacity 1.5s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 1.5s cubic-bezier(0, 0.5, 0, 1);
    transition: opacity 1.5s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 1.5s cubic-bezier(0, 0.5, 0, 1);
    transition: transform 1.5s cubic-bezier(0, 0.5, 0, 1), opacity 1.5s cubic-bezier(0, 0.5, 0, 1);
    transition: transform 1.5s cubic-bezier(0, 0.5, 0, 1), opacity 1.5s cubic-bezier(0, 0.5, 0, 1), -webkit-transform 1.5s cubic-bezier(0, 0.5, 0, 1);
    -webkit-transform: translate(30%, -40%) rotate(25deg) skew(5deg, 5deg);
    transform: translate(30%, -40%) rotate(25deg) skew(5deg, 5deg);
    opacity: 0
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--08 {
        top: 36px;
        left: 277px;
        width: 321px;
        min-width: 321px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--08 {
        top: 32px;
        left: 249px;
        width: 289px;
        min-width: 289px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--08 {
        top: 36px;
        left: 277px;
        width: 321px;
        min-width: 321px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--08 {
        top: 32px;
        left: 252px;
        width: 292px;
        min-width: 292px;
        -webkit-transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
        transform: translate(0, 0) rotate(0deg) skew(0deg, 0deg);
        opacity: 1
    }
}

.p-toppage-fv__bg-swiper-img--09 {
    top: 90px;
    left: 0;
    width: 1940px
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--09 {
        top: 136px;
        left: -80px;
        width: 1840px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--09 {
        top: 110px;
        left: -76px;
        width: 1480px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--09 {
        top: 106px;
        left: -50px;
        width: 1180px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--09 {
        top: unset;
        bottom: 11%;
        left: 50%;
        width: 150vh;
        min-width: 1536px;
        max-width: 1770px;
        -webkit-transform: translateX(calc(-50% - 122px));
        transform: translateX(calc(-50% - 122px))
    }
}

@media (max-width:767px) {
    .p-toppage-fv__bg-swiper-img--09 {
        bottom: 11%;
        width: 155vh;
        min-width: 1240px;
        max-width: 1418px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--09 {
        bottom: 12%;
        width: 155vh;
        min-width: 1240px;
        max-width: 1418px;
        -webkit-transform: translateX(calc(-50% - 118px));
        transform: translateX(calc(-50% - 118px))
    }
}

@media (max-width:425px) {
    .p-toppage-fv__bg-swiper-img--09 {
        left: 43%
    }
}

@media (max-width:375px) {
    .p-toppage-fv__bg-swiper-img--09 {
        left: 34%
    }
}

.p-toppage-fv__bg-swiper-img--10 {
    z-index: 4;
    top: -132px;
    right: 284px;
    width: 2810px;
    min-width: 2810px;
    opacity: 0.7;
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--10 {
        right: -280px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--10 {
        top: -72px;
        right: -356px;
        width: 2260px;
        min-width: 2260px
    }
}

@media (max-width:1440px) {
    .p-toppage-fv__bg-swiper-img--10 {
        top: -58px;
        right: -272px;
        width: 2080px;
        min-width: 2080px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--10 {
        top: -16px;
        right: -218px;
        width: 1754px;
        min-width: 1754px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--10 {
        top: unset;
        right: -394px;
        bottom: 48px;
        width: 2080px;
        min-width: 2080px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--10 {
        right: -314px;
        bottom: 74px;
        width: 1666px;
        min-width: 1666px
    }
}

.p-toppage-fv__bg-swiper-img--11 {
    z-index: 6;
    top: 200px;
    left: 870px;
    width: 556px;
    min-width: 556px;
    animation: floating 3s ease-in-out infinite alternate-reverse
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--11 {
        top: 200px;
        left: 100px;
        width: 526px;
        min-width: 526px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--11 {
        top: 154px;
        left: 124px;
        width: 462px;
        min-width: 462px
    }
}

@media (max-width:1440px) {
    .p-toppage-fv__bg-swiper-img--11 {
        top: 126px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--11 {
        top: 134px;
        left: 108px;
        width: 394px;
        min-width: 394px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--11 {
        top: 134px;
        left: 68px;
        width: 354px;
        min-width: 354px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--11 {
        top: unset;
        bottom: 57%;
        left: 90px;
        width: 150px;
        min-width: 150px;
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__bg-swiper-img--12 {
    z-index: 5;
    top: 250px;
    right: 650px;
    width: 2400px;
    min-width: 2400px;
    -webkit-transition: clip-path 0s cubic-bezier(0, 0.5, 0, 1);
    transition: clip-path 0s cubic-bezier(0, 0.5, 0, 1);
    opacity: 0.7;
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6);
    clip-path: inset(0 100% 0 0)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--12 {
        right: 86px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--12 {
        top: 240px;
        right: -60px;
        width: 1920px;
        min-width: 1920px
    }
}

@media (max-width:1440px) {
    .p-toppage-fv__bg-swiper-img--12 {
        top: 225px;
        right: 0;
        width: 1766px;
        min-width: 1766px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--12 {
        top: 220px;
        right: 3px;
        width: 1534px;
        min-width: 1534px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--12 {
        top: unset;
        right: -110px;
        bottom: 110px;
        width: 1766px;
        min-width: 1766px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--12 {
        right: -95px;
        bottom: 135px;
        width: 1452px;
        min-width: 1452px;
        clip-path: inset(0 0 0 0)
    }
}

.p-toppage-fv__bg-swiper-img--13 {
    z-index: 5;
    top: 200px;
    right: 895px;
    width: 2100px;
    min-width: 2100px;
    -webkit-transition: clip-path 0s cubic-bezier(0, 0.5, 0, 1);
    transition: clip-path 0s cubic-bezier(0, 0.5, 0, 1);
    opacity: 0.7;
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6);
    clip-path: inset(0 100% 0 0)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--13 {
        right: 330px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--13 {
        top: 200px;
        right: 140px;
        width: 1575px;
        min-width: 1575px
    }
}

@media (max-width:1440px) {
    .p-toppage-fv__bg-swiper-img--13 {
        top: 195px;
        right: 190px;
        width: 1449px;
        min-width: 1449px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--13 {
        top: 190px;
        right: 162px;
        width: 1259px;
        min-width: 1259px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--13 {
        top: unset;
        right: 70px;
        bottom: 165px;
        width: 1449px;
        min-width: 1449px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--13 {
        right: 50px;
        bottom: 140px;
        width: 1259px;
        min-width: 1259px;
        clip-path: inset(0 0 0 0)
    }
}

.p-toppage-fv__bg-swiper-img--14 {
    top: 142px;
    right: 654px;
    width: 490px;
    min-width: 490px;
    opacity: 0;
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--14 {
        right: 88px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--14 {
        top: 150px;
        right: -53px;
        width: 392px;
        min-width: 392px
    }
}

@media (max-width:1440px) {
    .p-toppage-fv__bg-swiper-img--14 {
        top: 150px;
        right: 17px;
        width: 353px;
        min-width: 353px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--14 {
        top: 152px;
        right: 11px;
        width: 307px;
        min-width: 307px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--14 {
        top: unset;
        right: -73px;
        bottom: 672px;
        width: 292px;
        min-width: 292px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--14 {
        right: -292px;
        visibility: hidden;
        opacity: 1
    }
}

.p-toppage-fv__bg-swiper-img--15 {
    z-index: 5;
    top: 459px;
    right: 906px;
    width: 1648px;
    min-width: 1648px;
    opacity: 0;
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--15 {
        right: 342px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--15 {
        top: 408px;
        right: 145px;
        width: 1320px;
        min-width: 1320px
    }
}

@media (max-width:1440px) {
    .p-toppage-fv__bg-swiper-img--15 {
        top: 380px;
        right: 189px;
        width: 1212px;
        min-width: 1212px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--15 {
        top: 353px;
        right: 167px;
        width: 1057px;
        min-width: 1057px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--15 {
        top: unset;
        right: 79px;
        bottom: 122px;
        width: 1212px;
        min-width: 1212px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__bg-swiper-img--15 {
        right: 61px;
        bottom: 146px;
        width: 996px;
        min-width: 996px;
        opacity: 1
    }
}

.p-toppage-fv__bg-swiper-img--16 {
    z-index: 5;
    top: 91px;
    right: 490px;
    width: 330px;
    min-width: 330px;
    -webkit-transition: opacity 0s linear;
    transition: opacity 0s linear;
    opacity: 0;
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--16 {
        right: -73px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--16 {
        right: -330px;
        visibility: hidden
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--16 {
        top: 125px;
        right: -94px;
        visibility: visible;
        width: 200px;
        min-width: 200px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--16 {
        right: -200px;
        visibility: hidden;
        opacity: 1
    }
}

.p-toppage-fv__bg-swiper-img--17 {
    z-index: 5;
    top: 217px;
    right: 618px;
    width: 75px;
    min-width: 75px;
    opacity: 0;
    -webkit-filter: grayscale(0.6);
    filter: grayscale(0.6)
}

@media (max-width:1920px) {
    .p-toppage-fv__bg-swiper-img--17 {
        right: 56px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__bg-swiper-img--17 {
        right: -75px;
        visibility: hidden
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__bg-swiper-img--17 {
        top: 200px;
        right: -18px;
        visibility: visible;
        width: 48px;
        min-width: 48px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__bg-swiper-img--17 {
        right: -48px;
        visibility: hidden;
        opacity: 1
    }
}

.p-toppage-fv__swiper {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-toppage-fv__swiper-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-toppage-fv__swiper-slide,
.p-toppage-fv__swiper-slide--bit-coin,
.p-toppage-fv__swiper-slide--bit-coin-hot,
.p-toppage-fv__swiper-slide--gold,
.p-toppage-fv__swiper-slide--trader {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none
}

@media (max-width:767px) {

    .p-toppage-fv__swiper-slide,
    .p-toppage-fv__swiper-slide--bit-coin,
    .p-toppage-fv__swiper-slide--bit-coin-hot,
    .p-toppage-fv__swiper-slide--gold,
    .p-toppage-fv__swiper-slide--trader {
        top: 47%
    }
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide,
    .p-toppage-fv__swiper-slide--bit-coin,
    .p-toppage-fv__swiper-slide--bit-coin-hot,
    .p-toppage-fv__swiper-slide--gold,
    .p-toppage-fv__swiper-slide--trader {
        top: 44%;
        width: 100%;
        padding: 0 6.25px
    }
}

.is-active.p-toppage-fv__swiper-slide--bit-coin,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot,
.is-active.p-toppage-fv__swiper-slide--gold,
.is-active.p-toppage-fv__swiper-slide--trader,
.p-toppage-fv__swiper-slide.is-active {
    pointer-events: auto
}

.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__btn,
.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__logo,
.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom-wrap,
.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-middle-wrap,
.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__btn,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__logo,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-bottom-wrap,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle-wrap,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__btn,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__logo,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-bottom-wrap,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle-wrap,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-top-wrap,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__btn,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__logo,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-bottom-wrap,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__btn,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__logo,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__title-bottom-wrap,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__title-middle-wrap,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__title-top-wrap {
    clip-path: inset(0 0 0 0)
}

@media (max-width:600px) {

    .is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__btn,
    .is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__logo,
    .is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom-wrap,
    .is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-middle-wrap,
    .is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap,
    .is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__btn,
    .is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__logo,
    .is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-bottom-wrap,
    .is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle-wrap,
    .is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap,
    .is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__btn,
    .is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__logo,
    .is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-bottom-wrap,
    .is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle-wrap,
    .is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-top-wrap,
    .is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__btn,
    .is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__logo,
    .is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-bottom-wrap,
    .is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap,
    .is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap,
    .p-toppage-fv__swiper-slide.is-active .p-toppage-fv__btn,
    .p-toppage-fv__swiper-slide.is-active .p-toppage-fv__logo,
    .p-toppage-fv__swiper-slide.is-active .p-toppage-fv__title-bottom-wrap,
    .p-toppage-fv__swiper-slide.is-active .p-toppage-fv__title-middle-wrap,
    .p-toppage-fv__swiper-slide.is-active .p-toppage-fv__title-top-wrap {
        opacity: 1
    }
}

.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__logo,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__logo,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__logo,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__logo,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__logo {
    -webkit-transition-delay: 1.26s;
    transition-delay: 1.26s
}

.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-top-wrap,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__title-top-wrap {
    -webkit-transition-delay: 1.41s;
    transition-delay: 1.41s
}

.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-middle-wrap,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle-wrap,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle-wrap,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__title-middle-wrap {
    -webkit-transition-delay: 1.56s;
    transition-delay: 1.56s
}

.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom-wrap,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-bottom-wrap,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-bottom-wrap,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-bottom-wrap,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__title-bottom-wrap {
    -webkit-transition-delay: 1.71s;
    transition-delay: 1.71s
}

.is-active.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__btn,
.is-active.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__btn,
.is-active.p-toppage-fv__swiper-slide--gold .p-toppage-fv__btn,
.is-active.p-toppage-fv__swiper-slide--trader .p-toppage-fv__btn,
.p-toppage-fv__swiper-slide.is-active .p-toppage-fv__btn {
    -webkit-transition-delay: 1.86s;
    transition-delay: 1.86s
}

.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__btn,
.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__logo,
.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom-wrap,
.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-middle-wrap,
.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__btn,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__logo,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-bottom-wrap,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle-wrap,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__btn,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__logo,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-bottom-wrap,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle-wrap,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-top-wrap,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__btn,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__logo,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-bottom-wrap,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__btn,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__logo,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__title-bottom-wrap,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__title-middle-wrap,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__title-top-wrap {
    clip-path: inset(0 0 0 100%)
}

@media (max-width:600px) {

    .is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__btn,
    .is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__logo,
    .is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom-wrap,
    .is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-middle-wrap,
    .is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap,
    .is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__btn,
    .is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__logo,
    .is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-bottom-wrap,
    .is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle-wrap,
    .is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap,
    .is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__btn,
    .is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__logo,
    .is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-bottom-wrap,
    .is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle-wrap,
    .is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-top-wrap,
    .is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__btn,
    .is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__logo,
    .is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-bottom-wrap,
    .is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap,
    .is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap,
    .p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__btn,
    .p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__logo,
    .p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__title-bottom-wrap,
    .p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__title-middle-wrap,
    .p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__title-top-wrap {
        opacity: 0;
        clip-path: inset(0 0 0 0)
    }
}

.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__logo,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__logo,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__logo,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__logo,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__logo {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-top-wrap,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__title-top-wrap {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-middle-wrap,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle-wrap,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle-wrap,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__title-middle-wrap {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom-wrap,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-bottom-wrap,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-bottom-wrap,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-bottom-wrap,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__title-bottom-wrap {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.is-exit.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__btn,
.is-exit.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__btn,
.is-exit.p-toppage-fv__swiper-slide--gold .p-toppage-fv__btn,
.is-exit.p-toppage-fv__swiper-slide--trader .p-toppage-fv__btn,
.p-toppage-fv__swiper-slide.is-exit .p-toppage-fv__btn {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap {
    margin-top: 38.4px
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap {
        margin-top: 24px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap {
        margin-top: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top-wrap {
        margin-top: 0
    }
}

.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top,
.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--limited,
.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--mobile,
.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--pc {
    font-size: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1560px) {

    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top,
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--limited,
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--mobile,
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--pc {
        font-size: 26px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top,
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--limited,
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--mobile,
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--pc {
        font-size: 22px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top,
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--limited,
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--mobile,
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-top--pc {
        font-size: 18px
    }
}

.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-middle-wrap {
    padding-right: 0
}

.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom-wrap {
        margin-top: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom-wrap {
        margin-top: 24px;
        padding-bottom: 6.25px;
        gap: 6.25px
    }
}

.p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom {
    font-size: 40px
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom {
        font-size: 32px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom {
        font-size: 28px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__title-bottom {
        font-size: 24px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin .p-toppage-fv__btn {
        margin-top: 32.15px
    }
}

.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 38.4px
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap {
        margin-top: 24px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap {
        margin-top: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top-wrap {
        margin-top: 0;
        padding-top: 16px;
        padding-right: 10px;
        padding-bottom: 24px
    }
}

.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top,
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--limited,
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile,
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--pc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--limited,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--pc {
        -webkit-transform: rotate(-9deg);
        transform: rotate(-9deg)
    }
}

.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--limited:first-child,
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile:first-child,
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--pc:first-child,
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top:first-child {
    padding: 0 16px 0
}

.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--limited:nth-child(2),
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile:nth-child(2),
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--pc:nth-child(2),
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top:nth-child(2) {
    padding-bottom: 6.25px
}

.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--pc {
        display: none
    }
}

.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile {
    display: none
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile:nth-child(4) {
        margin-top: 6.25px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile:nth-child(5) {
        margin-top: 6.25px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile:nth-child(5) .p-toppage-fv__title-top-sub {
        top: 17px;
        left: -6px
    }
}

@media (max-width:375px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-top--mobile:nth-child(5) .p-toppage-fv__title-top-sub {
        top: 13px
    }
}

.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle-wrap {
    gap: 6.25px
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle-wrap {
        padding-top: 10px;
        padding-right: 6.25px;
        padding-left: 6.25px;
        gap: 3px
    }
}

.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle,
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle--mobile,
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle--pc {
    font-size: 52px;
    top: 0;
    -webkit-text-stroke: 10px #fff;
    -webkit-text-fill-color: #222;
    paint-order: stroke
}

@media (max-width:1560px) {

    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle--mobile,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle--pc {
        font-size: 42px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle--mobile,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle--pc {
        font-size: 36px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle--mobile,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__title-middle--pc {
        font-size: 26px;
        -webkit-text-stroke: 6px #fff
    }
}

.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__shape,
.p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__shape--neon {
    font-size: 78px;
    font-style: normal;
    top: 3px;
    padding-right: 0;
    letter-spacing: 3px;
    -webkit-text-fill-color: #222;
    -webkit-text-stroke: 10px #fff;
    paint-order: stroke
}

@media (max-width:1560px) {

    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__shape,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__shape--neon {
        font-size: 62px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__shape,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__shape--neon {
        font-size: 52px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__shape,
    .p-toppage-fv__swiper-slide--bit-coin-hot .p-toppage-fv__shape--neon {
        font-size: 40px;
        top: 1px;
        -webkit-text-stroke: 7px #fff
    }
}

.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-top-wrap {
    margin-top: 0;
    padding: 48px 24px
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-top-wrap {
        padding: 24px 24px 10px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-top-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 10px
    }
}

.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 6.25px
}

@media (max-width:960px) {
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle-wrap {
        padding-right: 6.25px;
        padding-left: 6.25px
    }
}

.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:nth-child(5),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:nth-child(3),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:nth-child(5) {
    top: 3px
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:nth-child(5),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:nth-child(3),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:nth-child(5) {
        top: 2px
    }
}

.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:nth-child(2),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:nth-child(2) {
    top: 8px;
    padding-right: 10px
}

@media (max-width:1251px) {

    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:nth-child(2) {
        top: 7px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:nth-child(2),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:nth-child(2) {
        top: 4px;
        padding-right: 6.25px
    }
}

.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:nth-child(4),
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:nth-child(4) {
    padding-right: 10px
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--italic:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child--large:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:first-child .p-toppage-fv__title-middle-child:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--italic:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child--large:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:first-child .p-toppage-fv__title-middle-child:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--bebas:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--italic:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child--large:nth-child(4),
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:first-child .p-toppage-fv__title-middle-child:nth-child(4) {
        padding-right: 6.25px
    }
}

.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:nth-child(2) .p-toppage-fv__title-middle-child--bebas:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:nth-child(2) .p-toppage-fv__title-middle-child--italic:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:nth-child(2) .p-toppage-fv__title-middle-child--large:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:nth-child(2) .p-toppage-fv__title-middle-child:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:nth-child(2) .p-toppage-fv__title-middle-child--bebas:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:nth-child(2) .p-toppage-fv__title-middle-child--italic:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:nth-child(2) .p-toppage-fv__title-middle-child--large:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:nth-child(2) .p-toppage-fv__title-middle-child:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:nth-child(2) .p-toppage-fv__title-middle-child--bebas:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:nth-child(2) .p-toppage-fv__title-middle-child--italic:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:nth-child(2) .p-toppage-fv__title-middle-child--large:first-child,
.p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:nth-child(2) .p-toppage-fv__title-middle-child:first-child {
    top: 4px
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:nth-child(2) .p-toppage-fv__title-middle-child--bebas:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:nth-child(2) .p-toppage-fv__title-middle-child--italic:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:nth-child(2) .p-toppage-fv__title-middle-child--large:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--mobile:nth-child(2) .p-toppage-fv__title-middle-child:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:nth-child(2) .p-toppage-fv__title-middle-child--bebas:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:nth-child(2) .p-toppage-fv__title-middle-child--italic:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:nth-child(2) .p-toppage-fv__title-middle-child--large:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle--pc:nth-child(2) .p-toppage-fv__title-middle-child:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:nth-child(2) .p-toppage-fv__title-middle-child--bebas:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:nth-child(2) .p-toppage-fv__title-middle-child--italic:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:nth-child(2) .p-toppage-fv__title-middle-child--large:first-child,
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__title-middle:nth-child(2) .p-toppage-fv__title-middle-child:first-child {
        top: 1px
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__btn {
        margin-top: 16px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__swiper-slide--gold .p-toppage-fv__btn {
        margin-top: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader {
        top: 43%
    }
}

.p-toppage-fv__swiper-slide--trader.is-active .p-toppage-fv__shape-ja,
.p-toppage-fv__swiper-slide--trader.is-active .p-toppage-fv__shape-ja--dummy,
.p-toppage-fv__swiper-slide--trader.is-active .p-toppage-fv__shape-ja--large,
.p-toppage-fv__swiper-slide--trader.is-active .p-toppage-fv__shape-ja--large-small {
    -webkit-transition-delay: 2.31s;
    transition-delay: 2.31s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 6px 0px 0px #b7151e
}

.p-toppage-fv__swiper-slide--trader.is-active .p-toppage-fv__shape-ja--large {
    -webkit-transition-delay: 2.31s;
    transition-delay: 2.31s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 10px 0px 0px #b7151e
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader.is-active .p-toppage-fv__shape-ja--large {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 7px 0px 0px #b7151e
    }
}

.p-toppage-fv__swiper-slide--trader.is-active .p-toppage-fv__shape-ja--large-small {
    -webkit-transition-delay: 2.31s;
    transition-delay: 2.31s;
    -webkit-transition-duration: 1.5s;
    transition-duration: 1.5s;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 10px 0px 0px #b7151e
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader.is-active .p-toppage-fv__shape-ja--large-small {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 6px 0px 0px #b7151e
    }
}

.p-toppage-fv__swiper-slide--trader.is-exit .p-toppage-fv__shape-ja,
.p-toppage-fv__swiper-slide--trader.is-exit .p-toppage-fv__shape-ja--dummy,
.p-toppage-fv__swiper-slide--trader.is-exit .p-toppage-fv__shape-ja--large,
.p-toppage-fv__swiper-slide--trader.is-exit .p-toppage-fv__shape-ja--large-small {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 6px 0px 0px #b7151e
}

.p-toppage-fv__swiper-slide--trader.is-exit .p-toppage-fv__shape-ja--large {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 10px 0px 0px #b7151e
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader.is-exit .p-toppage-fv__shape-ja--large {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 7px 0px 0px #b7151e
    }
}

.p-toppage-fv__swiper-slide--trader.is-exit .p-toppage-fv__shape-ja--large-small {
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 10px 0px 0px #b7151e
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader.is-exit .p-toppage-fv__shape-ja--large-small {
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 6px 0px 0px #b7151e
    }
}

.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap {
    margin-top: 48px;
    gap: 32px
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap {
        margin-top: 24px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap {
        margin-top: 16px;
        gap: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-top-wrap {
        margin-top: 0;
        gap: 10px
    }
}

.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 48px
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap {
        padding-top: 24px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap {
        padding-top: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle-wrap {
        padding-top: 10px
    }
}

.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle,
.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle--mobile,
.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle--pc {
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle--mobile:last-child,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle--pc:last-child,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle:last-child {
        margin-top: 6.25px
    }
}

.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle--pc {
        display: none
    }
}

.p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle--mobile {
    display: none
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__title-middle--mobile:nth-child(2) {
        padding-right: 10px
    }
}

.p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja,
.p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--dummy,
.p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large,
.p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
    font-size: 36px;
    font-style: normal;
    line-height: 1.2;
    top: 28px;
    padding-left: 16px;
    -webkit-transition: text-shadow 0s cubic-bezier(0.86, 0, 0.07, 1);
    transition: text-shadow 0s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: unset;
    transform: unset;
    color: #fff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 0px 0px #b7151e;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke: unset;
    paint-order: unset;
    -webkit-filter: drop-shadow(3px 5px 6px rgba(0, 0, 0, 0.7));
    filter: drop-shadow(3px 5px 6px rgba(0, 0, 0, 0.7))
}

@media (max-width:1560px) {

    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--dummy,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        font-size: 28px;
        top: 21px;
        padding-left: 10px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--dummy,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        font-size: 26px;
        top: 19px
    }
}

@media (max-width:960px) {

    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--dummy,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        font-size: 24px;
        top: 16px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--dummy,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        font-size: 28px;
        top: 12px;
        letter-spacing: unset;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 6px 0px 0px #b7151e
    }
}

@media (max-width:375px) {

    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--dummy,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large,
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        top: 10px
    }
}

.p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large {
    font-size: 106px;
    font-style: italic;
    top: 0;
    padding-left: 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 0px 0px #b7151e
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large {
        font-size: 80px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large {
        font-size: 68px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large {
        font-size: 64px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large {
        font-size: 56px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large {
        font-size: 64px;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 7px 0px 0px #b7151e
    }
}

@media (max-width:375px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large {
        font-size: 56px
    }
}

.p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
    font-size: 106px;
    font-style: italic;
    top: 0;
    padding-left: 0;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 0px 0px 0px #b7151e
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        font-size: 80px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        font-size: 68px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        font-size: 64px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        font-size: 54px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__shape-ja--large-small {
        font-size: 32px;
        letter-spacing: unset;
        text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3), 6px 0px 0px #b7151e
    }
}

.p-toppage-fv__swiper-slide--trader .p-toppage-fv__btn {
    margin-top: 38.4px
}

@media (max-width:1560px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__btn {
        margin-top: 24px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__swiper-slide--trader .p-toppage-fv__btn {
        margin-top: 16px
    }
}

.p-toppage-fv__btn,
.p-toppage-fv__logo,
.p-toppage-fv__title-bottom-wrap,
.p-toppage-fv__title-middle-wrap,
.p-toppage-fv__title-top-wrap {
    -webkit-transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    clip-path: inset(0 100% 0 0)
}

@media (max-width:600px) {

    .p-toppage-fv__btn,
    .p-toppage-fv__logo,
    .p-toppage-fv__title-bottom-wrap,
    .p-toppage-fv__title-middle-wrap,
    .p-toppage-fv__title-top-wrap {
        -webkit-transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        transition: opacity 0.5s cubic-bezier(0.86, 0, 0.07, 1);
        opacity: 0;
        clip-path: inset(0 0 0 0)
    }
}

.p-toppage-fv__btn:after,
.p-toppage-fv__logo:after,
.p-toppage-fv__title-bottom-wrap:after,
.p-toppage-fv__title-middle-wrap:after,
.p-toppage-fv__title-top-wrap:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    clip-path: inset(0 100% 0 0)
}

@media (max-width:600px) {

    .p-toppage-fv__btn:after,
    .p-toppage-fv__logo:after,
    .p-toppage-fv__title-bottom-wrap:after,
    .p-toppage-fv__title-middle-wrap:after,
    .p-toppage-fv__title-top-wrap:after {
        display: none
    }
}

.p-toppage-fv__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:600px) {
    .p-toppage-fv__logo {
        display: none
    }
}

.p-toppage-fv__logo.is-active:after {
    -webkit-animation: clip-path-alternate 0.5s 1.26s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 1.26s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__logo.is-exit:after {
    -webkit-animation: clip-path-alternate 0.5s 0.15s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 0.15s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__logo-img {
    width: 162px
}

.p-toppage-fv__title-top-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 16px;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1560px) {
    .p-toppage-fv__title-top-wrap {
        margin-top: 10px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-top-wrap {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-top: 0;
        margin-right: auto;
        margin-left: auto
    }
}

.p-toppage-fv__title-top-wrap.is-active:after {
    -webkit-animation: clip-path-alternate 0.5s 1.41s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 1.41s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__title-top-wrap.is-exit:after {
    -webkit-animation: clip-path-alternate 0.5s 0.3s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 0.3s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__title-top,
.p-toppage-fv__title-top--limited,
.p-toppage-fv__title-top--mobile,
.p-toppage-fv__title-top--pc {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 54px;
    font-weight: bold;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 10px
}

@media (max-width:1920px) {

    .p-toppage-fv__title-top,
    .p-toppage-fv__title-top--limited,
    .p-toppage-fv__title-top--mobile,
    .p-toppage-fv__title-top--pc {
        gap: 0
    }
}

@media (max-width:1560px) {

    .p-toppage-fv__title-top,
    .p-toppage-fv__title-top--limited,
    .p-toppage-fv__title-top--mobile,
    .p-toppage-fv__title-top--pc {
        font-size: 44px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__title-top,
    .p-toppage-fv__title-top--limited,
    .p-toppage-fv__title-top--mobile,
    .p-toppage-fv__title-top--pc {
        font-size: 36px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__title-top,
    .p-toppage-fv__title-top--limited,
    .p-toppage-fv__title-top--mobile,
    .p-toppage-fv__title-top--pc {
        font-size: 34px
    }
}

.p-toppage-fv__title-top--limited {
    top: 6px;
    gap: 0
}

@media (max-width:600px) {
    .p-toppage-fv__title-top--limited {
        top: 4px
    }
}

.p-toppage-fv__title-top-box {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 34px;
    font-weight: bold;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 434px;
    height: 58px;
    padding: 0 10px 1px;
    color: #fff;
    background: #b7151e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1560px) {
    .p-toppage-fv__title-top-box {
        font-size: 26px;
        min-width: 326px;
        height: 44px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__title-top-box {
        font-size: 22px;
        min-width: 277px;
        height: 37px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__title-top-box {
        font-size: 20px;
        min-width: 260px;
        height: 34px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__title-top-box {
        min-width: 221px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-top-box {
        font-size: 13px;
        min-width: 136px;
        height: 25px
    }
}

.p-toppage-fv__title-top-main {
    font-size: 128px;
    font-style: italic;
    -webkit-text-stroke: 12px #fff;
    -webkit-text-fill-color: #b7151e;
    paint-order: stroke
}

@media (max-width:1560px) {
    .p-toppage-fv__title-top-main {
        font-size: 88px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__title-top-main {
        font-size: 72px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__title-top-main {
        font-size: 68px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-top-main {
        font-size: 56px;
        -webkit-text-stroke: 7px #fff
    }
}

@media (max-width:375px) {
    .p-toppage-fv__title-top-main {
        font-size: 48px
    }
}

.p-toppage-fv__title-top-sub {
    font-size: 48px;
    font-style: italic;
    top: 32px;
    -webkit-text-stroke: 12px #fff;
    -webkit-text-fill-color: #b7151e;
    paint-order: stroke
}

@media (max-width:1560px) {
    .p-toppage-fv__title-top-sub {
        font-size: 36px;
        top: 22px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__title-top-sub {
        font-size: 30px;
        top: 19px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__title-top-sub {
        font-size: 26px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-top-sub {
        font-size: 22px;
        top: 18px;
        left: -6px;
        -webkit-text-stroke: 5px #fff
    }
}

.p-toppage-fv__title-top-child {
    font-size: 48px
}

@media (max-width:1560px) {
    .p-toppage-fv__title-top-child {
        font-size: 38px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__title-top-child {
        font-size: 32px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-top-child {
        font-size: 24px
    }
}

.p-toppage-fv__limited {
    margin-right: 16px;
    padding-right: 24px
}

@media (max-width:1920px) {
    .p-toppage-fv__limited {
        margin-right: 10px;
        padding-right: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__limited {
        margin-right: 6.25px;
        padding-right: 10px
    }
}

.p-toppage-fv__limited:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 85px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b7151e
}

@media (max-width:1560px) {
    .p-toppage-fv__limited:before {
        height: 64px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__limited:before {
        height: 58px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__limited:before {
        height: 44px
    }
}

.p-toppage-fv__limited-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 77px;
    height: 85px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1560px) {
    .p-toppage-fv__limited-inner {
        width: 58px;
        height: 64px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__limited-inner {
        width: 53px;
        height: 58px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__limited-inner {
        width: 40px;
        height: 44px
    }
}

.p-toppage-fv__limited-inner:before {
    position: absolute;
    top: 50%;
    right: -3.3333333333px;
    width: 10px;
    height: 21px;
    content: "";
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #b7151e;
    clip-path: polygon(100% 0, 0 50%, 100% 100%)
}

@media (max-width:1560px) {
    .p-toppage-fv__limited-inner:before {
        right: -2.6666666667px;
        width: 8px;
        height: 16px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__limited-inner:before {
        right: -2.3333333333px;
        width: 7px;
        height: 14px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__limited-inner:before {
        right: -2px;
        width: 6px;
        height: 11px
    }
}

.p-toppage-fv__limited-text {
    font-size: 24px;
    font-weight: bold;
    margin-top: 1px;
    color: #fff
}

@media (max-width:1560px) {
    .p-toppage-fv__limited-text {
        font-size: 18px;
        line-height: 1.3
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__limited-text {
        font-size: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__limited-text {
        font-size: 13px;
        line-height: 1.1
    }
}

.p-toppage-fv__limited-bg {
    position: absolute;
    top: 0;
    left: 0
}

.p-toppage-fv__limited-bg-img {
    width: 77px;
    height: 85px
}

@media (max-width:1560px) {
    .p-toppage-fv__limited-bg-img {
        width: 58px;
        height: 64px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__limited-bg-img {
        width: 53px;
        height: 58px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__limited-bg-img {
        width: 40px;
        height: 44px
    }
}

.p-toppage-fv__title-middle-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 32px;
    padding-right: 16px;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1560px) {
    .p-toppage-fv__title-middle-wrap {
        padding-top: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-middle-wrap {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: auto;
        margin-left: auto
    }
}

.p-toppage-fv__title-middle-wrap.is-active:after {
    -webkit-animation: clip-path-alternate 0.5s 1.56s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 1.56s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__title-middle-wrap.is-exit:after {
    -webkit-animation: clip-path-alternate 0.5s 0.45s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 0.45s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__title-middle,
.p-toppage-fv__title-middle--mobile,
.p-toppage-fv__title-middle--pc {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 52px;
    font-weight: bold;
    line-height: 1;
    top: 32px;
    color: #fff
}

@media (max-width:1560px) {

    .p-toppage-fv__title-middle,
    .p-toppage-fv__title-middle--mobile,
    .p-toppage-fv__title-middle--pc {
        font-size: 42px;
        top: 25px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__title-middle,
    .p-toppage-fv__title-middle--mobile,
    .p-toppage-fv__title-middle--pc {
        font-size: 36px;
        top: 21px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__title-middle,
    .p-toppage-fv__title-middle--mobile,
    .p-toppage-fv__title-middle--pc {
        font-size: 26px;
        top: 13px
    }
}

.p-toppage-fv__title-middle-child,
.p-toppage-fv__title-middle-child--bebas,
.p-toppage-fv__title-middle-child--italic,
.p-toppage-fv__title-middle-child--large {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 8px #222;
    paint-order: stroke
}

@media (max-width:1560px) {

    .p-toppage-fv__title-middle-child,
    .p-toppage-fv__title-middle-child--bebas,
    .p-toppage-fv__title-middle-child--italic,
    .p-toppage-fv__title-middle-child--large {
        font-size: 32px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__title-middle-child,
    .p-toppage-fv__title-middle-child--bebas,
    .p-toppage-fv__title-middle-child--italic,
    .p-toppage-fv__title-middle-child--large {
        font-size: 28px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__title-middle-child,
    .p-toppage-fv__title-middle-child--bebas,
    .p-toppage-fv__title-middle-child--italic,
    .p-toppage-fv__title-middle-child--large {
        font-size: 18px;
        -webkit-text-stroke: 5px #222
    }
}

@media (max-width:375px) {

    .p-toppage-fv__title-middle-child,
    .p-toppage-fv__title-middle-child--bebas,
    .p-toppage-fv__title-middle-child--italic,
    .p-toppage-fv__title-middle-child--large {
        font-size: 16px
    }
}

.p-toppage-fv__title-middle-child--large {
    font-size: 64px
}

@media (max-width:1560px) {
    .p-toppage-fv__title-middle-child--large {
        font-size: 52px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__title-middle-child--large {
        font-size: 44px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-middle-child--large {
        font-size: 28px
    }
}

@media (max-width:375px) {
    .p-toppage-fv__title-middle-child--large {
        font-size: 26px
    }
}

.p-toppage-fv__title-middle-child--italic {
    font-style: italic
}

.p-toppage-fv__title-middle-child--bebas {
    font-family: "Bebas Neue", sans-serif;
    font-size: 80px;
    font-weight: normal;
    letter-spacing: 3px
}

@media (max-width:1560px) {
    .p-toppage-fv__title-middle-child--bebas {
        font-size: 64px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__title-middle-child--bebas {
        font-size: 54px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-middle-child--bebas {
        font-size: 36px
    }
}

@media (max-width:375px) {
    .p-toppage-fv__title-middle-child--bebas {
        font-size: 34px
    }
}

.p-toppage-fv__paint {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item,
.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--01,
.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--02,
.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--03,
.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--04,
.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--05 {
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
    opacity: 1
}

@media (max-width:600px) {

    .p-toppage-fv__paint.is-active .p-toppage-fv__paint-item,
    .p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--01,
    .p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--02,
    .p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--03,
    .p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--04,
    .p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--05 {
        -webkit-transform: translateX(-50%) scale(1, 1) rotate(-6deg);
        transform: translateX(-50%) scale(1, 1) rotate(-6deg)
    }
}

.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--01 {
    -webkit-transition-delay: 1.86s;
    transition-delay: 1.86s
}

.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--02 {
    -webkit-transition-delay: 2.01s;
    transition-delay: 2.01s
}

.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--03 {
    -webkit-transition-delay: 2.16s;
    transition-delay: 2.16s
}

.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--04 {
    -webkit-transition-delay: 2.31s;
    transition-delay: 2.31s
}

.p-toppage-fv__paint.is-active .p-toppage-fv__paint-item--05 {
    -webkit-transition-delay: 2.46s;
    transition-delay: 2.46s
}

.p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item,
.p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--01,
.p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--02,
.p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--03,
.p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--04,
.p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--05 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translateX(-50%) scale(1, 1);
    transform: translateX(-50%) scale(1, 1);
    opacity: 0
}

@media (max-width:600px) {

    .p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item,
    .p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--01,
    .p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--02,
    .p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--03,
    .p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--04,
    .p-toppage-fv__paint.is-exit .p-toppage-fv__paint-item--05 {
        -webkit-transform: translateX(-50%) scale(1, 1) rotate(-6deg);
        transform: translateX(-50%) scale(1, 1) rotate(-6deg)
    }
}

.p-toppage-fv__paint-item,
.p-toppage-fv__paint-item--01,
.p-toppage-fv__paint-item--02,
.p-toppage-fv__paint-item--03,
.p-toppage-fv__paint-item--04,
.p-toppage-fv__paint-item--05 {
    position: absolute;
    -webkit-transition: opacity 0.9s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.9s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.9s cubic-bezier(0.86, 0, 0.07, 1), transform 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    transition: opacity 0.9s cubic-bezier(0.86, 0, 0.07, 1), transform 0.9s cubic-bezier(0.86, 0, 0.07, 1), -webkit-transform 0.9s cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transform: translateX(-50%) scale(0, 0);
    transform: translateX(-50%) scale(0, 0);
    opacity: 0
}

@media (max-width:600px) {

    .p-toppage-fv__paint-item,
    .p-toppage-fv__paint-item--01,
    .p-toppage-fv__paint-item--02,
    .p-toppage-fv__paint-item--03,
    .p-toppage-fv__paint-item--04,
    .p-toppage-fv__paint-item--05 {
        -webkit-transform: translateX(-50%) scale(1, 1) rotate(-6deg);
        transform: translateX(-50%) scale(1, 1) rotate(-6deg);
        -webkit-filter: brightness(0.8);
        filter: brightness(0.8)
    }
}

.p-toppage-fv__paint-item--01 {
    top: 110px;
    left: 50%;
    width: 959px
}

@media (max-width:1560px) {
    .p-toppage-fv__paint-item--01 {
        top: 88px;
        width: 767px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__paint-item--01 {
        top: 75px;
        width: 652px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__paint-item--01 {
        top: -20px;
        left: 43%;
        width: 492px
    }
}

.p-toppage-fv__paint-item--02 {
    top: 80px;
    left: 50%;
    width: 976px
}

@media (max-width:1560px) {
    .p-toppage-fv__paint-item--02 {
        top: 64px;
        width: 780px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__paint-item--02 {
        top: 54px;
        width: 663px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__paint-item--02 {
        top: -25px;
        left: 48%;
        width: 500px
    }
}

.p-toppage-fv__paint-item--03 {
    top: 55px;
    left: 50%;
    width: 662px
}

@media (max-width:1560px) {
    .p-toppage-fv__paint-item--03 {
        top: 44px;
        width: 530px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__paint-item--03 {
        top: 37px;
        width: 450px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__paint-item--03 {
        top: -20px;
        left: 40%;
        width: 340px
    }
}

.p-toppage-fv__paint-item--04 {
    top: 75px;
    left: 56%;
    width: 662px
}

@media (max-width:1560px) {
    .p-toppage-fv__paint-item--04 {
        top: 60px;
        width: 530px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__paint-item--04 {
        top: 51px;
        width: 450px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__paint-item--04 {
        top: -37px;
        width: 340px
    }
}

.p-toppage-fv__paint-item--05 {
    top: 240px;
    left: 50%;
    width: 690px
}

@media (max-width:1560px) {
    .p-toppage-fv__paint-item--05 {
        top: 192px;
        width: 552px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__paint-item--05 {
        top: 163px;
        width: 469px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__paint-item--05 {
        top: 60px;
        left: 46%;
        width: 353px
    }
}

.p-toppage-fv__shape-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-toppage-fv__shape,
.p-toppage-fv__shape--neon {
    font-family: "Bebas Neue", sans-serif;
    font-size: 200px;
    font-style: italic;
    line-height: 1;
    padding-right: 24px;
    -webkit-text-stroke: 4px #fff;
    -webkit-text-fill-color: transparent
}

@media (max-width:1560px) {

    .p-toppage-fv__shape,
    .p-toppage-fv__shape--neon {
        font-size: 160px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__shape,
    .p-toppage-fv__shape--neon {
        font-size: 136px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__shape,
    .p-toppage-fv__shape--neon {
        font-size: 98px;
        padding-right: 12.5px
    }
}

.p-toppage-fv__shape--neon {
    -webkit-animation: text-neon-blinking 12s infinite;
    animation: text-neon-blinking 12s infinite;
    letter-spacing: 6.25px;
    color: #fff0f1;
    text-shadow: 0 0 5px #b7151e, 0 0 15px #b7151e, 0 0 20px #b7151e, 0 0 40px #b7151e, 0px 2px 3px #b7151e;
    -webkit-text-stroke: unset;
    -webkit-text-fill-color: unset
}

@media (max-width:1920px) {
    .p-toppage-fv__shape--neon {
        letter-spacing: 0
    }
}

@media (max-width:600px) {
    .p-toppage-fv__shape--neon {
        -webkit-animation: unset;
        animation: unset;
        letter-spacing: 3px
    }
}

@media (max-width:375px) {
    .p-toppage-fv__shape--neon {
        font-size: 92px
    }
}

.p-toppage-fv__shape-ja,
.p-toppage-fv__shape-ja--dummy,
.p-toppage-fv__shape-ja--large,
.p-toppage-fv__shape-ja--large-small {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 72px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    -webkit-transform: skewY(-3deg);
    transform: skewY(-3deg);
    text-shadow: 14px 14px 0px #222;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 16px #222;
    paint-order: stroke
}

@media (max-width:1560px) {

    .p-toppage-fv__shape-ja,
    .p-toppage-fv__shape-ja--dummy,
    .p-toppage-fv__shape-ja--large,
    .p-toppage-fv__shape-ja--large-small {
        font-size: 42px;
        line-height: 1.2
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__shape-ja,
    .p-toppage-fv__shape-ja--dummy,
    .p-toppage-fv__shape-ja--large,
    .p-toppage-fv__shape-ja--large-small {
        font-size: 36px
    }
}

@media (max-width:767px) {

    .p-toppage-fv__shape-ja,
    .p-toppage-fv__shape-ja--dummy,
    .p-toppage-fv__shape-ja--large,
    .p-toppage-fv__shape-ja--large-small {
        font-size: 32px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__shape-ja,
    .p-toppage-fv__shape-ja--dummy,
    .p-toppage-fv__shape-ja--large,
    .p-toppage-fv__shape-ja--large-small {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
        letter-spacing: 1px;
        text-shadow: 5px 7px 0px #222;
        -webkit-text-stroke: 8px #222
    }
}

.p-toppage-fv__shape-ja--large {
    font-size: 150px;
    top: -26px
}

@media (max-width:1560px) {
    .p-toppage-fv__shape-ja--large {
        font-size: 98px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__shape-ja--large {
        font-size: 84px;
        top: -20px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__shape-ja--large {
        font-size: 78px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__shape-ja--large {
        font-size: 68px;
        top: -7px;
        left: -7px;
        letter-spacing: unset;
        text-shadow: 10px 10px 0px #222;
        -webkit-text-stroke: 14px #222
    }
}

.p-toppage-fv__shape-ja--dummy {
    position: absolute;
    padding-right: 16px;
    -webkit-animation: shine 4s infinite;
    animation: shine 4s infinite;
    color: transparent;
    background-image: linear-gradient(70deg, rgba(255, 255, 255, 0.3) 45%, #d0a900 50%, rgba(255, 255, 255, 0.3) 55%);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 500% 100%;
    text-shadow: none;
    -webkit-text-fill-color: unset;
    -webkit-text-stroke: unset
}

@media (max-width:600px) {
    .p-toppage-fv__shape-ja--dummy {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__shape-dummy {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 48px 24px;
    white-space: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1560px) {
    .p-toppage-fv__shape-dummy {
        padding: 24px 24px 10px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__shape-dummy {
        padding: 10px
    }
}

.p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--dummy:first-child,
.p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large-small:first-child,
.p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large:first-child,
.p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja:first-child {
    top: 50px;
    left: 24px
}

@media (max-width:1560px) {

    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--dummy:first-child,
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large-small:first-child,
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large:first-child,
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja:first-child {
        top: 31px
    }
}

@media (max-width:767px) {

    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--dummy:first-child,
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large-small:first-child,
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large:first-child,
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja:first-child {
        left: 29px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--dummy:first-child,
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large-small:first-child,
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large:first-child,
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja:first-child {
        top: 10px;
        left: 14px;
        padding-right: 10px
    }
}

.p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--dummy:nth-child(2),
.p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large-small:nth-child(2),
.p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large:nth-child(2),
.p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja:nth-child(2) {
    top: 22px;
    right: 8px
}

@media (max-width:1560px) {

    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--dummy:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large-small:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja:nth-child(2) {
        top: -2px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--dummy:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large-small:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja:nth-child(2) {
        top: 4px
    }
}

@media (max-width:767px) {

    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--dummy:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large-small:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja:nth-child(2) {
        right: 12px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--dummy:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large-small:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja--large:nth-child(2),
    .p-toppage-fv__shape-dummy .p-toppage-fv__shape-ja:nth-child(2) {
        top: 40px;
        right: 1px;
        left: unset
    }
}

@media (max-width:600px) {
    .p-toppage-fv__shape-img {
        padding: 0 10px
    }
}

.p-toppage-fv__shape-img-item {
    width: 798px;
    min-width: 798px
}

@media (max-width:1560px) {
    .p-toppage-fv__shape-img-item {
        width: 560px;
        min-width: 560px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__shape-img-item {
        width: 476px;
        min-width: 476px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__shape-img-item {
        width: 100%;
        min-width: 100%;
        max-width: 380px
    }
}

.p-toppage-fv__title-bottom-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    white-space: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1560px) {
    .p-toppage-fv__title-bottom-wrap {
        margin-top: 0
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-bottom-wrap {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin-right: auto;
        margin-left: auto
    }
}

.p-toppage-fv__title-bottom-wrap.is-active:after {
    -webkit-animation: clip-path-alternate 0.5s 1.71s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 1.71s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__title-bottom-wrap.is-exit:after {
    -webkit-animation: clip-path-alternate 0.5s 0.6s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 0.6s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__title-bottom {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 62px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    gap: 10px
}

@media (max-width:1920px) {
    .p-toppage-fv__title-bottom {
        gap: 0
    }
}

@media (max-width:1560px) {
    .p-toppage-fv__title-bottom {
        font-size: 48px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__title-bottom {
        font-size: 40px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-bottom {
        font-size: 32px
    }
}

.p-toppage-fv__title-bottom-main,
.p-toppage-fv__title-bottom-main--bebas {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 50px;
    font-weight: bold;
    font-style: italic;
    line-height: 1;
    color: #fff
}

@media (max-width:1560px) {

    .p-toppage-fv__title-bottom-main,
    .p-toppage-fv__title-bottom-main--bebas {
        font-size: 40px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__title-bottom-main,
    .p-toppage-fv__title-bottom-main--bebas {
        font-size: 32px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__title-bottom-main,
    .p-toppage-fv__title-bottom-main--bebas {
        font-size: 24px
    }
}

.p-toppage-fv__title-bottom-main--bebas {
    font-family: "Bebas Neue", sans-serif;
    font-size: 70px;
    font-weight: normal;
    top: 4px;
    letter-spacing: 3px
}

@media (max-width:1560px) {
    .p-toppage-fv__title-bottom-main--bebas {
        font-size: 56px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-bottom-main--bebas {
        font-size: 30px;
        top: 3px;
        letter-spacing: 2px
    }
}

.p-toppage-fv__title-bottom-sub,
.p-toppage-fv__title-bottom-sub--align {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    color: #fff
}

@media (max-width:1560px) {

    .p-toppage-fv__title-bottom-sub,
    .p-toppage-fv__title-bottom-sub--align {
        font-size: 24px
    }
}

@media (max-width:1251px) {

    .p-toppage-fv__title-bottom-sub,
    .p-toppage-fv__title-bottom-sub--align {
        font-size: 20px
    }
}

@media (max-width:600px) {

    .p-toppage-fv__title-bottom-sub,
    .p-toppage-fv__title-bottom-sub--align {
        font-size: 14px
    }
}

.p-toppage-fv__title-bottom-sub--align {
    top: 2px
}

@media (max-width:600px) {
    .p-toppage-fv__title-bottom-sub--align {
        top: 1px
    }
}

.p-toppage-fv__title-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px
}

@media (max-width:1920px) {
    .p-toppage-fv__title-bottom-inner {
        gap: 10px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-bottom-inner {
        gap: 6.25px
    }
}

.p-toppage-fv__title-bottom-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.25px
}

@media (max-width:1920px) {
    .p-toppage-fv__title-bottom-item {
        gap: 3px
    }
}

.p-toppage-fv__title-bottom-icon {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 44px;
    font-weight: 100;
    line-height: 1;
    color: #fff
}

@media (max-width:1560px) {
    .p-toppage-fv__title-bottom-icon {
        font-size: 36px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__title-bottom-icon {
        font-size: 30px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-bottom-icon {
        font-size: 18px
    }
}

.p-toppage-fv__title-bottom-unit {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    top: 13px;
    left: 6.25px;
    color: #fff
}

@media (max-width:1560px) {
    .p-toppage-fv__title-bottom-unit {
        font-size: 18px;
        top: 10px;
        left: 3px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__title-bottom-unit {
        font-size: 10px;
        top: 6px;
        left: 0
    }
}

.p-toppage-fv__btn {
    margin-top: 38.4px
}

@media (max-width:1560px) {
    .p-toppage-fv__btn {
        margin-top: 24px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__btn {
        margin-top: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__btn {
        width: 100%;
        max-width: 363px;
        margin-top: 38.4px;
        margin-right: auto;
        margin-left: auto
    }
}

.p-toppage-fv__btn.is-active:after {
    -webkit-animation: clip-path-alternate 0.5s 1.86s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 1.86s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__btn.is-exit:after {
    -webkit-animation: clip-path-alternate 0.5s 0.75s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s 0.75s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-toppage-fv__btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

@media (max-width:600px) {
    .p-toppage-fv__btn-wrap {
        width: 100%;
        gap: 38.4px
    }
}

.p-toppage-fv__btn-item {
    padding: 24px;
    background: rgba(0, 0, 0, 0.7)
}

@media (max-width:1560px) {
    .p-toppage-fv__btn-item {
        padding: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__btn-item {
        width: 100%;
        max-width: 363px;
        padding: 10px
    }
}

.p-toppage-fv__btn-link {
    font-size: 18px;
    font-weight: bold;
    color: #fff !important
}

@media (max-width:1920px) {
    .p-toppage-fv__btn-link {
        font-size: 14px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__btn-link {
        font-size: 16px
    }
}

.p-toppage-fv__swiper-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

@media (max-width:1440px) {
    .p-toppage-fv__swiper-nav {
        left: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-nav {
        top: unset;
        bottom: 150px;
        left: 50%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        max-width: 375px;
        padding: 0 10px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.p-toppage-fv__swiper-nav.swiper-pagination-bullets {
    bottom: unset;
    left: 24px;
    width: auto
}

.p-toppage-fv__swiper-nav-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 6.25px
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-nav-wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px
    }
}

.p-toppage-fv__swiper-nav-item {
    width: 10px;
    height: 10px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #fff;
    border-radius: 30px
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-nav-item {
        width: 13px;
        height: 13px
    }
}

@media (min-width:1024px) {
    .p-toppage-fv__swiper-nav-item:hover {
        background: #fff
    }
}

.p-toppage-fv__swiper-nav-item.is-active {
    height: 20px;
    pointer-events: none;
    background: #b7151e
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-nav-item.is-active {
        width: 24px;
        height: 13px
    }
}

.p-toppage-fv__swiper-nav-item.is-disable {
    pointer-events: none
}

.p-toppage-fv__swiper-prev {
    padding: 6.25px;
    cursor: pointer
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 34px;
        height: 34px;
        padding: 0;
        border: 1px solid #fff;
        background: rgba(0, 0, 0, 0.4);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-toppage-fv__swiper-prev.is-disable {
    pointer-events: none
}

@media (min-width:1024px) {
    .p-toppage-fv__swiper-prev:hover .p-toppage-fv__swiper-prev-inner {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
}

.p-toppage-fv__swiper-prev-inner {
    width: 10px;
    height: 38px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-prev-inner {
        display: none
    }
}

.p-toppage-fv__swiper-prev-inner:after,
.p-toppage-fv__swiper-prev-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    content: "";
    background: #fff
}

@media (max-width:600px) {

    .p-toppage-fv__swiper-prev-inner:after,
    .p-toppage-fv__swiper-prev-inner:before {
        display: none
    }
}

.p-toppage-fv__swiper-prev-inner:before {
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-toppage-fv__swiper-prev-inner:after {
    top: 12px;
    left: -3px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(-135deg);
    transform: translate(-50%, -50%) rotate(-135deg);
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.p-toppage-fv__swiper-prev-icon {
    display: none
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-prev-icon {
        display: block;
        width: 24px;
        height: 14px
    }
}

.p-toppage-fv__swiper-next {
    padding: 6.25px;
    cursor: pointer
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-next {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 34px;
        height: 34px;
        padding: 0;
        border: 1px solid #fff;
        background: rgba(0, 0, 0, 0.4);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-toppage-fv__swiper-next.is-disable {
    pointer-events: none
}

@media (min-width:1024px) {
    .p-toppage-fv__swiper-next:hover .p-toppage-fv__swiper-next-inner {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.p-toppage-fv__swiper-next-icon {
    display: none
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-next-icon {
        display: block;
        width: 24px;
        height: 14px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.p-toppage-fv__swiper-next-inner {
    width: 10px;
    height: 38px;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media (max-width:600px) {
    .p-toppage-fv__swiper-next-inner {
        display: none
    }
}

.p-toppage-fv__swiper-next-inner:after,
.p-toppage-fv__swiper-next-inner:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    content: "";
    background: #fff
}

.p-toppage-fv__swiper-next-inner:before {
    height: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.p-toppage-fv__swiper-next-inner:after {
    top: 33px;
    left: 5px;
    height: 10px;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@media (min-width:1024px) {
    .p-toppage-fv__swiper-next-inner:hover {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.p-toppage-fv__link {
    position: absolute;
    z-index: 3;
    top: 50%;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    gap: 6.25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1440px) {
    .p-toppage-fv__link {
        padding: 16px
    }
}

@media (max-width:600px) {
    .p-toppage-fv__link {
        display: none
    }
}

@media (min-width:1024px) {
    .p-toppage-fv__link:hover {
        opacity: 1
    }

    .p-toppage-fv__link:hover .p-toppage-fv__link-text-wrap:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transform-origin: top;
        transform-origin: top
    }

    .p-toppage-fv__link:hover .p-toppage-fv__link-shape {
        -webkit-transform: translateX(-6.25px);
        transform: translateX(-6.25px)
    }
}

.p-toppage-fv__link-logo {
    width: 36px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 4px
}

.p-toppage-fv__link-text-wrap:before {
    position: absolute;
    top: 0;
    left: -3px;
    width: 2px;
    height: calc(100% - 10px);
    content: "";
    -webkit-transition: background 0.3s, -webkit-transform 0.3s;
    transition: background 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, background 0.3s;
    transition: transform 0.3s, background 0.3s, -webkit-transform 0.3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    background: #fff
}

.p-toppage-fv__link-text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 20px;
    line-height: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.p-toppage-fv__link-text span {
    opacity: 0
}

@media (max-width:600px) {
    .p-toppage-fv__link-text span {
        opacity: 1
    }
}

.p-toppage-fv__link-text.is-active span {
    -webkit-animation: text-blinking 0.3s linear forwards;
    animation: text-blinking 0.3s linear forwards
}

@media (max-width:600px) {
    .p-toppage-fv__link-text.is-active span {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__link-text.is-inactive span {
    -webkit-animation: text-blinking-reverse 0.3s linear forwards;
    animation: text-blinking-reverse 0.3s linear forwards
}

@media (max-width:600px) {
    .p-toppage-fv__link-text.is-inactive span {
        -webkit-animation: unset;
        animation: unset
    }
}

.p-toppage-fv__link-shape {
    width: 9px;
    height: 14px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    clip-path: polygon(100% 0, 0 50%, 100% 100%)
}

.p-toppage-fv__rate {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 116px;
    padding: 0 24px
}

@media (max-width:1440px) {
    .p-toppage-fv__rate {
        padding: 0 16px
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__rate {
        height: 106px
    }
}

@media (max-width:960px) {
    .p-toppage-fv__rate {
        height: 130px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__rate {
        height: 140px;
        padding: 6.25px 0 0;
        background: rgba(0, 0, 0, 0.5)
    }
}

.p-toppage-fv__rate-inner {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 24px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-grid-columns: -webkit-max-content 24px 1fr;
    -ms-grid-columns: max-content 24px 1fr;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr
}

@media (max-width:1251px) {
    .p-toppage-fv__rate-inner {
        gap: 10px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__rate-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }
}

@media (max-width:767px) {
    .p-toppage-fv__rate-tab {
        overflow-x: auto;
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        padding: 0 10px;
        -ms-overflow-style: none;
        scrollbar-width: none
    }

    .p-toppage-fv__rate-tab::-webkit-scrollbar {
        display: none;
        -webkit-appearance: none
    }
}

.p-toppage-fv__rate-tab-list {
    display: -ms-grid;
    display: grid;
    gap: 6.25px
}

@media (max-width:767px) {
    .p-toppage-fv__rate-tab-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 354.5px
    }
}

.p-toppage-fv__rate-tab-item,
.p-toppage-fv__rate-tab-item--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 24px;
    padding-left: 24px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:1251px) {

    .p-toppage-fv__rate-tab-item,
    .p-toppage-fv__rate-tab-item--large {
        height: 20px;
        padding-left: 16px
    }
}

@media (max-width:767px) {

    .p-toppage-fv__rate-tab-item,
    .p-toppage-fv__rate-tab-item--large {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        min-width: 97px;
        height: 30px;
        padding: 0 10px;
        border: 1px solid #fff;
        border-radius: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media (max-width:767px) {
    .p-toppage-fv__rate-tab-item--large {
        min-width: 148px
    }
}

.p-toppage-fv__rate-tab-item--large:before,
.p-toppage-fv__rate-tab-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #fff
}

@media (max-width:767px) {

    .p-toppage-fv__rate-tab-item--large:before,
    .p-toppage-fv__rate-tab-item:before {
        display: none
    }
}

.is-active.p-toppage-fv__rate-tab-item--large,
.p-toppage-fv__rate-tab-item.is-active {
    pointer-events: none
}

@media (max-width:767px) {

    .is-active.p-toppage-fv__rate-tab-item--large,
    .p-toppage-fv__rate-tab-item.is-active {
        border: 1px solid #b7151e
    }
}

.is-active.p-toppage-fv__rate-tab-item--large:before,
.p-toppage-fv__rate-tab-item.is-active:before {
    width: 2px;
    background: #b7151e
}

.is-disable.p-toppage-fv__rate-tab-item--large,
.p-toppage-fv__rate-tab-item.is-disable {
    pointer-events: none;
    opacity: 0.3
}

@media (min-width:1024px) {

    .p-toppage-fv__rate-tab-item--large:hover .p-toppage-fv__rate-tab-text:before,
    .p-toppage-fv__rate-tab-item:hover .p-toppage-fv__rate-tab-text:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.p-toppage-fv__rate-tab-text {
    font-size: 12px;
    font-weight: bold;
    line-height: 1.6;
    padding-top: 1px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    color: #fff
}

@media (max-width:1251px) {
    .p-toppage-fv__rate-tab-text {
        font-size: 10px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__rate-tab-text {
        font-size: 12px
    }
}

.p-toppage-fv__rate-tab-text:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    background: #fff
}

.p-toppage-fv__rate-wrap {
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.p-toppage-fv__rate-wrap::-webkit-scrollbar {
    display: none;
    -webkit-appearance: none
}

@media (max-width:767px) {
    .p-toppage-fv__rate-wrap {
        width: 100%;
        max-width: -webkit-fit-content;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin: 0 auto;
        padding: 0 10px
    }
}

.p-toppage-fv__rate-list {
    position: absolute;
    top: 0;
    left: 0;
    display: -ms-grid;
    display: grid;
    overflow-y: hidden;
    width: 100%;
    min-width: 1030px;
    height: 80px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    grid-template-columns: repeat(auto-fit, minmax(198px, 1fr));
    gap: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media (max-width:1251px) {
    .p-toppage-fv__rate-list {
        min-width: auto;
        height: auto;
        -ms-grid-columns: (1fr)[5];
        grid-template-columns: repeat(5, 1fr)
    }
}

@media (max-width:767px) {
    .p-toppage-fv__rate-list {
        left: unset;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 730px
    }
}

.p-toppage-fv__rate-list.is-active {
    position: relative;
    z-index: 2;
    opacity: 1
}

.p-toppage-fv__rate-item {
    display: -ms-grid;
    display: grid;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
    gap: 10px
}

@media (max-width:1251px) {
    .p-toppage-fv__rate-item {
        gap: 6.25px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__rate-item {
        border: 1px solid #464646
    }
}

@media (max-width:1251px) {
    .p-toppage-fv__rate-item:nth-child(n+6) {
        display: none
    }
}

.p-toppage-fv__rate-text {
    font-family: "Bebas Neue", sans-serif;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #fff
}

@media (max-width:1251px) {
    .p-toppage-fv__rate-text {
        font-size: 18px
    }
}

@media (max-width:767px) {
    .p-toppage-fv__rate-text {
        font-size: 16px
    }
}

.p-toppage-fv__rate-help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin-top: 6.25px;
    margin-left: auto;
    padding-right: 38.4px
}

@media (max-width:767px) {
    .p-toppage-fv__rate-help {
        padding-right: 10px
    }
}

.p-toppage-fv__rate-help-img {
    width: 12px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

@media (min-width:1024px) {
    .p-toppage-fv__rate-help-img:hover {
        opacity: 0.7
    }
}

.p-toppage-fv__sentinel {
    position: absolute;
    z-index: -9999;
    bottom: calc(-100vh + 100% - 25%);
    left: 0;
    width: 100%;
    height: 1px
}

.p-toppage-fv__particles {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width:600px) {
    .p-toppage-fv__particles {
        display: none
    }
}

@media (max-width:600px) {
    .p-toppage-fv__br {
        display: none
    }
}

.p-toppage-campaign {
    overflow: hidden;
    background: #000
}

.p-toppage-campaign:before {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.9;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(35%, transparent), color-stop(59%, #000));
    background: linear-gradient(180deg, transparent 35%, #000 59%)
}

@media (max-width:767px) {
    .p-toppage-campaign:before {
        background: -webkit-gradient(linear, left bottom, left top, color-stop(2%, #000), to(transparent));
        background: linear-gradient(0deg, #000 2%, transparent 100%)
    }
}

.p-toppage-campaign__inner {
    z-index: 3;
    width: 100%;
    max-width: 1868px;
    margin-right: auto;
    margin-left: auto;
    padding: 134.4px 48px 38.4px
}

@media (max-width:1251px) {
    .p-toppage-campaign__inner {
        padding: 96px 24px 38.4px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__inner {
        padding: 76.8px 24px 38.4px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__inner {
        padding: 38.4px 16px
    }
}

.p-toppage-campaign__head-title,
.p-toppage-campaign__head-title--center,
.p-toppage-campaign__head-title--margin-top,
.p-toppage-campaign__head-title--margin-top-small,
.p-toppage-campaign__head-title--small,
.p-toppage-campaign__head-title--smaller {
    font-size: 44px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6)
}

@media (max-width:1251px) {

    .p-toppage-campaign__head-title,
    .p-toppage-campaign__head-title--center,
    .p-toppage-campaign__head-title--margin-top,
    .p-toppage-campaign__head-title--margin-top-small,
    .p-toppage-campaign__head-title--small,
    .p-toppage-campaign__head-title--smaller {
        font-size: 38px
    }
}

@media (max-width:960px) {

    .p-toppage-campaign__head-title,
    .p-toppage-campaign__head-title--center,
    .p-toppage-campaign__head-title--margin-top,
    .p-toppage-campaign__head-title--margin-top-small,
    .p-toppage-campaign__head-title--small,
    .p-toppage-campaign__head-title--smaller {
        font-size: 30px
    }
}

@media (max-width:767px) {

    .p-toppage-campaign__head-title,
    .p-toppage-campaign__head-title--center,
    .p-toppage-campaign__head-title--margin-top,
    .p-toppage-campaign__head-title--margin-top-small,
    .p-toppage-campaign__head-title--small,
    .p-toppage-campaign__head-title--smaller {
        line-height: 1.4
    }
}

@media (max-width:375px) {

    .p-toppage-campaign__head-title,
    .p-toppage-campaign__head-title--center,
    .p-toppage-campaign__head-title--margin-top,
    .p-toppage-campaign__head-title--margin-top-small,
    .p-toppage-campaign__head-title--small,
    .p-toppage-campaign__head-title--smaller {
        font-size: 22px
    }
}

.p-toppage-campaign__head-title--margin-top {
    margin-top: 38.4px
}

@media (max-width:960px) {
    .p-toppage-campaign__head-title--margin-top {
        margin-top: 24px
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__head-title--margin-top {
        margin-top: 16px
    }
}

.p-toppage-campaign__head-title--margin-top-small {
    margin-top: 16px
}

.p-toppage-campaign__head-title--center {
    text-align: center
}

@media (max-width:767px) {
    .p-toppage-campaign__head-title--small {
        font-size: 18px
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__head-title--small {
        font-size: 16px
    }
}

.p-toppage-campaign__head-title--smaller {
    font-size: 26px
}

@media (max-width:1251px) {
    .p-toppage-campaign__head-title--smaller {
        font-size: 24px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__head-title--smaller {
        font-size: 20px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__head-title--smaller {
        font-size: 14px
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__head-title--smaller {
        font-size: 12px
    }
}

.p-toppage-campaign__head-list {
    display: -ms-grid;
    display: grid;
    margin-top: 16px;
    -ms-grid-columns: -webkit-max-content 24px -webkit-max-content;
    -ms-grid-columns: max-content 24px max-content;
    grid-template-columns: repeat(2, -webkit-max-content);
    grid-template-columns: repeat(2, max-content);
    gap: 24px
}

@media (max-width:600px) {
    .p-toppage-campaign__head-list {
        gap: 10px
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__head-list {
        gap: 6.25px
    }
}

.p-toppage-campaign__head-item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 46px 6.25px 1fr;
    grid-template-columns: 46px 1fr;
    gap: 6.25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (max-width:425px) {
    .p-toppage-campaign__head-item {
        -ms-grid-columns: 44px 1fr;
        grid-template-columns: 44px 1fr
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__head-item {
        -ms-grid-columns: 36px 1fr;
        grid-template-columns: 36px 1fr
    }
}

.p-toppage-campaign__head-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 46px;
    height: 49px;
    border: 1px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:425px) {
    .p-toppage-campaign__head-box {
        width: 44px;
        height: 46px
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__head-box {
        width: 36px;
        height: 40px
    }
}

.p-toppage-campaign__head-box-text,
.p-toppage-campaign__head-box-text--en {
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff
}

@media (max-width:375px) {

    .p-toppage-campaign__head-box-text,
    .p-toppage-campaign__head-box-text--en {
        font-size: 9px
    }
}

.p-toppage-campaign__head-box-text--en {
    font-family: "Bebas Neue", sans-serif;
    font-size: 30px;
    line-height: 0.8;
    margin-top: 3px
}

@media (max-width:425px) {
    .p-toppage-campaign__head-box-text--en {
        font-size: 26px
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__head-box-text--en {
        font-size: 22px
    }
}

.p-toppage-campaign__head-text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-toppage-campaign__head-text-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6.25px
}

@media (max-width:375px) {
    .p-toppage-campaign__head-text-wrap {
        -webkit-transform: translateY(2px);
        transform: translateY(2px)
    }
}

.p-toppage-campaign__head-value,
.p-toppage-campaign__head-value--num {
    font-family: "Bebas Neue", sans-serif;
    font-size: 40px;
    line-height: 0.9;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6)
}

@media (max-width:425px) {

    .p-toppage-campaign__head-value,
    .p-toppage-campaign__head-value--num {
        font-size: 36px
    }
}

@media (max-width:375px) {

    .p-toppage-campaign__head-value,
    .p-toppage-campaign__head-value--num {
        font-size: 30px
    }
}

.p-toppage-campaign__head-value--num {
    -webkit-transform: skewX(-10deg) translateX(-4px);
    transform: skewX(-10deg) translateX(-4px)
}

.p-toppage-campaign__head-text,
.p-toppage-campaign__head-text--line-large {
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6)
}

@media (max-width:425px) {

    .p-toppage-campaign__head-text,
    .p-toppage-campaign__head-text--line-large {
        font-size: 10px
    }
}

@media (max-width:375px) {

    .p-toppage-campaign__head-text,
    .p-toppage-campaign__head-text--line-large {
        font-size: 9px
    }
}

.p-toppage-campaign__head-text--line-large {
    line-height: 1.4
}

.p-toppage-campaign__btn {
    margin-top: 60px
}

@media (max-width:1251px) {
    .p-toppage-campaign__btn {
        margin-top: 48px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__btn {
        margin-top: 38.4px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__btn {
        margin-top: 24px
    }
}

.p-toppage-campaign__body {
    margin-top: 134.4px
}

@media (max-width:1251px) {
    .p-toppage-campaign__body {
        margin-top: 96px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__body {
        margin-top: 76.8px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__body {
        margin-top: 38.4px
    }
}

.p-toppage-campaign__body-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 24px;
    border-bottom: 1px solid #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px
}

@media (max-width:1251px) {
    .p-toppage-campaign__body-title {
        padding-bottom: 16px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__body-title {
        gap: 16px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__body-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 6.25px
    }
}

.p-toppage-campaign__body-title-child,
.p-toppage-campaign__body-title-child--shape {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff
}

@media (max-width:1251px) {

    .p-toppage-campaign__body-title-child,
    .p-toppage-campaign__body-title-child--shape {
        font-size: 20px
    }
}

@media (max-width:960px) {

    .p-toppage-campaign__body-title-child,
    .p-toppage-campaign__body-title-child--shape {
        font-size: 16px
    }
}

@media (max-width:767px) {

    .p-toppage-campaign__body-title-child,
    .p-toppage-campaign__body-title-child--shape {
        font-size: 18px;
        line-height: 1.4;
        text-align: center
    }
}

@media (max-width:375px) {

    .p-toppage-campaign__body-title-child,
    .p-toppage-campaign__body-title-child--shape {
        font-size: 16px
    }
}

.p-toppage-campaign__body-title-child--shape {
    font-size: 44px;
    -webkit-text-stroke: 8px #fff;
    -webkit-text-fill-color: #b7151e;
    paint-order: stroke
}

@media (max-width:1251px) {
    .p-toppage-campaign__body-title-child--shape {
        font-size: 38px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__body-title-child--shape {
        font-size: 30px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__body-title-child--shape {
        font-size: 34px;
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
        -webkit-text-stroke: 6px #fff
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__body-title-child--shape {
        font-size: 30px
    }
}

.p-toppage-campaign__list {
    display: -ms-grid;
    display: grid;
    padding-top: 48px;
    -ms-grid-columns: 1fr 16px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px
}

@media (max-width:1251px) {
    .p-toppage-campaign__list {
        gap: 0
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__list {
        padding-top: 38.4px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__list {
        max-width: 578px;
        margin: 0 auto;
        padding-top: 24px;
        -ms-grid-columns: -webkit-max-content 0 -webkit-max-content;
        -ms-grid-columns: max-content 0 max-content;
        grid-template-columns: repeat(2, -webkit-max-content);
        grid-template-columns: repeat(2, max-content);
        gap: 0
    }
}

@media (max-width:600px) {
    .p-toppage-campaign__list {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        max-width: 100%;
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 24px
    }
}

.p-toppage-campaign__item {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 106px 16px 1fr;
    grid-template-columns: 106px 1fr;
    gap: 16px
}

@media (max-width:1251px) {
    .p-toppage-campaign__item {
        -ms-grid-columns: 80px 1fr;
        grid-template-columns: 80px 1fr
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__item {
        -ms-grid-columns: 62px 10px 1fr;
        grid-template-columns: 62px 1fr;
        gap: 10px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__item {
        -ms-grid-columns: 68px 16px 1fr;
        grid-template-columns: 68px 1fr;
        gap: 10px 16px
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__item {
        gap: 10px
    }
}

.p-toppage-campaign__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 106px;
    height: 106px;
    background: #b7151e;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:1251px) {
    .p-toppage-campaign__box {
        width: 80px;
        height: 80px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__box {
        width: 62px;
        height: 62px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 68px;
        height: 72px;
        gap: 3px
    }
}

.p-toppage-campaign__box-label {
    font-size: 18px;
    line-height: 1;
    position: absolute;
    bottom: calc(100% + 6.25px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    color: #fff
}

@media (max-width:1251px) {
    .p-toppage-campaign__box-label {
        font-size: 14px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__box-label {
        font-size: 12px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__box-label {
        font-weight: bold;
        position: relative;
        bottom: unset;
        left: unset;
        left: 0;
        display: block;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 78px;
        height: 22px;
        padding-top: 2px;
        -webkit-transform: unset;
        transform: unset;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-toppage-campaign__box-label:before {
    position: absolute;
    top: -1px;
    right: calc(100% + 10px);
    width: 1px;
    height: 100%;
    content: "";
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    background: #fff
}

@media (max-width:960px) {
    .p-toppage-campaign__box-label:before {
        right: calc(100% + 6.25px)
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__box-label:before {
        top: 50%;
        right: -3px;
        width: 6px;
        height: 12px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        background: #b7151e;
        clip-path: polygon(100% 0, 0 50%, 100% 100%)
    }
}

.p-toppage-campaign__box-label:after {
    position: absolute;
    top: -1px;
    left: calc(100% + 10px);
    width: 1px;
    height: 100%;
    content: "";
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    background: #fff
}

@media (max-width:960px) {
    .p-toppage-campaign__box-label:after {
        left: calc(100% + 6.25px)
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__box-label:after {
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: unset;
        transform: unset;
        border: 1px solid #fff;
        background: transparent;
        clip-path: polygon(100% 0, 100% 25%, 95% 25%, 95% 75%, 100% 75%, 100% 100%, 0 100%, 0 0)
    }
}

.p-toppage-campaign__label-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.p-toppage-campaign__box-text,
.p-toppage-campaign__box-text--en {
    font-size: 24px;
    line-height: 1;
    color: #fff
}

@media (max-width:1251px) {

    .p-toppage-campaign__box-text,
    .p-toppage-campaign__box-text--en {
        font-size: 18px
    }
}

@media (max-width:960px) {

    .p-toppage-campaign__box-text,
    .p-toppage-campaign__box-text--en {
        font-size: 14px
    }
}

@media (max-width:767px) {

    .p-toppage-campaign__box-text,
    .p-toppage-campaign__box-text--en {
        font-weight: bold
    }
}

.p-toppage-campaign__box-text--en {
    font-family: "Bebas Neue", sans-serif;
    font-size: 42px;
    line-height: 0.8;
    -webkit-transform: translateX(-1px) skewX(-10deg);
    transform: translateX(-1px) skewX(-10deg)
}

.p-toppage-campaign__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media (max-width:767px) {
    .p-toppage-campaign__wrap {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-column: 1/3
    }
}

.p-toppage-campaign__wrap-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

@media (max-width:1251px) {
    .p-toppage-campaign__wrap-child {
        gap: 10px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__wrap-child {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.p-toppage-campaign__wrap-grand-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.25px
}

@media (max-width:960px) {
    .p-toppage-campaign__wrap-grand-child {
        gap: 3px
    }
}

.p-toppage-campaign__value {
    font-size: 66px;
    font-weight: bold;
    line-height: 1;
    color: #fff
}

@media (max-width:1251px) {
    .p-toppage-campaign__value {
        font-size: 52px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__value {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__value {
        font-family: "Bebas Neue", sans-serif;
        font-size: 74px;
        font-weight: normal;
        line-height: 0.9;
        -webkit-transform: skewX(-10deg);
        transform: skewX(-10deg);
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6)
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__value {
        font-size: 70px
    }
}

.p-toppage-campaign__text,
.p-toppage-campaign__text--height-full {
    font-size: 18px;
    line-height: 1;
    white-space: nowrap;
    color: #fff
}

@media (max-width:1251px) {

    .p-toppage-campaign__text,
    .p-toppage-campaign__text--height-full {
        font-size: 16px
    }
}

@media (max-width:960px) {

    .p-toppage-campaign__text,
    .p-toppage-campaign__text--height-full {
        font-size: 12px
    }
}

@media (max-width:767px) {

    .p-toppage-campaign__text,
    .p-toppage-campaign__text--height-full {
        font-size: 14px;
        font-weight: bold;
        line-height: 1.4;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6);
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.p-toppage-campaign__text--height-full {
    height: 100%
}

.p-toppage-campaign__text-child-sub,
.p-toppage-campaign__text-child-sub--small {
    font-size: 18px;
    line-height: 1;
    color: #fff
}

@media (max-width:1251px) {

    .p-toppage-campaign__text-child-sub,
    .p-toppage-campaign__text-child-sub--small {
        font-size: 16px
    }
}

@media (max-width:960px) {

    .p-toppage-campaign__text-child-sub,
    .p-toppage-campaign__text-child-sub--small {
        font-size: 12px
    }
}

@media (max-width:767px) {

    .p-toppage-campaign__text-child-sub,
    .p-toppage-campaign__text-child-sub--small {
        font-size: 14px;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6)
    }
}

@media (max-width:375px) {

    .p-toppage-campaign__text-child-sub,
    .p-toppage-campaign__text-child-sub--small {
        font-size: 12px
    }
}

.p-toppage-campaign__text-child-sub--small {
    font-size: 10px
}

.p-toppage-campaign__text-child-main {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #fff
}

@media (max-width:1251px) {
    .p-toppage-campaign__text-child-main {
        font-size: 18px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__text-child-main {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__text-child-main {
        font-size: 18px;
        margin-top: 6.25px;
        text-shadow: 4px 4px 4px rgba(0, 0, 0, 0.6)
    }
}

@media (max-width:375px) {
    .p-toppage-campaign__text-child-main {
        font-size: 16px
    }
}

.p-toppage-campaign__foot {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #fff
}

@media (max-width:960px) {
    .p-toppage-campaign__foot {
        margin-top: 16px;
        padding-top: 16px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__foot {
        padding-top: 24px
    }
}

.p-toppage-campaign__foot-text {
    font-size: 16px;
    color: #fff
}

@media (max-width:960px) {
    .p-toppage-campaign__foot-text {
        font-size: 14px;
        line-height: 1.8
    }
}

.p-toppage-campaign__foot-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 38.4px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width:960px) {
    .p-toppage-campaign__foot-btn {
        margin-top: 24px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__foot-btn {
        margin-top: 0
    }
}

.p-toppage-campaign__bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    min-width: 1448px;
    max-width: 1772px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media (max-width:1251px) {
    .p-toppage-campaign__bg {
        min-width: 1251px
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__bg {
        min-width: 960px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__bg {
        min-width: 100%
    }
}

.p-toppage-campaign__bg-img,
.p-toppage-campaign__bg-img--01,
.p-toppage-campaign__bg-img--02 {
    position: absolute
}

.p-toppage-campaign__bg-img--01 {
    top: -85px;
    right: -90px;
    width: 1002px
}

@media (max-width:1440px) {
    .p-toppage-campaign__bg-img--01 {
        top: -50px;
        right: -20px;
        width: 852px
    }
}

@media (max-width:1251px) {
    .p-toppage-campaign__bg-img--01 {
        right: -60px;
        width: 740px;
        opacity: 0.7
    }
}

@media (max-width:960px) {
    .p-toppage-campaign__bg-img--01 {
        top: -57px;
        width: 670px
    }
}

@media (max-width:767px) {
    .p-toppage-campaign__bg-img--01 {
        top: 0px;
        right: -65px;
        width: 349px
    }
}

@media (max-width:600px) {
    .p-toppage-campaign__bg-img--01 {
        top: 30px
    }
}

.p-toppage-campaign__bg-img--02 {
    position: relative;
    width: 160px;
    opacity: 0.7
}

.p-toppage-campaign__bg-img-wrap {
    position: absolute;
    right: 40px;
    bottom: 30px;
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg)
}

@media (max-width:600px) {
    .p-toppage-campaign__bg-img-wrap {
        bottom: 180px
    }
}

.p-toppage-campaign__br {
    display: none
}

@media (max-width:600px) {
    .p-toppage-campaign__br {
        display: inline
    }
}

.p-toppage-reason__particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #cacaca
}

.p-toppage-reason__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px
}

@media (max-width:960px) {
    .p-toppage-reason__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }
}

@media (max-width:767px) {
    .p-toppage-reason__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

.p-toppage-reason__foot-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.p-toppage-trade__contents {
    z-index: 1
}

.p-toppage-trade__contents.is-show .p-toppage-trade__car {
    position: fixed;
    bottom: 100px
}

.p-toppage-trade__contents.is-end .p-toppage-trade__car {
    bottom: 0
}

.p-toppage-trade__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-attachment: fixed
}

.p-toppage-trade__car {
    position: absolute;
    left: 100%;
    width: 890px
}

.loading01Out .p-inview-toppage__campaign .p-inview-toppage__campaign-fade-in.is-view {
    opacity: 1
}

@media (max-width:1251px) {
    .loading01Out .p-inview-toppage__campaign .p-inview-toppage__campaign-fade-in.is-view {
        opacity: 0.7
    }
}

.loading01Out .p-inview-toppage__campaign .is-view.p-inview-toppage__campaign-up--skew,
.loading01Out .p-inview-toppage__campaign .p-inview-toppage__campaign-up.is-view {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

@media (max-width:767px) {
    .loading01Out .p-inview-toppage__campaign .p-inview-toppage__campaign-up--skew.is-view {
        -webkit-transform: translate3d(0, 0, 0) skewX(-10deg);
        transform: translate3d(0, 0, 0) skewX(-10deg)
    }
}

.loading01Out .p-inview-toppage__campaign .p-inview-toppage__campaign-slide.is-view {
    clip-path: inset(0 0 0 0)
}

.loading01Out .p-inview-toppage__campaign .p-inview-toppage__campaign-slide.is-view:after {
    -webkit-animation: clip-path-alternate 0.5s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-inview-toppage__campaign-fade-in {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0
}

.p-inview-toppage__campaign-up,
.p-inview-toppage__campaign-up--skew {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
    opacity: 0
}

@media (max-width:767px) {
    .p-inview-toppage__campaign-up--skew {
        -webkit-transform: translate3d(0, 24px, 0) skewX(-10deg);
        transform: translate3d(0, 24px, 0) skewX(-10deg)
    }
}

.p-inview-toppage__campaign-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding-top: 6.25px;
    -webkit-transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    clip-path: inset(0 100% 0 0)
}

@media (max-width:767px) {
    .p-inview-toppage__campaign-slide {
        padding-top: 0
    }
}

.p-inview-toppage__campaign-slide:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #fff;
    clip-path: inset(0 100% 0 0)
}

.loading01Out .p-inview-toppage__reason.is-view .p-inview-toppage__reason-up,
.loading01Out .p-inview-toppage__reason.is-view .p-inview-toppage__reason-up--fifth,
.loading01Out .p-inview-toppage__reason.is-view .p-inview-toppage__reason-up--first,
.loading01Out .p-inview-toppage__reason.is-view .p-inview-toppage__reason-up--fourth,
.loading01Out .p-inview-toppage__reason.is-view .p-inview-toppage__reason-up--second,
.loading01Out .p-inview-toppage__reason.is-view .p-inview-toppage__reason-up--sixth,
.loading01Out .p-inview-toppage__reason.is-view .p-inview-toppage__reason-up--third {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.loading01Out .p-inview-toppage__reason.is-view .p-inview-toppage__reason-slide {
    clip-path: inset(0 0 0 0)
}

.loading01Out .p-inview-toppage__reason.is-view .p-inview-toppage__reason-slide:after {
    -webkit-animation: clip-path-alternate 0.5s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-inview-toppage__reason-up,
.p-inview-toppage__reason-up--fifth,
.p-inview-toppage__reason-up--first,
.p-inview-toppage__reason-up--fourth,
.p-inview-toppage__reason-up--second,
.p-inview-toppage__reason-up--sixth,
.p-inview-toppage__reason-up--third {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
    opacity: 0
}

.p-inview-toppage__reason-up--second {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.p-inview-toppage__reason-up--third {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.p-inview-toppage__reason-up--fourth {
    -webkit-transition-delay: 0.45s;
    transition-delay: 0.45s
}

.p-inview-toppage__reason-up--fifth {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s
}

.p-inview-toppage__reason-up--sixth {
    -webkit-transition-delay: 0.75s;
    transition-delay: 0.75s
}

.p-inview-toppage__reason-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    clip-path: inset(0 100% 0 0)
}

.p-inview-toppage__reason-slide:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #464646;
    clip-path: inset(0 100% 0 0)
}

.loading01Out .p-inview-toppage__trade.is-view .p-inview-toppage__trade-up,
.loading01Out .p-inview-toppage__trade.is-view .p-inview-toppage__trade-up--first,
.loading01Out .p-inview-toppage__trade.is-view .p-inview-toppage__trade-up--second,
.loading01Out .p-inview-toppage__trade.is-view .p-inview-toppage__trade-up--third {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.loading01Out .p-inview-toppage__trade.is-view .p-inview-toppage__trade-slide {
    clip-path: inset(0 0 0 0)
}

.loading01Out .p-inview-toppage__trade.is-view .p-inview-toppage__trade-slide:after {
    -webkit-animation: clip-path-alternate 0.5s cubic-bezier(0.86, 0, 0.07, 1) backwards;
    animation: clip-path-alternate 0.5s cubic-bezier(0.86, 0, 0.07, 1) backwards
}

.p-inview-toppage__trade-up,
.p-inview-toppage__trade-up--first,
.p-inview-toppage__trade-up--second,
.p-inview-toppage__trade-up--third {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translate3d(0, 24px, 0);
    transform: translate3d(0, 24px, 0);
    opacity: 0
}

.p-inview-toppage__trade-up--second {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s
}

.p-inview-toppage__trade-up--third {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s
}

.p-inview-toppage__trade-slide {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    transition: clip-path 0.5s cubic-bezier(0.86, 0, 0.07, 1);
    clip-path: inset(0 100% 0 0)
}

.p-inview-toppage__trade-slide:after {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #464646;
    clip-path: inset(0 100% 0 0)
}

.p-page__fv {
    border-top: none
}

.p-list__update {
    padding: 24px;
    border: 1px solid #000;
    border-radius: 4px;
    background: #fff
}

@media (max-width:767px) {
    .p-list__update {
        padding: 16px
    }
}

.p-list__update-inner {
    overflow-y: auto;
    max-height: 280px
}

.p-list__update-inner::-webkit-scrollbar {
    width: 12px
}

.p-list__update-inner::-webkit-scrollbar-track {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    background: #f7f7f7
}

.p-list__update-inner::-webkit-scrollbar-thumb {
    min-height: 70px;
    border-radius: 10px;
    background: #cacaca
}

.p-list__table:not(:first-of-type) {
    margin-top: 38.4px
}

.p-list__table-child {
    padding-left: 16px
}

.p-list__table-child-title {
    font-weight: bold
}

.p-list__table-child-title:not(:first-child) {
    margin-top: 24px
}

.p-list__head-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.4
}

@media (max-width:767px) {
    .p-list__head-title {
        font-size: 16px
    }
}

.p-list__body-content {
    word-break: break-all
}

@media (min-width:1024px) {
    .p-list__link:hover {
        text-decoration: underline
    }
}

.p-list__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.p-list__contents-item,
.p-list__contents-item--arrow {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 13px 10px -webkit-max-content 10px 1fr;
    -ms-grid-columns: 13px 10px max-content 10px 1fr;
    grid-template-columns: 13px -webkit-max-content 1fr;
    grid-template-columns: 13px max-content 1fr;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.p-list__contents-item--arrow {
    cursor: pointer
}

.p-list__head {
    display: -ms-grid;
    display: grid;
    padding-bottom: 10px;
    border-bottom: 1px solid #000;
    -ms-grid-columns: 1fr 100px 100px;
    grid-template-columns: 1fr 100px 100px
}

@media (max-width:767px) {
    .p-list__head {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width:767px) {

    .p-list__body-date,
    .p-list__head-date {
        display: none
    }
}

.p-list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    gap: 10px
}

.p-list__body-item,
.p-list__body-item--icon-date {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 13px 10px 13px 10px 1fr 10px 100px 10px 100px;
    grid-template-columns: 13px 13px 1fr 100px 100px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media (max-width:767px) {

    .p-list__body-item,
    .p-list__body-item--icon-date {
        -ms-grid-columns: 13px 13px 1fr;
        grid-template-columns: 13px 13px 1fr
    }
}

.p-list__body-item--icon-date {
    -ms-grid-columns: 13px 13px 1fr 100px 100px;
    grid-template-columns: 13px 13px 1fr 100px 100px
}

@media (max-width:767px) {
    .p-list__body-item--icon-date {
        -ms-grid-columns: 13px 13px 1fr;
        grid-template-columns: 13px 13px 1fr
    }
}

.p-list__body-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.p-list__heading {
    display: -ms-grid;
    display: grid;
    cursor: pointer;
    -ms-grid-columns: 1fr 16px -webkit-max-content;
    -ms-grid-columns: 1fr 16px max-content;
    grid-template-columns: 1fr -webkit-max-content;
    grid-template-columns: 1fr max-content;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px
}

.p-list__heading.is-open .p-list__heading-ac-btn-img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

.p-list__heading-ac-btn-img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-list__arrow {
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.p-list__accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.p-list__accordion.is-open .p-list__arrow {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.p-list__item-inner {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin-left: 129px
}

.p-list__link-item {
    width: 100%
}

.u-color--white {
    color: #fff !important
}

.u-color--black {
    color: #000
}

.u-color--green {
    color: #3da748
}

.u-color--red {
    color: #b7151e
}

.u-color--red-dark {
    color: #921318
}

.u-disp-block {
    display: block
}

@media (max-width:767px) {
    .u-disp-block--PU {
        display: block
    }
}

.u-disp-none {
    display: none
}

@media (max-width:1368px) {
    .u-disp-none--DSU {
        display: none
    }
}

.u-disp-none--DSO {
    display: none
}

@media (max-width:1368px) {
    .u-disp-none--DSO {
        display: block
    }
}

@media (max-width:1251px) {
    .u-disp-none--NU {
        display: none
    }
}

.u-disp-none--NO {
    display: none
}

@media (max-width:1251px) {
    .u-disp-none--NO {
        display: block
    }
}

@media (max-width:960px) {
    .u-disp-none--TMU {
        display: none
    }
}

.u-disp-none--TMO {
    display: none
}

@media (max-width:960px) {
    .u-disp-none--TMO {
        display: block
    }
}

@media (max-width:767px) {
    .u-disp-none--PU {
        display: none
    }
}

.u-disp-none--PO {
    display: none
}

@media (max-width:767px) {
    .u-disp-none--PO {
        display: block
    }
}

.u-disp-none--flexPU {
    display: none
}

@media (max-width:767px) {
    .u-disp-none--flexPU {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.u-disp-none--flexNO {
    display: none
}

@media (max-width:1251px) {
    .u-disp-none--flexNO {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.u-disp-none--inlinePU {
    display: none
}

@media (max-width:767px) {
    .u-disp-none--inlinePU {
        display: inline
    }
}

.u-disp-contnts {
    display: contents
}

.u-disp-inline-block {
    display: inline-block
}

.u-font--normal {
    font-weight: normal
}

.u-font--medium {
    font-weight: bold
}

.u-font--bold {
    font-weight: bold
}

.u-font--italic {
    font-style: italic
}

.u-font--center {
    text-align: center
}

.u-font--right {
    text-align: right
}

.u-font--left {
    text-align: left
}

@media (max-width:767px) {
    .u-font--centerPU {
        text-align: center
    }
}

.u-font--break-all {
    word-break: break-all
}

.u-font--break-word {
    word-break: break-word
}

.u-font--nowrap {
    white-space: nowrap
}

.u-font--wrap {
    white-space: normal
}

.u-font--clamp {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.u-font--clamp-second {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.u-cursor--pointer {
    cursor: pointer
}

.u-cursor--default {
    cursor: default
}

.u-cursor--events-none {
    pointer-events: none
}

.u-hr {
    border-top: 1px solid #cacaca
}

.u-img--max-30rem {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto
}

.u-img--max-40rem {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto
}

.u-img--max-50rem {
    max-width: 50rem;
    margin-left: auto;
    margin-right: auto
}

.u-img--max-60rem {
    max-width: 60rem;
    margin-left: auto;
    margin-right: auto
}

.u-img--max-70rem {
    max-width: 70rem;
    margin-left: auto;
    margin-right: auto
}

.u-img--max-80rem {
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto
}

.u-img--max-90rem {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto
}

.u-img--max-100rem {
    max-width: 100rem;
    margin-left: auto;
    margin-right: auto
}

.u-link,
.u-link--inherit,
.u-link--red-dark,
.u-link--underline {
    cursor: pointer;
    text-decoration: none
}

@media (min-width:1024px) {

    .u-link--inherit:hover,
    .u-link--red-dark:hover,
    .u-link--underline:hover,
    .u-link:hover {
        text-decoration: underline;
        opacity: 1 !important
    }
}

.u-link--underline {
    text-decoration: underline !important
}

@media (min-width:1024px) {
    .u-link--underline:hover {
        text-decoration: none !important
    }
}

.u-link--inherit {
    text-decoration: none !important;
    color: inherit !important
}

.u-link--red-dark {
    color: #921318 !important
}

.u-margin-top {
    margin-top: 38.4px
}

@media (max-width:767px) {
    .u-margin-top {
        margin-top: 24px
    }
}

.u-margin-top--narrowest {
    margin-top: 6.25px
}

.u-margin-top--narrowestPU {
    margin-top: 38.4px
}

@media (max-width:767px) {
    .u-margin-top--narrowestPU {
        margin-top: 6.25px
    }
}

.u-margin-top--narrow {
    margin-top: 10px
}

.u-margin-top--narrowPU {
    margin-top: 38.4px
}

@media (max-width:767px) {
    .u-margin-top--narrowPU {
        margin-top: 10px
    }
}

.u-margin-top--middle {
    margin-top: 16px
}

.u-margin-top--normal {
    margin-top: 24px
}

.u-margin-top--normalPU {
    margin-top: 38.4px
}

@media (max-width:767px) {
    .u-margin-top--normalPU {
        margin-top: 24px
    }
}

.u-margin-top--wide {
    margin-top: 48px
}

@media (max-width:767px) {
    .u-margin-top--wide {
        margin-top: 24px
    }
}

.u-margin-top--widest {
    margin-top: 60px
}

@media (max-width:767px) {
    .u-margin-top--widest {
        margin-top: 48px
    }
}

.u-margin-top--section {
    margin-top: 96px
}

@media (max-width:767px) {
    .u-margin-top--section {
        margin-top: 60px
    }
}

.u-margin-top--block {
    margin-top: 48px
}

@media (max-width:767px) {
    .u-margin-top--block {
        margin-top: 38.4px
    }
}

.u-margin-bottom {
    margin-bottom: 38.4px
}

.u-margin-bottom--narrowest {
    margin-bottom: 6.25px
}

.u-margin-bottom--narrowestPU {
    margin-bottom: 38.4px
}

@media (max-width:767px) {
    .u-margin-bottom--narrowestPU {
        margin-bottom: 6.25px
    }
}

.u-margin-bottom--narrow {
    margin-bottom: 10px
}

.u-margin-bottom--middle {
    margin-bottom: 16px
}

.u-margin-bottom--normal {
    margin-bottom: 24px
}

.u-margin-bottom--wide {
    margin-bottom: 48px
}

.u-margin-bottom--widest {
    margin-bottom: 60px
}

.u-margin-left {
    margin-left: 38.4px
}

.u-margin-left--narrowest {
    margin-left: 6.25px
}

.u-margin-left--narrowestPU {
    margin-left: 38.4px
}

@media (max-width:767px) {
    .u-margin-left--narrowestPU {
        margin-left: 6.25px
    }
}

.u-margin-left--narrow {
    margin-left: 10px
}

.u-margin-left--middle {
    margin-left: 16px
}

.u-margin-left--normal {
    margin-left: 24px
}

.u-margin-left--wide {
    margin-left: 48px
}

.u-margin-left--widest {
    margin-left: 60px
}

.u-margin-right {
    margin-right: 38.4px
}

.u-margin-right--narrowest {
    margin-right: 6.25px
}

.u-margin-right--narrowestPU {
    margin-right: 38.4px
}

@media (max-width:767px) {
    .u-margin-right--narrowestPU {
        margin-right: 6.25px
    }
}

.u-margin-right--narrow {
    margin-right: 10px
}

.u-margin-right--middle {
    margin-right: 16px
}

.u-margin-right--normal {
    margin-right: 24px
}

.u-margin-right--wide {
    margin-right: 48px
}

.u-margin-right--widest {
    margin-right: 60px
}

.u-margin-auto {
    margin: auto
}

.u-margin-auto--left {
    margin-left: auto
}

.u-margin-auto--right {
    margin-right: auto
}

.u-margin-auto--top {
    margin-top: auto
}

.u-margin-auto--bottom {
    margin-bottom: auto
}

.u-margin-none {
    margin: 0
}

.u-margin-none--left {
    margin-left: 0
}

.u-margin-none--left-mobile-center {
    margin-left: 0
}

@media (max-width:767px) {
    .u-margin-none--left-mobile-center {
        margin-right: auto;
        margin-left: auto
    }
}

.u-margin-none--right {
    margin-right: 0
}

.u-margin-none--top {
    margin-top: 0
}

.u-margin-none--bottom {
    margin-bottom: 0
}

.u-padding-top {
    margin-top: 38.4px
}

.u-padding-top--narrowest {
    margin-top: 16px
}

.u-padding-top--narrow {
    margin-top: 10px
}

.u-padding-top--middle {
    margin-top: 16px
}

.u-padding-top--normal {
    margin-top: 24px
}

.u-padding-top--wide {
    margin-top: 48px
}

.u-padding-top--widest {
    margin-top: 60px
}

.u-fontsize--minimum {
    font-size: 10px
}

.u-fontsize--smallest {
    font-size: 12px
}

.u-fontsize--small {
    font-size: 14px
}

.u-fontsize--default {
    font-size: 16px
}

@media (max-width:767px) {
    .u-fontsize--default {
        font-size: 14px
    }
}

.u-fontsize--medium {
    font-size: 18px
}

@media (max-width:767px) {
    .u-fontsize--medium {
        font-size: 14px
    }
}

.u-fontsize--medium-mobile {
    font-size: 18px
}

.u-fontsize--large {
    font-size: 20px
}

@media (max-width:767px) {
    .u-fontsize--large {
        font-size: 18px
    }
}

.u-lineheight--line {
    line-height: 1
}

.u-underline,
.u-underline--red {
    text-decoration: underline
}

.u-underline--red {
    text-decoration-color: #b7151e
}/*# sourceMappingURL=style.css.map */