@charset "UTF-8";

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

 Layout

==================================*/
.ntv-wrapper {
    background: url(../images/common/bg_pattern.png);
    background-position: center;
    margin-bottom: 0;
}

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

/* ホバー */
.teaser-banner-area ul li a :hover,
.teaser-main-nav ul li a:hover,
.teaser-contents a:hover {
    transition: opacity .3s;
    text-decoration: none;
    opacity: 0.7;
}
.teaser-main-nav ul li a:hover::before {
    left: -5px;
}
.teaser-main-nav ul li a:hover::after {
    right: -5px;
}
.teaser-main-nav ul li a:hover span::before {
    top: -5px;
}
.teaser-main-nav ul li a:hover span::after {
    bottom: -5px;
}
.teaser-main-mainImg img {
    display: block;
    width: 100%;
}

.teaser-main-text {
    font-family: 'M PLUS Rounded 1c', sans-serif;
    color: #3F3A39;
    text-align: center;
    padding: 0 10px;
    line-height: 1.2;
    letter-spacing: .1em;
}

.teaser-contents {
    box-sizing: border-box;
    font-family: 'M PLUS Rounded 1c', sans-serif;
    letter-spacing: .2em;
}
.teaser-contents img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}

::selection {
    background: #66aa33;
    color: #fff;
}

/* text-over-flow
----------------------------------------------------*/
.to {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    line-height: 1;
    display: none;
}

/* for Firefox */
::-moz-selection {
    background: #66aa33;
    color: #fff;
}

/* リンク無効 */
.link-off {
    opacity: .3;
}
.link-off a {
    pointer-events: none
}

/* メニュー */
.teaser-main-nav {
    width: 100%;
    margin-top: 20px;
}
.teaser-main-nav ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.teaser-main-nav ul li {
    display: block;
    margin-bottom: 10px;
    width: 32.222891%;
}
.teaser-main-nav ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    padding-top: 56.07476%;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 1;
}
.teaser-main-nav ul li.nav-intro a {
    background: url(../images/common/nav_intro.png) no-repeat;
    background-size: cover;
}
.teaser-main-nav ul li.nav-story a {
    background: url(../images/common/nav_story.png) no-repeat;
    background-size: cover;
}
.teaser-main-nav ul li.nav-chat a {
    background: url(../images/common/nav_chat.png) no-repeat;
    background-size: cover;
}
.teaser-main-nav ul li.nav-staff a {
    background: url(../images/common/nav_staff.png) no-repeat;
    background-size: cover;
}
.teaser-main-nav ul li.nav-pr a {
    background: url(../images/common/nav_movie.png) no-repeat;
    background-size: cover;
}
.teaser-main-nav ul li.nav-topics a {
    background: url(../images/common/nav_topics.png) no-repeat;
    background-size: cover;
}
.teaser-main-nav ul li a::before,
.teaser-main-nav ul li a::after,
.teaser-main-nav ul li a span::before,
.teaser-main-nav ul li a span::after {
    content: "";
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    display: block;
}
.teaser-main-nav ul li a::before,
.teaser-main-nav ul 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: 100%;
    top: 0;
}
.teaser-main-nav ul li a::before {
    left: 0;
}
.teaser-main-nav ul li a::after {
    right: 0;
}
.teaser-main-nav ul li a span::before,
.teaser-main-nav ul 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: 100%;
    height: 5px;
}
.teaser-main-nav ul li a span::before {
    top: 0;
}
.teaser-main-nav ul li a span::after {
    bottom: 0;
}

/* ブロック */
.teaser-block {
    background: #fff;
    color: #3F3A39;
    word-break: break-all;
    border-top: 2px solid #3F3A39;
    border-left: 2px solid #3F3A39;
    border-right: 2px solid #3F3A39;
}
#matsuri.teaser-block {
    background: rgba(255, 255, 255, 0);
    color: #3F3A39;
    word-break: break-all;
    border-top: 0px solid #3F3A39;
    border-left: 0px solid #3F3A39;
    border-right: 0px solid #3F3A39;
    border-bottom: 0px;
}
.teaser-block:last-child {
    border-bottom: 2px solid #3F3A39;
    margin-bottom: 30px;
}
.teaser-block-inner {
    width: 100%;
}

