/* CSS Document */
main img{
    max-width: 100%;
}
div > p:not(:last-of-type){
    margin-bottom: 1em;
}
section{
    margin-bottom: 5em;
}
.top{
    text-align: center;
}
.top_img img {
    max-width: initial;
}
.top_img {
    text-align: center;
    overflow: hidden;
    display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
			flex-wrap: wrap;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
	-webkit-align-content: center;
			align-content: center;
    margin-bottom: 3em;
}
.comment_txt {
    width: calc(100% - 230px);
    background: #fff;
    padding: 2em;
    border-radius: 20px;
    position: relative;
}
.comment_txt::after{
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 20px;
    border-color: transparent transparent transparent #fff;
    transform: translate(100%,-50%);
}
.comment .staff_img{
   max-width: 200px;
    text-align: center;
}
.comment .staff_img img{
    border-radius: 50%;
}
.comment .staff_img .img{
    margin-bottom: 1em;
}
.channel h3{
    text-align: center;
    margin-bottom: 1em;
}
.channel .channel_img{
    width: 50%;
    text-align: center;
}
.channel .channel_img img{
    max-width: 180px;
    width: 100%;
}
.channel .channel_caption{
    width: 50%;
}
.channel .channel_caption .btn_a{
    margin-top: 1em;
}
.member h3{
    text-align: center;
    margin-bottom: 1em;
}
.member .clm3 .member_item{
    width: 30%;
    margin-bottom: 3em;
}
.member .member_item dt{
    margin-top: 1em;
}
.member .member_item a{
    color: #000000;
}
.staff {
    background: #fff;
    padding: 3em 0;
}
.staff .title_box{
    text-align: center;
    margin-bottom: 3em;
}
.staff .title_box h2{
    margin-bottom: 1em;
}
.staff_wrap{
    margin-bottom: 5em;
}
.staff_box.flexbox{
    align-items: stretch;
}
.staff_box .staff_img{
    width: 30%;
    margin-right: -10%;
    position: relative;
}
.staff_box .staff_caption{
    width: 75%;
    background: #f7f7f7;
    padding: 2em 2em 2em 6em;
    margin-top: 3em;
    margin-bottom: -3em;
}
.staff_box .staff_caption h3{
    margin-bottom: 1em;
}
.staff_box .staff_info.flexbox{
    margin-bottom: 2em;
    align-items: baseline;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}
.staff_box .staff_info .en{
    margin: 0 2em;
}
.staff_box .staff_info .sns_list li{
    display: inline-block;
    margin: 0 .5em;
}
.staff_box .staff_info .sns_list img{
    width: 20px;
}
.playlist {
    margin-top: 6em;
}
.playlist h3{
    text-align: center;
    margin-bottom: 1em;
}
.playlist .movie_list.flexbox{
    -webkit-align-items: stretch;
    align-items: stretch;
}
.playlist .movie_list .movie_wrap{
    width: 100%;
    padding-top: 56.5%;
    position: relative;
}
.playlist .movie_list .movie_wrap iframe{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50% , -50%);
}
.playlist .movie_list .movie_title p{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.playlist .movie_list .movie_title{
    padding-right: 1em;
    text-align: left;
    margin-top: 1em;
}
.playlist .pagination p{
    margin: 0 10px;
    margin-bottom: 0;
}
.playlist .pagination_num li a{
    padding: 5px;
    border: 1px solid;
    margin: 0 4px;
    border-radius: 3px;
}
.playlist .pagination_num li.current a{
    border: none;
}
.column .column_list{
    margin-left: auto;
    margin-right: auto;
}
.column .column_item{
    width: 300px;
    margin-bottom: 20px;
}
.column .column_item .column_img{
    margin-bottom: 10px;
}
.column .column_item .column_sub{
    font-size: 12px;
    color: #888;
}
@media screen and (max-width:480px){
    .comment_txt{
        width: 100%;
        margin-bottom: 2em;
    }
    .comment_txt::after{
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 20px 7.5px 0 7.5px;
        border-color: #fff transparent transparent transparent;
        top: 100%;
        left: 50%;
        transform: translate(-50%,0%);
    }
    .comment .staff_img{
        margin: auto;
    }
    .channel .inner1280{
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .channel .channel_img{
        width: 30%
    }
    .channel .channel_caption{
        width: 65%;
        margin-left: auto;
    }
    .staff_box .staff_img{
        width: 70%;
        margin-right: auto;
        margin-left: auto;
    }
    .staff_box .staff_caption{
        width: 100%;
        padding: 4em 2em 2em;
        margin-top: -2em;
    }
    .staff_box .staff_caption .name{
        width: 100%;
        margin-bottom: .5em;
    }
    .staff_box .staff_info .en{
        margin-right: 1em;
        margin-left: 0;
    }
    .flexbox.clm4 li{
        width: 49%;
    }
    .column .column_item{
        width: 150px;
    }
}
