@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

body {
  color: #000;
  height: 100%;
  min-height: -webkit-fill-available;
  width: 100%;
}

/* font setting
  ##################################### */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

/* base
  ##################################### */
body {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #000;
  font-family: "Kaisei HarunoUmi", "Noto Serif JP", serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}

.sp-only {
  display: block;
}

.pc-only {
  display: none;
}

.txt {
  font-family: "Kaisei HarunoUmi", "Noto Serif JP", serif;
}

img {
  height: auto;
  width: 100%;
}

a img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a {
  outline: none;
}

/*#frame{
    position:fixed;
    background-image: url(../img/common/w_frame_left.png),url(../img/common/w_frame_right.png);
    background-position: top left, top right;
    background-repeat: repeat-y,repeat-y;
    background-size: 4.4vw auto;
    box-sizing:border-box;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    pointer-events:none;
  }
  
  #frame::before{
    content: "";
    height: 100vh;
    width: 100vw;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../img/common/w_frame_top.png),url(../img/common/w_frame_bottom.png);
    background-position: top left, bottom left;
    background-repeat: no-repeat, no-repeat;
    background-size: 100vw auto;
  }
  */
#frame {
  background-image: url(../img/common/w_frame_left.png), url(../img/common/w_frame_right.png);
  background-position: top left, top right;
  background-repeat: repeat-y, repeat-y;
  background-size: 5.3vw auto;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

#frame::before {
  background-image: url(../img/common/w_frame_top_left.png), url(../img/common/w_frame_top_right.png), url(../img/common/w_frame_bottom_left.png), url(../img/common/w_frame_bottom_right.png), url(../img/common/w_frame_up.png), url(../img/common/w_frame_bottom_line.png);
  background-position: top left, top right, bottom left, bottom right, top left, bottom left;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x;
  background-size: 9.6vw auto, 9.6vw auto, 9.6vw auto, 9.6vw auto, auto 5.3vw, auto 5.3vw;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#toTop {
  text-align: center;
}

#toTop img {
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 22.6vw;
}

/* --------------------
  
  footerArea
  
  -------------------- */
#footerArea {
  padding-bottom: 17vw;
}

#footerArea .copyright {
  background: url(../img/common/copyright_bg.png) no-repeat top center;
  background-size: 80vw auto;
  bottom: 2vw;
  color: #000;
  font-size: 1rem;
  font-weight: 700;
  left: 0;
  padding-bottom: 3vw;
  padding-top: 2.5vw;
  position: fixed;
  text-align: center;
  width: 100vw;
  z-index: 2;
}

#footerArea .snsBtn {
  /* position: absolute;
    left: 0;
    bottom: 5px;
    margin-left: 8vw;
    overflow: hidden;
    width: 180px;*/
}

#footerArea .snsBtn .snsBtn_ttl {
  color: #000;
  font-size: 1.2rem;
  font-weight: 800;
  line-height: 2;
  text-align: center;
}

#footerArea .snsBtn ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2vw auto 0 auto;
  overflow: hidden;
  width: 33vw;
}

#footerArea .snsBtn ul li {
  display: inline-block;
}

#footerArea .snsBtn ul li:hover {
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#footerArea .snsBtn ul li img {
  height: 8vw;
  width: auto;
}

/*------------------------------------------------------------
  
  TOP
  
  -----------------------------*/
/*VISUAL*/
#visualArea {
  position: relative;
  text-align: center;
}

#logo_title {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  left: 50%;
  position: absolute;
  top: 10vw;
  transform: translateX(-50%);
  width: 70vw;
  z-index: 2;
}

#logo_title img {
  height: auto;
  width: 100%;
}

#visualBox img {
  height: auto;
  vertical-align: middle;
  width: 100%;
}

#visualArea .onair {
  left: 50%;
  position: absolute;
  top: 126.5vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 79.7333vw;
  z-index: 2;
}

#visualArea .catch {
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  -ms-writing-mode: tb-rl;
  color: #000;
  font-family: "Kaisei HarunoUmi", "Noto Serif JP", serif;
  font-size: 5.2vw;
  font-weight: bold;
  left: 7.5vw;
  letter-spacing: 0.3em;
  position: absolute;
  text-align: left;
  text-shadow: 0px 0px 2px #fff;
  text-shadow: 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff, 0 0 10px #ffffff;
  top: 68vw;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  z-index: 2;
}

#visualArea .catch .catch_txt2 {
  margin-top: 1em;
}

.bnr_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6.666666vw auto 0;
}

.bnr_comic {
  width: 26vw;
}

.bnr_comic img {
  height: auto;
  width: 100%;
}

.gameBnr {
  width: 26vw;
}

.gameBnr img {
  height: auto;
  width: 100%;
}

.bnrInterview {
  width: 26vw;
}

.bnrInterview img {
  height: auto;
  width: 100%;
}

/*CONTENTS*/
#index #stage {
  background: url(../img/index/con_bg.png);
}

#index #contentArea {
  padding: 6.666666vw 0 24vw 0;
}

#index .conBoxWrap {
  padding: 0 10.6vw;
}

#index .conBox {
  margin-bottom: 26vw;
  padding: 18vw 0 0 0;
  position: relative;
}

#index .conBox_inner {
  background: #d0dce3;
  border: 4px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 3vw;
  padding: 1.5vw;
  width: 78vw;
}

#index .conBox_line {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5.3vw;
}

#index .conBox_inner::before {
  background: url(../img/index/frame_up.png) no-repeat center top;
  background-position: center top;
  background-size: 78vw auto;
  content: "";
  display: block;
  height: 13vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#index .conBox_ttl {
  margin-bottom: 3vw;
  text-align: center;
}

#index #contentArea .moreBtn {
  background: url(../img/index/frame_bottom.png) no-repeat center top;
  background-position: center top;
  background-size: 100% auto;
  padding-top: 8vw;
  text-align: center;
  width: 100%;
}

#index #contentArea .moreBtn a {
  display: block;
  margin: 0 auto;
  width: 34.6vw;
}

#index #contentArea .moreBtn img:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#index .news_list li {
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 10px;
  position: relative;
}

#index .news_list li::after {
  background: url(../img/common/img_yubi.png) no-repeat right top;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 4.2vw;
  position: absolute;
  right: 0px;
  top: 8%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 7vw;
}

#index .news_list li .date {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 5px;
}

/*MOVIE*/
#movieArea {
  margin-bottom: 20vw;
}

#movieArea li {
  position: relative;
}

#movieArea li .movieBtn {
  bottom: 2vw;
  position: absolute;
  right: 6vw;
  /* -webkit-transform: translate(0, 50%); */
  /* transform: translate(0, -50%); */
  width: 18vw;
}

/*VIDEO*/
#video {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 25vw 0 0 0;
  max-width: 100%;
  padding: 20vw 5.3vw;
  position: relative;
}

#video #playerbox::after {
  background: url(../img/video/deco_top.png) no-repeat center top;
  background-size: 345px auto;
  content: "";
  height: 60px;
  pointer-events: none;
  position: absolute;
  top: -60px;
  width: 100%;
  z-index: 2;
}

#video #playerbox::before {
  background: url(../img/video/movie_over_waku.png) no-repeat center top;
  background-size: 100% auto;
  content: "";
  height: 103%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}

#video #playerbox {
  /* 16:9 */
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  position: relative;
}

#video #player {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#video .moreBtn {
  margin: 0 auto;
  width: 50vw;
}

#playlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 5vw;
}

#playlist li {
  font-size: 1.6rem;
  margin-bottom: 3vw;
  width: 48%;
}

#playlist li a {
  border: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: block;
  font-size: 1.2rem;
  padding: 0 3%;
  text-align: center;
  vertical-align: middle;
  width: 100%;
}

#playlist li a:hover,
#playlist li a.active {
  background: #000;
  color: #fff;
}

#video .ttlArea {
  font-size: 1.8rem;
  margin-bottom: 5vw;
}

/*------------------------------------------------------------
  
  POP UP
  
  -----------------------------*/
#cboxOverlay {
  height: 100vh;
  width: 100vw;
}

#cboxContent {
  padding: 0 !important;
}

#cboxOverlay {
  background: url(../img/index/con_bg.png);
}

#cboxClose {
  background: url(../img/common/close_btn.png) no-repeat;
  background-color: transparent;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0;
  height: 70px;
  left: 50%;
  outline: none;
  position: absolute;
  right: inherit;
  top: 10vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 45px;
}

/*------------------------------------------------------------
  
  NEWS
  
  -----------------------------*/
#news {
  background: url(../img/news/bg.png);
}

