@charset "UTF-8";

/*==================================

 Layout

==================================*/
.ntv-wrapper {
  background: transparent;
}
.ntv-contentsWrap {
  position: relative;
}
.ntv-contentsWrap:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../images/bg01.png) center / 1050px;
  content: "";
  z-index: -1;
}
.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
.teaser-contents {
  padding-bottom: 50px;
  box-sizing: border-box;
  font-size: 1.6rem;
}
.teaser-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
	text-decoration:none;
	opacity:0.65;
}

/* ブロック */
.teaser-block .teaser-block-inner{
  padding-top: 100px;
  background: rgba(69, 185, 234, 0.9);
  border-radius: 30px;
  color: #4E4E4E;
  word-break: break-all;
}
#intro.teaser-block .teaser-block-inner,
#net.teaser-block .teaser-block-inner {
  background: rgba(237, 135, 160, 0.9);
}
.teaser-block-inner{
  padding: 16px 10px;
}

/* ブロックタイトル */
.teaser-block-title{
  width: 540px;
  margin: 0 auto -80px;
}
.teaser-block-title img {
  width: 100%;
  height: auto;
}

/* ブロック内テキスト */
.teaser-block p{
  color: #4E4E4E;
  line-height: 1.7;
  font-size: 1.6rem;
}
.teaser-block .br-sp {
  display: none;
}
.teaser-block .br-pc {
  display: block;
}
@media screen and (max-width: 992px) {
  .ntv-contentsWrap:before {
    background: url(../images/bg01.png) center / 525px;
  }
  .teaser-contents {
    width: min(93vw, 660px);
    margin: 0 auto;
    padding: 0 0 50px;
    font-size: 1.4rem;
  }
  .teaser-block .teaser-block-inner{
    padding-top: 100px;
    border-radius: 20px;
  }
  .teaser-block-title{
    width: 90%;
    margin-bottom: -48px;
  }
  .teaser-block p{
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .teaser-block .br-sp {
    display: block;
  }
  .teaser-block .br-pc {
    display: none;
  }
}

/* ---------------------------------
 ヘッダー周り
--------------------------------- */
.ntv-mainv-banners--2column {
  margin-top: 30px !important;
}
.teaser-bnr li {
  border: 2px solid #fff;
  transition: 0.4s;
}
.teaser-bnr li + li {
  margin-top: 10px;
}
.teaser-bnr li:hover {
  opacity: 0.6;
}
.teaser-bnr img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.teaser-main-nav {
  display: flex;
  justify-content: center;
  width: 82%;
  height: 116px;
  margin: 20px auto 0;
}
.teaser-main-nav li {
  width: 25%;
  transition: 0.4s;
}
.teaser-main-nav li a {
  display: block;
  width: 100%;
  transition: 0.4s;
}
.teaser-main-nav li:hover a {
  transform: rotate(360deg) scale(1.1);
  transform-origin: center;
}
.teaser-main-nav li img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.ntv-main .ntv-mainv-banners--2column .item[data-v-aac5723c]:nth-of-type(2) {
  margin-left: 20px;
}
@media screen and (max-width: 992px) {
  .ntv-mainv-banners--2column {
    margin-top: 20px !important;
  }
  .teaser-bnr {
    margin: 0 20px;
  }
  .teaser-main-nav {
    width: 85%;
    height: max(16vw, 60px);
  }
}

/* ---------------------------------
 SNS
--------------------------------- */
#sns.teaser-block {
  position: relative;
  margin-top: 60px;
}
#sns.teaser-block > .teaser-block-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 90px 30px 30px;
}
#sns.teaser-block .teaser-block-inner > #teaser-twitter {
  width: 73%;
}
#sns.teaser-block .teaser-block-inner > #teaser-sns {
  width: 23%;
}
#sns.teaser-block #teaser-twitter .teaser-block .teaser-block-inner,
#sns.teaser-block #teaser-sns .teaser-block .teaser-block-inner {
  background: transparent;
}
#sns.teaser-block #teaser-twitter .teaser-block .teaser-block-inner,
#sns.teaser-block #teaser-sns .teaser-block .teaser-block-inner {
  padding: 0;
}
#sns.teaser-block .teaser-btn + .teaser-btn {
  margin-top: 5px;
}
#sns.teaser-block #teaser-twitter .teaser-block .teaser-block-title,
#sns.teaser-block #btn-follow-facebook,
#sns.teaser-block #btn-follow-line,
#sns.teaser-block #btn-follow-instagram {
  display: none;
}
#sns.teaser-block #btn-follow-twitter a,
#sns.teaser-block #btn-follow-tiktok a {
  overflow: hidden;
  width: 100%;
  height: 140px;
  background: url(../images/sns-icon-x.svg) center / 100% auto no-repeat;
  text-indent: -9999px;
  transition: 0.4s;
}
#sns.teaser-block #btn-follow-tiktok a {
  background: url(../images/sns-icon-tiktok.svg) center / 100% auto no-repeat;
}
#sns.teaser-block #btn-follow-twitter a:hover,
#sns.teaser-block #btn-follow-tiktok a:hover {
  transform: rotate(360deg) scale(1.1);
}
@media screen and (max-width: 992px) {
  #sns.teaser-block {
    margin-top: 30px;
  }
  #sns.teaser-block > .teaser-block-inner {
    display: block;
    padding: 60px 15px 20px;
  }
  #sns.teaser-block .teaser-block-inner > #teaser-twitter {
    width: 100%;
  }
  #sns.teaser-block .teaser-block-inner > #teaser-sns {
    width: 100%;
    max-width: 240px;
    margin: 10px auto 0;
  }
  #sns.teaser-block .teaser-block-inner > #teaser-sns .official-sns-area {
    display: flex;
    justify-content: center;
  }
  #sns.teaser-block .teaser-btn {
    width: 50%;
    margin: 0 2%;
  }
  #sns.teaser-block .teaser-btn + .teaser-btn {
    margin-top: 0;
  }
  #sns.teaser-block #btn-follow-twitter a,
  #sns.teaser-block #btn-follow-tiktok a {
    width: 100%;
    height: min(31vw,110px);
  }
}

