@charset "EUC-JP";
#mainTtl h1 {
    height: 110px;
    background: url(/tvcm/images/bg_mainttl.png) no-repeat 50% 0;
    -webkit-background-size: cover;
    background-size: cover;
}

p {
    line-height: 1.8;
}

.spNav {
    display: none;
}

#mainContainer h2 {
    margin-top: -30px;
    padding-top: 30px;
}

#mainContainer h3 {
    border: none;
    margin-top: 15px;
    margin-bottom: 0px
}
/* =====================================================================
      Main Content
* =================================================================== */
.mvCategoryBtn {
    margin-bottom: 40px;
}

.mvCategoryBtn i.fa{margin:0 5px 0px 0;
vertical-align: top;}



/*----------------------------------------------------
    movie list
--------------------------------------------------- */
video {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}

/*youtube表示用*/
.thumbWrapper {
    margin-bottom: 60px;
}

.thumbBox img.new {
    position: absolute;
    top: 0;
    left: 0;
}

.thumbBox img {
    width: 100%;
    height: auto;
}


.thumbBox p.thumb {
    margin: 0 0 20px 0;
}

.thumbBox p.thumb a:hover img{ 
	opacity: 0.8; }

.thumbBox p.thumb_sp {
    display: none;
}

.thumbBox p.ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0 0 40px 0;
}

.thumbBox p.ttl span {
    display: inline-block;
}

.thumbBox p.day {
    color: #666;
    font-size: 85%;
    margin: 0 0 20px 0;
}


@media screen and (min-width: 0) and (max-width: 767px) {
    #mainContainer h2 {
    margin-top: -15px;
    padding-top: 15px;
}

    .mvCategoryBtn {
        display: none;
    }
    /*SP Nav*/
    .spNav {
        display: block;
        margin-bottom: 20px;
    }
    .spNav .btn {
        width: 100%;
    }
    .spNav .dropdown-menu {
        width: 100%;
        padding: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }
    .spNav .dropdown-menu li {
        border-bottom: 1px solid #DDD;
    }
    .spNav .dropdown-menu a {
        padding: 10px;
        color: #c62a19;
    }
    .spNav .dropdown-menu li a.current {
        background: #c62a19;
        color: #fff;
    }
     /*SP　Youtube*/
  
    .thumbBox p.thumb_sp {
        display: block;
        margin: 20px 0;
    }
    .thumbBox p.thumb {
        display: none;
    }
}