#news #contentArea {
  margin: 0 auto;
}

#news #h_logo {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  left: 50%;
  margin: 0 auto;
  position: fixed;
  top: 7vw;
  transform: translate(-50%, 0);
  width: 13.3vw;
  z-index: 3;
}

#news #newsAreaWrap {
  background: #d0dce3;
  margin: 2vw auto 100px auto;
  margin: 22vw 10.6vw 100px;
  padding: 33vw 7.3vw 7.3vw 7.3vw;
  position: relative;
}

#news #newsAreaWrap .conBox_ttl {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  left: 50%;
  margin-bottom: 70px;
  position: absolute;
  text-align: center;
  top: 10vw;
  transform: translate(-50%, 0);
  width: 88vw;
}

#news .newsBoxWrap {
  margin: 0 auto;
}

#news .news_list li {
  border-bottom: 1px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  font-size: 1.4rem;
  line-height: 1.8;
  margin-bottom: 5vw;
  padding-bottom: 5vw;
  position: relative;
}

#news .news_list li::after {
  background: url(../img/common/img_yubi.png) no-repeat right top;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 5vw;
  position: absolute;
  right: 0;
  top: 1vw;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 8vw;
}

/*#news .news_list li:hover::after{
    right: 0px;
  }*/
#news .news_list li .date {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 2vw;
  padding: 0 5px;
}

#news #newsArea ul li a .ttl {
  display: block;
}

#news #newsArea ul li a .date {
  display: inline-block;
}

#news #newsArea ul li a {
  color: #000;
  display: block;
}

#news #newsArea ul time {
  color: #fff;
  line-height: 1;
}

#news #newsAreaWrap.page_detail_list {
  border: 3px solid #000;
  position: relative;
}

#news #newsAreaWrap.page_detail_list::before {
  border: 1px solid #000;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  margin: 5px;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

/*---------
  index pager
  --------*/
/*pager*/
#news .news-pager {
  margin-top: 13vw;
  overflow: hidden;
  padding-top: 13vw;
  text-align: center;
}

#news .news-pager {
  color: #000;
  display: block;
  font-weight: 800;
  position: relative;
}

#news .news-pager .pager-number {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 2rem;
}

#news .prev_next:first-child {
  background: url(../img/news/ar_prev.png) no-repeat 0 center;
  background-size: 100% auto;
  height: 11vw;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 28vw;
}

#news .pager-number .prev {
  background: url(../img/news/ar_prev.png) no-repeat 0 center;
  background-size: 100% auto;
  height: 11vw;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 28vw;
}

#news .prev_next:first-child:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .pager-number .prev:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .prev_next:last-child {
  background: url(../img/news/ar_next.png) no-repeat 0 center;
  background-size: 100% auto;
  height: 11vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 28vw;
}

#news .pager-number .next {
  background: url(../img/news/ar_next.png) no-repeat 0 center;
  background-size: 100% auto;
  height: 11vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 28vw;
}

#news .prev_next:last-child:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .pager-number .next :hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news .news-pager li.prev_next a {
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#news .pager-number .next,
#news .pager-number .prev {
  border-radius: 0;
  display: block;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

#news .prev_next.notactiv {
  display: none;
}

#news #pager .news-pager {
  text-align: center;
  width: 260px;
}

#news .pager-number .current:not(.next):not(.prev) {
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 10px;
  width: 60px;
}

#news .pager-number a {
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  cursor: pointer;
  display: inline-block;
  height: 40px;
  margin: 0;
  padding: 10px;
  width: 60px;
}

#news .pager-number .current:not(.next):not(.prev),
#news .pager-number:hover a:not(.next):not(.prev) {
  background: url(../img/news/page_on.png) no-repeat center center;
  background-size: contain;
}

/*----------------------------
  detail
  -----------------------------*/
#news #newsAreaWrap.page_detail {
  background: url(../img/news/detail_top.png), url(../img/news/detail_middle.png);
  background-position: center top, center top;
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: -5vw auto 50vw auto;
  padding: 50vw 20vw 0vw 20vw;
  position: relative;
  width: 100vw;
  z-index: 1;
}

#news #newsAreaWrap.page_detail::after {
  background: url(../img/news/detail_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
  bottom: -30vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  height: 30vw;
  left: 0;
  position: absolute;
  width: 100vw;
  z-index: 1;
}

#news #newsAreaWrap.page_detail .conBox_ttl {
  top: 24vw;
}

#news .articleBox {
  margin-bottom: 13.3vw;
}

#news .articleBox {
  /* font-size: 1.2rem; */
  xpadding: 12vw 5.3vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 2.4rem;
}

#news .articleBox p {
  line-height: 2.8rem;
}

#news .articleBox a {
  color: #000;
  text-decoration: underline;
}

#news .articleBox .articleTtl {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2, 8rem;
  margin-bottom: 3vw;
  text-align: center;
}

#news .articleBox .ttl_txt {
  border-top: 1px solid #000;
  display: block;
  margin-top: 2px;
  padding: 5vw 0;
}

#news .articleBox .date {
  border-bottom: 2px solid #000;
  border-top: 2px solid #000;
  display: block;
  font-size: 1.2rem;
  line-height: 2.5;
  text-align: center;
}

#news .articleBox img {
  display: block;
  margin-bottom: 5.3vw;
}

#news .articleBox .txt_block_main {
  /* font-size: 1.2rem; */
  line-height: 2rem;
}

#news .articleBox .txt_ttl {
  background: #000;
  color: #fff;
  display: inline-block;
  font-weight: normal;
  margin-bottom: 20px;
  padding: 5px 10px;
}

#news .articleBox .txt_block_main p .st_f_01 {
  font-size: 3rem;
}

#news .articleBox .newslink {
  background: #000;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 3% 20% 3% 8%;
  position: relative;
  text-decoration: none;
}

#news .articleBox .newslink:after {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  background: url(../img/common/img_yubi.png) no-repeat right top;
  background-size: 30px auto;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 30px;
}

#news .articleBox .newslink:hover:after {
  right: 10px;
}

/*--------
  detail pager
  --------*/
#news #pager {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20vw;
  padding-bottom: 20vw;
  position: relative;
  text-align: center;
}

#news #pager .arrow {
  bottom: 0;
  position: absolute;
}

#news #pager .arrow.pager_prev {
  left: 0;
}

#news #pager .arrow.pager_next {
  right: 0;
}

#news #pager .arrow,
#news #pager li {
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
}

#news #pager a {
  color: #000;
  display: block;
  height: 100%;
}

#news #pager .pager_prev {
  background: url(../img/news/ar_prev.png) no-repeat 0 center;
  background-size: 100% auto;
  bottom: 0;
  height: 11vw;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 28vw;
}

#news #pager .back:hover,
#news #pager .pager_prev:hover,
#news #pager .pager_next:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#news #pager .pager_next {
  background: url(../img/news/ar_next.png) no-repeat 0 center;
  background-size: 100% auto;
  bottom: 0;
  height: 11vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 28vw;
}

#news #pager .back {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50vw;
}

#news #pager .back a {
  color: #000;
  display: block;
  font-weight: 800;
  padding: 10px;
}

/*------------------------------------------------------------
  
  CONTENTS PAGE
  
  -----------------------------*/
.sub {
  background: url(../img/news/bg.png);
}

.sub #contentArea {
  margin: 0 auto;
}

.sub #h_logo {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  left: 50%;
  margin: 0 auto;
  position: fixed;
  top: 7vw;
  transform: translate(-50%, 0);
  width: 13.3vw;
  z-index: 3;
}

.sub #contentArea_inner {
  background: #d0dce3 url(../img/story/intro/intro_cont_bg.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 4px solid #000;
  margin: 2vw auto 100px auto;
  margin: 22vw 10.6vw 100px;
  padding: 33vw 7.3vw 7.3vw 7.3vw;
  position: relative;
}

.sub #contentArea_inner::before {
  border: 1px solid #000;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  margin: 5px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

.sub #contentArea_inner .conBox_ttl {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  left: 50%;
  margin-bottom: 70px;
  position: absolute;
  text-align: center;
  top: 5vw;
  transform: translate(-50%, 0);
  width: 84vw;
}

/*------------------------------------------------------------
  Staff & CAST
  -----------------------------*/
#staffcast.sub #contentArea_inner {
  background: #d0dce3;
  border: 4px solid #000;
  margin: 2vw auto 100px auto;
  margin: 22vw 10.6vw 100px;
  padding: 33vw 0 7.3vw 0;
  position: relative;
}

#staffcast .nameBoxWrap {
  text-align: center;
}

