@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500;700&display=swap");
.u-red {
  color: #f0027f;
}

.u-blue {
  color: #002ac6;
}

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

body {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
}

.main-container {
  word-break: break-word;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.8.1
*/
html {
  color: #000;
  background: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del,
ins {
  text-decoration: none;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

/* h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;} */
q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

input,
button,
textarea,
select,
optgroup,
option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input,
button,
textarea,
select {
  *font-size: 100%;
}

body.device-type-desktop {
  overflow: scroll !important;
}

.wrapper .related-programs-subtitle-2TQOq {
  color: #333;
}

#rectangle-desktop {
  min-height: 250px;
  background: #dddddd;
  margin-bottom: 50px;
}

#rectangle-desktop,
#superbanner-mobile,
#rectangle-mobile {
  text-align: center;
}

.sp-nav-true #rectangle-mobile {
  padding-bottom: 7rem;
}

#superbanner-mobile iframe {
  vertical-align: bottom;
}

#superbanner-desktop {
  position: absolute;
  top: 0;
  right: 0;
  left: 352px;
  margin: auto;
  width: 728px;
  height: 90px;
}

@-webkit-keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.wrapper #common-onair {
  font-family: Noto Sans Japanese, sans-serif;
  font-size: 1.4rem;
  line-height: 2rem;
}
.wrapper #common-onair a.common-onair-scheduleHeaderButton-23Qrc {
  line-height: 2.4rem;
  color: #ffffff;
}
.wrapper #common-onair .common-onair-scheduleItemTimeActiveNow-1l0Wm {
  color: #ffffff;
}
.wrapper #common-onair .common-onair-scheduleItemTitleActive-1A491 {
  color: #ffffff;
}
.wrapper #common-onair .common-onair-scheduleHeaderDayOfWeek-1CJWq {
  color: #fff;
}
.wrapper #common-onair .common-onair-scheduleHeaderDate-2khQV {
  font-family: Noto Sans Japanese, sans-serif;
}

.social-button-icon {
  cursor: pointer;
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: relative;
  margin-bottom: 0.8rem;
  -webkit-transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
  transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
}

.social-button-icon > svg {
  fill: #fff;
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.social-button-facebook > svg {
  fill: #fff;
  width: 5rem;
  height: 5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.social-box {
  position: relative;
}
.social-box #social-button {
  display: block;
  text-align: center;
}
.social-box #social-button .social-button-icon {
  margin: 1rem 1rem 0rem;
  display: inline-block;
  vertical-align: middle;
}

.device-type-mobile .social-button {
  margin-bottom: 0;
}

.social-button-x {
  background-color: #000000;
}

.social-button-x:hover {
  background-color: rgba(0, 0, 0, 0.6) !important;
}

.social-button-twitter {
  background-color: #55acee;
}

.social-button-twitter:hover {
  background-color: rgba(85, 172, 238, 0.6);
}

.social-button-facebook {
  background-color: #1877f2 !important;
}

.social-button-facebook:hover {
  background-color: rgba(24, 119, 242, 0.6) !important;
}

.social-button-line {
  background-color: #00c300;
}

.social-button-line:hover {
  background-color: rgba(0, 195, 0, 0.6);
}

.page-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #212121;
}

.common-onair-scheduleHeaderButton-23Qrc {
  line-height: 3rem;
}

.wrapper .modal {
  display: none;
}
.wrapper .modal.active {
  display: block;
}
.wrapper .btn-more-box .load-more {
  display: none;
}

#common-footer a {
  font-size: 1.2rem;
}

.common-footer-sp-primaryContainer-19Olw {
  margin-top: 0 !important;
}

.wrapper .related-programs-container-21xlP a {
  background: #ffffff;
}
.wrapper .related-programs-container-21xlP a:hover {
  background: #ffffff;
}
.wrapper .present-moreLinkContainer-1iHUK a {
  color: #00a0c6;
}
.wrapper .present-circle-2iOfl {
  border-radius: 50%;
  position: absolute;
  right: 0.4rem;
  bottom: 0.7rem;
  width: 1.8rem;
  height: 1.8rem;
  opacity: 0.8;
  -webkit-transform: scale(1.3) rotate(0.001deg);
  transform: scale(1.3) rotate(0.001deg);
}
.wrapper .present-moreLink-3dBoY {
  padding-right: 3rem;
}
.wrapper .present-container-3kCP1 {
  margin-top: 0.6rem;
}
.wrapper .ranking-container-3O6CH {
  margin-top: 0.6rem;
}
.wrapper .present-moreLinkContainer-1iHUK {
  margin-top: 0;
}
.wrapper .present-container-3kCP1 {
  margin-bottom: 0.6rem;
}
.wrapper .present-header-1TvSX,
.wrapper .ranking-header-3Maul {
  font-size: 1.8rem;
}

.sp-header-banner,
.sp-footer-banner {
  text-align: center;
}

.param-link {
  cursor: pointer;
}

#common-onair {
  line-height: 2rem;
}
#common-onair a {
  text-decoration: none;
}

.cf:after, .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.cf, .clearfix {
  display: inline-block;
}

/* Hides from IE Mac */
* html .cf, * html .clearfix {
  height: 1%;
}

.cf, .clearfix {
  display: block;
}