/* ---------------------------------
 intro
--------------------------------- */
#intro.teaser-block {
  position: relative;
  margin-top: 34px;
}
#intro.teaser-block .teaser-block-title {
  margin-bottom: -88px;
}
#intro.teaser-block .teaser-block-inner {
  padding: 90px 20px 20px;
}
#intro.teaser-block .teaser-block-inner h4 img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#intro.teaser-block .teaser-block-inner h4 img + img {
  width: 94%;
  margin-top: 10px;
}
#intro.teaser-block .txt-area {
  margin-top: -50px;
  padding: 64px 20px 35px;
  background: #fff;
  text-align: center;
}
#intro.teaser-block .txt-area .col-blue {
  color: #2DAAE0;
  font-weight: bold;
  font-size: 2rem;
}
#intro.teaser-block .txt-area .col-pink {
  color: #ED87A0;
  font-weight: bold;
  font-size: 2rem;
}
#intro.teaser-block .txt-area .deco-area01,
#intro.teaser-block .txt-area .deco-area02 {
  position: relative;
  margin-top: 20px;
  padding: 10px 10px;
  background: #FBE7EC;
}
#intro.teaser-block .txt-area .deco-area01 {
  font-weight: bold;
  font-size: 2rem;
}
#intro.teaser-block .txt-area .deco-area02 {
  background: #DAF1FB;
}
#intro.teaser-block .txt-area .deco-area02 span {
  color: #2DAAE0;
  font-weight: bold;
}
#intro.teaser-block .txt-area .deco05 {
  margin-top: 1em;
}
#intro.teaser-block .txt-area .deco05 span {
  background: linear-gradient(transparent 30%, #FFF26C 30%);
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #intro.teaser-block .teaser-block-title {
    margin-bottom: -52px;
  }
  #intro.teaser-block .teaser-block-inner {
    padding: 48px 10px 30px;
  }
  #intro.teaser-block .txt-area {
    margin-top: -25px;
    padding: 36px 10px 16px;
  }
  #intro.teaser-block .teaser-block-inner h4 img + img {
    width: 94%;
  }
  #intro.teaser-block .txt-area .col-blue {
    font-size: 1.6rem;
  }
  #intro.teaser-block .txt-area .col-pink {
    font-size: 1.6rem;
  }
  #intro.teaser-block .txt-area .deco01 {
    font-size: 1.6rem;
  }
  #intro.teaser-block .txt-area .deco-area01,
  #intro.teaser-block .txt-area .deco-area02 {
    margin-top: 15px;
    padding: 10px;
  }
  #intro.teaser-block .txt-area .deco-area01 {
    font-size: 1.6rem;
  }
  #intro.teaser-block .txt-area .deco-area01 .deco02 {
    font-size: 1.6rem;
  }
  #intro.teaser-block .txt-area .deco-area01 .deco02 .col-pink {
    font-size: 1.6rem;
  }
  #intro.teaser-block .txt-area .deco-area02 .deco04 {
    font-size: 1.6rem;
  }
  #intro.teaser-block .txt-area .deco05 span {
    font-size: 1.6rem;
  }
}


