@charset "utf-8";

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#suntory_contents li {
    list-style-type: none;
}

#suntory_contents .bold {
    font-weight: bold;
}


#suntory_contents .movie_list_block ul.old_list li .linkarea {
    color: #881133;
    position: relative;
    padding: 0;
    margin: 5px 0 0;
    font-size: 13px;
}

#suntory_contents .movie_list_block .linkarea a {
    display: block;
    width: 100%;
    font-weight: normal;
    color: #881133;
    text-decoration: none;
    overflow: hidden;
    line-height: 1.6;
    letter-spacing: 1px;
    font-size: 13px;
}
#suntory_contents .movie_list_block .linkarea .no_linktxt{
    color: #881133;
    letter-spacing: 1px;
    font-size: 13px;

}

#suntory_contents .movie_list_block .font_12{font-size: 12px;}
#suntory_contents .movie_list_block .font_11{font-size: 11px;}
@media print,
screen and (min-width: 768px) {
    #suntory_contents #contents {
        padding-bottom: 0 !important;
    }
    #suntory_contents .movie_list_block .linkarea a:hover {
        color: #cc9999;
        text-decoration: underline;
    }
    #suntory_contents .movie_list_block ul.old_list li .category {
        width: 130px;
        height: 36px;
        background: #00aa44;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 14px;
        font-weight: bold;
        border-radius: 18px;
        margin: 0 0 4px 0;
    }
    #suntory_contents .movie_list_block ul.old_list li .category.wide{
        width: 150px;
    }
	#suntory_contents .movie_list_block ul.old_list li .category.spacer {
		width: 0;
	}
    #suntory_contents .movie_list_block ul.old_list li .category_title {
        position: relative;
        height: 36px;
        display: flex;
        align-items: center;
        color: #00aa44;
        font-size: 14px;
        font-weight: bold;
        margin: 0 0 4px 0;
        padding-left: 20px;
    }
    #suntory_contents .movie_list_block ul.old_list li .category_title::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color:#00aa44;
    }
    #suntory_contents .movie_list_block ul.old_list li .frame_outer {
        margin-bottom: 15px;
    }

    #suntory_contents .movie_list_block h2 {
        margin: 20px 0;
    }

    #suntory_contents .movie_list_block ul.old_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 0 30px 0;
    }

    #suntory_contents .movie_list_block ul.old_list li {
        width: 240px;
        min-height: 210px;
        margin: 0 0 20px 0;
    }
    #suntory_contents .movie_list_block ul.old_list.new_list li.no_category{
        margin-top: 40px;
    }
    #suntory_contents .movie_list_block ul.old_list.new_list li {
        width: 330px;
        /*min-height: 300px;*/
    }
    #suntory_contents .movie_list_block ul.list_last_none::after{
        content:"";
        display: block;
        width:33%;
    }
    #suntory_contents .movie_list_block ul.old_list li .frame_outer.new_icon{
        position: relative;
    }
    #suntory_contents .movie_list_block ul.old_list li .frame_outer.new_icon::after{
        content: 'NEW';
        position: absolute;
        top: 10px;
        right: 0;
        margin: auto;
        padding: 7px;
        color: red;
        font-weight: bold;
        font-size: 14px;
    }
    #suntory_contents .latest_movies_list img,
    #suntory_contents .old_list img {
        width: 100%;
    }

    .img-hover:hover,
    .js-modal-btn:hover {
        filter: alpha(opacity=70);
        opacity: 0.7;
    }
}

@media screen and (max-width: 767px) {

    #suntory_contents .mainCont .inner>h2 img {
        width: 100%;
    }

    #suntory_contents .latest_movies_list li img,
    #suntory_contents .old_list li img {
        width: 100%;
    }

    #suntory_contents .old_list li {
        width: 100%;
        height: 100%;
        margin: 0 0 30px;
        padding: 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
    }
    #suntory_contents .movie_list_block ul.old_list li .frame_outer {
        width: 50%;
    }
    #suntory_contents .movie_list_block ul.old_list li .linktxt{
        margin-top: 40px;
    }

    #suntory_contents .movie_list_block ul.old_list li.no_category .frame_outer{
        margin-top: 20px;
    }
    #suntory_contents .movie_list_block ul.old_list li.no_category .linktxt{
        margin-top: 17px;
    }
	#suntory_contents .movie_list_block ul.old_list li .category.spacer {
		display: none;
	}
    #suntory_contents .movie_list_block ul.old_list li .linkarea{
        width: 45%;
        margin-top: 0;
        margin-left: 5%;
    }

    #suntory_contents .movie_list_block ul.old_list li .category {
        width: 130px;
        height: 36px;
        letter-spacing: -0.05em;
        background: #00aa44;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 13px;
        font-weight: bold;
        border-radius: 18px;
        margin: 0 auto 5px;
    }
    #suntory_contents .movie_list_block ul.old_list li .category.wide{
        width: 150px;
    }
    #suntory_contents .movie_list_block ul.old_list li .category_title {
        position: relative;
        height: 36px;
        display: flex;
        align-items: center;
        color: #00aa44;
        font-size: 13px;
        font-weight: bold;
        margin: 0 0 4px 0;
        padding-left: 20px;
    }
    #suntory_contents .movie_list_block ul.old_list li .category_title::before{
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color:#00aa44;
    }
    #suntory_contents .movie_list_block ul.old_list li .frame_outer.new_icon{
        position: relative;
    }
    #suntory_contents .movie_list_block ul.old_list li .frame_outer.new_icon::after{
        content: 'NEW';
        position: absolute;
        top: 13px;
        left: 110%;
        margin: auto;
        color: red;
        font-weight: bold;
        font-size: 12px;
    }

    #suntory_contents .old_list li:first-child,
    #suntory_contents .btmBlock {
        margin-top: 20px;
    }
}

/* 20200123改修 */
#suntory_contents .movie_list_block ul.old_list li .linkarea {
    font-size: 1em;
    letter-spacing: 0.09em;
}

@media screen and (max-width: 767px) {
	#suntory_contents .old_list li:last-child{margin-bottom: 45px;}
}