@charset "UTF-8";

:root {
  --mincho:'Noto Serif JP', serif;
  --main: #FD629A;
	--pink: #FD629A;
  --orange: #FE7E01;
  --blue: #0FA4E2;
  --green: #00BF48;
}

.pink {color:var(--pink)!important;}
.orange {color:var(--orange)!important;}
.blue {color:var(--blue)!important;}
.green {color:var(--green)!important;}

.ntv-main img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align:bottom;
}

.sp_block {
  display: none;
}

/*==================================
Layout
==================================*/
.ntv-wrapper {
  display: block;
  word-break: break-all;
  background: #E2F4F1;
}

.teaser-main-onair{
  background-color: #333;
  color: #fff;
  font-family:'Noto Serif JP', serif;
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 10px;
}

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

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

/* ブロック */
.teaser-block{
  background: #fff;
  color: #333;
  word-break: break-all;
  margin: 50px 0;
  position: relative;
  padding: 100px 50px 60px;
}

/* ブロックタイトル */
.teaser-block-title {
  width: 100%;
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
}

.teaser-block-title img{
  height: 110px;
  filter: drop-shadow(0px 4px 0px #000000);
}

/* ブロック内テキスト */
.teaser-block p {
  color: #333;
  line-height: 1.75;
  font-size: 1.4rem;
  margin-bottom: 0;
}

/*====================================================================
メニュー設定
====================================================================*/
.teaser-main-nav {
  background-color: var(--pink);
  font-family: var(--mincho);
  border: 1px solid #333;
}

.teaser-main-nav ul {
  display:flex;
  flex-wrap: wrap;
}

.teaser-main-nav ul li {
  font-size: 1.6rem;
  width: 25%;
  text-align: center;
  line-height: 3.5em;
  position: relative;
}

.teaser-main-nav ul li a {
  display: block;
  transition: .5s;
}

.teaser-main-nav ul li a:hover {
  transform: rotate(-10deg);
  transition: .5s;
}

.teaser-main-nav ul li:nth-child(1),
.teaser-main-nav ul li:nth-child(2),
.teaser-main-nav ul li:nth-child(3),
.teaser-main-nav ul li:nth-child(4) {
  border-bottom: 1px solid #fff;
}

.teaser-main-nav ul li:not(:nth-child(4n))::after {
  content: " ";
  background: url(../images/heart_white.svg) no-repeat center / contain;
  width: 12px;
  height: 10px;
  position: absolute;
  top: 45%;
  right: -6px;
}

.bunner {
  margin-top: 15px;
}

.bunner a:hover {
  opacity: 0.5;
}

/*====================================================================
イントロダクション
====================================================================*/
#intro {
  background: url(../images/bg_note.png) #fff;
}

#intro .teaser-block-inner{
  text-align: center;
  font-family: var(--mincho);
}

#intro .teaser-block-inner p{
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}

#intro .intro-text01 img {
  height: 60px;
}

#intro .intro-text02 {
  border: 1px solid #333;
  background-color: #fff;
  box-shadow: 4px 4px 0px #333;
  padding: 15px;
  margin: 30px 0;
}

#intro .teaser-block-inner .intro-text02 p {
  font-size: 2rem; 
}

#intro .intro-text02 .bold {
  font-weight: 600;
  font-size: 2.4rem;
}

#intro .intro-text03 {
  margin-bottom: 30px;
}

#intro .intro-text03 p {
  font-size: 2rem;
}

#intro .intro-text03 p span {
  background-color: var(--pink);
  color: #fff;
  font-size: 2.8rem;
  padding: 0 10px;
  align-items: center;
  position: relative;
}

#intro .intro-text03 p span:nth-child(2) {
  margin: 0px 36px;
}

#intro .intro-text03 p span:nth-child(2)::before,
#intro .intro-text03 p span:nth-child(2)::after {
  content: " ";
  background: url(../images/heart_pink.svg) no-repeat;
  background-position: center;
  width: 12px;
  height: 100%;
  position: absolute;
  top: 0;
}

#intro .intro-text03 p span:nth-child(2)::after {
  left: -24px;
}

#intro .intro-text03 p span:nth-child(2)::before {
  right: -24px;
}

#intro .teaser-block-inner .intro-text04 .bold {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: underline;
}

#intro .intro-text04 {
  margin-bottom: 30px;
  line-height: 2;
}

#intro .teaser-block-inner .intro-text06 {
  background: var(--pink);
  color: #fff;
  font-size: 2rem;
  padding: 10px;
  margin-top: 30px;
}

