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 {
  margin: 0;
  padding: 0;
  border: 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;
}
a.disabled {
  pointer-events: none !important;
}
body{
	width: 100%;
	height: 100%;
  color: #000;
  min-height: -webkit-fill-available;
}
/* font setting
##################################### */
html {
  font-size: 62.5%;
  height: -webkit-fill-available;
}

/* base
##################################### */
body {
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
  color: #000;
  font-family: 'Noto Sans JP','Sen',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
}

.sp-only {
	display: block;
}

.pc-only {
	display: none;
}

.txt {
  /*ジャギ解消*/
  font-family: 'M PLUS 1p','Sen',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  transform: rotate(0.05deg);
}

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

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

a {
  outline:none;
}

.btn_gnav {
  position: fixed;
  top: 2vw;
  z-index:100;
	/*top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);*/
  right: 2vw;
  color: #FFF;
  z-index: 100;
  cursor: pointer;
  width: 15vw;

}

/* #index .btn_gnav {
  opacity: 0;
}
#index .btn_gnav.showBtn {
  opacity:1;
} */

.btn_gnav.on {
  top: 2vw;
  right: 2vw;
}
.btn_gnav .inner {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25.6vw;
  width: 100%;
  min-width: 38px;
  min-height: 38px;
}
.btn_gnav .inner::after {
  position: absolute;
  top: 23.5%;
  left: 0%;
  -webkit-transform: translate(-50%, -12%);
  -ms-transform: translate(-50%, -12%);
  transform: translate(-50%, -12%);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.btn_gnav .lines {
  position: absolute;
  right: 2vw;
  top: 2vw;
  width: 100%;
  height: 30%;
  /*-webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);*/
}
.btn_gnav.on .lines {
  position: absolute;
  right: 0;
  top: 50%;
  width: 100%;
  height: 30%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.btn_gnav i {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #FFF;
  border: 1px solid #000;
  border-radius: 10px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*-webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;*/
}
.btn_gnav i.first {
  top: 10%;
}
.btn_gnav i.second {
  top: 50%;
}
.btn_gnav i.third {
  top: 80%;
}
.btn_gnav.on i {
  height: 0px;
  border: 1px solid #FFF;
}
.btn_gnav.on i {
  /* border: none; */
}
.btn_gnav.on .first {
  top: 50% !important;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn_gnav.on .second {
  opacity: 0 !important;
}
.btn_gnav.on .third {
  top: 50% !important;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}


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

contents

----------------------------*/
#main{
	position:relative;
}
#main.on{
	/* position:fixed;*/
	/* top:0; */
}
#stage{
  background:url(../img/common/bg_sp.gif) fixed;
	position: relative;
	width: 100%;
}
#stage.hidden #main{
	position:fixed;
	top:0;
}
/*.hdFixBox{
	position:absolute;
	box-sizing: border-box;
	padding: 3%;
	top: 0;
	left: 0;
	width: 100%;
	clear:both;
	z-index:80;
	padding-top: 18.6%;
}*/
#logo{
	position:fixed;
	top: 1%;
  left: 1%;
  z-index:80;
}
#index #logo{
  opacity: 0;
}
#index #logo.showBtn{
  opacity: 1;
}
#logo img{
	width:30%;
}


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

NAV

----------------------------*/
#gnavWrap{
	z-index:90;
	opacity:1;
	height:100%;
  min-height: 100vh;
	overflow:hidden;
	position: fixed;
	top: 0;
	box-sizing:border-box;
	transition: all 0.5s ease-out;
  font-weight: 800;
  background-color: #48a6ff;
}
#gnavWrap.open{
	/* transform: translateY(0); */
	top:0 !important;
}
.nav_wrap{
  float: left;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  height: 50vh;
  box-sizing: border-box;
  position: relative;
}
#gnav .nav_wrap.block1{
  background: #e7211a;
}
#gnav .nav_wrap.block2{
  background: #000;
}
#gnav .nav_wrap.block3{
  background: #ffd600;
}
.block4{
  background: #48a6ff;
  display: block!important;
}
#gnavWrap .snsBtn{
  box-sizing: border-box;
  display: flex;
}
.snsBtn.block4 .nav_inner{
  width: 100%;
}
.snsBtn.block4 .snsBtn_ttl {
    font-weight: 800;
    color: #FFF;
    font-size: 1.5rem;
    text-align: center;
    margin-bottom: 10%;
}
.snsBtn.block4 ul{
  display: flex;
  width: 100%;
  padding: 0 15%;
  box-sizing: border-box;
}
.snsBtn.block4 ul li {
  width: 33%;
  display: block;
  padding: 0 3%;
  box-sizing: border-box;
}
#gnav .nav_wrap ul, .nav_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#gnav li{
  font-size: 2em;
	display: block;
	margin-bottom: 10%;
	box-sizing:border-box;
}
#gnav li.go {
  color: #FFF;
	opacity: .5;
	pointer-events: none;
}
#gnav a {
	color: #FFF;
}
#gnav li.is-active{
  pointer-events: none!important;
  cursor: default!important;
}

/* movie */
#gnav_layer, #modal_movie .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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 {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color:rgba(255,255,255,0.95);
}
#modal_movie .inner {
  width: 95%;
  padding-top: 56.25%;
}
#modal_movie {
  min-height: calc(56.25vw + 15.4vw * 2);
}
#modal_movie .close {
  top: -15.4vw;
  right: 2.4vw;
  width: 13vw;
  height: 13vw;
}
#modal_movie .inner {
  width: 95%;
  padding-top: 56.25%;
}
#modal_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  overflow: hidden;
  z-index: 500;
}
#modal_movie .overlay {
  cursor: pointer;
}
/*
#modal_movie .close {
  position: absolute;
  right: 1%;
  top: 1%;
  width: 10vw;
  height: 10vw;
  border: 0;
  padding: 0;
  background-image: url("../img/common/closebtn.png");
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: 100% auto;
  border: none;
  outline: none;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
}*/
#modal_movie .inner {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}
/*
#modal_movie iframe, #modal_movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}*/


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

TOP

