@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
/*==================================

 Layout

==================================*/
.ntv-wrapper {
  background: #f7f7f7 url(../images/common/bg_wrapper.png) center bottom no-repeat;
  background-size: 100%;
}
.ntv-contentsWrap {
  position: relative;
  z-index: 1;
}

.ntv-main {
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom:4%;
}

.roboto {
  font-family: "Roboto Condensed", "Noto Sans JP", sans-serif;
}
.bold{
  font-weight: bold;
  letter-spacing: 0.1em;
}
.em{
  font-size: 1.25em;
}
.tx-center{
  text-align: center;
}

.br_sp {
  display: none;
}

/* mainvisual
========================================== */
.beijing2022-mainvisual.-top {
  pointer-events: none;
}

.beijing2022-mainvisual a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  width: 100%;
  padding-top: 24.09639%;
  margin: 0 auto;
  background-image: url(../images/main.png);
  display: block;
}

/* contents
========================================== */
.beijing2022-contents {
  box-sizing: border-box;
  font-size: 1.6rem;
}

.beijing2022-contents a:hover, .bnr_cast a:hover {
  transition: opacity .1s;
  text-decoration: none;
  opacity: 0.65;
}

/* nav
========================================== */
.beijing2022-nav {
  font-size: 1.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  background: #fff;
  position: relative;
}

.beijing2022-nav-list {
  width: 100%;
  height: 75px;
  display: flex;
}

.beijing2022-nav-item {
  width: 25%;
  text-align: center;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #224b96;
}

.beijing2022-nav-item.is-coming {
  pointer-events: none;
}

.beijing2022-nav-item::before {
  content: '';
  width: 1px;
  height: 45px;
  background: #224b96;
  position: absolute;
  top: 15px;
  left: 0;
}

.beijing2022-nav-item:nth-last-of-type(1)::after {
  content: '';
  width: 1px;
  height: 45px;
  background: #224b96;
  position: absolute;
  top: 15px;
  right: 0;
}

.beijing2022-nav-item span {
  font-size: 1rem;
}

/* ticker
========================================== */
.beijing2022-news {
  display: flex;
  width: 100%;
  margin-top: 3%;
}

.beijing2022-news-title {
  width: 18%;
  display: flex;
  align-items: center;
}

.beijing2022-news-title img {
  width: 100%;
  height: auto;
}

.beijing2022-news-ticker {
  width: 82%;
  display: flex;
  align-items: center;
  background: #fff;
}

.ticker {
  width: 100%;
  padding: 0 10px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.ticker ul {
  width: 100%;
  position: relative;
  white-space: nowrap;
}

.ticker ul li {
  width: 100%;
  display: none;
}

/* caster
========================================== */
.beijing2022-caster {
  margin-top: 3%;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
}

.beijing2022-caster-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  width: 100%;
  padding-top: 61.8%;
  margin: 0 auto;
  background-image: url(../images/top/photo_caster.jpg);
  display: block;
}

.beijing2022-caster-detail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 2% 0 5%;
  background-image: url(../images/top/bg_caster.jpg);
  display: flex;
}

.beijing2022-caster-list {
  width: 50%;
  text-align: center;
}

.beijing2022-caster-name {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.5rem;
  color: #fff;
}

.beijing2022-caster-name span {
  letter-spacing: 0.3rem;
  font-size: 1.6rem;
}

.beijing2022-caster-btn {
  margin-top: 5%;
}

.beijing2022-caster-btn a {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  width: 87.95181%;
  padding-top: 18.07229%;
  margin: 0 auto;
  background-image: url(../images/top/btn_caster.jpg);
  display: block;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
}

/* feature
========================================== */
.beijing2022-feature {
  padding-bottom: 6%;
  margin-top: 5%;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.beijing2022-feature-box {
  width: 92%;
  margin: 5% auto 0;
}

.beijing2022-feature-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50px;
  background-image: url(../images/common/bg_title.jpg);
  border-bottom: 5px solid #bcc9df;
  display: flex;
  align-items: center;
}

.beijing2022-feature-title h3 {
  margin-top: -0.2%;
  padding-left: 2.5%;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
}

.beijing2022-feature-title h3 span {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 4%;
  white-space: nowrap;
}

.beijing2022-feature-img img {
  width: 100%;
  height: auto;
}

