@import url("stream.css");
@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;
  }
}
/*	header
============================== */
header.header {
  background-color: #bee8dd;
  background-image: -moz-linear-gradient(-3deg, rgb(151, 222, 218) 0%, rgb(229, 242, 223) 100%);
  background-image: -webkit-linear-gradient(-3deg, rgb(151, 222, 218) 0%, rgb(229, 242, 223) 100%);
  background-image: -ms-linear-gradient(-3deg, rgb(151, 222, 218) 0%, rgb(229, 242, 223) 100%);
}
/*	footer
============================== */
footer {
  background-color: #bee8dd;
  background-image: -moz-linear-gradient(-3deg, rgb(151, 222, 218) 0%, rgb(229, 242, 223) 100%);
  background-image: -webkit-linear-gradient(-3deg, rgb(151, 222, 218) 0%, rgb(229, 242, 223) 100%);
  background-image: -ms-linear-gradient(-3deg, rgb(151, 222, 218) 0%, rgb(229, 242, 223) 100%);
}
.txtarea {
  line-height: 1.5;
}
/*	poster slide
============================== */
@media all and (min-width: 768px) {
  .poster_slide {
    width: 1080px;
    margin: 0 auto;
  }

  .poster_slide {
    width: 1080px ! important;
    /* margin: 0 auto 2em; */
  }

  .btn {
    width: 540px;
    z-index: 1;
    position: relative;
  }
}

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  padding: 0;
  z-index: 1;
}

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  left: 0;
  top: 0;
}

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}

.rslides span {
  display: block;
  height: 480px;
}

.rslides span,
.rslides span img {
  display: block;
  float: left;
  border: 0;
}

.rslides span {
  width: 980px;
  height: 693px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

.rslides,
.rslides li,
.rslides span,
.rslides span img {
  width: 100%;
}

.rslides 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%);
}

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

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

  .rslides,
  .rslides li,
  .rslides span,
  .rslides span img {
    width: 100%;
  }

  .rslides 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%);
  }

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

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

.t_story {
  position: relative;
  background-image: -moz-linear-gradient( -66deg, rgb(240,204,255) 41%, rgb(240,216,250) 80%, rgb(240,227,245) 99%);
  background-image: -webkit-linear-gradient( -66deg, rgb(240,204,255) 41%, rgb(240,216,250) 80%, rgb(240,227,245) 99%);
  background-image: -ms-linear-gradient( -66deg, rgb(240,204,255) 41%, rgb(240,216,250) 80%, rgb(240,227,245) 99%);
}

.t_story .wrap {
  position: relative;
}
.t_story_inner {
  background-image: url(../img/bg_number.png);
  background-size: 130%;
  background-position: center;
}

@media all and (min-width: 768px) {
  .t_story .btn {
    width: 45%;
    margin: 2em auto 0;
    width: 400px;
    height: 75px;
    background-color: #b689d7;
    border-radius: 37.5px;
    position: relative;
  }

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

  .t_story .wrap {
    padding: 4em 90px;
  }

  .t_story h2 {
    font-size: 75px;
    margin-bottom: 40px;
    float: left;
    color: #9d68c8;
  }

  .t_story .txt {
    width: 650px;
    letter-spacing: 0.05em;
    box-sizing: border-box;
    color: #221715;
    line-height: 2;
    padding-top: 2em;
    float: right;
    margin: 40px 40px 0 0;
  }

  .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: 260%;
    background-position: center -240px;
    padding: 4vw;
  }

  .t_story .btn {
    width: 60%;
    margin: 0 auto 2vw;
    background-color: #b689d7;
    border-radius: 6vw;
    position: relative;
    text-align: center;
    padding: 0.2em;
  }

  .t_story .btn a {
    top: 50%;
    left: 50%;
    /* transform: translate(-50%, -50%); */
    color: #fff;
    font-size: 5vw;
    background: none;
  }

  .t_story {
    background-size: 310%;
    background-position: right top;
    padding: 0;
  }

  .t_story .ellipsis_topstory {
    letter-spacing: 0.3vw;
    text-align: left;
    height: fit-content;
    margin-bottom: 3vw;
    color: #221715;
    word-break: break-all;
  }

  .t_story h2 {
    font-size: 10vw;
    0 4vw 3vw
    CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    /* margin: 4vw 0vw 0vw 4vw; */
    color: #9d68c8;
  }


  .t_story .wrap {
    width: 100%;
    display: inline-block;
    margin: 0 auto 0em;
  }

  .t_story .txt {
    margin: 6vw 0 0 4vw;
    font-size: 3.5vw;
    line-height: 1.5em;
    width: 70vw;
    display: inline-block;
  }
}

