@charset "UTF-8";
/*====================================================================
 Layout
====================================================================*/

.ntv-wrapper {
  background: #F8F9F9;
  word-break: break-all;
}

.ntv-main {
  color: #222;
  word-break: break-all;
  font-feature-settings: "palt"1;
}

.u-to {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  line-height: 1;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-flex-center {
  justify-content: center !important;
}

.ntv-main img {
  vertical-align: top;
}

/*====================================================================
 ヘッダー
====================================================================*/

.momoume-header {
  position: relative;
}

.teaser-main-mainImg img {
  display: block;
  width: 100%;
}

.teaser-main-onair {
  background-color: #03B07B;
  color: #fff;
  text-align: center;
  padding: 20px 10px;
}

.teaser-main-onair img {
  width: 65%;
}

.teaser-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
  text-decoration: none;
  opacity: 0.65;
}

/* ---------------------------------
 メニュー設定
--------------------------------- */

.nav-list {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background: #FFF;
  position: relative;
}

.nav-list:after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  background: #919191;
  position: absolute;
  top: 50%;
  left: 5%;
}

.nav-list-items {
  width: 33.333%;
  position: relative;
  text-align: center;
  padding: 12px 0;
}

.nav-list-items:after {
  content: "";
  display: block;
  width: 1px;
  height: 60px;
  background: #919191;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  position: absolute;
  top: 16%;
  right: 0;
  z-index: 5;
}

.nav-list-items:nth-of-type(3)::after, .nav-list-items:nth-of-type(6)::after {
  display: none;
}

.nav-list-items a, .nav-list-items span {
  display: block;
  padding: 15px 0;
  font-size: 2rem;
  color: #222;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: .5s;
}

.nav-list-items span {
  opacity: .2;
}

.nav-list-items a:hover {
  color: #FF85A5;
  -webkit-transform: rotate(-7deg) scale(1.2);
  transform: rotate(-7deg) scale(1.2);
  transition: .5s;
}

.nav-list-items a::first-letter, .nav-list-items span::first-letter {
  color: #FF85A5;
}

/* ---------------------------------
 バナー
--------------------------------- */

.banner-list {
  margin: 20px 0 15px;
}

.banner-list .banner-list-items {
  margin: 0 0 15px;
}

.banner-list .banner-list-items img {
  width: 100%;
}

.banner-list .banner-list-items a:hover {
  opacity: .6;
  transition: .2s;
}

/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {
  .teaser-main-onair img {
    width: 90%;
  }

  .nav-list:after {
    width: 95%;
    left: 2.5%;
  }

  .nav-list-items a, .nav-list-items span {
    font-size: 1.6rem;
  }

  .nav-list-items:after {
    height: 50px;
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg);
    top: 19%;
  }
}

/*====================================================================
 共通
====================================================================*/

.teaser-contents {
  box-sizing: border-box;
  font-size: 1.6rem;
}

/* ブロック */

.teaser-block {
  padding: 40px 45px 80px;
  position: relative;
}

/* ブロックタイトル */

.teaser-block-title {
  margin: -60px 0 30px 0;
  text-align: center;
}

.sp-br {
  display: none;
}

/* アニメーション前 */

.u-bounceup {
  opacity: 0;
}

.u-bounceup.is-active {
  animation: poyoyon3 2.5s;
  opacity: 1;
}

@keyframes poyoyon3 {
  0%, 40% {
    transform: skew(0deg, 0deg);
  }

  5% {
    transform: skew(5deg, 5deg);
  }

  10% {
    transform: skew(-4deg, -4deg);
  }

  15% {
    transform: skew(3deg, 3deg);
  }

  20% {
    transform: skew(-2deg, -2deg);
  }

  25% {
    transform: skew(1deg, 1deg);
  }

  30% {
    transform: skew(-0.6deg, -0.6deg);
  }

  35% {
    transform: skew(0.3deg, 0.3deg);
  }
}

.u-slidein {
  transform: translateY(50px);
  opacity: 0;
}

.u-slidein.is-active {
  transition: 1s;
  transform: translateY(0);
  opacity: 1;
}

/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {

  /* ブロックタイトル */
  .teaser-block-title {
    margin: -40px 0 30px 0;
  }

  .teaser-block-title img {
    width: 80%;
  }

  /* ブロック */
  .teaser-block {
    padding: 20px 15px 60px;
  }

  .sp-br {
    display: block;
  }
}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */

