@charset "UTF-8";
/*color*/
/* mixinCSS Document */
/*----------common----------*/
/*alt*/
/*hover*/
/*
 top.css（ファイル名変更可）
 本サイト各ページ用CSS
*/
/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV-area {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}

.top-mainV-inner {
  width: 100%;
  margin: 0 auto;
}

.top-mainV-img {
  width: 100%;
  height: 0;
  padding-top: calc(800 / 1200 * 100%);
  background-image: url(../images/common/header.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  overflow: hidden;
}

/* topics一覧（TOP用）※タグは変更不可
========================================== */
.topics-area .topics-btn > a {
  display: block;
  width: 24.5%;
  margin: 0 auto;
  padding: 15px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  word-break: break-all;
  position: relative;
  cursor: pointer;
}
.topics-area .topics-btn > a:hover {
  transition: 0.3s;
  opacity: 0.6;
}

/* bannerArea
========================================== */
#bannerArea {
  background-color: #ffffef;
  width: 100%;
  padding: 2% 0;
}
#bannerArea .bannerInner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
#bannerArea .bannerInner .banner {
  width: 48%;
  display: inline-block;
}
#bannerArea .bannerInner .banner a {
  display: block;
}
#bannerArea .bannerInner .banner a:hover {
  transition: 0.3s;
}
#bannerArea .bannerInner .banner:nth-child(3) {
  margin-left: 3%;
}
#bannerArea .bannerInner .osanai2020 {
  display: block !important;
  margin: 0 auto 10px !important;
}

/* channelArea
========================================== */
#channelArea {
  background-color: #ffff00;
  background: url("../images/common/bg_Yl.jpg") repeat;
  padding-top: 3%;
  position: relative;
}
#channelArea:after {
  content: "";
  background: url("../images/common/town3.png") no-repeat center bottom;
  width: 100%;
  height: 0;
  padding-top: 23.42%;
  background-size: contain;
  display: block;
  margin-top: -9%;
}
#channelArea h3 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url("../images/top/movie_tit.png") no-repeat center;
  width: 640px;
  height: 120px;
  margin: 0 auto 3%;
  z-index: 100;
  position: relative;
}
#channelArea .item01 {
  background: url("../images/common/cloud01.png") no-repeat;
  width: 277px;
  height: 42px;
  position: absolute;
  left: -5%;
  top: 10%;
  z-index: 1;
}
#channelArea .item02 {
  background: url("../images/common/cloud02.png") no-repeat;
  width: 344px;
  height: 115px;
  position: absolute;
  right: -5%;
  top: 12%;
  z-index: 1;
}
#channelArea .channelInner {
  z-index: 100;
  position: relative;
  /* channel
  ========================================== */
}
#channelArea .channelInner .movie {
  width: 750px;
  margin: auto;
}
#channelArea .channelInner .movieLink {
  margin: 3% auto 2%;
}
#channelArea .channelInner .movieLink a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #041f3b;
  border: 1px solid #041f3b;
  border-radius: 90px;
  width: 45%;
  margin: auto;
  padding: 2% 4%;
  display: block;
  letter-spacing: 0.1em;
}
#channelArea .channelInner .movieLink a:hover {
  background: #041f3b;
  color: #ffff00;
  transition: 0.3s;
  opacity: 1;
}
#channelArea .channelInner .channel-area {
  /* padding: 40px 0 60px; */
}
#channelArea .channelInner .channel-list {
  width: 45%;
  margin: auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#channelArea .channelInner .channel-item {
  flex: 0 1 100%;
}
#channelArea .channelInner .channel-item + .channel-item {
  margin-left: 3%;
}
#channelArea .channelInner .channel-item a {
  display: block;
  padding: 13px 10px;
  border-radius: 3px;
}
#channelArea .channelInner .channel-item.tada a {
  background-color: #ff005a;
}
#channelArea .channelInner .channel-item.hulu a {
  background-color: #67ae3e;
}
#channelArea .channelInner .channel-item.tada a span {
  background-image: url(../images/top/channel-tada-pc.png);
}
#channelArea .channelInner .channel-item.hulu a span {
  background-image: url(../images/top/channel-hulu-pc.png);
}
#channelArea .channelInner .channel-item a span {
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