-----------------------------*/
/*VISUAL*/
#visualArea{
  position: relative;
}
#visualArea .snsBtn{
  display: none;
}
#visualArea #visualBoxList{
  margin:5.3%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#visualArea #visualBoxList li{
  width: 15%;
  border-radius: 10px 0 10px 0;
  box-sizing:border-box;
  overflow: hidden;
  position: relative;
}
#visualArea #visualBoxList li:hover{
  cursor: pointer;
}
#visualBoxList li::after{
  content: "";
  display: block;
  width:100%;
  padding-top: 100%;
  cursor: pointer;
  background: #000;
  border-radius: 10px 0 10px 0;
  box-sizing:border-box;
  position: absolute;;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: .4;
}
#visualBoxList li:hover::after{
  display: none;
}
#visualBoxList li.active:after{
  display: none;
  cursor: pointer;
}
#visualBoxList li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
#visualArea .visualBox{
  opacity:0;
  overflow: hidden;
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}
#visualArea .visualBox.active{
  opacity:1;
  position: relative;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all  0.6s ease;
}
.sp_logo_wrap {
  padding: 0 10.6% 5.3%;
}
.sp_inner {
  padding:0 5.3%;
}
#visualArea .comment {
  width: 85%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 10%;
}
#visualArea .day {
  width: 85%;
  margin: 0 auto 10%;
}
#visualArea .day .day_news a {
  display: block;
  text-align: center;
  background-color: #e8201a;
  border-radius: 50px;
  font-weight: bold;
  line-height: 3;
  margin-top: 25px;
  transition: all 0.2s ease;
  color: #fff;
}
#visualArea .day .day_news a:hover {
  transform: scale(1.1);
}
#visualArea .day .day_news.day_news2 a {
  margin-top: 10px;
}

/* CONTENT */
#index #contentArea .conBox{
  margin-bottom: 26%;
}
#index #contentArea .conBox_ttl{
  width: 42%;
  margin-bottom: 8%;
  padding: 0 5.3%;
}
#index #contentArea .txtBox{
  margin: 13% 0;
  text-align: center;
}
#index #contentArea .moreBtn{
  text-align: right;
}
#index #contentArea .moreBtn img{
  transition: all 0.2s ease;
  transform-origin: 50% 50%;
}
#index #contentArea .moreBtn:hover img{
  transform: scale(1.1);
}
#index #contentArea #newsArea .moreBtn img{
  width: 40%;
}
#index #contentArea #twArea .moreBtn img{
  width: 40%;
}
#index #contentArea #movieArea .moreBtn img{
  width: 34%;
}

/* NEWS */
#index #newsArea .newsBoxWrap{
  background: url(../img/index/news_bg_sp.png) no-repeat 0 0;
  background-size: 100% auto;
}
#index #newsArea ul{
  padding: 5.3%;
}
#index #newsArea ul li a{
  display: flex;
  align-items: center;
  justify-content:flex-start;
 }
#index #newsArea ul li a .ttl {
  display: inline;
  padding-left: 3%;
  width: 85%;
  box-sizing: border-box;
}
#index #newsArea ul li a .ttl{
   /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;*/
  overflow: hidden;
}
#index #newsArea ul li{
  margin-bottom: 13%;
  font-size: 1.2rem;
}
#index #newsArea ul li a{
  color: #000;
}
#index #newsArea ul time{
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#index #newsArea ul li a .date{
  width: 13.3vw;
}
#index #newsArea ul li a .year{
  font-size: 1.8rem;
}
#index #newsArea ul li:hover time{
  color:#000;
}
#index #newsArea ul li:hover .ttl span{
  background: #ffd600;
}

/* Twitter */
#index #twArea .twitter-wrap{
  background:url(../img/index/tw_bg2_sp.png) no-repeat 0 0;
  background-size: 100% auto;
  position: relative;
  padding: 20% 5.3% 0 5.3%;
}
#index #twArea .twitter-inner{
  width: 78%;
  height: 450px;
  margin: 0 auto 0 auto;
  background:#FFF;
  margin-bottom: 6%;
}
#index #twArea .moreBtn{
  background: url(../img/index/tw_bg1_sp.png) no-repeat 5.3% 0;
  background-size: 25% auto;
  padding-bottom: 10%;
}

/* MOVIE */
#index #movieArea .movieBoxWrap{
  background-image: url(../img/index/movie_bg1_sp.png),url(../img/index/movie_bg_line_sp.png),url(../img/index/movie_bg2_sp.png);
  background-repeat: no-repeat,no-repeat,no-repeat;
  background-position: center 49%,0 5%,right 0%;;
  background-size: 100% auto, 100% auto, 100% auto;
  padding-top: 20%;
}
/* ボタン無い時 */
#index #movieArea .movieBoxWrap{
  padding-top: 10%;
  padding-bottom: 20%;
}
#index #movieArea .thum_movie {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding-top: 56.33%;
  overflow: hidden;
  transform: rotate( -6deg );
  margin-top: 5%;
}
#index #movieArea .thum_movie img{
  display: block;
  position: absolute;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  background: #8ba3ad;
  transform: translateY(-50%) scale(1,1);
}
#index #movieArea .thum_movie:hover img{
  background: #FFF;
  transform: translateY(-50%) scale(1.1,1.1);
}
#index #movieArea .thum_movie:hover figure img {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}


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

footerArea

-------------------- */
#footerArea{
  background-image: url(../img/common/ft_bg_sp.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 13%;
}
#footerArea .inner{
 background: #000;
}
#toTop{
  text-align: right;
  margin-bottom: 13%;
  padding:0 5.3%;
}
#toTop img{
  width: 14%;
}
.bnrList{
  padding:0 5.3%;
  margin: 0 auto 15% auto;
  width: 64%;
}
#footerArea .bnrList li{
  margin-bottom: 5%;
}
#footerArea .copyright{
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  color: #FFF;
  padding-bottom:5.3%;
  background: #000;
}
#footerArea .snsBtn{
  width: 65vw;
  box-sizing: border-box;
  background:url(../img/common/ft_sns_bg_sp.png) no-repeat left center;
  background-size: 100% auto;
  padding: 10% 5.3%;
  position: relative;
  margin-bottom: 8%;
  overflow: hidden;
}
#footerArea .snsBtn .snsBtn_ttl{
  font-weight: 800;
  color: #FFF;
  font-size: 1.5rem;
  display: inline-block;
  float: left;
  margin-right:5vw;
}
#footerArea .snsBtn ul{
  float: left;
}
#footerArea .snsBtn ul li{
  display:inline-block;
  margin-right: 4vw;
  width: 7vw;
}


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

