@charset "UTF-8";
/* CSS Document */
/*font*/
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: #222;
  height: 100%;
  width: 100%;
}

/* font setting
##################################### */
html {
  font-size: 62.5%;
}

/* 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: 'Noto Sans JP','Sen',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;*/
  font-family: "Kaisei HarunoUmi", "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.7;
  text-align: left;
}

a {
  outline: none;
}

.sp-only {
  display: none !important;
}

.pc-only {
  display: block;
}

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

.cboxFullScreen #stage {
  position: fixed !important;
  top: inherit !important;
}

#stage {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*background:url(../img/common/bg.gif) fixed;*/
  position: relative !important;
  /* position: relative; */
  top: 0 !important;
  width: 100%;
}

.cboxPlay #stage {
  position: fixed !important;
  top: inherit !important;
}

#frame {
  -webkit-box-sizing: border-box;
  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: 58.5px auto;
  bottom: 0;
  box-sizing: border-box;
  height: 100vh;
  left: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  z-index: 10;
}

#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: 103px auto, 103px auto, 103px auto, 103px auto, auto 57px, auto 57px;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: absolute;
  top: 0;
  width: 100vw;
}

#toTop {
  text-align: center;
}

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

#toTop img:hover {
  -webkit-transition: all 0.3s ease;
  opacity: 0.6;
  transition: all 0.3s ease;
}

/* --------------------

footerArea

-------------------- */
#footerArea {
  bottom: 24px;
  left: 0;
  position: fixed;
  width: 100vw;
  z-index: 20;
}

#footerArea .copyright {
  background: url(../img/common/copyright_bg.png) no-repeat top center;
  background-size: 450px auto;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  padding-bottom: 30px;
  padding-top: 15px;
  text-align: center;
}

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

#footerArea .snsBtn .snsBtn_ttl {
  bottom: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 800;
  left: 0;
  line-height: 2;
  padding-right: 10%;
  position: absolute;
  vertical-align: bottom;
}

#footerArea .snsBtn ul {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  float: right;
  justify-content: space-between;
  overflow: hidden;
  width: 124px;
}

#footerArea .snsBtn ul li {
  -webkit-transition: all 0.3s ease;
  display: inline-block;
  padding-top: 40px;
  position: relative;
  transition: all 0.3s ease;
}

#footerArea .snsBtn ul li::before {
  -webkit-transition: all 0.3s ease;
  background: url(../img/common/img_yubi_shita.png) no-repeat center top;
  background-size: auto 30px;
  content: "";
  display: block;
  height: 30px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  transition: all 0.3s ease;
  width: 100%;
}

#footerArea .snsBtn ul li:hover::before {
  opacity: 1;
}

#footerArea .snsBtn ul li img {
  height: 30px;
  width: auto;
}

/*------------------------------------------------------------

TOP

-----------------------------*/
/*VISUAL*/
#visualArea {
  padding-top: 141.37742%;
  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: 52.2vw;
}

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

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

#visualArea .onair {
  left: 50%;
  position: absolute;
  top: 31vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 40.7759vw;
}

#visualArea .slide01 .catch {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -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: 4rem;
  font-weight: bold;
  left: 50%;
  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: 40vw;
  transform: translateX(-50%);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

#visualArea .slide02 .catch {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -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: 4rem;
  font-weight: bold;
  left: 50%;
  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: 80.5vw;
  transform: translateX(-50%);
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

.bnr_comic {
  position: absolute;
  right: 6.5885vw;
  top: 97vw;
  width: 9.3vw;
}

.bnr_comic a {
  display: block;
}

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

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

.gameBnr {
  position: absolute;
  right: 6.5885vw;
  top: 108vw;
  width: 9.3vw;
}

.gameBnr a {
  display: block;
}

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

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

.bnrInterview {
  position: absolute;
  right: 6.5885vw;
  top: 119vw;
  width: 9.3vw;
}

.bnrInterview a {
  display: block;
}

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

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

/*CONTENTS*/
#index #contentArea {
  background: url(../img/index/con_bg.png);
  padding: 0 0 100px 0;
}

#index .conBoxWrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin: 100px auto 100px auto;
  max-width: 1040px;
}

#index .conBox {
  padding: 70px 0 0 0;
  position: relative;
  width: 520px;
}

#index .conBox_inner {
  -webkit-box-sizing: border-box;
  background: #d0dce3;
  border: 4px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 10px;
  overflow: hidden;
  padding: 6px;
  width: 300px;
}

#index .conBox_line {
  -webkit-box-sizing: border-box;
  /*スクロールバー非表示（IE・Edge）*/
  -ms-overflow-style: none;
  border: 1px solid #000;
  box-sizing: border-box;
  height: 403px;
  overflow-y: auto;
  padding: 20px;
  /*スクロールバー非表示（Firefox）*/
  scrollbar-width: none;
}

#index .conBox_line::-webkit-scrollbar {
  display: none;
}

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