#staffcast .sub_ttl {
  -ms-writing-mode: tb-rl;
  font-size: 1.5rem;
  left: 5.3vw;
  line-height: 1em;
  padding-bottom: 65px;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#staffcast .sub_ttl::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 1px;
  position: absolute;
  width: 1px;
}

#staffcast .inbox {
  display: block;
}

#staffcast .inbox_staff {
  background: url(../img/staffcast/page_deco.png) no-repeat center bottom;
  margin-bottom: 100px;
  padding-bottom: 150px;
}

#staffcast .name_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#staffcast .nameBox {
  display: inline-block;
  margin-bottom: 10.6vw;
  padding: 0 3vw;
  text-align: center;
}

#staffcast .sp_one.nameBox {
  padding: 0 15vw;
}

#staffcast .nameBox .nameTtl {
  display: block;
}

#staffcast .nameBox .nameTtl span {
  background: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1;
  min-width: 100%;
  padding: 5px 10px;
  text-align: center;
}

#staffcast .nameTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 2rem;
}

#staffcast .staff1 .nameTxt {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 3rem;
}

#staffcast .nameTxt .txt_s {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5;
  position: relative;
  top: -3vw;
}

#staffcast .staff1 .nameTxt .txt_s {
  top: -1vw;
}

#staffcast .cmt_btn {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 15px;
  position: relative;
}

#staffcast .cmt_btn::before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 12px;
}

#staffcast .cmt_btn::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
}

/*MODAL*/
#staffcast .commentBox {
  display: none;
}

/*MODAL*/
#staffcast .charaBoxArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 20vw 5.3vw;
}

#staffcast .charaBoxArea section {
  overflow: hidden;
}

#staffcast .commentBox_img {
  margin-bottom: 6vw;
}

#staffcast .commentBox_txt {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  padding: 0 3vw;
  width: 80%;
}

#staffcast .commentBox_name {
  float: left;
}

#staffcast .name_L {
  -ms-writing-mode: tb-rl;
  border-bottom: 1px solid #000;
  display: block;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 6vw;
  padding-bottom: 6vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#staffcast .name_S {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 6vw;
  text-align: center;
}

#staffcast .name_chara {
  display: block;
  font-size: 2rem;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

#staffcast .name_chara::before {
  background: #000;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  width: 1px;
}

/*------------------------------------------------------------
  
  Character
  
  -----------------------------*/
#character #contentArea_inner {
  background: #d0dce3 url(../img/character/chara_bg_sp.png) no-repeat 0 0 !important;
  background-size: contain !important;
  padding-bottom: 20vw;
  position: relative;
}

.charaList li {
  position: relative;
}

.charaList li .chara_btn {
  background: #000;
  border: 1px solid #000;
  color: #fff;
  display: block;
  margin-top: 8vw;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.charaList li::before {
  background: url(../img/character/detail_btn_sp.png) no-repeat center;
  background-size: 100% auto;
  bottom: 20vw;
  content: "";
  display: block;
  height: 10vw;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 30vw;
}

/*
  .charaList li#chara1::after{
    display: block;
    width: 49vw;
    height:80vw;
    content: "";
    background: url(../img/character/hover_migi.png) no-repeat left top;
    background-size: 100% auto; 
    position: absolute;
    left: 50%;
  transform: translate(-50%, 0);
    bottom: 10vw;
  }
  .charaList li#chara2::after{
    display: block;
    width: 49vw;
    height:80vw;
    content: "";
    background: url(../img/character/hover_dali.png) no-repeat left top;
    background-size: 100% auto; 
    position: absolute;
    left: 50%;
  transform: translate(-50%, 0);
    bottom: 10vw;
  }
  .charaList li#chara2:hover::after,
  .charaList li#chara1:hover::after{
    opacity: 1;
  }
  */
.charaList li:hover::before {
  opacity: 1;
}

/*MODAL*/
#character #modal_movie .overlay {
  background: #7298a9;
  height: 100%;
  left: 0;
  min-height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

#character #modal_movie .overlay:after {
  height: 100%;
  min-height: 100vh;
}

#character #modal_movie {
  height: auto;
  min-height: 100vh;
  position: relative;
}

#character #modal_movie .inner {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  left: inherit;
  padding-top: 20vw;
  position: relative;
  top: inherit;
  transform: translate(0);
  width: 100%;
}

#character #modal_movie .close {
  background-color: transparent;
  background-image: url("../img/common/close_btn.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  border: 0;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 13vw;
  left: 50%;
  outline: none;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 8vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 8vw;
}

/*
  
  #character #modal_movie .overlay:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100vh;
      background: #7298a9;
  }*/
#character #character #modal_movie .overlay:before {
  background: url(../img/character/detail_bg.jpg) no-repeat center center;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1;
}

#character #modal_movie .inner {
  padding-top: 15vw;
  width: 100%;
}

#character .charaDetail {
  xdisplay: none;
}

#character .boxInner {
  background: #7298a9;
  border: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 10vw 5.3vw;
  padding: 5.3vw 6vw 10vw 6vw;
  position: relative;
}

#character .boxInner::before {
  border: 4px solid #000;
  bottom: 0;
  content: "";
  height: auto;
  left: 0;
  margin: 3px;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  width: auto;
}

#character .d_txtBox {
  margin: 30px auto 0 auto;
}

#character .chara_name_cv {
  background: #7298a9;
  bottom: -2px;
  font-size: 1.2rem;
  left: 50%;
  padding: 0 1vw;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  white-space: nowrap;
}

#character .chara_name_en {
  left: 50%;
  position: absolute;
  top: -7px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

#character .chara_name_l {
  font-size: 6.5rem;
  line-height: 1;
  text-align: center;
}

#character .d_img1 {
  display: block;
  float: left;
  width: 25vw;
}

#character .d_img2 {
  display: block;
  float: right;
  width: 32vw;
}

#character .d_img3 {
  margin-top: 5.3vw;
  text-align: center;
}

#character .d_imgBox {
  overflow: hidden;
}

/*MODAL*/
#character #modal_movie .overlay:after {
  background: #7298a9;
  content: "";
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#character #modal_movie .overlay:before {
  background: url(../img/character/detail_bg_sp.jpg) no-repeat center top;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 30vw;
  width: 100%;
  z-index: 1;
}

/*SLIDER*/
.slick-arrow {
  bottom: -10vw;
  display: inline-block;
  position: absolute;
  width: 5vw;
}

.prev-arrow:hover,
.next-arrow:hover {
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.slick-arrow:before {
  bottom: 0;
  content: "" !important;
  height: 23px !important;
  left: 0;
  position: absolute;
  width: 23px !important;
  z-index: 2 !important;
}

.slick-next {
  right: 0px !important;
}

.slick-prev:before {
  left: 0 !important;
}

.next-arrow {
  left: 50%;
  -webkit-transform: translate(10vw, 0);
          transform: translate(10vw, 0);
}

.prev-arrow {
  left: 50%;
  -webkit-transform: translate(-15vw, 0);
          transform: translate(-15vw, 0);
}

.slick-counter {
  bottom: -10vw;
  left: 50%;
  position: absolute;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

/* MODAL detail- 秋山俊平 */
#modal3.js-modal::before,
#modal3 .boxInner,
#modal3 .chara_name_cv {
  background-color: #a77e7f;
}

#modal3 .modal_inner_bg::before {
  background: url(../img/character/chara3/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal3 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 35vw;
}

#modal3 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 32vw;
}

#modal3 .chara_name_cv {
  left: 48.59999%;
  -webkit-transform: translate(-46%, 0);
          transform: translate(-46%, 0);
}

/* MODAL detail- 堤丸太 */
#modal4.js-modal::before,
#modal4 .boxInner,
#modal4 .chara_name_cv {
  background-color: #9fa58a;
}

#modal4 .modal_inner_bg::before {
  background: url(../img/character/chara4/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal4 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 37vw;
}

#modal4 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 30vw;
}

/* MODAL detail- 一条瑛二 */
#modal5.js-modal::before,
#modal5 .boxInner,
#modal5 .chara_name_cv {
  background-color: #ab9dac;
}

#modal5 .modal_inner_bg::before {
  background: url(../img/character/chara5/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal5 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 29vw;
}

#modal5 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 43vw;
}

/* MODAL detail- 園山 修 */
#modal6.js-modal::before,
#modal6 .boxInner,
#modal6 .chara_name_cv {
  background-color: #c6bcb0;
}

#modal6 .modal_inner_bg::before {
  background: url(../img/character/chara6/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal6 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 35vw;
}

#modal6 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 29vw;
}

