@import url("top_carousel.css");

@media all and (min-width: 768px) {
  #tshd {
    margin: 30px 0;
  }
}

@media all and (max-width: 767px) {
  #tshd {
    margin: 1em 0;
  }
}

/*	h2
============================== */
.headline-divider {
  margin: 0.6em 0 0.2em;
}
@media all and (max-width: 767px) {
  .headline-divider {
    margin: 0.3em 0 -0.2em;
  }
}

body.cmn h2 {
  text-align: center;
  font-weight: 900;
  margin: 2em;
}

.h2_e {
  color: #fff;
}

.h2_j {
  /* display: block; */
  letter-spacing: 0.2em;
}

@media all and (min-width: 768px) {
  .h2_e {
    font-size: 55px;
    letter-spacing: 0.05em;
    position: relative;
    display: block;
  }

  .h2_j {
    font-size: 20px;
    margin: 0;
    letter-spacing: 0.1em;
    padding: 0 0.6em 0 0;
  }
}

@media all and (max-width: 767px) {
  .h2_e {
    font-size: 8vw;
    display: block;
    letter-spacing: 0.05em;
    padding: 6vw 0 0 0;
  }

  .h2_j {
    font-size: 3vw;
    margin: 0em 0 0vw;
    letter-spacing: 0.07em;
  }
}

/*	header
============================== */
header.header {}

/*	page-top
============================== */
#page-top {
  background-color: #4493ba;
}

/*	footer
============================== */
footer {
}


/*	.t_story
============================== */
.t_story .note {
  background-color: rgb(255 255 255 / 40%);
  z-index: 100;
  position: relative;
}

.t_story {
  color: #fff;
  padding: 3em;
  background-image: url(../img/bg/bg_parallax.jpg);
  background-size: cover;
  background-position: center top;
}

.t_story .wrap {}

.t_story_inner {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media all and (min-width: 768px) {
  .t_story .btn {
    width: 35%;
    margin: 1em auto;
    height: 2.5em;
    background-color: #4493ba;
    position: relative;
    letter-spacing: 0.2em;
    font-weight: bold;
    font-size: 27px;
    display: block;
  }

  .t_story .btn a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(1.3, 1);
    color: #fff;
    font-size: 35px;
    background: none;
    letter-spacing: 0.1em;
  }

  .wrap {
    position: relative;
  }

  .t_story h2 {
    font-size: 60px;
    margin-bottom: 40px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 0.4;
    text-align: center;
  }

  .t_story h2 .ja {
    font-size: 25px;
    margin-bottom: 40px;
    color: #bf3a20;
    text-align: center;
    margin-left: 2px;
  }

  h2 .en {
    margin-right: 1.3em;
    letter-spacing: -0.08em;
    color: #fff;
  }

  .t_story .txt {
    letter-spacing: 0.01em;
    box-sizing: border-box;
    margin: 0 auto;
    font-weight: 500;
    width: 840px;
  }

  .t_story .more a {
    width: 427px;
    height: 69px;
    margin: 30px auto 0;
  }

  .t_story .more a span {
    line-height: 65px;
    margin: 0 auto;
    font-size: 100%;
    letter-spacing: inherit;
  }
}

@media all and (max-width: 767px) {
  .t_story_inner {
    background-size: 180%;
    background-position: center;
    padding: 5vw 4vw 4vw;
  }

  .t_story .btn {
    width: 40%;
    margin: 0 auto 4vw;
    background-color: #4493ba;
    position: relative;
    text-align: center;
    /* padding: 0.8em 0.2em; */
    letter-spacing: 0.2em;
    display: block;
  }

  .t_story .btn a {
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 5vw;
    background: none;
  }

  .t_story {
    padding: 0;
  }

  .t_story .ellipsis_topstory {
    height: fit-content;
    margin-bottom: 1vw;
    word-break: break-all;
    letter-spacing: 0;
  }
  .t_story .txt {
padding-bottom: 1em;
}
  .t_story .ellipsis_topstory0 {
    margin-bottom: 1vw;
    word-break: break-all;
    letter-spacing: 0;
  }

  h2 {
    font-size: 8vw;
    0 4vw 3vw CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    margin: 0;
    color: #fff;
    text-align: center;
  }

  h2 .en {
    margin-right: 1.5em;
  }

  .t_story h2 .ja {
    font-size: 3.5vw;
    margin-bottom: 40px;
    color: #972413;
    font-weight: bold;
    text-align: center;
  }

  .t_story .wrap {
    width: 94%;
    margin: 0 auto;
    z-index: 1;
    position: relative;
  }

  .t_story .txt {
    font-size: 3.5vw;
    line-height: 1.8em;
    display: inline-block;
  }
}

