@charset "UTF-8";
/* common */
section * {
  box-sizing: border-box !important;
}

/*---------------*/
/*-- mixin定義 --*/
/*---------------*/
/* ---------- clearfix ---------- */
.relatedChannelInner,
.channelBlock,
.channelIconWrap,
#bsSkyper .detailWrap,
.channelList,
.clearfix {
  zoom: 1;
}

.relatedChannelInner:after,
.channelBlock:after,
.channelIconWrap:after,
#bsSkyper .detailWrap:after,
.channelList:after,
.clearfix:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.socialWrap {
  max-width: 1268px !important;
  width: 100% !important;
  margin: 28px auto;
}

/*-- #headMenu --*/
#container #headMenu {
  background: #fe1c8c;
  padding: 16px 16px 56px;
  color: #fff;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #headMenu {
    padding: 16px;
  }
}
@media only screen and (max-width: 600px) {
  #container #headMenu {
    padding: 16px;
  }
}
#container #headMenu .wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}
#container #headMenu .f_box {
  display: flex;
  flex-flow: row wrap;
}
#container #headMenu .f_box > li {
  width: 33.3333333333%;
}
#container #headMenu .f_box *::-ms-backdrop, #container #headMenu .f_box > li {
  width: 33.3333%;
}
#container #headMenu .txt {
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-weight: bold;
  position: relative;
}
#container #headMenu .txt p {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.5;
}
#container #headMenu .h1box h1 {
  text-align: left;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #headMenu .h1box h1 {
    text-align: center;
  }
}
@media only screen and (max-width: 600px) {
  #container #headMenu .h1box h1 {
    text-align: center;
  }
}
#container #headMenu .h1box h1 a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  width: 100%;
  max-width: 200px;
}
#container #headMenu .h1box h1 img {
  width: 100%;
}
#container #headMenu .h1box h1 .return {
  position: absolute;
  right: 0;
  bottom: 0;
}
#container #headMenu .btns {
  text-align: center;
}
#container #headMenu .btns ul {
  overflow: hidden;
  width: 228px;
  margin: 0 0 0 auto;
  padding: 6px 0;
}
#container #headMenu .btns li {
  float: left;
  margin-left: 16px;
  width: 60px;
}
#container #headMenu .btns .icn {
  width: 60px;
  margin: 0 auto;
  height: 60px;
  background: #cc0066;
  border-radius: 4px;
}
#container #headMenu .btns .icn .icnImg {
  padding: 8px 0px 0;
}
#container #headMenu .btns .icn .icnTxt {
  font-family: "Arial", sans-serif;
  font-size: 10px;
  line-height: 1;
  font-weight: bold;
  margin-top: 4px;
}
#container #headMenu .btns a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #headMenu {
    padding: 16px 20px;
  }
  #container #headMenu .f_box li.h1box {
    width: 50%;
  }
  #container #headMenu .f_box li.btns {
    width: 48%;
    margin-left: 2%;
  }
  #container #headMenu .f_box li.txt {
    width: 100%;
  }
  #container #headMenu .f_box .h1box img {
    width: 100%;
  }
  #container #headMenu .f_box .txt {
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
  }
  #container #headMenu .f_box .txt p {
    transform: translateY(0%);
    position: static;
    padding: 16px 0 0;
    line-height: 20px;
  }
  #container #headMenu .f_box > li.btns ul {
    width: 100%;
    padding-top: 12px;
    display: flex;
    flex-flow: row wrap;
  }
  #container #headMenu .f_box > li.btns li {
    float: none;
    margin-left: 0;
    width: 33.3333333333%;
    padding: 0 1px;
  }
  #container #headMenu .f_box > li.btns li .icn {
    width: 100%;
    height: 60px;
  }
  #container #headMenu .f_box > li.btns li .icn img {
    width: auto;
    height: 100%;
  }
  #container #headMenu .f_box > li.btns *::-ms-backdrop, #container #headMenu .f_box > li.btns li {
    width: 33.3333%;
  }
}
@media only screen and (max-width: 600px) {
  #container #headMenu .f_box li.h1box {
    width: 45%;
    padding-top: 12px;
  }
  #container #headMenu .f_box li.btns {
    width: 53%;
    margin-left: 2%;
  }
  #container #headMenu .f_box li.txt {
    width: 100%;
  }
  #container #headMenu .f_box .h1box img {
    width: 100%;
  }
  #container #headMenu .f_box .txt {
    font-size: 13px;
    line-height: 1.2;
    font-weight: bold;
    position: relative;
  }
  #container #headMenu .f_box .txt p {
    transform: translateY(0%);
    position: static;
    padding: 16px 0 0;
    line-height: 20px;
  }
  #container #headMenu .f_box > li.btns ul {
    width: 100%;
    padding-top: 12px;
    display: flex;
    flex-flow: row wrap;
  }
  #container #headMenu .f_box > li.btns li {
    float: none;
    margin-left: 0;
    width: 33.3333333333%;
    padding: 0 1px;
  }
  #container #headMenu .f_box > li.btns li .icn {
    width: 100%;
    height: 60px;
  }
  #container #headMenu .f_box > li.btns li .icn img {
    width: auto;
    height: 100%;
  }
  #container #headMenu .f_box > li.btns *::-ms-backdrop, #container #headMenu .f_box > li.btns li {
    width: 33.3333%;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #headMenu .txt_pc {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #container #headMenu .txt_pc {
    display: none;
  }
}
@media only screen and (min-width: 961px) {
  #container #headMenu .txt_sptab {
    display: none;
  }
}