/* MODAL detail- 園山洋子 */
#modal7.js-modal::before,
#modal7 .boxInner,
#modal7 .chara_name_cv {
  background-color: #b4a0a6;
}

#modal7 .modal_inner_bg::before {
  background: url(../img/character/chara7/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal7 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 33.5vw;
}

#modal7 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 33.5vw;
}

/* MODAL detail-  一条華怜 */
#modal8.js-modal::before,
#modal8 .boxInner,
#modal8 .chara_name_cv {
  background-color: #e4cacc;
}

#modal8 .modal_inner_bg::before {
  background: url(../img/character/chara8/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal8 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 25vw;
}

#modal8 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 33.5vw;
}

/* MODAL detail-  一条怜子 */
#modal9.js-modal::before,
#modal9 .boxInner,
#modal9 .chara_name_cv {
  background-color: #76768b;
}

#modal9 .modal_inner_bg::before {
  background: url(../img/character/chara9/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal9 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 30vw;
}

#modal9 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 28.8vw;
}

/* MODAL detail-  一条 瑛 */
#modal10.js-modal::before,
#modal10 .boxInner,
#modal10 .chara_name_cv {
  background-color: #9ca29e;
}

#modal10 .modal_inner_bg::before {
  background: url(../img/character/chara10/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal10 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 33.7vw;
}

#modal10 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 29.8vw;
}

/* MODAL detail-  メトリー */
#modal11.js-modal::before,
#modal11 .boxInner,
#modal11 .chara_name_cv {
  background-color: #a6bdc7;
}

#modal11 .modal_inner_bg::before {
  background: url(../img/character/chara11/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal11 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 28.7vw;
}

#modal11 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 27.7vw;
}

/* MODAL detail-  みっちゃん */
#modal12.js-modal::before,
#modal12 .boxInner,
#modal12 .chara_name_cv {
  background-color: #c1ccd2;
}

#modal12 .chara_name_l {
  font-size: 5.5rem;
}

#modal12 .modal_inner_bg::before {
  background: url(../img/character/chara12/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal12 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 44.7vw;
}

#modal12 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 30.7vw;
}

/* MODAL detail-  サーディン */
#modal13.js-modal::before,
#modal13 .boxInner,
#modal13 .chara_name_cv {
  background-color: #cbbc96;
}

#modal13 .chara_name_l {
  font-size: 4rem;
}

#modal13 .modal_inner_bg::before {
  background: url(../img/character/chara13/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal13 .d_txt {
  margin-top: 50px;
  text-align: center;
}

#modal13 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 44.7vw;
}

#modal13 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 30.7vw;
}

/* MODAL detail-  サーディン */
#modal14.js-modal::before,
#modal14 .boxInner,
#modal14 .chara_name_cv {
  background-color: #997d6d;
}

#modal14 .chara_name_l {
  font-size: 4rem;
}

#modal14 .modal_inner_bg::before {
  background: url(../img/character/chara14/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#modal14 .d_txt {
  margin-top: 50px;
  text-align: center;
}

#modal14 .d_imgBox .d_img1 {
  margin-top: 20px;
  width: 44.7vw;
}

#modal14 .d_imgBox .d_img2 {
  margin-top: 20px;
  width: 30.7vw;
}

/*------------------------------------------------------------
  
  NAV
  
  -----------------------------*/
.btn_gnav {
  background: url(../img/common/menu_btn_sp.png) no-repeat center center;
  background-size: 100% auto;
  padding-top: 10vw;
  position: fixed;
  right: 8vw;
  top: 8vw;
  width: 18.6vw;
  z-index: 50;
}

#index .btn_gnav {
  opacity: 0;
}

#index .btn_gnav.showBtn {
  opacity: 1;
}

.btn_gnav.on {
  background: url(../img/common/close_btn_sp.png) no-repeat center top;
  background-size: 100% auto;
  left: 50%;
  opacity: 1 !important;
  padding-top: 15vw;
  position: fixed;
  right: inherit;
  top: 8vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 9.3vw;
  z-index: 500;
}

#gnavWrap {
  background: #000 url(../img/common/sp_menu_bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  font-weight: 800;
  height: 100%;
  min-height: 100vh;
  opacity: 1;
  overflow: hidden;
  padding-bottom: 20vw;
  padding-top: 30vw;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  z-index: 90;
}

#gnavWrap.open {
  overflow-y: auto;
  top: 0 !important;
}

#gnav li {
  text-align: center;
}

#gnav li:hover,
#gnav li.is-active {
  opacity: 0.5;
}

#gnav li.is-active {
  cursor: default !important;
  pointer-events: none !important;
}

#gnav li a {
  display: block;
  margin-bottom: 10vw;
  text-align: center;
  width: 100%;
}

#gnav li img {
  margin: 0 auto;
  width: 64vw;
}

#gnav #menu_close {
  margin: 0 auto 8vw auto;
  width: 9.3vw;
}

/*MODALE*/
/*#modal_movie .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }*/
#modal_movie .overlay {
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: -1;
}

/*#modal_movie .overlay:before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 80, 150, 0.8);
  }*/
#modal_movie .overlay:after {
  background: url(../img/index/con_bg.png);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#modal_movie .inner {
  padding-top: 56.25%;
  width: 95%;
}

#modal_movie {
  min-height: calc(56.25vw + 15.4vw * 2);
}

#modal_movie .close {
  height: 13vw;
  position: absolute;
  right: 2.4vw;
  top: 0;
  width: 13vw;
}

#modal_movie .inner {
  padding-top: 10vw;
  width: 95%;
}

#modal_movie {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 500;
}

#modal_movie .overlay {
  cursor: pointer;
}

#modal_movie {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  height: 100vh;
  opacity: 0;
  /*position: absolute;
    top: 0;
    left: 0;*/
  width: 100%;
  z-index: 500;
}

#modal_movie .overlay {
  cursor: pointer;
}

#modal_movie .close {
  background-color: transparent;
  background-image: url("../img/common/close_btn.png");
  background-repeat: no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  font-size: 0;
  height: 15vw;
  left: 50%;
  outline: none;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
  top: 10vw;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 10vw;
}

#modal_movie .inner {
  /*top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*
  #modal_movie iframe, #modal_movie video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }*/
/*------------------------------------------------------------
  
  ローディング
  
  -----------------------------*/
#loader {
  background: #000;
  color: #fff;
  font-size: 10px;
  height: 100%;
  left: 0;
  line-height: 1;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 500;
}

#loader .inner {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

#loader .loader_logo_wrap {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-animation: blink 2s ease-in-out infinite;
  animation: blink 2s ease-in-out infinite;
  font-size: 12px;
  font-size: 1.2rem;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
}

#loader_logo {
  height: auto;
  width: 250px;
}

.loader_txt {
  color: #fff;
  display: none;
  font-size: 1.4rem;
  font-weight: 800;
  margin-top: 2%;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

#index #loader {
  /*display: none;*/
}

.story_list {
  padding-bottom: 40px;
}

.story_list_item {
  margin-bottom: 20px;
}

.story_list_item:last-child {
  margin-bottom: 0;
}

.ep_num {
  font-size: 14px;
  text-align: center;
}

.story_list_item .ttl {
  line-height: 1.2;
  padding: 0 0.7em;
}

.story_list_item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  border-bottom: #000 solid 2px;
  border-top: #000 solid 2px;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  height: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.story_list_item a::before {
  background: url(../img/story/ico_list_left.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 15px;
  z-index: 1;
}