#index .conBox_ttl {
  margin-bottom: 20px;
  text-align: center;
}

#index #contentArea .moreBtn {
  background: url(../img/index/frame_bottom.png) no-repeat center top;
  background-position: center top;
  background-size: 300px auto;
  padding-top: 30px;
  text-align: center;
}

#index #contentArea .moreBtn:hover a {
  -webkit-transition: all 0.3s ease;
  opacity: 0.6;
  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 {
  -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: 5px;
  top: 5px;
  transition: all 0.2s ease;
  width: 30px;
}

#index .news_list li:hover::after {
  right: 0px;
}

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

/*NEWS*/
#index #newsArea {
  background: url(../img/index/news_bg.png) no-repeat left bottom;
  padding-bottom: 170px;
}

#index #newsArea ul {
  margin: 0 auto;
  width: 620px;
}

#index #newsArea ul li a {
  -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;
}

#index #newsArea ul li a .ttl {
  display: inline-block;
  width: 520px;
}

#index #newsArea ul li a .ttl span {
  /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;*/
  overflow: hidden;
}

#index #newsArea ul li a .date {
  width: 130px;
}

#index #newsArea ul li {
  font-size: 1.2rem;
  margin-bottom: 60px;
}

#index #newsArea ul li a {
  color: #000;
}

#index #newsArea ul time {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #fff;
  font-size: 2.1rem;
  font-weight: 800;
  line-height: 1;
}

#index #newsArea ul time .year {
  font-size: 2.4rem;
}

#index #newsArea ul li:hover time {
  color: #000;
}

#index #newsArea ul li:hover .ttl span {
  background: #ffd600;
}

/*TW*/
#index #twArea .inner {
  background: url(../img/index/tw_bg1.png) no-repeat 50px bottom;
  padding-bottom: 70px;
  position: relative;
}

#index #twArea .twitter-wrap {
  background: url(../img/index/tw_bg2_sp.png) no-repeat 70px top;
  background-size: auto 100%;
  margin: 0 auto;
  padding-top: 110px;
  width: 660px;
}

#index #twArea .twitter-inner {
  background: #fff;
  height: 450px;
  margin: 0 auto 0 auto;
  width: 350px;
}

/*movie*/
#movieArea {
  padding-bottom: 10px;
  position: relative;
}

#movieArea .slider {
  height: auto;
}

#movieArea .slider .thum {
  display: block;
  height: auto;
  width: 100%;
}

#movieArea .slider li .moiveBox {
  position: relative;
}

#movieArea .movieBtn {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  right: 155px;
  top: 50%;
  transform: translate(0, -50%);
}

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

#movieArea .slick-arrow {
  bottom: -60px;
  display: inline-block;
  position: absolute;
}

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

#movieArea .next-arrow {
  right: 100px;
}

#movieArea .prev-arrow {
  right: 200px;
}

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

/*
#movieArea .slick-prev:before{
    background: url(../img/index/msl_btn_prev.png)!important;
    background-size: contain!important;
  }*/
.slick-counter {
  bottom: -60px;
  line-height: 1.3;
  position: absolute;
  right: 140px;
  text-align: center;
}

/*VIDEO*/
#video {
  margin: 0 auto;
  max-width: 780px;
  padding-top: 130px;
  position: relative;
}

#video #playerbox::after {
  background: url(../img/video/deco_top.png) no-repeat center top;
  background-size: 780px 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 */
  xpadding-top: 25px;
  height: 0;
  margin-bottom: 20px;
  padding-bottom: 56.25%;
  position: relative;
}

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

#video .btn_wrap {
  xoverflow: hidden;
  position: relative;
}

#video .moreBtn {
  -webkit-transform: translate(0, -50%);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

#playlist {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}

#playlist li {
  font-size: 1.6rem;
  width: 23%;
}

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

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

#video .ttlArea {
  font-size: 2rem;
  margin-bottom: 15px;
}

/*------------------------------------------------------------

POP UP

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

#cboxContent {
  padding: 0 !important;
}

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

#cboxClose {
  -webkit-transform: translate(-50%, 0);
  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;
  transform: translate(-50%, 0);
  width: 45px;
}

/*------------------------------------------------------------

NEWS

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

#news #contentArea {
  margin: 0 auto;
  padding: 0 0 100px 0;
  width: 1340px;
}

#news #h_logo {
  left: 0;
  margin-bottom: 20px;
  margin-left: 120px;
  position: fixed;
  top: 70px;
  z-index: 3;
}

#news #newsAreaWrap {
  -webkit-box-sizing: border-box;
  background: #d0dce3;
  box-sizing: border-box;
  margin: 200px auto 100px auto;
  padding: 50px 100px;
  position: relative;
  width: 980px;
}

#news #newsAreaWrap .conBox_ttl {
  margin-bottom: 70px;
  text-align: center;
}

#news #newsAreaWrap.page_detail_list {
  border: 4px 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;
}

#news .newsBoxWrap {
  margin: 0 auto;
  width: 720px;
}

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

#news .news_list li::after {
  -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: 5px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
  width: 30px;
}

#news .news_list li:hover::after {
  right: 0px;
}

#news .news_list li .date {
  background: #000;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 0 10px;
}

#news #newsArea ul li a .ttl {
  display: block;
  font-size: 1.8rem;
  padding-right: 1.2em;
}

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

#news #newsArea ul.news_list li a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #000;
  display: block;
  min-height: 100px;
  padding-bottom: 20px;
}

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

/*pager*/
#news .news-pager {
  margin-top: 100px;
  overflow: hidden;
  text-align: center;
}

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

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