@media screen and (min-width: 601px) {}

/* ---------------------------------
 PC用
--------------------------------- */

@media screen and (min-width: 993px) {}

/*====================================================================
 OA
====================================================================*/

#momoume-oa {
  background: url(../images/bg-02.svg) #FFF;
  background-attachment: fixed;
  border: 5px solid #E9E9E9;
  padding: 20px 20px;
}

.oa-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  text-align: center;
  color: #03B07B;
  font-size: 2.8rem;
  padding: 0 0 5px;
}

#momoume-oa .teaser-block-inner {
  text-align: center;
}

.oa-text01 {
  font-size: 1.8rem;
  line-height: 1.8;
}

.oa-text01 span {
  font-size: 1.6rem;
  line-height: 1.6;
}

.oa-text02 {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-size: 2.4rem;
  color: #1F78FF;
  border-bottom: dotted;
  display: inline-block;
}

/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {
  #momoume-oa {
    padding: 15px 15px;
    background-size: 10%;
    border: 3px solid #E9E9E9;
  }

  #momoume-oa .oa-text01 {
    font-size: 1.6rem;
    line-height: 1.6;
  }

  #momoume-oa .oa-text01 span {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  #momoume-oa .oa-text02 {
    font-size: 2.0rem;
  }
}

/*====================================================================
 ABOUT
====================================================================*/

#momoume-about {
  margin: 60px 0 0;
  background: url(../images/bg-01.svg) #FCB8CA;
  padding: 40px 45px 50px;
  /* position: relative; */
  background-attachment: fixed;
  z-index: 0;
}

#momoume-about::before {
  content: "";
  display: block;
  background: url(../images/bg-about01.svg) repeat-y center bottom;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
}

#momoume-about::after {
  content: "";
  display: block;
  background: url(../images/bg-about02.svg) repeat-y center bottom;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: -1;
}

.about-text {
  margin-bottom: 10px;
}

.about-text:nth-child(2), .about-text:nth-child(4) {
  margin-bottom: 30px;
}

.about-text img {
  width: 100%;
}

.bg-img {
  background: url(../images/office_anime.gif) no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
}

.bg-img img {
  width: 100%;
}

/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {
  #momoume-about {
    background-size: 10%;
    padding: 20px 15px 40px;
  }

  .bg-img {
    padding-top: 56.325301204819277%;
    height: auto;
  }
}

/*====================================================================
 MOVIE
====================================================================*/

#momoume-movie {
  background-image: url(../images/bg-illsut03.svg), url(../images/bg-illsut04.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #03B07B;
}

/* ---------------------------------
 動画
--------------------------------- */

.teaser-contents .movie-player {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
}

.teaser-contents .movie-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.teaser-contents .movie-player #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.vod-list {
  /* display: flex;
  justify-content: space-between; */
  width: 275px;
  margin: 0 auto;
  padding: 20px 0 0;
}

#second .vod-list {
  padding: 20px 0 40px;
}

.vod-list-items {
  flex-basis: 48%;
}

.vod-list-items img {
  width: 100%;
}

.u-flex-center>.vod-list-items {
  flex-basis: 60%;
}

/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {
  #momoume-movie {
    background-size: 100% auto, 100% auto;
  }
}

/*====================================================================
 STORY/バックナンバー
====================================================================*/

#momoume-story {
  background: url(../images/bg-01.svg) #FCB8CA;
  background-attachment: fixed;
  z-index: 0;
}

#momoume-story::before {
  content: "";
  display: block;
  background: url(../images/bg-story01.svg) repeat-y center bottom;
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 100%;
}

#momoume-story::after {
  content: "";
  display: block;
  background: url(../images/bg-story02.svg) repeat-y center bottom;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  z-index: -1;
}

.story-box {
  background: #FFF;
  border: solid 1px #222;
  padding: 30px;
  position: relative;
  margin: 0 0 40px;
}

.story-box:last-of-type {
  margin: 0 0 0;
}

.story-box-inner {
  padding: 0 0 20px;
  border-bottom: 1px dashed #E9E9E9;
}

.story-thumb {
  text-align: center;
}

.story-thumb img {
  width: 100%;
  border: solid 1px #222;
}

