@charset "UTF-8";

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

 Layout

==================================*/
.ntv-wrapper {
  background-color: transparent;
}
.ntv-contentsWrap {
  position: relative;
}
.ntv-contentsWrap:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: block;
  background: url(../images/bg.png) center / cover;
  content: "";
  z-index: -1;
}
.ntv-main {
  padding-bottom: 50px;
}
.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
.teaser-contents {
  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;
}
.ntv-mainv-banners--2column {
  margin-top: 20px !important;
}
.br-sp {
  display: none;
}

.teaser-main-onair {
  padding: 0.2em 0;
  background: rgba(56, 75, 9, 0.9);
  color: #fff;
  font-weight: bold;
  text-align: center;
  font-size: min(5vw,2.5rem);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 992px) {
  .teaser-contents {
    padding: 0 10px;
  }
  .ntv-mainv-banners--2column {
    margin-top: 10px !important;
  }
  .br-sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
}

/* ---------------------------------
 メニュー
--------------------------------- */
.teaser-main-nav {
  display: flex;
  justify-content: space-between;
  width: 86%;
  height: 70px;
  margin: 30px auto 0;
}
.teaser-main-nav li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.teaser-main-nav li a:hover {
  opacity: 0.5;
}
.teaser-main-nav li img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .teaser-main-nav {
    width: min(90%, 600px);
    height: min(11vw,75px);
    margin-top: 20px;
  }
}

/* ブロック */
.teaser-block{
  position: relative;
  color: #fff;
  word-break: break-all;
}
.teaser-block-inner {
  background: #fff;
}

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

/* ブロック内テキスト */
.teaser-block p{
  line-height: 1.7;
  font-size: 1.6rem;
  margin-bottom: 15px;
}

/* ---------------------------------
 イントロ
--------------------------------- */
#about.teaser-block {
  margin-top: 38px;
  text-align: center;
}
#about.teaser-block .teaser-block-title {
  width: auto;
  height: 105px;
  margin: auto;
}
#about.teaser-block .teaser-block-inner {
  margin-top: 10px;
  padding: 40px 20px 50px;
  border: 3px solid #64E3FF;
  border-radius: 10px;
  background: rgba(14, 60, 83, 0.70);
}
#about.teaser-block .teaser-block-inner .deco01 {
  color: #43FF6D;
}
#about.teaser-block .teaser-block-inner .deco02 {
  color: #64E3FF;
}
#about.teaser-block .teaser-block-inner .txt01 {
  color: #fff;
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: bold;
}
#about.teaser-block .teaser-block-inner .txt01 img {
  display: block;
  width: 93%;
  max-width: 600px;
  margin: 10px auto 0;
}
#about.teaser-block .teaser-block-inner .main-img {
  width: 100%;
  height: auto;
}
#about.teaser-block .teaser-block-inner .txt02 {
  margin: 1em auto 0;
}
#about.teaser-block .teaser-block-inner .txt03 {
  margin: 1.3em auto 0;
  font-size: 1.6rem;
}
#about.teaser-block .teaser-block-inner .txt04 {
  margin: 1.3em auto 0;
  font-size: 1.8rem;
  font-weight: bold;
}
#about.teaser-block .teaser-block-inner .txt04 .deco03 {
  display: inline-block;
  background: #43FF6D;
  color: #0A2E3D;
  font-size: 2.2rem;
  line-height: 1.3;
}
#about.teaser-block .teaser-block-inner .txt04 .deco04 {
  display: inline-block;
  margin-top: 0.2em;
  padding: 0 0.2em;
  background: #64E3FF;
  color: #0A2E3D;
  font-size: 2.6rem;
}
@media screen and (max-width: 992px) {
  #about.teaser-block {
    margin-top: 5.5vw;
  }
  #about.teaser-block .teaser-block-title {
    height: min(19vw, 105px);
  }
  #about.teaser-block .teaser-block-inner {
    margin-top: 0;
    padding: 28px 17px 30px;
  }
  #about.teaser-block .teaser-block-inner .txt01 {
    margin-bottom: 5px;
    font-size: 1.4rem;
  }
  #about.teaser-block .teaser-block-inner .txt01 img {
    display: block;
    width: calc(100% + 12px);
    margin: 5px auto;
  }
  #about.teaser-block .teaser-block-inner .main-img {
    width: calc(100% + 12px);
    margin: 0 -6px;
  }
  #about.teaser-block .teaser-block-inner .txt02 {
    font-size: 1.3rem;
    text-align: left;
  }
  #about.teaser-block .teaser-block-inner .txt03 {
    font-size: 1.4rem;
    text-align: left;
  }
  #about.teaser-block .teaser-block-inner .txt04 {
    margin-top: 1em;
    font-size: 1.6rem;
    text-align: left;
  }
  #about.teaser-block .teaser-block-inner .txt04 .deco03 {
    font-size: 1.6rem;
  }
  #about.teaser-block .teaser-block-inner .txt04 .deco04 {
    font-size: 1.6rem;    
  }
}