/* ---------------------------------
 cast
--------------------------------- */
#cast.teaser-block {
  margin-top: 34px;
}
#cast.teaser-block .teaser-block-title {
  margin-bottom: -88px;
}
#cast.teaser-block .teaser-block-inner {
  padding: 120px calc(34px - 1%) 44px;
}
#cast.teaser-block .teaser-block-inner img {
  width: 100%;
  height: auto;
}
#cast.teaser-block .teaser-block-inner dt {
  margin: 0 auto;
}
#cast.teaser-block .teaser-block-inner .cast-area01 dt {
  width: 52%;
}
#cast.teaser-block .teaser-block-inner ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 10px;
}
#cast.teaser-block .teaser-block-inner ul li {
  width: 23%;
  margin: 0 1%;
}
#cast.teaser-block .teaser-block-inner dd img {
  transition: 0.4s;
}
#cast.teaser-block .teaser-block-inner dd img:hover {
  transform: rotate(5deg);
}
#cast.teaser-block .teaser-block-inner .cast-area02 {
  margin-top: 36px;
}
#cast.teaser-block .teaser-block-inner .cast-area02 dt {
  width: 46%;
}
#cast.teaser-block .teaser-block-inner .cast-area02 dd {
  width: 69%;
  margin: 0 auto;
}
@media screen and (max-width: 992px) {
  #cast.teaser-block .teaser-block-title {
    margin-bottom: -55px;
  }
  #cast.teaser-block .teaser-block-inner {
    padding: 76px calc(10px - 1%) 24px;
  }
  #cast.teaser-block .teaser-block-inner .cast-area01 dt {
    width: 72%;
  }
  #cast.teaser-block .teaser-block-inner ul {
    margin-top: 5px;
  }
  #cast.teaser-block .teaser-block-inner ul li {
    width: 29%;
    margin: 0 2%;
  }
  #cast.teaser-block .teaser-block-inner .cast-area02 {
    margin-top: 16px;
  }
  #cast.teaser-block .teaser-block-inner .cast-area02 dt {
    width: 60%;
  }
  #cast.teaser-block .teaser-block-inner .cast-area02 dd {
    width: 88%;
  }
}


/* ---------------------------------
 net
--------------------------------- */
#net.teaser-block {
  margin-top: 34px;
  text-align: center;
}
#net.teaser-block .teaser-block-title {
  margin-bottom: -88px;
}
#net.teaser-block .teaser-block-inner {
  padding: 116px 0 60px;
}
#net.teaser-block .teaser-block-inner p {
  color: #fff;
  font-size: 1.8rem;
}
#net.teaser-block .teaser-block-inner strong {
  font-weight: bold;
}
#net.teaser-block .teaser-block-inner span {
  display: block;
  font-size: 1.4rem;
}
@media screen and (max-width: 992px) {
  #net.teaser-block .teaser-block-title {
    margin-bottom: -48px;
  }
  #net.teaser-block .teaser-block-inner {
    padding: 58px 0 35px;
  }
  #net.teaser-block .teaser-block-inner p {
    font-size: 1.6rem;
  }
  #net.teaser-block .teaser-block-inner span {
    font-size: 1.2rem;
  }
}