.story-title {
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #FF85A5;
  text-align: center;
  padding: 20px 0;
  font-size: 2.2rem;
  line-height: 1.2;
}

.story-box-inner:nth-of-type(odd) .story-title {
  color: #03B07B;
}

.story-text {
  font-size: 1.6rem;
}

.story-streaming {
  text-align: center;
  margin: 0 0 20px 0;
  background-color: #FF85A5;
  color: #FFF;
  border-radius: 25px;
}

.btn-story, .btn-hulu {
  width: 70%;
  margin: 0 auto;
}

.btn-story a, .btn-hulu a {
  display: block;
  width: 100%;
  height: auto;
  padding-top: 17%;
}

.btn-story a {
  background: url(../images/btn-story.svg)no-repeat left bottom;
  background-size: contain;
}

.btn-hulu a {
  background: url(../images/btn-hulu.svg)no-repeat left bottom;
  background-size: contain;
}

.btn-hulu a:hover, .btn-story a:hover {
  width: 100%;
  height: auto;
  padding-top: 17%;
  opacity: 1;
}

.btn-story a:hover {
  background: url(../images/btn-story-hover.svg)no-repeat left bottom;
  background-size: contain;
}

.btn-hulu a:hover {
  background: url(../images/btn-hulu-hover.svg)no-repeat left bottom;
  background-size: contain;
}

/* ---------------------------------
下層用スタイル
--------------------------------- */

#second #momoume-story {
  margin: 60px 0 0;
}

#second .story-thumb img {
  width: 85%;
}

#second .story-box-inner {
  padding: 20px 0;
}

.story-number {
  position: absolute;
  width: 110px;
  height: 94px;
  left: -20px;
  top: -20px;
  text-align: center;
  background: url(../images/story/story-number.svg) no-repeat;
  background-size: contain;
}

.story-number p {
  display: block;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #FFF;
  font-size: 4rem;
  padding: 12px 0 0;
}

#momoume-backnummber {
  padding: 40px 45px 50px;
  background: url(../images/bg-02.svg) #FFF;
  background-attachment: fixed;
}

.mv-momo {
  position: absolute;
  left: 0;
  top: -65px;
}

.mv-ume {
  position: absolute;
  right: 0;
  top: -70px;
  text-align: right;
}

.mv-momo img, .mv-ume img {
  width: 40%;
}

.backnumber-list {
  display: flex;
  flex-wrap: wrap;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.backnumber-list-items {
  text-align: center;
  flex-basis: 20%;
}

.backnumber-list-items a {
  display: block;
  padding: 10px 0;
  color: #FFF;
  font-size: 1.8rem;
  background: #FF85A5;
  border-radius: 50px;
  border: solid 1px #222;
  margin: 0 8px 15px 8px;
}

.backnumber-list-items:nth-of-type(odd) a {
  background: #03B07B;
}

/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {
  #momoume-story {
    background-size: 10%;
  }

  #momoume-backnummber {
    background-size: 10%;
    padding: 20px 15px 40px;
  }

  .story-number {
    width: 80px;
    height: 69px;
    left: -10px;
    top: -20px;
  }

  .story-number p {
    font-size: 3rem;
    padding: 10px 0 0;
  }

  .story-box {
    padding: 15px 15px;
  }

  .story-thumb img, #second .story-thumb img {
    width: 100%;
  }

  .btn-story, .btn-hulu {
    width: 90%;
  }

  .btn-story a, .btn-hulu a {
    padding-top: 16%;
  }

  .mv-momo img, .mv-ume img {
    width: 20%;
  }

  .mv-momo {
    top: -10px;
  }

  .mv-ume {
    top: -10px;
  }

  .backnumber-list-items {
    flex-basis: 20%;
  }

  .backnumber-list-items a {
    padding: 10px 0;
    margin: 0 4px 15px 4px;
    font-size: 1.5rem;
  }
}

/*====================================================================
 CAST
====================================================================*/

#momoume-cast {
  background: url(../images/bg-02.svg) #FFF;
  background-attachment: fixed;
}

#momoume-cast .teaser-block-inner {
  text-align: center;
}

.cast-box {
  margin: 0 auto 10px;
}

.cast-photo img {
  width: 60%;
}

.cast-click img {
  cursor: pointer;
  transition: .3s;
}

