.apusIndexCon {
    color: #000;
    position: relative;
    padding: 7.29vw 18.9vw 0 18.9vw;
}
.apusIndexAbs {
    position: absolute;
    top: 4.3vw;
    left: 50%;
    transform: translateX(-50%);
    font-family: LeagueGothicRegular;
    font-size: 5.2vw;
    line-height: 5.2vw;
    z-index: 11;
}
.apusIndexGrid {
    display: grid;
    align-items: center;
    grid-template-columns: 1fr 1fr;
}
.apusIndexTit {
    font-family: LeagueGothicRegular;
    font-size: 4.42vw;
    line-height: 4.42vw;
    padding-top: 6.74vw;
}
.apusIndexSubTit {
    font-family: RobotoCondensedRegular;
    font-size: 1.66vw;
    line-height: 2.18vw;
    padding: 2.18vw 0 3.17vw 0;
}
.apusIndexA {
    font-family: RobotoCondensedRegular;
    color: #000;
    font-size: 3.1vw;
    line-height: 4.14vw;
}
.apusIndexA:hover {
    color:#ff1d63;
}
.apusSlider {
    position: relative;
    overflow: hidden;
    background: #fff;
    padding: 4.94vw 18.9vw 8.07vw 18.9vw;
}
.apusSliderContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.apusSliderAreaA {
    flex: 1;
    background-color: #f4f4f4;
    padding-top: 2.39vw;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.apusSliderAreaB {
    flex: 1;
    position: relative;
    overflow: hidden;
}
.apusSliderImageA {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    cursor: grab;
    user-select: none;
    -webkit-user-select: none;
    caret-color: transparent;
}
.apusSliderImageA:active {
    cursor: grabbing;
}
.apusSliderImageA img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.5s ease;
    user-select: none;
}

.apusSliderNav {
    width: 2.18vw;
    height: 2.18vw;
    border-radius: 50%;
    background: #848484;
    border: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    min-width: 34px;
    min-height: 34px;
}

.apusSliderNav img {
    width: 55%;
    height: 55%;
    object-fit: contain;
    pointer-events: none;
    user-select: none;
}

.apusSliderNavPrev {
    left: 22px;
}

.apusSliderNavNext {
    right: 22px;
}

.apusSliderNav:hover,
.apusSliderNav:focus,
.apusSliderNav:focus-visible {
    background: #ff1d63;
    outline: none;
    box-shadow: none;
}

.apusSliderImageB {
    width: 100%;
    height: 100%;
    position: relative;
    cursor: grab;
}
.apusSliderImageB:active {
    cursor: grabbing;
}
.apusSliderImageB img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    transition: transform 0.6s ease;
    user-select: none;
}
.apusSliderSelector {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.04vw;
    padding-bottom: 1.04vw;
}
.apusSliderSelectorContainer {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}

.apusSliderFlavorName {
    font-family: RobotoCondensedRegular;
    font-size: 1.66vw;
    line-height: 2.18vw;
    color: #000;
    text-align: center;
    white-space: nowrap;
}

@media only screen and (max-width: 768px) {
    .apusIndexCon {
        padding: 7.03vw 3vw 0 3vw;
    }

    .apusSlider {
        padding: 6vw 3vw 12vw 3vw;
    }

    .apusSliderImageA {
        padding: 20px 15px 15px 15px;    
    }

    .apusSliderNav {
        width: 34px;
        height: 34px;
    }

    .apusSliderNavPrev {
        left: 10px;
    }

    .apusSliderNavNext {
        right: 10px;
    }
    .apusSliderSelector {
        height: 60px;
        margin-top: 10px;
    }
    .apusSliderFlavorName {
        font-size: 3.6vw;
        line-height: 4.6vw;
        white-space: normal;
        padding: 0 12px;
    }
    .apusIndexSubTit {
        font-size: 3.6vw;
        line-height: 4.6vw;
    }
    .apusIndexA {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }

    .apusIndexAbs {
        font-size: 7.5vw;
        line-height: 7.5vw;
    }
    .apusIndexTit {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }

    .apusIndexImageOverlay {
        width: 64vw;
    }

    .apusIndexTit2 {
        font-size: 11.5vw !important;
        line-height: 11.5vw !important;
    }

    .apusMedia {
        padding: 7.03vw 3vw 7.81vw 3vw;
    }
    .apusIndexTit, .apusMediaTit {
        font-size: 6.5vw;
        line-height: 6.5vw;
    }
    .apusIndexSubTit, .apusMediaSubTit, .apusMediaGrid {
        font-size: 3.6vw;
        line-height: 4.6vw;
    }
    .apusMediaGrid img {
        width: 25vw;
    }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
    .apusIndexCon {
        padding: 7.03vw 6vw 0 6vw;
    }

    .apusSlider {
        padding: 5.5vw 6vw 9vw 6vw;
    }

    .apusSliderAreaA {
        padding: 30px 30px 25px 30px;
    }

    .apusSliderNav {
        width: 44px;
        height: 44px;
        min-width: 44px;
        min-height: 44px;
    }
    .apusIndexSubTit {
        font-size: 2.65vw;
        line-height: 3.65vw;
    }
    .apusIndexA {
        font-size: 4.15vw;
    }

    .apusIndexImageOverlay {
        width: 38vw;
    }

    .apusIndexTit2 {
        font-size: 10.51vw !important;
        line-height: 10.51vw !important;
    }

    .apusMedia {
        padding: 7.03vw 3vw 7.81vw 3vw;
    }
    .apusIndexSubTit, .apusMediaSubTit, .apusMediaGrid {
        font-size: 2.65vw;
        line-height: 3.65vw;
    }
    .apusMediaGrid img {
        width: 20vw;
    }
}