/*	.t_topics
============================== */
.t_topics {
  position: relative;
  z-index: 0;
  background-color: #c9e9f3;
  padding: 3em 3em 6em;
  background-image: url(../img/bg_mirror.png);
  background-position: center -120px;
  background-size: 70%;
  background-repeat: no-repeat;
}

.t_topics h2 span {
  height: 100%;
  font-size: 75px;
}

.t_topics h2 {letter-spacing: 0.03em;color: #1fb8ad;}

@media all and (min-width: 768px) {
  .t_topics h2 {
  font-size: 75px;
  margin-bottom: -22px;
  }
}

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

  .t_topics {
    padding: 0 0 0em;
    background-position: -62vw -8vw;
    background-size: 190%;
    z-index: 1;
    padding: 4vw 4vw 15vw;
  }
}
/*	.t_playlist
============================== */
.t_playlist {
  position: relative;
  z-index: 0;
  background-color: #c9e9f3;
  padding: 3em 3em 0.1em;
  background-image: url(../img/bg_mirror.png);
  background-position: center -120px;
  background-size: 70%;
  background-repeat: no-repeat;
}

.t_playlist h2 span {
  height: 100%;
  font-size: 75px;
}

.t_playlist h2 {letter-spacing: 0.03em;color: #9d68c8;}

@media all and (min-width: 768px) {
  .t_playlist h2 {
  font-size: 75px;
  margin-bottom: 10px;
  }
}

@media all and (max-width: 767px) {
  .t_playlist h2 {
  font-size: 10vw;
  margin-bottom: 2vw;
  }

  .t_playlist {
    padding: 0 0 0em;
    background-position: -62vw -8vw;
    background-size: 190%;
    z-index: 1;
    padding: 4vw 4vw 0.1vw;
    margin-bottom: -4vw;
  }
}

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

.t_wnew {
  position: relative;
  background-color: #f2fcff;
  background-image: url(../img/bg_tile.jpg);
}

.t_wnew h2 {
  color: #9d68c8;
  -webkit-text-fill-color: #ffffff00; /* ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
  -webkit-text-stroke: 2px #9d68c8;
}

.t_wnew .inner {
  margin: 0 auto;
}
.wave {
  background-image: url(../img/bg_wave.png);
}
@media all and (min-width: 768px) {
  .wave {
    background-image: url(../img/bg_wave.png);
    height: 267px;
    background-position: center;
    background-size: 4290px 267px;
  }

  .t_wnew {
    background-size: contain;
    padding-bottom: 5em;
  }

  .t_wnew h2 {
    margin-bottom: 50px;
    font-size: 75px;
    text-align: center;
  }

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

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

  .t_wnew {
    background-size: 200px;
    background-size: 130vw;
  }

  .t_wnew .wrap {
    padding: 0.3em 1em 2em;
  }

  .t_wnew h2 {
  text-align: center;
  color: #9d68c8;
  -webkit-text-fill-color: #ffffff00; /* ÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼Ãƒâ€¹Ã¢â‚¬Â ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¥Ãƒâ€šÃ‚ÂºÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚Â«ÃƒÆ’Ã‚Â©ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Å“Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¿ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂªÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â¯Ãƒâ€šÃ‚Â¼ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°ÃƒÆ’Ã‚Â¨ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â°Ãƒâ€šÃ‚Â²ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€¦Ã‚Â ÃƒÆ’Ã‚Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂºÃƒâ€šÃ‚Â¸ÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒâ€šÃ‚ÂÃƒÆ’Ã‚Â£Ãƒâ€šÃ‚ÂÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â£ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¹ */
  -webkit-text-stroke: 1.5px #9d68c8;
  margin-bottom: 1.5em;
  }
}

/*	.t_stream
============================== */
.t_stream {
  position: relative;
  background-color: #de7cad;
  background-image: url(../img/bg_pink.png);
}

.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: hsl(0deg 0% 100%);
  font-size: 80%;
}

