@charset "UTF-8";

.Ttl_side{
    display: flex;
    margin: 50px 0 0;
}

.viewall{
    margin: auto 30px;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    text-decoration: underline;
}

/*Swiperデザイン*/
/*Swiper opa&buttonset*/
.swiper-slide{
    opacity: .3;
}

.swiper-slide-active{
    opacity: 1;
}

.swiper-button-disabled{
    display: none;
}

.swiper-pagination{
    z-index: 2;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 0;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
    border-bottom: 15px solid transparent;
    border-right: 20px solid #000000;
    border-top: 15px solid transparent;
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
    border-bottom: 15px solid transparent;
    border-left: 20px solid #000000;
    border-top: 15px solid transparent;
}
/*Swiperデザインここまで*/

@media screen and (max-width: 746px){/*以下スマホ表示用*/

    .top_img img{
    width: 100%;
    }
    
    .Ttl_side{
        margin:5px 7vw 10px;
    }

    .Ns_Lv article{
        margin:0 7vw;
    }

    .Ns_Lv hr{
        margin:3vw 7vw;
    }

    article h3 , p{
        margin:0;
    }
    
    /*Swiper-基本*/
    .swiper{
        width: fit-content;
        user-select: none;
    }

    .swipewrap{
    display: flex;
    justify-content: center;
    }

    /* 前への矢印カスタマイズ */
    .swiper-button-prev::after {
        border-bottom: 3vw solid transparent;
        border-right: 4vw solid #000000;
        border-top: 3vw solid transparent;
    }
    
    /* 次への矢印カスタマイズ */
    .swiper-button-next::after {
        border-bottom: 3vw solid transparent;
        border-left: 4vw solid #000000;
        border-top: 3vw solid transparent;
    }
    
    /*Swiper-ディスコグラフィ*/

    .discoSwiper{
        height:65vw;
    }

    .swiper-slide img {
        width: 100%;
    }
    
    .discotitle p{
        font-size: 12px;
    }

    .discoSwiper .swiper-pagination-horizontal{
        margin-bottom: 5vw; 
    }

    .discoSwiper .swiper-controller div {
        margin:18vw 17vw;
    }

    /*Swiper-ビデオ*/

    .videoSwiper{
        height:60vw;
        width:100%;
    }

    .videoSwiper .swiper-pagination-horizontal{
        margin-bottom: 4vw;
    }

    .videoSwiper .swiper-controller div{
        margin: 18vw 17vw;
    }

    lite-youtube{
        margin:0 7vw;
    }

    /*Swiperここまで*/
    
    .prf{
        display: flex;
        flex-direction: column-reverse;
        margin:0 7vw;
    }

    .prf p{
        margin:0;
    }

    .prf h3{
        margin: 20px 0 10px;
    }
    
    .prf_img img{
        width: 100%;
    }
}

@media screen and (min-width: 747px){/*以下PC表示用*/

    .top_img {
        display:flex;
        margin:auto;
        width:60vw;
    }

    img{
        width:100%;
    }
    
    .ctitle{
        justify-content: center;
    }

    .Ns_Lv {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    .Ns_Lv h3{
        margin:0;
    }

    .Ns_Lv p{
        margin:0 0 10px;
    }

    .News_Topics , .Live_Topics {
        padding: 0 20px;
        width: 400px;
    }
    
    .discoSwiper{
        padding-top:10px;
        padding-bottom: 50px;
        overflow: hidden;
    }
        
    .discoSwiper p{
        font-size: 1.5vw;
        z-index: 30;
    }

    .discoSwiper .swiper-controller div {
        margin:11vw 30%;
    }

    .videoSwiper{
        height: 25vw;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .videoSwiper lite-youtube{
        width: 30vw;
        height: 16.875vw;
    }

    .videoSwiper .swiper-controller div {
        margin:6vw 30%;
    }

    .videoSwiper .swiper-pagination-horizontal{
        margin-bottom: 3vw;
    }
    
    .prf{
        display: flex;
        justify-content: center;
    }

    .prftext p, .prftext h3{
        width: 53vw;
        margin: 0;
        padding: 0;
    }

    .prf_img img{
        width: 300px;
        padding-left: 50px;
    }
}

@media screen and (min-width: 1260px){

    .discoswipe .swipewrap {
        height:20vw;
    }

    .discoSwiper{
        height:20vw;
    }

    .discotitle p{
        margin: 0 0 20px;
        font-size: 14px;
    }

    .discoSwiper .swiper-controller div {
        margin:7vw 30%;
    }
}