@charset "UTF-8";

#gnav li a:hover {
    opacity: 0.6;
}


.section .copy_lg {
    font-size: 2rem;
}
.section .copy {
    line-height: 2.4rem;
}
.section .desc {
    line-height: 1.8rem;
}


.th .director {
    font-size: 1rem;
}
.th .actor {
    font-size: 1.2rem;
}

#trailer .movie {
    margin-bottom: 1.5rem;
}

.tit_wrp .title {
    font-size: 4.5rem;
}
.tit_wrp .title:after {
    height: 54px;
}


.dcol a {
    color: #1a4fa3;
}
.dcol a:hover {
    color: #f00;
}

/* news */
#news {
    margin-bottom: 4rem;
    padding: 2rem 0;
    text-align: center;
    line-height: 1.5;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#news h2 {
    display: inline;
    font-size: 1.5rem;
    margin-bottom: 10rem;
    border-bottom: 3px solid #1a4fa3;
}
#news h3 {
    font-size: 1.3rem;
    margin-top: 1.5rem;
}
#news h4 {
    font-size: 1.1rem;
    margin: .4rem 0 .2rem;
}
#news p {
    font-size: .95rem;
}
#news .copy {
    margin-top: 2rem;
    color: #000;
    line-height: 1.5;
}

#news .caption {
    margin-top: 1.5rem;
    font-size: .9rem;
}
#news a {
    color: #1a4fa3;
}
#news a:hover {
    color: #f00;
}
#news .sec1 {
    margin-bottom: 3rem;
}
#news .sec1 p {
    font-size: .8rem;
}


/* comment */
#comment {
    margin: 5rem auto 0;
}
#comment .comment_box {
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between
}
#comment .item {
    width: 46%;
    min-height: 100%;
}
#comment .item:nth-child(odd) {

}
#comment .item .desc_copy {
    width: 100%;
}
#comment .name span {
    padding-left: 0;
    font-size: 1.2rem;
}

/* --------------------------------
*
@media
*
---------------------------------- */
@media (max-width: 767px) {
    #header #gnav .menu li a {
        font-size: 1.4rem;
    }

    .tit_wrp .title {
        font-size: 3.75rem;
    }

    .tit_wrp .title:after {
        height: 36px;
    }
    #intro .tit_wrp .title:after {
        height: 72px;
    }
    #production_note .tit_wrp .title:after {
        height: 72px;
    }


    #cast .dcol .name {
        font-size: 1.55rem;
        }
    #cast .block.cast_rounded .dcol .name {
        margin-bottom: 0.3rem;
        font-size: 1.55rem;
    }
    #cast .block.cast_rounded .dcol .name_en {
        font-size: 1.15rem;
    }

    #staff .block.col_2 .dcol .name_en {
        font-size: 1.15rem;
    }


    #news {
        /* text-align: left; */
    }
    #news h3 {
        margin-top: 1.7rem;
    }
    #news p {
        margin-top: .6rem;
    }
    #news .caption {
        margin-top: 2rem;
    }
    #news .sec1 p {
        font-size: .85rem;
        text-align: left;
    }


    #comment {
    }
    #comment .item {
        width: 100%;
        margin-bottom: 1rem;
    }
    #comment .item:last-child {
        margin-top: 1rem;
    }
    #comment .item .name {
        font-size: 1.3rem;
        text-align: left;
    }
    #comment .name span {
        font-size: 1rem;
    }

}
