@charset "UTF-8";
/*
 top.css（ファイル名変更可）
 本サイト各ページ用CSS
*/

/* mainV（TOP用ヘッダー）
========================================== */
.top-mainV-inner {
  width: 100%;
  margin: 0 auto;
}
.top-mainV-img {
  width: 100%;
  height: 0;
  padding-top: 75.333%;
  background-image: url(../images/top/mainv_pc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}


/* prBanner
========================================== */
.prBanner-area { 
  background-image: url(../images/top/banner_bg.png);
  background-repeat: repeat;
  background-size: contain;
  padding: 35px 0;
}

.prBanner-area a { 
  display: block;
}

.prBanner-inner {
  padding: 0 25px;
}

/* prBanner-list
------------------------------------------ */
.prBanner-list {
  width: 100%;
  margin: 0 auto;
  font-size: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.prBanner-item {
  flex: 0 0 49%;
  max-width: 410px;
  vertical-align: top;
}

.prBanner-item:hover {
  opacity: 0.6;
}

.prBanner-item:nth-child(2n) { margin-left: 2%; }
.prBanner-item:nth-child(n+3) { margin-top: 15px; }

.prBanner-img img {
  width: 100%;
  margin: 0 auto;
}


/* nextstory
========================================== */
.next-box-body {
  background-color: #fff;
  padding: 60px 80px ;
}

.next-title {
  height: 37px;
  background-image: url(../images/top/next_title.png);
}

/* next-detail-title
------------------------------ */
.next-detail-title {
  padding: 0 1%;
  margin-bottom: 20px;
  letter-spacing: -0.006em;
  line-height: 60px;
}

.next-detail-title .title {
  width: 100%;
  max-width: 1000px;
  font-size: 35px;
  font-weight: bold;
}

.next-detail-title .title .num {
  font-size: 60px;
  vertical-align: middle;
}

.next-detail-title .title .text {
  margin-left: -1%;
  font-size: 40px;
}

.next-detail-title .date {
  text-align: right;
  font-size: 25px;
  line-height: 25px;
  letter-spacing: -0.02em;
}

/* next-scene
------------------------------ */
.next-scene {
  display: flex;
  align-items: flex-start; 
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
  max-width: 1000px;
  margin-top: 30px;
}

.next-img-wrap {
  width: 45%;
  height: 56.25%;
}

.next-img {
  width: 100%;
  padding-top: 69.411%;
  background-image: url(../images/top/next-img.jpg);
  background-repeat: no-repeat;
  background-size: contain;
}

.next-text {
  width: 52%;
  font-size: 1.6rem;
}

/* next-btn
------------------------------ */
.next-btn {
  margin-top: 30px;
}

/* topics一覧（TOP用）※タグは変更不可
========================================== */
#topics {
  background-color: #ffce07;
  margin: 0;
}

#topics .topics-inner {
  padding: 60px 0;
  background-image: url(../images/top/bg_yellow.png);
  background-repeat: no-repeat;
  background-position: top right;
}

#topics .drama-box-title {
  padding: 0;
  height: 36px;
  background-image: url(../images/top/topics_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: 0 auto 35px;
  font-size: 0px;
}

#topics .topics-btn > a {
  display: block;
  width: 32%;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #181617;
  color: #fff;
  background-color: #181617;
  font-weight: normal;
  text-align: center;
  line-height: 60px;
  word-break: break-all;
  position: relative;
  cursor: pointer;
}

#topics .topics-btn {
  margin-top: 40px;
}

#topics .topics-btn .icon-loading {
  display: none;
}


/* network
========================================== */
.network-title {
  height: 36px;
  background-image: url(../images/top/network_title.png);
}

/* network-contents
------------------------------------------ */
.network-box-body {
  padding: 40px;
  border: 5px solid #fecf05;
  background-color: #fff;
  text-align: center;
}

.network-list {
  display: inline-block;
  text-align: left;
}

.network-item:not(:first-child) {
  margin-top: 8px;
}

.network-item > br {
  display: none;
}


/* sns
========================================== */
.sns-area {
  border-top: 1px solid #fff;
}

.sns-title {
  height: 36px;
  background-image: url(../images/top/sns_title.png);
}

.sns-box-body {
  position: relative;
}

.sns-box-body::before {
  content: '';
  position: absolute;
  top: -2%;
  bottom: -2%;
  left: 1%;
  right: 1%;
  margin: 0 auto;
  background-color: #333;
}