/*	.bg_alphabet
============================== */
.bg_alphabet {
  position: relative;
  background-image: url(../img/bg_alphabet.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
}
@media all and (max-width: 767px) {
  .bg_alphabet {
    background-size: 200%;
  }
}

/*	.t_topics
============================== */
.t_topics {
  position: relative;
overflow: hidden;
}

.t_topics h2 span {
  height: 100%;
  color: #fff;
}

.t_topics h2 {}

@media all and (min-width: 768px) {
  .t_topics {
    padding: 2em 0 0em;
  }

  .t_topics h2 {
    font-size: 75px;
  }

  .t_topics h2 .ja {
    font-size: 25px;
    margin-bottom: 40px;
    color: #962413;
    letter-spacing: 0.05em;
    text-align: center;
    margin-left: -4px;
  }
}

@media all and (max-width: 767px) {
  .t_topics h2 .ja {
    font-size: 3.5vw;
    margin-bottom: 40px;
    color: #962413;
    font-weight: bold;
    letter-spacing: 0.0em;
    text-align: center;
  }

  .t_topics {
    z-index: 2;
    padding: 0.1em 0;
  }
}

/*	.t_wnew
============================== */
.t_wnew .txt {
  color: #2b2b2b;
}

.t_wnew {
  position: relative;
  position: relative;
  background-image: url(../img/bg_gunshot.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  background-color: hsl(0deg 0% 100% / 4%);
overflow: hidden;
}

.t_wnew h2 {}

.t_wnew .inner {
    padding: 1em 0;
}

@media all and (min-width: 768px) {
  .t_wnew {
    padding-bottom: 1em;
    padding-top: 5em;
  }

  .t_wnew h2 {
    /* margin-bottom: 50px; */
    font-size: 60px;
    line-height: 0.4;
  }

  .t_wnew .inner {
    margin: 3em 0;
    width: 1080px;
    padding: 0;
  }

  .t_wnew h2 .ja {
    font-size: 25px;
    margin-bottom: 40px;
    color: #962413;
    letter-spacing: 0.05em;
    text-align: center;
    margin-left: 5px;
  }
}

@media all and (max-width: 767px) {
  .wave {
    background-size: 400%;
    height: 25vw;
    background-position: -140vw 0vw;
  }

  .t_wnew {
    background-position: top;
}

  .t_wnew .wrap {
    padding: 0.01em 0em 1em;
  }

  .t_wnew h2 {
    color: #0a0a0a;
  }

  .t_wnew h2 .ja {
    font-size: 3.5vw;
    margin-bottom: 40px;
    color: #962413;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: left;
  }
}

/*	.t_stream
============================== */
.t_stream {
overflow: hidden;
}

.t_stream h2 {}

.t_stream h2 span {}

.t_stream .inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.t_stream .caution {
  text-align: right;
  color: #fff;
  font-size: 100%;
}

.t_stream .box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.t_stream a {
  background-color: #fff;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.t_stream .box .txt {
  width: 100%;
  margin: 0.7em auto 0;
  color: #f0f98a;
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 0.1em;
}

a.realtime {
  background-image: url(../img/stream_realtime.png);
}

a.tver {
  background-image: url(../img/stream_tver.png);
}

a.tbsfree {
  background-image: url(../img/stream_tbsfree.png);
}

a.unext {
  background-image: url(/um/img/paravi.svg);
}

a.netflix {
  background-image: url(../img/stream_netflix.png);
}

@media all and (min-width: 768px) {
  .t_stream h2 .ja {
    font-size: 25px;
    margin-bottom: 40px;
    color: #962413;
    letter-spacing: 0.05em;
    text-align: center;
    margin-left: -31px;
  }

  .t_stream {
    padding: 2em 0 3em;
  }

  .t_stream h2 {
    margin: 0 auto;
    font-size: 60px;
  }

  .t_stream .caution {
    margin: -1.5em 0em 0;
    padding: 0 2em;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .box_realtime {
    width: 207px;
  }

  .box_tver {
    width: 385px;
  }

  .box_unext {
    width: 190px;
  }

  .t_stream .inner {
    width: 86%;
    margin: 50px auto 0;
  }

  a.realtime {
    width: 207px;
    border-radius: 5px;
  }

  a.tver, a.tbsfree, a.unext, a.netflix {
    width: 190px;
  }

  a.tver, a.unext {
    border-radius: 5px 0 0 5px;
  }

  a.tbsfree, a.netflix {
    border-radius: 0 5px 5px 0;
  }

  a.unext {
    border-radius: 5px 5px 5px 5px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .t_stream {
    padding: 0.1em 0 3em;
    position: relative;
    margin-bottom: 0em;
    z-index: 1;
  }

  .t_stream h2 {
    color: #fff;
  }

  .t_stream h2 .ja {
    font-size: 3.5vw;
    margin-bottom: 40px;
    font-weight: bold;
    letter-spacing: 0.05em;
    text-align: center;
    color: #972413;
    margin-left: -1.5em;
  }

  .t_stream .caution {
    position: absolute;
    bottom: 1em;
    right: 1.5em;
    font-size: 75%;
  }

  .box_realtime {
    width: 70%;
    margin: 0 auto 1em;
  }

  .box_tver {
    width: 100%;
    margin-bottom: 1em;
  }

  .box_unext {
    width: 100%;
  }

  .t_stream .inner {
    padding: 4vw;
  }

  .t_stream a {
    height: 14vw;
    background-size: 42vw;
  }

  a.realtime {
    width: 100%;
    border-radius: 2vw;
  }

  a.tver, a.tbsfree, a.unext, a.netflix {
    width: 49.5%;
  }

  a.tver, a.unext {
    border-radius: 2vw;
  }

  a.tbsfree, a.netflix {
    border-radius: 2vw;
  }

  a.unext {
    margin: 0 auto;
  }
}

/*	.footer
============================== */
@media all and (min-width: 768px) {
  .footer h2 {
    width: 830px;
    background-position: center;
    height: 180px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .footer h2 {
    padding-top: calc((47 / 500)*100%);
  }

  .footer h2 {}
}

@media all and (max-width: 767px) {

  /*	top story & topics & wnew & sns
  ============================== */
  .t_stream h2, .t_topics h2, .t_wnew h2, .footer h2, .chara h2 {
    /* margin: 4vw; */
  }

  .t_stream h2 span, .t_topics h2 span, .t_wnew h2 span, .footer h2 span, .chara h2 span {
    color: #fff;
  }
}

/*	sns
============================== */
#sns {}

.tw-inner {
  background-color: #fff;
}

#sns h2 {
  background-position: center;
}

@media all and (min-width: 768px) {
  #sns {
    width: 350px;
    height: 400px;
    margin: 0 20px 0 0;
    float: left;
  }

  #sns h2 {
    width: 105px;
    height: 50px;
  }

  .tw-inner {
    height: 340px;
  }
}

@media all and (max-width: 767px) {
  #sns {
    padding: 0 4%;
    margin: 0 4% 4%;
  }

  #sns h2 {
    width: 40%;
    position: relative;
    height: 0;
    padding-top: 15.286624203821656%;
    margin: 2% auto 1%;
  }

  #sns h2 span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	sns_btn
============================== */
#sns_btn h2 {
  margin: 0px auto 15px;
}