/* nextArea
========================================== */
#nextArea {
  background-color: #041f3b;
  background: url(../images/common/bg_Db.jpg) repeat;
  padding-top: 3%;
}
#nextArea:after {
  content: "";
  background: url("../images/common/town1.png") no-repeat center bottom;
  width: 100%;
  height: 0;
  padding-top: 23.42%;
  background-size: contain;
  display: block;
  margin-top: -9%;
}
#nextArea h3 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url(../images/top/h3_next.png) no-repeat center;
  width: 245px;
  height: 128px;
  margin: 0 auto 4%;
}
#nextArea .nextInner {
  width: 960px;
  margin: auto;
  overflow: hidden;
}
#nextArea .nextInner .left {
  float: left;
  width: 535px;
}
#nextArea .nextInner .left .nextImage {
  width: 100%;
}
#nextArea .nextInner .left .nextImage img {
  width: 100%;
}
#nextArea .nextInner .right {
  float: right;
  width: 400px;
}
#nextArea .nextInner .right dt {
  color: #ffff00;
  font-size: 65px;
  font-weight: bold;
  line-height: 1em;
  margin-top: 4%;
}
#nextArea .nextInner .right dt .num {
  font-size: 50px;
}
#nextArea .nextInner .right dt .data {
  font-size: 18px;
  margin-left: 1em;
  font-weight: normal;
  letter-spacing: 0.1em;
}
#nextArea .nextInner .right dt .last {
  font-size: 28px;
  letter-spacing: 0.1em;
}
#nextArea .nextInner .right .lastdata {
  font-size: 18px;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
  margin-top: 0;
}
#nextArea .nextInner .right dd {
  color: #fff;
  font-size: 16px;
  line-height: 2em;
}
#nextArea .storyLink {
  margin: 3% auto 2%;
  clear: both;
  position: relative;
}
#nextArea .storyLink a {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffff00;
  border: 1px solid #ffff00;
  border-radius: 90px;
  width: 45%;
  margin: auto;
  padding: 2% 4%;
  display: block;
  letter-spacing: 0.1em;
}
#nextArea .storyLink a:hover {
  background: #ffff00;
  color: #041f3b;
  transition: 0.3s;
  opacity: 1;
}

/* topicsArea
========================================== */
#topicsArea {
  background-color: #041f3b;
  background: url(../images/common/bg_Lb.jpg) repeat;
  padding-top: 3%;
  position: relative;
}
#topicsArea:after {
  content: "";
  background: url("../images/common/dog.png") no-repeat bottom;
  width: 25%;
  height: 0;
  padding-top: 14.19%;
  background-size: contain;
  display: block;
  margin-top: -4%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
#topicsArea h3 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url("../images/top/h3_topics.png") no-repeat center;
  width: 255px;
  height: 116px;
  margin: 0 auto 4%;
}
#topicsArea .drama-area {
  z-index: 100;
  margin: 4% auto 0;
  padding-bottom: 5%;
  position: relative;
}
#topicsArea .drama-area .drama-box .drama-box-title {
  display: none;
}