.story_list_item a::after {
  background: url(../img/story/ico_list_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  z-index: 1;
}

.story_list_item a .inner::before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.story_list_item a .inner::after {
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.story_list_item a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.story_list_item a:hover .inner::after {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.story_list_item .ttl_inner {
  position: relative;
  z-index: 1;
}

.story_list_item0 a .inner::before {
  background: url(../img/story/intro/intro_bg.jpg);
  background-repeat: no-repeat;
  background-size: auto 100%;
}

.story_detail_cont .sub_ttl {
  text-align: center;
}

.story_detail_cont .intro_area .img_txt {
  margin-top: 40px;
  text-align: center;
}

.story_detail_cont .intro_area .content {
  margin-top: 40px;
}

.story_detail_cont .intro_area .content .desc {
  font-size: 15px;
  margin-bottom: 30px;
  text-align: center;
}

.story_detail_cont .intro_area .content .desc .l_size {
  font-size: 27px;
}

.story_detail_cont #pager {
  margin: 80px auto 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 65vw;
}

.loader-area {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  justify-content: center;
  min-height: 100vh;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}

.loader-area img {
  width: 39.84%;
}

.op-area {
  min-height: 100vh;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
}

.video-op02 {
  -o-object-position: center;
  object-position: center;
}

.video-op02 {
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
  position: absolute;
  top: 48%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1500;
}

/* modal
##################################### */
/******* modal ***********/
.modal_containts {
  z-index: 10;
}

.js-modal {
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}

.js-modal::before {
  background-color: #7298a9;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.js-modal .modal_wp_cont {
  height: 100%;
  overflow-y: auto;
  position: relative;
}

.characterDtealArea {
  margin-top: 1.464vw;
}

.modal_wp {
  /* -webkit-transform: translateY(-50%); */
  height: 100%;
  left: 0;
  max-height: 1000px;
  padding: 50px 0;
  position: absolute;
  top: 0;
  /* transform: translateY(-50%); */
  width: 100%;
}

.modal_wp .modal_inner {
  padding: 10px 0;
  position: absolute;
  /* top: 50%; */
  /* -webkit-transform: translateY(-50%); */
  /* transform: translateY(-50%); */
  width: 100%;
  /* width: 55%; */
  /* height: 100%; */
}

.modal_wp .modal_inner .modal_inner_bg::before {
  -webkit-transform: translateY(-50%);
  background: url(../img/character/detail_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  height: 65.309vw;
  left: 0;
  position: absolute;
  top: 87vw;
  width: 100vw;
  /* z-index: -1; */
}

.modal_wp .modal_inner .modal_inner_bg .modal__content {
  /* height: 37vw; */
  margin: auto;
}

.modal_btn_tw:hover {
  text-decoration: none;
}

.modalWp {
  width: 100%;
}

.modal__bg {
  /* height: 100%; */
  /* position: absolute; */
  /* width: 100%; */
}

.modal_cont.c_inner {
  margin: auto;
  width: 100%;
}

.modal__bg {
  /* height: 100%; */
  /* position: absolute; */
  /* width: 100%; */
}

.js-modal-close.cast_more_btn {
  display: block;
  margin: auto;
  width: 10.562vw;
}

img {
  height: auto;
  max-width: 100%;
}

#movieArea .slider li .moiveBox {
  padding-top: 56.25%;
  position: relative;
}

.moiveBox_bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#music .musicBoxWrap {
  margin-top: 40px;
}

#music .tab_list {
  text-align: center;
}

#music .tab_item {
  margin: auto;
  max-width: 164px;
  width: 80%;
}

#music .musicBox_ttl {
  font-size: 1.8rem;
  text-align: center;
}

#music .musicBox_ttl span {
  font-size: 2.6rem;
}

#music .musicSong_artist {
  font-size: 16px;
  margin-top: 5px;
  text-align: center;
}

#music .musicInfoBox {
  margin-top: 40px;
}

#music .musicInfoBox_ttl {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 15px;
  padding: 3px 0.5em 3px 45px;
}

#music .musicInfoBox_ttl span {
  position: relative;
}

#music .musicInfoBox_ttl span::before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  background: url(../img/common/img_yubi.png) no-repeat right top;
  background-size: 30px auto;
  content: "";
  display: block;
  height: 20px;
  left: -35px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
  width: 30px;
}

#music .profile_txt {
  font-size: 1.2rem;
  margin-bottom: 20px;
}

#music .profileSns_list {
  margin-top: 30px;
}

#music .profileSns_list .profileSns_item {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto 30px;
  width: 192px;
}

#music .profileSns_list .profileSns_item.-tw span::before {
  background: url(../img/music/tw_off.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 13px;
  width: 16px;
}

#music .profileSns_list .profileSns_item.-tw span::after {
  background: url(../img/music/tw_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 13px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 16px;
}

#music .profileSns_list .profileSns_item.-yt span::before {
  background: url(../img/music/yt_off.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 13px;
  width: 18px;
}

#music .profileSns_list .profileSns_item.-yt span::after {
  background: url(../img/music/yt_on.png);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 13px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 16px;
}

#music .profileSns_list .profileSns_item span {
  display: inline-block;
  padding-left: 0.5em;
  position: relative;
}

#music .profileSns_list .profileSns_item span::before {
  content: "";
  left: -1.2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#music .profileSns_list .profileSns_item span::after {
  content: "";
  left: -1.2em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#music .profileSns_list .profileSns_item:hover {
  background-color: #fff;
  color: #000;
}

#music .profileSns_list .profileSns_item:hover span::after {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#music .commentBox {
  display: none;
}

#music .cmt_btn {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0 15px;
  position: relative;
}

#music .profileComment:hover {
  -webkit-transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0.5;
  transition: all 0.3s ease;
}

#music .cmt_btn::before {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 12px;
}

#music .cmt_btn::after {
  background: #000;
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  top: 50%;
  width: 12px;
}

#music .profileComment {
  background-color: #e6eff5;
  border: solid 1px #000;
  margin-top: 32px;
  padding: 5px 0 7px;
  text-align: center;
}

#music .targetBtn {
  display: block;
  width: 100%;
}

#musicSong {
  padding-top: 113px;
  position: relative;
}

#musicSong::before {
  background: url(../img/music/border_line_sp.png);
  background-size: 100%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 51px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}

#music .content_ost .musicInfoBox {
  margin-top: 30px;
}

#music .content_ost .musicInfo_set01 dl.clear {
  display: block;
}

#music .content_ost .musicInfo_set01 dl.clear dd {
  margin-top: 10px;
}

.musicSong_ttl {
  font-size: 17px;
  text-align: center;
}

.musicSong_subttl {
  font-size: 12px;
}

.musicSong_info {
  margin-top: 30px;
}

.musicSong_info .musicSong_media {
  margin-top: 20px;
}

.musicSong_mediaImg {
  text-align: center;
}

.music_release {
  font-size: 21px;
  margin-bottom: 20px;
}

.music_release span {
  font-size: 16px;
}

.musicInfo_box .music_version {
  font-size: 18px;
}

.musicInfo_set01 dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  margin-top: 20px;
}

.musicInfo_set01 dl dt {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 1px 0.8em 2px;
}

.musicInfo_set01 dl dd {
  font-size: 16px;
}

.musicInfo_set02 {
  margin-top: 40px;
}

.musicInfo_set02 dl dt {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 1px 0.8em 2px;
}

.musicInfo_set02 dl dd {
  font-size: 16px;
  margin-top: 10px;
}

.musicInfo_set03 {
  margin-top: 40px;
}

.musicInfo_set03 dl dt {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 1px 0.8em 2px;
}

.musicInfo_set03 dl dd {
  border: solid 1px #000;
  font-size: 16px;
  margin-top: 20px;
  padding: 5px 10px;
}

.musicInfo_trackBox span {
  font-size: 14px;
}

.musicInfo_set04 {
  margin-top: 40px;
}

.musicInfo_set04 .cdlink {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.musicInfo_set04 .cdlink span {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}

.musicInfo_set04 .cdlink span::before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  background: url(../img/common/img_yubi.png) no-repeat right top;
  background-size: 30px auto;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
  width: 30px;
}

.musicInfo_set04 .cdlink:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.musicInfo_set04 .cdlink:hover span::before {
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.musicInfo_set04 .cdlink_txt {
  font-size: 1.3rem;
  margin-top: 10px;
}

#music .sub_ttl {
  -ms-writing-mode: tb-rl;
  font-size: 1.4rem;
  left: -10px;
  line-height: 1em;
  padding-bottom: 65px;
  position: absolute;
  position: absolute;
  top: 132px;
  -webkit-transform: translatey(-100%);
          transform: translatey(-100%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#music .sub_ttl::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 1px;
  position: absolute;
  width: 1px;
}

.inbox_music {
  margin: auto;
  position: relative;
}

.musicSong_mediaImg {
  margin-bottom: 20px;
}

/*MODAL*/
#music .charaBoxArea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  padding: 20vw 5.3vw;
}

#music .charaBoxArea section {
  overflow: hidden;
}

#music .commentBox_img {
  margin-bottom: 6vw;
}

#music .commentBox_txt {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: right;
  padding: 0 3vw;
  width: 80%;
}

#music .commentBox_name {
  float: left;
}

#music .name_L {
  -ms-writing-mode: tb-rl;
  display: block;
  font-size: 5rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 6vw;
  padding-bottom: 6vw;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#music .name_S {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 6vw;
  text-align: center;
}

#music .name_chara {
  display: block;
  font-size: 2rem;
  padding-top: 30px;
  position: relative;
  text-align: center;
}

#music .name_chara::before {
  background: #000;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(26deg);
          transform: rotate(26deg);
  width: 1px;
}

/*MODAL*/
#music .musicInfoBox#cmt_2,
#music .musicInfoBox#cmt_1 {
  margin-top: 40px;
}

