@charset "UTF-8";
:root {
  --font-color: #fff;
  --bg-main: #000;
  --gold: #d4ae63;
  --gold-d: #bb974e;
  --bk-r: #110e16;
  --text-color: #e7e5e2;
  --grad-gold: linear-gradient(
    180deg,
    var(--gold) 0%,
    #29100c 67.71%,
    var(--gold) 100%
  );
  --main-mincho: "TsukuMinPr6-M", serif;
  --main-mincho-bold: "TsukuMinPr6-B", serif;
  --gothic: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.ntv-wrapper {
  background: url("../images/common/bg_damask_bl.jpg"),
    var(--bg-main) repeat top left;
  background-size: 153.6px;
}

.break-sp {
  display: none;
}

/* btn */
.btn {
  margin: 0 auto;
  width: 300px;
}

.btn a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  width: 100%;
  line-height: 50px;
  border-radius: 4px;
  font-family: var(--main-mincho);
  font-weight: bold;
  font-size: 1.6rem;
  background: var(--gold-d);
  color: var(--font-color);
  transition: all 0.5s;
}

.btn a::after {
  position: absolute;
  content: "";
  right: 20px;
  width: 6px;
  height: 6px;
  border-top: 1px solid var(--font-color);
  border-right: 1px solid var(--font-color);
  transform: rotate(45deg);
}

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

 Layout

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

.teaser-main-mainImg{
  position: relative;
}

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

.teaser-main-mainImg .rebroadcast{
  position: absolute;
  content: '';
  display: block;
  width: 190px;
  height: 147px;
  top:10px;
  left: 10px;
  background: url('../images/bnr-award.png') no-repeat center top / cover;
}

.teaser-main-onair {
  padding: 20px;
  background: linear-gradient(
      90deg,
      var(--bg-main) 18.23%,
      rgba(0, 0, 0, 0) 51.56%,
      var(--bg-main) 80.73%
    ),
    url("../images/common/bg_textile_gr_50.png"),
    var(--bg-main) 0% 0% / 12.5px 12.5px repeat;
  background-size: auto, 50%;
}
.teaser-main-onair .item {
  display: block;
  margin: 0 auto;
  width: 640px;
  height: 91px;
  background: url("../images/teaser-onair-parts-pc.png") no-repeat center 50% /
    contain;
}

.teaser-contents {
  box-sizing: border-box;
  font-size: 1.6rem;
}
.teaser-contents a:hover,
.bnr_cast a:hover {
  transition: opacity 0.1s;
  text-decoration: none;
  opacity: 0.65;
}

/* ブロック */
.teaser-block {
  word-break: break-all;
}

/* ブロックタイトル */
.teaser-block-title {
  position: relative;
  padding: 0 0 30px;
  text-align: center;
}

.teaser-block-title span {
  display: inline-block;
  height: 56px;
  object-fit: cover;
}

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

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

/*==================================
.teaser-contents 配下
==================================*/
#movie.teaser-block {
  padding: 70px 0 0;
}

#movie .movie-container {
  display: block;
  padding: 20px;
  background: var(--bg-main);
}

#movie .movie-container .movie-img > img{
  width: 100%;
}

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

#movie .movie-text {
  padding: 15px 0;
  font-family: var(--main-mincho);
  font-size: 15px;
  line-height: 170%;
  color: var(--text-color);
}

#about.teaser-block {
  padding: 70px 0 0;
}

#about.teaser-block .teaser-block-inner {
  padding: 30px;
  background: url("../images/bg-t-intro-pc.png") var(--bg-main) no-repeat right
    top / contain;
}

#about.teaser-block .intro-cast {
  display: block;
  margin: 0 auto;
  max-width: 445px;
  line-height: 1;
}

#about.teaser-block .intro-cast .imgObj {
  width: 100%;
}

#about.teaser-block .intro-ttl {
  display: block;
  padding: 30px 0;
  text-align: center;
  line-height: 1;
}

#about.teaser-block .intro-ttl span {
  display: inline-block;
  width: 301px;
  height: 59px;
  object-fit: cover;
}

#about.teaser-block .intro-ttl .imgObj {
  width: 100%;
}

#about.teaser-block .intro-text {
  padding: 30px 32px;
  background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 50%,
        rgba(0, 0, 0, 0.5) 90%
      )
      repeat-y,
    url(../images/common/bg_textile_gr_20.png), 0% 0% / 50px 50px repeat,
    hsl(0 0% 3% / 1);
  background-size: 100%, 50%;
}

