img,
source {
  pointer-events: none;
  touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Roboto Slab"),
       url(/tbs-ch/fonts/RobotoSlab-Bold.woff2) format("woff2"),
       url(/tbs-ch/fonts/RobotoSlab-Bold.woff) format("woff"),
       url(/tbs-ch/fonts/RobotoSlab-Bold.ttf) format("truetype");
}

@font-face {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local("Roboto Slab"),
       url(/tbs-ch/fonts/RobotoSlab-Black.woff2) format("woff2"),
       url(/tbs-ch/fonts/RobotoSlab-Black.woff) format("woff"),
       url(/tbs-ch/fonts/RobotoSlab-Black.ttf) format("truetype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Noto Sans JP"),
       url(/tbs-ch/fonts/NotoSansJP-Medium.woff2) format("woff2"),
       url(/tbs-ch/fonts/NotoSansJP-Medium.woff) format("woff"),
       url(/tbs-ch/fonts/NotoSansJP-Medium.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Noto Sans JP"),
       url(/tbs-ch/fonts/NotoSansJP-Bold.woff2) format("woff2"),
       url(/tbs-ch/fonts/NotoSansJP-Bold.woff) format("woff"),
       url(/tbs-ch/fonts/NotoSansJP-Bold.otf) format("opentype");
}

/* .p-item-header {
  border-bottom: 2px solid #000;
} */

@media (min-width: 768px) {
  .p-item-header {
    background: url(/tbs-ch/item/o3023/special/mv_bg_01.png) repeat 0/auto #ff00fb;
  }
}

.p-item-header__inner {
  padding: 0;
}

@media (min-width: 768px) {
  .p-item-header__inner {
    position: relative;
    display: block;
  }
}

.p-item-header__figure {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 768px) {
  .p-item-header__figure {
    height: 588px;
  }
}

@media (max-width: 767px) {
  .p-item-header__movie {
    background-color: red;
  }
}

@media (min-width: 768px) {
  .p-item-header__movie {
    position: absolute;
    bottom: 15px;
    left: 20px;
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .p-item-header__movie-button {
    width: 260px;
    height: 60px;
    border-radius: 30px;
    border: none;
    background-color: hsla(0, 0%, 100%, 0.7);
    font-size: 2rem;
  }
  .p-item-header__movie-button:before {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }
}

.p-item-header__onair {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  background-color: #000;
}

@media (max-width: 767px) {
  .p-item-header__onair {
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 30.1333333333vw;
  }
}

@media (min-width: 768px) {
  .p-item-header__onair {
    top: auto;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100vw;
    min-width: 1080px;
    height: 70px;
  }
}

.p-item-header__onair-figure {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 0;
}

.p-item-header__onair-figure .lazy,
.p-item-header__onair-figure .lazyload,
.p-item-header__onair-figure .lazyloaded {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .p-item-header__onair-figure {
    width: 90.6666666667vw;
    height: 20.5333333333vw;
  }
}

@media (min-width: 768px) {
  .p-item-header__onair-figure {
    width: 1039px;
    height: 45px;
  }
}

.p-item-youtube {
  background: url(/tbs-ch/item/o3023/special/mv_bg_01.png) repeat 0 0/auto #ff00fb;
}

.p-item-youtube__heading {
  color: #fff;
}

.p-item-gallery {
  background-color: #000;
  overflow: hidden;
}

.p-item-gallery__heading {
  position: relative;
  color: #fff;
  z-index: 1;
}

.p-item-gallery__heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: -125px;
  width: 100%;
  height: 71px;
  background: url(/tbs-ch/item/o3023/special/heading_bg_01.svg) no-repeat 50%/contain;
  z-index: -1;
}

@media (min-width: 768px) {
  .p-item-gallery__heading:before {
    top: 47px;
    left: -157px;
    height: 89px;
  }
}

.p-item-gallery__heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: -125px;
  width: 100%;
  height: 71px;
  background: url(/tbs-ch/item/o3023/special/heading_bg_01.svg) no-repeat 50%/contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: -1;
}

@media (min-width: 768px) {
  .p-item-gallery__heading:after {
    top: 47px;
    right: -157px;
    height: 89px;
  }
}

.p-gallery-thumbnail__line,
.p-item-banner {
  background-color: #ff00fb;
}

.p-item-banner__inner {
  padding-bottom: 0;
}

.p-item-banner__figure {
  width: 100%;
}

@media (min-width: 768px) {
  .p-item-banner__figure {
    width: 1080px;
    height: 260px;
  }
}

.p-item-banner-skyperfect__text br {
  display: block;
}

@media (max-width: 767px) {
  .p-item-banner-skyperfect__text-multiple {
    padding-left: 12px;
  }
}

@media (min-width: 768px) {
  .p-item-banner-skyperfect__text-multiple {
    padding-left: 415px;
  }
}

.p-item-onair {
  background-color: #000;
  overflow: hidden;
}

.p-item-onair__heading {
  position: relative;
  color: #fff;
  z-index: 1;
}

.p-item-onair__heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: -125px;
  width: 100%;
  height: 71px;
  background: url(/tbs-ch/item/o3023/special/heading_bg_01.svg) no-repeat 50%/contain;
  z-index: -1;
}

@media (min-width: 768px) {
  .p-item-onair__heading:before {
    top: 47px;
    left: -157px;
    height: 89px;
  }
}

.p-item-onair__heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: -125px;
  width: 100%;
  height: 71px;
  background: url(/tbs-ch/item/o3023/special/heading_bg_01.svg) no-repeat 50%/contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: -1;
}

@media (min-width: 768px) {
  .p-item-onair__heading:after {
    top: 47px;
    right: -157px;
    height: 89px;
  }
}

.p-item-summary {
  background-color: #fff;
}

.p-item-topics {
  background-color: #ffda38;
  overflow: hidden;
}

.p-item-topics__heading {
  position: relative;
  color: #333;
  z-index: 1;
}

.p-item-topics__heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  left: -125px;
  width: 100%;
  height: 71px;
  background: url(/tbs-ch/item/o3023/special/heading_bg_02.svg) no-repeat 50%/contain;
  z-index: -1;
}

@media (min-width: 768px) {
  .p-item-topics__heading:before {
    top: 47px;
    left: -157px;
    height: 89px;
  }
}

.p-item-topics__heading:after {
  content: "";
  display: block;
  position: absolute;
  top: 19px;
  right: -125px;
  width: 100%;
  height: 71px;
  background: url(/tbs-ch/item/o3023/special/heading_bg_02.svg) no-repeat 50%/contain;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  z-index: -1;
}

@media (min-width: 768px) {
  .p-item-topics__heading:after {
    top: 47px;
    right: -157px;
    height: 89px;
  }
}

.p-item-highlight__heading:after {
  background-color: #ff00fb;
}

@media (max-width: 767px) {
  .p-accordion {
    color: #fff;
    background-color: #ff00fb;
  }
  .p-accordion.is-active,
  .p-accordion:active {
    background-color: #ff73fd;
  }
}