.u-pink {
  color: #ff0066 !important;
}

.u-red {
  color: #FF0000 !important;
}

.u-orange {
  color: #FF9900 !important;
}

.u-blue {
  color: #0000FF !important;
}

.u-navy {
  color: #000080 !important;
}

.u-green {
  color: #008000 !important;
}

.u-black {
  color: #000000 !important;
}

.u-silver {
  color: #C0C0C0 !important;
}

.u-gray {
  color: #808080 !important;
}

.u-white {
  color: #ffffff !important;
}

.u-black {
  color: #000000 !important;
}

.u-mark {
  background: #fffc00;
  padding: 0.5rem;
  margin: 0 0.5rem;
}

.u-font-size-s {
  font-size: 80% !important;
  line-height: 80% !important;
}

.u-font-size-m {
  font-size: 100% !important;
  line-height: 100% !important;
}

.u-font-size-l {
  font-size: 150% !important;
  line-height: 160% !important;
}

.u-font-size-ll {
  font-size: 200% !important;
  line-height: 180% !important;
}

.u-f11 {
  font-size: 1.1rem !important;
}

.u-f12 {
  font-size: 1.2rem !important;
}

.u-f13 {
  font-size: 1.3rem !important;
}

.u-f14 {
  font-size: 1.4rem !important;
}

.u-f15 {
  font-size: 1.5rem !important;
}

.u-f16 {
  font-size: 1.6rem !important;
}

.u-f17 {
  font-size: 1.7rem !important;
}

.u-f18 {
  font-size: 1.8rem !important;
}

.u-f19 {
  font-size: 1.9rem !important;
}

.u-f20 {
  font-size: 2rem !important;
}

.u-f21 {
  font-size: 2.1rem !important;
}

.u-f22 {
  font-size: 2.2rem !important;
}

.u-f23 {
  font-size: 2.3rem !important;
}

.u-f24 {
  font-size: 2.4rem !important;
}

.u-f25 {
  font-size: 2.5rem !important;
}

.u-f26 {
  font-size: 2.6rem !important;
}

.u-f27 {
  font-size: 2.7rem !important;
}

.u-f28 {
  font-size: 2.8rem !important;
}

.u-f29 {
  font-size: 2.9rem !important;
}

.u-f30 {
  font-size: 3rem !important;
}

.u-f31 {
  font-size: 3.1rem !important;
}

.u-f32 {
  font-size: 3.2rem !important;
}

.u-f33 {
  font-size: 3.3rem !important;
}

.u-f34 {
  font-size: 3.4rem !important;
}

.u-f35 {
  font-size: 3.5rem !important;
}

.u-f36 {
  font-size: 3.6rem !important;
}

.u-f37 {
  font-size: 3.7rem !important;
}

.u-f38 {
  font-size: 3.8rem !important;
}

.u-f39 {
  font-size: 3.9rem !important;
}

.u-f40 {
  font-size: 4rem !important;
}

.u-tl {
  text-align: left !important;
}

.u-tc {
  text-align: center !important;
}

.u-tr {
  text-align: right !important;
}

.u-db {
  display: block !important;
}

.u-di {
  display: inline-block !important;
}

.u-fl {
  float: left !important;
}

.u-fr {
  float: right !important;
}

.u-b {
  font-weight: bold !important;
}

.u-cp {
  cursor: pointer !important;
}

.u-vt {
  vertical-align: top !important;
}

.u-vm {
  vertical-align: middle !important;
}

.u-vba {
  vertical-align: baseline !important;
}

.u-vbo {
  vertical-align: bottom !important;
}