VIDEO

-----------------------------*/
#cboxContent {
  width: 100%;
  padding: 10vw 0!important;
  box-sizing: border-box;
}
#cboxOverlay.bg_blue{
  background:#48a6ff!important;
}
#cboxOverlay.bg_yw{
  background:#ffd600!important;
}
#cboxClose {
  position: absolute;
  right: 1%;
  top: 1%;
  width: 10vw;
  height:10vw;
  border: 0;
  background-color: transparent;
  background: url(../img/common/closebtn.png) no-repeat;
  background-size: 100% auto;
  outline: none;
}
#video {
  /* width: 615px; */
  /* margin:0 auto; */
  padding: 5.3%!important;
  box-sizing: border-box;
}
#video #playerbox {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin-bottom: 30px;
}
#video #player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#playBtn{
  pointer-events: none;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 13rem;
  height: 13rem;
  background: url(../img/common/playbtn.png) no-repeat center center;
  background-size: 100% auto;
  cursor: pointer;
  opacity: 0;
  z-index: 100;
  transition: all 0.1s ease;
}
#playerbox:hover #playBtn{
  transform: scale(1.05,1.05) translateX(-50%) translateY(-50%);
}
#playBtn.pause {
  opacity:1;
  z-index: 100;
}
#playlist{
  display: flex;
  flex-wrap: wrap;
  justify-content:space-between;
}
#playlist li{
  width: 30%;
  border:1px solid #FFF;
  vertical-align: middle;
  border-radius: 10px 0 10px 0
}
#playlist li a{
  display:block;
  width: 100%;
  vertical-align: middle;
  color: #FFF;
  padding: 3%;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
}

/* COMMENT */
#cmtBox{
  background: url(../img/comment/bg_sp.png) no-repeat center bottom;
  background-size: 100% auto;
  padding:0 5.3% 80vw 5.3%;
  box-sizing: border-box;
}
#cmtBox .ttl{
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
}
#cmtBox p{
  font-size: 1.2rem;
}

/* CAST COMMENT */
#cmtBox_castWrap{
  padding: 0 5.3vw;
}
#cmtBox_cast{
  background: #FFF;
  padding: 10vw 5.3vw;
  margin: 10vw 0;
  box-sizing:border-box;
}
#cmtBox_cast .nameBox{
  position: relative;
  margin: 0 10vw;
  padding-bottom: 20vw;
}
#cmtBox_cast .commentBox dl{
  margin-bottom: 6vw;
}
#cmtBox_cast .commentBox dd{
  font-size: 1.2rem;
}
#cmtBox_cast .commentBox dt{
  display: inline;
  color: #FFF;
  background: #000;
  font-size: 1.4rem;
  line-height: 2;
  font-weight: bold;
  padding:2px;
}
#cmtBox_cast .commentBox dd{
  font-size: 1.2rem;
}
#cmtBox_cast .nameBox .name{
  font-size: 2rem;
  line-height: 1;
  margin-top: 6vw;
}
#cmtBox_cast .chara_name{
  color: #FFF;
  margin-top: 15px;
  font-size: 1.4rem;
  padding:5px 10px;
}
#cmtBox_cast .chara_name span{
  font-size: 1rem;
}
#cmtBox_cast .chara_img{
  width: auto;
  height: 46vw;
  border: 0;
  position: absolute;
  right: 0;
  bottom: 10vw;
}

/* STAFF COMMENT */
#cmtBox_cast .staff_name {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 6vw;
}
#cmtBox_cast .staff_name .role {
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
#cmtBox_cast .staff_name .role span {
  display: inline-block;
  width: 40vw;
  padding: 5px 10px;
}
#cmtBox_cast .staff_name .role .blue {
  background-color: #48a6ff;
}
#cmtBox_cast .staff_name .role .yw {
  background-color: #ffd600;
}
#cmtBox_cast .staff_name .role .red {
  background-color: #e8201a;
}
#cmtBox_cast .staff_name .role .black {
  background-color: #000;
}


/*-----------------------------
キャラ別位置調整
-----------------------------*/
#cmtBox_cast #chara8 .chara_img{
  height: 35vw;
}

/*-----------------------------
キャラ別カラー
-----------------------------*/
#cmtBox_cast #chara1 .chara_name {
  background: #ea211a;
}
#cmtBox_cast #chara2 .chara_name {
  background: #000;
}
#cmtBox_cast #chara3 .chara_name {
  background: #ffd600;
}
#cmtBox_cast #chara4 .chara_name {
  background: #48a6ff;
}
#cmtBox_cast #chara5 .chara_name,
#cmtBox_cast #chara6 .chara_name,
#cmtBox_cast #chara7 .chara_name,
#cmtBox_cast #chara8 .chara_name,
#cmtBox_cast #chara9 .chara_name {
  background: #c0c0c0;
}


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

CONTENTS

-----------------------------*/
.sub #contentArea .inner {
  position: relative;
  padding: 0 5.3%;
  overflow: hidden;
}
.sub #stage{
  font-size: 1.4rem;
}
.sub #stage{
  margin-top: 80px;
}
.sub .conBox{
  padding-top: 40px;
}
.sub .conBox_ttl{
  text-align: center;
  margin-bottom: 13.3vw;
}
.sub .conBox_ttl img{
  height: 6.6vw;
  width: auto;
}
.sub .inbox{
  display: block;
  margin-bottom: 20vw;
}


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

ON AIR