.sns-body {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

/* follow-button
------------------------------------------ */
.follow-btn {
  width: calc(100% - 40px);
  max-width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #181617;
  font-size: 16px;
}

.follow-btn a {
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}

/* twitter
------------------------------------------ */
.twitter-area {
  width: 76%;
  max-width: calc(100% - 170px);
  height: 475px;
  margin: 0;
  background-color: #fff;
}
.twitter-area a { display: block; }

.twitter-title_area {
  position: relative;
  height: 60px;
  padding: 10px 0;
  background-image: url(../images/top/twitter_bg.png);
  background-size: cover;
}

.twitter-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(218 / 600 * 100%);
  max-width: 218px;
  height: 32px;
  background-image: url(../images/top/twitter_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  font-size: 0px;
}

.twitter-follow-btn {
  width: calc(150 / 530 * 100%);
  position: absolute;
  right: 10px;
  top: 10px;
}

/* twitter-timeline */
.twitter-timeline-box {
  max-width: 550px;
  height: 415px;
  margin: auto;
}

/* instagram
------------------------------------------ */
.instagram-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 21%;
  min-width: 150px;
  height: 475px;
  margin: 0;
  background-image: url(../images/top/instagram_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.instagram-area a { display: block; }

.instagram-inner {
  width: 100%;
}

.instagram-title {
  max-width: calc(169 / 209 * 100%);
  padding-top: 9.9411%;
  background-image: url(../images/top/instagram_title.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
  font-size: 0px;
}

.instagram-img {
  width: 48px;
  height: 48px;
  margin: 70px auto;
}

.instagram-img a {
  width: 100%;
  height: 100%;
}

.instagram-img img {
  width: 100%;
  height: 100%;
}

.instagram-follow-btn {
  margin: auto;
}

/* ------------------------------------------------------------------
 TAB 〜 tablet（〜992px）
------------------------------------------------------------------ */
@media screen and (max-width: 992px) {

  /* nextstory
  ========================================== */
  .next-box-body {
    padding: 20px;
  }

  /* next-detail-title
  ------------------------------ */
  .next-detail-title {
    margin-bottom: 10px;
    line-height: 6vw;
  }

  .next-detail-title .title {
    font-size: 3.5vw;
  }

  .next-detail-title .title .num {
    font-size: 6vw;
  }

  .next-detail-title .title .text {
    font-size: 3.8vw;
  }

  .next-detail-title .date {
    font-size: 2.5vw;
    line-height: 2.5vw;
  }

  /* next-scene
  ------------------------------ */
  .next-scene {
    flex-direction: column;
    margin-top: 20px;
  }

  .next-img-wrap {
    width: 100%;
  }

  .next-text {
    width: 100%;
    margin-top: 40px;
  }

  /* topics一覧（TOP用）※タグは変更不可
  ========================================== */
  #topics {
    background-position: top center;
    background-size: 105%;
  }

  #topics .topics-inner {
    padding: 60px 20px;
  }

  #topics .topics-btn {
    margin: 40px auto 0;
  }

  #topics .topics-btn > a {
    width: 100%;
  }
}

/* ------------------------------------------------------------------
 SP（〜600px）
------------------------------------------------------------------ */
@media only screen and (max-width: 600px) {

  /* mainV（TOP用ヘッダー）
  ========================================== */
  .top-mainV-img {
    padding-top: 108.8%;
    background-image: url(../images/top/mainv_sp.jpg);
  }


  /* prBanner-list
  ------------------------------------------ */
  .prBanner-area { 
    padding: 20px 0;
  }
  
  .prBanner-item {
    flex-basis: 100%;
  }

  .prBanner-item:not(:first-child) { margin-top: 15px; }
  .prBanner-item:nth-child(2n) { margin-left: 0; }
  .prBanner-item:nth-child(n+3) { margin-top: 15px; }

  /* nextstory 
  ========================================== */
  .next-title {
    height: 20.35px;
  }

  .next-box-body {
    padding: 20px;
  }

  /* next-detail-title
  ------------------------------ */
  .next-detail-title .title {
    margin-bottom: 5px;
  }

  .next-detail-title .date {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }

  /* next-scene
  ------------------------------ */
  .next-scene {
    padding: 0 10px;
    margin-top: 10px;
  }

  .next-text {
    margin-top: 20px;
  }

  /* next-btn
  ------------------------------ */
  .next-btn {
    padding: 0 10px;
    margin-top: 20px;
  }
  
  /* topics一覧（TOP用）※タグは変更不可
  ========================================== */
  #topics .topics-inner {
    padding: 30px 20px;
  }

  #topics .drama-box-title {
    height: 19.8px;
    margin-bottom: 20px;
  }

  #topics .topics-btn {
    margin: 20px auto 0;
  }

  #topics .topics-btn > a {
    height: 40px;
    line-height: 37.5px;
    font-size: 12px;
  }


    /* network
  ========================================== */
  .network-title {
    height: 19.8px;
  }

  .network-box-body {
    padding: 20px 10px;
    font-size: 12px;
  }

  .network-item > br {
    display: inline-block;
  }


  /* sns
  ========================================== */
  .sns-inner {
    padding: 30px 10px;
  }

  .sns-title {
    height: 19.8px;
  }

  .sns-box-body::before {
    left: 0;
    right: 0;
  }

  /* twitter
  ------------------------------------------ */
  .twitter-area { 
    width: calc(100% - 20px);
    max-width: 560px;
    margin: 0 auto;
  }

  .twitter-title_area {
  height: 40px;
  }

  .twitter-title {
    height: 20px;
  }

  .twitter-follow-btn {
    width: calc(161 / 670 * 100%);
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }

  .twitter-area .drama-box-body { border-radius: 0 0 5px 5px; }
  .twitter-timeline-box { padding: 0 7%; }

  /* instagram
  ------------------------------------------ */
  .instagram-area { 
    width: calc(100% - 20px);
    height: 140px; 
    margin: 2% auto 0;
  }

  .instagram-title {
    max-width: 114px;
    padding-top: 4%;
  }

  .instagram-img {
    width: 30px;
    height: 30px;
    margin: 15px auto;
  }

  .instagram-follow-btn {
    width: 85px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
  }
}