/* snsArea
========================================== */
#snsArea {
  background-color: #041f3b;
  background: url(../images/common/bg_Db.jpg) repeat;
  padding-top: 3%;
  position: relative;
}
#snsArea h3 {
  text-indent: -9999px;
  display: block;
  overflow: hidden;
  background: url("../images/top/h3_sns.png") no-repeat center;
  width: 251px;
  height: 117px;
  margin: 0 auto 3%;
}
#snsArea .item01 {
  background: url("../images/common/cloud01.png") no-repeat;
  width: 277px;
  height: 42px;
  position: absolute;
  left: -3%;
  bottom: 5%;
  z-index: 1;
}
#snsArea .item02 {
  background: url("../images/common/cloud02.png") no-repeat;
  width: 344px;
  height: 115px;
  position: absolute;
  right: -5%;
  bottom: 8%;
  z-index: 1;
}
#snsArea .snsInner {
  width: 960px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 4%;
  z-index: 100;
  position: relative;
}
#snsArea .snsInner .timeline {
  float: left;
  background: #fff;
  width: 75%;
  height: 450px;
}
#snsArea .snsInner .timeline .twitter-timeline-box {
  width: 100%;
}
#snsArea .snsInner .timeline .twitter-timeline-box iframe {
  width: 720px !important;
}
#snsArea .snsInner .linkBtn {
  float: right;
  width: 210px;
}
#snsArea .snsInner .linkBtn .twitter, #snsArea .snsInner .linkBtn .instagram {
  height: 210px;
}
#snsArea .snsInner .linkBtn .twitter a, #snsArea .snsInner .linkBtn .instagram a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
  display: block;
  overflow: hidden;
}
#snsArea .snsInner .linkBtn .twitter a:hover, #snsArea .snsInner .linkBtn .instagram a:hover {
  opacity: 0.6;
  transition: 0.3s;
}
#snsArea .snsInner .linkBtn .twitter {
  margin-bottom: 30px;
}
#snsArea .snsInner .linkBtn .twitter a {
  background: url("../images/top/twitter.png") no-repeat;
}
#snsArea .snsInner .linkBtn .instagram a {
  background: url("../images/top/insta.png") no-repeat;
}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {
  /* mainV（TOP用ヘッダー）
  ========================================== */
  .top-mainV-img {
    padding-top: 86.67%;
    background: url("../images/common/header_sp.jpg") no-repeat;
    background-size: contain;
  }

  /* topics一覧（TOP用）※タグは変更不可
  ========================================== */
  .topics-area .topics-btn > a {
    width: 87.5% !important;
  }

  /* bannerArea
  ========================================== */
  #bannerArea {
    padding: 4% 0 2%;
  }
  #bannerArea .bannerInner .banner {
    margin-bottom: 2%;
    width: 100%;
  }
  #bannerArea .bannerInner .banner:last-child {
    margin-bottom: 0;
  }
  #bannerArea .bannerInner .banner:nth-child(3) {
    margin-left: 0;
  }

  /* channelArea
  ========================================== */
  #channelArea .channelInner {
    /* channel
    ========================================== */
  }
  #channelArea .channelInner .channel-list {
    width: 100%;
    font-size: 0;
  }
  #channelArea .channelInner .channel-item {
    width: 100% !important;
  }
  #channelArea .channelInner .channel-item:not(:first-child) {
    margin-left: 3.6%;
  }
  #channelArea .channelInner .channel-item a {
    padding: 13px 10px;
  }
  #channelArea .channelInner .channel-item a span {
    height: 43px;
  }
  #channelArea .channelInner .channel-item.tada a span {
    background-image: url(../images/top/channel-tada-sp.png);
  }
  #channelArea .channelInner .channel-item.hulu a span {
    background-image: url(../images/top/channel-hulu-sp.png);
  }

  /* nextArea
  ========================================== */
  #nextArea .nextInner .right dt {
    font-size: 36px;
  }
  #nextArea .nextInner .right dt .num {
    font-size: 25px;
    margin-right: 0.1em;
  }
  #nextArea .nextInner .right dt .last {
    font-size: 20px;
  }
  #nextArea .nextInner .right dt .data {
    font-size: 15px;
  }
  #nextArea .nextInner .right .lastdata {
    font-size: 15px;
    margin-top: 2%;
  }
  #nextArea .nextInner .right dd {
    font-size: 14px;
  }

  /* snsArea
  ========================================== */
  #snsArea .snsInner .timeline {
    margin-bottom: 6% !important;
  }
  #snsArea .snsInner .linkBtn {
    float: right;
    width: 210px;
  }
  #snsArea .snsInner .linkBtn .twitter, #snsArea .snsInner .linkBtn .instagram {
    height: 210px;
  }
  #snsArea .snsInner .linkBtn .twitter a, #snsArea .snsInner .linkBtn .instagram a {
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
  }
  #snsArea .snsInner .linkBtn .twitter a:hover, #snsArea .snsInner .linkBtn .instagram a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  #snsArea .snsInner .linkBtn .instagram {
    margin-left: 2% !important;
  }
}
/* ------------------------------------------------------------------
 SP 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {
  /* bannerArea
  ========================================== */
  #bannerArea {
    width: 100%;
  }
  #bannerArea .bannerInner {
    width: 90%;
    margin: auto;
  }
  #bannerArea .bannerInner .banner a img {
    width: 100%;
  }

  /* channelArea
  ========================================== */
  #channelArea {
    padding-top: 4%;
  }
  #channelArea h3 {
    width: 80%;
    height: 0;
    padding-top: 15.00%;
    background-size: contain;
  }
  #channelArea .item01 {
    width: 30%;
    height: 0;
    padding-top: 5.36%;
    background-size: contain;
    top: 19%;
  }
  #channelArea .item02 {
    width: 30%;
    height: 0;
    padding-top: 10.03%;
    background-size: contain;
    top: 15%;
  }
  #channelArea .channelInner {
    width: 90%;
    margin: auto;
  }
  #channelArea .channelInner .movie {
    width: 100%;
    padding-top: 56.25%;
    margin: 0 auto 4%;
    position: relative;
  }
  #channelArea .channelInner .movie iframe {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
  }
  #channelArea .channelInner .movieLink {
    width: 100%;
    margin: 3% auto 5%;
  }
  #channelArea .channelInner .movieLink a {
    width: 100%;
    font-size: 14px;
    padding: 3% 4%;
  }
  #channelArea .channelInner .channel-area {
    width: 100%;
    margin: auto;
  }
  #channelArea .channelInner .channel-area .channel-list {
    width: 100%;
  }
  #channelArea .channelInner .channel-area .channel-list .channel-item {
    width: 100% !important;
  }
  #channelArea .channelInner .channel-area .channel-list .channel-item a {
    width: 100%;
  }

  /* nextArea
  ========================================== */
  #nextArea {
    padding-top: 4%;
  }
  #nextArea h3 {
    width: 26%;
    height: 0;
    padding-top: 13.58%;
    background-size: contain;
  }
  #nextArea .nextInner {
    width: 90%;
    margin: auto;
  }
  #nextArea .nextInner .left, #nextArea .nextInner .right {
    float: none;
    width: 100%;
  }
  #nextArea .storyLink {
    width: 90%;
  }
  #nextArea .storyLink a {
    width: 100%;
    font-size: 14px;
    padding: 3% 4%;
  }

  /* topicsArea
  ========================================== */
  #topicsArea {
    padding-top: 4%;
  }
  #topicsArea h3 {
    width: 30.67%;
    height: 0;
    padding-top: 15.09%;
    background-size: contain;
  }
  #topicsArea .drama-area {
    width: 90%;
    margin: auto;
  }
  #topicsArea .drama-area .topics-list {
    border: 1px solid #fff;
  }

  /* snsArea
  ========================================== */
  #snsArea {
    padding-top: 4%;
  }
  #snsArea h3 {
    width: 39.26%;
    height: 0;
    padding-top: 13.77%;
    background-size: contain;
    margin-top: 1%;
  }
  #snsArea .item01 {
    width: 30%;
    height: 0;
    padding-top: 5.36%;
    background-size: contain;
    bottom: 2%;
  }
  #snsArea .item02 {
    width: 30%;
    height: 0;
    padding-top: 10.03%;
    background-size: contain;
    bottom: 2%;
  }
  #snsArea .snsInner {
    width: 90%;
  }
  #snsArea .snsInner .timeline, #snsArea .snsInner .linkBtn {
    float: none;
    width: 100%;
  }
  #snsArea .snsInner .timeline {
    width: 100%;
    margin-bottom: 4%;
  }
  #snsArea .snsInner .timeline .twitter-timeline-box {
    width: 100%;
  }
  #snsArea .snsInner .timeline .twitter-timeline-box iframe {
    width: 100vw !important;
  }
  #snsArea .snsInner .linkBtn {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
  #snsArea .snsInner .linkBtn .twitter, #snsArea .snsInner .linkBtn .instagram {
    width: 48%;
    height: auto;
    display: inline-block;
  }
  #snsArea .snsInner .linkBtn .twitter a, #snsArea .snsInner .linkBtn .instagram a {
    width: 100%;
    height: 0;
    padding-top: 33.33%;
    display: block;
    text-indent: -9999px;
    display: block;
    overflow: hidden;
  }
  #snsArea .snsInner .linkBtn .twitter a:hover, #snsArea .snsInner .linkBtn .instagram a:hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  #snsArea .snsInner .linkBtn .twitter {
    float: left;
    margin-bottom: 0;
  }
  #snsArea .snsInner .linkBtn .twitter a {
    background: url("../images/top/twitter_sp.png") no-repeat;
    margin-bottom: 0;
    background-size: contain;
  }
  #snsArea .snsInner .linkBtn .instagram {
    float: right;
  }
  #snsArea .snsInner .linkBtn .instagram a {
    background: url("../images/top/insta_sp.png") no-repeat;
    background-size: contain;
  }
}
/* ------------------------------------------------------------------
 PC（993px〜）
------------------------------------------------------------------ */
@media screen and (min-width: 993px) {
  /* nextArea
  ========================================== */
  #nextArea h3 {
    margin-bottom: 2%;
  }
  #nextArea .nextInner .left {
    margin-top: 2%;
  }
}
