@charset "utf-8";
/*共通設定*/
/*終わり*/  

/*<section class="fv">*/
.fv {
    width: 100%;
    height: 100vh;
    background-image: url(../img/movie/fv.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; 
    padding-top: 80px;
}

.fv-in {
    max-width: 920px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    position: relative;
}

.fv-txt-area {
    max-width: 880px;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: #111;
    color: #fff;
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
    text-align: center;
}

.fv-txt-flex {
    display: flex;
    justify-content: center;
    gap: 24px;
    font-size: 12px;
    color: #F6254C;
    margin-bottom: 30px;
}

.fv-txt-flex p {
    position: relative;
}

.fv-txt-flex p::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90px;
    height: 90px;
    line-height: 90px;
    border: solid 2px #F6254C;
    border-radius: 50%;
}

.fv-h1 {
    font-size: 88px;
    line-height: 0.8;
}

.fv-h1 span {
    color: #F6254C;
    font-size: 48px;
}

.fv-flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
    gap: 1%;
}

.fv-flex p {
    padding: 8px 0;
    width: 49%;
    background-color: #F6254C;
    position: relative;
    line-height: 1.4;
    font-size: 12px;
}

.fv-flex p::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -8px;
    border: 8px solid transparent;
    border-top: 8px solid #F6254C;
}

.fv-flex p span {
    font-size: 20px;
}

.fv-man {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 28%;
}
/*終わり*/  

/*<section class="movie">*/
.movie-in {
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
    padding: 40px;
    text-align: center;
}

.movie-flex {
    display: flex;
    gap: 16px;
}

.mv-create,
.creater {
    position: relative;
}

.movie-txt,
.creater-txt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #fff;
    padding: 24px;
}

.movie-txt h3,
.creater-txt h3 {
    font-size: 40px;
    margin-bottom: 24px;
    line-height: 1.2;
}

.movie-txt p,
.creater-txt p {
    font-size: 14px;
}
/*終わり*/  

/*<section class="scene">*/
.scene {
    margin-top: 80px;
}

.scene-in {
    padding: 40px;
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
    text-align: center;
}

.scene-h2 {
    font-size: 32px;
    margin-bottom: 16px;
}

.scene-flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2%;
    width: 100%;
    margin: 40px 0;
}

.scene-con {
    width: 17%;
    margin-bottom: 40px;
    font-weight: 600;
}

.scene-h2-02 {
    position: relative;
    font-size: 32px;
    padding: 8px 0;
    border-top: solid 3px #D9D9D9;
    border-bottom: solid 3px #D9D9D9;
    margin-bottom: 16px;
}

.scene-h2-02 small {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    background-color: #F6254C;
    color: #fff;
    font-size: 16px;
    padding: 0 8px;
    font-family: 'Oswald', sans-serif;
}