/*-----------------------------------------------------*/
#container #mainArea {
  background: #ebebeb;
  padding-bottom: 32px;
}
#container #mainArea .wrapper {
  position: relative;
  top: -40px;
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-flow: row wrap;
}
#container #mainArea .wrapper .leftBox, #container #mainArea .wrapper .rightBox {
  width: 50%;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #mainArea .wrapper {
    top: 0;
    display: block;
  }
  #container #mainArea .wrapper .leftBox, #container #mainArea .wrapper .rightBox {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #container #mainArea .wrapper {
    top: 0;
    display: block;
  }
  #container #mainArea .wrapper .leftBox, #container #mainArea .wrapper .rightBox {
    width: 100%;
  }
}
#container #mainArea .imageArea {
  opacity: 0;
  transition: 0.2s;
  padding: 0 32px;
}
#container #mainArea .imageArea.opa1 {
  opacity: 1;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #mainArea .imageArea {
    background: #fe1c8c;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 600px) {
  #container #mainArea .imageArea {
    background: #fe1c8c;
    padding: 0;
  }
}
#container #mainArea .imageArea .imgcopy {
  padding-top: 4px;
  font-size: 14px;
  line-height: 1.2;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #mainArea .imageArea .imgcopy {
    color: rgba(255, 255, 255, 0.7);
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #container #mainArea .imageArea .imgcopy {
    color: rgba(255, 255, 255, 0.7);
    max-width: 320px;
    margin: 0 auto;
  }
}
#container #mainArea .imageArea img {
  width: 100%;
  vertical-align: top;
}
#container #mainArea .imageArea h2 {
  text-align: center;
  font-size: 32px;
  line-height: 40px;
  padding: 8px 0;
  color: #fe1c8c;
  font-weight: bold;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #mainArea .imageArea h2 {
    color: #fff;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 600px) {
  #container #mainArea .imageArea h2 {
    color: #fff;
    padding-top: 0;
    font-size: 20px;
    line-height: 1.3;
  }
}

#mainArea .imageArea .artBoard {
  background-image: url(../images/imgArea_dummy.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 601px) and (max-width: 960px) {
  #mainArea .imageArea .artBoard {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #mainArea .imageArea .artBoard {
    max-width: 320px;
    margin: 0 auto;
  }
}

.liveArea .tabWrap .imgArea p.img {
  background-image: url(../images/imgArea_dummy.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*-----------------------------------------------------*/
#container {
  /*-- 関連番組のボタン関連 --*/
  /*開閉*/
  /*開閉end*/
  /*-- end / 関連番組のボタン関連 --*/
}
#container #mainArea .tabAreas {
  padding: 24px 0 0;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #mainArea .tabAreas {
    padding: 24px;
  }
}
@media only screen and (max-width: 600px) {
  #container #mainArea .tabAreas {
    max-width: 320px;
    margin: 0 auto;
    padding: 24px 0;
  }
}
#container #mainArea .tabAreas.hide {
  display: none;
}
#container #mainArea .tabAreas .tab {
  align-items: center;
  display: flex;
}
#container #mainArea .detailArea {
  opacity: 0;
  transition: 0.2s;
}
#container #mainArea .detailArea.opa1 {
  opacity: 1;
}
#container #mainArea .detailArea .inner {
  padding: 0;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #mainArea .detailArea .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 600px) {
  #container #mainArea .detailArea .inner {
    padding: 0;
  }
}
#container #mainArea .detailArea .tabArea {
  padding: 0;
  display: flex;
  flex-flow: row wrap;
}
#container #mainArea .detailArea .tabArea .tab__inner {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #mainArea .detailArea .tabArea {
    background: #fe1c8c;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 600px) {
  #container #mainArea .detailArea .tabArea {
    background: #fe1c8c;
    padding: 0 8px;
  }
}
#container #mainArea .detailArea .tab {
  width: 50%;
  text-align: center;
}
#container #mainArea .detailArea .tab p {
  cursor: pointer;
  width: 100%;
  line-height: 40px;
  border-radius: 8px 8px 0 0;
  font-weight: bold;
  color: #fff;
  background: url(../images/icn_arrow_down@2x.png) 0 center no-repeat #cc0066;
  background-size: 32px;
  font-size: 16px;
  line-height: 1.5;
  height: 100%;
  padding: 8px 8px 8px 24px;
}
@media only screen and (max-width: 600px) {
  #container #mainArea .detailArea .tab p {
    font-size: 12px;
  }
}
#container #mainArea .detailArea p.select {
  color: #666;
  background: url(../images/icn_arrow_down_b@2x.png) 0 center no-repeat #ebebeb;
  background-size: 32px;
}
#container #mainArea .detailArea .liveTab {
  padding-right: 4px;
}
#container #mainArea .detailArea .relationTab {
  padding-left: 4px;
}
#container .liveArea .tabWrap {
  background: #fff;
  display: flex;
  flex-flow: row wrap;
  border-radius: 4px;
  border-top: 4px solid #fe1c8c;
  box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.24);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.24);
  margin-bottom: 8px;
}
@media only screen and (max-width: 600px) {
  #container .liveArea .tabWrap {
    display: block;
  }
}
#container .liveArea .tabWrap .imgArea {
  width: 50%;
  padding-right: 4px;
}
@media only screen and (max-width: 600px) {
  #container .liveArea .tabWrap .imgArea {
    width: 100%;
    padding-right: 0;
  }
}
#container .liveArea .tabWrap .imgArea img {
  width: 100%;
}
#container .liveArea .tabWrap .imgArea p.imgCopy {
  font-size: 10px;
  line-height: 1.5;
  padding-left: 8px;
}
#container .liveArea .tabWrap .txtArea {
  width: 50%;
  padding: 12px 8px;
}
@media only screen and (max-width: 600px) {
  #container .liveArea .tabWrap .txtArea {
    width: 100%;
  }
}
#container .liveArea .tabWrap .txtArea .live {
  margin-bottom: 16px;
}
#container .liveArea .tabWrap .txtArea .live dt {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  background: #fe1c8c;
  text-align: center;
  padding: 0 4px;
  border-radius: 2px;
  line-height: 16px;
}
#container .liveArea .tabWrap .txtArea .live dt.days11 {
  margin-bottom: 8px;
  padding: 0 12px;
  background-color: #ff0000 !important;
}
#container .liveArea .tabWrap .txtArea .live .end {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#container .liveArea .tabWrap .txtArea .live .end p {
  display: inline-block;
  background: #808080;
  padding: 8px 16px;
  line-height: 1;
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 8px;
}
#container .liveArea .tabWrap .txtArea .live h3 {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  word-break: break-all;
  text-align: center;
}
#container .liveArea .tabWrap .txtArea .date {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: baseline;
}
#container .liveArea .tabWrap .txtArea .date dt span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  background: #3d3d3d;
  text-align: center;
  padding: 0 4px;
  margin-right: 8px;
  min-width: 5em;
  border-radius: 2px;
}
#container .liveArea .tabWrap .txtArea .date dd {
  display: inline;
}
#container .liveArea .tabWrap .txtArea .date dd li {
  font-size: 12px;
  padding-left: 20px;
}
#container .liveArea .tabWrap .txtArea .date dd li.reAir {
  background: url(../images/ico_re.png) 0 center no-repeat;
  background-size: 16px;
}
#container .liveArea .tabWrap .txtArea .channel {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  overflow: hidden;
}
#container .liveArea .tabWrap .txtArea .channel .ch {
  float: left;
  width: 21%;
  height: auto;
  border: 1px solid #e7e7e7;
  margin: 0 8px 1% 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