#news .prev_next:first-child {
  background: url(../img/news/ar_prev.png) no-repeat 0 center;
  background-size: contain;
  height: 40px;
  left: 0;
  overflow: hidden;
  padding-left: 25px;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 112px;
}

#news .pager-number .prev {
  background: url(../img/news/ar_prev.png) no-repeat 0 center;
  background-size: contain;
  border-radius: 0;
  font-size: 0;
  height: 40px;
  left: 0;
  overflow: hidden;
  padding-left: 25px;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 112px;
}

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

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

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

#news .pager-number .next {
  background: url(../img/news/ar_next.png) no-repeat 0 center;
  background-size: contain;
  border-radius: 0;
  font-size: 0;
  height: 40px;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 112px;
}

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

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

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

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

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

#news .pager-number a {
  -webkit-box-sizing: border-box;
  border-radius: 50px;
  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) {
  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;
}

#wp_pager .pageNumWrap {
  color: #000;
  cursor: pointer;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: 800;
  line-height: 2rem;
}

/*----------------------------
detail
-----------------------------*/
#news #newsAreaWrap.page_detail {
  -webkit-box-sizing: border-box;
  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;
  box-sizing: border-box;
  margin: -20px auto 200px auto;
  /*background: url(../img/news/detail_middle.png) repeat-y center top;
  background-size: 100% auto;*/
  padding: 200px 100px 140px 100px;
  position: relative;
  width: 1336px;
}

/*#news #newsAreaWrap.page_detail{
  width: 1340px;
  background: url(../img/news/detail_top.png), url(../img/news/detail_bottom.png);
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto;
  padding: 150px 100px 240px 100px;
  margin:0 auto 100px auto;
  position: relative;
  top: 0;
  box-sizing:border-box;
}*/
#news #newsAreaWrap.page_detail::after {
  -webkit-box-sizing: border-box;
  background: url(../img/news/detail_bottom.png) no-repeat center bottom;
  background-size: 100% auto;
  bottom: -100px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 484px;
  left: 0;
  position: absolute;
  width: 1336px;
  z-index: 1;
}

#news #newsAreaWrap.page_detail .articleBox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 2.8rem;
  margin: 0 auto;
  padding: 0 0 50px 0;
  position: relative;
  width: 680px;
  z-index: 2;
}

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

#news .articleBox a:hover {
  -webkit-transition: all 0.3s ease;
  opacity: 0.6;
  transition: all 0.3s ease;
}

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

#news .articleBox .articleTtl {
  font-size: 2rem;
  font-weight: 500;
  line-height: 4rem;
  margin-bottom: 40px;
  text-align: left;
  text-align: center;
}

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

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

#news .articleBox img {
  display: block;
  margin-bottom: 40px;
  max-width: 100%;
}

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

#news .articleBox .txt_block_main p {
  margin-bottom: 20px;
}

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

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

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

#news .articleBox .newslink:after {
  -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: 20px;
  top: 50%;
  transform: translate(0, -50%);
  transition: all 0.2s ease;
  width: 30px;
}

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

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

#news #pager .arrow,
#news #pager li {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #fff;
  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: contain;
  height: 40px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 112px;
}

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

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

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

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

/*
#news #pager ul{
  width:  290px;
  text-align: center;
}
#news #pager li{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  padding:10px;
  box-sizing:border-box;
  transition: all  0.3s ease;
  margin: 0;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  cursor: pointer;
}
#news #pager li a{
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

#news #pager li.active_num,
#news #pager li:hover{
  background: #ffd600;
}*/
#news #newsAreaWrap.page_detail #pager {
  margin: 0 auto;
  margin-top: 75px;
  min-height: 60px;
  position: relative;
  width: 680px;
  z-index: 2;
}

