@charset "UTF-8";

/* ============
Musical Number
=============== */
.pc__musicalNumbers__title {
    display: none;
}

.themeText__main {
    margin: 40px 6.6%;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
}

.themeText__box {
    margin: 40px 6.6%;
}

.themeText02 {
    margin-top: 10px;
    font-size: 1.5rem;
    line-height: 1.8;
}

.themeText01 {
    margin-top: 10px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.8;
}

.pc__piano {
    display: none;
}

@media screen and (min-width: 769px) {
    .sp__musicalNumbers__title {
        display: none;
    }

    .pc__musicalNumbers__title {
        display: block;
        width: 80.5%;
        margin: 30px 9.7% 0;
    }

    .themeText__main {
        margin: 70px 13.1%;
        font-size: 4rem;
        line-height: 1.5; 
    }

    .themeText__container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto 70px;
        gap: 50px;
    }

    .themeText__box {
        width: 485px;
        margin: 0;
    }

    .themeText02 {
        line-height: 2;
    }

    .themeText01 {
        font-size: 2rem;
        margin-top: 25px;
    }

    .themeText02:nth-of-type(1) {
        margin-top: 0;
    }

    .themeText02:nth-of-type(2) {
        margin-top: 25px;
    }

    .themeText02:nth-of-type(3) {
        margin-top: 15px;
    }

    .pc__piano {
        display: block;
        background-image: url(../images/pc03_piano.jpg);
        width: 526px;
        height: 466px;
        background-size: cover;
        background-repeat: no-repeat;
    }
}

@media screen and (min-width: 1062px) {
    .themeText__main {
        font-size: 4.8rem;
    }
}

/* スライダー */
.moveLive {
    width: 100%;
    height: auto;
    padding: 40px 0 10px;
    background-color: var(--textColor);
}

.slick-dots li button:before {
    color: #fffffa;
}

.slick-dots li.slick-active button:before {
    color: #fffffa;
}

@media screen and (min-width: 769px) {
    .moveLive {
        padding: 100px 4% 30px;
    }
    
    .slick-slider {
        background-color: var(--textColor);
    }
    
    .slider__item img {
        width: 100%;
        max-width: 935px;
        height: auto;
        margin: 0 auto;
    }

    /* .slider .slick-slide {
        transition: all .7s;
        opacity: 0;
    }

    .slider .slick-slide.slick-center {
        opacity: 1;
    } */
    
    .slick-prev:before, .slick-next:before {
        opacity: 1;
    }
}

.footer {
    margin-top: 0;
}
