@charset "utf-8";

.page-production-01:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../images/production/production_bg_01.jpg) center no-repeat;
    background-size:cover;
}
.page-production-02:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../images/production/production_bg_02.jpg) center no-repeat;
    background-size:cover;
}
.page-production-03:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../images/production/production_bg_03.jpg) center no-repeat;
    background-size:cover;
}
.page-production-04:before{
    content:"";
    display:block;
    position:fixed;
    top:0;
    left:0;
    z-index:-1;
    width:100%;
    height:100vh;
    background:url(../images/production/production_bg_04.jpg) center no-repeat;
    background-size:cover;
}
.production-details {
    height: 100vh;
    overflow: auto;
    width: 58%;
    margin-left: auto;
    padding: 5% 3% 6%;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.6);
}

.production-ttl-img {
    max-width: 582px;
    width: 78%;
    padding-bottom: 5%;
}
.production-ttl {
    padding-bottom: 3%;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 2.3vw;
    font-weight: 700;
    line-height: 1.3;
    color: #FFF235;
}
.production-txt {
    font-size: 16px;
    text-align: justify;
    font-weight: 500;
    color: #FFF;
}
@media screen and (max-width:768px) {
    .production-details {
        width: 100%;
        margin: 0;
        padding: 12% 6% 6%;
        background-color: rgba(0,0,0,1);
    }
    .production-ttl {
        font-size: 5vw;
    }
    .production-img-sp {
        margin-bottom: 5%;
    }
    .production-txt {
        font-size: 14px;
    }
}