/*------------------------------------------------------------

CONTENTS PAGE

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

.sub #contentArea {
  padding: 0 0 100px 0;
}

.sub #h_logo {
  left: 0;
  margin-bottom: 20px;
  margin-left: 120px;
  position: fixed;
  top: 70px;
  z-index: 3;
}

.sub #contentArea_inner {
  -webkit-box-sizing: border-box;
  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;
  box-sizing: border-box;
  margin: 200px auto 100px auto;
  padding: 50px 100px;
  position: relative;
  width: 980px;
}

.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 {
  margin-bottom: 70px;
  text-align: center;
}

.sub #contentArea_inner .conBox_ttl img {
  margin: 0 auto;
}

/*------------------------------------------------------------
Staff & CAST
-----------------------------*/
#staffcast .nameBoxWrap {
  margin-bottom: 50px;
  text-align: center;
}

#staffcast .sub_ttl {
  -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;
  font-size: 2rem;
  line-height: 1em;
  padding-bottom: 65px;
  position: absolute;
  -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 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#staffcast .nameBox {
  display: inline-block;
  padding: 0 20px;
  text-align: center;
}

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

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

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

#staffcast .nameTxt .txt_s {
  display: inline-block;
  font-size: 1.2rem;
  position: relative;
  top: -10px;
}

#staffcast .staff1 .nameTxt {
  font-size: 3rem;
}

#staffcast .staff1 .nameTxt .txt_s {
  top: 0;
}

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

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

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

#staffcast .commentBox {
  display: none;
}

/*MODAL*/
#staffcast #modal_movie .inner {
  height: 688px !important;
  width: 980px !important;
}

#staffcast .charaBoxArea {
  -webkit-box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* padding: 120px 50px; */
  width: 980px;
}

#staffcast .charaBoxArea section {
  margin-top: 50px;
  overflow: hidden;
}

#staffcast .commentBox_inner {
  -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;
  float: right;
  overflow: hidden;
  width: 740px;
}

#staffcast .commentBox_img {
  float: left;
  max-width: 330px;
}

#staffcast .commentBox_txt {
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  float: right;
  margin-left: 20px;
  padding: 15px;
  width: 380px;
}

#staffcast .commentBox_name {
  left: 60px;
  position: absolute;
  width: 50px;
}

#staffcast .name_L {
  -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;
  border-bottom: 1px solid #000;
  display: block;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

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

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

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

/*------------------------------------------------------------

Character

-----------------------------*/
#character #contentArea_inner {
  background: #d0dce3 url(../img/character/chara_bg.png) no-repeat center top;
  background-size: 90%;
  min-height: 740px;
  position: relative;
}

.charaList {
  bottom: 85px;
  position: absolute;
  right: 60px;
  width: 180px;
}

.charaList li {
  display: block;
}

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

.charaList li::before {
  background: url(../img/common/img_yubi.png) no-repeat left top;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 30px;
  left: -40px;
  opacity: 0;
  position: absolute;
  width: 30px;
}

.charaList li .chara_btn:hover {
  background: #fff;
  color: #000;
  cursor: pointer;
}

/* .charaList li#chara1::after{
  display: block;
  width: 304px;
  height:474px;
  content: "";
  background: url(../img/character/hover_migi.png) no-repeat left top;
  background-size: 100% auto; 
  position: absolute;
  left: -404px;
  bottom: 0;
  opacity: 0;
}
.charaList li#chara2::after{
  display: block;
  width: 304px;
  height:474px;
  content: "";
  background: url(../img/character/hover_dali.png) no-repeat left top;
  background-size: 100% auto; 
  position: absolute;
  left: -404px;
  bottom: 0;
  opacity: 0;
} */
.charaList li#chara2:hover::after,
.charaList li#chara1:hover::after {
  opacity: 1;
}

.charaList li:hover::before {
  opacity: 1;
}