.device-type-desktop .u-mtn {
  margin-top: 0 !important;
}
.device-type-desktop .u-mts {
  margin-top: 1rem !important;
}
.device-type-desktop .u-mtm {
  margin-top: 2rem !important;
}
.device-type-desktop .u-mtl {
  margin-top: 3rem !important;
}
.device-type-desktop .u-mtx {
  margin-top: 4rem !important;
}
.device-type-desktop .u-mtxl {
  margin-top: 5rem !important;
}
.device-type-desktop .u-mbn {
  margin-bottom: 0 !important;
}
.device-type-desktop .u-mbs {
  margin-bottom: 1rem !important;
}
.device-type-desktop .u-mbm {
  margin-bottom: 2rem !important;
}
.device-type-desktop .u-mbl {
  margin-bottom: 3rem !important;
}
.device-type-desktop .u-mbx {
  margin-bottom: 4rem !important;
}
.device-type-desktop .u-mbxl {
  margin-bottom: 5rem !important;
}
.device-type-desktop .u-mln {
  margin-left: 0 !important;
}
.device-type-desktop .u-mls {
  margin-left: 1rem !important;
}
.device-type-desktop .u-mlm {
  margin-left: 2rem !important;
}
.device-type-desktop .u-mll {
  margin-left: 3rem !important;
}
.device-type-desktop .u-mlx {
  margin-left: 4rem !important;
}
.device-type-desktop .u-mlxl {
  margin-left: 5rem !important;
}
.device-type-desktop .u-mrn {
  margin-right: 0 !important;
}
.device-type-desktop .u-mrs {
  margin-right: 1rem !important;
}
.device-type-desktop .u-mrm {
  margin-right: 2rem !important;
}
.device-type-desktop .u-mrl {
  margin-right: 3rem !important;
}
.device-type-desktop .u-mrx {
  margin-right: 4rem !important;
}
.device-type-desktop .u-mrxl {
  margin-right: 5rem !important;
}
.device-type-desktop .u-mra {
  margin-right: auto !important;
}
.device-type-desktop .u-mla {
  margin-left: auto !important;
}
.device-type-desktop .u-mca {
  margin-left: auto !important;
  margin-right: auto !important;
}
.device-type-desktop .u-ptn {
  padding-top: 0 !important;
}
.device-type-desktop .u-pts {
  padding-top: 1rem !important;
}
.device-type-desktop .u-ptm {
  padding-top: 2rem !important;
}
.device-type-desktop .u-ptl {
  padding-top: 3rem !important;
}
.device-type-desktop .u-ptx {
  padding-top: 4rem !important;
}
.device-type-desktop .u-ptxl {
  padding-top: 5rem !important;
}
.device-type-desktop .u-pbn {
  padding-bottom: 0 !important;
}
.device-type-desktop .u-pbs {
  padding-bottom: 1rem !important;
}
.device-type-desktop .u-pbm {
  padding-bottom: 2rem !important;
}
.device-type-desktop .u-pbl {
  padding-bottom: 3rem !important;
}
.device-type-desktop .u-pbx {
  padding-bottom: 4rem !important;
}
.device-type-desktop .u-pbxl {
  padding-bottom: 5rem !important;
}
.device-type-desktop .u-pln {
  padding-left: 0 !important;
}
.device-type-desktop .u-pls {
  padding-left: 1rem !important;
}
.device-type-desktop .u-plm {
  padding-left: 2rem !important;
}
.device-type-desktop .u-pll {
  padding-left: 3rem !important;
}
.device-type-desktop .u-plx {
  padding-left: 4rem !important;
}
.device-type-desktop .u-plxl {
  padding-left: 5rem !important;
}
.device-type-desktop .u-prn {
  padding-right: 0 !important;
}
.device-type-desktop .u-prs {
  padding-right: 1rem !important;
}
.device-type-desktop .u-prm {
  padding-right: 2rem !important;
}
.device-type-desktop .u-prl {
  padding-right: 3rem !important;
}
.device-type-desktop .u-prx {
  padding-right: 4rem !important;
}
.device-type-desktop .u-prxl {
  padding-right: 5rem !important;
}

.device-type-mobile .u-mtn {
  margin-top: 0 !important;
}
.device-type-mobile .u-mts {
  margin-top: 1rem !important;
}
.device-type-mobile .u-mtm {
  margin-top: 1.5rem !important;
}
.device-type-mobile .u-mtl {
  margin-top: 2rem !important;
}
.device-type-mobile .u-mtx {
  margin-top: 3rem !important;
}
.device-type-mobile .u-mtxl {
  margin-top: 3.5rem !important;
}
.device-type-mobile .u-mbn {
  margin-bottom: 0 !important;
}
.device-type-mobile .u-mbs {
  margin-bottom: 1rem !important;
}
.device-type-mobile .u-mbm {
  margin-bottom: 1.5rem !important;
}
.device-type-mobile .u-mbl {
  margin-bottom: 2rem !important;
}
.device-type-mobile .u-mbx {
  margin-bottom: 3rem !important;
}
.device-type-mobile .u-mbxl {
  margin-bottom: 3.5rem !important;
}
.device-type-mobile .u-mln {
  margin-left: 0 !important;
}
.device-type-mobile .u-mls {
  margin-left: 1rem !important;
}
.device-type-mobile .u-mlm {
  margin-left: 1.5rem !important;
}
.device-type-mobile .u-mll {
  margin-left: 2rem !important;
}
.device-type-mobile .u-mlx {
  margin-left: 3rem !important;
}
.device-type-mobile .u-mlxl {
  margin-left: 3.5rem !important;
}
.device-type-mobile .u-mrn {
  margin-right: 0 !important;
}
.device-type-mobile .u-mrs {
  margin-right: 1rem !important;
}
.device-type-mobile .u-mrm {
  margin-right: 1.5rem !important;
}
.device-type-mobile .u-mrl {
  margin-right: 2rem !important;
}
.device-type-mobile .u-mrx {
  margin-right: 3rem !important;
}
.device-type-mobile .u-mrxl {
  margin-right: 3.5rem !important;
}
.device-type-mobile .u-mra {
  margin-right: auto !important;
}
.device-type-mobile .u-mla {
  margin-left: auto !important;
}
.device-type-mobile .u-mca {
  margin-left: auto !important;
  margin-right: auto !important;
}
.device-type-mobile .u-ptn {
  padding-top: 0 !important;
}
.device-type-mobile .u-pts {
  padding-top: 1rem !important;
}
.device-type-mobile .u-ptm {
  padding-top: 1.5rem !important;
}
.device-type-mobile .u-ptl {
  padding-top: 2rem !important;
}
.device-type-mobile .u-ptx {
  padding-top: 3rem !important;
}
.device-type-mobile .u-ptxl {
  padding-top: 3.5rem !important;
}
.device-type-mobile .u-pbn {
  padding-bottom: 0 !important;
}
.device-type-mobile .u-pbs {
  padding-bottom: 1rem !important;
}
.device-type-mobile .u-pbm {
  padding-bottom: 1.5rem !important;
}
.device-type-mobile .u-pbl {
  padding-bottom: 2rem !important;
}
.device-type-mobile .u-pbx {
  padding-bottom: 3rem !important;
}
.device-type-mobile .u-pbxl {
  padding-bottom: 3.5rem !important;
}
.device-type-mobile .u-pln {
  padding-left: 0 !important;
}
.device-type-mobile .u-pls {
  padding-left: 1rem !important;
}
.device-type-mobile .u-plm {
  padding-left: 1.5rem !important;
}
.device-type-mobile .u-pll {
  padding-left: 2rem !important;
}
.device-type-mobile .u-plx {
  padding-left: 3rem !important;
}
.device-type-mobile .u-plxl {
  padding-left: 3.5rem !important;
}
.device-type-mobile .u-prn {
  padding-right: 0 !important;
}
.device-type-mobile .u-prs {
  padding-right: 1rem !important;
}
.device-type-mobile .u-prm {
  padding-right: 1.5rem !important;
}
.device-type-mobile .u-prl {
  padding-right: 2rem !important;
}
.device-type-mobile .u-prx {
  padding-right: 3rem !important;
}
.device-type-mobile .u-prxl {
  padding-right: 3.5rem !important;
}