#container .liveArea .tabWrap .txtArea .channel .ch img {
  width: 100%;
}
#container .liveArea .tabWrap .txtArea .channel dd {
  width: 75%;
  float: left;
  display: inline-block;
}
#container .liveArea .tabWrap .txtArea .channel dd .s {
  background: url(../images/ico_s.png) 0 0 no-repeat;
  background-size: 16px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
#container .liveArea .tabWrap .txtArea .channel dd .p {
  background: url(../images/ico_p.png) 0 0 no-repeat;
  background-size: 16px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
#container .liveArea .tabWrap .txtArea .viewing {
  font-size: 12px;
  margin-bottom: 20px;
}
#container .liveArea .tabWrap .txtArea .viewing dt {
  font-weight: bold;
}
#container .liveArea .tabWrap .txtArea .viewing dd li {
  text-indent: -1em;
  padding-left: 1em;
}
#container .liveArea .tabWrap .txtArea .viewing dd li.link {
  text-decoration: underline;
}
#container .liveArea .tabWrap .txtArea .maintxt {
  word-break: break-all;
  font-size: 12px;
  line-height: 16px;
  line-break: strict;
}
#container .relationArea {
  padding: 24px 0;
}
#container .relationArea .tabWrap {
  position: relative;
}
#container .relationArea ul {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 600px) {
  #container .relationArea ul {
    display: block;
  }
}
#container .relationArea .relationWrap {
  width: 49%;
  margin: 0 0.5%;
  background: #fff;
  border-radius: 4px;
  border-top: 4px solid #fe1c8c;
  box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.24);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.24);
  margin-bottom: 8px;
  padding: 12px 6px;
  min-height: 143px;
  display: inline-table;
}
@media only screen and (max-width: 600px) {
  #container .relationArea .relationWrap {
    width: 100%;
    margin: 0;
    box-sizing: border-box !important;
  }
}
#container .relationArea .live {
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#container .relationArea .live h3 {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  word-break: break-all;
}
#container .relationArea .date {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: baseline;
}
#container .relationArea .date dt span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  background: #3d3d3d;
  text-align: center;
  padding: 0 4px;
  margin-right: 8px;
  min-width: 5em;
  border-radius: 2px;
}
#container .relationArea .date dd {
  display: inline;
}
#container .relationArea .date dd li {
  font-size: 12px;
  line-height: 16px;
  padding-left: 20px;
}
#container .relationArea .date dd li.reAir {
  background: url(../images/ico_re.png) 0 center no-repeat;
  background-size: 16px;
}
#container .relationArea .channel {
  display: flex;
  flex-flow: row wrap;
}
#container .relationArea .channel dt {
  width: 64px;
  height: 64px;
  border: 1px solid #e7e7e7;
  background-position: center;
  margin: 0 8px 4px 0;
}
#container .relationArea .channel dt.service-logo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
#container .relationArea .channel dt span {
  font-size: 0;
}
#container .relationArea .channel dd {
  max-width: 218px;
}
#container .relationArea .channel .s {
  background: url(../images/ico_s.png) 0 0 no-repeat;
  background-size: 16px;
  line-height: 16px;
  padding-left: 20px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}
#container .relationArea .channel .p {
  background: url(../images/ico_p.png) 0 0 no-repeat;
  background-size: 16px;
  line-height: 16px;
  padding-left: 20px;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
}
#container .grad-wrap {
  position: relative;
}
#container .grad-btn {
  /*.grad-btnのCSSは表示/非表示の動作には関係ないので、ご自由にどうぞ。*/
  z-index: 2;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 110px;
  margin: auto;
  margin-left: -55px;
  padding: 0.5em 0px 0.3em 0px;
  border-radius: 2px;
  background: #cc0066;
  color: #fff;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  transition: 0.2s ease;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
#container .grad-btn::after {
  content: "《";
  transform: rotate(-90deg);
  display: inherit;
  padding: 5px 4px 0px 0px;
}
#container .grad-item,
#container .grad-item-after {
  position: relative;
  overflow: hidden;
  height: 55px; /*隠した状態の高さ*/
  font-size: 13px;
  padding-bottom: 35px;
}
#container .grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px; /*グラデーションで隠す高さ*/
  background: rgb(255, 255, 255); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  content: "";
}
#container .grad-item p {
  word-break: break-all;
}
#container .grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
#container .grad-trigger:checked ~ .grad-btn::after {
  content: "》"; /*チェックされていたら、文言を変更する*/
  transform: rotate(-90deg);
  display: inherit;
  padding: 5px 0px 0px 10px;
}
#container .grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
#container .grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}
#container .continuation {
  overflow: hidden;
  font-weight: bold;
  text-align: center;
  max-width: 312px;
  margin: 12px auto 0;
}
#container .continuation .joinBtn a {
  display: block;
  width: 100%;
  max-width: 312px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  margin-right: 8px;
  color: #fe1c8c;
  font-size: 14px;
  float: left;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  background: url(../images/icn_right_color@2x.svg) 16px center no-repeat;
  background-size: 16px;
  background-color: #fff;
}
#container #bnrArea_wowow,
#container #bnrArea_premium,
#container #bnrArea {
  background: #fe1c8c;
}
#container #bnrArea_wowow ul,
#container #bnrArea_premium ul,
#container #bnrArea ul {
  max-width: 1088px;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
