@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 {
  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;
}
p {
}
a {
  text-decoration: none;
}

body{
	width: 100%;
	height: 100%;
  color: #222;
}

/* 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-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  text-align: left;
}
a{
  outline:none;
}
a.disabled {
  pointer-events: none !important;
}

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

.pc-only {
    display: block;
}

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



.cboxFullScreen #stage{
	position: fixed !important;
	top: inherit !important;
}
#stage{
	background:url(../img/common/bg.gif) fixed;
	position: relative !important;
	top:0 !important;
	width:100%;
	min-width: 1280px;
  box-sizing: border-box;
}
.cboxPlay #stage{
	position: fixed !important;
	top: inherit !important;
}
/*#bg{
	content:"";
	display:block;
	z-index:-1;
	height:100%;
	width: 100%;
	min-height: 100vh;
	top:0;
	left:0;
	position: absolute;
}
#index #bg{
  background:url(../img/common/bg_pt2.png) center top;
}
*/

#mainArea{
	Xwidth: 1280px;
	margin: 0 auto;
	box-sizing:border-box;
	padding: 90px 40px 40px 240px;
	z-index:1;
}
.conBox{
	margin-bottom: 120px;
}






/*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: 100vh;
  background-color:rgba(255,255,255,0.95);
}
  #modal_movie .inner {
    Xwidth: 95%;
    Xpadding-top: 56.25%;

  }
    #modal_movie {
   X 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: 901px;
  height: 508px;
  }


#modal_movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  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: -170px;
    top: -100px;  padding: 0;
  background-image: url("../img/common/close_btn.png");
  width: 153px;
  height: 87px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none;
  outline: none;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
}
#modal_movie .close:hover {
	opacity: 0.6;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

#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*/
#visualBoxWrap img{
  width: 100%;
  height: auto;
}
#visualArea{
  position: relative;
}
#visualArea .snsBtn{
  position: absolute;
  right: 0;
  bottom:0;
}

#visualArea .ov{
  position: absolute;
  z-index: 10;
}
#visualArea .ov img{
  width: 100%;
  height: auto;
}
#visualArea .day.ov{
  width: 16.4%;
  right: 8%;
  top:55.8%;
}
#visualArea .day.ov .day_news a {
  display: block;
  text-align: center;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 13px;
  line-height: 3;
  margin-top: 20px;
  transition: all 0.2s ease;
}
#visualArea .day.ov .day_news a:hover {
  color: #e8201a;
  transform: scale(1.1);
}
#visualArea .day.ov .day_news.day_news2 a {
  margin-top: 5px;
}
#visualArea .catch.ov{
  top: 10%;
  right: 7%;
  width: 15.8%;
}
#visualArea .comment.ov{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 10%;
  width: 18.5%;
  top: 56%;
  left: 7%;
}
#visualArea .comment.ov img{
  transition: all 0.2s ease;
  transform-origin: 50% 50%;
}
#visualArea .comment.ov img:hover{
  transform: scale(1.1);
}


/*VISUAL IMG*/
#visualBoxList{
  width: 27.69999%;
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 3%;
  padding-left: 3%;
  box-sizing: border-box;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 15px;
}
#visualBoxList li{
  display: inline-block;
  margin-right: 0.9%;
  cursor: pointer;
  border-radius: 13px 0;
  box-sizing:border-box;
  overflow: hidden;
  position: relative;
}
#visualBoxList li::after{
  content: "";
  display: block;
  width:100%;
  padding-top: 100%;
  cursor: pointer;
  background: #000;
  border-radius: 13px 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%;
 transition: all  0.6s ease;
 min-height: 680px;

}
#visualArea .visualBox.active{
  opacity:1;
  position: relative;
  z-index: 10;
}
#visualArea .visualBox .kv_ov{
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  height: 53.2vw !important;
  min-height: 680px;
  width: auto!important;
  z-index: 1;
}
#visualArea .visualBox .kv_ov:hover{
  opacity: 0;
  cursor: pointer;
  transition: all  0.3s ease;
}


.base_img{
  position: relative;
  width: 100%;
}
.over{
  width: 50.1%;
  height: 53.2vw !important;
  min-height: 680px;
  background: #000;
  opacity: 0;
  content: "";
  display: block;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 10;
  transition: all  0.3s ease;
}
.over.right{
  left: inherit;
  right: 0;
}

.over:hover{
  opacity: .6;
}





/*.vis_sw{
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
}*/

.sw_wrap{
  width: 100%;
  height: 53.2vw !important;
  position: relative;
  min-height: 680px;
}
.sw_img{
  width: 100%;
  position: absolute;
  height: 53.2vw !important;
  min-height: 680px;
  top: 0;
  transition: all 0.2s ease;
}
/*.omote{
  width: 100%;
  position: absolute;
  height: 53.2vw !important;
  min-height: 680px;
  top: 0;
  Xopacity:0;
  transition: all 0.2s ease;
  }*/