-----------------------------*/
#onair .catch{
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 13.3vw;
  font-weight: 500;
}
#onair .catch span.txt_red{
  font-size: 2.2rem;
  font-weight: 800;
  color: #ff0000;
}
#onair .catch span.txt_s{
  font-size: 1.4rem;
  font-weight: 500;
}
#onair .note{
  font-size: 1rem;
}
#onair .onair_listBox{
  padding: 5.3vw;
  border: 3px solid #f7f7f7;
  border-radius: 30px 0 30px 0;
  box-sizing:border-box;
  background: #FFF;
  margin:0 0 5.3vw 0;
  font-size: 1.2rem;
}
#onair .txt_bold{
  font-weight: bold;
  font-size: 1.4rem;
  padding-left: 4vw;
  line-height: 2rem;
  margin-bottom: 3vw;
}
#onair .onair_listBox span.txt_s{
  font-size: 1rem;
}
#onair .ic_red{
  background: url(../img/onair/icon_red.png) no-repeat left top;
  background-size: 3.5vw auto;
}
#onair .ic_yw{
  background: url(../img/onair/icon_yw.png) no-repeat left top;
  background-size: 3.5vw auto;
}
#onair .ic_blue{
  background: url(../img/onair/icon_blue.png) no-repeat left top;
  background-size: 3.5vw auto;
}#onair .str_ttl{
  margin-bottom: 5.3vw;
}
#onair .str_ttl img{
  height: 5.3vw;
  width: auto;
}
#onair .str_listBox{
  margin-bottom: 60px;
}
#onair .str_listBox_ttl{
  color: #FFF;
  background: #000;
  font-size: 1.2rem;
  line-height: 1;
  padding: 2vw;
  display: block;
  font-weight: normal;
  margin-bottom: 8vw;
}
#onair .str_listBox ul{
  display: grid;
  gap: 20px;
}
#onair .str_listBox ul li a {
  line-height: 1;
  text-align: center;
  border: 2px solid #ffd600;
  border-radius: 50px;
  padding: 5vw 3vw;
  box-sizing:border-box;
  background: #FFF;
  transition: all  0.3s ease;
  display: block;
  color: #000;
}
#onair .str_listBox ul li a:hover {
  background: #ffd600;
}


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

STORY

-----------------------------*/
#story #switchAreaWrap, #story #storyBoxWrap {
  position: relative;
}
#story .areaNav {
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#story .areaNav, #story .storyNav {
  text-align: center;
}
#story .areaNav li, #story .storyNav li {
  text-align: center;
  display: inline-block;
  width: 42vw;
  font-size: 1.4rem;
  text-align: center;
  border: 2px solid #ffd600;
  border-radius: 50px;
  padding:1vw 0;
  box-sizing:border-box;
  background: #FFF;
  transition: all  0.3s ease;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  cursor: pointer;
  font-weight: 800;
}
#story .storyNav{
  margin-top: 20px;
}
#story .storyNav li{
  width: 40px;
  height: 40px;
  margin: 0 2vw 2vw;
  line-height: 35px;
  padding: 0;
}
#story .areaNav li.activeNav,
#story .areaNav li:hover,
#story .storyNav li.activeNav,
#story .storyNav li:hover{
  background: #ffd600;
}
#story .switchArea {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .6s ease;
  /* width: 100%; */
  z-index: -10;
}
#story #intro_area {
  margin-top: 20vw;
  text-align: center;
}
#story .switchArea.activeBox {
  opacity: 1;
  display: block;
  position: relative;
  z-index: 20 !important;
}
#story #storyBoxWrap{
  margin-top: 20vw;
  font-weight: 500;
}
#story .intro_txtWrap p{
  margin-bottom: 10vw;
  font-size: 1.4rem;
  line-height: 3rem;
  text-align: left;
  font-weight: 700;
}
#story .intro_txtWrap .intro_txt3{
  font-weight: 900;
}
#story .intro_txtWrap span.txt_red{
  color: #ff0000;
}
#story .intro_txtWrap .name1{
  color: #FFF;
  background: #fe1313;
  padding: 0 10px;
  margin-right: 10px;
}
#story .intro_txtWrap .name2{
  color: #FFF;
  background: #000;
  padding: 0 10px;
  margin-right: 10px;
}
#story .intro_txtWrap .name3{
  color: #000;
  background: #ffd603;
  padding: 0 10px;
  margin-right: 10px;
}
#story .intro_txtWrap .name4{
  color: #FFF;
  background: #48a6fe;
  padding: 0 10px;
  margin-right: 10px;
}
#story .intro_txt1{
  margin-bottom: 20vw;
}
#story .intro_txt3{
  font-weight: 800;
}
#story .intro_txtWrap span.txt_red{
  color: #ff0000;
}
#story .storyArea {
  position: relative;
}
#story .storyBox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .6s ease;
  width: 100%;
  z-index: -10;
}
#story .storyBox.activeBox {
  opacity: 1;
  display: block;
  position: relative;
  z-index: 100 !important;
}
#story .storyNav li.activeNav, #story .storyNav li.activeNav span {
  pointer-events: none;
  cursor: default;
}
#story #intro_box .storyTxt {
  text-align: center;
  font-size: 16px;
  line-height: 2.3;
}


/*----------------------------
detail
-----------------------------*/
#story .storyBox{
  padding: 12vw 5.3vw;
  border: 3px solid #f7f7f7;
  border-radius: 30px 0 30px 0;
  background: #FFF;
  box-sizing:border-box;
}
#story .storyBox .storyTtl {
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 8vw;
  position: relative;
  overflow: hidden;
}
#story .storyBox .storyTtl .animeNo {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  font-size: 3.4rem;
  line-height: 3.4rem;
  padding-right: 20px;
  position: absolute;
  top: 0;
  left: 0;
  /* position: relative; */
  /* float: left; */
}
#story .storyBox .storyTtl .ttl {
  position: relative;
  display: inline-block;
  padding-left: 60px;
  padding-top: 30px;
  /* float: left; */
}
#story .storyBox .storyTtl .animeNo::after {
  content: "";
  display: block;
  border-bottom: 2px solid #000;
  width: 34px;
  position: absolute;
  right: 0;
  bottom: 0;
  transform:skew(0,-45deg);
}
/*
#story .storyBox .storyTtl .ttl::after {
  content: "";
  display: block;
  border-bottom: 2px solid #000;
 width: 6vw;
  position: absolute;
  left:0;
  top: 7vw;
  transform:skew(0,-45deg);
}*/
#story .storyBox .storyImg {
  margin-bottom: 5.3vw;
}
#story .storyBox .mainImg img {
  width: 100%;
  height: auto;
  display: block;
}
#story .storyBox .imgList {
  overflow: hidden;
  display: flex;
}
#story .storyBox .imgList li{
  position: relative;
}
#story .storyBox .imgList li:before{
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
  border: 4px solid transparent;
  box-sizing: border-box;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
}
#story .storyBox .imgList li.active_img:before{
  border: 4px solid #ffd600;
}
#story .storyBox .imgList li:before{
  content: "";
  pointer-events: none;
  z-index: 1;
  box-sizing: border-box;
}
#story .storyBox .imgList li:hover {
  opacity: .8;
  cursor: pointer;
}
#story .storyBox .imgList li img {
  width: 100%;
  height: auto;
  display: block;
}