/* ---------------------------------
 staff
--------------------------------- */
#staff.teaser-block {
  margin-top: 34px;
}
#staff.teaser-block .teaser-block-title {
  margin-bottom: -88px;
}
#staff.teaser-block .teaser-block-inner {
  padding: 116px 0 60px;
}
#staff.teaser-block.pink .teaser-block-inner {
  background: rgba(237, 135, 160, 0.9);
}
#staff.teaser-block .teaser-block-inner li + li {
  margin-top: 0.5em;
}
#staff.teaser-block .teaser-block-inner li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
#staff.teaser-block .teaser-block-inner li dt {
  width: 33%;
  text-align: right;
  font-size: 1.4rem;
}
#staff.teaser-block .teaser-block-inner li dd {
  width: 65%;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 992px) {
  #staff.teaser-block .teaser-block-title {
    margin-bottom: -49px;
  }
  #staff.teaser-block .teaser-block-inner {
    padding: 58px 0 35px;
  }
  #staff.teaser-block .teaser-block-inner li + li {
    margin-top: 0.5em;
  }
  #staff.teaser-block .teaser-block-inner li dl {
    display: block;
  }
  #staff.teaser-block .teaser-block-inner li dt {
    width: 100%;
    font-size: 1.2rem;
    text-align: center;
  }
  #staff.teaser-block .teaser-block-inner li dd {
    width: 100%;
    font-size: 1.6rem;
    text-align: center;
  }
}

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

/* 右カラム　タイトル */
.ntv-box-title {
   background: #45B9EA; 
}


/*==================================

 Template-Module
 不使用の場合は削除してください

==================================*/

/* ---------------------------------
 Twitter
--------------------------------- */

/* ボタン */
.teaser-contents .official-sns-block {
  margin-top: 0;
  border-top: none;
}
.teaser-contents .teaser-btn a{
  width: 100%;
  display: block;
}
.teaser-contents .teaser-btn a{
  padding: 1.3em 0 1.2em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}
.teaser-contents .teaser-btn#btn-follow-twitter a{
  background-color: #1da1f2;
}
.teaser-contents .teaser-btn#btn-follow-facebook a{
  background-color: #3b5998;
}
.teaser-contents .teaser-btn#btn-follow-instagram a{
  position: relative;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.teaser-contents .teaser-btn#btn-follow-instagram a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.teaser-contents .teaser-btn#btn-follow-line a{
  background-color: #00b900;
}
.teaser-contents .teaser-btn#btn-follow-tiktok a{
  background-color: #000000;
}


/* ---------------------------------
 body#bddvd
--------------------------------- */
body.second #sec01,
body.second #sec02 {
  margin-top: min(14vw,80px);
}
body#bddvd2 #sec01 {
  margin-top: min(7vw,35px);
}
body#bddvd .teaser-block-title {
  width: min(89vw,590px);
  margin-bottom: max(-36vw,-230px);
}
body#bddvd2 .teaser-block-title {
  width: min(89vw,590px);
  margin-bottom: max(-38vw,-240px);
}
body.second .teaser-block-inner {
  padding: min(36vw,230px) 20px 20px;
  background: rgba(237, 135, 160, 0.9);
}
body#bddvd2 #sec02 .teaser-block-inner {
  background: rgba(237, 135, 160, 0.9);
}
body#bddvd2 .teaser-block-inner {
  background: rgba(69, 185, 234, 0.9);
}
body#bddvd3 .teaser-block-inner {
  padding: min(36vw,230px) 20px 20px;
  background: rgba(255, 156, 80, 0.9);
}
body#bddvd3 .teaser-block-title {
  width: min(89vw,590px);
  margin-bottom: max(-38vw,-240px);
}
body.second h3 {
  text-align: center;
}
body.second #sec01 h4 {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
}
body.second .txt-area {
  margin-top: 10px;
  padding: 20px;
  background: #fff;
  text-align: center;
}
body.second #sec01 .txt-area + h4 {
  margin-top: 20px;
}
body.second .txt-area a {
  text-decoration: underline;
}
body.second .txt-area .col-b {
  color: #2DAAE0;
}
body.second .txt-area .col-p {
  color: #ED87A0;
}
body.second .txt-area .col-o {
  color: #F38632;
}
body.second #sec01 .txt-area .bddvd-deco02 {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 20px;
  padding: 20px;
  background: #FFE9B4;
  font-size: 2rem;
}
body.second #sec01 .txt-area .bddvd-deco02 p {
  width: 40%;
}
body.second #sec01 .txt-area .bddvd-deco02 p strong {
  font-size: 3.4rem;
  font-weight: bold;
}
body.second #sec01 .txt-area .bddvd-deco02 img {
  width: 50%;
  height: auto;
}
body.second #sec01 .txt-area .bddvd-deco03 {
  font-size: 2rem;
  font-weight: bold;
}
body.second #sec01 .txt-area .bddvd-deco04 {
  margin-top: 1em;
  font-size: 1.3rem;
  line-height: 1.5;
}
body.second #sec01 .txt-area .bddvd-deco05 {
  font-weight: bold;
  background: linear-gradient(transparent 30%, #FFF26C 30%);
}
body.second #sec01 .txt-area .bddvd-deco06 {
  font-weight: bold;
  background: linear-gradient(transparent 30%, #BAEBFF 30%);
}
body.second #sec01 .txt-area .bddvd-btn {
  margin-top: 1em;
}
body.second #sec01 .txt-area .bddvd-btn a {
  display: block;
  padding: 0.6em 0;
  background: rgb(69, 185, 234);
  border-radius: 50px;
  color: #fff;
  font-size: 2.4rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
}
body.second #sec01 .txt-area li {
  padding-left: 4em;
  text-align: left;
}
body.second #sec01 .txt-area li + li {
  margin-top: 1em;
}
body.second #sec01 .txt-area li strong {
  margin-left: -3em;
  font-weight: bold;
  font-size: 2rem;
  color: #2DAAE0;
}
body.second #sec01 .txt-area li:nth-child(odd) strong {
  color: #ED87A0;
}
body#bddvd3 #sec01 .txt-area li strong {
  color: #4E4E4E;
}
body.second #sec01 .txt-area li strong span {
  display: inline-block;
  width: 3em;
}
body.second #sec01 .txt-area #player {
  margin-top: 1em;
}
body.second #sec01 .txt-area #player iframe {
  width: 100%;
  height: min(46vw, 328px);
}