.sw_img:hover{
  opacity: 1;
}
.vis_in{
  opacity: 0;
  pointer-events: none!important;
  min-height: 680px;
  }
.vis_in img{
    width: 100%;
    height: auto;
}
.sw_img:hover .vis_in{
  opacity: 1;
  transition: all 0.3s ease;
}

.sw_img.ura{
  width: 100%;
  position: absolute;
  height: 53.2vw !important;
  min-height: 680px;
  top: 0;
  opacity: 0;
  transition: all 0.3s ease;
  }
.sw_img.ura:hover{
  z-index: 999;
  opacity: 1;
  }

.sw_img::before{
  content: "";
  display: block;
  position: absolute;
  width: 23%!important;
  height: 53.2vw !important;
  top: 0;
  z-index: 1000;
}
.sw_img.omote::before{
  left: 30%;
}
.sw_img.ura::before{
  left: 50%;
}
.ov_default{
  position: relative;
}

.ov_default::before{
  content: "";
  display: block;
  position: absolute;
  width: 30%!important;
  height: 53.2vw !important;
  top: 0;
  left: 0%;
  z-index: 1000;
}
.ov_default::after{
  content: "";
  display: block;
  position: absolute;
  width: 30%!important;
  height: 53.2vw !important;
  top: 0;
  right: 0%;
  z-index: 1000;
}

#visual2{
  background: url(../img/index/fv_img2.jpg) no-repeat top center;
  background-size: 100% auto;
}
#visual3{
  background: url(../img/index/fv_img3.jpg) no-repeat top center;
  background-size: 100% auto;
}
#visual4{
  background: url(../img/index/fv_img4.jpg) no-repeat top center;
  background-size: 100% auto;
}
#visual5{
  background: url(../img/index/fv_img5.jpg) no-repeat top center;
  background-size: 100% auto;
}
#visual6{
  background: url(../img/index/fv_img6.jpg) no-repeat top center;
  background-size: 100% auto;
}
#visual6 .sw_img::before {
  width: 40% !important;
}
/*NAV*/

/*通常　上部固定*/
#headerWrap.fix{
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}
#headerWrap.fix #header_inner{
  width: 1200px;
  margin: 0 auto;
  padding: 20px 0;
}

#headerWrap.fix #gnavWrap{
  display:block !important;
  opacity: 1!important;
  z-index: 10;
  padding-top: 20px;
  width: 100%;
  text-align: center;
}
#headerWrap.fix #gnav{
  width: 1200px;
  margin: 0 auto;
  z-index:9;
  box-sizing:border-box;
  text-align: center;
}
#headerWrap.fix #gnav ul,
#headerWrap #gnav .nav_wrap{
  display:inline-block;
}
#headerWrap.fix #gnav li{
  position:relative;
  display:inline-block;
  margin: 0 10px;
  font-weight: 800;
  font-size: 1.2rem;
  line-height: 1;
  /*ジャギ解消*/
  transform: rotate(0.05deg);
}

#headerWrap.fix #gnav a{
  font-size: 1.2rem;
    color: #222;
    opacity: 1 !important;
  transition: all  0.4s ease;
}
#headerWrap.fix #gnav li span{
  display: none;
}
#headerWrap.fix #gnav li:hover,
#headerWrap #gnav li.is-active{
  border-bottom:2px solid #ffd600;
}
#headerWrap.fix #gnav li.is-active{
  pointer-events: none!important;
  cursor: default!important;
}


#headerWrap.fix #gnav li:hover span,
#headerWrap.fix #gnav li.is-active span{
  opacity:1;
}

#headerWrap.fix #logo{
  position: absolute;
  z-index: 20;

}
#headerWrap.fix #logo img{
  width: 150px;
  height: auto;
}

/*TOP　visual上*/
#headerWrap.kv #logo{
  position: absolute;
  width: 23%;
  top:38%;
  left: 4.6%;
  z-index: 100;
  pointer-events: none;
}
#headerWrap.kv #logo a:hover{
  cursor: default!important;
}
#headerWrap.kv #logo img{
  width: 100%;
  Xmin-width: 300px;
  height: auto;
}

#headerWrap.kv{
  position: absolute;
  width: 100%;
  min-width: 1280px;
  box-sizing: border-box;
  height: 53vw;
  min-height: 680px;
  top: 0;
  left: 0;
  display: block!important;
}
#headerWrap.kv #gnav{
  position: absolute;
  bottom:7.3%;
    left: 4.6%;
  z-index: 200;
  width: 23.4vw;
  min-width: 300px;
  text-align: center;
}
#headerWrap.kv #gnavWrap{
  display: block!important;
  opacity: 1!important;
  position: inherit!important;


}
#headerWrap.kv #gnav .nav_wrap{
  display: block!important;
}

#headerWrap.kv #gnav li{
  display: inline-block;
  margin: 10px;
  font-weight: bold;
  color: #FFF!important;
}