/* ブロックタイトル */
.teaser-block-title {
    margin: 0 auto 40px;
    font-size: 3rem;
    color: #3F3A39;
    font-weight: 500;
    line-height: 1.0;
    text-align: center;
}
.teaser-block-title img {
    width: auto;
    height: 100%;
}

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

/* ボタン */
.teaser-contents .teaser-btn a {
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 1;
    background-color: #73D3CE;
    padding: 25px 1.2em;
    border: 5px solid rgba(255, 255, 255, .5);
    width: 72.28%;
    max-width: 480px;
    margin: 0 auto;
    color: #fff;
}

.teaser-banner-area {
    width: 100%;
    margin: 30px 0;
}
.teaser-banner-area ul li {
    line-height: 0;
    background: #fff;
}
.teaser-banner-area li + li {
    margin-top: 10px;
}
.teaser-banner-area ul li a {
    display: block;
    width: 100%;
    height: 100%;
}
.teaser-banner-area ul li a img {
    width: 100%;
}

.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;
}

/* イントロダクション */
#intro.teaser-block {
    padding-left: 20px;
    padding-right: 20px;
}
#intro .teaser-block-title {
    margin-bottom: 35px;
}
#intro p {
    margin-bottom: 0;
    text-align: center;
    line-height: 2.5;
}
#intro p + p {
    margin-top: 2.5em;
}
#intro p span {
    padding: 2px 3px;
    margin: 0 3px;
}
#intro p span.bakari {
    background: #d6edf4;
}
#intro p span.himu {
    background: #f3edac;
}
#intro p span.waka {
    background: #cdf0d4;
}
#intro p span.mizukawa {
    background: #fadee4;
}

/* PR動画 */
.teaser-contents .movie-player {
    width: 100%;
    padding-top: 56.25%;
    position: relative;
    margin: 0 auto;
}
.teaser-contents .movie-ttl {
    display: block;
    margin-top: 0.5em;
    text-align: center;
}
.teaser-contents .movie-player iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#pr .teaser-block-inner .movie-sub {
    margin: 20px 8% 0;
}
#pr .teaser-block-inner .movie-sub .slick-list {
    padding-right: 8%;
}
#pr .teaser-block-inner .movie-sub .slick-slide {
    margin-right: 10px;
    cursor: pointer;
}
#pr .teaser-block-inner .movie-sub .slick-slide .movie-img {
    position: relative;
    display: block;
}
#pr .teaser-block-inner .movie-sub .slick-slide .movie-img:after {
    position: absolute;
    top: calc(50% - 20px);
    left: calc(50% - 20px);
    width: 40px;
    height: 40px;
    background: url(../images/common/ico_play.svg) no-repeat;
    opacity: 0.8;
    content: "";
}
#pr .teaser-block-inner .movie-sub .slick-slide:hover {
    opacity: 0.4;
}
#pr .teaser-block-inner .movie-sub .slick-slide .movie-ttl {
    font-size: 1.2rem;
    text-align: left;
    letter-spacing: normal;
}
#pr .teaser-block-inner .movie-sub .slick-arrow {
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    border: none;
    background: none;
    text-indent: -9999px;
    cursor: pointer;
}
#pr .teaser-block-inner .movie-sub .slick-arrow:after {
    position: absolute;
    top: calc(50% - 7px);
    left: 16px;
    width: 15px;
    height: 15px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    content: "";
    transform: rotate(-135deg);
}
#pr .teaser-block-inner .movie-sub .slick-next:after {
    left: 8px;
    transform: rotate(45deg);
}
#pr .teaser-block-inner .movie-sub .slick-prev {
    left: -9%;
}
#pr .teaser-block-inner .movie-sub .slick-next {
    right: -9%;
}
#pr .teaser-block-inner .movie-sub .slick-disabled {
    display: none !important;
}
.modal-video {
    background-color: rgba(0,0,0,0.8);
}