.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.5em auto 0;
  color: #fff;
  text-align: center;
  font-size: 100%;
}

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.paravi {
  background-image: url(/um/img/paravi.svg);
}

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

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

  .t_stream h2 {
    margin: 0 auto 20px;
    font-size: 75px;
    color: #fff;
  }

  .t_stream .caution {
    margin: -3.5em -2em 2em;
    padding: 0 2em;
  }

  .box_realtime {
    width: 207px;
  }

  .box_tver {
    width: 385px;
  }

  .box_paravi {
    width: 195px;
  }

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

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

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

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

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

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

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

  .t_stream h2 {
  padding: 4vw 0vw 0vw 4vw;
  color: #fff;
  }

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

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

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

  .box_paravi {
    width: 100%;
  }

  .t_stream .inner {
    padding: 2em;
  }

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

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

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

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

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

  a.paravi {
    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 {
  }

  .t_stream h2 span, .t_topics h2 span,.t_playlist h2 span, .t_wnew h2 span, .footer h2 span, .chara h2 span {
  font-size: 10vw;
  }
}

/*	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;
}

/*	bn_l
============================== */
.bn_s {
  background-color: beige;
  background-size: 7%;
}

.bn_l ul,
.bn_s ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bn_l li a span,
.bn_s li a span {
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.bn_l,
.bn_s {background-color: #f1c7dc;}

@media all and (min-width: 768px) {
  .bn_l .inner {
    padding: 1em 1em 0;
  }

  .bn_l_top {
    padding: 30px 0 !important;
  }

  .bn_l,
  .bn_s {
    padding: 3em 0 2em;
  }

  .bn_l ul,
  .bn_s ul {
    justify-content: space-around;
    padding: 0px;
    display: flex;
  }

  .bn_l li {
    margin-bottom: 2em;
  }

  .bn_l li a span {
    width: 500px;
    height: 150px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_s li a span {
    width: 306px;
    height: 120px;
    margin: 0 10px 20px;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_l li a span img,
  .bn_s li a span img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .bn_l .inner {
    padding: 2em 2em 1em;
  }

  .bn_l_top ul {
    padding: 9vw 4vw 4vw;
  }

  .bn_l_top ul li {
    margin: 0px 0 0;
  }

  .bn_l ul.goods {
    margin-bottom: -4vw;
  }

  .bn_l ul {}

  .bn_s ul {
    padding: 1.5%;
  }

  .bn_l li a,
  .bn_s li a {
    display: block;
    width: 100%;
    height: 100%;
  }

  .bn_l li,
  .bn_s li {
    width: 100%;
    display: block;
    position: relative;
    height: 0;
    margin: 0;
    border-radius: 1vw;
    margin-bottom: 1em;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  }

  .bn_l li {
    padding-top: calc(150 / 500*100%);
  }

  .bn_s li {
    padding-top: 38.215686%;
  }

  .bn_l li a,
  .bn_s li a {
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
  }
}

/*	bn_special
============================== */
.bn_special {
  position: relative;
  background-color: #fff;
}

.bn_special ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bn_special li a span {
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.bn_special li a span {
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  background-color: #f1a2b1;
}

@media all and (min-width: 768px) {
  .bn_special {
    padding: 30px 0;
  }

  .bn_special ul {
    justify-content: space-around;
    padding: 0;
    display: flex;
  }

  .bn_special li a span {
    width: 500px;
    height: 80px;
    border: solid 3px rgb(255 255 255 / 50%);
    border-radius: 21px;
  }

  .bn_special li a span img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .bn_special ul {
    padding: 4vw;
  }

  .bn_special li {
    width: 100%;
    display: block;
    position: relative;
    height: 0;
    margin: 0;
    border-radius: 1vw;
    margin-bottom: 4vw;
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
    padding-top: calc((240 / 1500)*100%);
    border-radius: 1em;
  }

  .bn_special li a {
    display: block;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    border-radius: 1em;
  }

  .bn_special li a span {
    border: solid 3px rgb(255 255 255 / 50%);
    border-radius: 1em;
    width: auto;
  }
}

/*	bn_collection
============================== */
.bn_collection {
  position: relative;
  background: none;
}

.bn_collection ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.bn_collection li {
  margin: 0;
}

.bn_collection li a span {
  background-size: 100%;
  width: 100%;
  height: 100%;
}

.bn_collection li a span {
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  background-color: #ffffff;
}

@media all and (min-width: 768px) {
  .bn_collection {
    padding: 0 0 40px;
  }

  .bn_collection ul {
    justify-content: center;
    padding: 0;
    display: flex;
  }

  .bn_collection li a span {
    width: 640px;
    height: 100px;
  }

  .bn_collection li a span img {
    width: 100%;
    height: 100%;
    display: block;
  }
}

@media all and (max-width: 767px) {
  .bn_collection ul {
    padding: 4vw;
    width: 100%;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .bn_collection li {
    display: block;
    position: relative;
    /* margin: 0; */
    box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
    padding-top: calc((50 / 320)*100%);
  }

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

  .bn_collection li a span {
    width: 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 {
  content: "";
  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: 800px;
    height: 450px;
    z-index: 100;
  }
}

@media all and (max-width: 767px) {
  .trailer_outer {
    /* margin: 1vw 3vw; */
  }

  .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.paravi {}

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

/*	bn_top
============================== */
.bn_top li {
  width: 480px;
}

.bn_top li a span {
  display: block;
  position: relative;
  height: 0;
  box-shadow: 2px 2px 6px 0px rgb(0 0 0 / 10%);
  padding-top: calc((59 / 480)*100%);
  background-size: cover;
  background-repeat: no-repeat;
}

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

.bn_top .wrap {
  display: flex;
  justify-content: space-between;
}

@media all and (min-width: 768px) {
  .bn_top .wrap {
    margin: 0 auto 20px;
    width: 1000px;
  }

  .bn_top li.tver a span {}

  .bn_top li.youtube a span {}
}

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

  .bn_top li.youtube a span {}

  .bn_top li a span {
    padding-top: calc((115 / 480)*100%);
  }

  .bn_top .wrap {
    padding: 1%;
  }

  .bn_top li {
    width: 49.5%;
  }
}

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

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

#whitesns_sp dt {
  flex-basis: 36%;
  padding: 3%;
  color: #ffffff;
  font-size: 270%;
}

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

@media all and (max-width: 767px) {
  #whitesns_sp dt {
    font-size: 5vw;
    font-weight: bold;
    text-align: center;
  }

  #whitesns_sp dd {
    width: 100%;
    flex-basis: 50%;
  }

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

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

;

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

;

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

;

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

;

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

;

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

;

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

;

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

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

#whitesns_sp dd ul li {
  flex-basis: 0;
}

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

#whitesns_sp dd ul li a {
  display: block;
  background-color: hsl(0deg 0% 100% / 10%);
  padding: 1.2em;
  border-radius: 100%;
  border: solid #fff 2px;
}

#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: 45px;
    margin: 0;
    display: block;
  }

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

  #whitesns_sp {
    padding: 2em 0px;
  }

  #whitesns_sp dt {
    flex-basis: 36%;
    padding: 1%;
  }

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

  #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 {
    border-top: solid 0.5vw rgb(255 255 255 / 40%);
  }

  #whitesns_sp dl {
    padding: 1.2em 0;
  }

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

/*	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;
}