/*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.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 {
  height: 710px;
  padding-top: 60px;
  width: 100%;
}

#character .boxInner {
  -webkit-box-sizing: border-box;
  background: #7298a9;
  border: 2px solid #000;
  box-sizing: border-box;
  margin: 0 auto;
  min-height: 38vw;
  padding: 2.928vw 2.196vw;
  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: 5vw auto 0 auto;
  width: 320px;
  width: 20vw;
}

#character .chara_name_cv {
  -webkit-transform: translate(-50%, 0);
  background: #7298a9;
  bottom: -7px;
  font-size: 1.2rem;
  left: 50%;
  padding: 0 15px;
  position: absolute;
  transform: translate(-50%, 0);
}

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

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

#character .d_img1 {
  left: 60px;
  position: absolute;
  top: 80px;
}

#character .d_img2 {
  position: absolute;
  right: 60px;
  top: 80px;
}

#character .d_img3 {
  margin-top: 40px;
  text-align: center;
}

.thum_chara {
  -webkit-transform: translateX(-50%) translateY(-50%);
  left: 54%;
  position: absolute;
  top: 62%;
  transform: translateX(-50%) translateY(-50%);
  width: 304px;
}

.img_box {
  position: relative;
}

.thum_list {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.thum_list_item {
  -webkit-transition: 0.3s;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}

.thum_list_item.on {
  -webkit-transition: 0.3s;
  opacity: 1;
  transition: 0.3s;
}

/* 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 {
  height: 34.432vw;
  left: 4.612vw;
  max-height: 590px;
  top: 1.905vw;
  width: auto;
}

#modal3 .d_imgBox .d_img2 {
  height: 34.432vw;
  max-height: 594px;
  right: 4.246vw;
  top: 1.905vw;
  width: auto;
}

/* 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 {
  height: 30.432vw;
  left: 3.612vw;
  max-height: 590px;
  top: 4.905vw;
  width: auto;
}

#modal4 .d_imgBox .d_img2 {
  height: 30.432vw;
  max-height: 594px;
  right: 4.612vw;
  top: 4.905vw;
  width: auto;
}

/* 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 {
  height: 32.532vw;
  left: 4.612vw;
  max-height: 590px;
  top: 2.905vw;
  width: auto;
}

#modal5 .d_imgBox .d_img2 {
  height: 32.432vw;
  max-height: 594px;
  right: 1.546vw;
  top: 2.905vw;
  width: auto;
}

/* 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 {
  height: 33.532vw;
  left: 1.612vw;
  max-height: 590px;
  top: 2.905vw;
  width: auto;
}

#modal6 .d_imgBox .d_img2 {
  height: 33.432vw;
  max-height: 594px;
  right: 2.546vw;
  top: 2.905vw;
  width: auto;
}

/* 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 {
  height: 33.532vw;
  left: 1.612vw;
  max-height: 590px;
  top: 2.905vw;
  width: auto;
}

#modal7 .d_imgBox .d_img2 {
  height: 33.432vw;
  max-height: 594px;
  right: 2.546vw;
  top: 2.905vw;
  width: auto;
}

/* 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 {
  height: 33.532vw;
  left: 4.612vw;
  max-height: 590px;
  top: 2.905vw;
  width: auto;
}

#modal8 .d_imgBox .d_img2 {
  height: 33.432vw;
  max-height: 594px;
  right: 4.546vw;
  top: 2.905vw;
  width: auto;
}

/* 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 {
  height: 33.532vw;
  left: 4.612vw;
  max-height: 590px;
  top: 2.905vw;
  width: auto;
}

#modal9 .d_imgBox .d_img2 {
  height: 33.432vw;
  max-height: 594px;
  right: 4.546vw;
  top: 2.905vw;
  width: auto;
}

/* 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 {
  height: 33.532vw;
  left: 2.612vw;
  max-height: 590px;
  top: 2.905vw;
  width: auto;
}

#modal10 .d_imgBox .d_img2 {
  height: 33.432vw;
  max-height: 594px;
  right: 2.546vw;
  top: 2.905vw;
  width: auto;
}

/* 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 {
  height: 33.532vw;
  left: 4.612vw;
  max-height: 590px;
  top: 2.905vw;
  width: auto;
}

#modal11 .d_imgBox .d_img2 {
  height: 33.432vw;
  max-height: 594px;
  right: 3.546vw;
  top: 2.905vw;
  width: auto;
}

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

#modal12 .chara_name_l {
  font-size: 7rem;
  position: relative;
  text-shadow: 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2, 0 0 3px #c1ccd2;
  z-index: 1;
}

#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 {
  height: 31.532vw;
  left: 1.612vw;
  max-height: 590px;
  top: 4.605vw;
  width: auto;
}

#modal12 .d_imgBox .d_img2 {
  height: 31.032vw;
  max-height: 594px;
  right: 1.546vw;
  top: 4.905vw;
  width: auto;
}

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

#modal13 .chara_name_l {
  position: relative;
  z-index: 1;
}

#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_txtBox {
  margin: 3vw auto 0 auto;
  text-align: center;
  width: auto;
}

#modal13 .d_txtBox .d_img4 {
  height: 22.032vw;
  left: 50%;
  max-height: 590px;
  position: absolute;
  top: 10vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}

#modal13 .d_txtBox .d_txt {
  bottom: 2vw;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

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

#modal14 .chara_name_l {
  position: relative;
  z-index: 1;
}

#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_txtBox {
  margin: 3vw auto 0 auto;
  text-align: center;
  width: auto;
}

#modal14 .d_txtBox .d_img4 {
  height: 22.032vw;
  left: 50%;
  max-height: 590px;
  position: absolute;
  top: 10vw;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: auto;
}

#modal14 .d_txtBox .d_txt {
  bottom: 2vw;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/*------------------------------------------------------------

NAV

-----------------------------*/
#headerWrap {
  -webkit-transition: all 0.3s ease;
  left: 57px;
  opacity: 0;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  transition: all 0.3s ease;
  z-index: 100;
}

#headerWrap.view {
  opacity: 1;
}

#gnav li {
  margin-bottom: 10px;
}

#gnav li:hover {
  -webkit-transition: all 0.3s ease;
  opacity: 0.5;
  transition: all 0.3s ease;
}

