@charset "utf-8";

.topPage .footer_banner {
    display: none;
}

.topPage .header-link {
    display: none;
}



/* ----- delay -----*/
.delay200{
    transition-delay: 0.2s;
}
.delay400{
    transition-delay: 0.4s;
}
.delay500{
    transition-delay: 0.5s;
}
.delay600{
    transition-delay: 0.6s;
}

.delay1000{
    transition-delay: 1s;
}
.delay1500{
    transition-delay: 1.5s;
}


/* ----------------------------------------
 KV swiper
---------------------------------------- */
.top-kv-swiper {
    position: relative;
    margin-top: 50px;
    background: #000;
}

.top-kv-swiper * {
    box-sizing: border-box;
}

.top-kv-swiper-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    aspect-ratio: 1000 / 1150;
}

.top-kv-swiper-item:hover {
    cursor: pointer;
}

.top-kv-swiper-link {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.top-kv-swiper-link__inner{
    width: 100%;
    height: 100%;
}

.top-kv-swiper-link__imgwrap {
    position: relative;
    width: 100%;
    /* max-width: 500px; */
    margin: 0 auto;
    font-size: 0;
}

.top-kv-swiper-link__img {
    width: 100%;
    height: auto;
    /* border-radius: 20px; */
}


/*  ----- swiper button ----- */
.top-kv-swiper .swiper-button-prev {
    left: 0;
    height: 60px;
    width: 40px;
}

.top-kv-swiper .swiper-button-prev:after {
    content: "";
    background: url('/images/top/slider-arrow-left.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 110px;
    height: 25px;
    display: inline-block;
}

.top-kv-swiper .swiper-button-next {
    right: 0;
    height: 60px;
    width: 40px;
}

.top-kv-swiper .swiper-button-next:after {
    content: "";
    background: url('/images/top/slider-arrow-right.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 110px;
    height: 25px;
    display: inline-block;
}

.top-kv-swiper .swiper-button-disabled {
    display: none;
}

@media (min-width:768px){
    .top-kv-swiper-item{
        aspect-ratio: unset;
        height: calc(56.875vw + 130px) !important;
    }
}

@media (min-width:1024px) {
    .top-kv-swiper {
        margin-top: 80px;
    }
}

@media (min-width:1200px){
    .top-kv-swiper-item{
        height: 821px !important;

    }
}




/* PICK UP
---------------------------------------- */

.top-kv-swiper-item.--pickup-jp {
    background: var(--pickup-jp-bg-color);
}

.top-kv-swiper-item.--pickup-jp .top-kv-swiper-link {
    width: 100%;
    height: 100%;
    background: #101010;
}

.top-kv-swiper-item.--pickup-jp .top-kv-swiper-link__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
}


.top-kv-swiper-item.--pickup-jp .top-kv-swiper-link__title {
    width: 100%;
    height: 19.39130%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 2%;
    /* 22.3vw  /  115vw */
    font-family: "Poppins", sans-serif;
    font-size: clamp(55px, 12vw, 96px);
    font-style: normal;
    font-weight: 400;
    font-variation-settings: "wght"400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1;
    color: #fff;

    --pickup-neon-color: #df44fe;
    text-shadow:
        0 0 6px rgba(255, 255, 255, 1),
        0 0 8px rgba(255, 255, 255, 1),
        0 0 21px var(--pickup-neon-color),
        0 0 42px var(--pickup-neon-color),
        0 0 82px var(--pickup-neon-color),
        0 0 92px var(--pickup-neon-color),
        0 0 102px var(--pickup-neon-color),
        0 0 151px var(--pickup-neon-color);
    animation: neon 1.5s infinite alternate;
}

@keyframes neon {
    100% {
        text-shadow:
            0 0 4px #fff,
            0 0 11px #fff,
            0 0 19px var(--pickup-neon-color),
            0 0 40px var(--pickup-neon-color),
            0 0 80px var(--pickup-neon-color),
            0 0 90px var(--pickup-neon-color),
            0 0 100px var(--pickup-neon-color),
            0 0 150px var(--pickup-neon-color);
    }
    0% {
        text-shadow:
            0 0 2px #fff,
            0 0 4px #fff,
            0 0 6px var(--pickup-neon-color),
            0 0 10px var(--pickup-neon-color),
            0 0 45px var(--pickup-neon-color),
            0 0 55px var(--pickup-neon-color),
            0 0 70px var(--pickup-neon-color),
            0 0 80px var(--pickup-neon-color);
    }
}

.top-kv-swiper-item.--pickup-jp .top-kv-swiper-link__imgwrap {
    width: 100%;
    height: 80.6086%;
    max-width: 1200px;
}

.top-kv-swiper-item.--pickup-jp .top-kv-swiper-link__img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width:768px){

.top-kv-swiper-item.--pickup-jp .top-kv-swiper-link__title{
    height: auto;
    padding: 40px 0 5px;
}

.top-kv-swiper-item.--pickup-jp .top-kv-swiper-link__imgwrap{
    height: auto;
}

.top-kv-swiper-item.--pickup-jp .top-kv-swiper-link__img{
    width: 100%;
    height:auto;
    object-fit: unset;
}
}

@media (min-width:1200px){
    .top-kv-swiper-item.--pickup-jp .top-kv-swiper-link__title{
        /* height: 160px; */
    }
}



/* PIVIm
---------------------------------------- */

.top-kv-swiper-item.--pivim {
    /* background: var(--pivim-bg-color); */
    background-color: hsla(0, 83%, 25%, 1);
    background-image: radial-gradient(circle at 9.866104490675285% 100.52814968707322%, hsla(0, 74%, 55%, 0.76) 4.038772213247173%, transparent 34.58404642334246%), radial-gradient(circle at 96.76332118118442% 6.3476170465672945%, hsla(356, 68%, 47%, 0.81) 5.279271877901727%, transparent 24.403143589870616%), radial-gradient(circle at 35.52304598510226% 62.590074492663874%, hsla(356, 100%, 28%, 0.6) 5.279271877901727%, transparent 32.173012854389874%);
    background-blend-mode: normal, normal, normal;
    position: relative;
}



.top-kv-swiper-item.--pivim .top-kv-swiper-link__entertainment {
    display: block;
    position: absolute;
    top: 25px;
    left: 0;
    width: 15px;
    height: 160px;
    background-color: var(--top-kv-entertainment-text-color-sm);
    -webkit-mask: var(--entertainment) no-repeat center;
    mask: var(--entertainment) no-repeat center;
}

.top-kv-swiper-item.--pivim .top-kv-swiper-link__inner {
padding: 7%;
display: flex;
justify-content: center;
align-items: center;
}

.top-kv-swiper-item.--pivim .top-kv-swiper-link__imgwrap{
    width: 100%;
    height: auto;
    aspect-ratio: 335 / 398;
}

.top-kv-swiper-item.--pivim .top-kv-swiper-link__logo {
    display: block;
    position: relative;
    top: 0;
    left: 50%;
    width: auto;
    height: 14.647%;
    transform: translateX(-50%);
}

.top-kv-swiper-item.--pivim .top-kv-swiper-link__img{
    margin-top: -5%;
    border-radius: 20px;
}


@media (min-width: 768px) {
.top-kv-swiper-item.--pivim .top-kv-swiper-link__imgwrap{
    width: auto;
    height: 100%;
}
}
@media (min-width:1200px){
    .top-kv-swiper-item.--pivim .top-kv-swiper-link__inner{
        padding: 60px 0;
    }
}




/* ARTIST / CORPORATE
---------------------------------------- */
.top-kv-swiper-item.--artist {
    background: #EAEAEA;
}

.top-kv-swiper-item.--artist .top-kv-swiper-link  {
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-kv-swiper-item.--artist .top-kv-swiper-link__inner {
    padding: 8% 10%;
}

.top-kv-swiper-link.--artist .top-kv-swiper-link__imgwrap {
    width:100%;
    height: auto;
    aspect-ratio: 613 / 750;
    background-image: url("https://fcdn2.smtown-official.jp/images/top/artist/kv-bg-sp_2025.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 20px;
}

.top-kv-swiper-link.--artist .top-kv-swiper-link__imgwrap::after {
    content: none;
}

.top-kv-swiper-link.--artist .top-kv-swiper-link__title img {
    width: 100%;
}

@media (min-width: 768px) {
.top-kv-swiper-item.--artist .top-kv-swiper-link__imgwrap{
    width: auto;
    height: 100%;
}

  .top-kv-swiper-link.--artist {
        height: 100%;
        background-image: url('https://fcdn2.smtown-official.jp/images/top/artist/kv-smtj-bg_2025.jpg?241225');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
    }
}

@media (min-width:1200px){
    .top-kv-swiper-item.--artist .top-kv-swiper-link__inner{
        padding: 60px 0;
    }
}




/* ----------------------------------------
 TOP BANNER
---------------------------------------- */
.top-banner {
    width: 100%;
    background: #000;
}

.top-banner-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 10px;
}

.top-banner-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.top-banner-item {
flex-basis: 320px;
flex-shrink: 0;
}


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

.--border{
    border: 1px solid #333;
}

@media (min-width:768px){
    .top-banner-item {
flex-basis:550px;
}
}

/* ----------------------------------------
 TOP LINK
---------------------------------------- */

.top-link {
    width: 100%;
    background: #191919;
    box-sizing: border-box;
    padding: 30px 10px;
}

.top-link-inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.top-link-list {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr;
}

.top-link-item {
    box-sizing: border-box;
    border-radius: 15px;
    overflow: hidden;
}

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

@media (min-width:768px){
    .top-link-list{
        gap: 20px;
    }
}

@media (min-width:1200px){
    .top-link-list{
        gap: 25px;
    }
}