@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap');
[data-view='>sm'],
[data-view='sm'] {
    display: none;
}

[data-view='<sm'] {
    display: none;
}

[data-view='>md'],
[data-view='md'] {
    display: none;
}

[data-view='<md'] {
    display: none;
}

[data-view='>lg'],
[data-view='lg'] {
    display: none;
}

[data-view='<lg'] {
    display: none;
}

[data-view='>xl'],
[data-view='xl'] {
    display: none;
}

[data-view='<xl'] {
    display: none;
}

[data-view='>xxl'],
[data-view='xxl'] {
    display: none;
}

[data-view='<xxl'] {
    display: none;
}
/* stylelint-disable */
/* Document
 * ========================================================================== */
/**
 * 1. Add border box sizing in all browsers (opinionated).
 * 2. Backgrounds do not repeat by default (opinionated).
 */
*,
::before,
::after {
    box-sizing: border-box;
    /* 1 */
    background-repeat: no-repeat;
    /* 2 */
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
    text-decoration: inherit;
    /* 1 */
    vertical-align: inherit;
    /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Breaks words to prevent overflow in all browsers (opinionated).
 * 4. Use a 4-space tab width in all browsers (opinionated).
 * 5. Remove the grey highlight on links in iOS (opinionated).
 * 6. Prevent adjustments of font size after orientation changes in iOS.
 */
:where(:root) {
    cursor: default;
    /* 1 */
    line-height: 1.5;
    /* 2 */
    overflow-wrap: break-word;
    /* 3 */
    /* 4 */
    tab-size: 4;
    /* 4 */
    -webkit-tap-highlight-color: transparent;
    /* 5 */
    -webkit-text-size-adjust: 100%;
    /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
:where(h1) {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, and Safari.
 */
:where(dl, ol, ul) :where(dl, ol, ul) {
    margin: 0;
}

/**
 * 1. Correct the inheritance of border color in Firefox.
 * 2. Add the correct box sizing in Firefox.
 */
:where(hr) {
    color: inherit;
    /* 1 */
    height: 0;
    /* 2 */
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
:where(nav) :where(ol, ul) {
    list-style-type: none;
    padding: 0;
}

/**
 * Prevent VoiceOver from ignoring list semantics in Safari (opinionated).
 */
:where(nav li)::before {
    content: '​';
    float: left;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 * 3. Prevent overflow of the container in all browsers (opinionated).
 */
:where(pre) {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
    overflow: auto;
    /* 3 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Add the correct text decoration in Safari.
 */
:where(abbr[title]) {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
:where(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.
 */
:where(code, kbd, samp) {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
:where(audio, canvas, iframe, img, svg, video) {
    vertical-align: middle;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
:where(iframe) {
    border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
:where(svg:not([fill])) {
    fill: currentColor;
}

/* Tabular data
 * ========================================================================== */
/**
 * 1. Collapse border spacing in all browsers (opinionated).
 * 2. Correct table border color inheritance in all Chrome, Edge, and Safari.
 * 3. Remove text indentation from table contents in Chrome, Edge, and Safari.
 */
:where(table) {
    border-collapse: collapse;
    /* 1 */
    border-color: inherit;
    /* 2 */
    text-indent: 0;
    /* 3 */
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
:where(button, input, select) {
    margin: 0;
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
:where(button, [type='button' i], [type='reset' i], [type='submit' i]) {
    -webkit-appearance: button;
}

/**
 * Change the inconsistent appearance in all browsers (opinionated).
 */
:where(fieldset) {
    border: 1px solid #a0a0a0;
}

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

/**
 * 1. Remove the margin in Firefox and Safari.
 * 3. Change the resize direction in all browsers (opinionated).
 */
:where(textarea) {
    margin: 0;
    /* 1 */
    resize: vertical;
    /* 3 */
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
:where([type='search' i]) {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
    -webkit-appearance: none;
}

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

/* Interactive
 * ========================================================================== */
/*
 * Add the correct styles in Safari.
 */
:where(dialog) {
    background-color: white;
    border: solid;
    color: black;
    height: -moz-fit-content;
    height: -webkit-fit-content;
    height: fit-content;
    left: 0;
    margin: auto;
    padding: 1em;
    position: absolute;
    right: 0;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
}

:where(dialog:not([open])) {
    display: none;
}

/*
 * Add the correct display in Safari.
 */
:where(details > summary:first-of-type) {
    display: list-item;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
:where([aria-busy='true' i]) {
    cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
:where([aria-controls]) {
    cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
:where([aria-disabled='true' i], [disabled]) {
    cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
:where([aria-hidden='false' i][hidden]) {
    display: initial;
}

:where([aria-hidden='false' i][hidden]:not(:focus)) {
    clip: rect(0, 0, 0, 0);
    position: absolute;
}

/* stylelint-enable */
:root {
    --base-red: #bb0014;
    --accent-red: #ff0000;
    --final-yellow: #ffdd00;
    --glow-orange: #ff4e00;
    --glow-yellow: #ff9600;
}

html {
    scroll-behavior: smooth;
}
body {
    height: 100%;
    color: #ffffff;
    font-family: '游ゴシック体', YuGothic, '游ゴシック Medium',
        'Yu Gothic Medium', '游ゴシック', 'Yu Gothic', sans-serif;
    background-color: var(--base-red);
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
    font-size: 1rem;
}

figure {
    margin: 0;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
}

.page-top {
    position: fixed;
    right: 2.75em;
    bottom: 2.133vw;
    z-index: 99;
}
.page-top button {
    cursor: pointer;
    -webkit-appearance: none;
            appearance: none;
    border: 0;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.u-mt8 {
    margin-top: 2em;
}

.u-link {
    display: inline-block;
    pointer-events: auto;
    cursor: pointer;
    transition: filter 280ms ease;
}
.u-link.is-disable {
    pointer-events: none;
    cursor: auto;
}

.u-outer-glow {
    text-shadow: 0 0 0.18em rgba(255, 255, 255, 0.67),
        -0.18em -0.18em 0.34em var(--glow-orange),
        0.18em -0.18em 0.34em var(--glow-orange),
        0.18em 0.18em 0.34em var(--glow-orange),
        -0.18em 0.18em 0.34em var(--glow-orange);
}
.u-outer-glow.-orange {
    text-shadow: 0 0 0.18em rgba(255, 255, 255, 0.67),
        -0.18em -0.18em 0.34em var(--glow-orange),
        0.18em -0.18em 0.34em var(--glow-orange),
        0.18em 0.18em 0.34em var(--glow-orange),
        -0.18em 0.18em 0.34em var(--glow-orange);
}
.u-outer-glow.-yellow {
    text-shadow: 0 0 0.18em rgba(255, 255, 255, 0.67),
        -0.12em -0.12em 0.28em var(--glow-yellow),
        0.12em -0.12em 0.28em var(--glow-yellow),
        0.12em 0.12em 0.28em var(--glow-yellow),
        -0.12em 0.12em 0.28em var(--glow-yellow);
}

.u-box-glow {
    box-shadow: 0 0 0.18em rgba(255, 255, 255, 0.67),
        -0.18em -0.18em 0.34em var(--glow-orange),
        0.18em -0.18em 0.34em var(--glow-orange),
        0.18em 0.18em 0.34em var(--glow-orange),
        -0.18em 0.18em 0.34em var(--glow-orange);
}

.view-wrapper {
    position: relative;
    color: #000;
    background-image: url('/wanganmaxi6rr/jp/wangan-tournament/assets/images/viewwrap-bg.png');
    background-repeat: repeat;
    background-size: auto;
}
.view-wrapper > section {
    color: #fff;
}

.header-content {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 22.4vw;
    max-width: 750px;
    margin: 0 auto 0;
    z-index: 100;
}

.header-button {
    position: fixed;
    top: 0;
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    justify-content: flex-end;
    background-image: linear-gradient(
        45deg,
        transparent 50%,
        rgba(0, 0, 0, 0.8) 50%
    );
    width: 24.267vw;
    height: 24.267vw;
    padding: 10px;
    z-index: 3;
}

.header-nav {
    position: relative;
    background-color: #f99;
    z-index: 2;
}
.header-nav.is-active .u-nav-list {
    opacity: 1;
    transform: scaleY(1) translateX(-50%);
}
.header-nav .u-nav-list {
    position: fixed;
    top: 0;
    left: 50%;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-end;
    transform: scaleY(0) translateX(-50%);
    transition-property: transform, opacity;
    transition-duration: 360ms;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform-origin: top;
    width: 100%;
    max-width: 750px;
    padding: 183px 0 16vw 0;
    margin: 0 auto;
    background-image: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.77) 92%,
        rgba(0, 0, 0, 0) 100%
    );
    opacity: 0;
}
.header-nav .u-nav-list > .game-logo {
    position: absolute;
    top: 0;
    left: 10px;
}
.header-nav .u-nav-list > .item {
    width: 50%;
    height: auto;
    text-align: center;
}
.header-nav .u-nav-list > .item.-now {
    position: relative;
}
.header-nav .u-nav-list > .item.-now ::before {
    position: absolute;
    top: -0.25em;
    left: 1.25em;
    content: url('/wanganmaxi6rr/jp/wangan-tournament/assets/images/u-nav-list_now-badge.png');
    display: block;
    width: 17.733vw;
    height: 6.533vw;
    font-size: 125%;
    color: #ff0000;
    font-size: 4.8vw;
    text-decoration: none;
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.88), -2px -1px 2px #ffffff,
        2px -1px 2px #ffffff, 2px 1px 2px #ffffff, -2px 1px 2px #ffffff;
}
.header-nav .u-nav-list > .item > .u-link.is-disable {
    opacity: 0.4;
}

.u-menu-button {
    width: 5rem;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
            appearance: none;
    background-color: transparent;
    border: none;
}
.u-menu-button svg,
.u-menu-button img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.u-menu-button.is-open + .u-nav-list {
    position: absolute;
    display: flex;
}

.tmp-back {
    color: #333333;
    background-image: url('/wanganmaxi6rr/jp/wangan-tournament/assets/images/tmp-back_bg.png');
    background-repeat: repeat;
    background-size: 128px 128px;
    background-position: left top;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.34);
}

.u-toggle-icon {
    --animation-duration: 260ms;
    position: relative;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
    object-fit: contain;
}
.u-toggle-icon > [class^='u-icon_'] {
    position: absolute;
    width: 100%;
    transition: opacity 0s calc(var(--animation-duration) / 2),
        transform var(--animation-duration);
    transform-origin: center center;
}
.u-toggle-icon > .u-icon-pre {
    opacity: 1;
    transform: scale(1);
}
.u-toggle-icon > .u-icon_post {
    opacity: 0;
    transform: scale(0.88);
}
.u-toggle-icon.is-open > .u-icon_pre {
    opacity: 0;
    transform: scale(0.88);
}
.u-toggle-icon.is-open > .u-icon_post {
    opacity: 1;
    transform: scale(1);
}

section.keyvisual {
    text-align: center;
}
section.keyvisual > .tmp-back {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
}
section.keyvisual > .arrow {
    padding: 0;
    margin: 0.75em 0 1em;
    min-height: 8rem;
    background-image: url('./images/scroll-arrow.png');
    background-size: auto;
    background-position: center bottom 1.75em;
    background-repeat: no-repeat;
    animation: arrows 1360ms cubic-bezier(0.215, 0.61, 0.355, 1) normal infinite;
}
section.keyvisual > .arrow > .caption {
    font-size: 3.467vw;
    font-style: italic;
}

@keyframes arrows {
    0% {
        background-position: center bottom 1.75em;
    }
    100% {
        background-position: center bottom 0px;
    }
}
.c-ribbon-heading {
    width: 92vw;
    padding: 0.55em 0;
    margin: 0.75em auto;
    font-size: 4.8vw;
    font-style: italic;
    background-color: rgba(0, 0, 0, 0.6);
}

.c-sub-section_content.-dark {
    background-color: rgba(0, 0, 0, 0.8);
}
.c-sub-section_content.-dark:not(.-border) {
    max-width: 92vw;
    margin-right: auto;
    margin-left: auto;
}
.c-sub-section_content.-border {
    padding: 4.667vw 0 8vw 1.6vw;
    text-align: center;
    background-color: transparent;
    background-image: url('/wanganmaxi6rr/jp/wangan-tournament/assets/images/content-bg.png');
    background-repeat: repeat-y;
    background-size: 93.333vw 1px;
    background-position: center top;
}

.video-clip {
    width: 84vw;
    padding: 1.867vw 0 1.867vw;
    text-align: center;
}
.video-clip .ytb-wrap {
    position: relative;
    margin: 0 auto;
    border: solid 6px #ffffff;
    box-shadow: 0 0.25em 0.75em -0.25em rgba(0, 0, 0, 0.88);
}
.video-clip .ytb-wrap > iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
}
section.report-body {
    width: 92vw;
    padding: 8.667vw 4vw 0;
    margin-right: auto;
    margin-left: auto;
    color: #333333;
}
section.report-body .section-title {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
section.report-body .sub-title {
    padding: 0.5em 0 0.25em;
    text-align: center;
    font-size: 4vw;
    line-height: 1.25;
}
section.report-body .sub-section + .sub-section:not(.separate) {
    margin-top: 2.75em;
}
section.report-body .sub-section + .sub-section.separate {
    padding-top: 2.75em;
    margin-top: 2.75em;
    border-top: solid 2px #333333;
}
section.report-body .sub-section .heading {
    text-align: center;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 5.067vw;
    font-weight: 900;
    color: #0048cb;
}
section.report-body .sub-section .heading.decoration + .interview-clip {
    padding-top: 4.4vw;
}
section.report-body .interview .interview-clip {
    padding: 2.4vw 0;
}
section.report-body .interview .interview-clip > figcaption {
    padding: 0.25em 0;
    line-height: 1.8;
    font-weight: 700;
    font-size: 3.467vw;
}
section.report-body .interview .interviewer {
    display: flex;
    flex-flow: row nowrap;
    padding: 0.25em 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 4.533vw;
    line-height: 1.33;
    font-feature-settings: 'palt' 1;
    font-kerning: normal;
    line-break: auto;
    hanging-punctuation: allow-end;
    color: #0048cb;
}
section.report-body .interview .interviewer::before {
    content: '';
    display: block;
    width: 1.5em;
    height: 1em;
    font-size: 4.533vw;
    background-image: linear-gradient(0deg, #0048cb, #0048cb);
    background-position: left top 0.67em;
    background-size: 5.333vw 0.533vw;
}
section.report-body .interview .interviewee {
    font-size: 4vw;
    line-height: 1.6;
}
section.report-body .interview .interviewee + .interviewer {
    margin-top: 1em;
}
section.report-body .message > p {
    font-size: 3.733vw;
    font-feature-settings: 'palt' 1;
    font-kerning: normal;
    line-break: auto;
    hanging-punctuation: allow-end;
    letter-spacing: 0.02em;
}
section.report-body .message > p + p {
    margin-top: 1.25em;
}

.footer-content .game-copyright {
    background-color: #000000;
    padding: 2.75em 2.15em 4.7em;
    color: #fff;
}
.footer-content .game-copyright > span {
    display: block;
}
.footer-content .footer-base {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    padding: 2.25em 2.15em 7em;
}
.footer-content .footer-base .bn-logo {
    width: 13.333vw;
}
.footer-content .footer-base .copyright {
    color: #000000;
}

.modal .modal__overlay {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.74);
    -webkit-backdrop-filter: blur(8px);
            backdrop-filter: blur(8px);
    z-index: 1050;
}
.modal .modal__container {
    width: 100%;
    max-width: 690px;
    max-height: 76vh;
    padding: 30px;
    background-color: #fff;
}
.modal .modal__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modal .modal__title {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.25;
}
.modal .modal__close::before {
    content: '✕';
}
.modal .modal__content {
    max-height: 72vh;
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    overflow-y: auto;
}
.modal .c-modal__close-outside {
    font-family: Arial, Helvetica, sans-serif;
    -webkit-appearance: none;
            appearance: none;
    content: '✕';
    position: fixed;
    top: -11.467vw;
    right: 0.75rem;
    display: grid;
    place-items: center;
    width: 7.467vw;
    height: 7.467vw;
    border: solid transparent 0.23rem;
    border-radius: 50%;
    color: #fff;
    font-size: 8.533vw;
    line-height: 1;
    background-color: transparent;
    z-index: 1050;
    transition: border-color 320ms ease;
}

.micromodal-slide {
    display: none;
}
.micromodal-slide.is-open {
    display: block;
}
.micromodal-slide[aria-hidden='false'] .modal__overlay {
    animation: mmfadeIn 220ms cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden='false'] .modal__container {
    animation: mmslideIn 220ms cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden='true'] .modal__overlay {
    animation: mmfadeOut 340ms cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide[aria-hidden='true'] .modal__container {
    animation: mmslideOut 340ms cubic-bezier(0.34, 0.07, 0.095, 0.995);
}
.micromodal-slide .modal__container,
.micromodal-slide .micromodal-slide .modal__overlay {
    will-change: transform;
}

/* Animation */
@keyframes mmfadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes mmfadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@keyframes mmslideIn {
    from {
        transform: translateY(6%);
    }
    to {
        transform: translateY(0);
    }
}
@keyframes mmslideOut {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-12%);
    }
}
.keen-slider:not([data-keen-slider-disabled]) {
    align-content: flex-start;
    display: flex;
    overflow: hidden;
    position: relative;
    -webkit-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}
.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-height: 100%;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse] {
    flex-direction: row-reverse;
}
.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v] {
    flex-wrap: wrap;
}

.shop-info {
    padding-bottom: 5.067vw;
    margin-bottom: 9.867vw;
}

.slider {
    position: relative;
    width: 84vw;
    padding: 5.6vw 0;
}
.slider [class^='slider-arrow'] {
    cursor: pointer;
    position: absolute;
    top: calc(50% - 4.933vw);
    display: grid;
    place-items: center;
    padding: 2.667vw 3.467vw;
    border: 0.18rem solid #ffffff;
    background-color: #000000;
    box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.34);
    transition: background-color 280ms ease;
}
.slider .slider-arrow--left {
    left: 0;
    padding-left: 1.867vw;
    border-radius: 0 9999px 9999px 0;
    border-left-width: 0;
}
.slider .slider-arrow--right {
    right: 0;
    padding-right: 1.867vw;
    border-radius: 9999px 0 0 9999px;
    border-right-width: 0;
}
@media (min-width: 36em){
    [data-view='>sm'],
    [data-view='sm'] {
        display: revert;
    }
}
@media not all and (min-width: 36em){
    [data-view='<sm'] {
        display: revert;
    }
}
@media (min-width: 751px){
    [data-view='>md'],
    [data-view='md'] {
        display: revert;
    }
    [data-view='pc'],
    [data-view='desktop'],
    .-pc {
        display: block;
    }
    [data-view='sp'],
    [data-view='mobile'],
    .-sp {
        display: none;
    }
    .page-top {
        right: unset;
        bottom: 1rem;
        left: calc(50vw - 375px + 570px);
    }
    .view-wrapper {
        max-width: 750px;
        margin: 0 auto;
        box-shadow: 0 0 48vw -3vw rgba(0, 0, 0, 0.67);
    }
    .header-content {
        height: 10.5rem;
    }
    .header-button {
        width: 182px;
        height: 182px;
        left: calc(50vw - 375px + 560px);
    }
    .header-nav .u-nav-list {
        padding-bottom: 7.5em;
    }
    .header-nav .u-nav-list > .item.-now ::before {
        width: 8.313rem;
        height: 3.063rem;
        font-size: 2.25rem;
    }
    section.keyvisual > .tmp-back {
        width: 43.125rem;
    }
    section.keyvisual > .arrow > .caption {
        font-size: 1.625rem;
    }
    .c-ribbon-heading {
        max-width: 690px;
        padding: 1.438rem;
        font-size: 2.25rem;
        line-height: 1;
    }
    .c-sub-section_content.-dark:not(.-border) {
        max-width: 43.125rem;
    }
    .c-sub-section_content.-border {
        padding: 2.188em 0 3.75em 0.75em;
        background-size: 700px 1px;
    }
    .video-clip {
        width: 39.375rem;
        padding: 0.875rem 0;
    }
    section.report-body {
        width: 43.125rem;
        padding: 4.063rem 1.875rem 0;
    }
    section.report-body .sub-title {
        font-size: 1.875rem;
    }
    section.report-body .sub-section .heading {
        font-size: 2.375rem;
    }
    section.report-body .sub-section .heading.decoration + .interview-clip {
        padding-top: 2.063rem;
    }
    section.report-body .interview .interview-clip {
        padding: 1.125rem 0;
    }
    section.report-body .interview .interview-clip > figcaption {
        font-size: 1.625rem;
    }
    section.report-body .interview .interviewer {
        font-size: 2.125rem;
    }
    section.report-body .interview .interviewer::before {
        font-size: 2.125rem;
        background-size: 2.5rem 0.25rem;
    }
    section.report-body .interview .interviewee {
        font-size: 1.875rem;
    }
    section.report-body .message > p {
        font-size: 1.75rem;
    }
    .footer-content .footer-base .bn-logo {
        width: 8.438em;
    }
    .modal .modal__container {
        max-height: 86vh;
    }
    .modal .modal__content {
        max-height: 78vh;
    }
    .modal .c-modal__close-outside {
        top: -3.25rem;
        width: 3rem;
        height: 3rem;
        font-size: 1.438rem;
    }
    .shop-info {
        padding-bottom: 2.375rem;
        margin-bottom: 4.625rem;
    }
    .slider {
        width: 39.375rem;
        padding: 2.625rem 0;
    }
    .slider [class^='slider-arrow'] {
        top: calc(50% - 2.313rem);
        padding: 1.25rem 1.625rem;
    }
    .slider .slider-arrow--left {
        padding-left: 0.875rem;
    }
    .slider .slider-arrow--right {
        padding-right: 0.875rem;
    }
}
@media not all and (min-width: 751px){
    [data-view='<md'] {
        display: revert;
    }
    [data-view='pc'],
    [data-view='desktop'],
    .-pc {
        display: none;
    }
    [data-view='sp'],
    [data-view='mobile'],
    .-sp {
        display: block;
    }
    .header-button {
        right: 0;
    }
    section.keyvisual > .arrow {
        width: 16.533vw;
        min-height: 17.067vw;
        margin: 3.467vw auto;
    }
    .footer-content .footer-base .bn-logo {
        margin-left: 6vw;
    }
    #ot-sdk-btn-floating.ot-floating-button {
        bottom: 15.733vw !important;
    }
}
@media (min-width: 62em){
    [data-view='>lg'],
    [data-view='lg'] {
        display: revert;
    }
}
@media not all and (min-width: 62em){
    [data-view='<lg'] {
        display: revert;
    }
}
@media (min-width: 75em){
    [data-view='>xl'],
    [data-view='xl'] {
        display: revert;
    }
}
@media not all and (min-width: 75em){
    [data-view='<xl'] {
        display: revert;
    }
}
@media (min-width: 90em){
    [data-view='>xxl'],
    [data-view='xxl'] {
        display: revert;
    }
}
@media not all and (min-width: 90em){
    [data-view='<xxl'] {
        display: revert;
    }
}
@media (hover: hover){
    .u-link:hover {
        filter: brightness(1.4);
    }
    .header-nav .u-nav-list > .item > .u-link:hover {
        filter: none;
    }
    .modal .c-modal__close-outside:hover {
        border-color: #fff;
    }
    .slider [class^='slider-arrow']:hover {
        background-color: #434343;
    }
}
@media all and (-ms-high-contrast: none){
    *::-ms-backdrop,
    .u-fit-contain {
        object-fit: contain;
        font-family: 'object-fit: contain';
    }

    *::-ms-backdrop,
    .u-fit-cover {
        object-fit: cover;
        font-family: 'object-fit: cover';
    }
}
@media screen and (prefers-reduced-motion: reduce){
    html {
        scroll-behavior: auto;
    }
}
