@charset "UTF-8";

/* ---------- common.css の一部 ---------- */

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%
}

*,
::after,
::before {
    background-repeat: no-repeat;
    box-sizing: inherit
}

::after,
::before {
    text-decoration: inherit;
    vertical-align: inherit
}

* {
    padding: 0;
    margin: 0
}

audio:not([controls]) {
    display: none;
    height: 0
}

hr {
    overflow: visible
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

summary {
    display: list-item
}

small {
    font-size: 80%
}

[hidden],
template {
    display: none
}

abbr[title] {
    border-bottom: 1px dotted;
    text-decoration: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:active,
a:hover {
    outline-width: 0
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace
}

b,
strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

mark {
    background-color: #ff0;
    color: #000
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

input {
    border-radius: 0
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
    cursor: pointer
}

[disabled] {
    cursor: default
}

[type=number] {
    width: auto
}

[type=search] {
    -webkit-appearance: textfield
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

textarea {
    overflow: auto;
    resize: vertical
}

button,
input,
optgroup,
select,
textarea {
    font: inherit
}

optgroup {
    font-weight: 700
}

button {
    overflow: visible
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: 0;
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

button,
select {
    text-transform: none
}

button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
    color: inherit
}

select {
    -moz-appearance: none;
    -webkit-appearance: none
}

select::-ms-expand {
    display: none
}

select::-ms-value {
    color: currentColor
}

legend {
    border: 0;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

img {
    border-style: none
}

progress {
    vertical-align: baseline
}

svg:not(:root) {
    overflow: hidden
}

audio,
canvas,
progress,
video {
    display: inline-block
}

@media screen {
    [hidden ~ =screen] {
        display: inherit
    }
    [hidden ~ =screen]:not(:active):not(:focus):not(:target) {
        position: absolute!important;
        clip: rect(0 0 0 0)!important
    }
}

[aria-busy=true] {
    cursor: progress
}

[aria-controls] {
    cursor: pointer
}

[aria-disabled] {
    cursor: default
}

::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none
}

/* ---------- simplebar ---------- */
[data-simplebar] {
    position: relative;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    visibility: visible;
    overflow: auto;
    max-width: 100%;
    max-height: 100%
}

.simplebar-content:after,
.simplebar-content:before {
    content: ' ';
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    flex-grow: inherit;
    flex-shrink: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    right: 2px;
    width: 7px;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: '';
    background: #000;
    border-radius: 7px;
    left: 0;
    right: 0;
    opacity: 0;
    transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url('/images/top/schedule/arrow-left.svg');
    background-size: 54px 59px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url('/images/top/schedule/arrow-right.svg');
    background-size: 54px 59px;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    text-align: center;
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

/* ---------- common.css (body) ---------- */
body {
    color: #141414;
    font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;

}

@media all and (-ms-high-contrast:none) {
	body {
		font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	}
}

body {
    color: #141414;
    font-family: "Noto Sans", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

@media all and (-ms-high-contrast:none) {
    body {
        font-family: "メイリオ", Meiryo, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    }
}

html.fixed,
body.fixed {
    overflow: hidden;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    width: 100%;
    padding: 0;
}

.header-contents {
    width: 100%;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hd-logo {
    display: flex;
}

.hd-logo a {
    display: flex;
}

.hd-logo a img {
    width: 214px;
    height: 64px;
    margin: 16px;
}

.hd-gnav {
    display: flex;
}

.hd-gnav-inner {
    display: flex;
    gap: 6px;
}

.hd-gnav-ul,
.hd-gnav-about-mngt-ul {
    display: flex;
    align-items: center;
    list-style: none;
    font-family: "acumin-pro-wide", sans-serif;
}

.hd-gnav-ul li {
    padding: 0 .75em;
}

.hd-gnav-ul li a,
.hd-gnav-about-mngt-ul li a {
    font-size: 18px;
    font-weight: 700;
    text-decoration: none;
}

@media screen and (max-width: 1080px) {
    .hd-gnav-ul li a,
    .hd-gnav-about-mngt-ul li a {
        font-size: 16px;
    }
}

.hd-ico-btn {
    position: relative;
    display: flex;
    align-items: center;
}

.hd-ico-btn a {
    display: flex;
    align-items: center;
}

.hd-btn-menu {
    display: none;
}

.disp-sp-flex,
.disp-sp {
    display: none !important;
}

@media screen and (min-width: 1025px) {
  .hd-gnav-ul li {
    border-left: 2px solid #E62E6E;
  }

  .hd-gnav-ul li:last-child {
    border-right: 2px solid #E62E6E;
  }
}

@media screen and (max-width: 1024px) {

    .header-contents {
        padding: 0 8px;
    }

    .hd-gnav {
        display: flex;
        gap: 12px;
    }

    .hd-logo a img {
        max-height: 40px;
        width: 135px;
        margin: 8px;
    }

    .hd-btn-menu {
        display: flex !important;
    }

    .mod-ico-menu {
        position: relative;
        width: 28px;
        height: 17px;
    }

    .mod-ico-menu .bar {
        position: absolute;
        display: block;
        width: 100%;
        height: 1.5px;
        background-color: #201E1F;
        transition: all .3s linear;
    }

    .mod-ico-menu .bar:nth-child(1) {
        top: 0;
    }

    .mod-ico-menu .bar:nth-child(2) {
        top: 50%;
    }

    .mod-ico-menu .bar:nth-child(3) {
        top: 100%;
    }

    .active .mod-ico-menu .bar:nth-child(1) {
        top: 50%;
        transform: rotate(45deg);
    }

    .active .mod-ico-menu .bar:nth-child(2) {
        opacity: 0;
    }

    .active .mod-ico-menu .bar:nth-child(3) {
        top: 50%;
        transform: rotate(-45deg);
    }

    .hd-btn-login::after,
    .hd-btn-menu::after {
        display: block;
        position: absolute;
        left: 0;
        bottom: 4px;
        width: 100%;
        font-size: 9px;
        color: #fff;
        text-align: center;
    }

    .hd-gnav-inner {
        overflow-y: scroll;
        position: fixed;
        top: 55px;
        right: calc(-100% + 64px);
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        width: calc(100% - 64px);
        height: calc(100vh - 64px);
        padding: 15px 0;
        transition: all .3s linear;
        gap: 0;
    }

    .hd-gnav-inner.active {
        right: 0;
    }

    .hd-gnav-ul,
    .hd-gnav-about-mngt-ul {
        flex-direction: column;
        align-items: flex-start;
        padding: 0 24px;
    }

    .hd-gnav-ul li,
    .hd-gnav-about-mngt-ul li {
        width: 100%;
        padding: 8px 0;
        border-left: none;
    }

    .hd-gnav-ul li a,
    .hd-gnav-about-mngt-ul li a {
        font-size: 16px;
        border-left: 2px solid #E62E6E;
        padding-left: 12px;
    }

    .submenu {
        display: block;
        width: 100%;
        margin-top: 8px;
    }

    .submenu ul {
        list-style: none;
        padding-left: 10px;
    }

    .submenu ul li a {
        font-size: 14px;
        font-weight: 400;
        border-left: none;
    }
}

@media screen and (max-width: 812px) {

    .disp-sp-flex {
        display: flex !important;
    }

    .disp-sp {
        display: block !important;
    }

    .disp-pc {
        display: none !important;
    }
}

@media screen and (max-width: 479px) {

    .hd-gnav-ul {
        flex-direction: column;
    }

    .hd-gnav-ul li:first-child,
    .hd-gnav-ul li {
        width: 100%;
    }
}

/* ---------- Layout ---------- */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

.contents {
    margin-top: 152px;
}

@media screen and (max-width: 1024px) {
    .contents {
        margin-top: 94px;
    }
}

/* ---------- Title Section ---------- */
.section-title {
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    padding: 7px 0;
    font-size: 48px;
    font-weight: 700;
    text-align: center;
    color: #141414;
    letter-spacing: 0.05em;
    width: 100%;
}

.main-title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
    font-family: "acumin-pro-wide", sans-serif;
}
@media screen and (max-width: 1024px) {
    .main-title {
        font-size: 16px;
    }
}

/* ---------- Schedule Section ---------- */
.section-schedule {
    background-image: url('/images/top/schedule/pc_background_first.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-schedule .section-inner {
    max-width: 1076px;
    margin: 0 auto;
    padding: 0 16px;
}

.schedule-live-video {
    padding-top: 48px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
}

.schedule-live-video-wrapper {
    position: relative;
    width: 100%;
    max-width: 932px;
}

.schedule-live-video-wrapper::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.schedule-live-video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 4px;
}

.schedule-live-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 100%;
    max-width: 326px;
}

.schedule-live-button {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    border-radius: 4px;
    transition: opacity 0.3s ease;
}

.schedule-live-button:hover {
    opacity: 0.8;
}

.schedule-tournaments {
    display: grid;
    grid-template-columns: 60px 1fr 60px;
    align-items: center;
    padding-top: 48px;
    padding-bottom: 48px;
}

.tournament-swiper {
    position: relative;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    width: 100%;
    padding-bottom: 51.05%;
    overflow: hidden;
}

.carousel-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(25, 1fr);
    grid-template-rows: 250fr 165fr 68fr;
}

.carousel-top {
    grid-column: 1 / 15;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    padding: clamp(16px, 2.4vw, 20px) clamp(16px, 2.4vw, 24px);
    background-color: #fff;
    z-index: 2;
    background-image: url('/images/top/schedule/pc_slider.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.top-row1 {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: clamp(6px, 0.8vw, 10px);
}

.carousel-logo {
    height: clamp(30px, 5.6vw, 69px);
    width: auto;
}

.carousel-tag {
    padding: clamp(4px, 0.4vw, 8px) clamp(12px, 1.6vw, 16px);
    font-size: clamp(12px, 2vw, 22px);
    font-weight: 700;
    color: #141414;
    border-top: 1px solid #141414;
    border-bottom: 1px solid #141414;
}

.top-row2 {
    flex: 1;
    display: flex;
    align-items: center;
}

.carousel-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.1;
    color: #141414;
    margin: 0;
    font-family: "acumin-pro-wide", sans-serif;
}

.carousel-title--lines4 {
    font-size: 31px;
    line-height: 1.3;
}

.carousel-title--lines5 {
    font-size: 26px;
    line-height: 1.3;
}

@media screen and (max-width: 1100px) {
    .carousel-title--lines4 {
        font-size: 25px;
    }

    .carousel-title--lines5 {
        font-size: 21px;
    }
}

@media screen and (max-width: 900px) {
    .carousel-title--lines4 {
        font-size: 21px;
    }

    .carousel-title--lines5 {
        font-size: 18px;
    }
}

@media screen and (max-width: 799px) {
    .carousel-title {
        font-size: 26px;
        line-height: 1.1;
    }

    .carousel-title--lines4 {
        font-size: 20px;
        line-height: 1.2;
    }

    .carousel-title--lines5 {
        font-size: 17px;
        line-height: 1.2;
    }
}

.carousel-middle {
    grid-column: 1 / 26;
    grid-row: 2;
    padding: clamp(10px, 1.3vw, 16px);
    position: relative;
    z-index: 4;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2px;
}

.carousel-middle::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: -1;
}

.carousel-item--pink .carousel-middle::after,
.carousel-item .carousel-middle::after {
    background-image: url('/images/top/schedule/pc_material_belt_pink.png');
}

.carousel-item--blue .carousel-middle::after {
    background-image: url('/images/top/schedule/pc_material_belt_blue.png');
}

.carousel-item--green .carousel-middle::after {
    background-image: url('/images/top/schedule/pc_material_belt_green.png');
}

.carousel-middle-left {
    display: flex;
    flex-direction: column;
    flex: 1.1;
}

.carousel-info-row {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media screen and (max-width: 630px) {
    .carousel-info-row {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
    }

    .carousel-prize-info {
        flex-direction: column;
        gap: 4px;
    }
}

.carousel-middle-right {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 40%;
    text-align: center;
    padding-top: 12px;
}

.carousel-date {
    font-size: clamp(28px, 6.5vw, 81.6px);
    color: #fff;
    margin: 0;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.08em;
}

.carousel-date small {
    letter-spacing: 0.04em;
    font-size: 50%;
}

.date-separator {
    display: inline-block;
    width: clamp(16px, 2vw, 24px);
    height: 1px;
    background-color: #fff;
    margin: 4px;
    vertical-align: middle;
}

.carousel-location {
    font-size: clamp(12px, 1.5vw, 16px);
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 2px;
}

.carousel-location::before {
    content: "";
    width: clamp(14px, 1.6vw, 16px);
    height: clamp(14px, 1.6vw, 16px);
    background-image: url('/images/top/schedule/icon_location.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.carousel-prize-info {
    font-size: clamp(12px, 1.5vw, 16px);
    color: #fff;
    margin: 0;
}

.carousel-tags {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.carousel-tags a {
    text-decoration: none;
}

.tag {
    padding: 2px 6px;
    font-size: clamp(8px, 1.2vw, 14px);
    color: #FFE733;
    background-color: transparent;
    border: 2px solid #FFE733;
    border-radius: 4px;
}

.carousel-voting-badge {
    padding: clamp(6px, 1.2vw, 8px);
    font-size: clamp(14px, 1.8vw, 20px);
    font-weight: 700;
    color: #fff;
    background-color: #141414;
    border-radius: 50px;
    margin: 0;
    white-space: nowrap;
}

.carousel-voting-badge--ended {
    background-color: #BEBEBE;
}

.carousel-button {
    padding: clamp(6px, 1.2vw, 8px);
    font-size: clamp(14px, 1.8vw, 20px);
    font-weight: 700;
    background: linear-gradient(#fff, #fff) padding-box,
                linear-gradient(to right, #E10070, #FF3C52, #FF7445) border-box;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    display: inline-flex;
    align-items: center;
    gap: clamp(6px, 0.8vw, 8px);
    justify-content: center;
    text-decoration: none;
}

.carousel-button::before {
    content: "";
    width: clamp(22px, 3.7vw, 31px);
    height: clamp(22px, 2.7vw, 31px);
    background-image: url('/images/top/schedule/icon_vote.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

.carousel-button span {
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.carousel-bottom {
    grid-column: 1 / 26;
    grid-row: 3;
    display: flex;
    align-items: center;
    background-color: #fff;
    justify-content: center;
}

.carousel-live-pc {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(2px, 0.7vw, 8px);
    flex-wrap: wrap;
    letter-spacing: -0.03em;
}

.carousel-live-sp {
    display: none;
}

.carousel-live > span {
    display: contents;
}

.live-label {
    font-size: clamp(18px, 2.6vw, 24px);
    font-weight: 700;
    color: #141414;
}

.live-date {
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 700;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.live-time {
    font-size: clamp(20px, 2.7vw, 28px);
    font-weight: 700;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.live-location,
.live-content {
    font-size: clamp(16px, 2.4vw, 20px);
    font-weight: 700;
    color: #141414;
}

.carousel-image {
    grid-column: 15 / 26;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 3;
}

.swiper-button-prev {
    grid-column: 1;
    position: static;
    margin: 0;
    color: #141414;
    width: 54px;
    height: 59px;
    margin: 0 -10px;
}

.swiper-button-next {
    grid-column: 3;
    position: static;
    margin: 0;
    color: #141414;
    width: 54px;
    height: 59px;
    margin: 0 10px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    font-size: 24px;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ccc;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: #E10070;
}

.carousel-bottom--winner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 0 20px;
    background-color: #fff;
}

.carousel-bottom--winner .winner-section {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

.carousel-bottom--winner .winner-photo {
    width: clamp(40px, 5.3vw, 56px);
    height: clamp(40px, 5.3vw, 56px);
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.carousel-bottom--winner .winner-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.carousel-bottom--winner .winner-header {
    display: flex;
    align-items: center;
    gap: 4px;
}

.carousel-bottom--winner .trophy-icon {
    width: clamp(24px, 2.2vw, 30px);
    height: clamp(24px, 2.2vw, 30px);
    flex-shrink: 0;
}

.carousel-bottom--winner .winner-label {
    font-size: clamp(12px, 1.4vw, 16px);
    font-weight: 400;
    color: #141414;
    white-space: nowrap;
}

.carousel-bottom--winner .winner-name {
    font-size: clamp(18px, 2.5vw, 28px);
    font-weight: 700;
    color: #141414;
    margin: 0;
    white-space: nowrap;
}

.carousel-bottom--winner .action-buttons {
    display: flex;
    gap: 6px;
    flex: 1;
    justify-content: flex-end;
}

.carousel-bottom--winner .action-button {
    flex: 1;
    max-width: 150px;
    padding: clamp(6px, 1vw, 12px) clamp(16px, 2vw, 24px);
    font-size: clamp(14px, 1.8vw, 16px);
    font-weight: 700;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.3s ease;
    white-space: nowrap;
    line-height: 1.2;
}

.carousel-bottom--winner .action-button:hover {
    opacity: 0.85;
}

.carousel-bottom--winner .sp-only-break {
    display: none;
}

@media screen and (max-width: 900px) and (min-width: 800px) {
    .carousel-middle-right {
        padding-top: 0;
}
}

@media screen and (max-width: 799px) {

    .section-schedule {
        background-image: url('/images/top/schedule/sp_background_first.jpg');
    }

    .schedule-live-video {
        gap: 20px;
        padding-top: 32px;
    }

    .schedule-live-buttons {
        width: 100%;
    }

    .schedule-tournaments {
        grid-template-columns: 60px 1fr 60px;
        grid-template-rows: auto auto;
    }

    .tournament-swiper {
        grid-column: 1 / 4;
        grid-row: 1;
    }

    .carousel-item {
        padding-bottom: 162.5%;
    }

    .carousel-content {
        grid-template-columns: 1fr;
        grid-template-rows: 100fr 402fr 62fr;
    }

    .carousel-top {
        grid-column: 1;
        grid-row: 1;
        padding: 16px 16px 10px;
        background-image: url('/images/top/schedule/sp_slider.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .carousel-logo {
        height: clamp(45px, 10.3vw, 82px);
    }

    .carousel-tag {
        font-size: clamp(16px, 4.3vw, 34px);
        padding: 6px 12px;
    }

    .carousel-image {
        grid-column: 1;
        grid-row: 2;
        width: 100%;
        height: 100%;
    }

    .carousel-middle {
        grid-column: 1;
        grid-row: 2;
        padding: 16px;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        align-self: end;
        z-index: 4;
    }

    .carousel-item--pink .carousel-middle::after,
    .carousel-item .carousel-middle::after {
        background-image: url('/images/top/schedule/sp_material_belt_pink.png');
    }

    .carousel-item--blue .carousel-middle::after {
        background-image: url('/images/top/schedule/sp_material_belt_blue.png');
    }

    .carousel-item--green .carousel-middle::after {
        background-image: url('/images/top/schedule/sp_material_belt_green.png');
    }

    .carousel-middle-left {
        width: 100%;
    }

    .carousel-middle-right {
        width: 100%;
        min-width: auto;
        display: grid;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
    }

    .carousel-date {
        font-size: clamp(49px, 10vw, 82px);
        letter-spacing: 0.06em;
    }

    .carousel-location {
        font-size: clamp(12px, 2.1vw, 16px);
        line-height: 1.2;

    }

    .carousel-prize-info {
        font-size: clamp(12px, 2.1vw, 16px);
        flex-direction: column;
        gap: 4px;
    }

    .carousel-voting-badge {
        grid-row: 1;
        grid-column: 1;
        text-align: center;
        border-radius: 100px;
        padding: 14px 20px;
        display: flex;
        align-items: center;
        justify-content: start;
    }

    .carousel-tags {
        width: 100%;
        gap: 10px;
    }

    .carousel-tags a {
        flex: 1;
    }

    .carousel-tags .tag {
        display: block;
        width: 100%;
        text-align: center;
        padding: 6px 0;
    }

    .carousel-button {
        grid-row: 1;
        grid-column: 1;
        z-index: 1;
        width: auto;
        justify-content: center;
        padding: 5px 10px;
        align-self: center;
        justify-self: end;
        margin-right: 16px;
    }

    .carousel-live-pc {
        display: none;
    }

    .carousel-live-sp {
        display: grid;
        grid-template-columns: auto auto auto;
        grid-template-rows: auto auto;
        gap: 0 6px;
        align-items: baseline;
        line-height: 1.1;
    }

    .carousel-live > span {
        display: contents;
    }

    .carousel-live > span > span {
        display: flex;
        gap: 4px;
}

    .live-label {
        font-size: clamp(16px, 3.8vw, 32px);
    }

    .live-date {
        font-size: clamp(22px, 3.9vw, 38px);
    }

    .live-time {
        font-size: clamp(20px, 4.0vw, 36px);
    }

    .live-location,
    .live-content {
        font-size: clamp(12px, 3.7vw, 28px);
    }

    .swiper-button-prev,
    .swiper-button-next {
        position: static;
        width: 36px;
        height: 36px;
        margin-top: 16px;
    }

    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        background-size: 36px 36px;
    }

    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        background-size: 36px 36px;
    }

    .swiper-button-prev {
        grid-column: 1;
        grid-row: 2;
        justify-self: center;
    }

    .swiper-button-next {
        grid-column: 3;
        grid-row: 2;
        justify-self: center;
    }

    .swiper-button-prev:after,
    .swiper-button-next:after {
        font-size: 18px;
    }

    .swiper-pagination {
        grid-column: 2;
        grid-row: 2;
        position: static !important;
        margin-top: 24px;
    }

    .tag {
        font-size: 14px;
        font-weight: 700;
    }

    .carousel-bottom--winner {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
        gap: clamp(6px, 1.5vw, 10px);
        padding: 0 8px;
    }

    .carousel-bottom--winner .winner-section {
        grid-column: 1 / 4;
        display: grid;
        grid-template-columns: auto 1fr;
        gap: 4px;
        align-items: center;
    }

    .carousel-bottom--winner .winner-photo {
        grid-column: 1;
        grid-row: 1 / 3;
        width: clamp(48px, 12vw, 60px);
        height: clamp(48px, 12vw, 60px);
        align-self: center;
    }

    .carousel-bottom--winner .winner-info {
        grid-column: 2;
        grid-row: 1 / 3;
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 2px;
    }

    .carousel-bottom--winner .winner-header {
        gap: 3px;
    }

    .carousel-bottom--winner .trophy-icon {
        width: clamp(20px, 3.5vw, 30px);
        height: clamp(20px, 3.5vw, 30px);
    }

    .carousel-bottom--winner .winner-label {
        font-size: clamp(12px, 2.5vw, 16px);
    }

    .carousel-bottom--winner .winner-name {
        font-size: clamp(14px, 3.8vw, 18px);
    }

    .carousel-bottom--winner .action-buttons {
        grid-column: 4 / 9;
        display: flex;
        flex-direction: row;
        gap: clamp(4px, 1vw, 6px);
    }

    .carousel-bottom--winner .action-button {
        flex: 1;
        max-width: none;
        padding: clamp(8px, 2vw, 12px) clamp(4px, 1vw, 8px);
        font-size: clamp(11px, 2.8vw, 14px);
        border-radius: 6px;
    }

    .carousel-bottom--winner .sp-only-break {
        display: inline;
    }
}

@media screen and (max-width: 630px) {
    .carousel-item {
        padding-bottom: 178.5%;
    }

    .carousel-content {
        grid-template-rows: 153fr 402fr 62fr;
    }
}

@media screen and (max-width: 1024px) {
    .schedule-live-video {
        padding-top: 24px;
    }

    .schedule-tournaments {
        padding-top: 16px;
    }
}

/* ---------- Partners Section ---------- */
.section-partners {
    background-color: #EFEFEF;
    padding: 50px 0;
}

.main-area > .section-partners:last-of-type {
  background-color: #fff;
}

.main-area > .section-partners:last-of-type .logo-item > img {
  border: 1px solid #E0E0E0;
}

.partners-group {
    margin-bottom: 30px;
}

.partners-group:last-child {
    margin-bottom: 0;
}

.partners-label {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
    color: #141414;
    font-family: "acumin-pro-wide", sans-serif;
}

.partners-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.logo-item {
    display: block;
    width: 193px;
    height: 83px;
    transition: opacity 0.3s ease;
}

.logo-item:hover {
    opacity: 0.7;
}

.logo-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background-color: white;
}

.support-content {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.support-text {
    font-size: 16px;
    line-height: 1.6;
    color: #141414;
    text-align: center;
    font-weight: 700;
}

.support-content .logo-item {
    width: 144px;
    height: 60px;
}

.tournament-sponsor-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    max-width: 1076px;
    margin: 0 auto;
}

.tournament-sponsor-list .logo-item {
    width: 144px;
    height: 60px;
}

.group-tour-sponsor .partners-list {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.group-tour-sponsor .logo-item {
    width: 144px;
    height: 60px;
}


.support-content .logo-item.logo-item-jga {
    box-sizing: border-box;
}

.group-tournament-sponsor .logo-item.logo-item-acom img,
.group-tour-sponsor .logo-item.logo-item-zamst img,
.group-tour-sponsor .logo-item.logo-item-trt img,
.group-tour-sponsor .logo-item.logo-item-magiclace img,
.group-tour-sponsor .logo-item.logo-item-royal-collection img {
    padding: 5%;
    box-sizing: border-box;
}

.group-tournament-sponsor .logo-item.logo-item-kintone {
    overflow: hidden;
}

.main-area > .section-partners:last-of-type .group-tournament-sponsor .logo-item.logo-item-kintone {
    border: 1px solid #E0E0E0;
    box-sizing: border-box;
}

.main-area > .section-partners:last-of-type .group-tournament-sponsor .logo-item.logo-item-kintone img {
    border: none;
}

.group-tournament-sponsor .logo-item.logo-item-kintone img {
    width: 105%;
    height: 105%;
    max-width: none;
    max-height: none;
    object-fit: cover;
    object-position: center;
}

@media screen and (max-width: 630px) {
    .section-partners {
        padding: 40px 16px 50px;
    }

    .logo-item {
        width: calc((100% - 12px) / 3);
        height: auto;
        aspect-ratio: 193 / 83;
    }

    .support-content .logo-item {
        width: calc((100% - 12px) / 3);
        height: auto;
        aspect-ratio: 144 / 60;
    }

    .tournament-sponsor-list {
        justify-content: flex-start;
    }

    .tournament-sponsor-list .logo-item {
        width: calc((100% - 12px) / 3);
        height: auto;
        aspect-ratio: 144 / 60;
    }

    .group-tour-sponsor .partners-list {
        justify-content: flex-start;
    }

    .group-tour-sponsor .logo-item {
        width: calc((100% - 12px) / 3);
        height: auto;
        aspect-ratio: 144 / 60;
    }
}

/* ---------- TOPICS Section ---------- */
.section-topics {
    padding: 60px 0 10px;
    background-color: #fff;
}

.section-topics .section-inner {
    max-width: 1076px;
    margin: 0 auto;
    padding: 0 16px;
}

.topics-title {
    font-size: 68px;
    text-align: center;
    color: #141414;
    letter-spacing: 0.05em;
    width: 100%;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
}

.section-subtitle {
    font-size: 20px;
    text-align: center;
    color: #141414;
    margin: 0 0 24px 0;
    font-weight: 700;
}

.topics-list {
    max-width: 793px;
    margin: 0 auto;
    list-style: none;
    padding: 0;
}

.topic-item {
    border-bottom: 1px solid #E0E0E0;
}

.topic-link {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.topic-link:hover {
    opacity: 0.7;
}

.topic-date {
    font-size: 32px;
    color: #E62E6E;
    flex-shrink: 0;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.topic-text {
    font-size: 16px;
    color: #141414;
    line-height: 1.6;
}

@media screen and (max-width: 630px) {
    .section-topics {
        padding: 40px 0 10px;
    }

    .section-title {
        font-size: 36px;
    }

    .section-subtitle {
        margin: 0;
    }

    .topic-link {
        flex-direction: column;
        gap: 4px;
        padding: 12px 0;
        align-items: flex-start;
    }
}

/* ---------- Banners Section ---------- */
.section-banners {
    padding: 40px 0;
    background-color: #fff;
}

.section-banners .section-inner {
    max-width: 1076px;
    margin: 0 auto;
    padding: 0 16px;
}

.banner-list {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.banner-pc {
    display: flex;
    flex-wrap: nowrap;
}

.banner-sp {
    display: none;
}

.banner-item {
    display: block;
    max-width: 100%;
    transition: opacity 0.3s ease;
    flex: 1;
    max-width: 50%;
}

.banner-item:hover {
    opacity: 0.7;
}

.banner-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media screen and (max-width: 1024px) {
    .banner-pc {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 630px) {
    .banner-list {
        gap: 16px;
    }

    .banner-item {
        width: 100%;
    }

    .banner-pc {
        display: none;
    }

    .banner-sp {
        display: flex;
    }

    .banner-sp img {
        width: 100%;
    }
}

@media screen and (max-width: 460px) {
    .banner-list {
        flex-direction: column;
    }
}

/* ---------- About Section ---------- */
.section-about {
    padding: 80px 0;
    background-color: #1a1a1a;
    color: #fff;
    background-image: url('/images/top/about/pc_background_overview.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-about .section-inner {
    margin: 0 auto;
}

.about-header {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    margin-bottom: 40px;
}

.about-title {
    grid-column: 3 / 12;
    font-family: "BIZ UDPMincho", serif;
    font-size: clamp(56px, 7.1vw, 68px);
    font-weight: 400;
    line-height: 1.1;
    text-align: left;
    margin: 0;
    padding-bottom: 20px;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.about-title-border {
    grid-column: 3 / 12;
    border-bottom: 1px solid #FFF;
    margin-bottom: 30px;
}

.about-content {
    grid-column: 3 / 12;
}

.sp-title {
    display: none;
}

.about-text {
    font-family: "BIZ UDPMincho", serif;
    font-size: clamp(32px, 5vw, 42px);
    font-weight: 400;
    line-height: 1.3;
    margin: 0;
}

.sp-text {
    display: none;
}

.about-stats-wrapper {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    margin-bottom: 30px;
}

.about-stats {
    grid-column: 3 / 10;
    font-size: 24px;
    font-weight: 700;
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 0;
    text-align: center;
}

.stats-highlight {
    color: #E62E6E;
}

.stats-item {
    padding: 8px 0;
    border-left: 1px solid #fff;
    line-height: 1.3;
}

.stats-item:nth-child(3),
.stats-item:nth-child(6) {
    border-right: 1px solid #fff;
}

.about-detail {
    display: grid;
    grid-template-columns: repeat(11, 1fr);
    align-items: flex-start;
}

.about-detail-content {
    grid-column: 3 / 6;
    padding-right: 25px;
}

.about-description {
    font-size: 16px;
    line-height: 1.6;
    color: #fff;
    margin: 0 0 32px 0;
}

.about-buttons {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.about-button {
    display: block;
    padding: 10px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    border-radius: 4px;
    transition: opacity 0.3s ease;
}

.about-button:hover {
    opacity: 0.8;
}

.about-video {
    grid-column: 6 / 10;
    position: relative;
    width: 100%;
}

.about-video::before {
    content: "";
    display: block;
    padding-bottom: 56.25%;
}

.about-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1024px) and (min-width: 800px) {
    .about-title {
        grid-column: 2 / 12;
    }

    .about-title-border {
        grid-column: 2 / 12;
    }

    .about-content {
        grid-column: 2 / 12;
    }

    .about-stats {
        grid-column: 2 / 11;
    }

    .about-detail-content {
        grid-column: 2 / 6;
    }

    .about-video {
        grid-column: 6 / 11;
    }
}

@media screen and (max-width: 799px) {
    .section-about{
        padding: 60px 0;
        background-image: url('/images/top/about/sp_background_overview.jpg');
        background-size: cover;
        background-position: center;
    }

    .section-about .section-inner {
        max-width: 886px;
    }

    .about-header {
        display: block;
        padding-left: 25px;
        margin-bottom: 25px;
    }

    .about-title {
        font-size: 38px;
        margin: 0 0 16px 0;
        padding-bottom: 16px;
        border-bottom: 1px solid #FFF;
    }

    .about-title-border {
        display: none;
    }

    .pc-title {
        display: none;
    }

    .sp-title {
        display: inline;
    }

    .about-content {
        margin-bottom: 20px;
    }

    .about-text {
        font-size: 32px;
    }

    .pc-text {
        display: none;
    }

    .sp-text {
        display: inline;
    }

    .about-stats-wrapper {
        display: block;
    }

    .about-stats {
        font-size: 16px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, 1fr);
        margin: 0 0 40px 0;
        gap: 2px 16px;
        padding: 0 25px;
    }

    .stats-item {
        padding: 10px 0;
        border-right: none;
        border-bottom: 1px solid #fff;
        border-left: none;
        line-height: 1.5;
    }

    .stats-item:nth-child(3),
    .stats-item:nth-child(6) {
        border-right: none;
    }

    .about-detail {
        display: flex;
        flex-direction: column-reverse;
        gap: 24px;
        padding: 0;
    }

    .about-detail-content {
        padding: 0 25px;
    }

    .about-description {
        margin: 0 0 24px 0;
    }

    .about-video {
        margin: 0;
    }
}

/* ---------- Ranking Section ---------- */
.section-ranking {
    padding: 70px 0;
    background-color: #f5f5f5;
    background-image: url('/images/top/ranking/pc_background_ranking.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-ranking .section-inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 20px;
}

.ranking-title {
    font-size: 68px;
    text-align: center;
    color: #141414;
    letter-spacing: 0.05em;
    width: 100%;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1em;
}

.ranking-subtitle {
    font-size: 20px;
    text-align: center;
    color: #141414;
    margin: 0 0 24px 0;
    font-weight: 700;
}

.ranking-description {
    font-size: 16px;
    text-align: center;
    color: #141414;
    margin: 0 0 16px 0;
    line-height: 1.6;
    font-weight: 700;
}

.ranking-cards {
    display: flex;
    gap: 15px;
    margin: 0 0 10px 0;
}

.ranking-card.first-place {
    flex: 1;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}

.card-header {
    background-color: #201E1F;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.crown-icon {
    width: 39px;
}

.card-title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
}

.card-content.pc-layout {
    display: flex;
    padding: 54px 24px;
    gap: 10px;
    align-items: center;
}

.card-content.sp-layout {
    display: none;
}

.player-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 2px;
    align-items: center;
}

.rank {
    font-size: 68px;
    font-weight: 700;
    line-height: 1;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rank-label {
    font-size: 24px;
}

.points {
    font-size: 48px;
    font-weight: 700;
    color: #E62E6E;
    line-height: 1;
    border-bottom: 2px solid #E62E6E;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.03em;
}

.points-label {
    font-size: 18px;
}

.player-name {
    font-size: 22px;
    font-weight: 700;
    color: #141414;
    margin-top: 6px;
}

.profile-button {
    display: inline-block;
    padding: 8px 14px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    border-radius: 6px;
}

.profile-button:hover {
    opacity: 0.8;
}

.player-image {
    flex-shrink: 0;
    width: 220px;
    height: 220px;
}

.player-image img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
}

.ranking-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.ranking-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 16px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
    text-decoration: none;
    transition: box-shadow 0.3s ease;
}

.ranking-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
}

.item-rank {
    font-size: 42px;
    font-weight: 700;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.item-rank .rank-label {
    font-size: 16px;
}

.item-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.item-name {
    font-size: clamp(16px, 2.3vw, 22px);
    font-weight: 700;
    color: #141414;
    flex: 1;
}

.item-points {
    font-size: clamp(18px, 3.7vw, 36px);
    font-weight: 700;
    color: #E62E6E;
    margin-right: 8px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.item-points .points-label {
    font-size: 24px;
}

.item-arrow {
    display: inline-block;
    width: 16px;
    height: 22px;
    background-image: url('/images/top/ranking/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: -12px;
}

.ranking-links {
    display: flex;
    justify-content: flex-end;
    gap: 16px;
    flex-wrap: wrap;
}

.ranking-link {
    font-size: 16px;
    font-weight: 400;
    color: #141414;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.ranking-link::after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-image: url('/images/top/ranking/arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
    margin-left: 4px;
    transform: translateY(2px);
}

.ranking-link:hover {
    opacity: 0.6;
}

@media screen and (max-width: 900px) {
    .card-header {
        flex-direction: column;
        gap: 2px;
    }

    .card-title {
        font-size: 22px;
    }

    .section-ranking {
        padding: 40px 0;
        background-image: url('/images/top/ranking/sp_background_ranking.jpg');
        background-size: cover;
        background-position: center;
    }

    .ranking-description {
        margin: 0 0 24px 0;
        text-align: left;
    }

    .ranking-cards {
        flex-direction: column;
        gap: 16px;
    }

    .item-points {
        font-size: 24px;
    }

    .item-name {
        font-size: 14px;
    }

    .card-content.pc-layout {
        display: none;
    }

    .card-content.sp-layout {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding: 10px 0 24px;
        gap: 8px;
    }

    .sp-layout .rank-points-wrapper {
        display: flex;
        gap: 8px;
        align-items: baseline;
        border-bottom: 2px solid #E62E6E;
    }

    .sp-layout .points {
        border-bottom: none;
    }

    .sp-layout .profile-button {
        align-self: center;
    }

    .ranking-links {
        align-items: center;
        justify-content: center;
        gap: 16px;
    }
    .player-name {
        margin: 0;
    }

    .player-image {
        margin-top: 10px;
    }
    .ranking-item {
        gap: 8px;
        padding: 8px;
    }
    .item-image {
        width: 56px;
        height: 56px;
    }
}

/* ---------- History Section ---------- */
.history-background {
    background-color: #000;
    position: relative;
    padding: 56px 0;
}

.history-background::before,
.history-background::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: calc((100vw - 1000px) / 2);
    background: repeating-linear-gradient(
        -45deg,
        #000,
        #000 3px,
        #666 3px,
        #666 6px
    );
}

.history-background::before {
    left: 0;
}

.history-background::after {
    right: 0;
}

.section-history .section-inner {
    max-width: 718px;
    margin: 0 auto;
    padding: 0 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}

.history-title {
    font-family: "BIZ UDPMincho", serif;
    font-size: 56px;
    font-weight: 400;
    text-align: center;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    max-width: 450px;
    margin: 0 auto 12px;
}

.history-description {
    font-size: 16px;
    text-align: center;
    color: #fff;
    margin: 0 0 60px 0;
    line-height: 1.6;
    max-width: 450px;
    margin: 0 auto;
}

.history-content {
    margin-top: 40px;
    position: relative;
}

.history-legend-wrapper {
    position: absolute;
    width: 100%;
}

.history-legend {
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    display: block;
}

.history-subtitle {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 0;
    margin: 0 0 30px 0;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #E10070, #FF3C52, #FF7445) 1;
}

.subtitle-en {
    font-size: 24px;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
}

.subtitle-ja {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    font-family: "acumin-pro-wide", sans-serif;
}

.history-images {
    list-style: none;
    padding: 0;
    margin: 0 auto 16px;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 24px;
    max-width: 630px;
}

.history-image-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.history-image-item img {
    width: 100%;
    height: auto;
    display: block;
    clip-path: inset(100% 0 0 0);
    transition: clip-path 0.8s ease;
}

.history-image-item.animated img {
    clip-path: inset(0 0 0 0);
}

.history-image-item:nth-child(1).animated img { transition-delay: 0s; }
.history-image-item:nth-child(2).animated img { transition-delay: 0.15s; }
.history-image-item:nth-child(3).animated img { transition-delay: 0.3s; }
.history-image-item:nth-child(4).animated img { transition-delay: 0.45s; }
.history-image-item:nth-child(5).animated img { transition-delay: 0.6s; }
.history-image-item:nth-child(6).animated img { transition-delay: 0.75s; }
.history-image-item:nth-child(7).animated img { transition-delay: 0.9s; }

.history-year {
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.history-note {
    font-size: 12px;
    color: #fff;
    margin: 0;
    line-height: 1.6;
    max-width: 630px;
}

@media screen and (max-width: 630px) {
    .history-background {
        padding: 40px 0 10px;
    }

    .history-background::before,
    .history-background::after {
        width: 16px;
    }

    .history-content {
        margin-top: 0;
        margin-bottom: 40px;
    }

    .section-history .section-inner {
        padding: 0 40px;
    }

    .history-title {
        font-size: 38px;
    }

    .history-description {
        margin: 0 0 30px 0;
        font-weight: 700;
        letter-spacing: -0.01em;
    }

    .history-subtitle {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .subtitle-ja {
        font-size: 24px;
        line-height: 1.3;
    }

    #historyImagesTournament.history-images {
        gap: 8px;
    }

    #historyImagesParticipant.history-images {
        gap: 12px;
    }

    .history-year {
        font-size: 14px;
    }

    .history-note {
        font-size: 11px;
    }
}

/* ---------- Initiatives Section ---------- */
.section-initiatives {
    padding: 60px 0;
    background-color: #f5f5f5;
    background-image: url('/images/top/initiatives/pc_background_activities.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section-initiatives .section-inner {
    max-width: 1076px;
    margin: 0 auto;
    padding: 0 16px;
}

.initiatives-title {
    font-family: "BIZ UDPMincho", serif;
    font-size: 48px;
    font-weight: 400;
    text-align: center;
    color: #141414;
    margin: 0 0 30px 0;
}

.initiatives-content {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
}

.initiative-item {
    display: flex;
    gap: 20px;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    align-items: center;
}

.initiative-item:last-child {
    border-bottom: none;
}

.initiative-year {
    flex-shrink: 0;
    color: #E62E6E;
    font-weight: 700;
    padding-left: 26px;
}

.year-number {
    font-size: 35px;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 400;
    font-style: normal;
    letter-spacing: 0.02em;
}

.year-label {
    font-size: 22px;
}

.initiative-text {
    flex: 1;
    font-size: 16px;
    line-height: 1.8;
    color: #141414;
}

@media screen and (max-width: 630px) {
    .section-initiatives {
        padding: 40px 0;
        background-image: url('/images/top/initiatives/sp_background_activities.jpg');
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .initiatives-title {
        font-size: 32px;
        margin: 0 0 20px 0;
    }

    .initiative-item {
        flex-direction: column;
        gap: 2px;
        padding: 16px 0;
        align-items: flex-start;
    }

    .initiative-year {
        font-size: inherit;
        padding-left: 0;
    }

    .year-number {
        font-size: 32px;
    }

    .year-label {
        font-size: 16px;
    }

    .initiatives-content {
        padding: 12px;
    }

    .initiative-text {
        line-height: 1.6;
    }
}

/* ---------- Graduates Section ---------- */
.section-graduates {
    background-image: url('/images/top/graduates/pc_background_successful_candidates.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 54px 0;
}

.graduates-header {
    text-align: center;
    margin-bottom: 30px;
}

.graduates-title {
    font-family: "BIZ UDPMincho", serif;
    font-size: 40px;
    font-weight: 100;
    color: #fff;
    margin: 0 0 14px 0;
    line-height: 1.3;
}

.title-highlight {
    font-size: 56px;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.graduates-button {
    display: inline-block;
    padding: 10px 16px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background: linear-gradient(to right, #E10070, #FF3C52, #FF7445);
    border-radius: 6px;
    transition: opacity 0.3s ease;
}

.graduates-button:hover {
    opacity: 0.8;
}

.graduates-gallery {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
}

.graduate-image {
    width: 100%;
    overflow: hidden;
}

.graduate-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media screen and (max-width: 630px) {
    .section-graduates {
        background-image: url('/images/top/graduates/sp_background_successful_candidates.jpg');
        padding: 40px 0;
    }

    .graduates-header {
        margin-bottom: 24px;
    }

    .graduates-title {
        font-size: 28px;
        margin: 0 0 10px 0;
    }

    .title-highlight {
        font-size: 38px;
    }

    .graduates-gallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ---------- Tournament Swiper Pagination ---------- */
.schedule-tournaments .swiper-pagination {
    grid-column: 1 / 4;
    margin-top: 18px;
    text-align: center;
}

.schedule-tournaments .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #BEBEBE;
    opacity: 1;
    margin: 0 4px;
}

.schedule-tournaments .swiper-pagination-bullet-active {
    background-color: #fff;
}

/* ---------- Schedule Broadcast Section ---------- */
.schedule-broadcast {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 48px;
    color: #fff;
}

.broadcast-main-title {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
    font-family: "acumin-pro-wide", sans-serif;
}

.broadcast-number {
    font-size: 48px;
}

.broadcast-title-border {
    width: 100%;
    max-width: 924px;
    height: 1px;
    background-color: #fff;
    margin: 0 auto 8px auto;
}

.broadcast-subtitle {
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    font-family: "acumin-pro-wide", sans-serif;
}

.broadcast-list {
    max-width: 924px;
    margin: 0 auto;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.broadcast-item {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 16px;
}

.broadcast-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.broadcast-logo {
    height: auto;
}

.broadcast-logo img {
    width: 100%;
    height: auto;
    display: block;
}

.logo-text {
    font-size: 12px;
}

.broadcast-right {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.broadcast-tags {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.broadcast-tag {
    font-size: 14px;
    padding: 4px 8px;
    border: 1px solid #fff;
}

.broadcast-description {
    font-size: 12px;
    line-height: 1.5;
    margin: 0;
}

.broadcast-sp-text {
    display: none;
}

@media screen and (max-width: 900px) {
    .broadcast-main-title {
        font-size: 24px;
    }

    .broadcast-number {
        font-size: 32px;
    }

    .broadcast-title-border {
        max-width: 100%;
    }

    .broadcast-subtitle {
        font-size: 16px;
        margin: 0 0 24px 0;
    }

    .broadcast-list {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .broadcast-item {
        display: grid;
        grid-template-columns: 110px 1fr;
        grid-template-rows: auto auto;
        gap: 2px 10px;
    }

    .broadcast-left {
        grid-column: 1;
        grid-row: 1;
        gap: 2px;
    }

    .broadcast-right {
        display: contents;
    }

    .broadcast-tags {
        grid-column: 1;
        grid-row: 2;
        flex-wrap: wrap;
        justify-content: center;
    }

    .broadcast-description {
        grid-column: 2;
        grid-row: 1 / 3;
        font-size: 13px;
    }

    .logo-text {
        font-size: 10px;
    }

    .broadcast-tag {
        font-size: 10px;
        padding: 2px 6px;
        border: 1px solid #fff;
    }

    .broadcast-pc-text {
        display: none;
    }

    .broadcast-sp-text {
        display: inline;
    }
}

/* ---------- About Section - Scroll Animations ---------- */
.about-title,
.about-text,
.stats-item,
.about-description,
.about-buttons {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s cubic-bezier(0.4, 0, 0.2, 1),
                transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

.about-title.fade-in-up,
.about-text.fade-in-up,
.stats-item.fade-in-up,
.about-description.fade-in-up,
.about-buttons.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

/* ---------- Scroll Top ---------- */
.btn-scroll-top-wrapper {
  width: 100%;
  text-align: end;
  position: relative;
}

.btn-scroll-top {
    cursor: pointer;
    margin: 16px;
    position: absolute;
    top: 40px;
    right: 16px;
}

.btn-scroll-top-wrapper-pc-none {
    display: none;
}

.btn-scroll-top-wrapper-sp-none {
    display: block;
}

@media screen and (max-width: 630px) {
    .btn-scroll-top-wrapper {
        position: initial;
    }
    .btn-scroll-top {
        position: initial;
    }
    .btn-scroll-top-wrapper-pc-none {
        display: block;
    }

    .btn-scroll-top-wrapper-sp-none {
        display: none;
    }
}