.beijing2022-feature-head {
  width: 100%;
  display: table;
  background: #f7f7f7;
}

.beijing2022-feature-head p {
  width: 12%;
  padding: 4% 0;
  background: #40a7ca;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1.2;
  display: table-cell;
  vertical-align: middle;
}

.beijing2022-feature-head p span {
  font-size: 1.5rem;
}

.beijing2022-feature-head dl {
  padding-left: 3%;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

.beijing2022-feature-head dl dt {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: bold;
}

.beijing2022-feature-head dl dd {
  font-size: 2.2rem;
  letter-spacing: 0.2rem;
}

.beijing2022-feature-text {
  padding: 3% 0 0;
  line-height: 2;
  text-align: justify;
}

.beijing2022-feature-text .line_pink {
  background: linear-gradient(transparent 60%, #ecb9d4 60%);
}

.beijing2022-feature-text .line_blue {
  background: linear-gradient(transparent 60%, #9fd3e4 60%);
}

/*  schedule
========================================== */
.beijing2022-schedule {
  padding-bottom: 6%;
  margin-top: 5%;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.beijing2022-schedule-box {
  width: 92%;
  margin: 5% auto 0;
}

.beijing2022-schedule-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50px;
  background-image: url(../images/common/bg_title.jpg);
  border-bottom: 5px solid #bcc9df;
  display: flex;
  align-items: center;
}

.beijing2022-schedule-title h3 {
  margin-top: -0.2%;
  padding-left: 2.5%;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
}

.beijing2022-schedule-title h3 span {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 4%;
  white-space: nowrap;
}

.beijing2022-schedule-item {
  width: 100%;
  display: table;
  background: #f7f7f7;
  border-bottom: 1px solid #ffffff;
}

.beijing2022-schedule-item p {
  width: 12%;
  padding: 4% 0;
  background: #40a7ca;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.04em;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.beijing2022-schedule-item:nth-child(even) p{
  background: #409ac9;
}

.beijing2022-schedule-item p span {
  font-size: 1.3rem;
}

.beijing2022-schedule-item dl {
  padding-left: 3%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

.beijing2022-schedule-item dl dt {
  margin-bottom: 5px;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #234c96;
}

.beijing2022-schedule-item dl dd {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.beijing2022-schedule-item .event_name {
  display: inline-block;
  line-height: 1.4;
  margin-right: 10px;
}

.beijing2022-schedule-item .btn_feature {
  display: block;
  line-height: 1.5;
  margin-bottom: 12px;
}

.beijing2022-schedule-item .btn_feature a {
  font-size: 1.4rem;
  line-height: 1;
  padding: 0.25em 1em;
  border-radius: 1em;
  background-color: #d973aa;
  color: #ffffff;
  margin-bottom: 0.5em;
}

.beijing2022-schedule-text {
  padding: 3% 0 0;
  line-height: 2;
  text-align: justify;
}

/* movie
========================================== */
.beijing2022-movie {
  margin-top: 3%;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.beijing2022-movie-box {
  width: 92%;
  margin: 5% auto 0;
  padding-bottom: 5%;
}

.beijing2022-movie-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50px;
  background-image: url(../images/common/bg_title.jpg);
  border-bottom: 5px solid #bcc9df;
  display: flex;
  align-items: center;
}

.beijing2022-movie-title h3 {
  margin-top: -0.2%;
  padding-left: 2.5%;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
}

.beijing2022-movie-title h3 span {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 8%;
  white-space: nowrap;
}

/* sub-caster
========================================== */
.beijing2022-sub-caster {
  padding-bottom: 6%;
  margin-top: 5%;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.beijing2022-sub-caster-box {
  width: 92%;
  margin: 5% auto 0;
}

.beijing2022-sub-caster-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50px;
  background-image: url(../images/common/bg_title.jpg);
  border-bottom: 5px solid #bcc9df;
  display: flex;
  align-items: center;
}

.beijing2022-sub-caster-title h3 {
  margin-top: -0.2%;
  padding-left: 2.5%;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
}

.beijing2022-sub-caster-title h3 span {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 8%;
  white-space: nowrap;
}

.beijing2022-sub-caster-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  width: 100%;
  padding-top: 56.1747%;
  margin: 0 auto;
}

.beijing2022-sub-caster-text {
  padding: 3% 0 0;
  line-height: 2;
  text-align: justify;
}

.beijing2022-sub-caster-subtitle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  width: 100%;
  padding-top: 16.41566%;
  margin: 3% auto 0;
}

.beijing2022-sub-caster-detail {
  /* padding-top: 2%; */
}

.beijing2022-sub-caster-detail dl dt {
  margin-top: 4%;
  color: #40a7ca;
  font-weight: 500;
}

.beijing2022-sub-caster-detail dl dd {
  padding-top: 1%;
  line-height: 2;
}

#sakurai .beijing2022-sub-caster-img {
  background-image: url(../images/caster/photo01_caster.jpg);
}

#sakurai .beijing2022-sub-caster-subtitle {
  background-image: url(../images/caster/comment01_caster.jpg);
}

#arakawa .beijing2022-sub-caster-img {
  background-image: url(../images/caster/photo02_caster.jpg);
}