/*====================================================================
動画
====================================================================*/
#movie {
  background: url(../images/bg_line.png)#fff no-repeat top center / cover;
  padding: 100px 80px 60px;
}

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

#movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #333;
}

.btn {
  text-align: center;
  width: 60%;
  margin: 20px auto 0;
}

.btn a {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  padding: 10px;
  border: 1px solid #333;
  box-shadow: 0px 4px 0px #333;
  border-radius: 25px;
}

.btn a:hover {
  opacity:1;
  box-shadow: 0px 0px 0px #333;
  transform: translateY(4px);
}

#movie .btn a {
  background: #69EF00;
}

#movie .btn a img {
  width: 20%;
  padding-right: 8px;
}

/*====================================================================
ストーリー
====================================================================*/
#story {
  background: url(../images/bg_kirakira.png)#fff no-repeat top center / cover;
  padding: 100px 80px 60px;
}

#story .btn a {
  background: #FFBA34;
}

.story-thumb {
  border: 1px solid #333;
  margin-bottom: 15px;
}

.teaser-block .story-count {
  font-family: var(--mincho);
  font-weight: 600;
  font-size:1.6rem;
  display:flex;
  align-items: center;
  letter-spacing: 0.15em;
}

.teaser-block .story-count::before,
.teaser-block .story-count::after {
  content: " ";
  background: url(../images/heart_pink.svg) no-repeat center / contain;
  width: 18px;
  height: 18px;
}

.teaser-block .story-count::before {
  margin-right: 5px;
}

.teaser-block .story-count::after {
  margin-left: 5px;
}

.teaser-block .story-title {
  font-family: var(--mincho);
  color: var(--pink);
  font-weight: 600;
  font-size: 2rem;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--pink);
  margin-bottom: 10px;
}

/*====================================================================
キャスト
====================================================================*/
.cast-list:not(:first-child) {
  border-top: 1px dashed var(--pink);
  padding: 30px 0;
}

.cast-list:first-child {
  padding-bottom: 30px;
}

.cast-list dt {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.cast-photo {
  width: 200px;
  margin-right: 30px;
}

.cast-list dt .cast-role {
  font-family: var(--mincho);
  font-size: 1.8rem;
}

.cast-list dt .cast-name {
  font-family: var(--mincho);
  font-size: 2.8rem;
  font-weight: 500;
}

/*====================================================================
スタッフ
====================================================================*/
#staff {
  background: url(../images/bg_kirakira.png)#fff no-repeat top center / cover;
  padding: 100px 30px 40px;
}

#staff dl {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
}

#staff dl dt {
	text-align: right;
	margin-right: 5px;
  font-size: 18px;
  color: var(--pink);
	line-height: 3rem;
	font-weight: normal;
  padding-bottom: 20px;
  position: relative;
}

#staff dl dt::after {
  content: " ";
  background: url(../images/heart_pink.svg) no-repeat center / contain;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 7px;
  right: -25px;
}

#staff dl dd {
  font-size: 18px;
    font-weight: 600;
    line-height: 3rem;
    padding-bottom: 20px;
    padding-left: 30px;
}

#staff dl dd span {
  font-size: 16px;
	font-weight: 400;
}

/*====================================================================
トピックス
====================================================================*/
#topics .topics-area .drama-box {
  background: #fff;
}

#topics .topics-item,
#topics .topics-item:not(:first-child) {
  border: 1px solid #333;
}

/*====================================================================
SNS
====================================================================*/
#sns {
  background: url(../images/bg_line.png)#fff no-repeat top center / cover;
  padding: 100px 80px 60px;
}

.twitter-area {
  border: 1px solid #333;
}

#sns .follow-btn ul {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

#sns .follow-btn ul li {
  width: 48%;
}

#sns .btn-twitter a {
  display: block;
  filter: drop-shadow(0px 4px 0px #176F94);
}

#sns .btn-tiktok a {
  display: block;
  filter: drop-shadow(0px 4px 0px #333);
}

#sns .btn-twitter a:hover,
#sns .btn-tiktok a:hover {
  opacity: 1;
  transform: translateY(4px);
  filter: none;
}


/* ---------------------------------
ティザーTOPICS一覧用
--------------------------------- */
#topics.drama-area{
  padding: 0;
  margin: 0;
}

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