#container #bnrArea_wowow li,
#container #bnrArea_premium li,
#container #bnrArea li {
  padding: 16px;
}
#container #bnrArea_wowow a,
#container #bnrArea_premium a,
#container #bnrArea a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
#container #bnrArea_wowow img,
#container #bnrArea_premium img,
#container #bnrArea img {
  width: 100%;
}
#container #bnrArea_wowow .basicplan,
#container #bnrArea_premium .basicplan,
#container #bnrArea .basicplan {
  width: 50%;
  float: left;
  margin: 0 auto;
}
@media only screen and (max-width: 600px) {
  #container #bnrArea_wowow .basicplan,
#container #bnrArea_premium .basicplan,
#container #bnrArea .basicplan {
    width: 100%;
    float: none;
  }
}
#container #bnrArea_wowow .wowow,
#container #bnrArea_wowow .neco,
#container #bnrArea_wowow .select5,
#container #bnrArea_premium .wowow,
#container #bnrArea_premium .neco,
#container #bnrArea_premium .select5,
#container #bnrArea .wowow,
#container #bnrArea .neco,
#container #bnrArea .select5 {
  width: 50%;
  float: right;
}
@media only screen and (max-width: 600px) {
  #container #bnrArea_wowow .wowow,
#container #bnrArea_wowow .neco,
#container #bnrArea_wowow .select5,
#container #bnrArea_premium .wowow,
#container #bnrArea_premium .neco,
#container #bnrArea_premium .select5,
#container #bnrArea .wowow,
#container #bnrArea .neco,
#container #bnrArea .select5 {
    width: 100%;
    float: none;
    padding-top: 0;
  }
}
#container .bnrAreaLayout {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  --color-brightPink: #fe1c8c;
  --color-brightLightBlue: #26c6da;
}
#container .bnrAreaLayout.u-color--brightPink {
  background: var(--color-brightPink);
}
#container .bnrAreaLayout.u-color--brightPink .bgW {
  color: var(--color-brightPink);
}
#container .bnrAreaLayout.u-color--brightLightBlue {
  background: var(--color-brightLightBlue);
}
#container .bnrAreaLayout.u-color--brightLightBlue .bgW {
  color: var(--color-brightLightBlue);
}
#container .bnrAreaLayout .bgW {
  background: #fff;
  margin-left: 4px;
  padding: 0 4px;
  border-radius: 4px;
}
#container .bnrAreaLayout a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
#container .bnrAreaLayout img {
  display: block;
  margin: auto;
  max-width: 100%;
}
#container .bnrAreaLayout__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: auto;
  margin-right: auto;
  max-width: 1088px;
  padding: 16px;
}
@media only screen and (max-width: 600px) {
  #container .bnrAreaLayout__list {
    flex-direction: column;
  }
}
#container .bnrAreaLayout__list__items {
  flex: 1;
}
#container .bnrAreaLayout__list__items:nth-last-of-type(n+2) {
  padding-right: 32px;
}
@media only screen and (max-width: 600px) {
  #container .bnrAreaLayout__list__items:nth-last-of-type(n+2) {
    padding-bottom: 16px;
    padding-right: initial;
  }
}
#container .bnrAreaLayout .recommendPackSet {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  padding: 16px 16px 4px;
}
#container #bnrArea_wowow .basicplan {
  float: none;
}
#container #bnrArea3 {
  background: #fe1c8c;
}
#container #bnrArea3 ul {
  max-width: 1088px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
#container #bnrArea3 li {
  padding: 16px;
}
#container #bnrArea3 li a {
  display: block;
  border-radius: 4px;
  overflow: hidden;
}
#container #bnrArea3 .basicplan a {
  max-width: 512px;
}
#container #bnrArea3 .wowow01 a {
  max-width: 240px;
}
#container #bnrArea3 .wowow02 a {
  max-width: 240px;
}
#container #bnrArea3 img {
  width: 100%;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #bnrArea3 ul {
    display: block;
  }
  #container #bnrArea3 a {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #container #bnrArea3 ul {
    display: block;
  }
  #container #bnrArea3 a {
    margin: 0 auto;
  }
}
#container .subscriptionArea {
  background: #cc0066;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 20000;
}
#container .subscriptionArea .subscriptionInner {
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  padding: 0 56px;
}
#container .subscriptionArea .toHome a, #container .subscriptionArea .toTop a {
  display: block;
  background: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 12px;
  left: 16px;
}
#container .subscriptionArea .toHome a img, #container .subscriptionArea .toTop a img {
  width: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#container .subscriptionArea .toTop a {
  left: auto;
  right: 16px;
}
#container .subscriptionArea .btn {
  max-width: 480px;
  overflow: hidden;
  padding: 12px 0;
  margin: 0 auto;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container .subscriptionArea .btn br.pcHide {
    display: none !important;
  }
}
#container .subscriptionArea .btn a {
  display: block;
  background: #fff;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  padding: 13px 0;
  font-weight: bold;
  border-radius: 20px;
}
@media only screen and (max-width: 600px) {
  #container .subscriptionArea .btn a {
    padding: 6px 0;
  }
}
#container .subscriptionArea .joinBtn {
  width: 66.66666667%;
  float: left;
  padding: 0 4px;
}
@media only screen and (max-width: 600px) {
  #container .subscriptionArea .joinBtn {
    width: 50%;
  }
}
#container .subscriptionArea .joinBtn a {
  color: #fe1c8c;
  background: url(../images/icn_right_color@2x.svg) 20px center no-repeat #fff;
  background-size: 16px;
}
@media only screen and (max-width: 600px) {
  #container .subscriptionArea .joinBtn a {
    background: #fff;
  }
}
#container .subscriptionArea .rejoinBtn {
  width: 33.3333333%;
  float: right;
  padding: 0 4px;
}
@media only screen and (max-width: 600px) {
  #container .subscriptionArea .rejoinBtn {
    width: 50%;
  }
}
#container .subscriptionArea .rejoinBtn a {
  color: #009933;
}
@media only screen and (min-width: 961px) {
  #container .subscriptionArea .joinBtn a.pcHide {
    display: none;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  #container .subscriptionArea .joinBtn a.spHide {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #container .subscriptionArea .joinBtn a.spHide {
    display: none;
  }
}

body {
  padding-bottom: 64px;
}