.device-type-desktop .external-style, .device-type-desktop .device-type-mobile a.external-link.active:before, .device-type-mobile .device-type-desktop a.external-link.active:before, .device-type-desktop a.external-link:hover:before {
  content: "";
  width: 80px;
  height: 32px;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -32px;
  left: -8px;
  z-index: 1000;
}
.device-type-desktop a.external-link {
  position: relative;
}
.device-type-desktop .twitter-area a[target=_blank],
.device-type-desktop .instagram-area a[target=_blank] {
  display: block;
  position: relative;
}
.device-type-desktop .twitter-area a[target=_blank]:hover:before,
.device-type-desktop .instagram-area a[target=_blank]:hover:before {
  top: -22px;
}
.device-type-desktop #section-ticker a.external-link, .device-type-desktop .swiper-wholl-playlist a.external-link {
  display: block;
  position: relative;
}
.device-type-desktop #section-ticker a.external-link:hover:before, .device-type-desktop .swiper-wholl-playlist a.external-link:hover:before {
  left: 0px;
}

.device-type-mobile .external-style, .device-type-mobile a.external-link.active:before, .device-type-mobile .device-type-desktop a.external-link:hover:before, .device-type-desktop .device-type-mobile a.external-link:hover:before {
  content: "";
  width: 21.3333333333vw;
  height: 8.5333333333vw;
  display: block;
  background: url(/common/des/01/images/external.png) no-repeat;
  background-size: 100%;
  position: absolute;
  top: -8.5333333333vw;
  left: 0vw;
  z-index: 1000;
}
.device-type-mobile a.external-link {
  position: relative;
}
.device-type-mobile .twitter-area a[target=_blank],
.device-type-mobile .instagram-area a[target=_blank] {
  display: block;
  position: relative;
}

.protect-box {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -webkit-touch-callout: none;
}

.recommend-movie-ph {
  pointer-events: none;
}

img.protect {
  pointer-events: none;
}

.api-bnr .protect-box img {
  pointer-events: none;
}

img.protect.active {
  opacity: 1;
}

#Map {
  z-index: 3;
  position: relative;
}

#section-emergency > div {
  margin-top: 30px;
}
#section-emergency dl {
  margin-top: 30px;
  background: #ffffff;
  line-height: 2.4rem;
  font-weight: bold;
}
#section-emergency dt {
  background: #f0027f;
  color: #ffffff;
  padding: 10px;
  width: 130px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#section-emergency dd {
  border: 3px solid #f0027f;
  width: 1000px;
  color: #f0027f;
  padding: 20px;
  display: table-cell;
  vertical-align: middle;
}
#section-emergency a {
  color: #f0027f;
}
#section-emergency a:hover {
  text-decoration: none;
}
#section-emergency .fa-exclamation-triangle {
  font-size: 18px;
  margin-right: 10px;
}

.api-bnr .pc-large {
  width: 100%;
}
.api-bnr img {
  width: 100%;
}

.api-bnr-a > div {
  margin-top: 15px;
}
.api-bnr-a > div a {
  display: block;
}
.api-bnr-a > div a:nth-child(n+2) {
  margin-top: 15px;
}

.api-bnr-vod-b > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 30px;
}
.api-bnr-vod-b > div a {
  display: block;
}
.api-bnr-vod-b > div a:nth-child(2n) {
  margin-left: 30px;
}
.api-bnr-vod-b > div a img {
  max-height: 180px;
  width: auto;
}

.api-bnr-b > div {
  margin: -5px;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.api-bnr-b > div a {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 5px;
}
.api-bnr-b > div a img {
  width: 100%;
  height: auto;
}
.api-bnr-b > div a:last-child {
  margin-right: 0;
}

.api-bnr-vod-c > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.api-bnr-vod-c > div a {
  display: block;
}
.api-bnr-vod-c > div a:nth-child(2n) {
  margin-left: 20px;
}

.api-bnr-sns > div {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 10px 10px;
  width: 100%;
}
.api-bnr-sns > div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(50% - 5px);
  padding: 0;
}
.api-bnr-sns > div a img {
  width: 100%;
  height: auto;
}