/* ボタン */
#topics .drama-btn.btn-more {
  /* color: #ffffff; */
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  word-break: break-all;
  position: relative;
  background: transparent;
  border: 1px solid #222;
  padding: 1.3em 0 1.2em;
  font-size: 1.4rem;
  line-height: 1;
}
#topics .drama-btn.btn-more i {
  font-size: 1.5em;
  margin-right: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 992px) {
  #topics .topics-btn {
    padding: 10px;
    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%;
  }
}

/* ---------------------------------
右カラム設定
--------------------------------- */
.ntv-box-title {
  background: var(--pink);
}
.ntv-box-title.title-base {
  background: var(--pink);
}
.drama-box-title.title-base {
  background-color: var(--pink);
}

/* ---------------------------------
SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  /*共通・レイアウト*/
  .sp_block {
    display: block;
  }

  .sp_hidden {
    display: none;
  }

  .teaser-main-onair{
    font-size: 1.8rem;
  }
  .teaser-block{
    margin: 40px 0;
    padding: 70px 15px 40px;
  }

  .teaser-block-title img{
    height: 90px;
  }

  .teaser-main-nav ul li {
    font-size: 1.2rem;
  }

  .teaser-main-nav ul li:not(:nth-child(4n))::after {
    width: 8px;
    height: 7px;
    right: -4px;
  }

  /*イントロ*/
  #intro .teaser-block-inner p{
    font-size: 1.4rem;
    letter-spacing: 0.02em;
  }
  #intro .intro-text03 p {
    font-size: 1.8rem;
  }
  
  #intro .intro-text03 p span {
    font-size: 2rem;
    padding: 2px 10px;
    margin-bottom: 8px;
    display: inline-block;
  }
  
  #intro .teaser-block-inner .intro-text06 {
    font-size: 1.6rem;
    padding: 5px;
  }

  /*枠*/
  #movie,#story,#topics,#staff,#cast {
    padding: 90px 15px 40px;
  }

  .btn {
    width: 90%;
    max-width: 400px;
  }

  .teaser-block .story-title {
    line-height:1.5;
  }

  .cast-list:not(:first-child) {
    padding: 20px 0;
  }

  .cast-list:first-child {
    padding-bottom: 20px;
  }

  .cast-list dt {
    flex-direction: column;
    text-align: center;
    margin-bottom: 10px;
  }

  .teaser-block .cast-photo {
    margin-right: 0;
    margin-bottom: 15px;
  }

  .cast-list dt .cast-role {
    font-size: 1.6rem;
  }

  .cast-list dt .cast-name {
    font-size: 2.4rem;
  }

  .cast-list dd {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  

  #staff dl dt {
    font-size: 1.2rem;
    padding-bottom: 10px;
    line-height: 2.5rem;
  }

  #staff dl dt::after {
    width: 9px;
    height: 8px;
    top: 9px;
    right: -14px;
  }

  #staff dl dd {
    font-size: 1.6rem;
    padding-left: 16px;
    line-height: 2.5rem;
    padding-bottom: 10px;
  }

  #staff dl dd span {
    font-size: 12px;
  }

  #topics .topics-item:not(:first-child) {
    border-top: none;
  }

  /*sns*/
  #sns {
    padding: 90px 15px 60px;
    margin-bottom: 0;
  }

  #sns .follow-btn ul {
    flex-direction: column;
    align-items: center;
  }
  
  #sns .follow-btn ul li {
    width: 80%;
    max-width: 400px;
    margin-top: 15px;
  }
}

/* タイトルアニメーション */
.shake.is-active{
  animation:shake 1.5s linear both
}

@keyframes shake {
  0%,100% {
    transform:translateX(0);transform-origin:50% 50%
  }
  15% {
    transform:translateX(-15px) rotate(6deg)
  }
  30% {
    transform:translateX(12px) rotate(-6deg)
  }
  45% {
    transform:translateX(-12px) rotate(3.6deg)
  }
  60% {
    transform:translateX(9px) rotate(-2.4deg)
  }
  75% {
    transform:translateX(-6px) rotate(1.2deg)
  }
}

/* イントロアニメーション */
.vibrate.is-active {
  animation:vibrate 0.8s linear both
}

@keyframes vibrate {
  0%,100%{
    transform:translateY(0)
  }
  10%,30%,50%,70%{
    transform:translateY(-8px)
  }
  20%,40%,60%{
    transform:translateY(8px)
  }
  80%{
    transform:translateY(6.4px)
  }
  90%{
    transform:translateY(-6.4px)
  }
}