#headerWrap.kv #gnav li a{
  font-size: 1rem;
  color: #FFF;
  opacity: 1;
  transition: all 0.2s ease;
}
#headerWrap.kv #gnav li:hover{
  opacity: .4;
  font-size: 1rem;
}
/*SHARE*/
#headerWrap #gnavWrap .snsBtn{
  position: absolute;
  right: 9.3%;
  bottom: 2.8%;
  box-sizing: border-box;
  z-index: 100;
  width: 13%;
}
#headerWrap #gnavWrap .snsBtn .nav_inner{
  width: 100%;
  overflow: hidden;
  display: flex;
    justify-content: space-between;
    vertical-align: middle;

}
#headerWrap #gnavWrap .snsBtn .snsBtn_ttl{
  font-weight: 800;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 2;
  display: inline-block;
  float: left;
}
#headerWrap #gnavWrap .snsBtn ul{
  float: left;
  display:flex;
  justify-content: space-between;
  overflow: hidden;
  width: 70%;
}
#headerWrap #gnavWrap .snsBtn ul li{
  display: inline-block;
  float: left;
  width: 23%;
}
#headerWrap #gnavWrap .snsBtn ul li img{
  width: 100%;
  height: auto;
}
#headerWrap #gnavWrap .snsBtn ul li:hover{
  opacity: 0.4;
  transition: all  0.3s ease;
}
#headerWrap.fix #gnavWrap .snsBtn{
  display: none;
}

/*グレーアウト*/
#headerWrap #gnav li.go{
  opacity: .4;
  pointer-events: none;
}

/*TOP CONTENT*/
#index #contentArea{
  padding-top: 80px;
}
#index #contentArea .conBox_ttl img{
  width: 167px;
  height: auto;
}
#contentArea .inner{
  width: 1040px;
  margin: 0 auto;
}
#index #contentArea .txtBox{
  text-align: center;
}
#index #contentArea .txtBox img{
  display: inline;
}
#index #contentArea .moreBtn{
  text-align: right;
}
#index #contentArea .moreBtn img{
  transition: all 0.2s ease;
  transform-origin: 50% 50%;
}
#index #contentArea .moreBtn img:hover{
  transform: scale(1.1);
}


/*NEWS*/
#index #newsArea{
  background: url(../img/index/news_bg.png) no-repeat left bottom;
  padding-bottom: 170px;
}
#index #newsArea ul{
  width: 620px;
  margin:0 auto;
}
#index #newsArea ul li a{
  display: flex;
  align-items: center;
}
#index #newsArea ul li a .ttl{
  display: inline-block;
  Xline-height: 1;
  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{
  margin-bottom: 60px;
  font-size: 1.6rem;
}
#index #newsArea ul li a{
  color: #000;
}
#index #newsArea ul time{
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

#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;
}
#index #newsArea .moreBtn img{
  width: 194px;
  height: auto;
}
/*TW*/
#index #twArea .inner{
  background:url(../img/index/tw_bg1.png) no-repeat 50px bottom;
  position: relative;
  padding-bottom: 70px;
}
#index #twArea .twitter-wrap{
  width: 660px;
  margin:0 auto;
  background:url(../img/index/tw_bg2_sp.png) no-repeat 70px top;
  background-size: auto 100%;
  padding-top: 110px;
}
#index #twArea .twitter-inner{
  width: 350px;
  height: 450px;
  margin: 0 auto 0 auto;
  background:#FFF;
}
#index #twArea .moreBtn{
  position: absolute;
  bottom: 0;
  right: 100px;
}
#index #twArea .moreBtn img{
  width: 194px;
  height: auto;
}

/*MOVIE*/
#index #movieArea{
  background: url(../img/index/movie_bg_line.png) no-repeat top center;
  background-image: url(../img/index/movie_bg_line.png),url(../img/index/movie_bg2.png);
  background-repeat: no-repeat,no-repeat;
  background-position: top center,right top;
  background-size: 100% auto, auto auto;
  padding-top: 160px;
  min-height: 660px;
}
#index #movieArea .moreBtn img{
  width: 162px;
  height: 127px;
}
#index #movieArea .inner{
  background: url(../img/index/movie_bg1.png) no-repeat 108px top;
  min-height: 540px;
}
#index #movieArea .movieBoxWrap{
  width: 650px;
  margin:0 auto;
}
#index #movieArea .thum_movie {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 600px;
  height: 338px;
  overflow: hidden;
  transform: rotate( -6deg );
}
#index #movieArea .thum_movie:hover {
  cursor: pointer;
}
#index #movieArea .thum_movie img{
  display: block;
  position: absolute;;
  vertical-align: bottom;
}
#index #movieArea .thum_movie:hover img{
  background: #FFF;
  transform: scale(1.1,1.1);
}


#index #movieArea .thum_movie:hover figure img {
  -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.png);
  background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 120px;
}

