@charset "UTF-8";

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

 Layout

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

.teaser-main-mainImg img {
  display: block;
  width: 100%;
}
.teaser-main-onair {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 1px;
  font-weight: bold;
  padding: 10px;
}
.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;
}

.sumusumu-contentsWrap {
  background: url(../images/sumu-bg_pattern01.png) repeat center top #fff;
}

#contents {
  /* width:1000px; */
  margin: 0 auto;
}

/* main */
.ntv-main {
  color: #3f3a39;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  font-size: 14px;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic",
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ",
    Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-break: break-all;
  line-height: 1.6;
  letter-spacing: 0.2em;
}

h1 {
  background: #fff;
}

.bg-white {
  background: #fff;
  position: relative;
}

/*         改行         */
.br-sp {
  display: none;
}

/*-----------------------------
is-show
-------------------------------*/

/* .js--inviewItem {
  visibility: hidden;
  opacity: 0;
  transition: 1500ms;
}
.js--inviewItem.is-show {
  visibility: visible;
  opacity: 1;
} */

/*-----------------------------
以下、削除可能
-------------------------------*/

#side #sp_rectangle {
  display: none;
}

::-moz-selection {
  background: #e50e82;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #e50e82;
  color: #fff;
  text-shadow: none;
}
/* .sumu-contents {
	background-color: rgba(255, 255, 255, .8);
	position: relative;
} */

/* #header */
/* #main #header {
	width: 675px;
	height: 750px;
	background: url(../images/sumu-bg_header.png) no-repeat 0px 0px;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
#main #header.sumu-second {
	width: 675px;
	height: 300px;
	background: url(../images/sumu-bg_header02.png) no-repeat 0px 0px;
}
#main #header.sumu-second a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 300px;
  overflow: hidden;
} */