.musicSong_media.-second {
  padding-top: 60px;
  position: relative;
}

.musicSong_media.-second::before {
  background: url(../img/music/border_line_sp.png);
  background-size: 100%;
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
}

#music .tab_content_box:not(:first-child) {
  display: none;
}

#music .tab_item.tab_op {
  margin-bottom: 10px;
  position: relative;
}

#music .tab_item.tab_op::before {
  background-image: url(../img/music/op_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 41px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 164px;
}

#music .tab_item.tab_ed {
  margin-bottom: 10px;
  position: relative;
}

#music .tab_item.tab_ed::before {
  background-image: url(../img/music/ed_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 41px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 164px;
}

#music .tab_item.tab_ost {
  position: relative;
}

#music .tab_item.tab_ost::before {
  background-image: url(../img/music/ost_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 41px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 164px;
}

#music .tab_item:hover, #music .tab_item.active {
  cursor: pointer;
}

#music .tab_item:hover::before, #music .tab_item.active::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#music .tab_item:hover img, #music .tab_item.active img {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

/*------------------------------------------------------------
  ONAIR
  -----------------------------*/
#onair.sub #contentArea_inner {
  background: #d0dce3;
  border: 4px solid #000;
  margin: 2vw auto 100px auto;
  margin: 22vw 10.6vw 100px;
  padding: 33vw 0 7.3vw 0;
  position: relative;
}

#onair .nameBoxWrap {
  text-align: center;
}

#onair .sub_ttl {
  -ms-writing-mode: tb-rl;
  font-size: 1.5rem;
  left: 5.3vw;
  line-height: 1em;
  padding-bottom: 65px;
  position: absolute;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#onair .sub_ttl::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 1px;
  position: absolute;
  width: 1px;
}

#onair .inbox {
  display: block;
}

#onair .inbox_onair {
  background: url(../img/onair/page_deco.png) no-repeat center bottom;
  margin-bottom: 100px;
  padding-bottom: 220px;
}

#onair .name_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#onair .nameBox {
  display: inline-block;
  margin-bottom: 10.6vw;
  padding: 0 3vw;
  text-align: center;
}

#onair .sp_one.nameBox {
  padding: 0 15vw;
}

#onair .nameBox .nameTtl {
  display: block;
}

.onairInfo {
  margin-right: 4vw;
  margin-top: 8.6666666vw;
}

#onair .onairInfo .onairInfoTtl {
  display: inline-block;
  font-size: 4.733333vw;
  margin-bottom: 6vw;
  position: relative;
}

#onair .onairInfo .onairInfoTtl::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  width: 58.6666666vw;
}

#onair .onairInfo .onairInfoTtl::after {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  width: 100%;
}

#onair .onairInfo .onairInfoTtl-s {
  font-size: 4.3333333vw;
}

#onair .onairInfoItem {
  margin-bottom: 10vw;
}

#onair .onairInfoItem:last-child {
  margin-bottom: 13.333333vw;
}

#onair .infoDay {
  display: block;
}

#onair .infoDay p span {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 3.7333333vw;
  margin-bottom: 5px;
  padding: 2px 0.1em 2px 0.4em;
  text-align: center;
  width: 100%;
}

#onair .infoList .infoDay02 {
  margin-top: 2.6666666666vw;
  text-align: center;
}

#onair .infoList .infoDay02 .repeat {
  font-size: 3.7333333vw;
}

#onair .infoList .infoDay02 .repeat dt {
  line-height: 1;
  margin-bottom: 10px;
}

#onair .infoList .infoDay02 .repeat p {
  border: solid 1px #000;
  margin-bottom: 10px;
  padding: 0.1em 0.2em;
}

#onair .onairCaution {
  font-size: 3.2vw;
  text-align: center;
}

#onair .onairCaution .-child {
  position: relative;
}

#onair .onairCaution .-child::before {
  background-color: #000;
  content: "";
  height: 1px;
  left: -1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
  width: 10px;
}

#onair .onairCaution .-child::after {
  background-color: #000;
  content: "";
  height: 1px;
  position: absolute;
  right: -1em;
  top: 50%;
  -webkit-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
  width: 10px;
}

#onair .onairBox,
#onair .streamingBox {
  padding: 0 4vw 0 11.333vw;
}

#onair .inbox_onair {
  position: relative;
}

#onair .inbox_onair::after {
  background: url(../img/onair/onair_bg_chara_sp.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 23.0666666666vw;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 64vw;
}

.streaming_lead {
  border: solid 1px #000;
  font-size: 4.233333vw;
  margin-bottom: 40px;
  padding: 0.8em;
  text-align: center;
}

.streamingInfoTtl {
  display: inline-block;
  font-size: 3.733333vw;
  margin-bottom: 1vw;
  position: relative;
}

.streamingInfoTtl::before {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  width: 58.6666666vw;
}

.streamingInfoTtl::after {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  -webkit-transform: translate(0, -100%);
          transform: translate(0, -100%);
  width: 100%;
}

.streamingInfoTtl-s {
  font-size: 4.3333333vw;
}

.streamingLink_txt {
  font-size: 1.4rem;
}

.c-streaming_btn {
  width: calc(100% / 2 - 2vw);
}

.c-streaming_btn small {
  font-size: 1.6vw;
}

#onair .c-streaming_btn {
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  display: block;
  font-size: 2.133vw;
  padding: 0.5em 0;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#onair .c-streaming_btn span {
  display: block;
  position: relative;
}

#onair .c-streaming_btn:hover {
  background-color: #fff;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.streaming_btn_list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 2.667vw 2vw;
  margin-top: 10px;
}

.streamingInfoItem {
  margin-bottom: 40px;
}

.streamingInfoItem:last-child {
  margin-bottom: 0;
}

/*------------------------------------------------------------
BD
-----------------------------*/
#bd .bdBoxWrap {
  margin-top: 80px;
}

#bd .bdBox_ttl {
  color: #000;
  font-size: 2rem;
  line-height: 1.6;
}

#bd .bdBox_ttl span {
  display: inline-block;
  font-size: 4rem;
  line-height: 1;
  margin-top: 5px;
}

#bd .bdSong_artist {
  font-size: 1.8rem;
  margin-top: 10px;
}

#bd .bdInfoBox {
  margin-top: 20px;
}

#bd .bonus_ttl {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 1px 0.5em 1px 45px;
}

#bd .bonus_ttl span {
  position: relative;
}

#bd .bonus_ttl span::before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  background: url(../img/common/img_yubi.png) no-repeat right top;
  background-size: 28px auto;
  content: "";
  display: block;
  height: 16px;
  left: -35px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
  width: 28px;
}

#bd .bdInfo_innerBox {
  background-color: #e6eff5;
  border: solid 1px #000;
  margin-bottom: 10px;
  padding: 15px 15px;
}

.bd_info {
  margin-top: 30px;
}

.bdInfo_set01 dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  margin-top: 20px;
}

.bdInfo_set01 dl dt {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 1px 0.8em 2px;
}

.bdInfo_set01 dl dd {
  font-size: 18px;
}

.bdInfo_set03 {
  margin-top: 40px;
}

.bdInfo_set03 dl dt {
  font-size: 16px;
}

.bdInfo_set03 dl dd {
  font-size: 18px;
  margin-top: 10px;
}

.bdInfo_set03 dl dd .bdInfo_innerBox dd {
  font-size: 14px;
  margin-top: 5px;
}

.bdInfo_set03 p {
  font-size: 16px;
  margin-bottom: 10px;
}

.bd_mediaImg {
  margin-bottom: 20px;
}

#bd .bdInfoBox {
  margin-top: 80px;
}

#bd .tab_content_box:not(:first-child) {
  display: none;
}

#bd .tab_item.tab_bd {
  position: relative;
}

#bd .tab_item.tab_bd::before {
  background-image: url(../img/bd/bluray_box_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 41px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 164px;
}

#bd .tab_item.tab_tokuten {
  position: relative;
}

#bd .tab_item.tab_tokuten::before {
  background-image: url(../img/bd/tokuten_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 41px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 164px;
}

#bd .tab_item.tab_event {
  position: relative;
}

#bd .tab_item.tab_event::before {
  background-image: url(../img/bd/event_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 41px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 164px;
}

#bd .tab_item:hover, #bd .tab_item.active {
  cursor: pointer;
}

#bd .tab_item:hover::before, #bd .tab_item.active::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#bd .tab_item:hover img, #bd .tab_item.active img {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.content_tokuten {
  margin-top: 40px;
}

.anker_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 4%;
}