#story .storyTxt {
  padding-bottom:  5.3vw;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 5.3vw;
  line-height: 2;
}

#story .boxTtl {
  background: #000;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
  padding: 0 10px;
}
#story .staffList{
  overflow: hidden;
}
#story .storyBox .staffList li {
  margin-bottom: 10px;
  display: block;
  margin-right: 30px;
  float: left;
}

#story .storyBox .staffList .listTtl {
  color: #aaaaaa;
  display: inline-block;
  margin-right: 15px;
}


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

STAFF CAST

-----------------------------*/
#staffcast .sub_ttl{
  margin-bottom: 8vw;
}
#staffcast .sub_ttl img{
  height: 5.3vw;
  width: auto;
}
#staffcast .nameBoxWrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#staffcast .nameBox{
  width: 42vw;
}

#staffcast .nameBox .nameTtl{
  background: #000;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 1;
  padding: .5vw 1.3vw;
  box-sizing:border-box;
}
#staffcast .nameTxt{
  padding: 1.3vw;
  font-size: 1.8rem;
  box-sizing:border-box;
}
#staffcast .nameTxt .txt_s{
  font-size: 1rem;
  display: inline-block;
}
#staffcast .cmt_btn{
  display: inline-block;
  margin-left: 10px;

}
#staffcast .cmt_btn img{
  width: 25px;
  height: auto;
}


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

NEWS

-----------------------------*/
/*--------
detail pager
--------*/

#news #pager{
  overflow: hidden;
  padding-bottom: 20vw;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20vw;
}
#news #pager .arrow{
  position: absolute;
  bottom: 0;
}
#news #pager .arrow.pager_prev{
  left: 0;
}
#news #pager .arrow.pager_next{
  right: 0;
}
#news #pager .arrow,
#news #pager li{
  display: inline-block;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-weight: 800;
  font-size:1.8rem;
  cursor: pointer;
}
#news #pager a{
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}


/*
#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 .pager_prev{
  padding-left: 25px;
  background: url(../img/news/ar_left_off.png) no-repeat 0 center;
  background-size: 20px auto;
}
#news .pager_prev:hover{
  background: url(../img/news/ar_left_on.png) no-repeat 0 center;
  background-size: 20px auto;
}
.pager_next{
  padding-right: 25px;
  background: url(../img/news/ar_right_off.png) no-repeat right center;
  background-size: 20px auto;
}
#news .pager_next:hover{
  background: url(../img/news/ar_right_on.png) no-repeat right center;
  background-size: 20px auto;
}

#news #newsArea.newsBoxWrap{
  padding: 5.3vw;
  margin:0 auto 13.3vw auto;
}
#news #newsArea ul li a{
  display: flex;
  align-items: center;
}
#news #newsArea ul li a .ttl{
  display: inline-block;
  width: 65vw;
  padding-left: 2.6vw;
  box-sizing: border-box;
}
#news #newsArea ul li a .ttl span{
  /* display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;*/
  overflow: hidden;
}

#news #newsArea ul li{
  margin-bottom: 13.3vw;
  font-size: 1.2rem;
}
#news #newsArea ul li a{
  color: #000;
}
#news #newsArea ul time{
  font-weight: 800;
  font-size: 1.6rem;
  line-height: 1;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#news #newsArea ul li a .date{
  width: 13.3vw;
}
#news #newsArea ul li a .year{
  font-size: 1.8rem;
}
#news #newsArea ul li:hover time{
  color:#000;
}
#news #newsArea ul li:hover .ttl span{
  background:#ffd600;
}


/*---------
index pager
--------*/
#news .news-pager{
  text-align: center;
  position: relative;
  padding-bottom: 10vw;
  margin-bottom: 20vw;
}
#news .news-pager li{
  display: inline-block;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-weight: 800;
  font-size:1.8rem;
  line-height: 2rem;
  cursor: pointer;
}
#news .news-pager li a{
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;

}

#news .prev_next:first-child{
  position: absolute;
  bottom: 0;
  left: 0;
  padding-left: 25px;
  background: url(../img/news/ar_left_off.png) no-repeat 0 center;
  background-size: 20px auto;
}
#news .prev_next:first-child:hover{
  background: url(../img/news/ar_left_on.png) no-repeat 0 center;
  background-size: 20px auto;
}
#news .prev_next:last-child{
  position: absolute;
  bottom: 0;
  right: 0;
  padding-right: 25px;
  background: url(../img/news/ar_right_off.png) no-repeat right center;
  background-size: 20px auto;
}
#news .prev_next:last-child:hover{
  background: url(../img/news/ar_right_on.png) no-repeat right center;
  background-size: 20px auto;
}
#news .prev_next.notactiv{
  display: none;

}

#news .pager-number a{
  display: inline-block;
  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-number.activ a,
#news .pager-number:hover a{
  background: #ffd600;
}


/*----------------------------
detail
-----------------------------*/
#news .articleBox{
  margin-bottom: 13.3vw;
}
#news #pager .back{
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  border: 2px solid #ffd600;
  border-radius: 50px;
  box-sizing:border-box;
  background: #FFF;
  transition: all  0.3s ease;
  margin: 0 80px;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-weight: 800;
}
#news #pager .back a{
  width: 45vw;
  padding:10px;
  display: block;
  color: #FFF;
  font-weight: 800;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#news #pager .back:hover{
  background: #ffd600;
}
#news .articleBox{
  font-size: 1.2rem;
  padding: 12vw 5.3vw;
  border: 2px solid #f7f7f7;
  border-radius: 30px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.4rem;
}
#news .articleBox p{
  line-height: 2.8rem;
}
#news .articleBox a{
  color: #ffd600;
}
#news .articleBox a:hover{
  text-decoration: underline;
}
#news .articleBox .articleTtl{
  font-size:1.4rem;
  line-height: 2,8rem;
  text-align: left;
  font-weight: 500;
  margin-bottom:8vw;
}
#news .articleBox .date{
  font-size: 1.2rem;
  line-height: 1.2rem;
  margin-bottom: 5.3vw;
  display: block;
  padding-left: 20px;
  background:  url(../img/news/ic_black.png) no-repeat left center;
  background-size: auto 100%;
}
#news .articleBox img{
  display: block;
  margin-bottom: 5.3vw;
}
#news .articleBox .txt_block_main{
  /*padding-bottom:  5.3vw;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 5.3vw;*/
  line-height: 2rem;
}

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