#modal_movie .overlay {
  height: 100%;
  left: 0;
  position: absolute;
  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: 100vh;
  left: 0;
  /*position: absolute;*/
  position: fixed;
  top: 0;
  width: 100%;
}

#modal_movie .inner {
  xwidth: 95%;
  xpadding-top: 56.25%;
}

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

#modal_movie .close {
  height: 13vw;
  right: 2.4vw;
  top: -15.4vw;
  width: 13vw;
}

#modal_movie .inner {
  /* height: 508px; */
  width: 901px;
}

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

#modal_movie .overlay {
  cursor: pointer;
}

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

#modal_movie .close:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  opacity: 0.6;
  transition: all 0.3s ease;
  /* transition: all  0.4s ease;
    transform: rotateZ( 360deg ) ;*/
}

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

#modal_movie iframe,
#modal_movie video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/*------------------------------------------------------------

ローディング

-----------------------------*/
#loader {
  background: #000;
  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%);
  x-webkit-animation: blink 2s ease-in-out infinite;
  xanimation: 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: 300px;
}

.loader_txt {
  color: #fff;
  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;
  }
}

/*
.loader {
  display: block;
  color: #8ba3ad;
  font-size: 12px;
  margin: 0 auto 3% auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load4 1.3s infinite linear;
  animation: load4 1.3s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
@-webkit-keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
@keyframes load4 {
  0%,
  100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}*/
.visualArea_inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#main {
  width: 100%;
}

.loader__inner {
  left: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.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-op {
  -o-object-position: center;
  object-position: center;
}

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

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

.story_list_item a {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-transition: 0.3s;
  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: 20px;
  height: 70px;
  justify-content: center;
  position: relative;
  transition: 0.3s;
  width: 100%;
}

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

.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 {
  -webkit-transition: 0.3s;
  background-color: rgba(0, 0, 0, 0.4);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  width: 100%;
}

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

.story_list_item a:hover .inner::after {
  -webkit-transition: 0.3s;
  opacity: 1;
  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: 100%;
}

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

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

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

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

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

.story_detail_cont #pager {
  -webkit-transition: 0.3s;
  margin-top: 115px;
  text-align: center;
  transition: 0.3s;
}

/* 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: 100px 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: 100%;
  content: "";
  height: 22.309vw;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100vw;
  /* z-index: -1; */
}

.modal_wp .modal_inner .modal_inner_bg .modal__content {
  /* height: 37vw; */
  margin: auto;
  max-width: 55vw;
  width: 65vw;
}

.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: 2.562vw;
}

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

#modal1 .d_img1 {
  height: 31.432vw;
  left: 4.612vw;
  max-height: 590px;
  top: 4.905vw;
  width: auto;
}

#modal1 .d_img2 {
  height: 31.432vw;
  max-height: 594px;
  right: 4.246vw;
  top: 4.905vw;
  width: auto;
}

#modal2 .d_img1 {
  height: 31.432vw;
  left: 4.612vw;
  max-height: 590px;
  top: 4.905vw;
  width: auto;
}

#modal2 .d_img2 {
  height: 31.432vw;
  max-height: 594px;
  right: 4.246vw;
  top: 4.905vw;
  width: auto;
}

/*ストーカー要素*/
#stalker.active {
  background: url(../img/index/btn_movie.png) 50% 50% no-repeat;
  background-size: contain;
  background-size: contain;
  cursor: pointer;
  height: 120px;
  left: -60px;
  /*一番手前に来るように*/
  pointer-events: none;
  position: fixed;
  /*【重要】マウス直下に常に画像があるので、全てをクリックできなくなる。noneにして対応*/
  top: -60px;
  width: 120px;
  z-index: 999;
}

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

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

#staffcast .commentBox_img.hp_img01 {
  max-width: 360px;
}

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

#music .tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

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

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

#music .musicSong_artist {
  font-size: 1.8rem;
  margin-top: 10px;
}

#music .musicSong_artist.-ed {
  font-size: 1.5rem;
  margin-top: 3px;
}

#music .musicSong_artist.-ed.-first {
  margin-top: 10px;
}

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

#music .musicInfoBox_ttl {
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  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.4rem;
  margin-bottom: 30px;
}

#music .profileSns_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 22px;
  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;
  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%;
}

#music .musicSong_mediaImgTxt {
  display: block;
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

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

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

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

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

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

.musicSong_ttl {
  font-size: 24px;
}

.musicSong_subttl {
  font-size: 14px;
}

.musicSong_info {
  margin-top: 30px;
}

.musicSong_info .musicSong_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-top: 20px;
}

.musicSong_mediaImg {
  width: 320px;
}

.music_release {
  font-size: 24px;
  margin-bottom: 30px;
}

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

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

.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: 16px;
  padding: 1px 0.8em 2px;
}

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

.musicInfo_set02 {
  margin-top: 40px;
}

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

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

.musicInfo_set03 {
  margin-top: 40px;
}

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

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

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