#footerArea .inner{
  background: linear-gradient(0deg, #000, 10%, transparent);
}
#toTop{
  text-align: right;
  padding-right: 40px;
}
#toTop img{
  width: 55px;
  height: auto;
  transition: all 0.2s ease;
  transform-origin: 50% 50%;
}
#toTop img:hover{
  transform: scale(1.1);
}

.bnrList{
  display:flex;
  display:-webkit-flex;
  flex-wrap: wrap;
   -webkit-flex-wrap:wrap;
  justify-content: center;
  /* justify-content: space-between;
   -webkit-justify-content: space-between; */
  width: 1240px; /*def1080*/
  margin: 0 auto;
  padding: 170px 0 80px 0;
}
.bnrList li:not(:last-child) {
  margin-right: 30px;
}
.bnrList li img{
  width: 250px;
  height: auto;
}
.bnrList a:hover{
  opacity: 0.8;
  transition: all  0.3s ease;
}
.copyright{
  Xposition: absolute;
  width: 100%;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  bottom: 0;
  color: #FFF;
  padding-bottom: 40px;
  background: #000;
}
#footerArea .snsBtn .snsBtn_ttl{
  font-weight: 800;
  color: #FFF;
  font-size: 1.2rem;
  padding-right: 10%;
}
#footerArea .snsBtn ul {
  display:flex;
  justify-content: space-between;
  overflow: hidden;
  width: 70%;
}
#footerArea .snsBtn ul li{
  display: inline-block;
  width: 20%;
}
#footerArea .snsBtn{
  box-sizing: border-box;
  padding: 40px;
  display: flex;
  position: absolute !important;
  left: 0;
  bottom: 0;
  width: 268px;
  min-height: 95px;
  box-sizing: border-box;
  background:url(../img/common/ft_sns_bg.png) no-repeat left center;
  background-size: auto 100%;
  padding: 40px;
  display: flex;
  position: relative;
  z-index: 10;
}
#footerArea .snsBtn ul li:hover{
  transition: all  0.3s ease;
  opacity: 0.5;
}
#footerArea .snsBtn ul li img{
  width: 100%;
  height: auto;
}


#footerArea .snsBtn .snsBtn_ttl{
  font-weight: 800;
  color: #FFF;
  font-size: 1.2rem;
  line-height: 2;
  display: inline-block;
  float: left;
}








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

POP UP

-----------------------------*/
#cboxOverlay{
  width: 100vw;
  height: 100vh;
}
.bg_blue #cboxContent {
    padding:0 !important;
}
#cboxOverlay.bg_blue{
  background:#48a6ff!important;
}
#cboxOverlay.bg_yw{
  background:#ffd600!important;
}
.bg_yw #cboxContent {
    padding: 0 0 !important;
}

#cboxClose {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height:38px;
    border: 0;
    background-color: transparent;
    background: url(../img/common/closebtn.png) no-repeat;
    background-size: 100% auto;
    outline: none;
}

/*VIDEO*/
#video{
  max-width: 615px;
  padding-top: 60px;
  margin:0 auto;
}
#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: 160px;
  height: 130px;
  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*/
#comment{
  width: 100%;
  background: #ffd600;
}
#cmtBox{
  width: 670px;
  margin:0 auto;
  padding: 140px;
  background: url(../img/comment/bg.png) no-repeat center 0;
  min-height: 546px;
  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{
  Xpadding: 40px;
  Xbackground: #FFF;
}
#cmtBox_cast{
  width: 800px;
  background: #FFF;
  padding: 80px 60px;
  box-sizing:border-box;
  margin:0 auto;
  display: flex;
}
#cmtBox_cast .nameBox{
  width: 230px;
  margin-right: 40px;
  position: relative;
  min-height: 470px;
}
#cmtBox_cast .commentBox{
  width: 410px;
}
#cmtBox_cast .commentBox dl{
  margin-bottom: 30px;
}
#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: 20px;
}
#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 #chara1 .chara_name{
  background: #ea211a;
}
#cmtBox_cast .chara_img{
  border: 0;
  position: absolute;
}

/*STAFF COMMENT*/
#cmtBox_cast .staff_name {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 30px;
}
#cmtBox_cast .staff_name .role {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}
#cmtBox_cast .staff_name .role span {
  display: inline-block;
  width: 200px;
  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 .commentBox.staff_cmtBox {
  width: 100%;
}