#news .articleBox .video_iframe {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
#news .articleBox .video_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* php - news調整 */
#newsArea .nd01 {
  display: none;
}
#news .articleTtl .nd02 {
  display: none;
}


/*------------------------------------------------------------
character
-----------------------------*/
#character .charaList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

#character .charaBox {
  width: 42vw;
  text-align: center;
  margin-bottom: 13.3vw;
}
#character .charaBox img{
  width: 100%;
  height: auto;
}
#character .chara_img{
  margin-bottom: 4vw;
}
#character .chara_name{
  font-size: 1.2rem;
  font-weight: normal;
  text-align: left;
  color: #FFF;
  background: #000;
  padding:0 10px;
  transition: all 0.2s ease;
}
#character .charaBox:hover .chara_name{
  background: #ffd600
}
#character .charaBox img{
  width: 100%;
  height: auto;
}

#character .charaBox:hover {
  cursor: pointer;
}
#character .chara_img{
  border: 1px solid #ededed;
  border-radius: 15px 0 15px 0;
  overflow: hidden;
  vertical-align: bottom;
}
#character .chara_img img{
  vertical-align: bottom;
}
#character .charaImg {
  position: relative;
}
#character .charaDetail {
  display: none;
}


/*-----------------------------
モーダル
-----------------------------*/
#character .charaBoxArea {
 /* background: #36ab5b;
  width: 100%;
  padding: 60px 0;*/
  Xwidth: 865px;
  box-sizing: border-box;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);*/
}

#character .charaBoxArea .boxInner {
  margin: 0 auto;
  position: relative;
  clear: both;
 Xmin-height: 89.3vw;
}

#character .d_txtWrap {
  overflow: hidden;
  position: relative;
  background-size: 100% auto;
}
#character .d_txtWrap::after {
  position: absolute;
  content:"";
  display: block;
  width: 100%;
  height: 20vw;
  background: url(../img/character/bg_line_sp.png) no-repeat center bottom;
  background-size: 100% auto;
  bottom: 25vw;
  left: 0;
  z-index: -1;
}

#character .d_txtBox {
  margin-right: 5.3vw;
}
#character .d_img {
  position: absolute;
  top: 20vw;
  left: 5.3vw;
  z-index: 1;
  /*-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
}
#character .d_img img{
  width: 34.6vw;
  height: auto;
}
#character .d_img2{
  width: 58vw;
  z-index: 1;
  float: right;
  padding-top: 5.3vw;
}
#character .d_txtBox_name {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #FFF;
  margin-bottom: 5.3vw;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  position: relative;
  padding-left: 8vw;
}

#character .d_txtBox_name .cv {
  background: #ff0000;
  font-size: 1.2rem;
  font-weight: normal;
  color: #FFF;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.5em;
  margin-left: 4vw;
  -webkit-text-stroke: 0;
  text-stroke: 0;
  position: absolute;
  top: 50%;
-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  }


#character .d_txt {
  font-size: 1.2rem;
  line-height: 2;
  float: right;
  width: 64vw;
  background: url(../img/character/txt_bg_sp.png) no-repeat top right;
  background-size: cover;
  padding: 10vw;
  box-sizing:border-box;
  min-height: 400px;
}

#character #modal_movie .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  z-index: -1;
}

#character #modal_movie .overlay:after {
  height: 100%;
  min-height: 100vh;
  background: url(../img/character/bg.jpg);
}

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

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

#character #modal_movie .inner {
  Xwidth: 100%;
  Xheight: 100vh;
  Xposition: relative;
}

#character #modal_movie .close {
position: absolute;
right: 1%;
top: 1%;
width: 10vw;
height: 10vw;
border: 0;
padding: 0;
background-image: url("../img/common/closebtn.png");
background-repeat: no-repeat;
background-color: transparent;
background-size: 100% auto;
border: none;
outline: none;
font-size: 0;
text-indent: -9999px;
cursor: pointer;
}


/*-----------------------------
キャラ別カラー
-----------------------------*/
#character #chara2_boxin .cv {
  background: #000!important;
}
#character #chara3_boxin .cv {
  background: #ffd600;
  border: 1px solid #FFF;
}
#character #chara4_boxin .cv {
  background: #48a6ff;
}
#character #chara5_boxin .cv,
#character #chara6_boxin .cv,
#character #chara7_boxin .cv,
#character #chara8_boxin .cv {
  background: #c0c0c0;
}

/*-----------------------------
キャラ別位置調整
-----------------------------*/
#character #chara5_boxin .d_img {
  left: 0.3vw;
}
#character #chara5_boxin .d_img img {
  width: 42.6vw;
}
#character #chara6_boxin .d_img {
  left: -1.7vw;
}
#character #chara6_boxin .d_img img {
  width: 41.6vw;
}
#character #chara7_boxin .d_img {
  top: -31vw;
  left: -20.7vw;
}
#character #chara7_boxin .d_img img {
  width: 80.6vw;
}
#character #chara7_boxin .d_img2 img {
  width: 40vw;
}
#character #chara8_boxin .d_img {
  top: -3vw;
  left: -0.7vw;
}
#character #chara8_boxin .d_img img {
  width: 41.6vw;
}
#character #chara8_boxin .d_img2 img {
  width: 22vw;
  margin-left: 50%;
}


/*------------------------------------------------------------
Music
-----------------------------*/
#music .activeNav {
  background: #ffd600!important;
}
#music .switchArea {
  display: none;
}
#music .activeBox {
  display: block!important;
}

