@charset "utf-8";

/* reset style
----------------------------------------------------------------- */
img {vertical-align: bottom;}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight:normal;
    font-size: inherit;
}

body, div, p, ol, ul, dl, dd, li {
    margin: 0;
    padding: 0;
}

li {list-style: none;}

a {
    text-decoration: none;
    color: #fff;
}

.none a {
    cursor: default;
}

small {
    font-size: 100%;
}

object {vertical-align: bottom;}

table {border-collapse: collapse;}

/* 02. Structure
----------------------------------------------------------------- */

body {
    font: 14px/1.714 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
    color: #fffffe;
}

/* thumbnailを印刷させない */
@media print {
    .printhide {
        visibility: hidden;
    }
}

/* container
-------------------------------------------------- */
#Container {
    background-color: #fff;
}

/* header
-------------------------------------------------- */
header {
    color: #000;
}

header .description {
    margin: 0 auto;
    max-width: 960px;
    padding: 10px 0;
    position: relative;
}

header .description .logoCatch {
    width: 177px;
    margin-top: -11px;
    position: absolute;
    top: 50%;
    right: 0;
}

header .description img {
    width: 100%;
    display: block;
}

/* footer
-------------------------------------------------- */
footer .sns .playSns {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #464646;
    box-shadow: 0 -2px 4px -2px rgba(37, 37, 37, 0.7);
    padding: 17px 0;
}

footer .sns .playSns li {
    margin-right: 15px;
    width: 52px;
}

footer .sns .playSns li a img {
    width: 100%;
    height: auto;
}

footer .sns .playSns li:last-child {
    margin-right: 0;
}

footer .authorization .copyright {
    text-align: center;
}

/* PC／SP共通 */
.thumbnail {
    background-color: #000;
}

.thumbnail .coming {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    text-align: center;
    display: block;
    padding: 3px 0;
}

.thumbnail .copyright {
    text-align: center;
    padding: 5px 0 0 0;
}

.static {
    color: #000;
    line-height: 1.8;
}
.static a {
    color: #000;
    text-decoration: underline;
}
.static a:hover {
    text-decoration: none;
}
.static .indent {
    margin-left: 1.3rem;
}

.static h1 {
    font-size: 1.6em;
    font-weight: bold;
}
.static h2 {
    padding-top: 2em;
    font-size: 1.2em;
    font-weight: bold;
}
.static h3 {
    padding-top: 1.0em;
    font-size: 1.1em;
    font-weight: bold;
}
.static h4 {
    font-size: 1.1em;
    padding-top: 1.0em;
}
.static p {
    padding-top: 1em;
}
.static h2 + p {
    padding-top: 0.5em;
}
#Faq .static dl {
    border-top: solid 1px #999;
    margin-bottom: 2em;
    padding-top: 1em;
}
#Faq .static dt:before {
    content :"Q： ";
    font-size: 30px;
    font-weight: bold;
    font-family: Arial Helvetica;
}
#Faq .static dt {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    text-indent: -2.5em;
    padding-left: 2.5em;
}
#Faq .static dd:before {
    content :"A： ";
    font-size: 30px;
    font-weight: bold;
    font-family: Arial Helvetica;
    color: #c00;
}
#Faq .static dd {
    text-indent: -2.5em;
    padding-left: 2.5em;
    font-size: 16px;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
    border-bottom: dotted 1px #999;
}

#Policy .static ol li {
    list-style: decimal;
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 1.3em;
    margin-top: 10px;
}

table.green th {
    background-color: #eeece1;
    font-weight: normal;
}
table.green td,
table.green th {
    border: #c4bc96 solid 1px;
    padding: 0.6rem 1rem;
}

table.green {
    margin-top: 1em;
}

ul.text_marker,
ol.text_marker {
    text-indent: -1.0rem;
    padding-left: 1.0rem;
}

.static dl {
    margin: 1rem 0;
}

.static dd {
    margin-bottom: 0.4rem;
}

dl.text_marker dd {
    padding-left: 1.3em;
}

.error {
    color: #000;
    font-size: 1.4em;
    text-align: center;
    margin: 2em 0;
}

.static ul.disc li {
    list-style: disc inside;
    margin-left: 0.5em;
    text-indent: -1.3em;
    padding-left: 1.3em;
}

iframe[name="google_conversion_frame"] {
    height: 0;
    line-height: 0;
    width: 0;
    border: none;
    position: absolute;
}