#arakawa .beijing2022-sub-caster-subtitle {
  background-image: url(../images/caster/comment02_caster.jpg);
}

/* sub-themesong
========================================== */
.beijing2022-sub-themesong {
  padding-bottom: 6%;
  margin-top: 5%;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.beijing2022-sub-themesong-box {
  width: 92%;
  margin: 5% auto 0;
}

.beijing2022-sub-themesong-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50px;
  background-image: url(../images/common/bg_title.jpg);
  border-bottom: 5px solid #bcc9df;
  display: flex;
  align-items: center;
}

.beijing2022-sub-themesong-title h3 {
  margin-top: -0.2%;
  padding-left: 2.5%;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.beijing2022-sub-themesong-title h3 span {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 8%;
  white-space: nowrap;
}

.beijing2022-sub-themesong-lead{
  color: #224b96;
  font-weight: bold;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  padding-bottom: 1em;
}

.beijing2022-sub-themesong-img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  width: 100%;
  padding-top: 47.4359%;
  margin: 0 auto;
  background-image: url(../images/themesong/theme_img.jpg);
}

.beijing2022-sub-themesong-text {
  padding: 3% 0 0;
  line-height: 2;
}

.beijing2022-sub-themesong-subtitle {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  font-size: 0;
  text-indent: -9999px;
  white-space: nowrap;
  width: 100%;
  padding-top: 8.97436%;
  margin: 3% auto 0;
}

.beijing2022-sub-themesong-summary{
  margin: 5% 0 2%;
  border: 2px solid #224b96;
  padding: 4%;
}
.beijing2022-sub-themesong-summary-title{
  font-weight: bold;
  font-size: 1.25em;
  padding-bottom: 0.5em;
}
.beijing2022-sub-themesong-summary dl{
  display: flex;
}
.beijing2022-sub-themesong-summary dl dt{
  width: 4em;
  text-align: justify;
  text-align-last: justify;
}
.beijing2022-sub-themesong-summary dl dt::after{
  content: "：";
}
.beijing2022-sub-themesong-text .line_pink {
  background: linear-gradient(transparent 60%, #ecb9d4 60%);
}

.beijing2022-sub-themesong-text .line_blue {
  background: linear-gradient(transparent 60%, #9fd3e4 60%);
}
#sakurai .beijing2022-sub-themesong-subtitle {
  background-image: url(../images/themesong/comment01_theme.jpg);
}
#kamenashi .beijing2022-sub-themesong-subtitle {
  background-image: url(../images/themesong/comment02_theme.jpg);
}
#ueda .beijing2022-sub-themesong-subtitle {
  background-image: url(../images/themesong/comment03_theme.jpg);
}
#nakamaru .beijing2022-sub-themesong-subtitle {
  background-image: url(../images/themesong/comment04_theme.jpg);
}

/* sub-feature
========================================== */
.beijing2022-sub-feature {
  padding-bottom: 6%;
  margin-top: 5%;
  box-shadow: 3px 0px 5px rgba(0, 0, 0, 0.2);
  background: #fff;
}

.beijing2022-sub-feature-box {
  width: 92%;
  margin: 5% auto 0;
}

.beijing2022-sub-feature-title {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 50px;
  background-image: url(../images/common/bg_title.jpg);
  border-bottom: 5px solid #bcc9df;
  display: flex;
  align-items: center;
}

