@charset "UTF-8";

.c_txt10 {
    font-size: 0.625rem;
}

.c_txt11 {
    font-size: 0.625rem;
}

.c_txt12 {
    font-size: 0.625rem;
}

.c_txt13 {
    font-size: 0.75rem;
}

.c_txt14 {
    font-size: 0.75rem;
}

.c_txt15 {
    font-size: 0.75rem;
}

.c_txt16 {
    font-size: 0.875rem;
}

.c_txt17 {
    font-size: 0.875rem;
}

.c_txt18 {
    font-size: 1rem;
}

.c_txt19 {
    font-size: 1rem;
}

.c_txt20 {
    font-size: 1rem;
}

.c_txt21 {
    font-size: 1rem;
}

.c_txt22 {
    font-size: 1.125rem;
}

.c_txt23 {
    font-size: 1.125rem;
}

.c_txt24 {
    font-size: 1.25rem;
}

.c_txt25 {
    font-size: 1.25rem;
}

.c_txt26 {
    font-size: 1.25rem;
}

.c_txt27 {
    font-size: 1.375rem;
}

.c_txt28 {
    font-size: 1.375rem;
}

.c_txt29 {
    font-size: 1.375rem;
}

.c_txt30 {
    font-size: 1.5rem;
}

.c_txt32 {
    font-size: 1.5rem;
}

.c_txt34 {
    font-size: 1.5rem;
}

.lr_product_member_heading,
.lr_card_standing,
.lr_card_detail_birth,
.c_footer_copyright,
.c_header_cart_link,
.mv_member_toggler {
    font-family: "Oswald", sans-serif;
}

.lr_fight_heading .en {
    font-family: "Crimson Text", serif;
}

.u_txt_white {
    color: #fff !important;
}

.u_txt_black {
    color: #000 !important;
}

.u_mt_0 {
    margin-top: 0px !important;
}

.u_mb_0 {
    margin-bottom: 0px !important;
}

.u_mb_10 {
    margin-bottom: 10px !important;
}

.u_ml_0 {
    margin-left: 0px !important;
}

.u_mr_0 {
    margin-right: 0px !important;
}
.u_pl_0 {
    padding-left: 0 !important;
}

.u_pr_0 {
    padding-right: 0 !important;
}

.u_pt_3 {
    padding-top: 3px !important;
}

.u_pb_3 {
    padding-bottom: 3px !important;
}

.u_pl_20 {
    padding-left: 20px !important;
}
.u_txt_left {
    text-align: left !important;
}

.u_txt_right {
    text-align: right !important;
}

.u_txt_center {
    text-align: center !important;
}

.u_fw900 {
    font-weight: 900 !important;
}

.u_fw800 {
    font-weight: 800 !important;
}

.u_fw700 {
    font-weight: 700 !important;
}

.u_fw600 {
    font-weight: 600 !important;
}

.u_fw500 {
    font-weight: 500 !important;
}

.u_fw400 {
    font-weight: 400 !important;
}

.u_fw300 {
    font-weight: 300 !important;
}

.u_f_base {
    font-family: "Noto Sans JP", sans-serif !important;
}

.u_cl_red {
    color: #e95037;
}

.u_cl_yellow {
    color: #fcd03e;
}

.u_cl_blue {
    color: #8bd1f4;
}

/*!
page > common > common
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

address {
    font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
    color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    text-decoration: underline; /* 2 */
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
    -webkit-appearance: checkbox;
    -moz-appearance: checkbox;
    appearance: checkbox;
}

[type="radio"] {
    -webkit-appearance: radio;
    -moz-appearance: radio;
    appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
    cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
    display: none;
}

/**
 * Remove padding
 */
option {
    padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    display: table; /* 1 */
    color: inherit; /* 2 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
    outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
    cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
    outline: none;
}

/* Table */
/* ============================================ */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

/*!
foundation > base
------------------------------
*/
:root {
    scroll-behavior: unset;
}

html {
    scroll-padding-top: 100px;
}

body {
    line-height: 2;
    font-size: 0.875rem;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
    letter-spacing: 0.04em;
    background-color: #000000;
    color: #fff;
}

body.overflow_modal {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
}

.body-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    width: 100%;
}

a {
    cursor: pointer;
    transition: 0.5s;
}
a:hover {
    opacity: 1;
}

.pc {
    display: none !important;
}

.sp {
    display: block !important;
}

a:hover {
    color: inherit;
}

/*!
component > Texts
------------------------------
*/
.c_txt10 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt11 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt12 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt13 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt14 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt15 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt16 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt17 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt18 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt19 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt20 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt21 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt22 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt23 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt24 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt25 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt26 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt27 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt28 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt29 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt30 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt32 {
    letter-spacing: 0.04em;
    line-height: 2;
}

.c_txt34 {
    letter-spacing: 0.04em;
    line-height: 2;
}

/*!
component > title
------------------------------
*/
.c_ttl32 {
    font-size: 1.32875rem;
    font-weight: 700;
    letter-spacing: 0.044em;
    line-height: 1.4;
}
.c_ttl32_style01 {
    position: relative;
    z-index: 1;
    letter-spacing: 0.05em;
    padding-left: 12px;
}
.c_ttl32_style01 .c_ttl32__content {
    letter-spacing: 0.05em;
}
.c_ttl32_style01 .c_ttl32__icon {
    display: block;
    position: absolute;
    left: -11px;
    top: -20px;
    z-index: -1;
    width: 60px;
}

/*!
component > btn
------------------------------
*/
.lr_btn {
    --bg-img: url("../images/common/icon_arrow_w.svg");
    width: 280px;
    height: 60px;
    display: flex;
    gap: 14px;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    padding: 11px 10px 10px 27px;
    font-size: 0.7975rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.2;
    font-feature-settings: "palt";
    border: 0.8504px solid #fff;
}
.lr_btn[data-themes="2"] {
    --bg-img: url("../images/common/icon_arrow.svg");
    border-color: #e8eaec;
}
.lr_btn[data-themes="3"] {
    background-color: #b40000;
}
.lr_btn[data-f="14"] {
    font-size: 0.885625rem;
}
.lr_btn .icon {
    width: 22px;
    aspect-ratio: 1.8203172005;
    position: relative;
}
.lr_btn .icon::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: var(--bg-img);
    background-repeat: no-repeat;
    background-size: 100%;
}

