@charset "utf-8";
/* sitemap
========================================================================= */
#suntory_contents .movie_list .item a,
#suntory_contents .movie_list .item img{
    display: block;
}
#suntory_contents .movie_list .img_wrap{
    border: 1px solid #959595;
}
#suntory_contents .movie_list .item .link_text_blank{
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 12px;
    color: #222;
}

@media screen and (max-width: 767px) {
    #suntory_contents .movie_list .item{
        margin-bottom: 38px;
    }
}
@media print, screen and (min-width:768px) {
    #suntory_contents .movie_list{
        display: flex;
        flex-wrap: wrap;
        gap: 48px 31px;
    }
    #suntory_contents .movie_list .item{
        width: calc((100% - 62px) / 3);
    }
    #suntory_contents .movie_list .img_wrap{
        width: 100%;
        overflow: hidden;
    }
    #suntory_contents .movie_list .item .link_text_blank{
        font-size: 1rem;
        line-height: 1.31;
    }
    #suntory_contents .movie_list .item a:hover .link_text_blank{
        color: #A20026;
    }
}
@media screen and (min-width: 768px) and (max-width: 1164px) {
}