#about.teaser-block .intro-text p {
  padding: 0 0 20px;
  font-family: var(--main-mincho);
  font-size: 18px;
  line-height: 180%; /* 32.4px */
  color: #fff;
}

#about.teaser-block .intro-text p:last-child {
  padding: 0;
}

#about.teaser-block .intro-text p .kana {
  letter-spacing: -1.44px;
}

#about.teaser-block .intro-text p .emLv0 {
  color: var(--gold);
}

#about.teaser-block .intro-text p .emLv1 {
  padding: 5px 0;
  font-family: var(--main-mincho-bold);
  background: #262626;
  font-size: 18px;
  color: var(--gold);
}

#about.teaser-block .intro-text p .emLv2 {
  font-size: 22px;
  font-family: var(--main-mincho-bold);
  color: var(--gold-d);
}

#about.teaser-block .intro-text p .emLv2 .kana {
  letter-spacing: -1.76px;
}

#about.teaser-block .intro-text p .emLv3 {
  font-size: 26px;
  font-family: var(--main-mincho-bold);
  color: var(--gold);
}

#about.teaser-block .intro-text p .emLv4 {
  font-size: 26px;
  font-family: var(--main-mincho-bold);
  line-height: 150%;
  background: linear-gradient(180deg, var(--gold) 19.27%, #fff 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* topics */
#topics.teaser-block {
  padding: 80px 0 0;
}

#topics.teaser-block .teaser-block-inner {
  padding: 50px 20px;
  background: url("../images/common/bg_textile_gr_50.png") repeat top left
    var(--bg-main);
  background-size: 30%;
}

#topics .topics-area {
  background-color: transparent;
}

/* SNS */
#sns-group.teaser-block {
  position: relative;
  padding: 80px 20px;
  background: url("../images/bg-dish-pc.png") no-repeat top left / contain;
}

#sns-group .sns-link-item {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

#sns-group .sns-link-item .item {
  display: block;
  line-height: 1;
  text-align: center;
}

#sns-group .sns-link-item .item img {
  width: 100%;
  max-width: 370px;
}

/* banner */
#related.teaser-block {
  padding: 0 0 80px;
}

#related .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 30px 20px;
  background: var(--bg-main);
}

#related .wrap .related-item {
  display: block;
}

#related .wrap .related-item a {
  display: block;
  line-height: 1;
}

#related .wrap .related-item .imgObj {
  width: 100%;
}

/* move */
.move-pages {
  padding: 30px 0 0;
}
.move-pages-btn {
  display: block;
  margin: 0 auto;
  width: 440px;
  height: 126px;
  transition: all 0.5s;
}
.move-pages-btn:hover {
  opacity: 0.8;
}
.move-pages-btn img {
  width: 100%;
}

/* minogashi */
.minogashi {
  padding: 80px 0 0;
}
.minogashi .minogashi-ttl{
  display: block;
  margin: 0 auto;
  width: 250px;
  height: 24px;
}
.minogashi .minogashi-ttl img{
  width: 100%;
}
.minogashi-container{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 20px 0 0;
}
.minogashi-container .items{
  display: inline-block;
  width: 213.3333333px;
}
.minogashi-container .items > img{
  width: 100%;
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .ntv-wrapper {
    background-size: 102.4px;
  }

  #about.teaser-block .teaser-block-inner {
    padding: 30px 15px;
  }

  #about.teaser-block .intro-text {
    padding: 15px;
  }
}

/* ---------------------------------
 SP-601
--------------------------------- */
@media screen and (max-width: 601px) {
  .break-sp {
    display: block;
  }
  .btn a {
    font-size: 1.4rem;
  }
  .teaser-main-mainImg .rebroadcast{
    width: 108px;
    height: 83.56px;
  }
  .teaser-block-title span img{
    width:45%;
  }
  .teaser-main-onair .item {
    width: 300px;
    height: 62px;
    background-image: url("../images/teaser-onair-parts-sp.png");
  }
  #movie .movie-container {
    padding: 15px;
  }
  #about.teaser-block .intro-text p {
    font-size: 14px;
  }
  #about.teaser-block .intro-text p .emLv1,
  #about.teaser-block .intro-text p .emLv2 {
    font-size: 16px;
  }
  #about.teaser-block .intro-text p .emLv3 {
    font-size: 18px;
  }
  #about.teaser-block .intro-text p .emLv4 {
    font-size: 20px;
  }
  #sns-group.teaser-block {
    background-position: center left;
  }
  #related .wrap {
    grid-template-columns: 1fr;
  }
  .move-pages-btn{
    width: 315px;
    height: 90px;
  }
  .minogashi{
    padding: 60px 0 0;
  }
  .minogashi .minogashi-ttl{
    width: 200px;
    height: 20px;
  }
  .minogashi-container{
    padding: 10px 15px 0;
  }
  .minogashi-container .items {
    width: calc((100% - 10px) / 2);
    max-width: 240px;
  }
}

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