/*!
component > Links
------------------------------
*/
/*!
component > List
------------------------------
*/
/*!
component > Box
------------------------------
*/
/*!
component > MV
------------------------------
*/
.c_mv {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 101px 0 8px;
    background-color: #000;
}
.c_mv.ovh {
    overflow: hidden;
}
.c_mv__txt {
    display: block;
    position: absolute;
    left: calc(50% - 4px);
    transform: translateX(-50%);
    top: 9px;
    width: 124px;
    opacity: 0.5;
    z-index: 1;
}
.c_mv__img01 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.c_mv__img01 .img {
    height: 100%;
}
.c_mv__img01 img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.c_mv__imgs {
    display: flex;
    justify-content: space-between;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.c_mv__imgs img {
    height: 100%;
}
.c_mv .l_container {
    position: relative;
    z-index: 2;
    padding: 0 29px;
}
.c_mv__img {
    overflow: hidden;
}
.c_mv__img_pc {
    display: none;
    height: 100%;
}
.c_mv__img_sp {
    display: block;
    margin-top: -12px;
    width: 100%;
    margin-left: -10px;
}
.c_mv__img_sp img {
    height: auto;
    width: 140%;
}
.c_mv__title__en {
    font-size: 1.683125rem;
    font-weight: 600;
    letter-spacing: 0.044em;
    line-height: 1;
    font-family: "Crimson Text", serif;
    display: block;
}
.c_mv__title__jp {
    font-size: 0.70875rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    line-height: 1.4;
    display: block;
}

.c_bread {
    display: block;
    color: #fff;
    margin-top: 7px;
    margin-right: -10px;
}
.c_bread__item {
    display: inline-block;
    font-size: 0.575625rem;
    font-weight: 700;
    letter-spacing: 0.033em;
    line-height: 1.4;
    position: relative;
    padding-right: 4px;
}
.c_bread__item::after {
    content: "〉";
    color: #b40000;
    font-size: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    display: inline-block;
    position: absolute;
    right: -7px;
    top: 0;
}
.c_bread__item:last-child {
    padding-right: 0;
}
.c_bread__item:last-child::after {
    display: none;
}

.mv_member {
    position: fixed;
    z-index: 100;
    right: 50%;
    bottom: 0;
    translate: 50% 0;
}
.mv_member_toggler {
    font-size: 1.151875rem;
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: center;
    width: 320px;
    height: 50px;
    background-image: url("../images/card/bg_member_card_sp.webp");
    background-size: 100%;
    background-repeat: no-repeat;
    border-radius: 8px 8px 0 0;
    padding: 20px 12px 23px 32px;
    cursor: pointer;
}
.mv_member_toggler.is_open + .mv_member_card {
    translate: 0 -100%;
}
.mv_member_card {
    position: absolute;
    top: 100%;
    left: 0;
    transition: 400ms linear;
}
.mv_member_mask {
    position: fixed;
    z-index: 10;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.mv_member_mask.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

/*!
component > Gnavi
------------------------------
*/
/*!
component > header
------------------------------
*/
.c_header {
    width: 100%;
    position: fixed;
    z-index: 2506;
    top: 0;
    left: 0;
    transition: background-color 300ms linear;
}
.c_header.is_scroll {
    background-color: #000;
}
.c_header_grid {
    display: flex;
    align-items: flex-start;
    padding-top: 9px;
    padding-left: 4px;
}
.c_header_logo {
    width: 245.6627px;
    position: relative;
    z-index: 2;
    margin-left: auto;
    margin-right: auto;
}
.c_header_logo_link {
    width: 100%;
    display: block;
}
.c_header_body {
    display: none;
}
.c_header_utils {
    display: flex;
    gap: 62px;
    gap: clamp(1.875rem, 6.7226890756vw + -2.4275210084rem, 3.875rem);
    align-items: center;
    justify-content: flex-end;
    padding-right: 12px;
}
.c_header_user {
    display: none;
    gap: 40px;
    gap: clamp(1.25rem, 4.2016806723vw + -1.4390756303rem, 2.5rem);
}
.c_header_user_item:nth-child(1) .c_header_user_link {
    gap: 6px;
}
.c_header_user_link {
    font-weight: 400;
    font-size: 0.885625rem;
    letter-spacing: 0.033em;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    color: #fff !important;
}
.c_header_user_link .icon {
    width: 16px;
}
.c_header_menu_lists {
    display: flex;
    align-items: center;
    margin-top: 10px;
    margin-top: clamp(0.25rem, 1.2605042017vw + -0.5567226891rem, 0.625rem);
}
.c_header_menu_item {
    position: relative;
    line-height: 1;
}
.c_header_menu_item:nth-child(1)::before {
    display: none;
}
.c_header_menu_item::before {
    content: "";
    width: 1px;
    height: 86%;
    background-color: #b40000;
    position: absolute;
    top: 0.74em;
    left: 0;
    translate: 0 -50%;
}
.c_header_menu_link {
    font-weight: 700;
    font-size: 0.974375rem;
    font-size: clamp(0.625rem, 1.1743697479vw + -0.1265966387rem, 0.974375rem);
    letter-spacing: 0.033em;
    line-height: 1.2;
    color: #fff;
}
.c_header_cart {
    width: 50px;
    flex-shrink: 0;
    align-self: flex-start;
    line-height: 1;
    margin-top: -5px;
}
.c_header_cart_link {
    font-size: 0.75rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.033em;
    color: #fff !important;
    width: 100%;
    aspect-ratio: 1;
    background-color: #b40000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 7px 0 0;
}
.c_header_cart_link .icon {
    width: 21.1575px;
    position: relative;
}
.c_header_cart_total {
    width: 100%;
    position: absolute;
    top: -4px;
    left: 1px;
    text-align: center;
}
.c_header_lang {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding-left: 4px;
}
.c_header_lang_icon {
    width: 11.784px;
    line-height: 0;
}
.c_header_lang select {
    padding-right: 12px;
    background-image: url("../images/common/icon_lang_opt.svg");
    background-size: 7px;
    background-position: right 4px top 3px;
    background-repeat: no-repeat;
    border: 0;
    outline: 0;
    cursor: pointer;
    font-size: 0.53125rem;
    font-weight: 400;
    letter-spacing: 0.033em;
    line-height: 1.2;
}
.c_header_lang select option {
    color: #333;
}

.c_nav {
    position: fixed;
    z-index: 1;
    inset: 0;
    background-color: #000;
    padding-top: 100px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 300ms linear;
}
.c_nav.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.c_nav::after {
    content: "";
    width: 100%;
    height: calc(100% + 2px);
    position: absolute;
    top: -2px;
    left: 0;
    z-index: -1;
    background-image: url("../images/common/bg_nav_menu.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
}
.c_nav_toggler {
    width: 40px;
    height: 40px;
    display: block;
    position: relative;
    z-index: 2;
    top: 18px;
}
.c_nav_toggler.is_open .c_nav_toggler_box {
    width: 24px;
}
.c_nav_toggler.is_open .c_nav_toggler_bar:nth-child(4),
.c_nav_toggler.is_open .c_nav_toggler_bar:nth-child(1) {
    opacity: 0;
}
.c_nav_toggler.is_open .c_nav_toggler_bar:nth-child(2) {
    rotate: -45deg;
}
.c_nav_toggler.is_open .c_nav_toggler_bar:nth-child(3) {
    rotate: 45deg;
}
.c_nav_toggler_box {
    width: 18px;
    height: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
}
.c_nav_toggler_bar {
    width: 100%;
    height: 1.7008px;
    background-color: #b40000;
    position: absolute;
    left: 0;
    transition: 300ms ease;
}
.c_nav_toggler_bar:nth-child(1) {
    top: 0;
}
.c_nav_toggler_bar:nth-child(2),
.c_nav_toggler_bar:nth-child(3) {
    top: calc(50% - 1px);
}
.c_nav_toggler_bar:nth-child(4) {
    top: calc(100% - 1px);
}
.c_nav_ovs {
    width: 100%;
    max-height: calc(100vh - 200px);
    overflow: auto;
}
.c_nav_body {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 3px;
    padding-bottom: 40px;
}
.c_nav_menu {
    width: 282.8735px;
    margin-left: auto;
    margin-right: auto;
}
.c_nav_menu_item {
    border-top: 0.2835px solid #e8eaec;
}
.c_nav_menu_item:nth-child(1) {
    border-top: 0;
}
.c_nav_menu_link {
    font-weight: 700;
    font-size: 0.974375rem;
    line-height: 1.6;
    letter-spacing: 0.033em;
    text-align: center;
    display: block;
    padding-top: 12px;
    padding-bottom: 9px;
}
.c_nav_user {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.c_nav_user_item {
    width: 50%;
}
.c_nav_user_item:nth-child(1) {
    border-right: 0.8504px solid #fff;
}
.c_nav_user_link {
    width: 100%;
    height: 60px;
    font-size: 1.063125rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.c_nav_user_link::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #b40000;
    mix-blend-mode: screen;
}
.c_nav_user_link .icon {
    width: 16px;
    display: inline-block;
}
.c_nav_card {
    margin-top: 11px;
}

/*!
component > footer
------------------------------
*/
.c_footer_wrap {
    position: relative;
    padding-top: 47px;
    padding-bottom: 66px;
}
.c_footer_grid {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
}
.c_footer_grid_item {
    width: 100%;
    pointer-events: all;
}
.c_footer_menu {
    width: 280px;
    margin-top: 27px;
    margin-left: auto;
    margin-right: auto;
}
.c_footer_menu_item {
    line-height: 1;
    text-align: center;
    border-top: 0.567px solid #4d4d4d;
}
.c_footer_menu_item:nth-child(1) {
    border-top: 0;
}
.c_footer_menu_link {
    display: inline-flex;
    font-size: 0.885625rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.7495590829;
    padding-top: 5px;
    padding-bottom: 4px;
}
.c_footer_logo {
    width: 245.6627px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.c_footer_related {
    display: flex;
    gap: 12px;
    flex-direction: column;
    padding-top: 12px;
}
.c_footer_info {
    width: 280px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
}
.c_footer_more {
    display: flex;
    gap: 12px;
}
.c_footer_more_link {
    font-size: 0.664375rem;
    font-weight: 400;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.c_footer_copyright {
    font-size: 0.664375rem;
    font-weight: 700;
    line-height: 1.6;
    margin-top: -1px;
}

.c_totop {
    width: 50px;
    height: 50px;
    background-color: #b40000;
    position: fixed;
    z-index: 100;
    right: 18px;
    bottom: 40px;
    transition: 300ms;
    border-radius: 999px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.75);
    opacity: 0;
    pointer-events: none;
}
.c_totop.is_show {
    pointer-events: all;
    opacity: 0.8;
}
.c_totop.is_footer {
    position: absolute;
    top: -25px;
}
.c_totop::before {
    content: "";
    width: 22.6908px;
    aspect-ratio: 1.8203172005;
    background-image: url("../images/common/icon_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    rotate: -90deg;
    translate: -50% -50%;
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.is_loadding .c_loading {
    opacity: 1;
    pointer-events: all;
}

.c_loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9999;
    opacity: 0;
    pointer-events: none;
}
.c_loading__content {
    position: relative;
    transform: translate(-15px, -15px);
}
.c_loading__item {
    background-color: #b40000;
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin: 2px;
    animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px;
}
.c_loading__item:first-child {
    animation: ball-zig 0.7s 0s infinite linear;
}
.c_loading__item:last-child {
    animation: ball-zag 0.7s 0s infinite linear;
}
@keyframes ball-zig {
    33% {
        transform: translate(-15px, -30px);
    }
    66% {
        transform: translate(15px, -30px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes ball-zag {
    33% {
        transform: translate(15px, 30px);
    }
    66% {
        transform: translate(-15px, 30px);
    }
    100% {
        transform: translate(0, 0);
    }
}
/*!
layout > container
------------------------------
*/
.l_container {
    width: unset;
    padding: 0 27px;
}
.lr_card {
    --rank-w: 49.0947px;
    --bg-rank: linear-gradient(to right, #adadad, #e9e9e9);
    --bg-sns: #9c6f5d;
    width: 320px;
    aspect-ratio: 1.8823529412;
    border-radius: 10px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 17px 20px 10px 17px;
}
.lr_card[data-lang="en"] .lr_card_name {
    font-size: 1.32875rem;
    letter-spacing: -0.05em;
}
.lr_card[data-lang="en"] .lr_card_gender {
    font-size: 0.7975rem;
    letter-spacing: -0.05em;
}
.lr_card[data-lang="en"] .lr_card_detail_pos {
    letter-spacing: -0.1em;
}
.lr_card[data-lang="en"] .lr_card_detail_footer {
    margin-top: 3px;
}
.lr_card[data-themes="1"]::before {
    background-image: url("../images/card/bg_card_01.webp");
}
.lr_card[data-themes="2"] {
    --rank-w: 47.2939px;
    --bg-rank: linear-gradient(to right, #adadad, #e9e9e9);
    --bg-sns: #8c8c8c;
}
.lr_card[data-themes="2"]::before {
    background-image: url("../images/card/bg_card_02.webp");
}
.lr_card[data-themes="3"] {
    --rank-w: 44.5498px;
    --bg-rank: linear-gradient(to right, #333, #666);
    --bg-sns: #333;
}
.lr_card[data-themes="3"]::before {
    background-image: url("../images/card/bg_card_03.webp");
}
.lr_card[data-themes="3"] .lr_card_rank::before {
    mix-blend-mode: normal;
}
.lr_card[data-themes="3"] .lr_card_sns_item:after {
    mix-blend-mode: normal;
}
.lr_card[data-themes="4"] {
    --rank-w: 45.9512px;
    --bg-rank: linear-gradient(to right, #cb9a4c, #f6e687);
    --bg-sns: #b5863b;
}
.lr_card[data-themes="4"]::before {
    background-image: url("../images/card/bg_card_04.webp");
}
.lr_card[data-themes="5"] {
    --rank-w: 50.0371px;
    --bg-rank: linear-gradient(to right, #9ec4cd, #cbe5f1);
    --bg-sns: #9ec4cd;
}
.lr_card[data-themes="5"]::before {
    background-image: url("../images/card/bg_card_05.webp");
}
.lr_card::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    background-size: 100%;
}
.lr_card_header {
    display: flex;
    gap: 8px;
    justify-content: space-between;
}
.lr_card_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
}
.lr_card_comp {
    width: 170.2128px;
    display: flex;
    flex-direction: column;
}
.lr_card_state {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    margin-bottom: 20px;
}
.lr_card_standing {
    font-size: 0.625rem;
    font-weight: 700;
    line-height: 1.7;
    letter-spacing: 0.21em;
    padding-top: 15px;
    padding-left: 5px;
    padding-bottom: 7px;
}
.lr_card_rank {
    display: flex;
    flex-shrink: 0;
    position: relative;
    top: 12px;
    padding: 5px 10px 6px;
}
.lr_card_rank::before {
    content: "";
    position: absolute;
    z-index: -1;
    inset: 0;
    border-radius: 4px;
    background-image: var(--bg-rank);
    mix-blend-mode: multiply;
}
.lr_card_rank img {
    width: var(--rank-w);
}
.lr_card_info {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 0.567px solid #fff;
    padding-top: 5px;
}

@media screen and (min-width: 768px) {
    .lr_card_info {
        margin-top: auto;
    }
}
.lr_card_name {
    font-size: 1.063125rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.18em;
}
.lr_card_gender {
    font-size: 0.575625rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.18em;
    color: #000;
    background-color: #fff;
    position: relative;
    top: 1px;
    left: -1px;
    padding: 3px 1px 3px 3px;
}
.lr_card_photo {
    width: 102.1277px;
}
.lr_card_detail {
    display: flex;
    gap: 14px;
    align-items: baseline;
    justify-content: space-between;
}
.lr_card_detail_pos {
    font-size: 0.70875rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.18em;
    font-feature-settings: "palt";
}
.lr_card_detail_birth {
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.11em;
    line-height: 1;
    margin: 0;
}
.lr_card_sns {
    display: flex;
    gap: 3px;
    align-items: center;
    flex-shrink: 0;
    margin-right: -4px;
}
.lr_card_sns_item {
    position: relative;
}
.lr_card_sns_item::after {
    content: "";
    position: absolute;
    border-radius: 99px;
    z-index: -1;
    inset: 0;
    background-color: var(--bg-sns);
    mix-blend-mode: multiply;
}
.lr_card_sns_item img {
    width: 13.617px;
}
.lr_card_sns_link {
    width: 27.234px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lr_card_sns_item_ss {
    margin-left: 5px;
}
.lr_card_sns_item_ss .lr_card_sns_link {
    width: 37.0451px;
}

.lr_fight {
    --icon-w: 40px;
    width: 100%;
}
.lr_fight[data-themes="1"] .lr_fight_inner {
    margin-left: auto;
}
.lr_fight[data-themes="2"] .lr_fight_gallery_detail {
    margin-left: auto;
}
.lr_fight_inner {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 21px;
}
.lr_fight_icon {
    width: var(--icon-w);
    min-height: 43.2808px;
    margin-left: auto;
    margin-right: auto;
}
.lr_fight_heading {
    text-align: center;
    margin-top: 8px;
}
.lr_fight_heading .en,
.lr_fight_heading .jp {
    display: block;
    line-height: 1.2;
}
.lr_fight_heading .en {
    font-size: 1.771875rem;
    font-weight: 600;
    letter-spacing: 0.033em;
}
.lr_fight_heading .jp {
    font-size: 0.885625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    margin-top: 2px;
}
.lr_fight_context {
    padding: 18px 20px 10px 17px;
}
.lr_fight_txt {
    font-size: 0.7975rem;
    font-weight: 500;
    line-height: 1.9;
    letter-spacing: 0.033em;
    text-align: justify;
    font-feature-settings: "palt";
}
.lr_fight_youtube {
    width: 100%;
    margin-top: 15px;
}
.lr_fight_youtube iframe {
    width: 100%;
    height: 100px;
    background-color: #bbb;
}
.lr_fight_gallery {
    padding: 0 20px 0 17px;
}
.lr_fight_gallery_photo {
    width: 100%;
    margin-top: 29px;
}

.lr_related {
    position: relative;
    z-index: 0;
}
.lr_related_bg {
    position: absolute;
    z-index: -1;
    inset: 0;
}
.lr_related_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #808080;
    mix-blend-mode: multiply;
}
.lr_related_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lr_related_inner {
    padding-top: 48px;
    padding-bottom: 50px;
}
.lr_related_title {
    font-size: 1.505625rem;
    font-weight: 700;
    letter-spacing: 0.033em;
    text-align: center;
    font-feature-settings: "palt";
}
.lr_related_txt {
    font-size: 0.885625rem;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.08em;
    text-align: center;
    font-feature-settings: "palt";
    margin-top: 11px;
}
.lr_related_more {
    margin-top: 27px;
}
.lr_related_more .lr_btn {
    justify-content: center;
    font-size: 1.063125rem;
}

.lr_product {
    display: flex;
    gap: 0;
    flex-wrap: wrap;
    flex-direction: column;
}
.lr_product_sidebar {
    width: 280px;
    width: clamp(280px, (1024px - 100vw) * 1000, 100%);
    display: none;
    padding-bottom: 60px;
}
.lr_product_member {
    --rank-w: 43.2002px;
    --rank-bg: linear-gradient(140deg, #947160 20%, #cfae93 100%);
    width: 100%;
    border: 2px solid #b40000;
    box-shadow: 0 0 5px rgba(124, 124, 124, 0.5);
}
.lr_product_member[data-themes="2"] {
    --rank-w: 43.2002px;
    --rank-bg: url();
}
.lr_product_member[data-themes="3"] {
    --rank-w: 43.2002px;
    --rank-bg: url();
}
.lr_product_member[data-themes="4"] {
    --rank-w: 100px;
    --rank-bg: url();
}
.lr_product_member[data-themes="5"] {
    --rank-w: 100px;
    --rank-bg: url();
}
.lr_product_member_head {
    height: 98px;
    position: relative;
    z-index: 0;
    padding-top: 28px;
}
.lr_product_member_head::before {
    content: "";
    position: absolute;
    z-index: -1;
    left: calc(50% + 7px);
    bottom: 6px;
    translate: -50% 0;
    aspect-ratio: 0.9915382061;
    background-image: url("../images/common/img_txt_01_gradient.svg");
    background-size: 100%;
    background-repeat: no-repeat;
}
.lr_product_member_heading {
    font-size: 1.820625rem;
    font-weight: 500;
    line-height: 1.090971507;
    letter-spacing: -0.05em;
    color: #1a1a1a;
    text-align: center;
}
.lr_product_member_heading .other {
    color: #b40000;
}
.lr_product_member_heading .smaller {
    font-size: 0.885625rem;
    font-weight: 600;
    letter-spacing: 0;
    display: inline-flex;
    gap: 6px;
    align-items: center;
    position: relative;
    top: -12px;
}
.lr_product_member_heading .smaller::before,
.lr_product_member_heading .smaller::after {
    content: "|";
    display: inline-block;
}
.lr_product_member_body {
    display: flex;
    gap: 6px;
    align-items: center;
}
.lr_product_member_state {
    width: calc(100% - 100px - 12px);
    padding-bottom: 7px;
}
.lr_product_member_rank {
    display: inline-block;
    background-image: var(--rank-bg);
    border-radius: 2px;
    line-height: 1;
    border-radius: 2px;
    padding: 0px 6px 2px;
}
.lr_product_member_rank img {
    width: var(--rank-w);
}
.lr_product_member_name {
    font-size: 1.151875rem;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0.18em;
    color: #1a1a1a;
}
.lr_product_member_more {
    margin-top: 15px;
}
.lr_product_member_link {
    width: 100%;
    height: 50.5669px;
    background-color: #e1e1e1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.063125rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #1a1a1a;
}
.lr_product_categories {
    box-shadow: 0 0 5px rgba(124, 124, 124, 0.5);
    margin-top: 36px;
    padding: 37px 21px 10px 27px;
}
.lr_product_categories_title {
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    font-feature-settings: "palt";
    margin-bottom: 19px;
}
.lr_product_categories_title:not(:first-child) {
    margin-top: 38px;
}
.lr_product_categories_lists {
    display: flex;
    gap: 9px;
    flex-direction: column;
}
.lr_product_categories_link {
    width: 100%;
    height: 50.5669px;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    border: 0.567px solid #888;
    position: relative;
    padding: 5px 10px;
    font-size: 1.066875rem;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.08em;
    font-feature-settings: "palt";
}
.lr_product_categories_link .smaller {
    font-size: 0.7975rem;
    font-weight: 500;
    letter-spacing: 0.08em;
}
.lr_product_categories_link .icon {
    width: 22.6908px;
    aspect-ratio: 1.8203172005;
    flex-shrink: 0;
    background-image: url("../images/common/icon_arrow_d.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.lr_product_categories_search {
    width: 100%;
    display: block;
    margin-top: 15px;
}
.lr_product_categories_search input[type="text"] {
    width: 100%;
    background-color: #fff;
    outline: 0;
    border: 1.11339px solid #e1e1e1;
    font-size: 1rem;
    padding: 5px 10px;
}
.lr_product_categories_search button {
    width: 100%;
    height: 50.5669px;
    background-color: #4d4d4d;
    display: flex;
    gap: 7px;
    align-items: center;
    justify-content: center;
    font-size: 1.063125rem;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #fff;
}
.lr_product_categories_search button .icon {
    width: 25.4244px;
    aspect-ratio: 1.0512640275;
    background-image: url("../images/common/icon_lookup.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.lr_product_guide {
    margin-top: 31px;
}
.lr_product_guide_title {
    font-size: 1.24rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.08em;
}
.lr_product_guide_title::after {
    content: "";
    width: 100%;
    height: 1.134px;
    background-color: #000;
    display: block;
    margin-top: 12px;
}
.lr_product_guide_lists {
    display: flex;
    gap: 2px;
    align-items: flex-start;
    flex-direction: column;
    margin-top: 20px;
}
.lr_product_guide_link {
    position: relative;
    padding-left: 12px;
    display: inline-flex;
    font-size: 0.974375rem;
    font-weight: 400;
    letter-spacing: 0.033em;
    line-height: 1.4;
    padding-left: 8px;
}
.lr_product_guide_link::before {
    content: "〉";
    letter-spacing: -0.15em;
}
.lr_product_inquiry {
    width: 100%;
    position: relative;
    margin-top: 22px;
    color: #fff;
}
.lr_product_inquiry_bg {
    position: absolute;
    inset: 0;
}
.lr_product_inquiry_bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.lr_product_inquiry_bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #808080;
    mix-blend-mode: multiply;
}
.lr_product_inquiry_link {
    width: 100%;
    display: block;
    position: relative;
    z-index: 0;
    padding: 35px 70px 34px 36px;
    font-size: 1.24rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.35;
}
.lr_product_inquiry_link .icon {
    width: 22.6908px;
    aspect-ratio: 1.5686366684;
    position: absolute;
    right: 0;
    bottom: 0;
    background-image: url("../images/common/icon_arrow_w.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.lr_product_user {
    margin-top: 28px;
}
.lr_product_user_lists {
    display: flex;
    gap: 12px;
    flex-direction: column;
}
.lr_product_user_link {
    --bg: #b40000;
    --icon-url: url("../images/common/icon_register.svg");
    background-color: var(--bg);
    display: flex;
    gap: 12px;
    align-items: center;
    font-size: 1.063125rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    color: #fff;
}
.lr_product_user_link[data-type="login"] {
    --bg: #000;
    --icon-url: url("../images/common/icon_login.svg");
}
.lr_product_user_link .icon {
    width: 20px;
    aspect-ratio: 1;
    background-image: var(--icon-url);
    background-repeat: no-repeat;
    background-size: 100%;
}
.lr_product_main {
    width: 100%;
    padding-bottom: 60px;
}
.lr_product_pagination {
    display: flex;
    gap: 3px;
    align-items: center;
    justify-content: center;
    padding-right: 2px;
}
.lr_product_pagination_item_page {
    width: 34.8526px;
    height: 34.8526px;
    border: 0.567px solid #888;
    font-size: 0.885625rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.1;
    color: #1a1a1a;
    display: flex;
    align-items: center;
    justify-content: center;
}
.lr_product_pagination_item_page.current {
    background-color: #000;
    border-color: #000;
    color: #fff;
    pointer-events: none;
}
.lr_product_pagination_item_prev,
.lr_product_pagination_item_next {
    font-size: 0.7975rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.1;
    color: #1a1a1a;
}
.lr_product_pagination_item_prev {
    padding-right: 8px;
}
.lr_product_pagination_item_next {
    padding-left: 8px;
}
.lr_product_opts {
    position: relative;
    z-index: 200;
    margin-top: 30px;
    margin-left: -27px;
    margin-right: -27px;
}
.lr_product_opts_toggler {
    width: 100%;
    height: 60.5669px;
    display: flex;
    gap: 7px;
    align-items: center;
    border: 0;
    border-top: 0.567px solid #888;
    border-bottom: 0.567px solid #888;
    font-size: 1.151875rem;
    font-weight: 500;
    letter-spacing: 0.033em;
    font-feature-settings: "palt";
    line-height: 1.2;
    padding-top: 7px;
    padding-left: 16px;
}
.lr_product_opts_toggler .icon {
    width: 24.1263px;
}
.lr_product_opts_popup {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
}
.lr_product_opts_popup_mask {
    position: fixed;
    z-index: 100;
    inset: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 300ms linear;
}
.lr_product_opts_popup_mask.is_open {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}
.lr_product_opts_popup_body {
    padding-top: 14px;
    padding-bottom: 29px;
}
.lr_product_opts_popup_title {
    font-size: 1.151875rem;
    font-weight: 500;
    letter-spacing: 0.033em;
    font-feature-settings: "palt";
    margin-bottom: 3px;
}
.lr_product_opts_popup_title:not(:first-child) {
    margin-top: 16px;
}
.lr_product_opts_popup_lists {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.lr_product_opts_popup_lists_item_link {
    width: 100%;
    height: 50.5669px;
    display: block;
    border: 0.567px solid #888;
    position: relative;
    padding: 15px 50px 10px 22px;
    font-size: 1.063125rem;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.2;
    font-feature-settings: "palt";
}
.lr_product_opts_popup_lists_item_link::after {
    content: "";
    width: 22.6908px;
    position: absolute;
    top: calc(50% + 2px);
    right: 20px;
    translate: 0 -50%;
    aspect-ratio: 1.8203172005;
    background-image: url("../images/common/icon_arrow_d.svg");
    background-repeat: no-repeat;
    background-size: 100%;
}
.lr_product_opts_popup_form_row {
    display: flex;
    align-items: center;
}
.lr_product_opts_popup_form_row input[type="text"] {
    width: calc(100% - 50.5669px);
    height: 50.5669px;
    outline: 0;
    border: 0.567px solid #888;
    font-size: 1rem;
    padding: 5px 10px;
}
.lr_product_opts_popup_form_row button {
    width: 50.5669px;
    height: 50.5669px;
    outline: 0;
    border: 0;
    background-color: #4d4d4d;
    padding: 3px 12px 5px;
}
@media screen and (min-width: 768px) {
    .c_txt11 {
        font-size: clamp(0.625rem, 0.1201923077vw + 0.5673076923rem, 0.6875rem);
    }
    .c_txt12 {
        font-size: clamp(0.625rem, 0.2403846154vw + 0.5096153846rem, 0.75rem);
    }
    .c_txt13 {
        font-size: clamp(0.75rem, 0.1201923077vw + 0.6923076923rem, 0.8125rem);
    }
    .c_txt14 {
        font-size: clamp(0.75rem, 0.2403846154vw + 0.6346153846rem, 0.875rem);
    }
    .c_txt15 {
        font-size: clamp(0.75rem, 0.3605769231vw + 0.5769230769rem, 0.9375rem);
    }
    .c_txt16 {
        font-size: clamp(0.875rem, 0.2403846154vw + 0.7596153846rem, 1rem);
    }
    .c_txt17 {
        font-size: clamp(0.875rem, 0.3605769231vw + 0.7019230769rem, 1.0625rem);
    }
    .c_txt18 {
        font-size: clamp(1rem, 0.2403846154vw + 0.8846153846rem, 1.125rem);
    }
    .c_txt19 {
        font-size: clamp(1rem, 0.3605769231vw + 0.8269230769rem, 1.1875rem);
    }
    .c_txt20 {
        font-size: clamp(1rem, 0.4807692308vw + 0.7692307692rem, 1.25rem);
    }
    .c_txt21 {
        font-size: clamp(1rem, 0.6009615385vw + 0.7115384615rem, 1.3125rem);
    }
    .c_txt22 {
        font-size: clamp(1.125rem, 0.4807692308vw + 0.8942307692rem, 1.375rem);
    }
    .c_txt23 {
        font-size: clamp(1.125rem, 0.6009615385vw + 0.8365384615rem, 1.4375rem);
    }
    .c_txt24 {
        font-size: clamp(1.25rem, 0.4807692308vw + 1.0192307692rem, 1.5rem);
    }
    .c_txt25 {
        font-size: clamp(1.25rem, 0.6009615385vw + 0.9615384615rem, 1.5625rem);
    }
    .c_txt26 {
        font-size: clamp(1.25rem, 0.7211538462vw + 0.9038461538rem, 1.625rem);
    }
    .c_txt27 {
        font-size: clamp(1.375rem, 0.6009615385vw + 1.0865384615rem, 1.6875rem);
    }
    .c_txt28 {
        font-size: clamp(1.375rem, 0.7211538462vw + 1.0288461538rem, 1.75rem);
    }
    .c_txt29 {
        font-size: clamp(1.375rem, 0.8413461538vw + 0.9711538462rem, 1.8125rem);
    }
    .c_txt30 {
        font-size: clamp(1.5rem, 0.7211538462vw + 1.1538461538rem, 1.875rem);
    }
    .c_txt32 {
        font-size: clamp(1.5rem, 3.125vw + 0rem, 2rem);
    }
    .c_txt34 {
        font-size: clamp(1.5rem, 1.2019230769vw + 0.9230769231rem, 2.125rem);
    }
    .u_mt_md_0 {
        margin-top: 0px !important;
    }
    .u_mb_md_0 {
        margin-bottom: 0px !important;
    }
    .u_ml_md_0 {
        margin-left: 0px !important;
    }
    .u_mr_md_0 {
        margin-right: 0px !important;
    }
    .u_pl_md_9 {
        padding-left: 9px !important;
    }
    body {
        font-size: 1rem;
    }
    a:hover {
        opacity: 0.8;
    }
    .pc {
        display: block !important;
    }
    .sp {
        display: none !important;
    }
    .c_ttl32 {
        letter-spacing: 0;
        font-size: clamp(1.32875rem, 2.076171875vw + 0.3321875rem, 1.993125rem);
    }
    .c_ttl32_style01 {
        letter-spacing: 0.05em;
        padding-left: 7px;
    }
    .c_ttl32_style01 .c_ttl32__icon {
        width: 104px;
        left: -26px;
        top: -37px;
    }
    .lr_btn {
        width: 300px;
        font-size: 1.063125rem;
        margin: 0;
        padding: 12px 14px 10px 32px;
    }
    .lr_btn[data-themes="2"] {
        padding-left: 30px;
    }
    .lr_btn[data-f="14"] {
        font-size: 1.063125rem;
    }
    .lr_btn .icon {
        width: 22.6908px;
    }
    .c_mv {
        overflow: hidden;
        padding: 182px 0 16px;
    }
    .c_mv__txt {
        left: -32px;
        top: -43px;
        transform: none;
        width: 385px;
    }
    .c_mv__imgs {
        grid-template-columns: 1fr 1fr;
    }
    .c_mv .l_container {
        padding: 0 40px;
    }
    .c_mv__img_pc {
        display: block;
    }
    .c_mv__img_sp {
        display: none;
    }
    .c_mv__title {
        padding-left: 7px;
    }
    .c_mv__title__en {
        font-size: 3.98625rem;
        margin-bottom: -5px;
    }
    .c_mv__title__jp {
        font-size: 1.505625rem;
    }
    .c_bread {
        margin-top: 28px;
        margin-right: -5px;
        text-align: right;
    }
    .c_bread__item {
        padding-right: 9px;
        font-size: 0.7975rem;
    }
    .c_bread__item::after {
        right: -7px;
        top: 1px;
    }
    .mv_member {
        right: 0;
        top: calc(42vh + 4px);
        bottom: unset;
        translate: none;
    }
    .mv_member.on_top {
        top: calc(36vh + 4px);
    }
    .mv_member_toggler {
        width: 100px;
        height: 250px;
        background-image: url("../images/card/bg_member_card.webp");
        padding: 20px 12px 28px 34px;
        font-size: 1.75rem;
        letter-spacing: 0.148em;
        writing-mode: sideways-lr;
        text-align: left;
        border-radius: 8px 0 0 8px;
    }
    .mv_member_toggler.is_open + .mv_member_card {
        translate: -100% 0;
    }
    .mv_member_card {
        top: 0;
        left: 100%;
    }
    .c_header_grid {
        align-items: flex-end;
        padding-top: 0;
        padding-left: 100px;
        padding-left: clamp(
            1.25rem,
            16.8067226891vw + -9.506302521rem,
            6.25rem
        );
    }
    .c_header_logo {
        width: 274.151px;
        width: clamp(
            8.125rem,
            30.2838235294vw + -11.2566470588rem,
            17.1344375rem
        );
        margin-left: 0;
        margin-right: 0;
        padding-bottom: 9px;
    }
    .c_header_body {
        display: block;
        margin-left: auto;
        padding-right: 43px;
        padding-right: clamp(
            1.25rem,
            4.8319327731vw + -1.8424369748rem,
            2.6875rem
        );
        padding-bottom: 17px;
        padding-bottom: clamp(
            0.25rem,
            3.9915966387vw + -2.3046218487rem,
            1.4375rem
        );
    }
    .c_header_user {
        display: flex;
    }
    .c_header_user_link {
        font-size: 0.885625rem;
        font-size: clamp(
            0.625rem,
            0.8760504202vw + 0.0643277311rem,
            0.885625rem
        );
    }
    .c_header_user_link .icon {
        width: 20px;
        width: clamp(0.875rem, 1.2605042017vw + 0.0682773109rem, 1.25rem);
    }
    .c_header_menu_link {
        padding-left: 20px;
        padding-right: 16px;
        padding-left: clamp(0.5rem, 2.5210084034vw + -1.1134453782rem, 1.25rem);
        padding-right: clamp(0.5rem, 1.6806722689vw + -0.5756302521rem, 1rem);
    }
    .c_header_cart {
        width: 100px;
        width: clamp(3.125rem, 10.5042016807vw + -3.5976890756rem, 6.25rem);
        margin-top: 0;
    }
    .c_header_cart_link {
        font-size: clamp(0.875rem, 1.6806722689vw + -0.2006302521rem, 1.375rem);
        padding: 11% 7% 0 0;
    }
    .c_header_cart_link .icon {
        width: 42.315px;
        max-width: calc(100% - 26px);
    }
    .c_header_cart_total {
        top: -10px;
        left: 3px;
    }
    .c_header_lang {
        gap: 10px;
        padding-left: 0;
    }
    .c_header_lang_icon {
        width: 17.1862px;
        width: clamp(0.75rem, 1.0895378151vw + 0.0526957983rem, 1.0741375rem);
    }
    .c_header_lang select {
        background-size: clamp(
            0.5rem,
            0.8403361345vw + -0.0378151261rem,
            0.75rem
        );
        background-position: right 6px top 3px;
        transition: opacity 150ms linear;
        font-size: clamp(
            0.625rem,
            0.8760504202vw + 0.0643277311rem,
            0.885625rem
        );
        line-height: 1;
        padding-right: 20px;
    }
    .c_header_lang select:hover {
        opacity: 0.8;
    }
    .c_nav {
        display: none;
    }
    .c_nav_toggler {
        display: none;
    }
    .c_footer_wrap {
        padding-top: 60px;
        padding-bottom: 34px;
    }
    .c_footer_grid {
        gap: 20px;
        flex-direction: row;
        position: relative;
        z-index: 1;
        margin-right: -11px;
        pointer-events: none;
    }
    .c_footer_grid_item {
        width: auto;
    }
    .c_footer_grid_item:nth-child(1) {
        padding-right: 50px;
    }
    .c_footer_menu {
        width: 100%;
        margin-top: -7px;
    }
    .c_footer_menu_item {
        text-align: left;
        border-top: 0;
    }
    .c_footer_menu_link {
        font-size: 1.063125rem;
        padding: 0;
    }
    .c_footer_logo {
        width: 274px;
        margin: 0;
    }
    .c_footer_related {
        padding-top: 0;
    }
    .c_footer_info {
        width: auto;
        margin-top: -48px;
        margin-top: clamp(-48px, (1200px - 100vw) * 1000, 20px);
    }
    .c_footer_more_link {
        font-size: 0.70875rem;
    }
    .c_footer_copyright {
        margin-top: 3px;
    }
    .c_totop {
        right: 68px;
    }
    .c_totop:hover {
        opacity: 0.6 !important;
    }
    .c_totop::before {
        width: 22.6908px;
    }
    .l_container {
        box-sizing: border-box;
        margin: 0 auto;
        width: auto;
    }
    .l_container {
        max-width: 1280px;
        padding: 0 40px;
        margin: 0 auto;
    }
    .lr_card {
        --rank-w: 71.5864px;
        width: 470px;
        aspect-ratio: 1.88;
        padding: 25px 27px 10px;
    }
    .lr_card[data-lang="en"] .lr_card_name {
        font-size: 1.594375rem;
        letter-spacing: 0.08em;
    }
    .lr_card[data-lang="en"] .lr_card_gender {
        letter-spacing: 0.08em;
        font-size: 0.885625rem;
    }
    .lr_card[data-lang="en"] .lr_card_detail_pos {
        letter-spacing: 0;
    }
    .lr_card[data-lang="en"] .lr_card_detail_footer {
        margin-top: 0;
    }
    .lr_card[data-themes="2"] {
        --rank-w: 68.9648px;
    }
    .lr_card[data-themes="3"] {
        --rank-w: 64.959px;
    }
    .lr_card[data-themes="4"] {
        --rank-w: 67.0029px;
    }
    .lr_card[data-themes="5"] {
        --rank-w: 72.96px;
    }
    .lr_card_header {
        gap: 20px;
    }
    .lr_card_footer {
        margin-top: 0;
    }
    .lr_card_comp {
        width: 250px;
    }
    .lr_card_standing {
        font-size: 0.9375rem;
        padding-top: 25px;
        padding-left: 5px;
        padding-bottom: 19px;
    }
    .lr_card_rank {
        top: 9px;
        padding: 8px 13px;
    }
    .lr_card_name {
        font-size: 1.594375rem;
        line-height: 1.5558604469;
        letter-spacing: 0.18em;
    }
    .lr_card_gender {
        font-size: 0.885625rem;
        padding: 4px 2px 4px 5px;
        top: 6px;
        left: 0;
    }
    .lr_card_photo {
        width: 150px;
    }
    .lr_card_detail {
        gap: 17px;
        padding-top: 2px;
    }
    .lr_card_detail_pos {
        font-size: 1.063125rem;
    }
    .lr_card_detail_birth {
        font-size: 1.0625rem;
        letter-spacing: 0.1em;
    }
    .lr_card_sns {
        gap: 5px;
        margin-right: 0;
    }
    .lr_card_sns_item img {
        width: 20px;
    }
    .lr_card_sns_link {
        width: 40px;
    }
    .lr_card_sns_item_ss {
        margin-left: 0;
    }
    .lr_card_sns_item_ss .lr_card_sns_link {
        width: 54.41px;
    }
    .lr_fight {
        --icon-w: 88.8286px;
    }
    .lr_fight[data-themes="2"] .lr_fight_inner {
        flex-direction: row-reverse;
    }
    .lr_fight[data-themes="2"] .lr_fight_body {
        padding-top: 14px;
    }
    .lr_fight[data-themes="2"] .lr_fight_txt {
        margin-left: -5px;
    }
    .lr_fight[data-tpe="bait"] {
        --icon-w: 88.8286px;
    }
    .lr_fight[data-tpe="lure"] {
        --icon-w: 81.2669px;
    }
    .lr_fight_inner {
        width: calc(50vw + 600px);
        max-width: calc(100% - 40px);
        gap: 75px;
        gap: clamp(40px, (100vw - 1200px) * 1000, 75px);
        flex-direction: row;
        padding-top: 0;
    }
    .lr_fight_body {
        width: 425px;
        width: clamp(31.25%, (1201px - 100vw) * 1000, 50% - 20px);
        display: flex;
        flex-direction: column;
    }
    .lr_fight_heading {
        margin-top: 0;
    }
    .lr_fight_heading .en {
        font-size: 3.98625rem;
        padding-right: 14px;
    }
    .lr_fight_heading .jp {
        font-size: 1.24rem;
        margin-top: 0;
    }
    .lr_fight_context {
        padding: 0;
    }
    .lr_fight_txt {
        font-size: 1.151875rem;
        line-height: 1.7303309821;
        margin-top: 24px;
        margin-bottom: 24px;
    }
    .lr_fight_youtube iframe {
        height: 220px;
    }
    .lr_fight_gallery {
        width: calc(100% - 425px - 75px);
        width: clamp(50% - 20px, (100vw - 1200px) * 1000, 68.75% - 75px);
        padding: 0;
    }
    .lr_fight_gallery_photo {
        margin-top: 0;
    }
    .lr_fight_gallery_detail {
        width: 600px;
        max-width: calc(100% - 100px);
        margin-top: 23px;
    }
    .lr_related_inner {
        padding-top: 51px;
        padding-bottom: 46px;
        padding-left: 3px;
    }
    .lr_related_title {
        font-size: 2.87875rem;
        text-align: left;
    }
    .lr_related_txt {
        font-size: 1.151875rem;
        margin-top: 11px;
        text-align: left;
    }
    .lr_related_more {
        margin-top: 24px;
    }
    .lr_related_more .lr_btn {
        justify-content: space-between;
    }
    .lr_product {
        gap: 60px;
        gap: clamp(40px, (100vw - 1024px) * 1000, 60px);
        flex-direction: row-reverse;
    }
    .lr_product_sidebar {
        display: block;
    }
    .lr_product_member {
        border-width: 3px;
        padding: 10px 24px 20px;
    }
    .lr_product_member_head {
        padding-top: 28px;
    }
    .lr_product_member_head::before {
        width: 89.864px;
    }
    .lr_product_member_heading {
        font-size: 1.820625rem;
    }
    .lr_product_member_heading .smaller {
        font-size: 0.885625rem;
        top: -12px;
    }
    .lr_product_member_body {
        gap: 11px;
    }
    .lr_product_member_photo {
        width: 100px;
    }
    .lr_product_member_rank {
        padding: 0px 6px 2px;
    }
    .lr_product_member_name {
        font-size: 1.151875rem;
    }
    .lr_product_member_more {
        margin-top: 15px;
    }
    .lr_product_member_link {
        height: 50.5669px;
        font-size: 1.063125rem;
    }
    .lr_product_member_link:hover {
        color: #1a1a1a;
    }
    .lr_product_categories {
        margin-top: 36px;
        padding: 37px 21px 33px 27px;
    }
    .lr_product_categories_title {
        font-size: 1.24rem;
    }
    .lr_product_categories_title:not(:first-child) {
        margin-top: 38px;
    }
    .lr_product_categories_link {
        height: 50.5669px;
        gap: 6px;
        font-size: 1.066875rem;
        padding: 7px 11px 5px 20px;
    }
    .lr_product_categories_link .smaller {
        font-size: 0.7975rem;
    }
    .lr_product_categories_link .icon {
        width: 22.6908px;
    }
    .lr_product_categories_search {
        margin-top: 15px;
    }
    .lr_product_categories_search input[type="text"] {
        height: 51.1339px;
    }
    .lr_product_categories_search button {
        font-size: 1.063125rem;
        transition: opacity 150ms linear;
        margin-top: 8px;
        padding-right: 17px;
    }
    .lr_product_categories_search button:hover {
        opacity: 0.8;
    }
    .lr_product_guide {
        margin-top: 31px;
    }
    .lr_product_guide_title {
        font-size: 1.24rem;
    }
    .lr_product_guide_title::after {
        margin-top: 13px;
    }
    .lr_product_guide_link {
        font-size: 0.974375rem;
    }
    .lr_product_inquiry_link {
        padding: 35px 70px 34px 36px;
    }
    .lr_product_inquiry_link .icon {
        width: 22.6908px;
        right: 40px;
        bottom: 41px;
    }
    .lr_product_user_link {
        font-size: 1.063125rem;
        padding: 31px 20px 28px 24%;
        padding-left: clamp(24%, (1024px - 100vw) * 1000, 40%);
    }
    .lr_product_user_link:hover {
        color: #fff;
    }
    .lr_product_main {
        width: calc(100% - 280px - 60px);
        width: clamp(100% - 280px - 60px, (1024px - 100vw) * 1000, 100%);
        padding-bottom: 134px;
        padding-bottom: clamp(60px, (100vw - 1024px) * 1000, 134px);
    }
    .lr_product_pagination {
        gap: 5px;
        padding-left: 25px;
        padding-right: 0;
    }
    .lr_product_pagination_item_page {
        width: 40.5669px;
        height: 40.5669px;
        font-size: 1.063125rem;
        transition: opacity 150ms linear;
    }
    .lr_product_pagination_item_page:hover {
        opacity: 0.6;
    }
    .lr_product_pagination_item_prev,
    .lr_product_pagination_item_next {
        font-size: 1.063125rem;
    }
    .lr_product_pagination_item_prev {
        padding-right: 13px;
    }
    .lr_product_pagination_item_next {
        padding-left: 13px;
    }
    .lr_product_opts {
        display: none;
    }
    .lr_product_opts_popup_mask {
        display: none;
    }
}