.musicInfo_trackBox p {
  margin-bottom: 0;
}

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

.musicInfo_trackBox ul li:last-child {
  margin-top: 15px;
}

.musicInfo_set04 {
  margin-top: 20px;
}

#music .sub_ttl {
  -ms-writing-mode: tb-rl;
  font-size: 2rem;
  left: 0;
  line-height: 1em;
  padding-bottom: 65px;
  position: absolute;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-4em);
          transform: translateX(-4em);
  -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;
  width: 690px;
}

.musicSong_mediaImg {
  margin-bottom: 20px;
}

/*MODAL*/
#music #modal_movie .inner {
  height: 688px !important;
  width: 980px !important;
}

#music .charaBoxArea {
  -webkit-box-sizing: border-box;
  -webkit-transform: translateY(-50%);
  box-sizing: border-box;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  /* padding: 120px 50px; */
  width: 980px;
}

#music .charaBoxArea section {
  margin-top: 50px;
  overflow: hidden;
}

#music .commentBox_inner {
  -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;
  float: right;
  overflow: hidden;
  width: 740px;
}

#music .commentBox_img {
  float: left;
  max-width: 330px;
}

#music .commentBox_txt {
  -webkit-box-sizing: border-box;
  background: #fff;
  box-sizing: border-box;
  float: right;
  padding: 15px;
  width: 520px;
}

#music .commentBox_name {
  left: 60px;
  position: absolute;
  width: 50px;
}

#music .name_L {
  -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;
  display: block;
  font-size: 4.8rem;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 20px;
  padding-bottom: 20px;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
}

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

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

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

#music .musicInfoBox#cmt_2,
#music .musicInfoBox#cmt_1 {
  margin-top: 80px;
}

.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.8rem;
  height: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 400px;
}

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

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

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

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

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

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

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

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

#music .tab_item.tab_op {
  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 {
  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 .nameBoxWrap {
  margin-bottom: 50px;
  text-align: center;
}

#onair .sub_ttl {
  -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;
  font-size: 2rem;
  line-height: 1em;
  padding-bottom: 65px;
  position: absolute;
  -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 {
  padding-bottom: 200px;
  position: relative;
}

#onair .inbox_streaming {
  margin-top: 110px;
}

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

#onair .onairBox {
  margin: auto;
  text-align: center;
  width: 557px;
}

#onair .onairInfo {
  padding: 0 55px;
}

#onair .onairInfo {
  margin-top: 80px;
  text-align: left;
}

#onair .onairInfo .onairInfoTtl {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  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: 450px;
}

#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: 14px;
}

#onair .onairInfoItem {
  margin-bottom: 60px;
}

#onair .onairInfoItem:last-child {
  margin-bottom: 75px;
}

#onair .infoDay {
  display: inline-block;
}

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

#onair .infoList {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 0 20px;
  width: 100%;
}

#onair .infoList .infoDay02 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

#onair .infoList .infoDay02 .repeat {
  font-size: 16px;
}

#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: 12px;
  text-align: center;
}

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

#onair .onairCaution .-parent::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 .-parent::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.sub #contentArea_inner {
  -webkit-box-sizing: border-box;
  background: #d0dce3;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 4px solid #000;
  box-sizing: border-box;
  margin: 200px auto 100px auto;
  padding: 50px 100px 110px 100px;
  position: relative;
  width: 980px;
}

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

.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: 20px 20px;
  margin-top: 10px;
}

.streamingInfoItem {
  margin-bottom: 40px;
}

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

.streamingInfoTtl {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 20px;
  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: 450px;
}

.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: 14px;
}

#onair .streamingBox {
  margin: auto;
  width: 600px;
}

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

.streamingLink_txt {
  font-size: 1.4rem;
}

.c-streaming_btn {
  width: calc(100% / 3 - 20px);
}

.c-streaming_btn small {
  font-size: 1.1rem;
}

#onair .c-streaming_btn {
  background-color: #000;
  border: solid 1px #000;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  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;
}

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

#bd .tab_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

#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 .bdInfoBox_ttl {
  background-color: #000;
  color: #fff;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 15px;
  padding: 0.5em 0.5em 0.5em 0.5em;
}

#bd .bdInfoBox_ttl span {
  position: relative;
}

#bd .bdInfoBox_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;
}

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

.bd_info .bd_media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}

.bd_mediaImg {
  width: 280px;
}

.bd_mediaImg img {
  margin-bottom: 15px;
}

.bd_release {
  font-size: 24px;
  margin-bottom: 30px;
}

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

.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 .sub_ttl {
  -ms-writing-mode: tb-rl;
  font-size: 2rem;
  left: 0;
  line-height: 1em;
  padding-bottom: 65px;
  position: absolute;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-4em);
          transform: translateX(-4em);
  -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;
  width: 690px;
}

.bd_mediaImg {
  margin-bottom: 20px;
}

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

.bd_media.-second {
  padding-top: 100px;
  position: relative;
}