.cast-click img:hover {
  transform: scale(1.08, 1.08);
  transition: .3s;
}

.cast-photo {
  padding: 0 0 25px;
}

.cast-text {
  padding: 15px 0;
}

.cast-hr {
  margin: 30px 0 30px;
}

.cast-hr img {
  width: 100%;
}

.btn-comment {
  width: 75%;
  margin: -10px auto 30px;
}

.btn-comment:last-of-type {
  margin: -10px auto 0;
}

.btn-comment a {
  display: block;
  background: url(../images/btn-comment.svg)no-repeat left bottom;
  background-size: contain;
  width: 100%;
  height: auto;
  padding-top: 14%;
  /* transition: all 0.3s ease 0s; */
}

.btn-comment a:hover {
  background: url(../images/btn-comment-hover.svg)no-repeat left bottom;
  background-size: contain;
  width: 100%;
  height: auto;
  padding-top: 14%;
  /* transform: translateY(7px); */
  opacity: 1;
}

/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {
  #momoume-cast {
    background-size: 10%;
  }

  #momoume-cast .cast-photo img {
    width: 80%;
  }

  #momoume-cast .cast-name img {
    width: 100%;
  }

  #momoume-cast .btn-comment img {
    width: 100%;
  }

  .btn-comment {
    width: 90%;
    margin: -20px auto 30px;
  }
}

/*====================================================================
 STAFF
====================================================================*/

#momoume-staff .teaser-block-inner {
  text-align: center;
}

#momoume-staff {
  background-image: url(../images/bg-momo.png), url(../images/bg-ume.png);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #F2F2F2;
}

/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {
  #momoume-staff {
    background-size: 35% auto, 35% auto;
  }

  #momoume-staff .staff-text img {
    width: 90%;
  }
}

/*====================================================================
 TOPICS
====================================================================*/

#momoume-topics {
  padding: 40px 45px 50px;
  background-image: url(../images/bg-illsut03.svg), url(../images/bg-illsut04.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-color: #03B07B;
}

/* ---------------------------------
 SP用
--------------------------------- */

@media screen and (max-width: 992px) {
  #momoume-topics {
    padding: 20px 15px 40px;
    background-size: 100% auto, 100% auto;
  }
}

/* ---------------------------------
 ティザーTOPICS一覧用
--------------------------------- */

#topics.drama-area {
  padding: 0;
  margin: 0;
}

#topics .drama-box-title {
  display: none;
}

#momoume-topics .drama-box-body {
  background-color: transparent;
}

/* ボタン */

#topics .drama-btn.btn-more {
  background: url(../images/btn-readmore.svg) no-repeat left bottom;
  display: block;
  text-indent: -9999px;
  width: 340px;
  height: 68px;
  margin: 0 auto;
}

#topics .drama-btn.btn-more:hover {
  background: url(../images/btn-readmore-hover.svg) no-repeat left bottom;
  display: block;
  text-indent: -9999px;
  width: 340px;
  height: 68px;
  margin: 0 auto;
  /* transform: translateY(7px); */
  opacity: 1;
}

@media screen and (max-width: 992px) {
  #topics .drama-btn.btn-more {
    background-size: contain;
    width: 80%;
    height: auto;
    padding-top: 19.705882352941176%;
  }

  #topics .drama-btn.btn-more:hover {
    background-size: contain;
    width: 80%;
    height: auto;
    padding-top: 19.705882352941176%;
  }

  #topics .topics-btn {
    /* padding: 40px 0 0; */
    margin: 0;
  }
}

/* リスト */

@media screen and (min-width: 993px) {
  #topics .topics-item {
    width: 49%;
  }

  #topics .topics-item:nth-of-type(n+3) {
    margin-top: 15px;
  }

  #topics .topics-item:nth-of-type(2n+1) {
    margin-left: 0;
  }

  #topics .topics-item:nth-of-type(2n) {
    margin-left: 2%;
  }
}

/*==================================
 Template-Module
==================================*/

/* ---------------------------------
 右カラム設定
--------------------------------- */

/* 右カラム　タイトル */

.ntv-box-title {
  background: #FCB8CA;
}

.ntv-box-title.title-base {
  background: #FCB8CA;
}

.drama-box-title.title-base {
  background-color: #FCB8CA;
}