.beijing2022-sub-feature-title h3 {
  margin-top: -0.2%;
  padding-left: 2.5%;
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2rem;
  display: flex;
  align-items: center;
}

.beijing2022-sub-feature-title h3 span {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 4%;
  white-space: nowrap;
}

.beijing2022-sub-feature-img img {
  width: 100%;
  height: auto;
}

.beijing2022-sub-feature-head {
  width: 100%;
  display: table;
  background: #f7f7f7;
}

.beijing2022-sub-feature-head p {
  width: 12%;
  padding: 4% 0;
  background: #40a7ca;
  font-size: 2.2rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.beijing2022-sub-feature-box:nth-child(odd) .beijing2022-sub-feature-head p {
  background: #409ac9;
}

.beijing2022-sub-feature-head p span {
  font-size: 1.3rem;
}

.beijing2022-sub-feature-head dl {
  padding-left: 3%;
  font-weight: 500;
  display: table-cell;
  vertical-align: middle;
}

.beijing2022-sub-feature-head dl dt {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  color: #234c96;
}

.beijing2022-sub-feature-head dl dd {
  font-size: 2.2rem;
  letter-spacing: 0.1rem;
}

.beijing2022-sub-feature-text {
  padding: 3% 0;
  line-height: 2;
  text-align: justify;
}

.beijing2022-sub-feature-text .line_pink {
  background: linear-gradient(transparent 60%, #ecb9d4 60%);
}

.beijing2022-sub-feature-text .line_blue {
  background: linear-gradient(transparent 60%, #9fd3e4 60%);
}

/* ---------------------------------
 SP用
--------------------------------- */
@media screen and (max-width: 992px) {
  .ntv-wrapper{
    background: #f7f7f7;
    background-size: auto;
    z-index: 0;
  }
  .ntv-wrapper::before{
    position:fixed;
    top:0;
    left:0;
    z-index: -1;
    width:100vw;
    height:100vh;
    background:url(../images/common/bg_wrapper.png) center bottom no-repeat;
    -webkit-background-size:contain;
    background-size:100%;
    content:"";  
  }
  .br_sp {
    display: block;
  }
  /* mainvisual
  ========================================== */
  .beijing2022-mainvisual {
    position: relative;
  }
  .beijing2022-mainvisual a {
    padding-top: 36.14458%;
    background-image: url(../images/main_sp.png);
    position: relative;
    z-index: 1;
  }
  .beijing2022-mainvisual::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    width: 100%;
    padding-top: 42.16867%;
    background-image: url(../images/common/bg_mainvisual.jpg);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  /* contents
  ========================================== */
  .beijing2022-contents {
    font-size: 1.4rem;
  }
  /* nav
  ========================================== */
  .beijing2022-nav {
    font-size: 1.6rem;
  }
  .beijing2022-nav-list {
    height: 70px;
  }
  .beijing2022-nav-item {
    line-height: 1.2;
  }
  .beijing2022-nav-item::before {
    height: 30px;
    top: 20px;
  }
  .beijing2022-nav-item:nth-of-type(1)::before {
    display: none;
  }
  .beijing2022-nav-item:nth-last-of-type(1)::after {
    display: none;
  }
  .beijing2022-nav-item span {
    font-size: 1rem;
    letter-spacing: 0;
    transform: scale(0.9);
    display: inline-block;
  }
  /* ticker
  ========================================== */
  .beijing2022-news {
    margin: 3% 0;
  }
  .beijing2022-news-title {
    width: 20vw;
  }
  .beijing2022-news-ticker {
    width: 80vw;
  }
  /* caster
  ========================================== */
  .beijing2022-caster-name {
    font-size: 2rem;
  }
  .beijing2022-caster-name span {
    font-size: 1.2rem;
    letter-spacing: 0.1rem;
  }
  .beijing2022-caster-btn {
    margin-top: 7%;
  }

  /* feature
  ========================================== */
  .beijing2022-feature {
    margin: 5% 2% 0;
  }
  .beijing2022-feature-box {
    width: 92%;
    margin: 5% auto 0;
  }
  .beijing2022-feature-title {
    height: 45px;
    border-bottom: 3px solid #bcc9df;
  }
  .beijing2022-feature-title h3 {
    margin-top: 0;
    padding-left: 4%;
    font-size: 1.8rem;
  }
  .beijing2022-feature-title h3 span {
    font-size: 1.2rem;
    padding-left: 3%;
  }
  .beijing2022-feature-head p {
    width: 13%;
    font-size: 1.7rem;
  }
  .beijing2022-feature-head p span {
    font-size: 1.3rem;
  }
  .beijing2022-feature-head dl {
    padding: 2% 0 2% 3%;
  }
  .beijing2022-feature-head dl dt {
    font-size: 1.5rem;
  }
  .beijing2022-feature-head dl dd {
    font-size: 1.7rem;
    line-height: 1.4;
  }

  /* schedule
  ========================================== */
  .beijing2022-schedule {
    margin: 5% 2% 0;
  }
  .beijing2022-schedule-box {
    width: 92%;
    margin: 5% auto 0;
  }
  .beijing2022-schedule-title {
    height: 45px;
    border-bottom: 3px solid #bcc9df;
  }
  .beijing2022-schedule-title h3 {
    margin-top: 0;
    padding-left: 4%;
    font-size: 1.8rem;
  }
  .beijing2022-schedule-title h3 span {
    font-size: 1.2rem;
    padding-left: 3%;
  }
  .beijing2022-schedule-item p {
    width: 16%;
    font-size: 1.7rem;
  }
  .beijing2022-schedule-item p span {
    font-size: 1rem;
  }
  .beijing2022-schedule-item dl {
    padding: 4% 0 4% 4%;
  }
  .beijing2022-schedule-item dl dt {
    font-size: 1.8rem;
    margin-bottom: 2%;
  }
  .beijing2022-schedule-item dl dd {
    font-size: 1.7rem;
    /* line-height: 1.4; */
  }
  .beijing2022-schedule-item .btn_feature{
    margin-bottom: 2%;
  }
  .beijing2022-schedule-item .btn_feature a{
    font-size: 1.2rem;
  }

    /* movie
  ========================================== */
  .beijing2022-movie {
    margin: 5% 2% 0;
  }
  .beijing2022-movie-box {
    width: 92%;
    margin: 5% auto 0;
  }
  .beijing2022-movie-title {
    height: 45px;
    border-bottom: 3px solid #bcc9df;
  }
  .beijing2022-movie-title h3 {
    margin-top: 0;
    padding-left: 4%;
    font-size: 1.8rem;
  }
  .beijing2022-movie-title h3 span {
    font-size: 1.2rem;
    padding-left: 3%;
  }

  /* sub-caster
  ========================================== */
  .beijing2022-sub-caster {
    padding-bottom: 6%;
    margin: 5% 2% 0;
    background: #fff;
  }
  .beijing2022-sub-caster-box {
    width: 92%;
    margin: 5% auto 0;
  }
  .beijing2022-sub-caster-title {
    height: 45px;
    border-bottom: 3px solid #bcc9df;
  }
  .beijing2022-sub-caster-title h3 {
    margin-top: 0;
    padding-left: 4%;
    font-size: 1.8rem;
  }
  .beijing2022-sub-caster-title h3 span {
    font-size: 1.2rem;
    padding-left: 3%;
  }
  .beijing2022-sub-caster-subtitle {
    padding-top: 27.10843%;
  }
  #sakurai .beijing2022-sub-caster-subtitle {
    background-image: url(../images/caster/comment01_caster_sp.jpg);
  }
  #arakawa .beijing2022-sub-caster-subtitle {
    background-image: url(../images/caster/comment02_caster_sp.jpg);
  }

  /* sub-themesong
  ========================================== */
  .beijing2022-sub-themesong {
    padding-bottom: 6%;
    margin: 5% 2% 0;
    background: #fff;
  }
  .beijing2022-sub-themesong-box {
    width: 92%;
    margin: 5% auto 0;
  }
  .beijing2022-sub-themesong-title {
    height: 45px;
    border-bottom: 3px solid #bcc9df;
  }
  .beijing2022-sub-themesong-title h3 {
    margin-top: 0;
    padding-left: 4%;
    font-size: 1.8rem;
  }
  .beijing2022-sub-themesong-title h3 span {
    font-size: 1.2rem;
    padding-left: 3%;
  }
  .beijing2022-sub-themesong-subtitle {
    padding-top: 16.0257%;
    background-size: 100%;
  }
  #sakurai .beijing2022-sub-themesong-subtitle {
    background-image: url(../images/themesong/comment01_theme_sp.jpg);
  }
  #kamenashi .beijing2022-sub-themesong-subtitle {
    background-image: url(../images/themesong/comment02_theme_sp.jpg);
  }
  #ueda .beijing2022-sub-themesong-subtitle {
    background-image: url(../images/themesong/comment03_theme_sp.jpg);
  }
  #nakamaru .beijing2022-sub-themesong-subtitle {
    background-image: url(../images/themesong/comment04_theme_sp.jpg);
  }

  /* sub-feature
  ========================================== */
  .beijing2022-sub-feature {
    margin: 5% 2% 0;
  }
  .beijing2022-sub-feature-box {
    width: 92%;
    margin: 5% auto 0;
  }
  .beijing2022-sub-feature-title {
    height: 45px;
    border-bottom: 3px solid #bcc9df;
  }
  .beijing2022-sub-feature-title h3 {
    margin-top: 0;
    padding-left: 4%;
    font-size: 1.8rem;
  }
  .beijing2022-sub-feature-title h3 span {
    font-size: 1.2rem;
    padding-left: 3%;
  }
  .beijing2022-sub-feature-head p {
    width: 16%;
    font-size: 1.7rem;
  }
  .beijing2022-sub-feature-head p span {
    font-size: 1rem;
  }
  .beijing2022-sub-feature-head dl {
    padding: 4% 2% 4% 3%;
  }
  .beijing2022-sub-feature-head dl dt {
    font-size: 1.7rem;
  }
  .beijing2022-sub-feature-head dl dd {
    font-size: 1.7rem;
    line-height: 1.4;
  }

}