.slide-element {
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.6s ease;
    will-change: transform, opacity;
}

.slide-element.slide-out {
    transform: translateY(50px);
    opacity: 0;
}

.slide-element.slide-in {
    transform: translateY(0);
    opacity: 1;
}

.apusIndexAbs.slide-element.slide-out {
    transform: translateX(-50%) translateY(50px);
    opacity: 0;
}

.apusIndexAbs.slide-element.slide-in {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}
.apusIndex5Stage {
    position: relative;
    overflow: hidden;
}

.apusIndex5Stack {
    position: relative;
    width: 100%;
    transition: opacity 0.6s ease;
    will-change: opacity;
}

.apusIndex5Stage.is-swapped .apusIndex5Stack {
    opacity: 0;
    pointer-events: none;
}

.apusIndexImageBase {
    display: block;
    width: 100%;
    height: auto;
}
.apusIndexImageOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 27.16vw;
    height: auto;
    will-change: transform, opacity;
}
.apusIndexCon1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    z-index: 10;
    transition: opacity 0.6s ease;
    will-change: opacity;
    color: #000;
    padding: 8.85vw 18.9vw 11.97vw 18.9vw;
}

.apusIndex5Stage.is-swapped .apusIndexCon1 {
    opacity: 1;
    pointer-events: auto;
}
.TopsIndex {
    top: 6.5vw !important;
}
.apusIndexTit2 {
    font-family: LeagueGothicRegular;
    padding: 0 0 0 5.59vw;
    color: #ff1d63;
    font-size: 6.93vw;
    line-height: 6.85vw;
}
.scroll-container {
    position: absolute;
    bottom: 1.8vw;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    transform: rotate(5deg);
    z-index: 12;
    pointer-events: none;
}
.scroll-wrapper {
    display: inline-flex;
    animation: seamlessScrollLeftToRight 60s linear infinite;
    will-change: transform;
}
.scroll-container:hover .scroll-wrapper {
    animation-play-state: paused;
}
.apusImgAbs {
    flex-shrink: 0;
    display: block;
}
.apusScroll {
    background: #000;
    padding: 1.3vw 3.9vw 0 3.9vw;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    column-gap: 1.98vw;
    height: 46vw;
    overflow: hidden;
}
.apusScroll-item {
    position: relative;
    overflow: hidden;
    height: auto;
}
.apusScroll-wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
    animation: seamlessScrollBottomToTop 20s linear infinite;
    will-change: transform;
}
.apusScroll-item:hover .apusScroll-wrapper {
    animation-play-state: paused;
}
.apusScroll-wrapper img {
    display: block;
    width: 100%;
    height: auto;
}
@keyframes seamlessScrollBottomToTop {
    0% {
        transform: translateY(0%);
    }
    100% {
        transform: translateY(-25%);
    }
}
@keyframes seamlessScrollLeftToRight {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0%);
    }
}
.apusMedia > .apusMediaTit,
.apusMedia > .apusMediaSubTit,
.apusMedia > .apusMediaFlex {
    opacity: 0;
    transform: translateY(24px);
    will-change: transform, opacity;
}
@media (prefers-reduced-motion: reduce) {
    .apusMedia > .apusMediaTit,
    .apusMedia > .apusMediaSubTit,
    .apusMedia > .apusMediaFlex { opacity: 1 !important; transform: none !important; }
    
    .apusScroll-wrapper {
        animation: none !important;
    }
}
.apusMedia {
    background: url("/wp-content/uploads/2025/07/apus_index11.webp") no-repeat top center;
    background-size: cover;
    color: #fff;
    padding: 7.03vw 0 7.81vw 0;
    text-align: center;
}
.apusMediaTit {
    font-family: LeagueGothicRegular;
    font-size: 5.2vw;
    line-height: 5.2vw;
}
.apusMediaSubTit {
    font-family: RobotoCondensedRegular;
    font-size: 1.56vw;
    line-height: 1.56vw;
    padding: 1.56vw 0 4.16vw 0;
}
.apusMediaFlex {
    display: flex;
    justify-content: center;
    gap: 6.56vw;
}
.apusMediaGrid {
    font-family: RobotoCondensedRegular;
    font-size: 1.66vw;
    line-height: 2.18vw;
    display: grid;
    justify-items: center;
    gap: 1.45vw;
}
.apusMediaGrid img {
    width: 4.24vw;
    transition: transform 0.3s ease;
}
@media only screen and (max-width: 1024px) {
    .apusIndex5Stage {
        height: auto !important;
    }
    .apusIndexCon1 {
        position: relative;
        top: auto;
        left: auto;
        width: 100%;
        height: auto;
        opacity: 1;
        pointer-events: auto;
        padding: 8vw 3vw;
    }
    .apusIndexImageOverlay {
        opacity: 1 !important;
        transform: translate(-50%, -50%) !important;
    }
    .apusIndex5Stack {
        opacity: 1 !important;
    }
    .apus-scroll-scene {
        height: auto !important;
        min-height: auto !important;
    }
}