@charset "utf-8";
/* CSS Document */
/*  */
.c-wrapper {
    padding-top: 0;
}
.c-footer .footer_pagetop {
    display: none;
}
/*  */
@keyframes top-progress-bar-00 {
    0% {
        transform: scaleY(0);
    }
    100% {
        transform: scaleY(33%);
    }
}
@keyframes top-progress-bar-01 {
    0% {
        transform: scaleY(33%);
    }
    100% {
        transform: scaleY(66.7%);
    }
}
@keyframes top-progress-bar-02 {
    0% {
        transform: scaleY(66.7%);
    }
    100% {
        transform: scaleY(100%);
    }
}
html,
body {
    overflow: hidden;
    height: 100%;
}
.tough-wrapper {
    background: #141414;
    --font-ja: "Noto Sans JP", sans-serif;
}
.tough-wrapper img {
    width: 100%;
    height: auto;
    display: block;
}
.tough-wrapper a {
    text-decoration: none;
    color: inherit;
}
.tough-loading-01 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 101;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tough-loading-01__text {
    max-width: 655px;
    position: relative;
    mask: url(../img/copy_top_01.png) no-repeat;
    mask-size: 100% auto;
    background: #ccc;
    width: 90%;
}
.tough-loading-01__text img {
    visibility: hidden;
}
.tough-loading-01__text-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 0 0;
    transform: scaleX(0);
    transition: transform 200ms;
}
.tough-loading-02 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #141414;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}
.tough-loading-02__box {
    max-width: min(265px, 62vh);
    width: 90%;
}
.tough-loading-02__text {
    position: relative;
}
.tough-loading-02__text-01 {
    width: 96.038%;
}
.tough-loading-02__text-all {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 36.325%;
    background: unset;
}
.tough-loading-02__text-02 .tough-loading-02__text-all {
    width: 41.426%;
}
.tough-loading-02__text-03 .tough-loading-02__text-all {
    width: 41.521%;
}
.tough-loading-02__text-all>img {
    clip-path: inset(0 100% 0 0);
}
.tough-loading-02__text-02 {
    width: 100%;
    margin: 26% 0;
}
.tough-loading-02__text-03 {
    width: 100%;
}
.tough-header-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    background: rgba(20, 20, 20, 0.8);
    display: flex;
    justify-content: space-between;
    height: min(69px, 12vh);
    font-size: min(16px, 5vh);
}
.tough-header {
    max-width: min(720px, 60vh);
    pointer-events: none;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.tough-header__logo {
    width: 27.78%;
    display: block;
    margin: 2.88% 0 3% 5.6%;
    pointer-events: auto;
    max-width: 100px;
}
.tough-inner {
    max-width: 1152px;
    margin: 0 auto;
    width: 90%;
}
.tough-tl {
    z-index: 10;
    width: 43.2295%;
    margin: 0 0 40px 56px;
    margin: 0 0 3.48% 3.99%;
    max-width: 623px;
}
.tough-tl-wrap {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 10;
    width: 100%;
    max-width: 240vh;
    pointer-events: none;
}
.tough-tl__img-01 {
    mask: url(../img/copy_top_01_01.png) no-repeat;
    mask-size: 100% auto;
    position: relative;
    display: block;
    opacity: 0;
}
.tough-tl__img-02 {
    opacity: 0;
}
.tough-tl__img-01 img {
    position: relative;
    z-index: 1;
    transform-origin: 30% 20%;
}
.tough-tl__img-01-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400%;
    background: linear-gradient(192deg, #435579 20%, #3b70a4 50%, #fff 100%);
}
.tough-section-wrap {
    height: 100dvh;
    --swiper-wrapper-transition-timing-function: cubic-bezier(0.5, 0, 0.33, 1);
}
.tough-section {
    overflow: hidden;
    width: 100%;
    min-height: 100dvh;
    display: flex;
    position: relative;
    align-items: center;
}
.tough-section__box {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: flex-start;
}
.tough-top-progress {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 10;
    width: 27px;
    margin: min(41px, 2.85%);
    display: flex;
    flex-direction: column;
    pointer-events: none;
    justify-content: center;
}
.tough-top-progress__num {
    display: grid;
}
.tough-top-progress__num img {
    grid-area: 1 / 1;
}
.tough-top-progress__num-01,
.tough-top-progress__num-02,
.tough-top-progress__num-03 {
    visibility: hidden;
}
.tough-top-progress__bar {
    background: #2b2b2b;
    width: 1px;
    height: 408px;
    margin: 18px auto;
    position: relative;
    max-height: 40vh;
}
.tough-top-progress__bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    transform-origin: 0 0;
    transform: scaleY(0);
}
.tough-top-progress[data-slider-index="0"] .tough-top-progress__bar span {
    animation: top-progress-bar-00 6000ms linear forwards;
}
.tough-top-progress[data-slider-index="0"] .tough-top-progress__num-01 {
    visibility: visible;
}
.tough-top-progress[data-slider-index="1"] .tough-top-progress__bar span {
    animation: top-progress-bar-01 7000ms linear forwards;
}
.tough-top-progress[data-slider-index="1"] .tough-top-progress__num-02 {
    visibility: visible;
}
.tough-top-progress[data-slider-index="2"] .tough-top-progress__bar span {
    animation: top-progress-bar-02 7000ms linear forwards;
}
.tough-top-progress[data-slider-index="2"] .tough-top-progress__num-03 {
    visibility: visible;
}
.tough-top-progress[data-slider-active="-1"] .tough-top-progress__bar span {
    animation-direction: reverse;
}
.tough-top {
    align-items: flex-start;
    font-family: var(--font-ja);
}
.tough-top__text-wrap {
    position: relative;
    z-index: 1;
    color: #fff;
    margin: 80px 0 100px 10%;
    margin-top: min(calc(min(69px, 4.8vh) + 21.6vh), 26.4vh);
    max-width: min(720px, 150vh);
    width: 70%;
}
.tough-top__tl {
    opacity: 0;
}
.tough-top__tl--01 {
    width: 89.8615%;
}
.tough-top__tl--02 {
    width: 74.8615%;
}
.tough-top__tl--03 {
    width: 72.917%;
}
.tough-top__text {
    font-size: 1.25em;
    line-height: 2;
    letter-spacing: 0.03em;
    opacity: 0;
}
.tough-top__note {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    color: #fff;
    font-size: 0.75em;
    margin-right: min(73px, 5.07%);
    margin-bottom: min(47px, 3.26%);
    letter-spacing: 0.03em;
    opacity: 0;
    padding: 0 27px 0 0;
}
.tough-top__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tough-top__bg img {
    object-fit: cover;
    height: 100%;
}
.tough-top__bg-01 {
    object-position: 67% 56%;
}
.tough-top__bg-02 {
    object-position: 67% 50%;
}
.tough-top__bg-03 {
    object-position: 67% 59%;
}
.tough-mil {
    color: #fff;
    font-family: var(--font-ja);
    -webkit-font-smoothing: antialiased;
}
.tough-mil__ctn {
    display: flex;
    width: 90%;
    justify-content: space-between;
    align-items: flex-start;
    max-width: min(1152px, 322vh);
    padding: 2% 0 0;
}
.tough-mil__text-item-01 {
    width: 50.26%;
    padding: 0.8% 0 0;
}
.tough-mil__tl {
    margin: 0 0 4.9%;
}
.tough-mil__tl-img {
    position: absolute;
    top: 0;
    left: 0;
}
.tough-mil__tl-wrap {
    position: relative;
    width: 87.74%;
}
.tough-mil__text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.03em;
}
.tough-mil__text-item-02 {
    width: 43.163%;
    display: grid;
    grid-template-columns: repeat(8, 1fr);
}
.tough-box-scroll {
    width: 100%;
    overflow-y: scroll;
    overscroll-behavior: none;
    height: 100%;
    scrollbar-width: none;
}
.tough-box-scroll::-webkit-scrollbar-thumb {
    background: transparent;
}
.tough-box-scroll::-webkit-scrollbar {
    background: transparent;
    display: none;
}
.tough-box-scroll__inner {
    min-height: calc(100% + 1px);
}
.tough-cm {
    display: flex;
    min-height: 100dvh;
    width: 100%;
    color: #fff;
    align-items: center;
    font-family: var(--font-ja);
    -webkit-font-smoothing: antialiased;
}
.tough-cm__ctn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: min(80px, 16.7vh) 0;
    max-width: min(1152px, 322vh);
}
.tough-cm__tl {
    width: 42.668%;
    margin: 0 0 0 0.3%;
}
.tough-cm__tl-02 {
    font-size: 2.5em;
    font-weight: 700;
    letter-spacing: 0.03em;
    margin: 5.3% 0 0 0.5%;
    display: block;
}
.tough-cm__lists {
    width: 48.354%;
}
.tough-cm__list-01 {
    width: 89.069%;
}
.tough-cm__list-02 {
    width: 89.069%;
    margin: 3.7% 0 3.5% auto;
}
.tough-cm__list-03 {
    width: 89.069%;
}
.tough-cm__lists-link {
    background: rgba(20, 20, 20, 0.7);
    display: flex;
    justify-content: space-between;
    padding: 8% 0 8.2% 0%;
}
.tough-cm__lists-num {
    width: 4.134%;
    flex-grow: 0;
    margin: 0.4% 1.7% 0 4.8%;
}
.tough-cm__lists-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 61.57%;
    flex-grow: 1;
    box-sizing: border-box;
    padding: 0 10.4% 0 0;
}
.tough-cm__lists-text img {
    display: block;
}
.tough-cm__lists-text-01 {
    margin: 0 0 -1px;
}
.tough-cm__lists-text-02 {
    width: 40.699%;
}
.tough-cm__lists-text-03 {
    margin: 0 0 0.4% 2.3%;
    display: flex;
    align-items: flex-end;
    width: 6.292%;
}
.tough-cm__lists-icon {
    width: 12.073%;
    margin: -1.6% 5.1% -1.6% 0;
}
.tough-cm__lists-text-01-img {
    display: block;
    transform-origin: 0 0;
    background: #fff;
    clip-path: inset(0 1px 1px 0);
    position: relative;
    padding: 0 1px 1px 0;
    transition: clip-path .35s cubic-bezier(0.45, 0, 0.55, 1);
}
.tough-cm__lists-text-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 100% 0;
    transform: scaleX(0);
    transition: transform .35s ease-out;
}
.tough-cm__lists-text-cover-01 {
    mix-blend-mode: difference;
    background: #fff;
    transform: scaleX(0);
}
.tough-cm__lists-text-01-01 {
    width: 60.661%;
}
.tough-cm__lists-text-01-02 {
    width: 62.664%;
}
.tough-cm__lists-text-01-03 {
    width: 62.064%;
}
.tough-cm__lists-text-02-img {
    display: block;
    transform-origin: 0 0;
    background: #fff;
    position: relative;
    clip-path: inset(0 1px 1px 0);
    padding: 0 1px 1px 0;
}
.tough-other {
    color: #fff;
    background: #141414;
    font-family: var(--font-ja);
    -webkit-font-smoothing: antialiased;
}
.tough-other__ctn {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.tough-other__text-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 5%;
    box-sizing: border-box;
    max-width: 720px;
}
.tough-other__text-box {
    max-width: 416px;
    margin: 0 auto;
    padding: 7.4% 0 5%;
}
.tough-other__tl {
    margin: 0 0 5.7%;
    opacity: 0;
    position: relative;
    padding: 0 0 1.5%;
}
.tough-other__tl:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    border-bottom: solid 2px;
    margin: 0 0 0% 0;
    transform-origin: 0 0;
}
.tough-other__tl--01 {
    width: 65.346%;
}
.tough-other__tl--01:after {
    width: 81%;
}
.tough-other__tl--02 {
    width: 86.559%;
}
.tough-other__tl--02:after {
    width: 37.4%;
}
.tough-other__tl--03 {
    width: 83.6335%;
}
.tough-other__tl--03:after {
    width: 57%;
}
.tough-other__tl--04 {
    width: 100.481%;
}
.tough-other__tl--04:after {
    width: 60%;
}
.tough-other__tl--05 {
    width: 72.905%;
}
.tough-other__tl--05:after {
    width: 66%;
}
.tough-other__text {
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.03em;
    opacity: 0;
}
.tough-other__img {
    position: relative;
    width: 50%;
    overflow: hidden;
    max-width: 720px;
}
.tough-other__img img {
    opacity: 0;
}
.tough-other__img img {
    max-width: 720px;
}
.tough-other__ctn--rl {
    flex-direction: row-reverse;
}
.tough-other__ctn--rl .tough-other__img img {
    margin: 0 0 0 auto;
}
.tough-detail {
    display: flex;
    background: #fff;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    font-family: var(--font-ja);
    -webkit-font-smoothing: antialiased;
}
.tough-detail__text-item {
    width: 298px;
    margin: 0 0 0 6.9%;
    padding: 3.6% 0 1%;
    max-width: 31.8%;
}
.tough-detail__tl {
    width: 67%;
    margin: 0 0 13%;
    opacity: 0;
}
.tough-detail__link {
    font-size: 1.125em;
    font-weight: 700;
    font-family: var(--font-ja);
    margin: 0 0 8.6%;
}
.tough-mil__button {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 298px;
    padding: 3.5% 3.08%;
    box-sizing: border-box;
    position: relative;
    max-width: 90%;
    margin: 4.4% 0 4.5%;
    font-size: 1.125em;
    overflow: hidden;
}
.tough-mil__button::after {
    content: "";
    display: block;
    border-bottom: solid 1px;
    width: 100%;
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    bottom: 0;
}
.tough-wrapper .tough-mil__button-icon {
    width: 7.576%;
    position: relative;
}
.tough-mil__button-icon>img {
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.tough-mil__button-icon:before,
.tough-wrapper .tough-mil__button-icon:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background: url(../img/icon_btn_arrow-01.png) no-repeat;
    background-position: center;
    background-size: contain;
    width: 100%;
    height: 100%;
}
.tough-mil__button-02 {
    width: 298px;
    margin: 0;
    max-width: 90%;
}
.tough-detail__link-a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    position: relative;
    opacity: 0;
    padding: 6% 4.3%;
    transition-duration: 0ms;
}
.tough-detail__link-a::after {
    content: "";
    position: absolute;
    top: 100%;
    bottom: 0;
    display: block;
    border-bottom: solid 1px;
    transform-origin: 0 0;
    width: 100%;
    left: 0;
}
.tough-detail__link-a.tough-detail__link-a--price:before {
    content: "";
    width: 100%;
    height: 101%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: -1%;
    left: 0;
    transform-origin: 100% 0;
    z-index: -1;
    transition: background-color .35s ease-out;
}
.tough-detail__link-a--price {
    color: #fff;
    padding: 8.6% 5.1% 8.6% 7.3%;
    transform-origin: 0 0;
    position: relative;
    z-index: 1;
    border: solid 1px #fff;
}
.tough-wrapper .tough-detail__link-a--price:after {
    display: none;
}
.tough-detail__link-a-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    transform-origin: 100% 0;
}
.tough-wrapper .tough-detail__link-a--price .tough-detail__link-icon {
    filter: brightness(0) invert(1);
}
.tough-wrapper .tough-detail__link-icon {
    width: 7.1%;
    filter: brightness(0);
}
.tough-detail__img {
    width: 55.49%;
    overflow: hidden;
}
.tough-detail__img span {
    display: block;
    position: relative;
    opacity: 0;
    max-width: 800px;
    margin: 0 0 0 auto;
}
.tough-detail__img span:before,
.tough-detail__img span:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    height: 100%;
    width: 37.3%;
    background: linear-gradient(to right, transparent, #fff);
    z-index: 1;
}
.tough-detail__img span:after {
    background: linear-gradient(to left, transparent, #fff);
    right: 82.9%;
}
.tough-detail__img img {
    margin: -6.6% 0 0 -19.9%;
    max-width: none;
    width: 120%;
}
.tough-note {
    color: #fff;
    background: #141414;
    font-family: var(--font-ja);
    -webkit-font-smoothing: antialiased;
}
.tough-note__inner {
    max-width: 1152px;
    margin: 0 auto;
    width: 80%;
    padding: 80px 0 120px;
}
.tough-note__inner ul+ol,
.tough-note__inner ol+ul {
    margin-top: 1em;
}
.tough-note__text {
    font-family: var(--font-ja);
    font-size: 0.75em;
    line-height: 2;
    letter-spacing: 0.03em;
    display: flex;
    align-items: flex-start;
}
.tough-note__text+.tough-note__text {
    margin-top: 1em;
}
.tough-note__text-num {
    width: 6em;
    display: inline-block;
    text-align: right;
    text-indent: 0;
    padding: 0 1em 0 0;
    box-sizing: border-box;
    white-space: nowrap;
    flex-shrink: 0;
}
.tough-bg--video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    display: flex;
    opacity: 0;
}
.tough-bg--video__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tough-bg--video__cover-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}
.tough-bg--video__cover-thumb img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tough-bg--video__cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tough-bg--video video {
    object-fit: cover;
    height: 100%;
    width: 100%;
    pointer-events: none;
}
.tough-bg--video::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg_dot.png);
    z-index: 1;
    pointer-events: none;
}
.tough-bg--video::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0));
    z-index: 1;
    pointer-events: none;
}
.tough-scroll-bar {
    position: fixed;
    top: 0;
    right: 0;
    width: 5px;
    height: 100%;
    z-index: 10;
    mix-blend-mode: difference;
}
.tough-scroll-bar__thumb {
    display: block;
    opacity: .6;
    height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: rgb(255 255 255 / 30%);
}
.tough-modal {
    width: 100%;
    height: 100%;
    background: rgba(20, 20, 20, 0.8);
    border: none;
    max-width: none;
    max-height: none;
    margin: 0;
    box-sizing: border-box;
    overscroll-behavior: none;
}
.tough-modal::backdrop {
    opacity: 0;
}
.tough-modal__wrap {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: calc(100% + 1px);
    position: relative;
    padding: 69px 0;
    box-sizing: border-box;
}
.tough-modal__content {
    background: #fff;
    width: 98%;
    margin: 0 auto;
    max-width: 980px;
    position: relative;
}
.tough-modal__movie {
    position: relative;
    background: #000;
    aspect-ratio: 16 / 9;
}
.tough-modal__movie iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}
.tough-modal__close-btn {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 60px;
    width: 13.2%;
    z-index: 1;
    appearance: none;
    background: none;
    border: none;
    margin: -16% 0 0;
    margin-top: max(-16%, -76px);
    padding: 0;
    font: inherit;
    cursor: pointer;
}
.tough-modal-detail {
    background: #141414;
    max-width: 458px;
}
.tough-modal-detail__lists {
    color: #fff;
    width: 298px;
    margin: 0 auto;
    padding: 17.5% 0;
    max-width: 80%;
}
.tough-modal-detail__lists li+li {
    margin-top: 8.2%;
}
.tough-modal-detail__link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6.3% 4.3%;
    position: relative;
    box-sizing: border-box;
    font-size: 1.125em;
    font-weight: 700;
}
.tough-modal-detail__link::after {
    content: "";
    position: absolute;
    top: 100%;
    bottom: 0;
    display: block;
    border-bottom: solid 1px;
    transform-origin: 0 0;
    width: 100%;
    left: 0;
}
.tough-modal-detail__link-icon {
    width: 7.1%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: scale .35s ease-out;
}
.tough-links {
    z-index: 10;
    color: #fff;
    font-size: 0.875em;
    font-weight: 700;
    width: 50%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.tough-links__ctn {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0, 11.5em));
    max-width: 321px;
    margin: 0px 24px 0 0;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    gap: 0 3%;
    justify-content: end;
    height: min(70%, 45px);
}
.tough-links__ctn li {
    display: flex;
    position: relative;
}
.tough-links__ctn li:nth-child(1)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border-right: solid 1px #fff;
    bottom: 0;
    margin: 9.2% 0;
    opacity: .2;
}
.tough-links__ctn a {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 0 9.4%;
    background: #DDAF08;
    border-radius: 100px;
}
.tough-links__ctn .tough-links__price {
    background: #fff;
    color: #141414;
}
.tough-wrapper .tough-links__link-icon--plus {
    width: min(13.583%, 1.43em);
    margin: -1% 12% -1% 0;
    position: relative;
    filter: brightness(0);
}
.tough-wrapper .tough-links__link-icon-plus-img:first-child {
    position: absolute;
    top: 0;
    left: 0;
}
.tough-links__link-icon-arw {
    width: min(13.583%, 1.45em);
    position: relative;
    margin: -1% 12% -1% 0;
}
.tough-links__link-icon-arw::before {
    content: "";
    background: url(../img/icon_btn_arrow-01.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
@media screen and (min-aspect-ratio:390/570) and (max-height:500px) {
    .tough-mil__tl {
        margin: 0 0 1.9%;
    }
    .tough-mil__button {
        margin: 1.4% 0 2.9%;
        font-size: .9em;
    }
    .tough-mil__button-02 a {
        font-size: 0.8em;
        padding: 4.8% 5.1% 4.8% 7.3%;
    }
}
@media screen and (max-width:767px) and (max-aspect-ratio:390/570) {
    .tough-loading-01__text {
        width: 74.1%;
    }
    .tough-loading-02__box {
        width: 70.67%;
    }
    .tough-header-wrap {
        display: contents;
        background: none;
        font-size: 1em;
    }
    .tough-header {
        max-width: none;
        position: fixed;
        width: 100%;
        z-index: 10;
    }
    .tough-header__logo {
        width: 15.642%;
        margin: 6.667% 5.129%;
    }
    .tough-modal,
    .tough-main,
    .tough-links {
        font-size: 3.077vw;
    }
    .tough-inner {
        width: 89.74%;
    }
    .tough-tl {
        width: 70.4%;
        margin: 0 0 21.7% 7%;
    }
    .tough-top-progress {
        width: 5.1%;
        margin: 6.4% 5.5% 21%;
        top: auto;
    }
    .tough-top-progress__bar {
        height: 41.94vh;
        margin: 62% auto;
    }
    .tough-section__box {
        align-items: flex-start;
    }
    .tough-top__text-wrap {
        width: 100%;
        margin: 0;
        padding: 26.86% 5.12% 44%;
    }
    .tough-top__bg-01 {
        object-position: 50% 82%;
    }
    .tough-top__bg-02 {
        object-position: 50% 60%;
    }
    .tough-top__bg-03 {
        object-position: 50% 82%;
    }
    .tough-top__tl {
        margin: 0 0 6.7% 0.2%;
    }
    .tough-top__tl--01 {
        width: 88.7%;
    }
    .tough-top__tl--02 {
        width: 81.407%;
    }
    .tough-top__tl--03 {
        width: 69.981%;
    }
    .tough-top__text {
        font-size: 1.167em;
        width: 93%;
    }
    .tough-top__note {
        right: auto;
        bottom: 0;
        margin: 0 0 34.4% 7%;
        font-size: 1em;
    }
    .tough-mil__ctn {
        flex-direction: column;
        padding: 17.2% 0 17.6vw;
        max-width: 45dvh;
    }
    .tough-mil__text-item-01 {
        width: 100%;
        display: contents;
    }
    .tough-mil__tl-wrap {
        width: 100%;
    }
    .tough-mil__tl {
        width: 92.2%;
        margin: 0 0 4.4%;
    }
    .tough-mil__tl-img:nth-child(2) {
        width: 111%;
        max-width: none;
        margin: -2.1% 0 0 0;
    }
    .tough-mil__tl-img:nth-child(3) {
        width: 111%;
        margin: 8.4% 0 0 -61.6%;
        max-width: none;
    }
    .tough-mil__text {
        font-size: 1em;
    }
    .tough-mil__button {
        font-size: 1.23em;
        width: 74.2%;
        margin: 2.3% 0 0;
        padding: 4% 3% 4% 3.5%;
    }
    .tough-mil .tough-mil__button-02 {
        margin: 4% 0 6%;
        order: 1;
        width: 74.2%;
        font-size: 1.23em;
    }
    .tough-mil__button-icon {
        width: 10%;
    }
    .tough-mil__text-item-02 {
        width: 100%;
        margin: 7.8% 0 0;
    }
    .tough-cm {
        min-height: 100dvh;
        height: auto;
    }
    .tough-cm__ctn {
        flex-direction: column;
        padding: 31% 0;
        max-width: none;
    }
    .tough-cm__tl {
        width: 95.9%;
        margin: 0 0 11.6%;
    }
    .tough-cm__tl-02 {
        font-size: 2em;
        margin: 6.5% 0 0 0.8%;
    }
    .tough-cm__lists {
        width: 100%;
    }
    .tough-cm__list-01 {
        margin: 0 0 0 -6%;
        width: 103%;
    }
    .tough-cm__list-02 {
        margin: 3.4% 0 3.5% 3%;
        width: 103%;
    }
    .tough-cm__list-03 {
        width: 103%;
        margin: 0 0 0 -6%;
    }
    .tough-cm__lists-link {
        padding: 9% 0 8.8% 0%;
    }
    .tough-cm__lists-num {
        margin: 0.4% 1.4% 0 5.8%;
    }
    .tough-cm__lists-text {
        padding: 0 6.2% 0 0;
    }
    .tough-cm__lists-text-02 {
        width: 40.3%;
    }
    .tough-cm__lists-text-03 {
        width: 6.7%;
        margin: 0 0 0 1.2%;
    }
    .tough-cm__lists-icon {
        width: 12.7%;
    }
    .tough-other {
        padding: 25.9% 0 0;
    }
    .tough-other__ctn {
        flex-direction: column-reverse;
    }
    .tough-other__text-item {
        width: 100%;
        padding: 0 5.12%;
    }
    .tough-other__text-box {
        padding: 13.2% 0 17%;
    }
    .tough-other__text {
        font-size: 1em;
    }
    .tough-other__img {
        width: 100%;
        max-width: none;
    }
    .tough-detail {
        flex-direction: column-reverse;
    }
    .tough-detail__text-item {
        width: 66.46%;
        margin: 0 auto;
        padding: 15.4% 0 15.2%;
        max-width: none;
    }
    .tough-detail__tl {
        width: 64.5%;
        margin: 0 0 13.2%;
    }
    .tough-detail__link {
        font-size: 1.33em;
        margin: 0 0 8.9%;
    }
    .tough-detail__link-a {
        height: auto;
        padding: 7.3% 4.3%;
    }
    .tough-mil__button-02 a {
        padding: 4.9% 4.3%;
        font-size: 1em;
    }
    .tough-detail__img {
        width: 100%;
        aspect-ratio: 1 / 1;
    }
    .tough-detail__img span:before {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 0;
        padding-bottom: 23.84%;
        background: linear-gradient(to bottom, transparent, #fff);
    }
    .tough-detail__img span:after {
        display: none;
    }
    .tough-detail__img img {
        width: 156%;
        max-width: none;
        margin: -5.9% 0 0 -43.3%;
    }
    .tough-note__inner {
        padding: 25.7% 0 20.3%;
        width: 88.4%;
    }
    .tough-note__text {
        font-size: 1em;
    }
    .tough-modal__close-btn {
        width: 11.5%;
        margin: -13.6% 0 0;
    }
    .tough-modal-detail__lists {
        padding: 12% 0 12%;
        width: 74.3%;
    }
    .tough-modal-detail__link {
        font-size: 1.33em;
    }
    .tough-links {
        max-width: none;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .tough-links__ctn {
        width: 100%;
        margin: 0;
        font-size: 1.17em;
        aspect-ratio: 390 / 69;
        height: auto;
        max-width: none;
        grid-template-columns: repeat(2, 40.5%);
        grid-template-rows: auto;
        justify-content: center;
        padding: 3% 0;
        gap: 0 3.5%;
        border: solid 1px rgba(38, 38, 38, 1);
        background: rgba(20, 20, 20, 0.8);
    }
}
@media screen and (min-aspect-ratio:390/570) {
    .tough-wrapper {
        font-size: min(4vh, 2.11vw, 16px);
    }
    .tough-links {
        opacity: 1 !important;
    }
    .tough-links {
        pointer-events: auto !important;
    }
}
@media (hover:hover) {
    .tough-cm__lists-icon>img {
        transition: scale .35s ease-out;
    }
    .tough-wrapper .tough-mil__button-icon {
        transition: scale 0.15s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
    }
    .tough-wrapper .tough-detail__link-icon {
        transition: scale .15s ease-out;
        transition-delay: 0.2s;
    }
    .tough-wrapper .tough-detail__link-a--price:hover {
        color: #141414;
    }
    .tough-wrapper .tough-detail__link-a--price:hover:before {
        background: #fff;
    }
    .tough-mil__button:hover:after {
        animation: border_anim 0.35s cubic-bezier(0.45, 0, 0.55, 1) forwards;
    }
    .tough-mil__button:hover .tough-mil__button-icon {
        scale: 1.15;
    }
    .tough-detail__link .tough-detail__link-a:hover .tough-detail__link-icon {
        scale: 1.15;
        filter: brightness(0) invert(0);
    }
    .tough-modal-detail__link:hover .tough-modal-detail__link-icon {
        scale: 1.3;
    }
    .tough-modal-detail__link:hover .tough-mil__button-icon-img,
    .tough-detail__link-a:hover .tough-mil__button-icon-img,
    .tough-mil__button:hover .tough-mil__button-icon-img {
        animation: clip_anim02 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.3s;
        animation-fill-mode: backwards;
    }
    .tough-modal-detail__link:hover .tough-mil__button-icon:before,
    .tough-detail__link-a:hover .tough-mil__button-icon:before,
    .tough-mil__button:hover .tough-mil__button-icon:before {
        animation: clip_anim03 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.1s;
    }
    .tough-detail__link-a--price:hover:after {
        animation: border_anim 0.35s cubic-bezier(0.45, 0, 0.55, 1) forwards;
    }
    .tough-detail__link .tough-detail__link-a:hover:after {
        animation: border_anim 0.35s cubic-bezier(0.45, 0, 0.55, 1) forwards;
    }
    .tough-modal-detail__link:hover:after {
        animation: border_anim 0.5s cubic-bezier(0.45, 0, 0.55, 1) forwards;
    }
    .tough-cm__lists-link:hover .tough-cm__lists-icon>img {
        scale: 1.16;
    }
    .tough-cm__lists-link:hover .tough-cm__lists-text-cover-01 {
        transform-origin: 0 0;
        transform: scaleX(1);
    }
    .tough-modal__close-btn {
        transition: opacity 200ms ease-out;
    }
    .tough-modal__close-btn:hover {
        opacity: .8;
    }
    .tough-links__link-icon--plus,
    .tough-links__link-icon-arw {
        transition: scale 0.15s cubic-bezier(0.25, 0.1, 0.25, 1) 0.1s;
    }
    .tough-links__ctn a:hover .tough-links__link-icon-arw {
        scale: 1.08;
    }
    .tough-links__ctn a:hover .tough-links__link-icon-arw-img {
        animation: clip_anim02 0.6s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.2s;
        animation-fill-mode: backwards;
    }
    .tough-links__ctn a:hover .tough-links__link-icon-arw::before {
        animation: clip_anim03 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.1s;
    }
    .tough-links__ctn a:hover .tough-links__link-icon--plus {
        scale: 1.08;
    }
    .tough-links__ctn a:hover .tough-links__link-icon-plus-img:nth-child(2) {
        animation: clip_anim_plus02 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.2s;
        animation-fill-mode: backwards;
    }
    .tough-links__ctn a:hover .tough-links__link-icon-plus-img:nth-child(1) {
        animation: clip_anim_plus01 0.3s cubic-bezier(0.25, 0.1, 0.25, 1) forwards 0.1s;
    }
}
@keyframes border_anim {
    0% {
        transform: scaleX(0);
    }
    10% {
        transform: scaleX(0);
    }
    100% {
        transform: scaleX(1);
    }
}
@keyframes scaleX_anim01 {
    0% {
        transform: scaleX(1);
        opacity: 0;
    }
    1% {
        transform: scaleX(1);
        opacity: 1;
    }
    30% {
        transform: scaleX(1);
        opacity: 1;
    }
    50% {
        transform: scaleX(1);
        opacity: 1;
    }
    100% {
        transform: scaleX(0);
        opacity: 1;
    }
}
@keyframes scaleX_anim02 {
    0% {
        transform: scaleX(1);
        opacity: 0;
    }
    1% {
        transform: scaleX(1);
        opacity: 1;
    }
    1.1% {
        transform: scaleX(1);
        opacity: 1;
    }
    70% {
        transform: scaleX(0);
        opacity: 1;
    }
    100% {
        transform: scaleX(0);
        opacity: 1;
    }
}
@keyframes clip_anim02 {
    0% {
        clip-path: inset(0 0 0 100%);
    }
    10% {
        clip-path: inset(0 0 0 100%);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
@keyframes clip_anim03 {
    0% {
        clip-path: inset(0 100% 0 0);
    }
    10% {
        clip-path: inset(0 100% 0 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
@keyframes clip_anim04 {
    0% {
        clip-path: inset(0 0 0 100%);
    }
    10% {
        clip-path: inset(0 0 0 100%);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
@keyframes clip_anim_plus01 {
    0% {
        clip-path: inset(0 50% 0 50%);
    }
    10% {
        clip-path: inset(0 50% 0 50%);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
@keyframes clip_anim_plus02 {
    0% {
        clip-path: inset(50% 0 50% 0);
    }
    10% {
        clip-path: inset(50% 0 50% 0);
    }
    100% {
        clip-path: inset(0 0 0 0);
    }
}
/*  */
.tough-header-wrap--02 .tough-links__ctn .tough-links__price {
    background: #DDAF08;
    color: #fff;
}
.tough-header-wrap--02 .tough-links__link-icon--plus {
    filter: none;
}
.tough-header-wrap--02 .tough-links__ctn .tough-links__more {
    background: #fff;
    color: #141414;
}
.tough-header-wrap--02 .tough-links__link-icon-arw {
    filter: brightness(0);
}