@charset "utf-8";

.img_header .mv-img{
    width:61.5%;
}

.element-item.movie{
    border-radius: initial;
}
.element-item.movie .image {
    width:100%;
    margin:0 auto 10px;
}
.element-item.movie .image img{
    width:100%;
}

.item_icon{
    margin-bottom:60px;
}

.item_intro,.item_backsp{
    margin-bottom: 60px;
    margin-top: 30px;
}

.special_topics .intro_text{
    text-align: left;
    line-height: 1.8rem;
    font-size: 1.0rem;
}


/* ¥ì¥¹¥Ý¥ó¥·¥Ö */
/* ************************************************** */
/* »­Ãæ¤Îºá·ù¤¬1024px¤Þ¤Ç¤ÎˆöºÏ¤ÎCSS */
@media screen and (max-width:1024px){
/* ************************************************** */
    .img_header .mv-img{
        width:90%;
    }

    .thumb_icon{
        margin-bottom:30px;
    }
}

/* ************************************************** */
/* ¥¿¥Ö¥ì¥Ã¥È */
@media screen and (min-width: 500px) and (max-width: 835px){
/* ************************************************** */
    .grid {
        width: 83%;
    }
    .img_header .mv-img{
        width:95%;
    }

    .thumb_icon{
        margin-bottom:30px;
    }

}

@media screen and (min-width: 500px) and (max-width: 770px){
    .grid {
        width: 321px;
    }
}

/* ************************************************** */
/* iPHone4,iPhone5,iPhone5s,iPhone6,iPhone6 Plus ¿k*/
@media screen and (min-width: 0px) and (max-width: 499px){
/* ************************************************** */
    .img_header .mv-img{
        width:100%;
    }

    .thumb_icon{
        margin-bottom:30px;
    }
}