@charset "UTF-8";
.staff_heading .en,
.mv_quote,
.discover_item_title .en {
    font-family: "Crimson Text", serif;
}

.mv_txt {
    font-family: "Noto Serif JP", serif;
}

.discover {
    background-color: #000;
}
.discover_grid {
    display: flex;
    flex-direction: column;
    padding: 32px 0px 24px;
}
.discover_item {
    position: relative;
}
.discover_item .icon {
    width: 40.8504px;
    aspect-ratio: 1;
    background-color: #b40000;
    position: absolute;
    right: 0;
    bottom: 0;
}
.discover_item .icon::after {
    content: "";
    width: 16px;
    aspect-ratio: 1.7454461538;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    background-image: url("./../images/common/icon_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.discover_item_link {
    display: block;
}
.discover_item_bg {
    width: 100%;
    aspect-ratio: 2.2068965517;
    position: relative;
}
.discover_item_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #a2a2a2;
    mix-blend-mode: multiply;
}
.discover_item_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.discover_item_title {
    position: absolute;
    z-index: 1;
    top: 47%;
    left: 40px;
    translate: 0 -50%;
}
.discover_item_title .en,
.discover_item_title .jp {
    display: block;
    line-height: 1.4;
}
.discover_item_title .en {
    font-weight: 600;
    font-size: 1.32875rem;
    letter-spacing: 0.045em;
}
.discover_item_title .jp {
    font-size: 0.7975rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}

.mv {
    position: relative;
    padding-bottom: 33px;
}
.mv .l_container {
    position: relative;
    z-index: 1;
}
.mv_cover {
    width: 100%;
    height: calc(100% + 112px);
    position: absolute;
    top: 0;
    left: 0;
}
.mv_cover::after {
    content: "";
    position: absolute;
    opacity: 0.7;
    inset: 0;
    background-color: #888;
    mix-blend-mode: multiply;
}
.mv_cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
    opacity: 0.8;
}
.mv_inner {
    position: relative;
    padding-top: 204px;
}
.mv_shape {
    width: 147px;
    position: absolute;
    top: calc(48% - 3px);
    left: calc(50% - 4px);
    translate: -50% -50%;
    mix-blend-mode: soft-light;
}
.mv_shape img {
    mix-blend-mode: screen;
}
.mv_shape img:nth-child(2) {
    position: absolute;
    inset: 0;
}
.mv_heading {
    width: 222.7311px;
    position: relative;
    left: 4px;
    margin-left: auto;
    margin-right: auto;
}
.mv_leading {
    max-width: calc(100% - 40px);
    position: relative;
    left: -5px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
}
.mv_quote {
    font-size: 1.32875rem;
    font-style: italic;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 33px;
}
.mv_txt {
    font-size: 0.885625rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 2;
    text-align: center;
    margin-top: 69px;
}