/*-----------------------------
キャラ別位置調整
-----------------------------*/
#cmtBox_cast #chara1 .chara_img{
  bottom: 15px;
  right: 5px;
  width: 86px;
}
#cmtBox_cast #chara2 .chara_img{
  bottom: -50px;
  right: 0;
  width: 97px;
}
#cmtBox_cast #chara3 .chara_img{
  bottom: -20px;
  right: 10px;
  width: 69px;
}
#cmtBox_cast #chara4 .chara_img{
  bottom: -50px;
  right: 20px;
  width: 77px;
}
#cmtBox_cast #chara5 .chara_img{
  bottom: -50px;
  right: 20px;
  width: 77px;
}
#cmtBox_cast #chara6 .chara_img{
  bottom: -93px;
  right: 10px;
  width: 115px;
}
#cmtBox_cast #chara7 .chara_img{
  bottom: -98px;
  right: -25px;
  width: 190px;
}
#cmtBox_cast #chara8 .chara_img{
  bottom: 90px;
  right: 10px;
  width: 100px
}

/*-----------------------------
キャラ別カラー
-----------------------------*/
#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;
}
.sub {
  font-size: 1.4rem;
}
.sub #stage{
  padding-top: 80px;
}
.sub .conBox{
  padding-top: 40px;
}
.sub .conBox_ttl{
  text-align: center;
  margin-bottom: 100px;
}
.sub .conBox_ttl img{
  height: 28px;
  width: auto;
}
.sub .inbox{
  display: block;
  margin-bottom: 150px
}







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

ON AIR

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

#onair .catch{
  text-align: center;
  font-size: 2.4rem;
  line-height: 2;
  margin-bottom: 100px;
  font-weight: 500;
}
#onair .catch span.txt_red{
  font-size: 3rem;
  font-weight: 800;
  color: #ff0000;
}
#onair .catch span.txt_s{
  font-size: 2rem;
  font-weight: 500;
}

#onair .note{
  font-size: 12px;
}
#onair .onair_listBoxWrap{
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap:wrap;
}

#onair .onair_listBox{
  font-size: 1.4rem;
  padding: 40px;
  border: 4px solid #f7f7f7;
  border-radius: 30px 0 30px 0;
  width: 500px;
  box-sizing:border-box;
  background: #FFF;
  margin:0 0 40px 0;
}
#onair .txt_bold{
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 35px;
  line-height: 2.5rem;
  margin-bottom: 30px;
}
#onair .onair_listBox span.txt_s{
  font-size: 1.4rem;
}
#onair .ic_red{
  background: url(../img/onair/icon_red.png) no-repeat left top;
  background-size: 25px auto;
}
#onair .ic_yw{
  background: url(../img/onair/icon_yw.png) no-repeat left top;
  background-size: 25px auto;
}
#onair .ic_blue{
  background: url(../img/onair/icon_blue.png) no-repeat left top;
  background-size: 25px auto;
}
#onair .str_ttl{
  margin-bottom: 40px;
}
#onair .str_ttl img{
  height: 30px;
  width: auto;
}
#onair .str_listBox{
  margin-bottom: 60px;
}
#onair .str_listBox_ttl{
  color: #FFF;
  background: #000;
  font-size: 1.8rem;
  line-height: 1;
  padding: 10px;
  display: block;
  font-weight: normal;
  margin-bottom: 30px;
}
#onair .str_listBox ul{
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#onair .str_listBox ul li a {
  line-height: 1;
  text-align: center;
  border: 2px solid #ffd600;
  border-radius: 50px;
  padding:15px;
  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
-----------------------------*/
#story #switchAreaWrap,
#story #storyBoxWrap{
  position: relative;
}
#story .areaNav,
#story .storyNav{
  text-align: center;
}
#story .areaNav li,
#story .storyNav li{
  display: inline-block;
  width: 215px;
  font-size: 1.8rem;
  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;
  margin: 0 20px;
  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 10px;
}
#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;
  Xwidth: 100%;
  z-index: -10;
}
#story #intro_area {
  margin-top: 100px;
  text-align: center;
  min-height: 750px;
}
#story #intro_area img{
  text-align: center;
  margin: 0 auto;
}

#story .switchArea.activeBox {
  opacity: 1;
  display: block;
  position: relative;
  z-index: 20 !important;
}
#story #storyBoxWrap{
  margin-top: 40px;
  font-weight: 500;
}
#story .intro_txtWrap p{
  margin-bottom: 60px;
  font-size: 2.1rem;
  line-height: 4rem;
  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 .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: 60px;
  border: 4px solid #f7f7f7;
  border-radius: 50px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
}
#story .storyBox .storyTtl {
  text-align: left;
  font-size: 3rem;
  padding-left: 70px;
  font-weight: 400;
  margin-bottom: 40px;
}

#story .storyBox .storyTtl .animeNo {
  display: inline-block;
  font-weight: bold;
  text-align: left;
  font-size: 6rem;
  line-height: 6rem;
  padding-right: 40px;
  position: absolute;
  top: 0;
  left: 0;
  }

#story .storyBox .storyTtl .ttl {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  padding-top: 40px;
}

#story .storyBox .storyTtl .animeNo::after {
  content: "";
  display: block;
  border-bottom: 2px solid #000;
 width: 50px;
position: absolute;
right: 0;
bottom: 0;
  transform:skew(0,-45deg);
}
#story .storyBox .storyImg {
  margin-bottom: 40px;
}

