@charset "UTF-8";


.slick-dots li button:before{
    color: var(--newestTheme);
}
.slick-dots li.slick-active button:before{
    color: var(--newestTheme);
}
.btn{
    color: white;
    background-color: var(--newestTheme);
}
.btn::after{
    color: var(--newestTheme);
}

/* =============
　section-top
================ */
.section-top{
    margin-bottom: 0;
}
.section-top::after{
    display: none;
}
.visual-box{
    background-image: url(../images/newshowVisual.webp);
}
.top-phrase{
    margin: 3vh 0;
}
.visual-box::before{
    background-color: var(--newestTheme);
}
.visual-box::after{
    display: none;
}
.section-top .p-box{
    width: 90%;
    margin: 0 auto;
}
.section-top .p-box p{
    font-size: var(--fontSizeNormal);
    margin-bottom: 1rem;
}

/* --------  section-info  --------- */

.section-info{
    width: 100vw;
    height: fit-content;
    padding: 0 2rem 7vh;
    margin: 0 0;
}
.show-logo{
    width: min(50%, 300px);
    height: fit-content;
    margin: 0 auto 10vh;
}
.show-logo img{
    width: 100%;
}
.info-wrapper{
    width: 100%;
    height: fit-content;
    padding: 10vh 0 5vh;
}
.info-wrapper h2{
    color: white;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 6rem;
    text-align: center;
}
.info-wrapper h2 span{
    padding: 1rem 1rem;
    background-color: var(--newestTheme);
}
.info-wrapper h3{
    font-size: 2rem;
    margin: 4rem 0 3rem;
    font-weight: 600;
    text-align: center;
    color: var(--newestTheme);
}
.info-wrapper p{
    text-align: left;
    padding: 0 1.5rem;
}
.outline{
    line-height: 3rem;
}
.outline span{
    display: inline-block;
    margin-top: 3rem;
}
.info-wrapper .finished{
    width: fit-content;
    color: red;
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    margin: 3rem auto 0;
    border-bottom: 1px solid red;
}
.info-detail{
    margin-top: 6rem;
    padding: 6rem 0;
}
.info-staff{
    padding: 6rem 0 0;
}
.info-detail,.info-staff{
    border-top: .1px solid gray;
}
.info-detail li,.info-staff li{
    margin-bottom: 3rem;
}
.info-detail h4,.info-staff h4{
    color: var(--newestTheme);
    font-size: 2rem;
    font-weight: 500;
    margin-bottom: 1rem;
}
.info-detail p{
    padding: 0 1.5rem;
    margin-bottom: 1rem;
    line-height: 3rem;
}
.info-detail ul a{
    border-bottom: 1px solid black;
    transition: .3s;
}
.info-detail ul a:hover{
    color: var(--newestTheme);
    border-color: var(--newestTheme);
}
.info-map{
    width: 100%;
    height: fit-content;
    margin: 3rem 0;
}
.info-map iframe{
    border-radius: 12px;
}
.cast-list li{
    margin-bottom: 0;
}

/* --------  wrapper and sticky  --------- */

.sliderBox{
    width: min(95%, 500px);
    height: fit-content;
    margin: 0 auto;
}
.slider-item{
    width: 100%;
    aspect-ratio: 1/1.414;
    margin: 0 1rem;
}
.slider-item img{
    width: 100%;
    aspect-ratio: 1/1.414;
}
.slick-dots{
    bottom: -10%;
}



@media screen and (min-width:960px) {

    .mainWrapper{
        justify-content: center;
        gap: 10%;
    }
    .btn{
        border-color: var(--newestTheme);
    }
    .btn:hover{
        color: black;
        background-color: white;
    }

    /* --------  section-top  --------- */
    .top-phrase{
        font-size: 5rem;
        line-height: 10rem;
        letter-spacing: .5rem;
        top: 40%;
        left: 0;
    }
    .top-phrase span{
        padding: .6rem 1.5rem .6rem 3vw;
    }
    .section-top .p-box{
        position: absolute;
        bottom: 5vw;
        left: 3vw;
    }
    .section-top .p-box p{
        color: white;
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: .1rem;
        text-shadow: 0px 0px 10px rgb(0, 0, 0);
        margin-bottom: 1.5rem;
    }

    /* --------  section-newShow  --------- */

    .section-info{
        width: 40%;
        padding: 10vh 0 0;
        margin: 0;
        position: static;
    }
    .show-logo{
        width: 35%;
        margin-top: 7vh;
    }
    .info-wrapper{
        position: static;
        padding: 0;
        margin-top: 7vh;
        clip-path: none;
        background-color: transparent;
    }
    .info-wrapper h2{
        font-size: 3rem;
        line-height: 7rem;
    }
    .info-wrapper h3{
        font-size: 2.2rem;
        margin: 6rem 0;
    }
    .outline{
        margin: 6rem auto;
    }
    .info-staff{
        padding: 9vh 0 20vh;
    }
    .info-detail ul{
        margin-bottom: 5rem;
    }

    .sliderBox.pcOnly{
        width: 25%;
        margin:13vh 0 30vh 0;
        position: sticky;
        top: 15vh;
    }
}