.anker_btn_item {
  text-align: center;
  width: 46%;
}

.anker_btn_link {
  background-color: #fff;
  border: solid 1px #000;
  display: inline-block;
  font-size: 14px;
  padding: 0.5em 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.anker_btn_link:hover {
  background-color: #000;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.tokutenInfoBox {
  margin-top: 80px;
}

.tokutenInfoBox:first-child {
  margin-top: 0;
}

.tokuten_media {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 35px;
}

.tokuten_mediaImg_body h3 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

.tokuten_link_btn {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.8em 0 0.7em 0;
  width: 100%;
}

.tokuten_link_btn span {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}

.tokuten_link_btn span::before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  background: url(../img/common/img_yubi.png) no-repeat right top;
  background-size: 30px auto;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
  width: 30px;
}

.tokuten_link_btn:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.tokuten_link_btn:hover span::before {
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#bd .inbox_tokuten .sub_ttl {
  padding-bottom: 0;
  top: 0px;
  -webkit-transform: rotate(90deg) translateY(1.5em) translateX(-220%);
          transform: rotate(90deg) translateY(1.5em) translateX(-220%);
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
}

#bd .inbox_tokuten .sub_ttl:after {
  bottom: auto;
  left: auto;
  right: -38px;
  top: -18px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#bd .bdBoxWrap {
  margin-top: 40px;
}

#bd .tab_list {
  text-align: center;
}

#bd .tab_item {
  margin: auto;
  margin-bottom: 10px;
  max-width: 164px;
  width: 80%;
}

#bd .bdBox_ttl {
  font-size: 1.8rem;
  text-align: center;
}

#bd .bdBox_ttl span {
  font-size: 2.6rem;
}

#bd .bdInfoBox {
  margin-top: 40px;
}

#bd .bdInfoBox_ttl {
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  line-height: 1.6;
  margin-bottom: 15px;
  padding: 3px 0.5em 3px 0.5em;
  text-align: center;
}

.bd_ttl {
  font-size: 17px;
  text-align: center;
}

.bd_subttl {
  font-size: 12px;
}

.bd_info {
  margin-top: 30px;
}

.bd_info .bd_media {
  margin-top: 20px;
}

.bd_mediaImg {
  text-align: center;
}

.bd_release {
  font-size: 18px;
  margin-bottom: 20px;
}

.bd_release span {
  font-size: 14px;
}

.bdInfo_set01 dl {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 15px;
  margin-top: 20px;
}

.bdInfo_set01 dl dt {
  background-color: #000;
  color: #fff;
  font-size: 14px;
  padding: 1px 0.8em 2px;
}

.bdInfo_set01 dl dd {
  font-size: 16px;
}

.bdInfo_set03 {
  margin-top: 40px;
}

.bdInfo_set04 {
  margin-top: 40px;
}

.bdInfo_set04 .cdlink {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 5px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.bdInfo_set04 .cdlink span {
  display: inline-block;
  padding-right: 1em;
  position: relative;
}

.bdInfo_set04 .cdlink span::before {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transition: all 0.2s ease;
  background: url(../img/common/img_yubi.png) no-repeat right top;
  background-size: 30px auto;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
  width: 30px;
}

.bdInfo_set04 .cdlink:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bdInfo_set04 .cdlink:hover span::before {
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.bdInfo_set04 .cdlink_txt {
  font-size: 1.3rem;
  margin-top: 10px;
}

#bd .sub_ttl {
  -ms-writing-mode: tb-rl;
  font-size: 1.4rem;
  left: -10px;
  line-height: 1em;
  padding-bottom: 65px;
  position: absolute;
  position: absolute;
  top: 0px;
  -webkit-transform: translatey(-100%);
          transform: translatey(-100%);
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

#bd .sub_ttl::after {
  background: #000;
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  left: 1px;
  position: absolute;
  width: 1px;
}

.inbox_bd {
  margin: auto;
  position: relative;
}

.bd_mediaImg {
  margin-bottom: 20px;
}

.tokuten_mediaImg_body {
  margin-top: 20px;
}

#bd .eventInfoMain .eventInfoLead {
  font-size: 1.6rem;
  font-weight: bold;
}

#bd .eventInfoMain .eventInfottl {
  font-size: 2rem;
  font-weight: bold;
}

#bd .eventInfoMain .eventInfoMainBody {
  margin-top: 30px;
}

#bd .eventInfoMain .eventInfoDl {
  margin-bottom: 30px;
}

#bd .eventInfoMain .eventInfoDl .eventInfoDt {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  min-width: 80px;
  padding: 0.1em 0.2em;
  text-align: center;
}

#bd .eventInfoMain .eventInfoDl .eventInfoDd {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
}

#bd .eventInfoMain .eventInfoDl .eventInfoDd .caution {
  color: #d81111;
  font-size: 1.3rem;
}

#bd .eventInfoMain .eventInfoCast {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5px;
}

#bd .eventInfoMain .eventInfoCast .cast {
  font-size: 1.4rem;
  font-weight: bold;
}

#bd .eventInfoMain .eventInfoCastMc {
  font-size: 1.4rem;
  font-weight: bold;
  margin-top: 30px;
  padding-bottom: 5px;
}

#bd .eventInfoMain .bdInfo_innerBox {
  margin-bottom: 20px;
}

#bd .eventInfoMain .bdInfo_innerBox dt {
  font-size: 1.8rem;
  margin-bottom: 5px;
}

#bd .eventInfoMain .bdInfo_innerBox dd {
  font-size: 1.6rem;
}

#bd .eventInfoMain .bdInfo_innerBox dd li {
  font-size: 1.4rem;
}

#bd .eventInfoMain .bdInfo_innerBox dd p {
  margin-top: 5px;
}

#bd .eventInfoMain .eventInfoBtn a {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 5px;
  display: block;
  padding: 1em 0.2em 3.2em;
  position: relative;
  text-align: center;
  width: 100%;
}

#bd .eventInfoMain .eventInfoBtn a::before {
  background: url(../img/common/img_yubi.png) no-repeat right top;
  background-size: 30px auto;
  bottom: 1em;
  content: "";
  display: block;
  height: 20px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 30px;
}

#bd .eventInfoMain .eventInfoBtn a:hover::before {
  -webkit-transform: translate(0.5em, -50%);
          transform: translate(0.5em, -50%);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#bd .eventInfoBox .bdInfoBox_ttl {
  font-size: 1.8rem;
}

#story_detail.sub #contentArea_inner.epArea_inner {
  padding: 33vw 1.5vw 7.3vw 1.5vw;
}

#story_detail .ep_num {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../img/story/ep_num_bg.png) no-repeat center top;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem;
  font-weight: normal;
  height: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 106px;
}

#story_detail .ep_ttl {
  font-size: 3rem;
  margin-top: 10px;
  text-align: center;
}

#story_detail .gallary {
  margin-top: 40px;
}

#story_detail #pager {
  margin: 0 auto 0;
  padding-top: 60px;
}

#story_detail .epArea_inner .intro_area {
  padding: 0px 2.5vw 40px;
}

#story_detail .epArea_inner .intro_area .desc {
  font-size: 1.6rem;
  text-align: left;
}

#story_detail .intro_area {
  margin: auto;
  padding: 0px 0px 40px;
  position: relative;
}

#story_detail .intro_area::after {
  -webkit-transform: translate(-50%, 0);
  background: url(../img/music/border_line_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: 0;
  content: "";
  height: 20px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  width: 95%;
}

#story_detail .gallary_func {
  margin: 40px auto 0 auto;
  margin-top: 40px;
  position: relative;
  width: 130px;
}

#story_detail .swiper-button-next,
#story_detail .swiper-button-prev {
  height: 20px;
  margin-top: 0;
  width: 18px;
}

#story_detail .swiper-button-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 11;
}

#story_detail .swiper-button-prev:after {
  background: url(../img/index/msl_btn_prev.png) no-repeat center top;
  background-size: 100%;
  content: "";
  font-family: inherit;
  height: 20px;
  width: 18px;
}

#story_detail .swiper-button-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 11;
}

#story_detail .swiper-button-next:after {
  background: url(../img/index/msl_btn_next.png) no-repeat center top;
  background-size: 100%;
  content: "";
  font-family: inherit;
  height: 20px;
  width: 18px;
}

#story_detail .swiper-pagination {
  bottom: auto;
  left: auto;
  position: relative;
  right: auto;
  top: auto;
}

#story_detail #pager {
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20vw;
  padding-bottom: 20vw;
  position: relative;
  text-align: center;
}

#story_detail #pager .arrow {
  bottom: 0;
  position: absolute;
}