/* ストーリー */
#story .teaser-block-inner .ttl {
    margin-top: 1em;
    font-weight: bold;
    font-size: 2rem;
}
#story .teaser-block-inner .txt {
    margin-top: 0.5em;
}

/* HuluライブTVチャット */
#chat .teaser-block-inner .ttl {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
#chat .teaser-block-inner .ttl span {
  background: #fadee4;
}
#chat .teaser-block-inner .ttl strong {
  font-size: 3.4rem;
  line-height: 1.5;
}
#chat .teaser-block-inner .txt {
  margin-top: 1.4em;
  font-weight: 500;
  text-align: center;
}
#chat .teaser-block-inner .sub-txt {
  margin-top: 1.5em;
  padding-top: 1.2em;
  border-top: 1px dashed #73D3CE;
}
#chat .teaser-block-inner .sub-txt span {
  font-weight: bold;
}
#chat .teaser-block-inner .note {
  margin-top: 1em;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
}
#chat .teaser-block-inner .note a {
  text-decoration: underline;
}
#chat .teaser-block-inner .note a:hover {
  text-decoration: none;
}

/* スタッフ */
#staff .teaser-block-inner {
    font-size: 1.6rem;
}
#staff .teaser-block-inner li {
    display: flex;
    width: 100%;
}
#staff .teaser-block-inner li + li {
    margin-top: 0.5em;
}
#staff .teaser-block-inner li span {
    width: 40%;
    text-align: right;
}
#staff .teaser-block-inner li span + span {
    position: relative;
    width: 60%;
    margin-left: 2em;
    text-align: left;
}
#staff .teaser-block-inner li span + span:after {
    position: absolute;
    top: 0;
    left: -1.3em;
    width: 1em;
    height: 1em;
    color: #73D3CE;
    content: "/";
}
#staff .teaser-block-inner li span span {
    display: block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left;
}

/* topics */
#topics .topics-inner {
    padding-top: 0;
}

/* ▼▼▼▼▼ ストーリーページ ▼▼▼▼▼ */
body#second .teaser-contents {
    margin: 30px 0;
}
body#second .teaser-main-nav {
    margin: 30px 0;
}
body#second #pr.teaser-block {
    margin-top: 30px;
}
body#second #story .teaser-block-inner + .teaser-block-inner {
    margin-top: 40px;
    padding-top: 10px;
    border-top: 1px dashed #73D3CE;
}
body#second #story .teaser-block-inner .ttl {
    position: relative;
    height: 110px;
    padding: 7px 0 0 110px;
    font-size: 2.8rem;
    line-height: 1.3;
}
body#second #story .teaser-block-inner .ttl .num {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 90px;
    height: 90px;
    padding-top: 23px;
    border-radius: 50%;
    background: #73D3CE;
    border: 5px solid #89DDD8;
    color: #fff;
    text-align: center;
}
body#second #story .teaser-block-inner .ttl .tag_hulu {
    display: inline-block;
    padding: 0.2em 1em;
    border: 1px solid #3CE032;
    color: #3CE032;
    font-size: 1.6rem;
}
body#second #story .teaser-block-inner .txt {
    margin-top: 1.5em;
}
body#second #story .teaser-block-inner .link_hulu {
    margin-top: 1.5em;
}
body#second #story .teaser-block-inner .link_hulu a {
    display: inline-block;
    padding: 0.2em 0.6em;
    background: #F5F5F5;
    color: #73D3CE;
    font-size: 2rem;
    font-weight: bold;
}
/* ▲▲▲▲▲ ストーリーページ ▲▲▲▲▲ */