.sumu-section {
  padding: 50px 0;
  border: 2px solid #3f3a39;
  border-top: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.sumu-section:first-of-type {
  border-top: 2px solid #3f3a39;
  margin-top: 20px;
}
.sumu-secInner01 {
  margin-top: 30px;
  padding: 0 20px;
}
.sumu-secInner02 {
  margin-top: 30px;
  padding: 0 50px;
}

/* .sumu-leadText01 {
	background: url(../images/sumu-bg_leadText.png) no-repeat transparent;
	width: 675px;
	height: 80px;
	display: block;
	text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
	margin-top: 20px;
} */

.sumu-navList {
  display: flex;
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.sumu-navList li {
  width: calc(100% / 5);
  display: block;
  margin-right: 1%;
  font-size: 0;
}
.sumu-navList li:last-child {
  margin-right: 0;
}
.sumu-navList li a {
  position: relative;
  width: 100%;
  padding-top: 100%;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  line-height: 1;
}
.sumu-navList li:nth-child(1) a {
  background-image: url(../images/nav01.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sumu-navList li:nth-child(2) a {
  background-image: url(../images/nav02.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sumu-navList li:nth-child(3) a {
  background-image: url(../images/nav03.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sumu-navList li:nth-child(4) a {
  background-image: url(../images/nav04.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sumu-navList li:nth-child(5) a {
  background-image: url(../images/nav05.png);
  background-size: contain;
  background-repeat: no-repeat;
}
.sumu-navList li a:after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  border: 5px solid rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.sumu-navList li a:hover:after {
  transform: scale(1.5);
  -webkit-transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 1.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* .sumu-navList .navItem-intro a { background-position: 0 0; }
.sumu-navList .navItem-movie a { background-position: -126px 0; }
.sumu-navList .navItem-cast a { background-position: -252px 0; }
.sumu-navList .navItem-story a { background-position: -378px 0; }
.sumu-navList .navItem-staff a { background-position: -504px 0; } */

/* .sumu-navList li a::before,
.sumu-navList li a::after,
.sumu-navList li a span::before,
.sumu-navList li a span::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  display: block;
}
.sumu-navList li a::before,
.sumu-navList li a::after {
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 5px;
  height: 126px;
  top: 0;
}
.sumu-navList li a::before {
  left: 0;
}
.sumu-navList li a::after {
  right: 0;
}

.sumu-navList li a span::before,
.sumu-navList li a span::after {
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 116px;
  height: 5px;
  left: 5px;
}
.sumu-navList li a span::before {
  top: 0;
}
.sumu-navList li a span::after {
  bottom: 0;
} */

/* hover */
.sumu-navList li a:hover {
  opacity: 0.8;
}
.sumu-navList li.active a:hover {
  opacity: 1;
}
/* .sumu-navList li.active a::before,
.sumu-navList li a:hover::before {
  left: -5px;
}
.sumu-navList li.active a::after,
.sumu-navList li a:hover::after {
  right: -5px;
}
.sumu-navList li.active a span::before,
.sumu-navList li.active a span::after,
.sumu-navList li a:hover span::before,
.sumu-navList li a:hover span::after {
  width: 160px;
  left: 0;
}
.sumu-navList li.active a span::before,
.sumu-navList li a:hover span::before {
  top: -5px;
}
.sumu-navList li.active span::after,
.sumu-navList li a:hover span::after {
  bottom: -5px;
} */

[class*="sumu-secTitle"] {
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 auto;
  font-size: 0;
  padding-top: 5%;
}
.sumu-secTitle-intro {
  background: url(../images/secTitle01.png) no-repeat transparent;
  width: 50%;
  background-size: contain;
}
.sumu-secTitle-movie {
  background: url(../images/secTitle03.png) no-repeat transparent;
  width: 21%;
  background-size: contain;
}
.sumu-secTitle-cast {
  background: url(../images/secTitle02.png) no-repeat transparent;
  width: 22%;
  background-size: contain;
}
.sumu-secTitle-story {
  background: url(../images/secTitle05.png) no-repeat transparent;
  width: 30%;
  background-size: contain;
}
.sumu-secTitle-staff {
  background: url(../images/secTitle04.png) no-repeat transparent;
  width: 24%;
  background-size: contain;
}
.sumu-secTitle-sns {
  background: url(../images/sns_title.png) no-repeat transparent;
  width: 24.5%;
  background-size: contain;
}
/* .sumu-secTitle-intro { background-position: 0 0; }
.sumu-secTitle-movie { background-position: 0 -40px; }
.sumu-secTitle-cast { background-position: 0 -80px; }
.sumu-secTitle-story { background-position: 0 -160px; }
.sumu-secTitle-staff { background-position: 0 -120px; } */

/* .sumu-subTitle01 {
	background: #eeeeee;
	text-align: center;
	font-size: 16px;
	padding: 5px;
	line-height: 1;
} */

.sumu-blockImg {
  display: block;
  margin: 0 auto;
  font-size: 0;
  line-height: 1;
}

.banner-area img {
  width: 100%;
}
.banner-area li:first-child {
  margin-top: 30px;
}
.banner-area li{  margin-bottom: 10px;
}
.banner-area li:last-child {
  margin-bottom: 30px;
}

.teaser-banner-series {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 40px;
}
.teaser-banner-series ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.teaser-banner-series ul li {
  width: 49%;
  margin-top: 1.5%;
  background: #fff;
}
.teaser-banner-series ul li a {
    display: block;
}
.teaser-banner-series ul li img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

.mt80 {
  margin-top: 80px !important;
}

/* .sumu-banner {
	display: block;
	line-height: 1;
	font-size: 0;
	margin: 0 auto;
	width: 665px;
	-webkit-transition: all 0.4s ease-in-out 0.2s;
	transition: all 0.4s ease-in-out 0.2s;
}
.sumu-banner:hover {
	opacity: .8;
} */

/* pageTop
**********************************/

.ntv-main .teaser-contents .sumu-pageTop img {
  width: 100px;
}

.ntv-main .teaser-contents .sumu-pageTop {
  position: absolute;
  right: 30px;
  bottom: -49px;
  display: block;
  font-size: 0;
  line-height: 1;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  /* transform: translateY(-50%); */
}
.ntv-main .teaser-contents .sumu-pageTop:hover {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 1;
}

/* margin
**********************************/
.mt10 {
  margin-top: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt60 {
  margin-top: 60px !important;
}

/* イントロダクション
**********************************/
.sumu-introText {
  font-size: 16px;
  text-align: center;
  line-height: 2.6;
}

/* 予告編
**********************************/
.sumu-movieArea {
  width: 530px;
  margin: 0 auto;
}

/* キャスト
**********************************/
#cast img {
  width: 100%;
}
#cast h3 {
  text-align: center;
  background-color: #eee;
  letter-spacing: 0.5em;
}
.sumu-roomList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 40px auto 0;
}
/* .sumu-roomList li {
  width: 520px;
  height: 100px;
  margin-top: 20px;
  display: block;
  overflow: hidden;
} */
.sumu-roomList dt {
  width: 17.5%;
  padding-top: 17.5%;
  background-size: contain;
  background-repeat: no-repeat;
  box-sizing: border-box;
  text-indent: -999px;
  white-space: nowrap;
  font-size: 0;
  margin-bottom: 20px;
  opacity: 0.7;
}
.sumu-roomList dt:nth-of-type(1) {
  background-image: url(../images/roomList01.png);
}
.sumu-roomList dt:nth-of-type(2) {
  background-image: url(../images/roomList02.png);
}
.sumu-roomList dt:nth-of-type(3) {
  background-image: url(../images/roomList03.png);
  margin-bottom: 0;
}
.sumu-roomList dd {
  width: 77.5%;
  box-sizing: border-box;
  font-size: 15px;
  margin-left: 5%;
}
.sumu-roomList dd:not(:nth-of-type(3)) {
  margin-bottom: 30px;
}
.sumu-roomList .room-name {
  font-size: 22px;
  line-height: 1;
  margin-bottom: 20px;
}
/* .sumu-roomList dt:first-of-type {
  margin-top: 0;
}
.sumu-roomList .room-masuno {
  background-position: 0 0;
}
.sumu-roomList .room-wakabayashi {
  background-position: 0 -110px;
}
.sumu-roomList .room-nikaido {
  background-position: 0 -220px;
} */

/* スタッフ
**********************************/
.sumu-staffList {
  overflow: hidden;
  margin: 0 auto;
}
.sumu-staffList dt,
.sumu-staffList dd {
}
.sumu-staffList dt {
  float: left;
  width: 30%;
  text-align: right;
  font-size: 12px;
  color: #999;
  line-height: 40px;
}
.sumu-staffList dd {
  line-height: 2.5;
  font-size: 18px;
  padding-left: 33%;
}

/* ストーリー
**********************************/
.sumu-storyInner01 {
  margin: 40px auto 0;
  padding: 0 30px 40px;
  border-bottom: 2px dotted #ddd;
}
/*.sumu-storyInner01:first-of-type {
  margin-top: 20px;
}*/
.sumu-storyInner01:last-of-type {
  border-bottom: none;
}
.sumu-storyTitle01 {
  font-size: 2.3rem;
  font-weight: bold;
  padding: 10px 0 10px 70px;
  position: relative;
  line-height: 1.1;
}
.sumu-storyTitle01::before {
  content: "";
  background: url(../images/sumu-icon_sumu-storyTitle.png) no-repeat left top
    transparent;
  background-size: 50px 50px;
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  border-radius: 50px;
  border: 2px solid #eee;
}
.sumu-storyText01 {
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: justify;
}
.sumu-storyText01 a {
  color: #7bb93d;
}
.sumu-storyText01 a:hover {
  opacity: 0.6;
}

.ntv-wrapper .ntv-pageTop {
  display: none;
}

/* ブロック */
/* .teaser-block{
  background: #fff;
  color: #333;
  word-break: break-all;
  border-top: 4px solid #e90d28;
}
.teaser-block-inner{
  padding: 16px 10px;
} */

/* ブロックタイトル */
/* .teaser-block-title{
  font-size: 2rem;
  letter-spacing: 0.6px;
  color: #222;
  padding: 20px 10px 10px;
  position: relative;
  font-weight: bold;
  line-height: 1.0;
  text-align: center;
} */

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

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  /*        common        */
  .banner-area img {
    width: 100%;
  }
  .banner-area li {
    margin: 0 auto;
  }

  .sumu-section {
    padding: 10% 0;
    margin: 0 auto;
  }
  .sumu-section:first-of-type {
    margin-top: 2%;
  }
  .sumu-secInner01 {
    padding: 0 5%;
    margin-top: 10%;
  }
  #staff .sumu-secInner01 {
    margin-top: 4%;
  }
  .sumu-secInner02 {
    margin-top: 6%;
  }

  .sumu-blockImg {
    width: 100%;
  }

  /*         改行         */
  .br-sp {
    display: block;
  }

  /*         pageTop         */
  .ntv-main .teaser-contents .sumu-pageTop {
    right: 2%;
  }
  .ntv-main .teaser-contents .sumu-pageTop img {
    width: 70px;
  }
  .ntv-main .teaser-contents .sumu-pageTop {
    bottom: -33px;
  }

  /*           NAV           */
  .sumu-navList li a:after {
    border: 0.8vw solid rgba(255, 255, 255, 0.7);
  }
  /*          banner         */
  .banner-area li:first-child {
    margin: 2% 0 0;
}
  .banner-area li:last-child {
    margin-bottom: 2%;
  }
  /*           TOP           */
  .sumu-introText {
    /* text-align: left; */
    font-size: 1.8rem;
    line-height: 2.2;
  }

  /*          イントロ          */
  .intro01 .sumu-introText {
    font-size: 1.8rem;
    text-align: center;
    line-height: 2.2;
  }
  .intro02 .sumu-introText {
    font-size: 1.6rem;
    text-align: center;
    line-height: 2.2;
  }
  .intro03 .sumu-introText {
    font-size: 1.7rem;
    text-align: left;
    line-height: 2.2;
  }


  .sumu-movieArea {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
  }
  .sumu-movieArea iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .sumu-roomList li {
    width: 100%;
    height: inherit;
    padding-top: 19.23%;
  }
  [class*="sumu-secTitle"] {
    height: inherit;
    background-size: contain;
  }
  .sumusumu-contentsWrap h2 {
    padding-top: 7%;
    text-indent: 999px;
    white-space: nowrap;
  }
  .sumu-secTitle-intro {
    width: 72%;
  }
  .sumu-secTitle-movie {
    width: 30%;
  }
  .sumu-secTitle-cast {
    width: 31%;
  }
  .sumu-secTitle-staff {
    width: 34%;
  }
  .sumu-secTitle-story {
    width: 41%;
  }
    .sumu-secTitle-sns {
    width: 41%;
        margin-bottom: 20px;
  }
  .teaser-contents {
    padding: 2%;
  }

  /*          CAST          */
  .sumu-secInner02 {
    padding: 0 5%;
  }
  .mt40 {
    margin-top: 12% !important;
  }
  .sumu-roomList {  
    margin: 12% auto 0;
  }

  /*          STAFF          */
  .sumu-staffList dt {
    display: flex;
    float: none;
    width: inherit;
    text-align: right;
    font-size: 1.4rem;
    color: #999;
  }
  .sumu-staffList dd {
    font-size: 1.7rem;
    line-height: 2;
    padding-left: inherit;
    display: flex;
  }
  .sumu-roomList .room-name {
    margin-bottom: 10px;
  }

  /*          STORY          */
  .sumu-storyInner01 {
    width: 100%;
    padding: 5%;
    margin: 3% auto 0;
  }
  .sumu-storyInner01:last-of-type {
    padding: 5% 5% 0;
  }
  .sumu-storyTitle01 {
    font-size: 1.8rem;
  }
  .sumu-storyText01 {
    font-size: 1.6rem;
  }
  .mt20 {
    margin-top: 6% !important;
  }

    .sns-banner{margin: 0 10px;}
}

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

}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
  /* ブロック */
  .teaser-block {
/*        margin-top: 20px;*/
  }
  .teaser-block-inner {
    padding: 20px;
  }
  /* ブロックタイトル */
  .teaser-block-title {
    font-size: 2.4rem;
    padding: 30px 20px 10px;
  }
  .teaser-main-onair {
    font-size: 1.8rem;
  }
  .teaser-contents {
    margin-top: 20px;
  }
    
    
    
/* SNS */
#sns .teaser-block-inner .sns-banner {
    width: 100%;
}

#sns .teaser-block-inner .sns-banner a {
    display: block;
    width: 100%;
    height: 100%;
}

#sns .teaser-block-inner .sns-banner img {
    width: 100%;
}
    
    
}

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

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

/* ------------------------------------------------------------------
 以下未使用
------------------------------------------------------------------ */

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

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

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

/* ---------------------------------
 メニュー（UNIT04タイプ）設定
--------------------------------- */
.teaser-main-nav {
  background-color: #222;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 9999;
}
.teaser-main-nav .row {
  margin-bottom: 0;
}
.teaser-main-nav .row .col {
  width: -webkit-calc(100% / 5);
  width: calc(100% / 5);
  padding: 0;
}
.teaser-main-nav ul {
  width: 100%;
}
.teaser-main-nav ul li {
  margin-left: auto;
  left: auto;
  right: auto;
}
.teaser-main-nav ul li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  -webkit-transform: rotate(0.001deg);
  transform: rotate(0.001deg);
  font-size: 8px;
  letter-spacing: 0.8px;
  cursor: pointer;
}
.teaser-main-nav ul li span {
  display: block;
  text-align: center;
  color: #fff;
  padding: 10px 0;
  font-size: 8px;
  letter-spacing: 0.8px;
  opacity: 0.6;
}
.teaser-main-nav > ul > li > a > [class*="icon-"],
.teaser-main-nav > ul > li > span > [class*="icon-"] {
  display: block;
  font-size: 28px;
}

@media screen and (max-width: 992px) {
  .teaser-main-nav {
    height: 60px;
  }
}

@media screen and (min-width: 993px) {
  .teaser-main-nav {
    position: relative;
    z-index: 9999;
  }
  .teaser-main-nav ul li a {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 15px 0;
    -webkit-transition: opacity 0.1s ease;
    transition: opacity 0.1s ease;
  }
  .teaser-main-nav ul li span {
    font-size: 12px;
    letter-spacing: 1.2px;
    padding: 15px 0;
  }
  .teaser-main-nav ul li a:hover {
    opacity: 0.6;
  }
  .teaser-main-nav > ul > li > a > [class*="icon-"],
  .teaser-main-nav > ul > li > span > [class*="icon-"] {
    font-size: 40px;
  }
}
@media only screen and (max-width: 992px) and (min-width: 601px) {
  .ntv-wrapper {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 600px) {
  .ntv-wrapper {
    margin-bottom: 0;
  }
}

/* ---------------------------------
 バナー
--------------------------------- */
.teaser-banner-area {
  width: 100%;
  padding: 10px 0;
}
.teaser-banner-area ul li {
  margin: 10px;
  line-height: 0;
}
.teaser-banner-area ul li a {
}
.teaser-banner-area ul li a img {
  width: 100%;
}
@media screen and (min-width: 993px) {
  .teaser-banner-area {
    padding: 0;
  }
  .teaser-banner-area ul li {
    margin: 10px 0;
  }
}

/* ---------------------------------
 動画
--------------------------------- */
.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%;
}

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

/* タイムライン */
.teaser-contents .twitter-area {
}
.teaser-contents .twitter-area .twitter-timeline {
}

/* ボタン */
.teaser-contents .teaser-btn {
  margin-top: 20px;
}
.teaser-contents .teaser-btn a {
  width: 100%;
  display: block;
}
.teaser-contents .teaser-btn#btn-follow-twitter a {
  background-color: #1da1f2;
  padding: 1.3em 0 1.2em;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  line-height: 1;
}

/* ---------------------------------
 ティザー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%;
  }
}