/*--------------------*/
/*-- イベントページ --**/
/*--------------------*/
#eventpage #container {
  /*---------------------------*/
  /*---------------------------*/
}
#eventpage #container #bnrArea,
#eventpage #container #bnrArea_wowow,
#eventpage #container #bnrArea_premium,
#eventpage #container .subscriptionArea,
#eventpage #container #headMenu {
  background: #26c6da;
}
#eventpage #container #headMenu .btns .icn {
  background: #00afc5;
}
#eventpage #container .subscriptionArea .joinBtn a {
  color: #26c6da;
  background: url(../images/icn_right_event@2x.svg) 20px center no-repeat #fff;
  background-size: 16px;
}
@media only screen and (max-width: 600px) {
  #eventpage #container .subscriptionArea .joinBtn a {
    background: #fff;
  }
}
#eventpage #container #mainArea .imageArea h2 {
  color: #26c6da;
}
@media (min-width: 601px) and (max-width: 960px) {
  #eventpage #container #mainArea .imageArea h2 {
    color: #fff;
  }
  #eventpage #container #mainArea .imageArea h2 .tabnone {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #eventpage #container #mainArea .imageArea h2 {
    color: #fff;
  }
}
#eventpage #container .liveArea .tabWrap {
  border-color: #26c6da;
}
@media (min-width: 601px) and (max-width: 960px) {
  #eventpage #container #mainArea .imageArea {
    background: #26c6da;
    color: #fff;
  }
}
@media only screen and (max-width: 600px) {
  #eventpage #container #mainArea .imageArea {
    background: #26c6da;
    color: #fff;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  #eventpage #container #mainArea .detailArea .tabArea {
    background: #26c6da;
  }
}
@media only screen and (max-width: 600px) {
  #eventpage #container #mainArea .detailArea .tabArea {
    background: #26c6da;
  }
}
#eventpage #container .liveArea .tabWrap {
  display: flex;
  flex-flow: row wrap;
}
@media only screen and (max-width: 600px) {
  #eventpage #container .liveArea .tabWrap {
    display: block;
  }
}
#eventpage #container .liveArea .left, #eventpage #container .liveArea .right {
  width: 50%;
  padding: 12px 8px;
}
@media only screen and (max-width: 600px) {
  #eventpage #container .liveArea .left, #eventpage #container .liveArea .right {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #eventpage #container .liveArea .left {
    padding-bottom: 0;
  }
}
#eventpage #container dl.ttl dt {
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  border-radius: 2px;
  color: #fff;
  background: #fe1c8c;
  font-weight: bold;
  text-align: center;
  padding: 0 4px;
  margin-bottom: 4px;
}
#eventpage #container dl.ttl .end {
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#eventpage #container dl.ttl .end p {
  display: inline-block;
  background: #808080;
  padding: 8px 16px;
  line-height: 1;
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 8px;
}
#eventpage #container dl.ttl h3 {
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  margin-bottom: 12px;
}
@media (min-width: 601px) and (max-width: 960px) {
  #eventpage #container dl.ttl h3 .tabnone {
    display: none;
  }
}
#eventpage #container dl.date {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: baseline;
}
#eventpage #container dl.date dt {
  min-width: 64px;
}
#eventpage #container dl.date dt span {
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: #fff;
  background: #3d3d3d;
  text-align: center;
  padding: 0 4px;
  margin-right: 8px;
}
#eventpage #container dl.date dd {
  display: inline;
}
#eventpage #container dl.date dd li {
  font-size: 12px;
  line-height: 16px;
  padding-left: 20px;
}
#eventpage #container dl.date dd li.reAir {
  background: url(../images/ico_re.png) 0 center no-repeat;
  background-size: 16px;
}
#eventpage #container dl.channel {
  padding-bottom: 8px;
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  #eventpage #container dl.channel {
    border-bottom: 1px solid #f0f0f0;
  }
}
#eventpage #container dl.channel .ch {
  float: left;
  width: 64px;
  height: 64px;
  border: 1px solid #e7e7e7;
  margin: 0 8px 4px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
#eventpage #container dl.channel dd {
  float: left;
  display: inline-block;
  width: calc(100% - 72px);
}
#eventpage #container dl.channel dd .s {
  background: url(../images/ico_s.png) 0 center no-repeat;
  background-size: 16px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
#eventpage #container dl.channel dd .p {
  background: url(../images/ico_p.png) 0 center no-repeat;
  background-size: 16px;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
#eventpage #container dl.viewing {
  font-size: 12px;
  margin-top: 20px;
  margin-bottom: 0;
}
#eventpage #container dl.viewing dt {
  font-weight: bold;
}
#eventpage #container .detailTxt {
  font-size: 12px;
  line-height: 16px;
  color: #3d3d3d;
}
#eventpage #container dl.act {
  margin: 12px 0;
}
#eventpage #container dl.act dt {
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  border-radius: 2px;
  color: #fff;
  background: #3d3d3d;
  font-weight: bold;
  text-align: center;
  padding: 2px 4px;
  margin-bottom: 4px;
}
#eventpage #container dl.act dd {
  font-size: 12px;
  line-height: 16px;
  color: #3d3d3d;
}

#container dl.oaList dt {
  display: inline-block;
  line-height: 16px;
  font-size: 12px;
  border-radius: 2px;
  color: #fff;
  background: #3d3d3d;
  font-weight: bold;
  text-align: center;
  padding: 0 4px;
  margin-bottom: 4px;
}
#container dl.oaList dd {
  font-size: 12px;
  line-height: 16px;
  color: #3d3d3d;
}

#container .relationArea .channel .ch {
  background-size: cover;
}

/*------------------*/
#container #bnrArea3 .recommendPackSet,
#container #bnrArea_wowow .recommendPackSet,
#container #bnrArea .recommendPackSet,
#container #bnrArea_premium .recommendPackSet {
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  font-weight: bold;
  padding: 16px 16px 4px;
}
#container #bnrArea3 .recommendPackSet .bgW,
#container #bnrArea_wowow .recommendPackSet .bgW,
#container #bnrArea .recommendPackSet .bgW,
#container #bnrArea_premium .recommendPackSet .bgW {
  background: #fff;
  margin-left: 4px;
  padding: 0 4px;
  border-radius: 4px;
  color: #fe1c8c;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #bnrArea3 .recommendPackSet,
#container #bnrArea_wowow .recommendPackSet,
#container #bnrArea .recommendPackSet,
#container #bnrArea_premium .recommendPackSet {
    line-height: 1.5;
  }
  #container #bnrArea3 .recommendPackSet .pcHide,
#container #bnrArea_wowow .recommendPackSet .pcHide,
#container #bnrArea .recommendPackSet .pcHide,
#container #bnrArea_premium .recommendPackSet .pcHide {
    display: none;
  }
  #container #bnrArea3 .recommendPackSet .tabDb,