#sns_btn ul.sns_btn {}

#sns_btn ul.sns_btn li.tw {}

#sns_btn li.ig {
  background-position: center;
}

#sns_btn li.tt {
  background-position: center;
}

#sns_btn li.ig2 {}

#sns_btn li.ig_rakuten {}

@media all and (min-width: 768px) {
  .t_sns .wrap {
    width: 980px;
  }

  #sns_btn {
    width: 270px;
  }

  #sns_btn h2 {
    width: 208px;
    height: 28px;
  }

  #sns_btn ul.sns_btn {
    margin: 0 auto;
  }

  #sns_btn ul.sns_btn li {
    width: 225px;
    height: 43.5px;
    margin: 0 auto 16px;
  }

  #sns_btn ul.sns_banner li {
    width: 300px;
    height: 50px;
    margin: 0 auto 0.5em;
  }

  #sns_btn li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .footer {
    margin-bottom: -1em;
  }
}

@media all and (max-width: 767px) {
  #sns_btn {
    padding: 0;
  }

  #sns_btn h2 {
    width: 50%;
    position: relative;
    height: 0;
    padding-top: 6.730769230769231%;
    margin: 2% auto 1%;
  }

  #sns_btn h2 span {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  #sns_btn ul.sns_btn li {
    width: 60%;
    position: relative;
    height: 0;
    padding-top: calc((87 / 450)*60%);
    margin: 0 auto 1em;
  }

  #sns_btn ul.sns_banner {
    padding: 0 2% 2%;
  }

  #sns_btn ul.sns_banner li {
    width: 100%;
    position: relative;
    height: 0;
    padding-top: 16.666666666666667%;
    margin-bottom: 2%;
  }

  #sns_btn ul li a {
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }

  .links {}
}

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

/*	dvd link
============================== */
.dvd_link {
  cursor: pointer;
}

.dvd_link a {
  display: block;
  background-size: cover;
  margin: 0 auto;
}

.dvd_link a:hover {
  color: #fff;
  opacity: 0.9;
}

@media all and (min-width: 768px) {
  .dvd_link a {
    width: 980px;
    height: 70px;
    margin-bottom: 2em;
  }
}