.twitter-area + .sns-bnr-area .api-bnr-sns > div {
  gap: 20px 10px;
  width: 340px;
}
.twitter-area + .sns-bnr-area .api-bnr-sns > div a {
  width: 100%;
}

.api-bnr-vod-d > div {
  margin: -5px -5px 0px -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.api-bnr-vod-d > div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 5px;
}
.api-bnr-vod-d > div a img {
  width: 100%;
  height: auto;
}

.api-bnr-c > div {
  margin: 30px -5px 20px -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.api-bnr-c > div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 5px;
}
.api-bnr-c > div a img {
  width: 100%;
  height: auto;
}

.enhancedVodList-wrapper {
  background-color: #DADADA;
}

.enhancedVodList .item {
  width: 320px;
}
.enhancedVodList .item-anchor {
  font-family: "Noto Sans JP", "sans-serif";
  display: block;
  position: relative;
  text-decoration: none;
  color: #fff;
}
.enhancedVodList .item-inner-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.enhancedVodList .item-label {
  font-family: "Noto Sans JP", "sans-serif";
  position: absolute;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(350.32deg, #00D9EE 0%, #0073BF 88.11%);
  background: linear-gradient(99.68deg, #00D9EE 0%, #0073BF 88.11%);
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  padding: 6px 10px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  border-radius: 0px 0px 3px 0px;
}
.enhancedVodList .item-img {
  width: 213px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.enhancedVodList .item-img img {
  width: 100%;
  height: auto;
}
.enhancedVodList .item-logo {
  margin: auto;
}
.enhancedVodList .item-logo img {
  width: 100%;
  height: auto;
}
.enhancedVodList .item-logo-tver {
  width: 120px;
  text-align: center;
}
.enhancedVodList .item-logo-tver img {
  width: 80px;
}
.enhancedVodList .item-logo-telasa {
  width: 120px;
  text-align: center;
}
.enhancedVodList .item-logo-telasa img {
  width: 90px;
}
.enhancedVodList .item-inner-tver-text {
  background: -webkit-linear-gradient(350.32deg, #00D9EE 0%, #0073BF 88.11%);
  background: linear-gradient(99.68deg, #00D9EE 0%, #0073BF 88.11%);
}
.enhancedVodList .item-inner-telasa-text {
  background: #EA5504;
  padding: 22px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 60px;
}
.enhancedVodList .item-inner-text {
  padding: 11px 0 3px;
}
.enhancedVodList .item-text {
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
.enhancedVodList .itemText-num {
  font-size: 20px;
  line-height: calc(17 / 22);
}
.enhancedVodList .item-text-tver {
  font-size: 14px;
  line-height: calc(19 / 14);
}
.enhancedVodList .item-text-tver span {
  color: #FFF066;
}
.enhancedVodList .item-text-tver-special {
  font-size: 12px;
  line-height: calc(14 / 12);
  margin-top: 3px;
}
.enhancedVodList .item-text-telasa {
  font-size: 14px;
  line-height: calc(17 / 16);
}

body.top .enhancedVodList .item + .item {
  margin-top: 20px;
}
body.top .enhancedVodList .item-inner-text {
  padding: 12px 0 11px;
  min-height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.top .bnr-vod-horizontal .enhancedVodList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 0;
  background-color: #DADADA;
}
body.top .bnr-vod-horizontal .enhancedVodList .item + .item {
  margin-top: 0px;
  margin-left: 30px;
}

body.second .enhancedVodList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 1080px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 0;
}
body.second .enhancedVodList .item + .item {
  margin-left: 30px;
}
body.second .enhancedVodList .item-inner-text {
  padding: 12px 0 11px;
  min-height: 59px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

body #wrapper #section-movie-info {
  display: block;
}
body #wrapper .parts-sp-hamburger {
  display: none;
}
body #wrapper .main-container {
  width: auto;
}
body #wrapper .wrap-container {
  display: block;
}
body #wrapper #contents-wrap .api-bnr-c div {
  margin-bottom: 20px;
}
body #wrapper #contents-wrap .api-bnr-c div a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc((100% / 4));
  padding: 3px;
}
body #wrapper .aside-container {
  margin: 20px 0 0;
  width: 100%;
}
body #wrapper #section-movie-news {
  display: block;
}
body #wrapper #section-movie-info .parts-story-top .next-movie {
  background: #ffffff;
  width: auto;
  margin-bottom: 30px;
  padding: 30px 0;
}
body #wrapper #section-movie-info .parts-story-top .next-movie .inner {
  width: 540px;
  margin: 0 auto;
}
body #wrapper #section-movie-info .parts-story-top .next-movie .cap-box {
  margin: 0 auto;
}
body #wrapper #section-movie-info .parts-story-top .next-movie .btn-box a {
  margin: 0;
}
body #wrapper #common-related-programs {
  padding-top: 20px;
}
body #wrapper #story-top {
  margin-right: 0px;
}
body #wrapper #common-present, body #wrapper #common-ranking {
  display: none !important;
}
body #wrapper .related-programs-listItem-dykCt {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 calc(20% - 8px);
  -ms-flex: 0 0 calc(20% - 8px);
  flex: 0 0 calc(20% - 8px);
}