#music .areaNav {
  text-align: center;
  margin-bottom: 60px;
}
#music .areaNav li {
  text-align: center;
  display: inline-block;
  width: 42vw;
  font-size: 1.4rem;
  text-align: center;
  border: 2px solid #ffd600;
  border-radius: 50px;
  padding:1vw 0;
  box-sizing:border-box;
  background: #FFF;
  transition: all  0.3s ease;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  cursor: pointer;
  font-weight: 800;
}
#music .areaNav li:not(:last-child) {
  margin-bottom: 10px;
}
#music .content_Wrap {
  font-size: 1.2rem;
  padding: 12vw 5.3vw;
  border: 2px solid #f7f7f7;
  border-radius: 30px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.4rem;
  margin-bottom: 13.3vw;
}
#music .content_Wrap .content_ttl img {
  width: auto;
  height: 22.5px;
}
#music .content_Wrap .head_wrap {
  margin: 20px 0 15px;
}
#music .content_Wrap .head_wrap .song_ttl {
  background: #000;
  color: #fff;
  font-size: 1.2rem;
  padding: 10px 0 10px 15px;
  margin-bottom: 15px;
  line-height: 1.5;
}
#music .content_Wrap .head_wrap .song_info {
  display: flex;
  flex-wrap: wrap;
}
#music .content_Wrap .head_wrap .song_info li:first-child{
  margin-right: 20px;
}
#music .content_Wrap .head_wrap .song_info li .cate {
  color: #aaa;
  margin-right: 1em;
}
#music .content_Wrap .body_wrap .img_area {
  margin-bottom: 10px;
}
#music .content_Wrap .body_wrap .txt_area .release {
  font-size: 1.4rem;
  font-weight: bold;
}
#music .content_Wrap .body_wrap .txt_area .info_box {
  margin-top: 20px;
}
#music .content_Wrap .body_wrap .txt_area .info dl {
  display: flex;
}
#music .content_Wrap .body_wrap .txt_area .info dt {
  margin-right: 1em;
}
#music .content_Wrap .body_wrap .txt_area .info_box dt {
  color: #aaa;
}
#music .content_Wrap .body_wrap .txt_area .info_box .bold {
  font-weight: bold;
}
#music .stm_btn .desc {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#music .stm_btn a {
  display: block;
  line-height: 1;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 10px 45px;
  box-sizing: border-box;
  background: #FFF;
  transition: all  0.3s ease;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-weight: bold;
  font-size: 4.8vw;
  width: 58.667vw;
}
#music .stm_btn a:hover {
  background: #000;
}


/*------------------------------------------------------------
blu-ray
-----------------------------*/
#bd .activeNav {
  background: #ffd600!important;
}
#bd .switchArea {
  display: none;
}
#bd .activeBox {
  display: block!important;
}

#bd .areaNav {
  text-align: center;
  margin-bottom: 60px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4.667vw;
}
#bd .areaNav li {
  display: inline-block;
  font-size: 4.267vw;
  line-height: 1;
  text-align: center;
  border: 2px solid #ffd600;
  border-radius: 50px;
  padding:10px;
  box-sizing:border-box;
  background: #FFF;
  transition: all  0.3s ease;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  cursor: pointer;
  font-weight: 800;
}
#bd .content_Wrap {
  font-size: 3.2vw;
  padding: 8vw 4vw;
  border: 2px solid #f7f7f7;
  border-radius: 30px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.4rem;
  margin-bottom: 13.3vw;
}
#bd .content_Wrap .content_ttl img {
  width: auto;
  height: 5.733vw;
}
#bd .content_Wrap .head_wrap {
  margin: 20px 0 15px;
}
#bd .content_Wrap .head_wrap .song_ttl {
  background: #000;
  color: #fff;
  font-size: 3.2vw;
  padding: 2vw 4vw;
  margin-bottom: 20px;
}
#bd .content_Wrap .head_wrap .song_info {
  display: flex;
}
#bd .content_Wrap .head_wrap .song_info li:not(:last-child){
  margin-right: 30px;
}
#bd .content_Wrap .head_wrap .song_info li .cate {
  color: #aaa;
  margin-right: 1em;
}
#bd .content_Wrap .body_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8vw;
}
#bd .content_Wrap .body_wrap .txt_area .release {
  font-size: 4.733vw;
  font-weight: bold;
}
#bd .content_Wrap .body_wrap .txt_area .info_box {
  margin-top: 6.667vw;
}
#bd .content_Wrap .body_wrap .txt_area .info dl {
  display: flex;
}
#bd .content_Wrap .body_wrap .txt_area .info dt {
  margin-right: 1em;
}
#bd .content_Wrap .body_wrap .txt_area .info_box dt {
  color: #aaa;
}
#bd .content_Wrap .body_wrap .txt_area .info_box .bold {
  font-weight: bold;
}
#bd .info_org dl:not(:last-child) {
  margin-bottom: 6.667vw;
}
#bd .info_org dd {
  text-indent: -1em;
  padding-left: 3.19999%;
}
#bd .bdshop_linklist {
  margin-top: 5.333vw;
  padding-bottom: 5.333vw;
}
#bd .bdshop_linklist ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
#bd .bdshop_linklist a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 15px 30px;
  border: 2px solid #000;
  transition: all .3s ease;
}
#bd .bdshop_linklist a:hover {
  background-color: #000;
  color: #fff;
}
#bd .bdshop_item:not(:last-child) {
  margin-bottom: 80px;
}
#bd .bdshop_item .desc {
  margin-bottom: 30px;
}
#bd .shop_btn a {
  display: block;
  line-height: 1;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 10px 35px;
  box-sizing: border-box;
  background: #FFF;
  transition: all  0.3s ease;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-weight: bold;
  font-size: 4.8vw;
  width: 58.667vw;
}
#bd .shop_btn a:hover {
  background: #000;
}
#bd .video_iframe {
  position: relative;
  height: 0;
  padding: 30px 0 56.25%;
  overflow: hidden;
}
#bd .video_iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*------------------------------------------------------------
books
-----------------------------*/
#books .areaNav {
  text-align: center;
  margin-bottom: 60px;
}
#books .areaNav li {
  text-align: center;
  display: inline-block;
  width: 22vw;
  font-size: 1.4rem;
  text-align: center;
  border: 2px solid #ffd600;
  border-radius: 50px;
  padding:1vw 0;
  box-sizing:border-box;
  background: #FFF;
  transition: all  0.3s ease;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  cursor: pointer;
  font-weight: 800;
  margin: 0 5px;
}
#books .activeNav {
  background: #ffd600!important;
}
#books .inbox {
  display: none;
}
#books .activeBox {
  display: block!important;
}
.booksWrap .books_item .bttl {
  text-align: center;
  margin-bottom: 20px;
}
.booksWrap .books_item .bttl span {
  background: #000;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 20px;
  padding: 0 10%;
}