@media all and (max-width: 767px) {
  .dvd_link a {
    position: relative;
    height: 0;
    padding-top: calc((140 / 730)*100%);
  }

  .dvd_link a span {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	ep num
============================== */
.epn {
  background-color: #b687d8;
  border-radius: 65px;
  letter-spacing: -0.05em;
  color: #fff;
}

.epn {
  position: relative;
}

.epnc {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.05em;
}

@media all and (min-width: 768px) {
  .epn {
    width: 130px;
    height: 130px;
    font-size: 60px;
    float: left;
    margin: 40px 0 0 40px;
  }
}

@media all and (max-width: 767px) {
  .epn {
    width: 18vw;
    height: 18vw;
    font-size: 8vw;
    float: left;
    margin: 5vw 0 0;
  }
}

/*	trailer
============================== */
.trailer {
  position: relative;
}

.trailer::before {
  position: absolute;
  top: 10px;
  bottom: -10px;
  left: 10px;
  right: -10px;
  border: solid 2px #863bc2;
  z-index: -1;
  background-color: #fff;
  -webkit-animation: fadeIn 5000ms !important;
  animation: fadeIn 5000ms !important;
}

@media all and (max-width: 767px) {
  .trailer::before {
    top: 2vw;
    bottom: -2vw;
    left: 2vw;
    right: -2vw;
  }
}

@media all and (min-width: 768px) {
  .trailer {
    width: 840px;
    height: 473px;
    z-index: 100;
  }
}

@media all and (max-width: 767px) {
  .trailer_outer {
    border: solid #00a7cb 2vw;
  }

  .trailer {
    width: 100%;
  }

  .trailer iframe, .trailer span {
    background-position: center;
    background-size: 100%;
    display: block;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

@media all and (min-width: 768px) {
  .trailer iframe, .trailer span {
    background-position: center;
    width: 800px;
    height: 450px;
    background-size: 100%;
    background-color: #9d68c8;
  }
}

/*	ep pic
============================== */
@media all and (min-width: 768px) {
  .ep_pic {
    border: none;
    float: right;
    margin: 0 0;
  }

  .ep_pic, .ep_pic span {
    width: 470px;
    height: 315px;
    background: none;
    box-shadow: none;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 1.5em;
  }
}

@media all and (max-width: 767px) {
  .ep_pic {
    margin: 3vw auto;
    width: 90%;
    box-shadow: none;
    background-color: unset;
  }

  .ep_pic span {
    padding-top: 66%;
  }
}

/*	stream bg padding
============================== */
.t_stream aside {
  padding: 2em 0;
}

/*	bn
============================== */
@media all and (min-width: 768px) {
  li.unext {}

  li.goods {
    padding: 0;
  }
}

/*	hr
============================== */
.bg_white hr {
  border-bottom: 2px solid #335c6f;
  border-top: 7px solid hsla(0, 0%, 100%, 0.0);
  margin: 0;
}

/*	white_sns
============================== */
#whitesns_sp {}

#whitesns_sp dl {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-evenly;
}

#whitesns_sp dt {
  flex-basis: 36%;
  padding: 0;
  color: #faffa7;
  font-size: 240%;
}

.Official_SNS {
  font-size: 63.778px;
  font-family: "century-gothic", sans-serif;
  color: rgb(32, 43, 102);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 5px 0px rgba(255, 255, 255, 0.004);
  -moz-transform: matrix(0.94076963598968, 0, 0, 0.94076963598968, 0, 0);
  -webkit-transform: matrix(0.94076963598968, 0, 0, 0.94076963598968, 0, 0);
  -ms-transform: matrix(0.94076963598968, 0, 0, 0.94076963598968, 0, 0);
  position: absolute;
  left: 726.627px;
  top: 3195.733px;
  z-index: 180;
}

#whitesns_sp dd.kome {
  width: 100%;
  flex-basis: 41%;
  font-size: 18px !important;
  color: #faffa7;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  #whitesns_sp dt {
    font-size: 4.4vw;
    font-weight: bold;
    text-align: center;
    flex-basis: 26%;
    margin-left: 0vw;
  }

  #whitesns_sp dd {
    width: 100%;
    flex-basis: 37%;
    z-index: 99;
  }

  #whitesns_sp dd.kome {
    width: 80%;
    flex-basis: 28%;
    font-size: 2.2vw !important;
    /* margin-top: 3vw; */
  }

  #whitesns_sp dd ul li a {
    padding: 0.5em !important;
  }
}

;
text-shadow: 2px 2px 0px rgba(255, 255, 255, 1);
}

#whitesns_sp dd {
  flex-basis: 25%;
}

#whitesns_sp dt #whitesns_title {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 11%;
  padding-top: -webkit-calc(22 / 200 * 100%);
  padding-top: calc(22 / 200 * 100%);
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

#whitesns_sp dd ul {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
}

#whitesns_sp dd ul li {
  margin: 0.5em;
}

#whitesns_sp dd ul li a {
  display: block;
}

#whitesns_sp dd ul li a {
  display: block;
  background-color: #fff;
  padding: 1.2em;
  border-radius: 100%;
}

#whitesns_sp dd ul li a .sns_icon {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

#whitesns_sp dd ul li a:hover .sns_icon {
  opacity: .75;
}

.ws_t {
  display: none;
}

@media all and (min-width: 768px) {
  #whitesns_sp dd ul li a .snsicos {
    width: 35px;
    margin: 0;
    display: block;
  }

  #whitesns_sp dl {
    max-width: 1080px;
    margin: 0 auto;
  }

  #whitesns_sp {
    padding: 2em 0px;
  }

  #whitesns_sp dt {
    letter-spacing: 0.05em;
  }

  #whitesns_sp dd {
    flex-basis: 49%;
  }

  #whitesns_sp dd ul li a:before, #whitesns_sp dd ul li a:after {
    content: "";
    content: none;
    display: table;
  }

  #whitesns_sp dd ul li a:after {
    clear: both;
  }

  #whitesns_sp dd ul li a::after {
    content: "";
    display: block;
    clear: both;
  }

  #whitesns_sp dd ul li a .sns_icon {
    width: 100%;
    padding-top: 33.774834437086093%;
    padding-top: -webkit-calc(102 / 302 * 100%);
    padding-top: calc(100 / 100 * 100%);
  }

  #whitesns_sp dd ul li:hover {
    opacity: .75;
  }
}