#story .storyBox .mainImg {
}

#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:  40px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
  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: 40px;
}
#staffcast .sub_ttl img{
  height: 30px;
  width: auto;
}
#staffcast .nameBoxWrap{
  overflow: hidden;
  margin-right: -40px;
}
#staffcast .nameBox{
  width: 320px;
  margin: 0 40px 30px 0;
  float: left;
}
#staffcast #cast .nameBox{
  width: 220px;
}

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

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


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

NEWS

-----------------------------*/
#news #newsArea.newsBoxWrap{
  width: 620px;
  margin:0 auto 100px auto;
}
#news #newsArea ul li a{
  display: flex;
  align-items: center;
}
#news #newsArea ul li a .ttl{
  display: inline-block;
  Xline-height: 1;
  width: 520px;
}
#news #newsArea ul li a .ttl span{
   /*display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;*/
  overflow: hidden;
}
#news #newsArea ul li a .date{
  width: 130px;
}
#news #newsArea ul li{
  margin-bottom: 60px;
  font-size: 1.6rem;
}
#news #newsArea ul li a{
  color: #000;
}
#news #newsArea ul time{
  font-weight: 800;
  font-size: 2.1rem;
  line-height: 1;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#news #newsArea ul time .year{
  font-size: 2.4rem;
}
#news #newsArea ul li:hover time{
  color:#000;
}
#news #newsArea ul li:hover .ttl span{
  background:#ffd600;
}
/*-------*/
#news #pager{
  overflow: hidden;
}
#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_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 #pager{
  /*display: flex;
    justify-content: space-between;
    vertical-align: middle;*/
    margin: 0 auto;
    text-align: center;
}
#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 .news-pager{
  overflow: hidden;
  text-align: center;
}
#news .news-pager{
  display: block;
  color: #FFF;
  font-weight: 800;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#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;
  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;
  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{
    display: flex;
    justify-content: space-between;
    vertical-align: middle;
}*/
#news #pager ul{
  width:  290px;
  text-align: center;
}
#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: 80px;
}
#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{
  display: block;
  color: #FFF;
  font-weight: 800;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  padding:10px;
  width: 170px;
}
#news #pager .back:hover{
  background: #ffd600;
}
#news .articleBox{
  padding: 60px;
  border: 4px solid #f7f7f7;
  border-radius: 50px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.8rem;
}
#news .articleBox a{
  color: #ffd600;
}
#news .articleBox a:hover{
  text-decoration: underline;
}
#news .articleBox p{
  line-height: 2.8rem;
}


#news .articleBox .articleTtl{
  font-size:2rem;
  line-height: 4rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 40px;
}
#news .articleBox .date{
  font-size: 1.6rem;
  display: block;
  padding-left: 25px;
  background:  url(../img/news/ic_black.png) no-repeat left center;
  background-size: auto 17px;
}
#news .articleBox img{
  display: block;
  margin-bottom: 40px;
  max-width: 100%;
}
/*
#news .boderline{
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 40px;
  width: 100%;
}*/

.articleBox .txt_block_main{
  Xpadding-bottom:  40px;
  Xborder-bottom: 1px solid #d7d7d7;
  Xmargin-bottom: 40px;
  line-height: 2rem;
}

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

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





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




#character #modal_movie .overlay:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color:rgba(255,255,255,0.95);
}
#character #modal_movie .inner {
    Xwidth: 95%;
    Xpadding-top: 56.25%;

  }
 #character #modal_movie {
   Xmin-height: calc(56.25vw + 15.4vw * 2);
  }
#character #modal_movie .close {
    top: -15.4vw;
    right: 2.4vw;
    width: 13vw;
    height: 13vw;
  }
#character #modal_movie .inner {
  width: 901px;
  height: 508px;
  }


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

#character #modal_movie .overlay {
  cursor: pointer;
}

#character #modal_movie .close {
  position: absolute;
  right: 40px;
  top: 0;
  padding: 0;
  background-image: url("../img/common/closebtn.png");
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-color: transparent;
  background-size: contain;
  border: none;
  outline: none;
  font-size: 0;
  text-indent: -9999px;
  cursor: pointer;
}
#character #modal_movie .close:hover {
	opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
   /* transition: all  0.4s ease;
    transform: rotateZ( 360deg ) ;*/
}

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

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



/*------------------------------------------------------------
character
-----------------------------*/

#character .charaList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
#character .charaList:not(:last-child) {
  margin-bottom: 50px;
}
#character .charaBox {
  width: 140px;
  text-align: center;
  margin: 0 20px;
}
#character .charaBox img{
  width: 100%;
  height: auto;
}
#character .chara_img{
  margin-bottom: 15px;
}
#character .chara_name{
  font-size: 1.6rem;
  font-weight: bold;
  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: 30px 0 30px 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;*/
  width: 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 {
  width: 864px;
  margin: 0 auto;
  position: relative;
  clear: both;
  min-height: 300px;
}