body.second #sec02 .teaser-block-inner {
  background: rgba(69, 185, 234, 0.9);
}
body.second #sec02 .txt-area {
  text-align: left;
}
body.second #sec02 .txt-area dl + dl {
  margin-top: 20px;
}
body.second #sec02 .txt-area dt {
  font-weight: bold;
  font-size: 2rem;
}
body.second #sec02 .txt-area dd {
  margin-top: 0.5em;
}
body.second #sec02 .txt-area img {
  display: block;
  width: 100%;
  height: auto;
  margin: 1em auto;
}
body.second #sec02 .txt-area .bddvd-deco01 {
  font-size: 1.9rem;
  font-weight: bold;
}
body.second #sec02 .txt-area .list-area {
  margin-left: 1em;
  text-indent: -1em;
}
body.second #sec02 .txt-area .list-area li + li {
  margin-top: 0.5em;
}
@media screen and (max-width: 992px) {
  body.second #sec01 .teaser-block-inner,
  body.second #sec02 .teaser-block-inner {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  body.second #sec01 h4 {
    font-size: 2.4rem;
  }
  body.second #sec01 .txt-area {
    margin-top: 5px;
    padding: 15px 10px;
  }
  body.second #sec01 .txt-area + h4 {
    margin-top: 10px;
  }
  body.second #sec01 .txt-area .bddvd-btn a {
    font-size: 2rem;
  }
  body.second #sec01 .txt-area .bddvd-deco02 {
    display: block;
    padding: 10px;
  }
  body.second #sec01 .txt-area .bddvd-deco02 p {
    width: 100%;
    text-align: center;
  }
  body.second #sec01 .txt-area .bddvd-deco02 p strong {
    font-size: 2.4rem;
  }
  body.second #sec01 .txt-area .bddvd-deco02 img {
    display: block;
    width: 80%;
    margin: 10px auto 0;
  }
  body.second #sec01 .txt-area .bddvd-deco03 {
    font-size: 1.6rem;
  }
  body.second #sec01 .txt-area li {
    padding-left: 3.5em;
  }
  body.second #sec01 .txt-area li strong {
    font-size: 1.6rem;
  }
  body.second #sec02 .txt-area dt,
  body.second #sec02 .txt-area .bddvd-deco01 {
    font-size: 1.6rem;
  }
  body.second #sec01 .txt-area iframe {
    height: 47vw;
  }
}