@media all and (max-width: 767px) {
  #whitesns_sp dd ul li a .snsicos {
    width: 90%;
  }

  #whitesns_sp {
    width: 100%;
    margin: 0 auto;
  }

  #whitesns_sp dl {
    padding: 1em 0;
    flex-wrap: wrap;
  }

  #whitesns_sp dd ul li {
    flex-basis: 76%;
    margin: 0 0.9vw;
  }
}

/*	animate
============================== */
.animate__wobble {
  --animate-duration: 4s;
}

/*	header_banner
============================== */
@media all and (min-width: 768px) {
  .snsouter {
    width: 800px;
    margin: 0 auto;
  }

  .header_banner {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 2em 0;
  }

  .header_banner .bn_l li {
    margin: 0;
  }
}

@media all and (max-width: 767px) {
  .header_banner {
    padding: 0;
  }
}

/*	t_topics
============================== */
a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
}

a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #000;
  box-shadow: -4px -4px 0 #000;
}

.bg_shape_2 {
  position: relative;
  z-index: 0;
  background-blend-mode: lighten;
  background-repeat: no-repeat;
}

@media all and (max-width: 767px) {
  .bg_shape_2 {
    position: relative;
    z-index: 0;
    background-position: center;
    background-size: 175%;
    background-repeat: no-repeat;
  }
}

/*	YouTube
============================== */
div.mov-inner {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  background-color: #000;
}

div.mov-inner iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {}

@media all and (max-width: 767px) {}

/*	.unit
============================== */
.unit {
  text-align: left;
}

.unit>header {
  text-align: center;
}

.unit>header h2 {
  line-height: 1.5;
  margin-bottom: 1em;
}

.unit div.mov-cover {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.unit div.mov-cover div.mov-outer {
  width: calc((100% - 10px)/2);
}

.unit ul.txt {
  margin-bottom: 2em;
}

.unit ul.txt li:not(:last-child) {
  margin-bottom: 0.5em;
}

.unit ul.txt li a {
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  background-color: #ffea00;
  padding: 0.5em 0.75em;
  line-height: 1.5;
}

.unit ul.txt li a:hover {
  background-color: #fc0;
}

.unit ul.btn {
  display: flex;
  justify-content: center;
}

.unit ul.btn li {
  width: calc((100% - 6px*2)/3);
}

.unit ul.btn li:not(:last-child) {
  margin-right: 6px;
}

.unit ul.btn li a,
.unit ul.btn li a span,
.unit ul.btn li a img {
  display: block;
}

.unit ul.btn li a:hover {
  opacity: 0.7;
}

.unit ul.btn li a span {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
}

.unit ul.btn li a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media all and (min-width: 768px) {
  .unit {
    max-width: 840px;
    margin: 0 auto 10px;
  }
}

@media all and (max-width: 767px) {
  .unit {}
}

/*	.tbs-free
============================== */
div.tbs-free {
  font-weight: 900;
  background-color: hsl(0deg 0% 100% / 70%);
  color: #0a0a0a;
  border-bottom: #fff solid 4px;
  border-top: #fff solid 4px;
}

.onair div.tbs-free {
  background-color: #0050ff;
}

.onair div.tbs-free aside>a>div {
  padding: 0 10px 15px;
}

div.tbs-free div.tbs-free-embed {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

div.tbs-free div.tbs-free-embed iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

div.tbs-free figure {
  align-item: center;
  position: relative;
  height: 0;
  padding-top: 56.25%;
  background-size: cover;
}

div.tbs-free figure img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 68px 48px;
}

div.tbs-free figure figcaption {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  color: #fff;
  background-color: #0050ff;
  font-size: 83%;
  line-height: 1.5;
  padding: 1em 2em;
  padding-left: 3.5em;
  border-radius: 6px;
  transform: translateX(-50%) translateY(-50%);
}

div.tbs-free figure figcaption:before {
  content: '';
  display: inline-block;
  border-style: solid;
  border-width: 8px 0 8px 8px;
  border-color: transparent transparent transparent #fff;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: -1.5em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

div.tbs-free aside {
  padding: 2em 0;
  letter-spacing: 0;
}

div.tbs-free aside a {
  text-decoration: none;
}

div.tbs-free aside a p {
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0.75em;
  font-size: 180%;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #003b5e;
  letter-spacing: 0.05em;
}

@media all and (max-width: 767px) {
  div.tbs-free aside a p {
    font-size: 100%;
  }
}

div.tbs-free aside a p:before,
div.tbs-free aside a p:after {
  content: "";
}

div.tbs-free aside a dl {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-1.5%);
  color: #003b5e;
}

div.tbs-free aside a dl dt {
  width: 20%;
}

div.tbs-free aside a dl dt span {
  display: block;
}

div.tbs-free aside a dl dt {
  background-color: #0050ff;
  border-radius: 16px;
  margin-right: 15px;
  overflow: hidden;
}

.onair div.tbs-free aside a dl dt {
  background-color: #fff;
}

.onair div.tbs-free aside a dl dt>span {
  position: relative;
  height: 0;
  padding-top: -webkit-calc(140 / 480 * 100%);
  padding-top: calc(140 / 480 * 100%);
  background-size: 300% 300%;
  background-image: url(../img/bnr_stream.png);
  background-position: center top;
  background-color: #fff;
}

.presite div.tbs-free aside a dl dt>span {
  position: relative;
  height: 0;
  padding-top: -webkit-calc(140 / 480 * 100%);
  padding-top: calc(140 / 480 * 100%);
  background-size: 300% 300%;
  background-position: center top;
  background-color: #fff;
  -webkit-mask-image: url(../img/bnr_stream.png);
  mask-image: url(../img/bnr_stream.png);
  -webkit-mask-size: 300% 300%;
  mask-size: 300% 300%;
  -webkit-mask-position: center top;
  mask-position: center top;
}

div.tbs-free aside a dl dt>span span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
}

