@charset "UTF-8";

/* ==========
About move
============= */
.pc__aboutMove__title {
    display: none;
}

.themeText__container {
    margin: 40px 6.6%;
}

.themeText__main {
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.3;
}

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

@media screen and (min-width: 769px) {
    .sp__aboutMove__title {
        display: none;
    }
    
    .pc__aboutMove__title {
        display: block;
        width: 80.5%;
        margin: 30px 9.7% 0;
    }
    
    .themeText__container {
        margin: 70px 9.7%;
    }

    .themeText__main {
        font-size: 4.8rem;
        line-height: 1.5; 
    }

    .themeText__sub {
        margin-top: 30px;
        font-size: 1.6rem;
        line-height: 2.5;
    }
    
}

/* 背景 */
.pointContainer__bg {
    background-image: url(../images/sp02_theater.jpg);
    background-color: var(--textColor);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    z-index: -1;
    background-position: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

@media screen and (min-width: 769px) {
    .pointContainer__bg {
        background-image: url(../images/pc02_theater.jpg);
    }
}

/* card box */
.pointBox {
    width: 100%;
    padding-bottom: 400px;
}

h3 {
    color: var(--baseColor);
    font-size: 2.4rem;
    font-weight: 700;
} 

.pointCard__title {
    display: inline-block;
    background-color: var(--textColor);
    transform: rotate(-5deg);
    padding: 20px;
    position: absolute;
    top: -60px;
    left: 30px;
    z-index: 1;
}

.pointCard {
    position: relative;
    margin-top: 150px;
    width: 320px;
}

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

.pointCard__box {
    width: 320px;
    padding: 25px 20px;
    background-image: url(../images/backGround_noise.png);
    background-repeat: repeat;
    opacity: 0.85;
}

.pointCard__subTitle {
    margin-bottom: 20px;
    color: var(--accentColor);
    text-align: center;
    font-family: Oswald;
    font-size: 1.8rem;
    font-weight: 700;
}

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

.pointCard__txt02 {
    margin-top: 8px;
    font-size: 1.3rem;
    line-height: 1.8;
}

.pointCard02, .pointCard04 {
    margin-left: auto;
    margin-right: 0;
}

@media screen and (min-width: 769px) {
    h3 {
        font-size: 4rem;
    }

    .pointCard__title {
        position: absolute;
        top: -45px;
        left: 50px;
    }

    .pointCard {
        position: relative;
        margin-top: 150px;
        width: 540px;
    }

    .pointCard__box {
        width: 540px;
        padding: 60px 50px;
    }

    .pointCard__subTitle {
        margin-bottom: 45px;
        font-size: 2.4rem;
    }

    .pointCard__txt01 {
        font-size: 2.4rem;
    }
    
    .pointCard__txt02 {
        margin-top: 10px;
        font-size: 1.5rem;
        line-height: 2;
    }

    .pointCard {
        margin-top: 350px;
    }

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

    .pointCard01 {
        margin-left: auto;
        margin-right: 17.3%;
    }
    
    .pointCard02 {
        margin-left: 17.3%;
        margin-right: auto;
    }
    
    .pointCard03 {
        margin-left: auto;
        margin-right: 24.3%;
    }
    
    .pointCard04 {
        margin-left: 25.6%;
        margin-right: auto;
    }

    

}

/* 最後に */
.lustContainer {
    margin: 40px 6.6%;
}

.lust__txt, .lust__name {
font-size: 1.4rem;
line-height: 1.8;
}

.lust__name {
    margin-top: 25px;
}

.lust__theaterPc {
    display: none;
}

.lust__theater {
    margin-top: 40px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}

@media screen and (min-width: 769px) {
    .lustContainer {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: end;
        margin: 100px auto;
        gap: 40px;
    }

    .lust__txtBox {
        width: 550px;
    } 

    .lust__txt, .lust__name {
        font-size: 1.6rem;
        line-height: 2;
    }

    .lust__name {
        margin-top: 32px;
    }

    .lust__theaterPc {
        display: block;
    }
    
    .lust__theaterSp {
        display: none;
    }
    
    .lust__theater {
    width: 550px;
} 









}


.footer {
    margin-top: 0;
}