body {
  -webkit-text-size-adjust: 100%;
}

p,
h2,
div {
  max-height: 999999px;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 62.5%;
}

.device-type-mobile,
.sp {
  display: none !important;
}

.main-container {
  color: #333333;
}
.main-container a:link,
.main-container a:visited,
.main-container a:hover,
.main-container a:active {
  color: #333333;
}
.main-container a:link,
.main-container a:visited {
  text-decoration: underline;
}
.main-container a:hover,
.main-container .a:active {
  text-decoration: none;
}

.shadow {
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
}

.hover-shadow {
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17), 0 3px 5px rgba(0, 0, 0, 0.23);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.17), 0 3px 5px rgba(0, 0, 0, 0.23);
}

.sdw, #page-up, body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail, #wrapper .contents-box {
  -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.1);
}

.opac {
  opacity: 1;
  filter: alpha(opacity=100);
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.opac:hover {
  -webkit-animation: backToOpac1 0.7s linear 0s;
  animation: backToOpac1 0.7s linear 0s;
}

@-webkit-keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes backToOpac1 {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
#wrapper {
  font-size: 1.6rem;
  line-height: 3.2rem;
  background: url(../common-img/container_top_bg_pc.png) no-repeat center top, url(../common-img/bg_wrapper_grad_pc.png) repeat-x center top, url(../common-img/pattern.png) repeat center top, -webkit-linear-gradient(135deg, #005eea 0%, #00c0fa 100%);
  background: url(../common-img/container_top_bg_pc.png) no-repeat center top, url(../common-img/bg_wrapper_grad_pc.png) repeat-x center top, url(../common-img/pattern.png) repeat center top, linear-gradient(-45deg, #005eea 0%, #00c0fa 100%);
  background-size: 1560px auto, 2px auto, 75px auto, 100% auto;
  font-family: "M PLUS Rounded 1c", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif";
  min-width: 1080px;
}
#wrapper img {
  vertical-align: bottom;
  max-width: 100%;
}
#wrapper #header-wrap {
  min-width: 1080px;
}
#wrapper #contents-wrap {
  min-width: 1080px;
  background-size: 100px auto;
  padding-bottom: 40px;
}
#wrapper .btn-box {
  text-align: center;
  text-decoration: none;
}
#wrapper .btn-box.inline a {
  display: inline-block;
}
#wrapper .btn-box a {
  position: relative;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding: 13px 50px;
  display: block;
  background: #00a0c6;
  color: #ffffff;
  text-decoration: none;
  border-radius: 100px;
  margin: 0 auto;
  min-width: 280px;
  display: inline-block;
}
#wrapper .btn-box a:after {
  content: "";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 2.1rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  color: #ffffff;
}
#wrapper .btn-box a.arrow-bottom:after {
  content: "";
}
#wrapper .btn-box.left {
  text-align: left;
}
#wrapper .btn-box.right {
  text-align: right;
}
#wrapper .btn-box.recommend-movie-anchor-btn-box {
  margin-bottom: 20px;
}
#wrapper .btn-box.recommend-movie-anchor-btn-box a {
  font-size: 20px;
}
#wrapper .con {
  position: relative;
  width: 1080px;
  margin: 0 auto;
}
#wrapper .flex,
#wrapper .flex-r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#wrapper .flex .ph-box,
#wrapper .flex-r .ph-box {
  width: 30%;
}
#wrapper .flex .ph-box img,
#wrapper .flex-r .ph-box img {
  width: 100%;
}
#wrapper .flex > .txt-box,
#wrapper .flex-r > .txt-box {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#wrapper .flex .ph-box {
  margin-right: 20px;
}
#wrapper .flex-r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
#wrapper .flex-r .ph-box {
  margin-left: 20px;
}
#wrapper .catch-copy {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  line-height: 4.2rem;
  margin-bottom: 20px;
}
#wrapper .read-box:last-child {
  margin-bottom: 0;
}
#wrapper .img-box img {
  width: 100%;
  height: auto;
}
#wrapper .img-box1 {
  text-align: center;
}
#wrapper .img-box1 img {
  max-width: 680px;
  height: auto;
}
#wrapper .img-box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}
#wrapper .img-box2 li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 2);
  padding: 0 5px;
}
#wrapper .img-box2 li img {
  width: 100%;
  height: auto;
}
#wrapper .img-box3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -5px;
}
#wrapper .img-box3 li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% / 3);
  padding: 0 5px;
}
#wrapper .img-box3 li img {
  width: 100%;
  height: auto;
}
#wrapper .pc-rectangle-banner {
  margin-bottom: 15px;
}
#wrapper .modal {
  position: relative;
  outline: none;
}
#wrapper .cap-box {
  min-height: 180px;
  position: relative;
}
#wrapper .cap-box .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  display: inline-block;
}
#wrapper .cap-box img {
  width: 100%;
  height: auto;
}
#wrapper .main-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 760px;
}
#wrapper .aside-container {
  margin-left: 20px;
  width: 300px;
  margin-top: 40px;
}
#wrapper .wrap-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper .wrap-container .txt-box {
  position: relative;
}
#wrapper #social-official {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
#wrapper #social-official .social-button-facebook-2yKe0 {
  margin-right: 10px;
}
#wrapper #social-official .social-button-twitter-2Giuq {
  padding-left: 5px;
}
#wrapper #section-intro .contents-box {
  padding: 50px 60px;
}
#wrapper .contents-box {
  background: white;
  position: relative;
  z-index: 2;
  border-radius: 16px;
  margin-top: 60px;
  padding: 50px 120px;
}
#wrapper .contents-box .ttl-box {
  margin-bottom: 10px;
}
#wrapper .contents-box .ttl-box .ttl {
  line-height: 2.3rem;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