div.tbs-free aside a dl dd {
  font-size: 315%;
  font-weight: 700;
  margin-left: 5px;
}

.onair div.tbs-free aside a dl dd {
  font-size: 125%;
  line-height: 1.25;
  color: #fff;
}

@media all and (max-width: 767px) {
  div.tbs-free aside a dl dt {
    width: 45%;
    margin-left: -4vw;
  }

  div.tbs-free aside a dl dd {
    font-size: 150%;
    font-weight: 700;
    margin: 0;
  }

  div.tbs-free aside {
    padding: 1em 0;
  }
}

/*	teaser visual
============================== */
@media all and (min-width: 768px) {
  .teaservisual {
    padding: 5em 0;
    position: relative;
  }

  .v,
  .v span,
  .v span img {
    z-index: 2;
    position: relative;
    background-size: cover;
    width: 1080px;
    height: 720px;
    margin: 0 auto;
  }
}

@media all and (max-width: 767px) {
  .teaservisual {
    padding: 1em;
    position: relative;
    z-index: 1;
  }

  .v span {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-indent: 110%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    height: 0;
    padding-top: calc((687 / 980)*100%);
    position: relative;
    z-index: 2;
  }

  .v span img {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	.bnr
============================== */
div.bnr {
  text-align: left;
  background-color: hsl(203.51deg 43.02% 33.73%);
  background-image: url(../img/bg_dblue.jpg);
  background-size: 200%;
  border-top: solid #fff 4px;
  border-bottom: solid #fff 4px;
}

div.bnr aside ul li a, div.bnr aside ul li a span {
  display: block;
}

div.bnr aside ul li a {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  height: 0;
  padding-top: -webkit-calc(240 / 800 * 100%);
  padding-top: calc(240 / 800 * 100%);
}

div.bnr aside ul li a span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: 110%;
  white-space: nowrap;
  overflow: hidden;
  background-size: cover;
}

div.bnr aside ul li a.lazy-done {
  -webkit-animation: fadeIn 800ms;
  animation: fadeIn 800ms;
  box-shadow: 2px 4px 10px hsla(0, 0%, 0%, .1);
}

@media all and (min-width: 768px) {
  div.bnr {
    padding: 50px 0;
  }

  div.bnr aside {
    max-width: 1080px;
    margin: 0 auto;
  }

  div.bnr aside ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
  }

  div.bnr aside ul li {
    width: calc((100% - 30px)/2);
  }

  div.bnr aside ul li:nth-child(odd) {}
}

@media all and (max-width: 767px) {
  div.bnr {
    padding: 20px 0;
  }

  div.bnr aside ul {
    width: 82%;
    margin: 0 auto;
  }

  div.bnr aside ul li:not(:last-child) {
    margin-bottom: 20px;
  }
}

/*	.tweet
============================== */
aside.tweet {
  padding: 30px 30px 20px;
  color: #fff;
  font-weight: 900;
  background-color: hsl(0deg 0% 100% / 70%);
  color: #0a0a0a;
  border-bottom: #fff solid 4px;
  border-top: #fff solid 4px;
}

aside.tweet p {
  text-align: center;
  font-size: 100%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
  color: #4593ba;
}

aside.tweet .hashtag {
  text-decoration: underline;
  color: #013b5e;
}

.tweet .btn a {
  font-size: 100%;
}

@media all and (min-width: 768px) {
aside.tweet p {
  font-size: 140%;
}
  .tweet .btn {
    width: fit-content;
max-width: 500px;
    border-radius: 500px;
    position: relative;
    font-weight: bold;
    font-size: 24px;
  }

  .tweet .btn a {
    font-size: 22px;
    padding: 0.5em 1.5em;
    background-color: #124f75;
    color: #4593ba;
    color: #fff;
  }
}