.effect-con {
    background-color: #F4F4F4;
    margin-bottom: 16px;
    padding: 24px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.effect-l {
    width: 48%;
}

.effect-r {
    width: 49%;
}

.effect-dl dt {
    font-size: 20px;
    font-weight: 600;
    border-bottom: solid 1px #111;
    margin-bottom: 4px;
    padding-bottom: 4px;
}

.effect-dl dd {
    margin-bottom: 16px;
}
/*終わり*/  

/*<section class="reason">*/
.reason {
    margin-top: 80px;
}

.reason-in {
    padding: 40px;
    background-color: #5B5B5B;
    box-shadow: 0 0 40px rgba(0,0,0,0.25);
    text-align: center;
}

.reason-h2 {
    color: #fff;
    line-height: 1.8;
}

.reason-h2 .dot {
    color: #F6254C;
    font-size: 40px;
    padding-top: .15em;
    background-position: top left -10px;
    background-repeat: repeat-x;
    background-size: 1.3em .3em;
    background-image: radial-gradient(.10em .10em at center center,#F6254C,#F6254C 100%,transparent);
}

.reason-flex {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
    margin-top: 40px;
}

.reason-con {
    position: relative;
    width: 49%;
    background-color: #fff;
    padding: 24px 16px;
    font-size: 14px;
    text-align: left;
    margin-bottom: 3%;
}

.reason-title {
    font-size: 18px;
    color: #F6254C;
    font-weight: 600;
    text-align: center;
    padding: 8px 0;
}

.point-img {
    position: absolute;
    top: -16px;
    left: 24px;
    width: 10%;
}
/*終わり*/  

/*<section class="flow">*/
.flow-lead {
    margin-top: 40px;
    text-align: center;
}
/*終わり*/  


/*1401px以上*/
@media (min-width: 1401px) {
/*<section class="fv">*/
    .fv {
        height: 80vh;
    } 
/*終わり*/  
}
/*終わり*/  


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  

/*<section class="fv">*/
    .fv {
        height: 60vh;
        padding-top: 90px;
    }

    .fv-txt-area {
        width: 80%;
        background-color: rgba(17,17,17,0.8);
        z-index: 2;
    }    

    .fv-man {
        width: 40%;
        right: -2vw;
        z-index: 1;
    }
/*終わり*/  

/*<section class="movie">*/
    .movie-flex {
        display: block;
    }
/*終わり*/  

/*<section class="scene">*/
    .scene-flex {
        gap: 4%;
    }

    .scene-con {
        width: 25%;
    }

    .effect-con {
        display: block;
        padding: 24px 40px;
    }    

    .effect-l {
        width: 100%;
        margin-bottom: 40px;
    }
    
    .effect-r {
        width: 100%;
    }    
/*終わり*/  

/*<section class="reason">*/
    .reason-h2 .dot {
        background: none;
    }

    .reason-con {
        margin-bottom: 24px;
    }
/*終わり*/  
}


/*スマホ*/
@media (max-width: 599px) {
/*<section class="fv">*/
    .fv {
        height: 100vh;
        padding: 90px 1vw 0 1vw;
    }

    .fv-txt-area {
        width: 100%;
    }   
    
    .fv-txt-flex {
        width: 100%;
        gap: 0;
        justify-content: space-between;
    }

    .fv-txt-flex p::after {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .fv-h1 {
        font-size: 72px;
    }
    
    .fv-h1 span {
        font-size: 40px;
    }    
    
    .fv-man {
        width: 60%;
        right: -5vw;
    }
/*終わり*/  

/*<section class="movie">*/
    .movie {
        padding: 0;
    }

    .movie-in {
        padding: 40px 5vw;
    }

    .mv-create-img {
        height: 320px;
    }

    .creater-img {
        height: 320px;
    }

    .movie-txt h3,
    .creater-txt h3 {
        font-size: 24px;
    }

    .movie-txt p,
    .creater-txt p {
        font-size: 12px;
    }
/*終わり*/  

/*<section class="scene">*/
    .scene {
        padding: 0;
        margin-top: 0;
    }

    .scene-in {
        padding: 40px 5vw;
        box-shadow: none;
    }

    .scene-h2 {
        font-size: 24px;
    }

    .scene-flex {
        justify-content: space-between;
        gap: 0;
    }
    
    .scene-con {
        width: 46%;
        margin-bottom: 40px;
        font-weight: 600;
    }    

    .scene-h2-02 {
        font-size: 24px;
    }  
    
    .scene-h2-02 small {
        font-size: 12px;
        top: -10px;
    }
    
    .effect-con {
        padding: 16px;
    }    

    .effect-dl dt {
        font-size: 18px;
    }
/*終わり*/  

/*<section class="reason">*/
    .reason {
        padding: 0;
        margin-top: 0;
    }

    .reason-in {
        padding: 40px 5vw;
    }

    .reason-h2 {
        font-size: 20px;
    }

    .reason-h2 .dot {
        font-size: 32px;
    }

    .reason-con {
        width: 100%;
        margin: 0 auto 40px auto;
    }

    .point-img {
        width: 14%;
    }    
/*終わり*/  

}