#container #bnrArea_wowow .recommendPackSet .tabDb,
#container #bnrArea .recommendPackSet .tabDb,
#container #bnrArea_premium .recommendPackSet .tabDb {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #container #bnrArea3 .recommendPackSet,
#container #bnrArea_wowow .recommendPackSet,
#container #bnrArea .recommendPackSet,
#container #bnrArea_premium .recommendPackSet {
    line-height: 1.5;
  }
}

/*------------------*/
#eventpage #container #bnrArea .recommendPackSet .bgW {
  color: #26c6da;
}

#eventpage #container .subscriptionArea {
  background: #00afc5;
}

/*------------------*/
/*-- イレギュラー対応 --*/
/* ・アーティストネーム下のボタン */
#container {
  /* ・下部一挙放送エリア(イベント) */
  /* ー関連アーティストー */
}
@media (min-width: 601px) and (max-width: 960px) {
  #container .CPbtn,
#container .pinkBtn {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 600px) {
  #container .CPbtn,
#container .pinkBtn {
    max-width: 320px;
    margin: 0 auto;
    padding-bottom: 16px;
  }
}
#container .CPbtn a,
#container .pinkBtn a {
  display: inline-block;
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 4px 0;
  border-radius: 8px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  background: url(../images/icn_right@2x.svg) 16px center no-repeat #E5457D;
  background-size: 16px;
  padding-left: 48px;
}
#container .CPbtn a:hover,
#container .pinkBtn a:hover {
  text-decoration: underline;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container .CPbtn a,
#container .pinkBtn a {
    margin-bottom: 16px;
  }
  #container .CPbtn a br.pcHide,
#container .pinkBtn a br.pcHide {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  #container .CPbtn a,
#container .pinkBtn a {
    max-width: 320px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 0;
    border: 2px solid #fff;
  }
}
#container .CPbtn a {
  font-size: 25px;
  background-color: #26c6da;
}
@media only screen and (max-width: 600px) {
  #container .CPbtn a {
    font-size: 16px;
  }
}
#container .wideWrapList {
  width: 100%;
  margin-top: 32px;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container .wideWrapList {
    padding: 0 24px;
  }
}
@media only screen and (max-width: 600px) {
  #container .wideWrapList {
    max-width: 320px;
    margin: 16px auto 0;
  }
}
#container .wideWrapList .listWrap {
  background: #fff;
  width: 100%;
}
#container .wideWrapList h3 {
  width: 100%;
  background: #26C6DA;
  font-size: 20px;
  padding: 12px 8px;
  box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.24);
  -moz-box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.24);
  -webkit-box-shadow: 0px 2px 6px 0px rgba(4, 0, 0, 0.24);
  text-align: center;
  color: #fff;
  line-height: 1.2;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}
#container .wideWrapList .inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 16px;
}
#container .wideWrapList dl {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-flow: row wrap;
}
#container .wideWrapList dt {
  padding-right: 1em;
  width: 14%;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container .wideWrapList dt {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  #container .wideWrapList dt {
    width: 100%;
  }
}
#container .wideWrapList dd {
  width: 86%;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container .wideWrapList dd {
    width: 75%;
  }
}
@media only screen and (max-width: 600px) {
  #container .wideWrapList dd {
    width: 100%;
  }
}
#container .wideWrapList dd.re {
  background: url(../images/ico_re.png) 0 2px no-repeat;
  background-size: 16px;
  padding-left: 20px;
}
#container .wideWrapList dd.nama:before {
  content: "生中継";
  background: #fe1c8c;
  color: #fff;
  font-size: 12px;
  border-radius: 2px;
  font-weight: bold;
  padding: 0 4px;
  margin-right: 2px;
}
#container .wideWrapList p {
  font-size: 12px;
}
#container #related h3 {
  padding: 8px 8px 0;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
}
@media only screen and (max-width: 600px) {
  #container #related h3 {
    margin-bottom: 8px;
    text-align: center;
  }
}
#container #related .rlbtn {
  overflow: hidden;
}
#container #related li {
  width: 33.3333%;
  float: left;
  padding: 0 8px;
}
@media only screen and (max-width: 600px) {
  #container #related li {
    width: 100%;
    float: none;
    margin-bottom: 8px;
  }
}
#container #related li a {
  width: 100%;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  border-radius: 12px;
  background: #FE1C8C;
  display: block;
  text-align: center;
}
@media only screen and (max-width: 600px) {
  #container #related li a {
    font-size: 14px;
    padding: 8px 0;
    line-height: 1.2;
  }
}

/*-----------------------------------------------------*/
.pageTopAbsolute {
  display: none;
}