.staff {
    position: relative;
    z-index: 1;
    padding-top: 37px;
    padding-bottom: 30px;
}
.staff_cover {
    position: absolute;
    z-index: -1;
    inset: 0;
}
.staff_cover::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #b40000;
    mix-blend-mode: multiply;
}
.staff_cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.staff_heading {
    text-align: center;
}
.staff_heading .en,
.staff_heading .jp {
    display: block;
    line-height: 1;
}
.staff_heading .en {
    font-weight: 600;
    font-size: 2.87875rem;
    letter-spacing: 0.03em;
}
.staff_heading .jp {
    font-size: 0.7975rem;
    font-weight: 700;
    letter-spacing: 0.033em;
}
.staff_tag {
    width: 280px;
    background-color: #b40000;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.75);
    font-size: 1.063125rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.01em;
    text-align: center;
    position: relative;
    margin-top: 31px;
    margin-left: auto;
    margin-right: auto;
    padding: 14px 20px 16px 10px;
}
.staff_tag::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("./../images/top/icon_staff.svg");
    background-size: 345px 76px;
    background-position: bottom left;
    background-repeat: no-repeat;
    pointer-events: none;
}
.staff_tag .smaller {
    font-size: 0.7975rem;
}
.staff_grid {
    width: 320px;
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
}
.staff_grid_line {
    width: 100%;
    position: relative;
    margin-bottom: 6px;
}
.staff_grid_line::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #fff;
}
.staff_grid_item {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.staff_txt {
    font-weight: 500;
    font-size: 0.885625rem;
    letter-spacing: 0.033em;
    line-height: 1.9;
    margin-top: 17px;
    font-feature-settings: "palt";
    text-align: justify;
}
.staff_more {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
.staff_more_link {
    width: 320px;
    max-width: 100%;
    height: 45px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.7975rem;
    letter-spacing: 0.08em;
    border: 0.567px solid #fff;
    font-feature-settings: "palt";
    padding-left: 6px;
}
.staff_more_link .icon {
    width: 13.6032px;
    height: 13.6032px;
    display: inline-block;
    position: relative;
}
.staff_more_link .icon::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: -3px;
    left: -1px;
    border: 0;
    border-right: 1.134px solid currentColor;
    border-bottom: 1.134px solid currentColor;
    rotate: 45deg;
}

.standing {
    position: relative;
    z-index: 0;
}
.standing_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.8;
}
.standing_cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom center;
    object-position: bottom center;
}
.standing_wrap {
    width: 195px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.standing_slider .slick-list {
    overflow: visible;
}
.standing_slider_item {
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.standing_slider_item figcaption {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    border-radius: 999px;
    font-size: 0.575625rem;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0.033em;
    color: #1a1a1a;
    padding: 0px 10px 0px;
}
.standing_slider_item_photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.standing_slider_arrow {
    width: 25px;
    aspect-ratio: 1;
    border-radius: 999px;
    position: relative;
    background-color: rgba(255, 255, 255, 0.7);
}
.standing_slider_arrow::after {
    content: "";
    width: 7.647px;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    border: 0;
    rotate: 45deg;
}
.standing_slider_arrow_prev::after {
    left: calc(50% - 3px);
    border-left: 0.8504px solid #b40000;
    border-bottom: 0.8504px solid #b40000;
}
.standing_slider_arrow_next::after {
    left: calc(50% - 6px);
    border-top: 0.8504px solid #b40000;
    border-right: 0.8504px solid #b40000;
}
.standing_slider_arrow_append {
    width: calc(100% + 42px);
    height: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 15px);
    left: -22px;
}
.standing_fight {
    display: flex;
    margin-top: 52px;
    padding-bottom: 44px;
}
.standing_fight .lr_fight:nth-child(1) {
    border-right: 0.4252px solid #fff;
}
@media screen and (min-width: 768px) {
    .discover_grid {
        flex-direction: row;
        padding: 90px 0 100px;
    }
    .discover_item .icon {
        width: 60.8504px;
        width: clamp(2.55315rem, 4.2016806723vw + -0.1359256303rem, 3.80315rem);
    }
    .discover_item .icon::after {
        width: 22.6908px;
        max-width: calc(100% - 22px);
    }
    .discover_item_bg {
        aspect-ratio: 2.1428571429;
    }
    .discover_item_title {
        top: 50%;
        left: 12%;
    }
    .discover_item_title .en {
        font-size: 2.6575rem;
        font-size: clamp(
            1.32875rem,
            4.4663865546vw + -1.529737395rem,
            2.6575rem
        );
    }
    .discover_item_title .jp {
        font-size: 1.151875rem;
        font-size: clamp(
            0.7975rem,
            1.1911764706vw + 0.0351470588rem,
            1.151875rem
        );
    }
    .mv {
        padding-bottom: 29px;
    }
    .mv_cover {
        height: calc(100vh + 27px);
    }
    .mv_inner {
        padding-top: 259px;
    }
    .mv_shape {
        width: 307px;
        top: calc(59% + 0px);
    }
    .mv_heading {
        width: 470px;
        left: 2px;
    }
    .mv_leading {
        width: 729.4964px;
        max-width: calc(100% - 160px);
        left: -14px;
        margin-top: 22px;
    }
    .mv_quote {
        font-size: 2.87875rem;
        letter-spacing: 0.14em;
        margin-top: 57px;
    }
    .mv_txt {
        font-size: 1.505625rem;
        line-height: 1.7650477377;
        letter-spacing: -0.027em;
        margin-top: 40px;
    }
    .staff {
        padding-top: 69px;
        padding-bottom: 110px;
    }
    .staff_header {
        display: flex;
        gap: 20px;
        align-items: flex-start;
        justify-content: space-between;
    }
    .staff_heading {
        text-align: left;
    }
    .staff_heading .en {
        font-size: 5.53625rem;
        font-size: clamp(
            2.87875rem,
            8.9327731092vw + -2.8382247899rem,
            5.53625rem
        );
    }
    .staff_heading .jp {
        font-size: 1.063125rem;
    }
    .staff_tag {
        width: 400px;
        width: clamp(18.75rem, 21.0084033613vw + 5.3046218487rem, 25rem);
        font-size: 1.771875rem;
        font-size: clamp(
            1.063125rem,
            2.3823529412vw + -0.4615808824rem,
            1.771875rem
        );
        line-height: 1;
        top: -2px;
        left: -2px;
        margin: 0;
        padding: 27px 40px 17px;
    }
    .staff_tag::after {
        background-size: 100%;
    }
    .staff_tag .smaller {
        font-size: 1.24rem;
        font-size: clamp(0.7975rem, 1.487394958vw + -0.1544327731rem, 1.24rem);
    }
    .staff_grid {
        width: 100%;
        width: clamp(600px, (100vw - 1200px) * 1000, 100%);
        gap: 40px 20px;
        justify-content: center;
        margin-top: 83px;
        padding: 0 32px;
        padding: 0 clamp(0px, (100vw - 1201px) * 1000, 32px);
    }
    .staff_grid_line {
        width: clamp(1px, (1201px - 100vw) * 1000, 100%);
        max-width: 470px;
        margin-bottom: 0;
    }
    .staff_grid_line::after {
        height: clamp(1px, (100vw - 1200px) * 1000, 100%);
    }
    .staff_grid_item {
        width: 470px;
    }
    .staff_txt {
        font-size: 1.24rem;
        font-size: clamp(
            0.885625rem,
            1.1911764706vw + 0.1232720588rem,
            1.24rem
        );
        line-height: 2.15;
        margin-top: 14px;
        padding-right: 6px;
    }
    .staff_more {
        display: none;
    }
    .standing_cover {
        opacity: 0.5;
        top: 150px;
    }
    .standing_wrap {
        width: 670px;
    }
    .standing_slider_item {
        margin-left: 45px;
        margin-right: 45px;
    }
    .standing_slider_item figcaption {
        font-size: 1.24rem;
        top: 20px;
        right: 26px;
        padding: 0px 10px 0px;
    }
    .standing_slider_item_photo {
        aspect-ratio: 1.7058823529;
    }
    .standing_slider_arrow {
        width: 60px;
        transition: opacity 150ms linear;
        cursor: pointer;
    }
    .standing_slider_arrow:hover {
        opacity: 0.6;
    }
    .standing_slider_arrow::after {
        width: 17.8993px;
    }
    .standing_slider_arrow_prev::after {
        left: calc(50% - 5px);
        border-width: 1.1339px;
    }
    .standing_slider_arrow_next::after {
        left: calc(50% - 12px);
        border-width: 1.1339px;
    }
    .standing_slider_arrow_append {
        width: calc(100% + 64px);
        top: calc(50% - 3px);
        left: -31px;
    }
    .standing_fight {
        gap: 149px;
        flex-direction: column;
        margin-top: 73px;
        padding-bottom: 94px;
    }
    .standing_fight .lr_fight:nth-child(1) {
        border: 0;
    }
}


/* テスター申請ボタン：スマホで折り返さず1行＆中央 */
@media screen and (max-width: 767px) {
    .staff_header .staff_tag {
        display: block;
        width: 300px;
        margin: 0.5em auto;              /* ← 中央寄せの決め手 */
        padding: 14px 28px;
        line-height: 1;
        font-weight: 700;
        font-size: 1rem;
        color: #fff;
        text-align: center;
        border-radius: 999px;
        background: linear-gradient(180deg, #d80000, #a00000);
        box-shadow: 0 4px 6px rgba(0,0,0,0.4);
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }
    .staff_header .staff_tag:hover {
        transform: translateY(2px);
        box-shadow: 0 2px 3px rgba(0,0,0,0.5);
        background: linear-gradient(180deg, #b40000, #7a0000);
    }
    .staff_header .staff_tag .smaller {
        margin-left: .4em;
        font-size: 0.85em;
        opacity: 0.9;
    }
}