.banners {
    text-align: center;
    margin: 10px auto;
}
.banner {
    margin: 10px 0;
}
.banner img {
    width:100%;
    display: block;
}

.thumbnail:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: 100% auto;
}
.menu .thumbnail:before {
    background-image: url(../img/ico_playlist.png);
}
.play .thumbnail:before {
    background-image: url(../img/ico_player.png);
}

.lineUp .catch {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    box-sizing: border-box;
    padding: 0.3rem 0.4rem;
}

.catch p {
    overflow: hidden;
    max-height: 2.5em;
    line-height: 1.3;
}

.bangumiTitle {
    color: #f37800;
    font-weight: bold;
    display: block;
}

.thumbnail img {
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    width: 100%;
    display: block;
}

#List .lineUp .bangumiTitle {
    display: none;
}

.lineUp .newIcon {
    position: absolute;
    width:33px;
    top: -4px;
    left: 7px;
}
.lineUp .newIcon img {
    width: 100%;
    vertical-align: top;
}

/* PC向け */
@media (min-width:960px){
    header {
        padding: 0 10px;
    }
    #Top header {
        box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.3);
    }
    header .description h1 {
        width: 164px;
    }

    .spMoreLink {
        display: none;
    }

    #OpenRegister {
        width: 230px;
        display: none;
    }

    .thumbnail .copyright {
        font-size: 10px;
    }

    #Information {
        max-width: 960px;
        margin: 0 auto;
        padding: 20px;
    }

    #Information dl {
        display: -webkit-box;
        display: flex;
        color: #fff;
        -webkit-box-align: center;
        align-items: center;
        border: solid 2px #fabe00;
        border-radius: 5px;
        padding: 14px 20px;
        background-color: #000;
    }

    #Information dt {
        font-size: 26px;
        font-weight: bold;
        background: url(../img/ico_hukidashi.png) 0 center no-repeat;
        background-size: auto 28px;
        padding-left: 36px;
        margin-right: 30px;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        color: #fabe00;
    }

    #Information dd {
        font-size: 16px;
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
        color: #fff;
    }

    #Information .info {
        display: -webkit-flex;
        display: flex;
        padding-bottom: 0.5em;
        margin-bottom: 0.5em;
        border-bottom: #aaa dotted 1px;
    }
    #Information .info:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }
    #Information .info .date {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-right: 15px;
        font-weight: bold;
    }
    #Information .info .text {
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
    }

    .contentHeader {
        position: relative;
    }
    #Movie .contentHeader {
        background: url("../img/bg_pattern.png") 0 0 repeat #cacaca;
    }

    .contentHeader .thumbnail:before {
        width: 35px;
        height: 40px;
        margin: -16px 0 0 -20px;
    }

    .contentHeader .thumbnail {
        border-top: #ccc solid 2px;
    }

    #Top .contentHeader .thumbnail img {
        max-height: 660px;
    }

    #List .contentHeader .bangumiImage img {
        max-height: 150px;
        border-top: #ccc solid 2px;
    }
    #List .contentHeader .bangumiImage img {
        width: 100%;
    }

    .contentHeader .bangumiTitle {
        color: #fabe00;
    }

    .contentHeader .mainContent {
        position: relative;
        display: block;
        width: 100%;
    }

    .contentHeader .caption {
        width: 100%;
        position: absolute;
        left: 0;
        bottom: 0;
        z-index: 20;
        background-color: #000;
        line-height: 1;
        box-sizing: border-box;
        padding: 10px 0;
    }
    #List .contentHeader .caption {
        position: static;
        background-color: #000;
        line-height: 1;
        box-sizing: border-box;
        padding: 15px 0;
    }

    #Movie .contentHeader .caption {
        position: static;
    }

    .contentHeader .caption .captionText {
        max-width: 960px;
        margin: 0 auto;
        padding: 0 20px;
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
    }

    .contentHeader .newIcon {
        width: 100%;
        position: absolute;
        left: 0;
        top: -11px;
        z-index: 20;
    }

    .contentHeader .newIcon span {
        max-width: 960px;
        margin: 0 auto;
        display: block;
    }

    .contentHeader .caption .title {
        font-size: 26px;
        line-height: 1.4;
    }

    .contentHeader .caption .bangumiTitle {
        font-size: 30px;
    }

    .contentHeader .caption .oaTitle {
        font-size: 28px;
    }

    .contentHeader .caption .date {
        padding: 10px 0 0 0;
        font-size: 16px;
        color: #808080;
    }

    #Top .contentHeader .thumbnail:before {
        width: 120px;
        height: 138px;
        margin: -60px 0 0 -69px;
        z-index: 30;
    }

    #Top .contentHeader .thumbnail:after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 20;
        top: 0;
        left: 0;
        background-color: rgba(255, 255, 255, 0);
        transition: all 150ms ease-out;
    }

    #Top .contentHeader .thumbnail:hover:after {
        background-color: rgba(255, 255, 255, 0.6);
    }

    .abstract .movieLineUp,
    .abstract .bangumiText {
        max-width: 960px;
    }

    #TabContainer {
        margin: 40px auto 30px;
        max-width: 960px;
    }

    .tabsBox,
    #tabsLoading,
    .swipeBtn {
        display: none;
    }

    .abstract .movieLineUp {
        margin: 40px auto 30px;
    }
    .bangumiText {
        margin: 15px auto 30px;
        padding: 0 20px;
    }

    .movieLineUp .lineUp {
        margin-bottom: 25px;
    }

    #Top .movieLineUp .lineUp li:first-child {
        width: 464px;
    }
    #Top .movieLineUp .lineUp li:first-child .title {
        font-size: 18px;
    }
    #Top .movieLineUp .lineUp li:first-child .oaTitle {
        font-size: 16px;
    }
    #Top .movieLineUp .lineUp li:first-child .date {
        font-size: 12px;
    }
    #Top .movieLineUp .lineUp li:first-child .catch {
        font-size: 14px;
    }
    #Top .movieLineUp .lineUp li.play:first-child .thumbnail:before {
        width: 61px;
        height: 69px;
        margin: -35px 0 0 -30px;
    }
    #Top .movieLineUp .lineUp li.menu:first-child .thumbnail:before {
        width: 70px;
        height: 70px;
        margin: -35px 0 0 -35px;
    }
    #Top .movieLineUp .lineUp li:first-child .date span {
        display: inline-block;
    }
    #Top .movieLineUp .lineUp li:first-child .date span:first-child:after {
        content: " ┃";
    }

    .movieLineUp .lineUp > li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        width: 224px;
        margin:0 8px 20px;
    }

    .movieLineUp li > a {
        display: block;
        position: relative;
        border: transparent solid 2px;
        top: 0px;
        transition: all 150ms ease-out;
    }
    .movieLineUp .play > a:hover,
    .movieLineUp .menu > a:hover {
        border: 2px solid #fabe00;
        top: -5px;
        box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.5);
    }

    .movieLineUp .thumbnail {
        position: relative;
    }

    .movieLineUp .thumbnail:before {
        width: 30px;
        height: 35px;
        margin: -15px 0 0 -17px;
    }

    .movieLineUp .thumbnail img {
        width: 100%;
        height: auto;
    }

    .movieLineUp .caption {
        padding-top: 10px;
    }

    .movieLineUp .caption .title {
        font-size: 14px;
        line-height: 1.4;
        margin-bottom: 0.4rem;
    }

    .movieLineUp .caption .oaTitle {
        font-size: 12px;
        color: #333;
    }

    .movieLineUp .caption .date {
        color: #808080;
        font-size: 10px;
    }

    .movieLineUp .caption .date > span {
        display: block;
    }

    footer nav ul {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        background-color: #5c5c5c;
        box-shadow: 0 -2px 4px -2px rgba(37, 37, 37, 0.7);
        padding: 30px 0 20px;
    }

    footer nav ul li {
        border: #fabe00 solid 2px;
        border-radius: 5px;
        line-height: 42px;
        text-align: center;
        margin-right: 13px;
    }

    footer nav ul li:last-child {
        margin-right: 0;
    }

    footer nav ul li > a {
        display: block;
        font-weight: bold;
        background: url(../img/ico_arrow_yellow01.png) no-repeat;
        background-position: center right 5px;
        padding: 0.2rem 1.3rem;
    }

    footer nav ul li > a:hover {
        color: #fabe00;
    }

    footer .authorization .registration {
        padding: 30px 0 50px;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
    }

    footer .authorization {
        background-color: #000;
        padding-bottom: 30px;
        box-shadow: 0 -2px 4px -2px rgba(0, 0, 0, 0.9);
    }

    footer .authorization .registration li {
        margin-right: 50px;
    }

    footer .authorization .registration li:last-child {
        margin-right: 0;
    }

    footer .authorization .registration .jasrac {
        background: url(../img/jasrac.jpg) 0 0 no-repeat;
        background-size: 50px auto;
        padding-left: 60px;
        min-height: 50px;
    }

    footer .authorization .registration .nextone {
        background: url(../img/ico_nextone.png) 0 0 no-repeat;
        background-size: 50px auto;
        padding-left: 60px;
        min-height: 50px;
    }
    
    /* list.html
    --------------------------------------*/
    .abstract .contentHeader .officialSite {
        width: 200px;
        height: 50px;
        border: #fabe00 solid 2px;
        border-radius: 7px;
        display: block;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        margin-left: 1rem;

    }

    .abstract .contentHeader .officialSite a {
        display: block;
        line-height: 50px;
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        background: url(../img/ico_triangle_yellow02.png) 91% center no-repeat;

    }
    .abstract .bangumi {
        border-bottom: #5c5c5c dotted 2px;
    }
    .abstract .bangumi p {
        color: #000;
    }

    .abstract .bangumi p {
        font-size: 16px;
    }

    .movieLineUp h2,
    .bangumi h2 {
        background: url(../img/ico_movielist_pc.png) 0 5px no-repeat;
        font-size: 20px;
        font-weight: bold;
        padding: 0 5px 5px 38px;
        color: #000;
        background-size: auto 60%;
    }
    .bangumi h2 {
        background-image: url(../img/ico_info.png);
    }
    #Movie .bangumi h2 {
        background-image: url(../img/ico_book.png);
    }

    .static {
        max-width: 960px;
        margin: 60px auto;
        padding: 0 20px;
    }

    #Movie .mainContent {
        padding: 60px 0 40px;
    }

    #Movie .videoShare {
        position: absolute;
        top: 20px;
        left: 0;
        width: 100%;
        z-index: 60;
    }

    #Movie .shareWrap {
        width: 960px;
        text-align: right;
        margin-left: auto;
        margin-right: auto;
    }

    #Movie .shareWrap .shareTW,
    #Movie .shareWrap .shareFB {
        display: inline-block;
        vertical-align: top;
    }

    #Movie .shareWrap .shareFB .fb-share-button {
        line-height: 1;
    }

    #Movie .alternative_image {
        overflow: hidden;
    }

    #Movie object {
        background-color: #000;
    }

    #Modal {
        display: none;
    }

    #RegisterForm {
        display: block;
    }

    .mfp-content iframe {
        border-radius: 10px;
        border: solid 1px transparent;
        box-sizing: border-box;
    }

    .spOnly {
        display: none;
    }

    .contentHeader .catch {
        padding-bottom: 0.5rem;
        font-size: 18px;
    }

    .catch {
        font-size: 10px;
    }

    .captionText .left {
        -webkit-flex: 0 1 100%;
        flex: 0 1 100%;
    }

    .captionText:after {
        content: "";
        visibility: hidden;
        height: 0;
        clear: both;
        display: block;
    }

    .contentHeader .onAir:after {
        content: " ┃";
    }
    
    .banners {
        max-width: 960px;
        padding: 0 8px;
        box-sizing: border-box;
    }
    
    #Top .bxslider .movieLineUp:not(.new) {
        display: none;
    }

}
/* end PC向け */

