@charset "UTF-8";



/** Banner Area
-----------------------------------------------------
-----------------------------------------------------
*/

.brandingBanner {
    margin-top: 0;
}
.brandingBanner ul {
    margin-left: 0;
}
.brandingBanner ul li {
    float: left;
}
.brandingBanner ul li:nth-child(1) {
    width: 51.5%;
}
.brandingBanner ul li:nth-child(1) img {
    width: 99.8%;
}
.brandingBanner ul li:nth-child(2) {
    width: 24%;
    margin-left: 0.25%;
}
.brandingBanner ul li:last-child {
    width: 24%;
    margin-left: 0.25%;
}

.brandingBanner ul li p {
margin: 5px 0 0 0;
}

@media screen and (max-width: 767px) {

    .JS body {
        background: none;
    }

}

@media screen and (max-width: 495px) {
    .brandingBanner {
        margin: 0 auto;
    }

    .brandingBanner ul {
        display: block;  
        margin-left: 0;     
    }
    .brandingBanner ul li:nth-child(2) {
        width: 48.5%;
        padding-left: 0;
    }
    .brandingBanner ul li:last-child {
        width: 48.5%;
        padding-left: 2%;
    }

    .brandingBanner .wgt-spLayoutFloat {
        float: left;
        width: 48.5%;
    }
}


/** Clearfix
-----------------------------------------------------
-----------------------------------------------------
*/
.brandingBanner:after,
.clearfix:after { /zoom : 1; }

.brandingBanner:after,
.clearfix:after {
content: '';
display: block;
clear: both;
height: 0;
}



/** Thumb Style
-----------------------------------------------------
-----------------------------------------------------
*/

.mod-interactiveBanner {}
.mod-interactiveBanner.banner {}
.mod-interactiveBanner.banner.banner__interactive-banner {}

#mod-movieBlockScreen.movieBlockScreen {
display: none;
z-index: 2500;
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: #999;
opacity: 0.9;
}

.mod-overlaymovie {
z-index: 2800;
position: fixed;
top: 50%;
left: 50%;
width: 100%;
}

.mod-overlaymovie .btnmovieclose {
position: absolute;
top: 0;
right: -30px;
text-indent: -9999px;
}
.mod-overlaymovie .btnmovieclose a {
display: block;
width: 20px;
height: 20px;
background: url("/image/common/hht/branding_area/hht_interactive_banner/icon_close.png") 0 0 no-repeat;
}
.mod-overlaymovie .movie {
width: 100%;
background: #000;
}
.mod-overlaymovie .movie iframe {
width: 100%;
border: none !important;
}
.mod-overlaymovie .movieInfo {
display: table;
width: 100%;
height: 50px;
}

.mod-overlaymovie .movieInfo .linktitleCell {
display: table-cell;
box-sizing: border-box;
vertical-align: middle;
font-size: 0.7m;
line-height: 1.5em;
}

.mod-overlaymovie .movieInfo .linktitleCell.linktitle {
width: 60%;
padding: 10px 10px;
background: #fff;
}

.mod-overlaymovie .movieInfo .linktitleCell.linktitle a {
padding-right: 20px;
background: url("/image/common/jp/r1/icon/icon_link_right.gif") 100% 50% no-repeat;
color: #333;
text-decoration: none;
}
.mod-overlaymovie .movieInfo .linktitleCell.linktitle a:hover {
text-decoration: underline;
}
.mod-overlaymovie .movieInfo .linktitleCell.contentowner {
width: 40%;
padding: 10px;
background: #e60027;
text-align: center;
}
.mod-overlaymovie .movieInfo .linktitleCell.contentowner a {
padding-right: 20px;
background: url("/image/common/jp/r1/icon/icon_link_right_white.gif") 100% 50% no-repeat;
color: #fff;
text-decoration: none;
}

@media screen and (max-width: 964px) {
    .mod-overlaymovie .btnmovieclose {
        top: -22px;
        right: 0;
    }

    .mod-overlaymovie .movieInfo {
        font-size: 12px;
    }
}

@media screen and (max-width: 495px) {
    .mod-interactiveBanner.banner.banner__interactive-banner {
        width: 100%;
        height: auto;
    }

}