/* 右カラム　タイトル */
.ntv-box-title,
.ntv-box-title.title-base,
.drama-box-title.title-base {
  background: var(--gold-d);
}

/*==================================
メニュー設定
==================================*/
.teaser-main-nav {
  padding: 30px 0 0;
}

.teaser-main-nav .row {
  margin-bottom: 0;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 10px;
}

.teaser-main-nav .row .col {
  width: 100%;
  padding: 0;
  display: block;
  float: none;
}
.teaser-main-nav ul {
  width: 100%;
}
.teaser-main-nav ul li {
  position: relative;
  margin-left: auto;
  left: auto;
  right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.teaser-main-nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 22px 10px;
  font-size: 18px;
  border: 1px solid;
  border-image: linear-gradient(
      180deg,
      var(--gold) 0%,
      #29100c 67.71%,
      var(--gold) 100%
    )
    1;
  background: var(--bg-main);
  cursor: pointer;
  font-family: var(--main-mincho-bold);
  line-height: 100%;
  transition: all ease-in-out 0.3s;
}

.teaser-main-nav ul li a span {
  display: block;
  padding: 4px 0 0;
  text-align: center;
  font-family: var(--main-mincho);
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0.65px;
  color: var(--gold);
}

.teaser-main-nav ul li a:hover {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 8px 0px rgba(212, 174, 99, 0.5);
}

/* unclickerble */
.teaser-main-nav ul li a.invalid {
  background-color: #222222;
  border: 1px solid #666666;
  color: #999999;
  pointer-events: none;
}

.teaser-main-nav ul li a.invalid span {
  color: #666666;
}

/* letter-spacing */
.teaser-main-nav ul li a.press {
  letter-spacing: -0.08rem;
  white-space: nowrap;
}

.label {
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  z-index: 1;
}

.label::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 12px 0;
  border-color: transparent var(--gold-d) transparent transparent;
}

.label::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent var(--gold-d);
}

.label span {
  font-family: var(--main-mincho-bold);
  font-size: 1.25rem;
  line-height: 24px;
  background-color: var(--gold-d);
  color: #fff;
  padding: 0px 5px;
  white-space: nowrap;
  min-width: 88px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .label {
    top: -8px;
  }

  .label::before {
    border-width: 8px 6px 8px 0;
  }

  .label::after {
    border-width: 8px 0 8px 6px;
  }

  .label span {
    font-size: 1rem;
    line-height: 16px;
    min-width: 80px;
  }
}

@media only screen and (max-width: 600px) {
  .teaser-main-nav {
    padding: 30px 5px 0;
  }
  .teaser-main-nav .row {
    grid-gap: 4px;
  }
  .teaser-main-nav ul li a {
    padding: 16px 2.5px;
    font-size: 14px;
  }
  .teaser-main-nav ul li a sub {
    font-size: 10px;
  }
  /* letter-spacing */
  .teaser-main-nav ul li a.press {
    letter-spacing: -0.18rem;
  }
}
@media only screen and (max-width: 389px) {
  .teaser-main-nav ul li a {
    font-size: 13.5px;
  }
  .teaser-main-nav ul li a span {
    font-size: 12px;
  }
}

/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area {
  width: 100%;
  padding: 20px 10px;
}
.teaser-banner-area ul{
  margin: 0 auto;
  max-width: 640px;
}
.teaser-banner-area ul li {
  line-height: 0;
}
.teaser-banner-area ul li a{
  display: block;
}
.teaser-banner-area ul li a img {
  width: 100%;
  border: 1px solid;
  border-image: linear-gradient(#D4AE63, #29100C 68%, #D4AE63) 1;
}
@media only screen and (max-width: 992px) {
  .teaser-banner-area{
    padding: 20px;
  }
}
/* ---------------------------------
 動画
--------------------------------- */
.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%;
}

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

#topics.drama-area {
  padding: 0;
  margin: 0;
}
#topics .drama-box-title {
  display: none;
}

/* ボタン */
#topics .drama-btn.btn-more {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 1.3em 0;
  width: 100%;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
  word-break: break-all;
  border: 1px solid var(--gold);
  background: var(--gold);
  color: #222;
}
#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;
    padding: 23px 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%;
  }
}