@media all and (max-width: 767px) {
  .tweet .btn {
    width: 70%;
    margin: 0 auto 2vw;
    background-color: #124f75;
    border-radius: 50vw;
    position: relative;
    text-align: center;
    padding: 0.6em 0.2em;
    font-weight: 500;
  }

  .tweet .btn a {
    top: 50%;
    left: 50%;
    color: #fff;
    font-size: 4vw;
    background: none;
  }
}

/*	h2
============================== */
h2 {
  font-weight: 900;
}

/*	bn_top
============================== */
@media all and (min-width: 768px) {
  .bn_top li a span {}
}

@media all and (max-width: 767px) {
  .bn_top li.td {}
}

/*	btn
============================== */
.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap {
  margin: 0 auto;
}

a.btn-c {
  font-size: 2rem;
  padding: 0.7rem 4rem 0.5rem 4rem;
  transform: skew(-15deg);
  color: #003b5e;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  background-image: -moz-linear-gradient(0deg, rgb(250, 255, 167) 0%, rgb(253, 255, 211) 60%, rgb(255, 255, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(250, 255, 167) 0%, rgb(253, 255, 211) 60%, rgb(255, 255, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(250, 255, 167) 0%, rgb(253, 255, 211) 60%, rgb(255, 255, 255) 100%);
  opacity: 0.902;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  position: absolute;
  top: 46%;
  right: 0;
  width: 3rem;
  height: 1px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #003b5e;
}

a.btn-c:after {
  position: absolute;
  top: 55%;
  right: 1rem;
  width: 2rem;
  height: 1px;
  content: "";
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: #003b5e;
}