/* ---------------------------------
 SNS
--------------------------------- */
#teaser-twitter {
  margin-top: 70px;
  text-align: center;
}
#teaser-twitter .teaser-block-title {
  overflow: hidden;
  width: 298px;
  height: 72px;
  margin: auto;
  background: url(../images/ttl-sns.svg) center / 100% auto no-repeat;
  text-indent: -9999px;
}
#teaser-twitter .teaser-block-inner {
  position: relative;
  margin-top: 25px;
  border: 3px solid #43FF6D;
  border-radius: 10px;
}
#teaser-twitter .teaser-block-inner:after {
  position: absolute;
  top: -70px;
  left: 7px;
  width: 78px;
  height: 70px;
  background: url(../images/ill_01.svg) center / 100% auto no-repeat;
  content: "";
}
@media screen and (max-width: 992px) {
  #teaser-twitter {
    margin-top: 43px;
  }
  #teaser-twitter .teaser-block-title {
    width: min(54vw, 300px);
    height: min(13vw, 100px);
  }
  #teaser-twitter .teaser-block-inner {
    margin-top: 10px;
  }
  #teaser-twitter .teaser-block-inner:after {
    top: -36px;
    width: 38px;
    height: 34px;
  }
}

/* ---------------------------------
 STAFF
--------------------------------- */
#staff.teaser-block {
  margin-top: 55px;
  text-align: center;
}
#staff.teaser-block .teaser-block-title {
  width: auto;
  height: 105px;
  margin: auto;
}
#staff.teaser-block .teaser-block-inner {
  margin-top: 10px;
  padding: 40px;
  border: 3px solid #43FF6D;
  border-radius: 10px;
  background: url(../images/ill_02.svg) bottom -4px right 20px / 78px 70px no-repeat,rgba(56, 75, 9, 0.70);
}
#staff.teaser-block li + li {
  margin-top: 0.4em;
}
#staff.teaser-block li dl {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.8rem;
}
#staff.teaser-block li dl dt {
  width: 45%;
  text-align: right;
}
#staff.teaser-block li dl dd {
  width: 52%;
  text-align: left;
  font-weight: bold;
  font-size: 2.2rem;
}
#staff.teaser-block li span {
  display: inline-block;
  margin-right: 1em;
}
#staff.teaser-block li .deco01 {
  color: #64E3FF;
}
#staff.teaser-block li .deco02 {
  color: #43FF6D;
}
@media screen and (max-width: 992px) {
  #staff.teaser-block {
    margin-top: 35px;
  }
  #staff.teaser-block .teaser-block-title {
    height: min(19vw, 105px);
  }
  #staff.teaser-block .teaser-block-inner {
    margin-top: 0;
    padding: 26px 0;
    background: url(../images/ill_02.svg) bottom -2px right 14px / 38px 34px no-repeat,rgba(56, 75, 9, 0.70);
  }
  #staff.teaser-block li + li {
    margin-top: 0.3em;
  }
  #staff.teaser-block li dl {
    font-size: 1.4rem;
  }
  #staff.teaser-block li dl dt {
    width: 36%;
    font-size: 1.2rem;
  }
  #staff.teaser-block li dl dd {
    width: 60%;
    font-size: 1.8rem;
  }
}

/* ---------------------------------
 ON AIR
--------------------------------- */
#onair.teaser-block {
  margin-top: 55px;
  text-align: center;
  color: #fff;
}
#onair.teaser-block .teaser-block-title {
  width: auto;
  height: 105px;
  margin: auto;
}
#onair.teaser-block .teaser-block-inner {
  margin-top: 5px;
  padding: 40px 20px;
  background: rgba(14, 60, 83, 0.70);
  border: 3px solid #64E3FF;
  border-radius: 10px;
}
#onair.teaser-block .teaser-block-inner h4 {
  display: inline-block;
  margin-bottom: 0.5em;
  color: #43FF6D;
  font-size: 2.2rem;
  font-weight: bold;
}
#onair.teaser-block .teaser-block-inner p + h4 {
  margin-top: 2em;
}
#onair.teaser-block .teaser-block-inner p {
  margin-bottom: 0;
  font-size: 2.2rem;
}
#onair.teaser-block .teaser-block-inner strong {
  font-weight: bold;
}
#onair.teaser-block .teaser-block-inner span {
  display: block;
  font-size: 1.4rem;
}

@media screen and (max-width: 992px) {
  #onair.teaser-block {
    margin-top: 35px;
  }
  #onair.teaser-block .teaser-block-title {
    height: min(19vw, 105px);
  }
  #onair.teaser-block .teaser-block-inner {
    margin-top: 0;
    padding: 26px 0;
  }
  #onair.teaser-block .streamArea li {
    font-size: 1.6rem;
  }
  #onair.teaser-block .streamArea li strong {
    font-size: 1.8rem;
  }
  #onair.teaser-block .teaser-block-inner p {
    font-size: 1.8rem;
  }
  #onair.teaser-block .teaser-block-inner span {
    font-size: 1.2rem;
  }
}

/* ---------------------------------
 teaser-banner-area
--------------------------------- */
.teaser-banner-area {
  width: 93%;
  margin: 20px auto 0;
}
.teaser-banner-area li + li {
  margin-top: 20px;
}
.teaser-banner-area img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 992px) {
  .teaser-banner-area {
    max-width: 600px;
    margin: 20px auto 0;
  }
  .teaser-banner-area li + li {
    margin-top: 10px;
  }
}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px){
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
}

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

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

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

/* タイムライン */
.teaser-contents .twitter-area{
  overflow: hidden;
  border-radius: 10px;
}