/* ---------------------------------
 tablet用(SP設定を上書き）
--------------------------------- */
@media screen and (min-width: 601px) {
  /* ticker
  ========================================== */
  .beijing2022-news-title {
    width: 15vw;
  }
  .beijing2022-news-ticker {
    width: 85vw;
  }
}

/* ---------------------------------
 PC用
--------------------------------- */
@media screen and (min-width: 993px) {
  body {
    position: relative;
  }
  body::after {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: '';
    width: 100%;
    height: 160px;
    background-image: url(../images/common/bg_mainvisual.jpg);
    display: block;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 0;
  }
  .ntv-wrapper::after {
    content: '';
    width: 100%;
    height: 75px;
    background: #fff;
    position: absolute;
    top: 220px;
    left: 0;
  }
  .ntv-main {
    margin-top: -20px;
    margin-bottom: 80px;
  }
  .ntv-pageTop a{
    z-index: 100;
  }
}

@media screen and (min-width: 993px) and (max-width: 1180px) {
  body::after {
    top: 50px;
  }
  .ntv-wrapper::after {
    top: 210px;
  }
}

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

.ntv-box-title.title-base {
  /* background: #e90d28; */
}

.drama-box-title.title-base {
  /* background-color: #e90d28; */
}

/* ---------------------------------
 バナー
--------------------------------- */
.beijing2022-banner-area {
  width: 100%;
  /* padding: 10px 0; */
}

.beijing2022-banner-area ul li {
  margin: 4% 5%;
  line-height: 0;
}

.beijing2022-banner-area ul li a img {
  width: 100%;
}

@media screen and (min-width: 993px) {
  .beijing2022-banner-area {
    padding: 0;
  }
  .beijing2022-banner-area ul li {
    margin: 15px 0;
    padding: 0 20px;
  }
  .beijing2022-banner-area ul li#gorinjp a {
    background-image: url(../images/top/720x180_tver_gorinjp_pc.jpg);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    display: block;
    height: 120px;
  }
  .beijing2022-banner-area ul li#gorinjp img{
    display: none;
  }
}

/* ---------------------------------
 動画
--------------------------------- */
.beijing2022-contents .movie-player {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
  margin: 0 auto;
}

.beijing2022-contents .movie-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------
 Twitter
--------------------------------- */
/* タイムライン */
/* ボタン */
.beijing2022-contents .beijing2022-btn {
  margin-top: 20px;
}

.beijing2022-contents .beijing2022-btn a {
  width: 100%;
  display: block;
}

.beijing2022-contents .beijing2022-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%;
  }
}