/*------------------------------------------------------------
movie
-----------------------------*/
.movieWrap {
  display: grid;
  gap: 60px 20px;
}

.movie_item .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0;
}

.movie_item .image_box img {
  display: block;
  transition: all .5s ease;
}

.movie_item .image_box:hover img {
  transform: scale(1.1, 1.1);
}

.movie_item .movie_title {
  background-color: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 20px;
  padding: 0 10px;
}

.movie_item .play_movie-btn {
  position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 35%;
	padding-top: 27.69999%;
	z-index: 1;
  background-image: url(../img/movie/playmore.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
}


/* modal-video */
#modal-video {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #48a6ff;
  transition: 0.5s;
}

#modal-video.close {
  filter: opacity(0);
  visibility: hidden;
}

#modal-video.open {
  filter: opacity(1);
  visibility: visible;
}

#modal-video iframe {
	width: 87vw;
  height: 49vw;
}

#modal-video .c-player__close {
  position: absolute;
  top: 6vw;
  right: 6vw;
}


/*------------------------------------------------------------
goods
-----------------------------*/
.goodsWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12.333vw 6.667vw;
}
.goods_item .image_box {
  position: relative;
  overflow: hidden;
  border-radius: 20px 0;
  border: 1px solid #ededed;
}
.goods_item .image_box img {
  display: block;
  transition: all .5s ease;
}
.goods_item .image_box:hover img {
  transform: scale(1.1, 1.1);
}
.goods_item .item_name {
  background-color: #000;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  margin-top: 20px;
  padding: 5px 10px;
  transition: all .3s ease;
}
.goods_item a:hover .item_name {
  background-color: #ffd600;
}

/* detail */
.goods_detailWrap {
  font-size: 3.2vw;
  padding: 8vw 4vw;
  border: 2px solid #f7f7f7;
  border-radius: 30px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.4rem;
  margin-bottom: 13.3vw;
}
.goods_detailWrap .head_wrap {
  margin-bottom: 15px;
}
.goods_detailWrap .head_wrap .item_name {
  background: #000;
  color: #fff;
  font-size: 3.2vw;
  font-weight: bold;
  padding: 2vw 4vw;
  margin-bottom: 20px;
}
.goods_detailWrap .body_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 8vw;
}
.goods_detailWrap .body_wrap .img_area {
  border: 1px solid #ededed;
}
.goods_detailWrap .body_wrap .txt_area .info_box:not(:last-child) {
  margin-bottom: 6.667vw;
}
.goods_detailWrap .body_wrap .txt_area .info dl {
  display: flex;
}
.goods_detailWrap .body_wrap .txt_area .info dt {
  margin-right: 1em;
  color: #aaa;
}
.goods_detailWrap .shop_btn a {
  display: block;
  line-height: 1;
  text-align: center;
  border: 2px solid #000;
  border-radius: 50px;
  padding: 10px 45px;
  box-sizing: border-box;
  background: #fff;
  transition: all  0.3s ease;
  color: #fff;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  font-weight: bold;
  font-size: 4.8vw;
  width: 58.667vw;
}
.goods_detailWrap .shop_btn a:hover {
  background: #000;
}
.goods_backlist a {
  display: block;
  width:45vw;
  margin: auto;
  padding: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 4.8vw;
  line-height: 1;
  border: 2px solid #ffd600;
  border-radius: 50px;
  background-color: #fff;
  color: #fff;
  transition: all 0.3s ease;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
.goods_backlist a:hover {
  background-color: #ffd600
}


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

EVENT

-----------------------------*/
#event .articleBox {
  margin-bottom: 13.3vw;
  font-size: 1.2rem;
  padding: 12vw 5.3vw;
  border: 2px solid #f7f7f7;
  border-radius: 30px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.4rem;
}
#event .articleBox p {
  line-height: 2.8rem;
  margin-bottom: 40px;
}
#event .articleBox a {
  color: #ff0000;
  word-break: break-all;
}
#event .articleBox a:hover {
  text-decoration: underline;
}
#event .articleBox .articleTtl {
  font-size:1.4rem;
  line-height: 2,8rem;
  text-align: left;
  font-weight: 500;
  margin-bottom:8vw;
}
#event .articleBox img {
  display: block;
  margin-bottom: 5.3vw;
}
#event .event_img img {
  display: block;
  margin: 0 auto;
}
#event .articleBox .txt_ttl {
  background: #000;
  color: #FFF;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 10px;
  font-weight: normal;
}
#event .txt_block_s {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  padding: 20px 20px 20px;
  margin-bottom: 40px;
}
#event .txt_block_s img {
  margin-right: auto;
  margin-left: auto;
  width: 80%;
}
#event .noteArea {
  border: 1px solid #e3e3e3;
  display: inline-block;
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 20px;
}


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

ローディング

-----------------------------*/
#sp_access{
  width: 100vw;
  height: 100vh;
  background: url(../img/index/access_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 300;
  text-align: center;
}
#access_txt{
  opacity: 0;
  width: 45%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
  -ms-transform: translate(-50%, -70%);
  transform: translate(-50%, -70%);
}

#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #f5cf21;
  text-align: center;
  line-height: 1;
  z-index: 500;
  Xcolor: #8ba3ad;
  font-size: 10px;
}

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

#loader .loader_logo_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  -webkit-animation: blink 2s ease-in-out infinite;
  animation: blink 2s ease-in-out infinite;
  font-size: 12px;
  font-size: 1.2rem;
}
#loader_logo{
  width: 250px;
  height: auto;
}
.loader_txt{
  display:none;
  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;
  }
}
#index #loader{
  display: none;
}

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

MOUSE

-----------------------------*/
#mouse-stalker{
  display: none;
}