.bd_media.-second::before {
  -webkit-transform: translate(-50%, 0);
  background: url(../img/music/border_line.png);
  content: "";
  height: 10px;
  left: 50%;
  position: absolute;
  top: 35px;
  transform: translate(-50%, 0);
  width: 676px;
}

#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: 80px;
}

.anker_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 16px;
}

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

.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 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 0 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

.tokuten_mediaImg {
  width: 280px;
}

.tokuten_mediaImg_body {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.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 4em 0.7em 1.5em;
}

.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: 35px;
  -webkit-transform: rotate(90deg) translateY(5.5em);
          transform: rotate(90deg) translateY(5.5em);
  -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
          writing-mode: inherit;
}

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

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

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

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

#bd .eventInfoMain .eventInfoDl {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
  margin-bottom: 20px;
}

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

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

#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 10px;
}

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

#bd .eventInfoMain .eventInfoCastMc {
  font-size: 1.6rem;
  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;
  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;
  content: "";
  display: block;
  height: 20px;
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -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;
}

#story_detail.sub #contentArea_inner.epArea_inner {
  padding: 50px 6px;
}

#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;
  width: 676px;
}

#story_detail .epArea_inner .intro_area {
  padding: 40px 100px;
}

#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;
  width: 676px;
}

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

#story_detail .gallary_func {
  margin: 40px 50px 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;
}

/*pager*/
#story_detail .news-pager {
  margin-top: 100px;
  overflow: hidden;
  text-align: center;
}

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

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

#story_detail .prev_next:first-child {
  background: url(../img/story/ar_prev.png) no-repeat 0 center;
  background-size: contain;
  height: 40px;
  left: 0;
  overflow: hidden;
  padding-left: 25px;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 112px;
}

#story_detail .pager-number .prev {
  background: url(../img/story/ar_prev.png) no-repeat 0 center;
  background-size: contain;
  border-radius: 0;
  font-size: 0;
  height: 40px;
  left: 0;
  overflow: hidden;
  padding-left: 25px;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 112px;
}

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

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

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

#story_detail #pager .arrow,
#story_detail #pager li {
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  color: #fff;
  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: contain;
  height: 40px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  white-space: nowrap;
  width: 112px;
}

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

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

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

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

#story_detail #storyAreaWrap.page_detail #pager {
  margin: 0 auto;
  margin-top: 75px;
  min-height: 60px;
  position: relative;
  width: 680px;
  z-index: 2;
}

#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;
  left: 115px;
  position: absolute;
  top: 75px;
  width: 530px;
  z-index: 9;
}

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

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

#index .swiper {
  z-index: -1;
}

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

#special .inbox_game {
  word-break: break-all;
}

#special .inbox_game h3 {
  margin-top: 70px;
  text-align: center;
}

#special .inbox_game .game_img {
  margin-top: 40px;
  text-align: center;
}

#special .inbox_game .game_intro {
  margin-top: 20px;
}

#special .inbox_game .game_intro dl dt {
  font-size: 24px;
}

#special .inbox_game .game_intro dl dd {
  font-size: 18px;
  margin-top: 30px;
}

#special .inbox_game .game_start {
  margin-top: 50px;
  text-align: center;
}

#special .inbox_game .game_start .game_sound_txt {
  font-size: 14px;
  margin-top: 40px;
}

#special .inbox_game .game_start_btn {
  display: inline-block;
  height: 62px;
  position: relative;
  width: 263px;
}

#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: 62px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 263px;
}

#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: 62px;
  margin-top: 50px;
  position: relative;
  width: 263px;
}

#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: 62px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 263px;
}

#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-image: url(../img/special/game_frame_bg.png);
  background-position: center 90px;
  background-repeat: no-repeat;
  height: 1009px;
  margin: 100px auto 0;
  width: 630px;
}

#special .game_info {
  margin-top: 100px;
}

#special .game_info dl {
  margin-bottom: 40px;
}

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

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

#special .tab_item.tab_game {
  position: relative;
  width: 164px;
}

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

#special .tab_item.tab_interview {
  position: relative;
  width: 164px;
}

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

#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: 35px;
  padding: 0 8px;
}

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

.ranking_item_inner {
  -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;
  height: 70px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow-y: auto;
}

.ranking_score_time {
  font-size: 16px;
  min-width: 100px;
  padding-left: 10px;
}

.ranking_head {
  -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;
  font-size: 16px;
  gap: 0 65px;
  padding-left: 48px;
}

.ranking_head .ranking_num {
  -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-align-self: flex-start;
      -ms-flex-item-align: start;
          align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 8px 0 0 0;
}

.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: 70px;
  left: 0;
  position: absolute;
  top: 0;
  width: 16px;
}

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

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

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

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

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

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

.interview_bloc {
  margin-top: 80px;
}

.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: 18px;
  padding: 0.4em 1em;
}

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

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

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