#wrapper .h1-ttl-box {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-weight: bold;
}
#wrapper .h1-ttl-box .date {
  font-size: 1.3rem;
  line-height: 2.8rem;
  background: #dddddd;
  padding: 0 8px;
  display: inline-block;
  margin-bottom: 8px;
}
#wrapper .h1-ttl-box h1 {
  font-size: 2.6rem;
  line-height: 3.8rem;
}
#wrapper .h1-ttl-box span {
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: 10px;
}
#wrapper .h2-ttl, #wrapper .h2-ttl-inner {
  background: -webkit-gradient(linear, left top, right top, from(#00c0fa), to(#005eea));
  background: -webkit-linear-gradient(left, #00c0fa 0%, #005eea 100%);
  background: linear-gradient(90deg, #00c0fa 0%, #005eea 100%);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 46px;
  margin-bottom: 30px;
  border-radius: 8px;
}
#wrapper .h2-ttl span, #wrapper .h2-ttl-inner span {
  font-weight: bold;
  font-size: 2.6rem;
  color: #fff;
}
#wrapper .h2-ttl-out {
  font-weight: bold;
  font-size: 2.8rem;
  padding: 0rem 1.5rem 2.5rem;
  text-align: center;
  margin-top: 5rem;
}
#wrapper .h2-ttl-out span {
  font-size: 1.4rem;
  display: block;
}
#wrapper .h2-ttl-inner {
  margin: 4rem -4rem 2rem;
}
#wrapper .h3-ttl {
  font-weight: bold;
  font-size: 1.8rem;
  margin-top: 30px;
  color: #00c0fa;
}
#wrapper .h3-ttl-a {
  height: 40px;
  margin: 40px auto 16px;
  color: #00c0fa;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #00c0fa;
}
#wrapper .h3-ttl-a:first-of-type {
  margin-top: 0;
}
#wrapper .h3-ttl-b {
  background: rgba(0, 0, 0, 0.15);
  font-size: 20px;
  padding: 12px 20px;
  margin-top: 30px;
}
#wrapper .h3-catch {
  text-align: center;
  font-size: 3.2rem;
  line-height: 5.2rem;
  letter-spacing: 0.025em;
  text-shadow: 4px 0 6px white, -4px 0 6px white, 0 4px 6px white, 0 -4px 6px white;
}
#wrapper .h3-catch .small {
  font-size: 2.6rem;
}
#wrapper .h3-catch .d-button {
  position: relative;
  padding: 0 17px 0 15px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  color: #fff;
  text-shadow: none;
}
#wrapper .h3-catch .d-button::before {
  position: absolute;
  content: "";
  top: 48%;
  left: 50%;
  background: #ff0066;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  -webkit-box-shadow: 0 3px 0 #cc0052, 4px 0 6px white, -4px 0 6px white, 0 4px 6px white, 0 -4px 6px white;
  box-shadow: 0 3px 0 #cc0052, 4px 0 6px white, -4px 0 6px white, 0 4px 6px white, 0 -4px 6px white;
}
#wrapper .h4-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
body.top #wrapper #header-image {
  width: 1080px;
  height: 196px;
  padding-top: 20px;
  padding-bottom: 15px;
}
body.top #wrapper #section-intro {
  text-align: center;
}
body.top #wrapper #section-intro .contents-box {
  background: url(../common-img/intro_dec_top_pc.png) no-repeat center top, url(../common-img/intro_dec_bottom_pc.png) no-repeat center bottom, white;
}
body.top #wrapper #section-intro .marker {
  position: relative;
}
body.top #wrapper #section-intro .marker::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 1.5em;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #ff0066));
  background: -webkit-linear-gradient(transparent 90%, #ff0066 90%);
  background: linear-gradient(transparent 90%, #ff0066 90%);
}
body.top #wrapper #section-intro .present-img {
  margin-top: 30px;
  margin-bottom: 10px;
  background: url(../common-img/bg_present_pc.png) repeat center top;
  border-radius: 6px;
  display: inline-block;
  padding: 4px;
}
body.top #wrapper #section-intro .deadline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 514px;
  height: 48px;
  border: 2px solid #00c0fa;
  background: #fff;
  border-radius: 8px;
  margin: 30px auto 0;
  font-weight: bold;
  font-size: 22px;
}
body.top #wrapper #section-intro .deadline .u-blue {
  color: #00c0fa !important;
  margin-right: 1em;
}
body.top #wrapper #section-intro .deadline .date span.large {
  color: #ff0066;
  font-size: 130%;
}
body.top #wrapper #section-drama .contents-box {
  background: none;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