@media only screen and (min-width: 961px) {
  .pcHide {
    display: none !important;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .spHide {
    display: none !important;
  }
}
@media only screen and (max-width: 600px) {
  .spHide {
    display: none !important;
  }
}
/*-----------------------------------------------------*/
/* channnel画像 */
.mtv {
  background-image: url(../images/channel/cha_m_tv.png);
}

.bsSkyper {
  background-image: url(../images/channel/cha_bs_skper.png);
}

.sstv {
  background-image: url(../images/channel/cha_sstv.png);
}

.motv {
  background-image: url(../images/channel/cha_mon_tv.png);
}

.sstvplus {
  background-image: url(../images/channel/cha_sstvplus.png);
}

.fujinext {
  background-image: url(../images/channel/cha_fujinext.png);
}

.datv {
  background-image: url(../images/channel/cha_datv.png);
}

.lalatv {
  background-image: url(../images/channel/cha_lalatv.png);
}

.kntv {
  background-image: url(../images/channel/cha_kntv.png);
}

.ch622 {
  background-image: url(../images/channel/ch622.png);
}

.ch400 {
  background-image: url(../images/channel/ch400.png);
}

.ch659 {
  background-image: url(../images/channel/ch659.png);
}

.ch639 {
  background-image: url(../images/channel/ch639.png);
}

.ch638 {
  background-image: url(../images/channel/ch638.png);
}

.ch300 {
  background-image: url(../images/channel/ch300.png);
}

.ch614 {
  background-image: url(../images/channel/ch614.png);
}

.ch615 {
  background-image: url(../images/channel/ch615.png);
}

.ch660 {
  background-image: url(../images/channel/ch660.png);
}

.ch661 {
  background-image: url(../images/channel/ch661.png);
}

.ch664 {
  background-image: url(../images/channel/ch664.png);
}

.ch611 {
  background-image: url(../images/channel/ch611.png);
}

.ch617 {
  background-image: url(../images/channel/ch617.png);
}

.ch621 {
  background-image: url(../images/channel/ch621.png);
}

.ch622 {
  background-image: url(../images/channel/ch622.png);
}

.ch658 {
  background-image: url(../images/channel/ch658.png);
}

.bs236 {
  background-image: url(../images/channel/bs236.png);
}

.ch581 {
  background-image: url(../images/channel/ch581.png);
}

.ntvplus {
  background-image: url(../images/channel/cha_n_tv_plus.png);
}

.ch329 {
  background-image: url(../images/channel/ch329.png);
}

.tbs1 {
  background-image: url();
  padding: 4px;
}
.tbs1 img {
  background: url(../images/channel/cha_tbs1.png) center no-repeat;
  background-size: cover;
  width: 100%;
}

.ch630 {
  background-image: url(../images/channel/ch630.png);
}

.ch650 {
  background-image: url(../images/channel/ch650.png);
}

.ch633 {
  background-image: url(../images/channel/ch633.png);
}

.ch638 {
  background-image: url(../images/channel/ch638.png);
}

.ch657 {
  background-image: url(../images/channel/ch657.png);
}

.kntv {
  background-image: url(../images/channel/cha_kntv.png);
}

.ch665 {
  background-image: url(../images/channel/ch665.png);
}

.ch656 {
  background-image: url(../images/channel/ch656.png);
}

.ch674 {
  background-image: url(../images/channel/ch674.png);
}

.ch635 {
  background-image: url(../images/channel/ch635.png);
}

.ch663 {
  background-image: url(../images/channel/ch663.png);
}

.ch618 {
  background-image: url(../images/channel/ch618.png);
}

.bs200 {
  background-image: url(../images/channel/bs200.png);
}

.ch219 {
  background-image: url(../images/channel/ch219.png);
}

#section-news {
  max-width: 1280px;
}

.a-nation #top {
  padding: 56px 0 48px 0;
}
.a-nation #top .list-disc {
  width: 100%;
}
.a-nation #top .list-disc li {
  float: none;
}
.a-nation #top .list-disc li:nth-of-type(2) {
  margin-left: 0;
}
.a-nation #top .list-disc a {
  width: 100%;
}
.a-nation #jsonInport {
  padding: 32px 16px;
  display: none;
}
@media only screen and (max-width: 600px) {
  .a-nation #jsonInport {
    padding: 16px 16px;
  }
}
@media (min-width: 601px) and (max-width: 960px) {
  .a-nation #jsonInport {
    padding: 16px 16px;
  }
}
.a-nation #section-news {
  max-width: 1280px;
  width: 100%;
  margin: 0px auto;
  background: #fff;
  border-radius: 4px;
}
.a-nation #section-news li a {
  display: block;
  color: #fe1c8c;
  line-height: 1.5;
  font-size: 16px;
  padding: 8px 16px;
}
.a-nation #section-news li a:before {
  content: "●";
}
.a-nation #section-news li a:hover {
  text-decoration: underline;
}

/*190711add*/
.liveArea .tabWrap .txtArea .live dt.days11 {
  margin-bottom: 4px;
  padding: 0 12px;
  background-color: #ff0000 !important;
}

#toTopBtn {
  text-align: center;
  max-width: 1280px;
  margin: 0 auto;
  width: 100%;
}
#toTopBtn a {
  display: block;
  color: #fff;
  background: #ff0000;
  font-size: 25px;
  border-radius: 8px;
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.24);
  font-weight: bold;
  padding: 4px 0;
}
#toTopBtn a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 600px) {
  #toTopBtn a {
    max-width: 320px;
    margin: 0 auto;
    font-size: 16px;
  }
}

.liv11Bnr a {
  display: block;
}
@media (min-width: 601px) and (max-width: 960px) {
  .liv11Bnr a {
    text-align: center;
  }
}
.liv11Bnr img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
}

.relationArea ul .channel ul {
  display: block;
}

/*終了番組の画像にはclass="end"をつける事でダミー画像に切り替わります*/
.liveArea .tabWrap .imgArea p.img.end {
  background-image: url(/program/st/music-live/common/images/imgArea_dummy.png) !important;
}

#mainArea .imageArea .artBoard.end {
  background-image: url(/program/st/music-live/common/images/imgArea_dummy.png) !important;
}

/*201215add　タブ3つバージョン*/
#container #mainArea.tab3Ver .detailArea .liveTab {
  padding-right: 0;
}
#container #mainArea.tab3Ver .detailArea .relationTab {
  padding-left: 0;
}
#container #mainArea.tab3Ver .detailArea .tab {
  width: calc(33.333333% - 2.6666666667px);
  margin-right: 4px;
}
#container #mainArea.tab3Ver .detailArea .tab:nth-of-type(3) {
  margin-right: 0;
}

#mainArea .detailArea .tab p {
  line-height: 1.5;
}

#mainArea .detailArea .animeTab p {
  font-size: 10px;
  padding: 12px 24px 13px;
  white-space: nowrap;
}
@media (min-width: 601px) and (max-width: 960px) {
  #mainArea .detailArea .animeTab p {
    padding: 5px 0;
  }
}
@media only screen and (max-width: 600px) {
  #mainArea .detailArea .animeTab p {
    line-height: 16px;
    font-size: 10px;
    padding: 1px 0;
  }
}

.flex {
  display: flex;
  flex-flow: row wrap;
}