/* SP向け */
@media (max-width:959px){
    body {
        font-size: 11px;
    }

    .main {
        padding: 15px;
        background-color: #FFFFFF;
        border-top: #ccc solid 1px;
    }

    .main.readme {
        background-color: #fff;
    }

    header {
        padding: 0;
    }

    header .description {
        -webkit-box-orient: vertical;
        flex-direction: column;
        padding: 10px 18px 10px 15px;
        background-color: #f3f3f3;
    }

    header .description h1 {
        width: 100px;
    }

    header .description .logoCatch {
        width: 96px;
        margin-top: -6px;
        padding-right: 15px;
    }

    .lineUp li.none .thumbnail:before {
        background-image: none;
    }

    .contentHeader > a,
    .lineUp li > a {
        display: block;
        position: relative;
        border: #fabe00 solid 1px;
    }

    .lineUp > li:not(:last-child) {
        padding-bottom: 20px;
        border-bottom: 1px solid #808080;
        margin-bottom: 25px;
    }

    #List .contentHeader .bangumiImage img {
        max-height: 150px;
        width: 100%;
    }

    .thumbnail {
        position: relative;
    }

    .caption {
        color: #000;
        padding: 10px 10px 0;
        line-height: 1.2;
        position: relative;
        font-size: 16px;
    }

    .caption .date {
        font-size: 10px;
        color: #808080;
        padding:5px 0 0 0;
    }

    .thumbnail:before {
        width: 35px;
        height: 40px;
        margin: -16px 0 0 -20px;
    }

    #List li:first-child {
        border: none;
        margin-top: 0;
    }

    footer nav ul {
        background-color: #5c5c5c;
    }

    footer nav ul li > a {
        display: block;
        font-size: 14px;
        text-align: center;
        font-weight: bold;
        background-size: auto 10px;
        color: #808080;
        position: relative;
    }

    footer nav ul li > a:after {
        position: absolute;
        right: 20px;
        top: 50%;
        margin-top: -2px;
        width: 6px;
        height: 6px;
        border-top: 1px solid #808080;
        border-right: 1px solid #808080;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        content: '';
    }

    footer nav ul li {
        border-top: #d8d8d8 solid 1px;
        height: 40px;
        line-height: 40px;
        background-color: #f3f3f3;
    }

    footer nav ul li:last-child {
        border-bottom: #353535 solid 1px;
    }

    footer .sns .playSns {
        padding: 15px 0;
    }

    footer .sns .playSns li {
        margin-right: 7px;
        width:40px;
    }
    footer .sns .playSns li a img {
        width:100%;
        height: auto;
    }

    footer .authorization .registration li {
        margin-bottom: 10px;
        font-size: 10px;
        text-align: left;
    }

    footer .authorization .registration li:last-child {
        margin-bottom: 0;
    }

    footer .authorization .registration .jasrac {
        background: url(../img/jasrac.jpg) 0 0 no-repeat;
        background-size: 37px auto;
        padding-left: 47px;
        min-height: 37px;
    }

    footer .authorization .registration .nextone {
        background: url(../img/ico_nextone.png) 0 0 no-repeat;
        background-size: 37px auto;
        padding-left: 47px;
        min-height: 37px;
    }

    footer .authorization .registration {
        padding: 15px 0 25px;
        display: inline-block;
    }

    footer .authorization {
        background-color: #000;
        padding-bottom: 10px;
        text-align: center;
    }

    .abstract .bangumi {
        padding: 15px 0 15px;
        border-bottom: 1px solid #808080;
        margin-bottom: 25px;
    }

    .static {
        padding: 20px;
    }

    .thumbnail .coming {
        font-size: 16px;
    }
    #Faq .static dt {
        font-size: 14px;
    }
    #Faq .static dd {
        font-size: 13px;
    }
    #Faq .static dt:before,
    #Faq .static dd:before {
        font-size: 22px;
    }
    .static h1,
    .static h2 {
        font-size: 15px;
    }

    .spMoreLink img {
        height: 13px;
    }

    .spMoreLink {
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .bangumiText {
        background-color: #fff;
        border: #fff solid 1px;
        border-radius: 7px;
        position: relative;
        font-size: 10px;
        color: #000;
        padding: 0.5rem 0.7rem;
    }

    .mainContent {
        position: relative;
    }

    .officialSite {
        padding-top: 10px;
    }

    .officialSite a {
        display: block;
        font-weight: bold;
        border: #fabe00 solid 2px;
        border-radius: 5px;
        font-size: 10px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: relative;
    }

    .officialSite a:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 7px;
        display: block;
        margin-top: -4px;
        width: 7px;
        height: 7px;
        border-top: 2px solid #fabe00;
        border-right: 2px solid #fabe00;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .pcOnly {
        display: none;
    }
    .catch {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        box-sizing: border-box;
        padding: 0.4rem 0.5rem;
    }

    .newIcon {
        position: absolute;
        width:33px;
        top: -4px;
        left: 7px;
    }
    .newIcon img {
        width: 100%;
        vertical-align: top;
    }

    .bangumiTitle {
        color: #fabe00;
    }

    .onAir:after {
        content: " ┃";
    }

    /* 個別動画ページ */
        /* TOPページタブ切り替え */
    #Top header {
        width: 100%;
        box-sizing: border-box;
        position: fixed;
        z-index: 9999;
    }

    #Top .fixed + .main {
        padding-top: 120px;
    }

    .tabsBox {
        width: 100%;
        display: none;
        overflow-x: auto;
        overflow-y: hidden;
        padding: 0;
    }

    .tabsIndex {
        padding: 0;
        margin: 0;
        list-style: none;
        display: table;
        background-color: #f3f3f3;
    }

    .tabsIndex li {
        font-size: 13px;
        display: inline-block;
        position: relative;
        text-align: center;
        vertical-align: bottom;
    }

    .tabsIndex li a {
        width: 100%;
        height: 100%;
        display: block;
        color: #FFFFFF;
        background: #000000;
        border-radius: 5px 5px 0 0;
        text-decoration: none;
        text-align: center;
        padding: 0.7rem;
        box-sizing: border-box;
    }

    .tabsIndex li.activeTab a {
        padding: 0.9rem 0.7rem;
    }

    .tabsIndex li a {
        font-weight: bold;
    }

    .tabsIndex li.pink a {background: #ff0d8b;}
    .tabsIndex li.green a {background: #79c500;}
    .tabsIndex li.red a {background: #e60012;}
    .tabsIndex li.blue a {background: #0054ab;}
    .tabsIndex li.deepBlue a {background: #0e3795;}
    .tabsIndex li.orange a {background: #f8811b;}

    .tabsIndex {
        border-bottom: 5px solid #000000;
    }


    .tabsIndex.pink {border-bottom: 5px solid #ff0d8b;}
    .tabsIndex.green {border-bottom: 5px solid #79c500;}
    .tabsIndex.red {border-bottom: 5px solid #e60012;}
    .tabsIndex.blue {border-bottom: 5px solid #0054ab;}
    .tabsIndex.deepBlue {border-bottom: 5px solid #0e3795;}
    .tabsIndex.orange {border-bottom: 5px solid #f8811b;}

    .tabsIndex.pink:after {border-color: #ff0d8b transparent transparent transparent;}
    .tabsIndex.green:after {border-color: #79c500 transparent transparent transparent;}
    .tabsIndex.red:after {border-color: #e60012 transparent transparent transparent;}
    .tabsIndex.blue:after {border-color: #0054ab transparent transparent transparent;}
    .tabsIndex.deepBlue:after {border-color: #0e3795 transparent transparent transparent;}
    .tabsIndex.orange:after {border-color: #f8811b transparent transparent transparent;}

    /* タブ切り替えアニメーション用 */
    .swipeBtn .swipeLeft {
        width: 50px;
        height: auto;
        position: fixed;
        top: 50%;
        left: -50px;
        margin-top: -50px;
    }

    .swipeBtn .swipeRight {
        width: 50px;
        height: auto;
        position: fixed;
        top: 50%;
        right: -50px;
        margin-top: -50px;
    }

    .swipeBtn .swipeLeft img,
    .swipeBtn .swipeRight img {
        width: 100%;
    }

    #tabsLoading {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    #Movie .videoShare .shareWrap {
        text-align: right;
    }

    #Movie .videoShare .shareWrap .shareTW,
    #Movie .videoShare .shareWrap .shareFB {
        display: inline-block;
        vertical-align: top;
    }

    #Movie .shareWrap .shareFB .fb-share-button {
        line-height: 1;
    }
    
    .banners {
        max-width: 480px;
    }
}
/* end SP向け */

/* retina 向け */
@media (max-width:640px){
    #List .contentHeader .bangumiImage img {
        max-height: 75px;
    }
    .banner {
        margin-top: 0px;
    }
}

/* toggle UI */
.toggle {
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.toggle input[type=checkbox] {
    position: absolute;
    visibility: hidden;
    z-index: -10;
}
.toggle input[type=checkbox] + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
}

input.toggle-round + label {
    padding: 2px;
    width: 140px;
    height: 20px;
    background-color: #dddddd;
    border-radius: 20px;
}
input.toggle-round + label:before,
input.toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
}
input.toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 20px;
    transition: background 0.4s;
    content: '利用再開する';
    text-align: center;
    text-indent: 0;
}
input.toggle-round + label:after {
    width: 22px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
}
input.toggle-round:checked + label {
    background-color: #c4ab35;
}
input.toggle-round:checked + label:before {
    background-color: #f2da68;
    content: '利用停止する';
}
input.toggle-round:checked + label:after {
    margin-left: 120px;
}