#story_detail #pager .arrow.pager_prev {
  left: 0;
}

#story_detail #pager .arrow.pager_next {
  right: 0;
}

#story_detail #pager .arrow,
#story_detail #pager li {
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
}

#story_detail #pager a {
  color: #000;
  display: block;
  height: 100%;
}

#story_detail #pager .pager_prev {
  background: url(../img/story/ar_prev.png) no-repeat 0 center;
  background-size: 100% auto;
  bottom: 0;
  height: 11vw;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 28vw;
}

#story_detail #pager .back:hover,
#story_detail #pager .pager_prev:hover,
#story_detail #pager .pager_next:hover {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

#story_detail #pager .pager_next {
  background: url(../img/story/ar_next.png) no-repeat 0 center;
  background-size: 100% auto;
  bottom: 0;
  height: 11vw;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 28vw;
}

#story_detail #pager .back {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 50vw;
}

#story_detail #pager .back a {
  color: #000;
  display: block;
  font-weight: 800;
  padding: 10px;
}

#story_detail .st_f_01 {
  font-size: 3rem;
}

.swiper-pagination.kv-pagenation {
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 4vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: auto;
  margin: 6.666666vw auto 0;
  max-width: 520px;
  position: inherit;
  top: auto;
  width: 80vw;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet {
  background: none;
  border-radius: 0;
  height: auto;
  margin: 0;
  opacity: 1;
  position: relative;
  width: auto;
  width: 38vw;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet:nth-child(1)::before {
  background: url(../img/index/kv_thum1_on.jpg) no-repeat 0 center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet:nth-child(2)::before {
  background: url(../img/index/kv_thum2_on.jpg) no-repeat 0 center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet:nth-child(3)::before {
  background: url(../img/index/kv_thum3_on.jpg) no-repeat 0 center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet:nth-child(4)::before {
  background: url(../img/index/kv_thum4_on.jpg) no-repeat 0 center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet img {
  display: block;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(1)::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(2)::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(3)::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.swiper-pagination.kv-pagenation .swiper-pagination-bullet.swiper-pagination-bullet-active:nth-child(4)::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*------------------------------------------------------------
SPECIAL
-----------------------------*/
#special .tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 2vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#special .inbox_game > h3 {
  margin-top: 13.333vw;
  text-align: center;
}

#special .inbox_game .game_result_inner h3 {
  left: 50%;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 62.667vw;
}

#special .inbox_game .game_img {
  margin-top: 6vw;
  text-align: center;
}

#special .inbox_game .game_intro {
  margin-top: 6vw;
}

#special .inbox_game .game_intro dl dt {
  font-size: 4.267vw;
}

#special .inbox_game .game_intro dl dd {
  font-size: 3.467vw;
  margin-top: 20px;
}

#special .inbox_game .game_start {
  margin-top: 10.667vw;
  text-align: center;
}

#special .inbox_game .game_start .game_sound_txt {
  font-size: 2.667vw;
  margin-top: 5vw;
}

#special .inbox_game .game_start_btn {
  display: inline-block;
  height: calc(16.533vw * 0.85);
  position: relative;
  width: calc(70.133vw * 0.85);
}

#special .inbox_game .game_start_btn::before {
  background-image: url(../img/special/game_start_btn_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(16.533vw * 0.85);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: calc(70.133vw * 0.85);
}

#special .inbox_game .game_start_btn:hover, #special .inbox_game .game_start_btn.active {
  cursor: pointer;
}

#special .inbox_game .game_start_btn:hover::before, #special .inbox_game .game_start_btn.active::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#special .inbox_game .game_start_btn:hover img, #special .inbox_game .game_start_btn.active img {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#special .inbox_game .game_share_btn {
  display: inline-block;
  height: calc(16.533vw * 0.85);
  margin-top: 5vw;
  position: relative;
  width: calc(70.133vw * 0.85);
}

#special .inbox_game .game_share_btn::before {
  background-image: url(../img/special/game_share_btn-on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: calc(16.533vw * 0.85);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: calc(70.133vw * 0.85);
}

#special .inbox_game .game_share_btn:hover, #special .inbox_game .game_share_btn.active {
  cursor: pointer;
}

#special .inbox_game .game_share_btn:hover::before, #special .inbox_game .game_share_btn.active::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#special .inbox_game .game_share_btn:hover img, #special .inbox_game .game_share_btn.active img {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

#special .game_result {
  background-color: #e6eff5;
  border: solid 0.267vw #000;
  border-bottom: none;
  margin: 34.667vw auto 0;
  padding: 0.267vw 0.267vw 0 0.267vw;
  position: relative;
}

#special .game_result::before {
  background-image: url(../img/special/score_bg_sp.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -12vw;
  content: "";
  height: 12.533vw;
  left: 0;
  position: absolute;
  width: 100%;
}

#special .game_result_inner {
  border: solid 0.533vw #000;
  border-bottom: none;
}

#special .game_info {
  margin-top: 30.667vw;
}

#special .game_info dl {
  margin-bottom: 13.333vw;
}

#special .game_info dl dt {
  background-color: #000;
  color: #fff;
  display: inline-block;
  font-size: 4.267vw;
  padding: 0 1em;
}

#special .game_info dl dd {
  font-size: 3.467vw;
  margin-top: 20px;
}

#special .tab_item.tab_game {
  position: relative;
  width: 40vw;
}

#special .tab_item.tab_game::before {
  background-image: url(../img/special/game_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

#special .tab_item.tab_interview {
  position: relative;
  width: 40vw;
}

#special .tab_item.tab_interview::before {
  background-image: url(../img/special/interview_on.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

#special .tab_item:hover, #special .tab_item.active {
  cursor: pointer;
}

#special .tab_item:hover::before, #special .tab_item.active::before {
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#special .tab_item:hover img, #special .tab_item.active img {
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.ranking {
  margin-top: 20.667vw;
}

.ranking_item:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.4);
}

.ranking_item_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 18.667vw;
  padding-left: 20vw;
  padding-right: 1.5em;
  position: relative;
}

.ranking_score_time {
  font-size: 3.733vw;
}

.ranking_head {
  font-size: 16px;
}

.ranking_head .ranking_num {
  left: 5.333vw;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ranking_head .ranking_num_inner {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 41px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 41px;
  z-index: 1;
}

.ranking_head .ranking_name {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 4.8vw;
}

.ranking_item:first-child {
  border-bottom: solid 1px #000;
  border-top: solid 1px #000;
  position: relative;
}

.ranking_item:first-child::before {
  background-image: url(../img/special/rank_side_bg01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18.667vw;
  left: 0;
  position: absolute;
  top: 0;
  width: 4.267vw;
}

.ranking_item:first-child::after {
  background-image: url(../img/special/rank_side_bg02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 18.667vw;
  position: absolute;
  right: 0;
  top: 0;
  width: 4.267vw;
}

.ranking_item:first-child .ranking_num_inner {
  font-size: 5.733vw;
}

.ranking_item:first-child .ranking_num_inner::before {
  background-image: url(../img/special/rank_num01.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 12.133vw;
  left: 50%;
  position: absolute;
  top: 45%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10.267vw;
  z-index: -1;
}

.ranking_item:nth-child(2) .ranking_num_inner {
  font-size: 5.733vw;
}

.ranking_item:nth-child(2) .ranking_num_inner::before {
  background-image: url(../img/special/rank_num02.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 10.267vw;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10.267vw;
  z-index: -1;
}

.ranking_item:nth-child(3) .ranking_num_inner {
  font-size: 5.067vw;
}

.ranking_item:nth-child(3) .ranking_num_inner::before {
  background-image: url(../img/special/rank_num03.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 9.2vw;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 9.2vw;
  z-index: -1;
}

.ranking_item:nth-child(10) .ranking_num_inner {
  font-size: 3.733vw;
}

.ranking_item .ranking_num_inner {
  font-size: 4.533vw;
}

.ranking_item .ranking_num_inner::before {
  background-image: url(../img/special/rank_num04.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 8.267vw;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8.267vw;
  z-index: -1;
}

#special .tab_content_box:not(:first-child) {
  display: none;
}

.interview_bloc {
  margin-top: 50px;
}

.interview_item {
  margin-bottom: 50px;
}

.interview_item:last-child dl {
  margin-bottom: 0;
}

.interview_item dl {
  margin-bottom: 20px;
}

.interview_item .question {
  background-color: #000;
  color: #fff;
  font-size: 16px;
  padding: 0.4em 0.5em;
}

.interview_item .answer {
  margin-top: 30px;
}

.interview_item dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.interview_item dd {
  font-size: 1.5rem;
}