#character .d_txtWrap {
  overflow: hidden;
  padding-right: 80px;
}

#character .d_txtBox {
  float: right;
  width: 570px;
  background: url(../img/character/txt_bg.png) no-repeat top center;
  padding: 70px 60px 130px 60px;
  box-sizing:border-box;
  min-height: 400px;
}
#character .d_img {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#character .d_img img{
  width: 185px;
  height: auto;
}
#character .d_img2{
  position: absolute;
  right: 80px;
  bottom: -20px;

}
#character .d_txtBox_name {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.5em;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}

#character .d_txtBox_name .cv {
  position: relative;
  background: #ff0000;
  font-size: 14px;
  font-weight: normal;
  color: #FFF;
  display: inline-block;
  padding: 0 5px;
  line-height: 1.5em;
  margin-left: 25px;
  top: -4px;
  -webkit-text-stroke: 0;
  text-stroke: 0;
}


#character .d_txt {
  font-size: 1.4rem;
  line-height: 2;
}

#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 .overlay::before {
  position: absolute;
  content:"";
  display: block;
  width: 100%;
  height: 300px;
  background: url(../img/character/bg_line.png) no-repeat center top;
  background-size: 100% auto;
  top: 60%;
  left: 0;
  z-index: 1;
}

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

#character #modal_movie .inner {
  position: absolute;
  padding-top: 0%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

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

#character #modal_movie .close {
  position: absolute;
  top: -40px;
  right: 40px;
}



/*-----------------------------
キャラ別カラー
-----------------------------*/
#character #chara2_boxin .cv {
  background: #000!important;
}
#character #chara3_boxin .cv {
  background: #ffd600;
}
#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 #chara7_boxin .d_img {
  left: -60px;
}
#character #chara7_boxin .d_img img {
  width: 350px;
}
#character #chara7_boxin .d_img2 img {
  width: 150px;
}
#character #chara8_boxin .d_img2 img {
  width: 100px;
}

/*------------------------------------------------------------
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 {
  display: inline-block;
  width: 215px;
  font-size: 1.8rem;
  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;
  margin: 0 20px;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  cursor: pointer;
  font-weight: 800;
}
#music .content_Wrap {
  padding: 60px;
  border: 4px solid #f7f7f7;
  border-radius: 50px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.8rem;
  margin-bottom: 80px;
}
#music .content_Wrap .content_ttl img {
  width: auto;
  height: 30px;
}
#music .content_Wrap .head_wrap {
  margin: 30px 0 20px;
}
#music .content_Wrap .head_wrap .song_ttl {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
}
#music .content_Wrap .head_wrap .song_info {
  display: flex;
}
#music .content_Wrap .head_wrap .song_info li:not(:last-child){
  margin-right: 30px;
}
#music .content_Wrap .head_wrap .song_info li .cate {
  color: #aaa;
  margin-right: 1em;
}
#music .content_Wrap .body_wrap {
  display: flex;
}
#music .content_Wrap .body_wrap>div {
  width: 50%;
}
#music .content_Wrap .body_wrap .img_area {
  margin-right: 30px;
}
#music .content_Wrap .body_wrap .txt_area {
  margin-left: 30px;
}
#music .content_Wrap .body_wrap .txt_area .release {
  font-size: 1.6rem;
  font-weight: bold;
}
#music .content_Wrap .body_wrap .txt_area .info_box {
  margin-top: 30px;
}
#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.6rem;
  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: 18px;
  width: 220px;
}
#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;
}
#bd .areaNav li {
  display: inline-block;
  width: 215px;
  font-size: 1.8rem;
  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;
  margin: 0 20px;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  cursor: pointer;
  font-weight: 800;
}
#bd .content_Wrap {
  padding: 60px;
  border: 4px solid #f7f7f7;
  border-radius: 50px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.8rem;
  margin-bottom: 80px;
}
#bd .content_Wrap .content_ttl img {
  width: auto;
  height: 30px;
}
#bd .content_Wrap .head_wrap {
  margin: 30px 0 20px;
}
#bd .content_Wrap .head_wrap .song_ttl {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  padding: 10px 0 10px 20px;
  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-direction: row-reverse;
  gap: 60px;
}
#bd .content_Wrap .body_wrap>div {
  width: 50%;
}
#bd .content_Wrap .body_wrap .img_area {
  margin-right: 30px;
}
#bd .content_Wrap .body_wrap .txt_area {
  margin-left: 30px;
}
#bd .content_Wrap .body_wrap .txt_area .release {
  font-size: 1.6rem;
  font-weight: bold;
}
#bd .content_Wrap .body_wrap .txt_area .info_box {
  margin-top: 30px;
}
#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: 30px;
}
#bd .info_org dd {
  text-indent: -1em;
  padding-left: 3.19999%;
}
#bd .bdshop_linklist {
  margin-top: 40px;
  padding-bottom: 10px;
}
#bd .bdshop_linklist ul {
  display: flex;
  justify-content: left;
  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 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: 18px;
  width: 220px;
}
#bd .shop_btn a:hover {
  background: #000;
}
#bd .video_iframe {
  position: relative;
  height: 0;
  padding: 30px 0 47.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 {
  display: inline-block;
  width: 100px;
  font-size: 1.8rem;
  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;
  margin: 0 20px;
  color: #FFF;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
  cursor: pointer;
  font-weight: 800;
}
#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 5%;
}
.booksWrap .books_item .read {
  text-align: center;
}
.booksWrap .books_item .itemlist {
  text-align: center;
}

/*POPUP*/
#cmtBox_books {
  max-width: 1080px;
  width: 100%;
  background: #FFF;
  box-sizing:border-box;
  margin:0 auto;
}
#cmtBox_books img {
  width: 100%;
  display: block;
  margin: 0 auto;
}