body.top #wrapper #section-drama .h2-ttl, body.top #wrapper #section-drama .h2-ttl-inner {
  background: none;
  text-shadow: 0 3px 0 rgba(0, 0, 0, 0.1);
}
body.top #wrapper #section-drama .h2-ttl span, body.top #wrapper #section-drama .h2-ttl-inner span {
  font-size: 30px;
}
body.top #wrapper #section-drama ul.drama-list-wrap {
  text-indent: 0;
  margin-left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 40px 36px;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list {
  width: 336px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 0;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list::before {
  display: none;
  content: "";
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-img {
  width: 100%;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-img img {
  width: 100%;
  height: auto;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  width: 100%;
  padding: 8px 12px 12px;
  border-radius: 0 0 8px 8px;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail .drama-date {
  font-weight: bold;
  font-size: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail .drama-date .day {
  font-size: 70%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 36px;
  height: 36px;
  border-radius: 100px;
  background: #ff0066;
  margin-right: 5px;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail .drama-date .date-text .small {
  font-size: 70%;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail .btn-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  width: 100%;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail .btn-wrap a {
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  margin-right: 8px;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail .btn-wrap a:last-of-type {
  margin-right: 0;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail a {
  display: block;
  width: 100%;
  height: 36px;
  border-radius: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 8px;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail a:after {
  content: "";
  font-family: FontAwesome;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 18px;
  font-size: 2rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 4px;
  color: #ffffff;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail a.btn-official {
  color: #00a0c6;
  border: 2px solid #00a0c6;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail a.btn-official:after {
  color: #00a0c6;
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail a.btn-tver {
  background: -webkit-gradient(linear, left top, right top, from(#00c0fa), to(#005eea));
  background: -webkit-linear-gradient(left, #00c0fa 0%, #005eea 100%);
  background: linear-gradient(90deg, #00c0fa 0%, #005eea 100%);
}
body.top #wrapper #section-drama ul.drama-list-wrap li.drama-list .drama-detail a.btn-telasa {
  background: #ea5404;
}
body.top #wrapper #section-terms,
body.top #wrapper #section-about-tver {
  letter-spacing: 0.025em;
}
body.top #wrapper ol {
  margin-left: 2.25rem;
  margin-top: 20px;
}
body.top #wrapper ol li {
  line-height: 1.5;
  margin-top: 10px;
}
body.top #wrapper ol li:first-of-type {
  margin-top: 0;
}
body.top #wrapper ol li ul.attention-area {
  margin-top: 5px;
}
body.top #wrapper ul.attention-area {
  margin-top: 20px;
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1.25em;
}
body.top #wrapper ul.attention-area li {
  font-size: 1.4rem;
  line-height: 1.5;
  margin-top: 10px;
}
body.top #wrapper ul.attention-area li:first-of-type {
  margin-top: 0;
}
body.top #wrapper ul.attention-area li:before {
  display: inline;
  content: "※";
}
body.top #wrapper ul.square {
  margin-top: 20px;
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1.25em;
}
body.top #wrapper ul.square li {
  line-height: 1.5;
  margin-top: 10px;
}
body.top #wrapper ul.square li:first-of-type {
  margin-top: 0;
}
body.top #wrapper ul.square li:before {
  display: inline;
  content: "■";
}
body.top #wrapper ul {
  margin-top: 0px;
  list-style-type: none;
  text-indent: -1em;
  margin-left: 1.25em;
}
body.top #wrapper ul li {
  line-height: 1.5;
  margin-top: 10px;
}
body.top #wrapper ul li:first-of-type {
  margin-top: 0;
}
body.top #wrapper ul li:before {
  display: inline;
  content: "・";
}
body.top #wrapper .text-wrap {
  background: #f1f1f1;
  padding: 10px 20px;
  line-height: 1.5;
  border-radius: 8px;
}
#wrapper .common-parts-ttl, #wrapper .post-articles-header-container h2 {
  background-color: #393e40;
  padding: 8px 24px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}
#wrapper .post-articles-header-container {
  background: none;
  padding: 0;
}
#wrapper .parts-section-share > *,
#wrapper #recommend-movie > *,
#wrapper #post-articles > *,
#wrapper #common-related-shows > * {
  margin-top: 40px;
}
#wrapper .common-parts-ttl, #wrapper .post-articles-header-container h2 {
  background-color: #00c0fa;
  padding: 8px 24px;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 25px;
}
#wrapper .post-articles-header-container {
  background: none;
  padding: 0;
}
#wrapper .parts-section-share > *,
#wrapper #recommend-movie > *,
#wrapper #post-articles > *,
#wrapper #common-related-shows > * {
  margin-top: 40px;
}

.youtube-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}
.youtube-box iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
}

#page-up {
  z-index: 100;
  position: fixed;
  bottom: 40px;
  right: 40px;
  cursor: pointer;
  border-radius: 100px;
  overflow: hidden;
  width: 70px;
  height: 70px;
  -webkit-transition: 0.3 ease-out;
  transition: 0.3 ease-out;
}
#page-up:hover {
  bottom: 50px;
}