/* ▼▼▼▼▼ 過去シリーズページ ▼▼▼▼▼ */
body#second #allserise .teaser-block-inner {
    text-align: center;
}
body#second #allserise .teaser-block-inner .ttl {
    display: inline;
    background: #fadee4;
    font-weight: 500;
    font-size: 3.4rem;
}
body#second #allserise .teaser-block-inner .txt {
    margin-top: 1em;
}
body#second #schedule .teaser-block-inner ul {
    width: 100%;
}
body#second #schedule .teaser-block-inner li {
    display: flex;
    font-size: 3rem;
}
body#second #schedule .teaser-block-inner li + li {
    margin-top: 0.5em;
}
body#second #schedule .teaser-block-inner li span {
    width: 45%;
    text-align: right;
}
body#second #schedule .teaser-block-inner li span + span {
    width: 55%;
    text-align: left;
}
body#second #schedule .teaser-block-inner li span span {
    display: block;
    width: 100%;
    margin-top: -0.8em;
    font-size: 1rem;
    text-align: left;
    letter-spacing: normal;
}
body#second #schedule .teaser-block-inner .note {
    margin-top: 1em;
    text-align: right;
    font-size: 1rem;
    letter-spacing: normal;
}
body#second #banner-hulu .txt {
    margin-bottom: 1em;
    text-align: center;
}
/* ▲▲▲▲▲ 過去シリーズページ ▲▲▲▲▲ */

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
    .ntv-wrapper {
        background-size: 425px auto;
    }
    .br_sp {
        display: block;
    }
    .br_pc {
        display: none;
    }
    .teaser-contents {
        padding: 0 10px;
        letter-spacing: .1em;
    }

    /* ブロック */
    .teaser-block {
        padding: 40px 15px;
    }
    .teaser-block:first-child {
        margin-top: 30px;
    }

    .teaser-main-text {
        font-size: 1.6rem;
    }
    .teaser-main-text span {
        font-size: 2.0rem;
    }

    /* ボタン */
    .teaser-contents .teaser-btn {
        margin-top: 1.5em;
    }
    .teaser-contents .teaser-btn a {
        width: 85%;
        padding: 20px 1.2em;
        border-width: 3px;
    }

    /* メニュー */
    .teaser-main-nav ul li a::before,
    .teaser-main-nav ul li a::after {
        width: 3px;
    }
    .teaser-main-nav ul li a span::before,
    .teaser-main-nav ul li a span::after {
        height: 3px;
    }
    .teaser-main-nav ul li.nav-intro a,
    .teaser-main-nav ul li.nav-story a,
    .teaser-main-nav ul li.nav-chat a,
    .teaser-main-nav ul li.nav-staff a,
    .teaser-main-nav ul li.nav-pr a,
    .teaser-main-nav ul li.nav-topics a {
        background-size: 108%;
        background-position: center;
    }

    .teaser-banner-area {
        margin: 10px 0;
    }
    .teaser-block-title {
        font-size: 2.4rem;
    }

    /*動画*/
    #pr .teaser-block-inner .movie-sub .slick-slide {
        margin-right: 5px;
    }
    #pr .teaser-block-inner .movie-sub .slick-slide .movie-img:after {
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        width: 30px;
        height: 30px;
    }
    #pr .teaser-block-inner .movie-sub .slick-slide .movie-ttl {
        font-size: 1rem;
        line-height: 1.5;
    }
    #pr .teaser-block-inner .movie-sub .slick-arrow:after {
        top: calc(50% - 7px);
        left: 37%;
        width: 10px;
        height: 10px;
    }
    #pr .teaser-block-inner .movie-sub .slick-next:after {
        left: 15%;
    }


    /* ストーリー */
    #story .story-box h4::before {
        width: 60px;
        height: 60px;
    }
    #story .story-box h4 {
        font-size: 1.8rem;
        padding: 10px 0 10px 70px;
    }
    #story .story-box h4 span.tag {
        font-size: 1.2rem;
        padding: 3px 5px;
        margin-left: 5px;
    }
    #story .story-box img {
        margin-top: 15px;
    }
    #story .story-box .story-text {
        margin-top: 15px;
    }
    #story .story-box .story-img::before {
        width: 24px;
        height: 22px;
        right: 5px;
        bottom: 10px;
    }
    #story .story-box .story-text {
        margin-top: 15px;
    }

    /* HuluライブTVチャット */
    #chat .teaser-block-inner .ttl {
        line-height: 1.5;
    }
    #chat .teaser-block-inner .ttl strong {
        display: block;
        margin-top: 0.3em;
        font-size: 2.6rem;
    }
    #chat .teaser-block-inner .txt {
        text-align: left;
    }
    #chat .teaser-block-inner .note {
        font-size: 1.4rem;
    }

    /* スタッフ */
    #staff .teaser-block-inner {
        font-size: 1.2rem;
    }
    #staff .teaser-block-inner li + li {
        margin-top: 1.5em;
    }
    #staff .teaser-block-inner li span {
        width: 50%;
        padding-top: 0.1em;
    }
    #staff .teaser-block-inner li span + span {
        width: 50%;
        margin-left: 1.5em;
        padding-top: 0;
        font-size: 1.6rem;
    }
    #staff .teaser-block-inner li span + span:after {
        top: 0.1em;
        left: -1.1em;
        font-size: 1.4rem;
    }

    /* SNS */
    #sns.teaser-block {
        padding: 30px 15px;
    }
    #sns .teaser-block-title {
        margin-bottom: 20px;
    }

    /* PR */
    #pr_next .teaser-block-title {
        width: 30.9%;
    }

    #staff .staff-list {
        font-size: 0;
        text-indent: -9999px;
        background-image: url(../images/common/staff_sp.png);
        background-repeat: no-repeat;
        background-size: contain;
        padding-top: 150%;
        background-position: center;

    }

    /* hulu bnr */
    #banner-hulu.teaser-block {
        padding: 30px 15px;
    }

    /* ▼▼▼▼▼ ストーリーページ ▼▼▼▼▼ */
    body#second .teaser-main-nav {
        margin-top: 20px;
    }
    body#second .teaser-contents {
        margin-top: 20px;
    }
    body#second #story .teaser-block-inner .ttl {
        height: 80px;
        padding: 5px 0 0 80px;
        font-size: 1.8rem;
        line-height: 1.6;
    }
    body#second #story .teaser-block-inner .ttl .num {
        width: 70px;
        height: 70px;
        padding-top: 20px;
        border: 3px solid #89DDD8;
    }
    body#second #story .teaser-block-inner .ttl .tag_hulu {
        padding: 0.1em 0.5em;
        font-size: 1.4rem;
    }
    body#second #story .teaser-block-inner .txt {
        margin-top: 1em;
    }
    body#second #story .teaser-block-inner .link_hulu a {
        padding: 0.3em 0.8em;
        font-size: 1.8rem;
    }
    /* ▲▲▲▲▲ ストーリーページ ▲▲▲▲▲ */

    /* ▼▼▼▼▼ 過去シリーズページ ▼▼▼▼▼ */
    body#second #allserise .teaser-block-inner .ttl {
        font-size: 3rem;
    }
    body#second #schedule .teaser-block-inner li {
        font-size: 3rem;
    }
    body#second #schedule .teaser-block-inner li + li {
        margin-top: 0.3em;
    }
    body#second #schedule .teaser-block-inner li span {
        font-size: 2rem;
    }
    body#second #schedule .teaser-block-inner li span span {
        margin-top: -0.3em;
    }
    /* ▲▲▲▲▲ 過去シリーズページ ▲▲▲▲▲ */

}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width : 601px) {
    .br_sp {
        display: none;
    }
    .br_pc {
        display: block;
    }

    /* ブロック */
    .teaser-block {
        padding: 46px 30px 40px;
    }
    .teaser-block:last-child {
        margin-bottom: 0;
    }

    /* ブロックタイトル */
    .teaser-block-title {
        margin: 0 auto 40px;
    }

    .teaser-main-onair {
        font-size: 0;
    }
    .teaser-main-onair span {
        font-size: 0;
    }
    .teaser-main-onair small {
        font-size: 0;
    }

    .teaser-main-text {
        font-size: 2.0rem;
    }
    .teaser-main-text span {
        font-size: 3.2rem;
    }

    .teaser-contents {
        margin: 20px 0;
    }

    /* ボタン */
    .teaser-contents .teaser-btn {
        margin-top: 1.5em;
    }
    .teaser-contents .teaser-btn a {
        font-size: 2.4rem;
    }

    /* PR動画 */
    #movie .teaser-block-title {
        width: 21.91%;
    }

    /* ストーリー */
    #story .teaser-block-title {
        width: 27.56%;
    }
    #story .story-box img {
        margin-top: 30px;
    }
    #story .story-box .story-text {
        margin-top: 30px;
    }
    #story .story-box .story-img::before {
        width: 30px;
        height: 27px;
        right: 10px;
        bottom: 15px;
    }
    #story .story-box h4 {
        font-size: 2.4rem;
        padding: 20px 0 20px 110px;
    }
    #story .story-box h4 span.tag {
        font-size: 1.2rem;
        padding: 3px 5px;
        margin-left: 5px;
    }
    #story .story-box h4::before {
        width: 80px;
        height: 80px;
    }

    /* スタッフ */
    #staff .teaser-block-inner li span {
        width: 40%;
    }
    #staff .teaser-block-inner li span + span {
        width: 60%;
    }

    /* topics */
    .teaser-block-title.topics {
        height: 36px;
    }

    /* SNS */
    #sns.teaser-block {
        padding: 40px 30px;
    }

    /* PR */
    #pr .teaser-block-title {
        height: 36px;
    }

    /* schedule */
    .teaser-block-title img.schedule {
        width: 65%;
    }

    p.sumusumu_schedule {
        font-size: 0;
        background-size: 100%;
        background-image: url(../images/common/sumusumu_schedule.png);
        height: 447px;
        width: 100%;
        background-repeat: no-repeat;
    }

    p.kakuu_schedule {
        font-size: 0;
        background-size: 100%;
        background-image: url(../images/common/kakuu_schedule.png);
        height: 297px;
        background-repeat: no-repeat;
    }

    .teaser-main-onair {
        padding: 0 10px;
        margin-top: 20px;
        font-size: 0;
        background-image: url(../images/common/oa-text_archive.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 171px;
    }

    div.hulu-banner p.hulu-banner-item-kakuu {
        width: 48.5%;
        margin: auto;
        margin-bottom: 15px;
    }

    div.hulu-banner {
        display: flex;
    }

}

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

    .ntv-pageTop a {
        background: url(../images/common/pagetop.png) no-repeat;
        background-size: cover;
        width: 60px;
        height: 60px;
    }

    .ntv-pageTop a:after {
        display: none;
    }

    p.matsuri_read {
        font-size: 0;
        text-indent: -9999px;
        background-image: url(../images/common/introduction.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 450px;
        background-position: center;
    }

    p.sumusumu_schedule {
        font-size: 0;
        background-size: 100%;
        background-image: url(../images/common/sumusumu_schedule.png);
        height: 400px;
        width: 100%;
        background-repeat: no-repeat;
    }

    p.kakuu_schedule {
        font-size: 0;
        background-size: 100%;
        background-image: url(../images/common/kakuu_schedule.png);
        height: 250px;
        background-repeat: no-repeat;
    }

    .teaser-main-onair {
        padding: 0 10px;
        margin-top: 20px;
        font-size: 0;
        background-image: url(../images/common/oa-text_archive.png);
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        height: 140px;
        
    }

    #staff .staff-list dd.music_credit {
        font-size: 1.8rem;
    }

    #staff .staff-list dd.music_credit span.label {
        font-size: 1.2rem;
    }


    #staff .staff-list {
        font-size: 0;
        text-indent: -9999px;
        background-image: url(../images/common/staff_pc.png);
        background-repeat: no-repeat;
        background-size: contain;
        height: 376px;
        background-position: center;

    }



}





.yellow {
    color: #c39d04;
}

.large_red {
    font-size: 120%;
    color: #f03f3f;
    font-weight: bold;
}

.green {
    color: #63a25b;
}

.small_red {
    color: #f03f3f;
}

p.matsuri_read {
    text-align: center;
}

.caution {
    font-size: 1.2rem;
    display: block;
    text-align: center;
    margin-top: 10px;
    font-weight: 100;
}


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

}

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

/* リスト */
@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%;
    }

}