@charset "utf-8";


/* --------------------------------------------


top


---------------------------------------------- */


.top {
    position: relative;
    top: 64px;
    height: 400px;
    background-image: url(../_image/movie/top.jpg);
}

.top__title {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.top__title h1 {
    text-align: center;
    font-size: 48px;
    font-size: 4.8rem;
    font-weight: bold;
    color: #fff;
    line-height: 1.2;
}

.top__title h1 span {
    display: block;
    text-align: center;
    font-size: 20px;
    font-size: 2rem;
}

    
@media only screen and (max-width:640px) {
    .top {
        background-position: center;
    }

    .top__title h1 {
        text-align: center;
        font-size: 36px;
        font-size: 3.6rem;
    }

    .top__title h1 span {
        font-size: 16px;
        font-size: 1.6rem;
    }
}



/* --------------------------------------------


lead


---------------------------------------------- */

.lead {
    display: flex;
    align-items: center;
    gap: 80px;
    margin: 120px auto;
}

.lead__img {
    width: 50vw;
    max-width: 880px;
    min-width: 600px;
}

.lead__box {
    max-width: 600px;
    margin-right: 80px;
}

.lead__box h2 {
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 3.2rem;
    text-align: start;
}

.lead__box p {
    font-size: 16px;
    font-size: 1.6rem;
}

@media only screen and (max-width:640px) {
    
    .lead {
        flex-direction: column-reverse;
        gap: 40px;
        margin: 120px auto 80px;
    }

    .lead__img {
        width: 100%;
    }

    .lead__box {
        max-width: 94%;
        margin: 3%;
    }

    .lead__box img {
        margin: 20px auto;
    }
}


/* --------------------------------------------


channel


---------------------------------------------- */

.channel {
    margin: 120px 0;
}

.channel__box {
    width: 600px;
    margin: auto;
    padding: 20px;
    border: 1px solid #B9B9B9;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(185, 185, 185, 0.5);
}

.channel__box h3 {
    text-align: center;
}

.channel__box h3 img {
    width: 320px;
}

.channel__box img {
    margin: 10px 0;
}



@media only screen and (max-width:640px) {}


/* --------------------------------------------


account


---------------------------------------------- */


.account {
    width: 600px;
    margin: 120px auto;
    padding: 40px;
    border: solid 4px #F7B52C;
    border-radius: 20px;
    background-color: #FFF9EE;
}

.account h2 {
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
}