.animeWrap {
  width: 50%;
  padding: 0 0.5% 8px;
  /*開閉ギミック*/
}
@media only screen and (max-width: 600px) {
  .animeWrap {
    width: 100%;
  }
}
.animeWrap .inner {
  border-top: 4px solid rgb(254, 28, 140);
  background: #fff;
  padding: 12px 6px !important;
  border-radius: 4px;
}
@media only screen and (max-width: 600px) {
  .animeWrap .inner {
    padding: 0 0 12px !important;
  }
}
.animeWrap .img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.animeWrap .img img {
  width: 100%;
}
.animeWrap .imgCopy {
  font-size: 10px;
  line-height: 1.5;
  padding-left: 8px;
}
.animeWrap .live dd {
  display: block;
  height: 100%;
}
.animeWrap .live h3 {
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  word-break: break-all;
  margin-top: 8px;
  height: 100%;
}
.animeWrap .live dt {
  display: inline-block;
  font-size: 12px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  background: rgb(254, 28, 140);
  text-align: center;
  padding: 0px 4px;
  border-radius: 2px;
  line-height: 16px;
}
.animeWrap .live .end {
  display: block;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  height: auto;
}
.animeWrap .live .end p {
  display: inline-block;
  background: rgb(128, 128, 128);
  padding: 8px 16px;
  line-height: 1;
  font-size: 16px;
  border-radius: 10px;
  margin-bottom: 8px;
}
.animeWrap .date {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(240, 240, 240);
  display: flex;
  align-items: baseline;
}
@media only screen and (max-width: 600px) {
  .animeWrap .date {
    padding: 0 6px;
  }
}
.animeWrap .date span {
  display: inline-block;
  font-size: 12px;
  line-height: 16px;
  font-weight: bold;
  color: rgb(255, 255, 255);
  background: rgb(61, 61, 61);
  text-align: center;
  padding: 0px 4px;
  margin-right: 8px;
  min-width: 5em;
  border-radius: 2px;
}
.animeWrap .date dd {
  display: inline;
}
.animeWrap .date li {
  font-size: 12px;
  padding-left: 20px;
}
.animeWrap .date li.reAir {
  background: url(../images/ico_re.png) 0px center/16px no-repeat;
}
.animeWrap .channel {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgb(240, 240, 240);
  overflow: hidden;
}
@media only screen and (max-width: 600px) {
  .animeWrap .channel {
    padding: 0 6px;
  }
}
.animeWrap .channel .ch {
  float: left;
  width: 21%;
  height: auto;
  border: 1px solid rgb(231, 231, 231);
  margin: 0px 8px 1% 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 2px;
}
.animeWrap .channel .ch img {
  width: 100%;
}
.animeWrap .channel dd {
  width: 75%;
  float: left;
  display: inline-block;
}
.animeWrap .channel dd .s {
  background: url(../images/ico_s.png) 0px 0px/16px no-repeat;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
.animeWrap .channel dd .p {
  background: url(../images/ico_p.png) 0px 0px/16px no-repeat;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 4px;
}
.animeWrap .maintxt {
  word-break: break-all;
  font-size: 12px;
  line-height: 16px;
  line-break: strict;
}
@media only screen and (max-width: 600px) {
  .animeWrap .maintxt {
    padding: 0 6px;
  }
}
.animeWrap .maintxt {
  position: relative;
  overflow: hidden;
  height: 55px;
}
.animeWrap .maintxt:after {
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, 0.9) 100%);
  content: "";
}
.animeWrap .maintxt .openBtn {
  z-index: 2;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 50%;
  width: 110px;
  margin: auto auto auto -55px;
  padding: 0.5em 0px 0.3em;
  border-radius: 2px;
  background: rgb(204, 0, 102);
  color: rgb(255, 255, 255);
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 3px;
}
.animeWrap .maintxt .openBtn:after {
  content: "《";
  transform: rotate(-90deg);
  display: inherit;
  padding: 5px 4px 0px 0px;
}
.animeWrap .maintxt.open {
  height: auto;
  padding-bottom: 35px;
}
.animeWrap .maintxt.open:after {
  display: none;
}
.animeWrap .maintxt.open .openBtn:after {
  content: "》";
  transform: rotate(-90deg);
  display: inherit;
  padding: 5px 0px 0px 10px;
}

/*----------------------------------------*/
@media only screen and (min-width: 769px) {
  #eventpage .mainContents .right {
    text-align: left;
  }
}
/*インタビュー動線追加*/
#container #headMenu .btns ul {
  width: 304px;
}

#container #headMenu .f_box > li.btns li .icnImg img {
  width: 32px;
}
@media (min-width: 601px) and (max-width: 960px) {
  #container #headMenu .f_box > li.btns li {
    width: 25%;
  }
}
@media only screen and (max-width: 600px) {
  #container #headMenu .f_box > li.btns li {
    width: 50%;
  }
  #container #headMenu .f_box > li.btns li:nth-of-type(n+3) {
    margin-top: 1px;
  }
}

@media only screen and (max-width: 600px) {
  #container #headMenu .f_box li.h1box {
    display: flex;
    flex-flow: row wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.br-block {
  display: block;
}

.br-inline {
  display: inline-block;
}

@media only screen and (min-width: 961px) {
  #container .subscriptionArea {
    z-index: 90;
    padding-left: 180px;
    transition: 0.4s;
  }
  .l-container.is-close #container .subscriptionArea {
    padding-left: 20px;
  }
  .br-block-pc {
    display: block;
  }
  .br-inline-pc {
    display: inline-block;
  }
}
@media only screen and (max-width: 600px) {
  .mainContents .right {
    text-align: left;
  }
  .br-block-sp {
    display: block;
  }
  .br-inline-sp {
    display: inline-block;
  }
}
@media only screen and (min-width: 961px) {
  #container .subscriptionArea {
    z-index: 90;
    padding-left: 180px;
    transition: 0.4s;
  }
  .l-container.is-close #container .subscriptionArea {
    padding-left: 20px;
  }
  .br-block-pc {
    display: block;
  }
  .br-inline-pc {
    display: inline-block;
  }
}
@media only screen and (max-width: 600px) {
  .mainContents .right {
    text-align: left;
  }
  .br-block-sp {
    display: block;
  }
  .br-inline-sp {
    display: inline-block;
  }
}
#container .c-heading-3--association, #container .c-heading-3--related, #container .c-heading-3--recommend {
  background-color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin: auto;
  max-width: 1200px;
  padding: 11px 0;
  position: relative;
  text-align: center;
  width: calc(100% - 40px);
}

#container .c-heading-3--association::after, #container .c-heading-3--related::after, #container .c-heading-3--recommend::after {
  background-color: #ff0080;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
}

#container .c-heading-3--association:nth-of-type(n+1), #container .c-heading-3--related:nth-of-type(n+1), #container .c-heading-3--recommend:nth-of-type(n+1) {
  margin-top: 56px;
}

@media screen and (max-width: 768px) {
  #container .c-heading-3--association:nth-of-type(n+1), #container .c-heading-3--related:nth-of-type(n+1), #container .c-heading-3--recommend:nth-of-type(n+1) {
    margin-top: 48px;
  }
}
/*# sourceMappingURL=contents.css.map */