a.btn-c:hover {
  -webkit-transform: skew(0);
  transform: skew(0);
  color: #4593ba;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

a.btn-c:hover:before {
  right: -1.5rem;
  background: #4593ba;
}

a.btn-c:hover:after {
  right: -1rem;
  background: #4593ba;
}

@media all and (max-width: 767px) {

  .btn,
  a.btn,
  button.btn {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
  }

  .btn-wrap {
    margin: 0 auto;
  }

  a.btn-c {
    font-size: 1.3rem;
    padding: 0.4rem 4rem 0.4rem 2rem;
    transform: skew(-15deg);
    color: #003b5e;
    border-radius: 0;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    background-image: -moz-linear-gradient(0deg, rgb(250, 255, 167) 0%, rgb(253, 255, 211) 60%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(250, 255, 167) 0%, rgb(253, 255, 211) 60%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(250, 255, 167) 0%, rgb(253, 255, 211) 60%, rgb(255, 255, 255) 100%);
    opacity: 0.902;
  }

  a.btn-c i.fa {
    margin-right: 1rem;
  }

  a.btn-c:before {
    position: absolute;
    top: 46%;
    right: 0;
    width: 3rem;
    height: 1px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #003b5e;
  }

  a.btn-c:after {
    position: absolute;
    top: 55%;
    right: 1rem;
    width: 2rem;
    height: 1px;
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background: #003b5e;
  }

  a.btn-c:hover {
    -webkit-transform: skew(0);
    transform: skew(0);
    color: #4593ba;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }

  a.btn-c:hover:before {
    right: -1.5rem;
    background: #4593ba;
  }

  a.btn-c:hover:after {
    right: -1rem;
    background: #4593ba;
  }
}

/*	section-heading-left
============================== */
.section-heading-left {
  position: relative;
  margin-bottom: 0;
}

.section-heading-left h2 {
  position: relative;
  font-size: 56px;
  font-weight: bold;
  color: white;
  display: inline-block;
  z-index: 1;
}

.section-heading-left h2 span {
  font-size: 18px;
  font-weight: bold;
  margin-left: -3px;
  margin-top: 0.5em;
}

.section-heading-left .headline-bar {
  /* position: absolute; */
  bottom: 0px;
  left: 0;
  display: flex;
  align-items: center;
  height: 8px;
  z-index: 2;
}

.section-heading-left .headline-bar .bar {
  height: 8px;
  display: block;
}

.section-heading-left .headline-bar .white {
  width: 180px;
  background: white;
  margin-right: 0px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.section-heading-left .headline-bar .yellow {
  width: 180px;
  background: #f1f98a;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.section-heading-left .angle-line {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 2000px;
  height: 8px;
  background: white;
  transform: rotate(135deg);
  transform-origin: top left;
  z-index: 0;
}

/*	section-heading-right
============================== */
.section-heading-right-outer {
  position: relative;
  margin-bottom: 0;
  height: 29px;
  margin-bottom: 2em;
}

.section-heading-right {
  position: absolute;
  right: 0;
}

.section-heading-right h2 {
  position: relative;
  font-size: 56px;
  font-weight: bold;
  color: white;
  display: inline-block;
  z-index: 1;
}

.section-heading-right h2 span {
  font-size: 18px;
  font-weight: bold;
  margin-top: 1em;
}

.section-heading-right .headline-bar {
  /* position: absolute; */
  bottom: 0px;
  left: 0;
  display: flex;
  align-items: center;
  height: 8px;
  z-index: 2;
  justify-content: flex-end;
}

.section-heading-right .headline-bar .bar {
  height: 8px;
  display: block;
}

.section-heading-right .headline-bar .white {
  width: 180px;
  background: #ffe7ec;
  margin-right: 0px;
  clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
}

.section-heading-right .headline-bar .yellow {
  width: 180px;
  background: #fff;
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
}

.section-heading-right .angle-line {
  position: absolute;
  bottom: 2px;
  left: 100%;
  width: 2000px;
  height: 8px;
  background: white;
  transform: rotate(45deg);
  transform-origin: top left;
  z-index: 0;
}

@media all and (max-width: 767px) {

  /*	section-heading-left
  ============================== */
  .section-heading-left {
    position: relative;
    margin-bottom: 0;
  }

  .section-heading-left h2 {
    position: relative;
    font-size: 8vw;
    font-weight: bold;
    color: white;
    display: inline-block;
    z-index: 1;
    margin-left: 7vw;
    margin-top: 0.5em;
  }

  .section-heading-left h2 span {
    font-size: 3vw;
    font-weight: bold;
    margin-left: -3px;
    margin-top: 0.5em;
  }

  .section-heading-left .headline-bar {
    /* position: absolute; */
    bottom: 0px;
    left: 0;
    display: flex;
    align-items: center;
    height: 8px;
    z-index: 2;
  }

  .section-heading-left .headline-bar .bar {
    height: 8px;
    display: block;
  }

  .section-heading-left .headline-bar .white {
    width: 80px;
    background: white;
    margin-right: 0px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }

  .section-heading-left .headline-bar .yellow {
    width: 80px;
    background: #f1f98a;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .section-heading-left .angle-line {
    position: absolute;
    bottom: -3px;
    left: 7vw;
    width: 2000px;
    height: 8px;
    background: white;
    transform: rotate(135deg);
    transform-origin: top left;
    z-index: 0;
  }

  /*	section-heading-right
  ============================== */
  .section-heading-right-outer {
    position: relative;
    margin-bottom: 0;
    height: 29px;
    margin-bottom: 2em;
  }

  .section-heading-right {
    position: absolute;
    right: 0;
  }

  .section-heading-right h2 {
    position: relative;
    font-size: 8vw;
    font-weight: bold;
    color: white;
    display: inline-block;
    z-index: 1;
    margin-right: 7vw;
    margin-top: 0.5em;
  }

  .section-heading-right h2 span {
    font-size: 3vw;
    font-weight: bold;
    margin-left: -3px;
    margin-top: 0.5em;
  }

  .section-heading-right .headline-bar {
    /* position: absolute; */
    bottom: 0px;
    left: 0;
    display: flex;
    align-items: center;
    height: 8px;
    z-index: 2;
    justify-content: flex-end;
  }

  .section-heading-right .headline-bar .bar {
    height: 8px;
    display: block;
  }

  .section-heading-right .headline-bar .white {
    width: 80px;
    background: #ffe7ec;
    margin-right: 0px;
    clip-path: polygon(0 0, 100% 0, 90% 100%, 0 100%);
  }

  .section-heading-right .headline-bar .yellow {
    width: 80px;
    background: #fff;
    clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  }

  .section-heading-right .angle-line {
    position: absolute;
    bottom: 2px;
    left: 100%;
    right: 0;
    width: 2000px;
    height: 8px;
    background: white;
    transform: rotate(45deg);
    transform-origin: top  left;
    z-index: 0;
    margin-left: -7vw;
  }
}


.nt_txt { font-size: 0; width: 0; height: 0; overflow: hidden; opacity: 0;}

/*div.mov-inner img*/
div.mov-inner { background-repeat: no-repeat; background-size: contain;}

/*poster*/
#poster_sp { width: 100%; height: 0; padding-top: calc((1983 / 2800)*100%); background-repeat: no-repeat; background-size: contain; position: relative;}

/*shisha_bn*/
#ss_bn_sp { width: 90%; max-width: 600px; margin: 1em auto; border: 2px solid rgba(255, 255, 255, 1); background-color: rgba(5, 47, 75, .5); box-shadow: 2px 2px 4px rgba(0, 0, 0, .2);}
#ss_bn_sp a { display: block; width: 100%; height: 0; padding-top: 30%; background-repeat: no-repeat; background-size: contain;}
#ss_bn_sp a:hover { opacity: .8;}

/*dvd*/
#dvdsale { width: 100%; text-align: center; font-size: 116%; letter-spacing: .1em; font-weight: 700; padding: 1em 0;}
/*for_W480-*/
@media all and (min-width: 480px) { 
#dvdsale { font-size: 120%;}
}
/*for_W640-*/
@media all and (min-width: 640px) { 
#dvdsale { font-size: 180%;}
}
/*for_W768-*/
@media all and (min-width: 768px) { 
#dvdsale { font-size: 200%;}
}
/*for_W1000-*/
@media all and (min-width: 1000px) { 
#dvdsale { font-size: 220%; padding: .75em 0;}
}
/*for_W1200-*/
@media all and (min-width: 1200px) { 
#dvdsale { font-size: 260%;}
}
/*for_W1400-*/
@media all and (min-width: 1400px) { 
#dvdsale { font-size: 300%;}
}