/*------------------------------------------------------------
movie
-----------------------------*/
.movieWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  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: 10px;
  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: 60vw;
  height: 34vw;
}

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


/*------------------------------------------------------------
goods
-----------------------------*/
.goodsWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 60px 30px;
}

.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: 1.6rem;
  font-weight: bold;
  margin-top: 10px;
  padding: 5px 10px;
  transition: all .3s ease;
}

.goods_item a:hover .item_name {
  background-color: #ffd600;
}

/* detail */
.goods_detailWrap {
  padding: 60px;
  border: 4px solid #f7f7f7;
  border-radius: 50px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.8rem;
  margin-bottom: 80px;
}
.goods_detailWrap .head_wrap {
  margin-bottom: 20px;
}
.goods_detailWrap .head_wrap .item_name {
  background: #000;
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 0 10px 20px;
  margin-bottom: 20px;
}
.goods_detailWrap .body_wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 60px;
}
.goods_detailWrap .body_wrap > div {
  width: 50%;
}
.goods_detailWrap .body_wrap .img_area {
  border: 1px solid #ededed;
  max-width: 410px;
  width: auto;
}
.goods_detailWrap .body_wrap .txt_area {
  margin-left: 30px;
  flex: 1;
}
.goods_detailWrap .body_wrap .txt_area .info_box:not(:last-child) {
  margin-bottom: 30px;
}
.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: 18px;
  width: 220px;
}
.goods_detailWrap .shop_btn a:hover {
  background: #000;
}
.goods_backlist a {
  display: block;
  width: 170px;
  margin: auto;
  padding: 10px;
  text-align: center;
  font-weight: 800;
  font-size: 1.8rem;
  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: 80px;
  padding: 60px;
  border: 4px solid #f7f7f7;
  border-radius: 50px 0 50px 0;
  background: #FFF;
  box-sizing:border-box;
  line-height: 2.8rem;
}
#event .articleBox a {
  color: #ff0000;
}
#event .articleBox a:hover {
  text-decoration: underline;
}
#event .articleBox p {
  line-height: 2.8rem;
  margin-bottom: 40px;
}
#event .articleBox .articleTtl {
  font-size:2rem;
  line-height: 4rem;
  text-align: left;
  font-weight: 500;
  margin-bottom: 40px;
}
#event .articleBox img {
  display: block;
  margin-bottom: 40px;
  max-width: 100%;
}
#event .event_img img {
  display: block;
  margin: 0 auto;
}
#event .txt_block_s {
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  padding: 50px 50px 20px;
  margin-bottom: 40px;
}
#event .txt_block_s img {
  margin-right: auto;
  margin-left: auto;
}
#event .noteArea {
  border: 1px solid #e3e3e3;
  display: inline-block;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}



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

MOUSE

-----------------------------*/
#mouse-stalker span{
    pointer-events: none;
    position: fixed;
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    transform: translate(0,0);
    transition: transform 0.2s;
    transition-timing-function: ease-out;
    z-index: 400;
    color: #f01212;
    opacity: 0;
}
#mouse-stalker span#m2{
    transform: translate(0,0);
    transition: transform 0.25s;
    width: 10px;
    height: 10px;
  }
  #mouse-stalker span#m3{
    transition: transform 0.3s;
    width: 15px;
    height: 15px;
  }
  #mouse-stalker span#m4{
    transition: transform 0.35s;
    width: 10px;
    height: 10px;
  }
  #mouse-stalker span img{
    width:100%;
    height: auto;
  }
  #mouse-stalker span.view{
    opacity: 1;
  }

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

ローディング

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

#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%;
  X-webkit-animation: blink 2s ease-in-out infinite;
  Xanimation: blink 2s ease-in-out infinite;
  font-size: 12px;
  font-size: 1.2rem;
}
#loader_logo{
  width: 300px;
  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;
  }
}
*/
/*
.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;
  }
}*/