@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after {
    content: '';
    content: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    overflow-y: scroll;
    font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
    font-size: 16px;
    background-color: #f0f0f0;
    color: #000000;
}

::selection {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
}

a {
    text-decoration: none;
    color: #000;
}

.l-tvlp {
    position: relative;
}

@media screen and (min-width: 768px) {
    .l-tvlp.is-pc {
        min-width: 951px;
    }
}

.l-tvlp-content {
    padding-top: 0.1px;
}

.l-tvlp-content--w {
    background-color: #ffffff;
}

.l-tvlp-container {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1201px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
}

.l-tvlp-row {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.l-tvlp-col {
    position: relative;
    box-sizing: border-box;
    margin-top: 10px;
    display: flex;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .l-tvlp-col {
        width: 50%;
    }

    .l-tvlp-col:nth-of-type(2n+1) {
        padding-right: 3px;
    }

    .l-tvlp-col:nth-of-type(2n) {
        padding-left: 3px;
    }
}

@media screen and (max-width: 767px) {
    .l-tvlp-row--sp-col1 .l-tvlp-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .l-tvlp-row--col1 .l-tvlp-col {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .l-tvlp-row--col2 .l-tvlp-col {
        width: 50%;
    }

    .l-tvlp-row--col2 .l-tvlp-col:nth-of-type(2n+1) {
        padding-right: 6px;
    }

    .l-tvlp-row--col2 .l-tvlp-col:nth-of-type(2n) {
        padding-left: 6px;
    }
}

@media screen and (max-width: 767px) {
    .l-tvlp-row--sp-col3 .l-tvlp-col {
        width: 33.333%;
    }

    .l-tvlp-row--sp-col3 .l-tvlp-col:nth-of-type(3n+1) {
        padding-left: 0;
        padding-right: 5px;
    }

    .l-tvlp-row--sp-col3 .l-tvlp-col:nth-of-type(3n+2) {
        padding-right: 2.5px;
        padding-left: 2.5px;
    }

    .l-tvlp-row--sp-col3 .l-tvlp-col:nth-of-type(3n) {
        padding-left: 5px;
        padding-right: 0;
    }
}

@media screen and (min-width: 768px) {
    .l-tvlp-row--col3 .l-tvlp-col {
        width: 33.333%;
    }

    .l-tvlp-row--col3 .l-tvlp-col:nth-of-type(3n+1) {
        padding-right: 8px;
    }

    .l-tvlp-row--col3 .l-tvlp-col:nth-of-type(3n+2) {
        padding-right: 4px;
        padding-left: 4px;
    }

    .l-tvlp-row--col3 .l-tvlp-col:nth-of-type(3n) {
        padding-left: 8px;
    }
}

@media screen and (min-width: 768px) {
    .l-tvlp-row--col4 .l-tvlp-col {
        width: 25%;
    }

    .l-tvlp-row--col4 .l-tvlp-col:nth-of-type(4n+1) {
        padding-right: 9px;
    }

    .l-tvlp-row--col4 .l-tvlp-col:nth-of-type(4n+2) {
        padding-right: 6px;
        padding-left: 3px;
    }

    .l-tvlp-row--col4 .l-tvlp-col:nth-of-type(4n+3) {
        padding-right: 3px;
        padding-left: 6px;
    }

    .l-tvlp-row--col4 .l-tvlp-col:nth-of-type(4n) {
        padding-left: 9px;
    }
}

.l-tvlp-header .l-tvlp-container,
.l-tvlp-footer .l-tvlp-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .l-tvlp-header .l-tvlp-container {
        height: 49.5px;
    }
}

@media screen and (min-width: 768px) {
    .l-tvlp-header .l-tvlp-container {
        height: 52px;
    }
}

@media screen and (max-width: 767px) {
    .l-tvlp-footer .l-tvlp-container {
        height: 49.5px;
    }
}

@media screen and (min-width: 768px) {
    .l-tvlp-footer .l-tvlp-container {
        height: 53px;
    }
}

.c-tvlp-header {
    background-color: #ffffff;
}

.c-tvlp-header-logo {
    display: block;
    position: relative;
    line-height: 0;
}

.c-tvlp-header-logo img {
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-tvlp-header-logo {
        width: 104px;
        height: 13px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-header-logo {
        width: 144px;
        height: 18px;
    }
}

.c-tvlp-header-link {
    display: block;
    color: #333333 !important;
    background: url("/library/dis/cms/img/dcp/feature/mihoudai/common/btn_hdr_arw.png") no-repeat right center;
}

@media screen and (max-width: 767px) {
    .c-tvlp-header-link {
        font-size: 11px;
        font-size: 0.6875rem;
        background-size: 5px 8.5px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-header-link {
        font-size: 14px;
        font-size: 0.875rem;
        background-size: 6px 11px;
        padding-right: 15px;
        transition: all 0.3s;
    }

    .c-tvlp-header-link:hover {
        color: #315090 !important;
    }
}

.c-tvlp-footer {
    background-color: #000000;
    color: #ffffff;
}

.c-tvlp-footer-logo {
    display: block;
    line-height: 0;
}

@media screen and (max-width: 767px) {
    .c-tvlp-footer-logo img {
        width: 68px;
        height: 11px;
    }
}

@media screen and (max-width: 767px) {
    .c-tvlp-footer-copyright p {
        font-size: 7px;
        font-size: 0.4375rem;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-footer-copyright p {
        font-size: 10px;
        font-size: 0.625rem;
    }
}

.c-tvlp-heading-a {
    position: relative;
    color: #333333;

    font-weight: bold;
}

.c-tvlp-heading-a a {
    background: url("/library/dis/cms/img/dcp/feature/mihoudai/common/btn_hdg_arw.png") no-repeat right center;
}

@media screen and (max-width: 767px) {
    .c-tvlp-heading-a {
        font-size: 14px;
        font-size: 0.875rem;
        margin-top: 3em;
    }

    .c-tvlp-heading-a a {
        background-size: 8.5px 13px;
        padding-right: 15px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-heading-a {
        font-size: 20px;
        font-size: 1.25rem;
        margin-top: 2.5em;
    }

    .c-tvlp-heading-a a {
        background-size: 9px 15px;
        padding-right: 20px;
        transition: all 0.3s;
    }

    .c-tvlp-heading-a a:hover {
        color: #315090;
    }
}

.c-tvlp-pannel {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
}

@media screen and (max-width: 767px) {
    .c-tvlp-pannel {
        padding-bottom: 36px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-pannel {
        padding-bottom: 48px;
    }

    .c-tvlp-pannel:hover {
        transition: all 0.3s;
        opacity: 0.5 !important;
    }
}

.c-tvlp-pannel-thumbnail {
    display: block;
    position: relative;
    line-height: 0;
}

.c-tvlp-pannel-thumbnail img {
    width: 100%;
}

.c-tvlp-pannel-title {
    display: block;
    padding-top: .5em;
    color: #333333;
}

@media screen and (max-width: 767px) {
    .c-tvlp-pannel-title {
        margin: 0 7.5px 10px;
        font-size: 11px;
        font-size: 0.6875rem;
        line-height: 1.36;
        height: 2.04em;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-pannel-title {
        margin: 0 10px 5px;
        font-size: 12px;
        font-size: 0.75rem;
        line-height: 1.33;
        height: 2.66em;
    }
}

.c-tvlp-pannel .c-tvlp-label {
    position: absolute;
}

@media screen and (max-width: 767px) {
    .c-tvlp-pannel .c-tvlp-label {
        left: 7.5px;
        bottom: 22px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-pannel .c-tvlp-label {
        left: 10px;
        bottom: 30px;
    }
}

.c-tvlp-pannel .c-tvlp-update {
    position: absolute;
}

@media screen and (max-width: 767px) {
    .c-tvlp-pannel .c-tvlp-update {
        left: 7.5px;
        bottom: 6px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-pannel .c-tvlp-update {
        left: 10px;
        bottom: 10px;
    }
}

.c-tvlp-program {
    position: relative;
    display: block;
    background: #ffffff;
    width: 100%;
}

@media screen and (min-width: 768px) {
    .c-tvlp-program:hover {
        transition: all 0.3s;
        opacity: 0.5 !important;
    }
}

.c-tvlp-program-thumbnail {
    display: block;
    position: relative;
    line-height: 0;
}

.c-tvlp-program-thumbnail img {
    width: 100%;
}

.c-tvlp-program-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 767px) {
    .c-tvlp-program-footer {
        padding: 5.5px 8.5px 5.5px 7.5px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-program-footer {
        padding: 8px 15px 8px 10px;
    }
}

.c-tvlp-label {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.c-tvlp-label__item {
    display: block;
}

@media screen and (max-width: 767px) {
    .c-tvlp-label__item {
        margin-right: 2px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-label__item {
        margin-right: 4px;
    }
}

.c-tvlp-label__item--image {
    line-height: 0;
}

@media screen and (max-width: 767px) {
    .c-tvlp-label__item--image img {
        height: 14px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-label__item--image img {
        height: 18px;
    }
}

.c-tvlp-label__item--text span {
    display: block;
    margin: 0;
    background-color: #ffffff;
    padding-left: .3em;
    padding-right: .3em;
    font-feature-settings: "palt";
}

@media screen and (max-width: 767px) {
    .c-tvlp-label__item--text span {
        border: solid 1px #d9d9d9;
        line-height: 12px;
        height: 12px;
        overflow: hidden;
        font-size: 8px;
        font-size: 0.5rem;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-label__item--text span {
        border: solid 1px #d9d9d9;
        line-height: 15px;
        padding-top: 1px;
        font-size: 10px;
        font-size: 0.625rem;
    }
}

.c-tvlp-update {
    line-height: 1;
    display: flex;
    font-size: 10px;
    font-size: 0.625rem;
}

.c-tvlp-update strong {
    margin-right: .5em;
    color: #e62222;
    font-weight: bold;
}

.c-tvlp-update span {
    color: #666666;
}

.c-tvlp-schedule {
    position: relative;
    border-top: solid 1px #d9d9d9;
}

@media screen and (max-width: 767px) {
    .c-tvlp-schedule {
        padding-bottom: 58px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-schedule {
        padding-bottom: 48px;
    }
}

.c-tvlp-schedule-item {
    border-bottom: solid 1px #d9d9d9;
    padding-top: 10px;
    padding-bottom: 10px;
}

.c-tvlp-schedule-header {
    color: #333333;
}

.c-tvlp-schedule-body {
    display: flex;
}

.c-tvlp-schedule-body__text {
    color: #333333;
}

@media screen and (max-width: 767px) {
    .c-tvlp-schedule-body__text {
        font-size: 11px;
        font-size: 0.6875rem;
    }

    .c-tvlp-schedule-header {
        font-size: 11px;
        font-size: 0.6875rem;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-schedule {
        margin-top: 15px;
    }

    .c-tvlp-schedule-item {
        display: flex;
        align-items: flex-start;
    }

    .c-tvlp-schedule-body__text {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .c-tvlp-schedule-header {
        width: 16%;
        font-size: 14px;
        font-size: 0.875rem;
    }
}

.c-tvlp-button-a {
    display: block;
    position: relative;
    width: 100%;
    color: #333333;
    border-radius: 3px;
    background: #f0f0f0 url("/library/dis/cms/img/dcp/feature/mihoudai/common/btn_a_arw.png") no-repeat right center;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .c-tvlp-button-a {
        font-size: 10px;
        font-size: 0.625rem;
        padding: 10px 0 10px 8px;
        background-size: 12px 6.5px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-button-a {
        font-size: 14px;
        font-size: 0.875rem;
        padding: 15px 0 15px 20px;
        background-size: 20px 11px;
    }

    .c-tvlp-button-a:hover {
        transition: all 0.3s;
        color: #315090;
    }
}

.c-tvlp-button-b {
    position: relative;
    display: block;
    border: solid 1px #999999;
    border-radius: 3px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #333333;
    background: #ffffff url("/library/dis/cms/img/dcp/feature/mihoudai/common/btn_b_arw.png") no-repeat right center;
}

@media screen and (max-width: 767px) {
    .c-tvlp-button-b {
        font-size: 11px;
        font-size: 0.6875rem;
        padding: 0px 0 0px 8px;
        background-size: 15px 13px;
        height: 48px;
        line-height: 48px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-button-b {
        font-size: 16px;
        font-size: 1rem;
        padding: 0 0 0 20px;
        background-size: 18px 16px;
        line-height: 76px;
    }

    .c-tvlp-button-b:hover {
        transition: all 0.3s;
        color: #315090;
    }
}

.c-tvlp-button-c {
    background: #003c94;
    color: #fff;
    width: 100%;
}



/*  今後の見放題 */
.c-tvlp-button-black {
    position: relative;
    display: block;
    border: solid 1px #999;
    border-radius: 3px;
    width: 100%;
    font-weight: bold;
    text-align: center;
    color: #fff;
    background: #333 url("/library/dis/cms/img/dcp/feature/mihoudai/common/btn_white_arw.png") no-repeat right center;
}

@media screen and (max-width: 767px) {
    .c-tvlp-button-black {
    color: #fff;
        font-size: 11px;
        font-size: 0.6875rem;
        padding: 0px 0 0px 8px;
        background-size: 15px 13px;
        height: 48px;
        line-height: 48px;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-button-black {
        font-size: 16px;
        font-size: 1rem;
        padding: 0 0 0 20px;
        background-size: 18px 16px;
        line-height: 76px;
    }

    .c-tvlp-button-black:hover {
        transition: all 0.3s;
        color: #ccc;
    }
}




.c-tvlp-textlink {
    position: relative;
    text-decoration: underline;
    align-items: center;
    display: flex;
}

.c-tvlp-textlink a {
    color: #333333;
}

@media screen and (max-width: 767px) {
    .c-tvlp-textlink {
        font-size: 10px;
        font-size: 0.625rem;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-textlink {
        font-size: 14px;
        font-size: 0.875rem;
    }

    .c-tvlp-textlink a:hover {
        transition: all 0.3s;
        color: #315090;
    }
}

.c-tvlp-supplementation p {
    color: #333333;
}

@media screen and (max-width: 767px) {
    .c-tvlp-supplementation {
        font-size: 8px;
        font-size: 0.5rem;
        line-height: 1.375;
        padding: 20px 0;
    }
}

@media screen and (min-width: 768px) {
    .c-tvlp-supplementation {
        font-size: 10px;
        font-size: 0.625rem;
        line-height: 1.6;
        padding: 40px 0;
    }
}

.p-tvlp-unlimited-col-adult {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
}

.p-tvlp-unlimited-col-adult .c-tvlp-textlink {
    margin-left: 1em;
}

@media screen and (max-width: 767px) {
    .p-tvlp-unlimited-col-adult {
        margin-top: 20px;
    }
}

@media screen and (max-width: 767px) {
    .p-tvlp-buttonlist {
        padding-top: 48px;
        padding-bottom: 45px;
    }
}

@media screen and (min-width: 768px) {
    .p-tvlp-buttonlist {
        padding-top: 40px;
        padding-bottom: 58px;
    }
}

.p-tvlp-buttonlist-textlink .c-tvlp-textlink {
    justify-content: center;
}

@media screen and (max-width: 767px) {
    .p-tvlp-buttonlist-textlink .c-tvlp-textlink {
        margin-top: 30px;
    }
}



.p-tvlp-buttonlist-tsutaya {
    display: block;
    position: relative;
    border-radius: 3px;
    width: 100%;
    background-color: #073f91;
    background-repeat: no-repeat, no-repeat;
    background-position: right center, center center;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .p-tvlp-buttonlist-tsutaya {
        background-image: url("/library/dis/cms/img/dcp/feature/mihoudai/common/btn_tty_arw.png"), url("/library/dis/cms/img/dcp/feature/mihoudai/common/btn_tty_sp.png");
        background-size: 16px 13px, 197px 56px;
        height: 74px;
        margin-top: 20px;
    }
}

@media screen and (min-width: 768px) {
    .p-tvlp-buttonlist-tsutaya {
        background-image: url("/library/dis/cms/img/dcp/feature/mihoudai/common/btn_tty_arw.png"), url("/library/dis/cms/img/dcp/feature/mihoudai/common/btn_tty_pc.png");
        background-size: 20px 16px, auto auto;
        height: 98px;
        margin-top: 10px;
    }

    .p-tvlp-buttonlist-tsutaya__rollover {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        transition: all 0.3s;
    }

    .p-tvlp-buttonlist-tsutaya:hover .p-tvlp-buttonlist-tsutaya__rollover {
        background: rgba(0, 0, 0, 0.5);
    }
}

.p-tvlp-kv {
    position: relative;
    background: #073f91;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .p-tvlp-kv {
        padding-top: 15px;
    }
}

@media screen and (min-width: 768px) {
    .p-tvlp-kv {
        padding-top: 30px;
    }
}

.p-tvlp-kv-copy {
    display: flex;
    justify-content: center;
    font-feature-settings: "palt";
}

.p-tvlp-kv-copy p {
    font-weight: bold;
    border-top: solid 3px #fff;
    border-bottom: solid 3px #fff;
    line-height: 1;
}

.p-tvlp-kv-copy p strong {
    letter-spacing: -.2em;
}

@media screen and (max-width: 767px) {
    .p-tvlp-kv-copy p {
        padding: 7.5px 2px;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .p-tvlp-kv-copy p strong {
        font-size: 15px;
        font-size: 0.9375rem;
    }
}

@media screen and (min-width: 768px) {
    .p-tvlp-kv-copy p {
        padding: 10px 8px;
        font-size: 20px;
        font-size: 1.25rem;
    }

    .p-tvlp-kv-copy p strong {
        font-size: 22px;
        font-size: 1.375rem;
    }
}

.p-tvlp-kv-caption {
    position: relative;
    color: #c4c4c4;
    text-align: center;
}

.p-tvlp-kv-caption p {
    margin-top: 1.7em;
    line-height: 1.2;
}

@media screen and (max-width: 767px) {
    .p-tvlp-kv-caption p {
        font-feature-settings: "palt";
        font-size: 9px;
        font-size: 0.5625rem;
    }
}

@media screen and (min-width: 768px) {
    .p-tvlp-kv-caption p {
        font-size: 12px;
        font-size: 0.75rem;
    }
}

.p-tvlp-kv-logo {
    text-align: center;
    line-height: 0;
}

@media screen and (max-width: 767px) {
    .p-tvlp-kv-logo {
        margin-top: 11px;
    }

    .p-tvlp-kv-logo img {
        width: 315.5px;
        max-width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .p-tvlp-kv-logo {
        margin-top: 9px;
    }

    .p-tvlp-kv-logo img {
        width: 564px;
        height: 76px;
    }
}

@media screen and (max-width: 767px) {
    .p-tvlp-kv .l-tvlp-col {
        margin-top: 15px;
        margin-bottom: 5px;
    }

    .p-tvlp-kv .l-tvlp-col:nth-of-type(3) {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .p-tvlp-kv .l-tvlp-col {
        margin-top: 20px;
        margin-bottom: 10px;
    }
}

.p-tvlp-kv .c-tvlp-pannel {
    background-color: #073f91;
}

.p-tvlp-kv .c-tvlp-pannel-title {
    margin-left: 0;
    margin-right: 0;
    color: #fff;
}

.p-tvlp-kv .c-tvlp-label,
.p-tvlp-kv .c-tvlp-update {
    left: 0;
}

.p-tvlp-kv .c-tvlp-label__item--text span {
    background: #073f91;
    color: #fff;
    border-color: #3f6bbd;
}

@media screen and (max-width: 767px) {
    .p-tvlp-kv .c-tvlp-label__item--text span {
        line-height: 14px;
        height: 14px;
    }
}

@media screen and (min-width: 768px) {
    .p-tvlp-kv .c-tvlp-label__item--text span {
        line-height: 17px;
        padding-top: 1px;
    }
}

.p-tvlp-kv .c-tvlp-label__item--image img {
    border: solid 1px #3f6bbd;
}

.p-tvlp-kv .c-tvlp-update span {
    color: #cccccc;
}
