@charset "UTF-8";
/* CSS Document */
	
body{
	background:#fff;
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color:#666;
	height:100%;
}

html{
	height:100%;
}

img { border-style:none;
	vertical-align: bottom;}

a img { border-style:none;}

a:hover img { border-style:none; }

*{
margin: 0;
padding: 0;
}

ol, ul {
	list-style: none;
}

.cf:before,
.cf:after {
  content: "";
  display: table;}
.cf:after {
  clear: both;}
.cf {
  *zoom: 1;}


/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}
/* ローディング画面 */
#loader-bg {
    background: #000;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}
#loader {
    height: 200px;
    left: 50%;
    margin-left: -200px;
    margin-top: -100px;
    position: fixed;
    top: 50%;
    width: 400px;
}

#spmain{
	display:none;
}

#sptrailerarea{
	display:none;
}

#contents_wrapper{
	width:100%;
	height: 100%;
	margin:0 auto;
	font-size: 19px;
	line-height: 178%;
}

#contents_wrapper img{
	width:100%;
	height: auto;
	margin-left:auto;margin-right:auto;display:table;
}


/* 非表示 */
.is-hide {
    display: none;
}
/* ローディング画面をフェードアウト */
.fadeout-bg {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .8s;
    opacity: 0;
    pointer-events: none;
}
/* ローダーをフェードアウト */
.fadeout-loader {
    transition-property: opacity;
    transition-delay: .9s;
    transition-duration: .3s;
    opacity: 0;
    pointer-events: none;
}

body.result .fadeout-bg {
    transition-duration: 2.2s;
}
body.result .fadeout-loader {
    transition-duration: 2.8s;
}

/* ローディング画面 */
#loader-bg {
    background: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 105;
}

@keyframes spin {
  from{
    transform: rotateZ(0deg);         /* アニメーション開始状態 */
  }
  to{
    transform: rotateZ(360deg);       /* アニメーション終了状態 */
  }
}

.loading {
  position: absolute;                 /* 良くわからなければ無くてもよい */
  width: 50px;                        /* 横幅 */
  height: 50px;                       /*  高さ */
  border: 3px solid #eb707c;         /* 線(上下左右)の太さ,形,色 */
  border-top-color: #63c0c2;          /* 線(上)の色 */
  border-radius: 50%;                 /* 円形 */
  animation: 1s spin infinite linear; /* アニメーション指定(1秒1回転で一定の速度で永遠回るように指定) */
	box-sizing:border-box;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    position: fixed;
    top: 50%;
}

.btn-trigger_fix{
	width:70px;
	height:70px;
	border-radius: 50%;
	position: fixed;
	top:2%;
	right: 2%;
	z-index: 200;
	background-color:#7d7d7d;
	border:2px solid #fff;
}


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 17px;
  margin-top:20px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left :74%;
  color: #fff;
  background-color: rgba(255,255,255,0.9);
  box-sizing: border-box;
  padding:8% 5%;
  width: 26%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	box-sizing: border-box;
	z-index: 100;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 20%;
  float: left;
  transition: .4s all;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1em 0;
  text-decoration :none;
}

nav.globalMenuSp.active {
  opacity: 100;
  margin-left:0;

}

.menu{
	width:100%;
	margin-bottom: 4%;
}

.menu a {
  color: #fff;
  display: block;
  padding:1.3% 1% 1% 1%;
  text-align: center;
  background-color: #63c0c2;
  font-weight: 600;
  font-size: 14px;
	font-weight: bold;
  text-decoration: none;
	border-radius: 100vh;
}

.menu a:hover {
   background-color: #eb707c;
  color: #fff;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

#top_wrapper{
	width:100%;
	height: auto;
	position: relative;
	overflow: hidden;
}

#top_main{
	width:100%;
}

#top_logo{
	width:40%;
	position: absolute;
	bottom:11%;
	left:30%;
	z-index: 52;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
    transform: translateY(40px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_logo{
  opacity:1;
  -webkit-transition-delay:2.6s;
  transition-delay:2.6s;
    transform: translateY(0);
}

#top_catch1{
	width:1.2%;
	position: absolute;
	right:12%;
	top:5.5%;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    transform: translateY(-40px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_catch1{
  opacity:1;
  -webkit-transition-delay:2.8s;
  transition-delay:2.8s;
    transform: translateY(0);
}

#top_catch2{
	width:40%;
	position: absolute;
	left:30%;
	bottom:7%;
	z-index: 51;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
    transform: translateX(-40px);/* X軸方向に100px */
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_catch2{
  opacity:1;
  -webkit-transition-delay:2.8;
  transition-delay:2.8s;
    transform: translateX(0);
}

#top_day{
	width:20%;
	position: absolute;
	bottom:7%;
	right:3%;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.showNavi #top_day{
  opacity:1;
  -webkit-transition-delay:2.8;
  transition-delay:2.8s;
}


#top_tw{
    width:20%;
	position: absolute;
	left:1.5%;
	top:2%;
	background-color:#eb707c;
	z-index:100;
	padding:10px 10px 5px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.showNavi #top_tw{
  opacity:1;
  -webkit-transition-delay:3.5;
  transition-delay:3.5s;
}

#top_jiro{
	width:23%;
	position: absolute;
	left:31.5%;
	top:0.8%;
	z-index: 44;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_jiro{
  opacity:1;
  -webkit-transition-delay:1s;
  transition-delay:1s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_kanako{
	width:23%;
	position: absolute;
	right:36.2%;
	top:2%;
	z-index: 45;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_kanako{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_nanako{
	width:21%;
	position: absolute;
	right:28.2%;
	top:7%;
	z-index: 47;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_nanako{
  opacity:1;
  -webkit-transition-delay:1.4s;
  transition-delay:1.4s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_uzoku{
	width:30%;
	position: absolute;
	left:24.4%;
	top:6.8%;
	z-index: 46;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_uzoku{
  opacity:1;
  -webkit-transition-delay:1.6s;
  transition-delay:1.6s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_youkou{
	width:30%;
	position: absolute;
	right:30%;
	top:10%;
	z-index: 48;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_youkou{
  opacity:1;
  -webkit-transition-delay:1.8s;
  transition-delay:1.8s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_akimizu{
	width:31%;
	position: absolute;
	left:25%;
	top:16.2%;
	z-index: 49;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_akimizu{
  opacity:1;
  -webkit-transition-delay:2.0s;
  transition-delay:2.0s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_gekkou{
	width:23.8%;
	position: absolute;
	right:29%;
	top:23%;
	z-index: 50;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #top_gekkou{
  opacity:1;
  -webkit-transition-delay:2.2s;
  transition-delay:2.2s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}

#top_cream{
	width:3%;
	position: absolute;
	right:48%;
	top:4%;
	z-index: 40;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

#top_grass{
	width:3%;
	position: absolute;
	right:30%;
	top:6%;
	z-index: 40;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

#top_ball{
	width:1.8%;
	position: absolute;
	right:33%;
	top:25%;
	z-index: 40;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

#top_furin{
	width:4%;
	position: absolute;
	right:22%;
	top:38%;
	z-index: 40;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

#top_mimikaki1{
	width:4%;
	position: absolute;
	right:31%;
	top:45%;
	z-index: 50;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

#top_mimikaki2{
	width:4%;
	position: absolute;
	left:30.5%;
	top:39%;
	z-index: 40;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

#top_headphone{
	width:6%;
	position: absolute;
	left:21%;
	top:40%;
	z-index: 40;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

#top_mimikaki3{
	width:3%;
	position: absolute;
	left:27%;
	top:25%;
	z-index: 40;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

#top_mimikaki4{
	width:3%;
	position: absolute;
	left:30%;
	top:8%;
	z-index: 40;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

@keyframes fuwa {
    0% {
        transform: translate(0,0px);
    }

    100% {
        transform: translate(0,-10px)
    }
}


#sp_top_main{
	display: none;
}

#sp_top_logo{
	display: none;
}






.pcview{
	width:100%;
}

.spview{
	display: none;
}


.scrollShowEffect {
	-webkit-transition-delay: 1.5s;
	   -moz-transition-delay: 1.5s;
	    -ms-transition-delay: 1.5s;
	     -o-transition-delay: 1.5s;
	        transition-delay: 1.5s;
	-webkit-transition: all 1.5s ease-in-out;
	   -moz-transition: all 1.5s ease-in-out;
	    -ms-transition: all 1.5s ease-in-out;
	     -o-transition: all 1.5s ease-in-out;
	        transition: all 1.5s ease-in-out;
	opacity:0;
}

.scrollShowEffect-R {
	-webkit-transform: translate3d(60%, 0%, 0);
	   -moz-transform: translate3d(60%, 0%, 0);
	    -ms-transform: translate3d(60%, 0%, 0);
	     -o-transform: translate3d(60%, 0%, 0);
	        transform: translate3d(60%, 0%, 0);
}
.scrollShowEffect-L {
	-webkit-transform: translate3d(-60%, 0%, 0);
	   -moz-transform: translate3d(-60%, 0%, 0);
	    -ms-transform: translate3d(-60%, 0%, 0);
	     -o-transform: translate3d(-60%, 0%, 0);
	        transform: translate3d(-60%, 0%, 0);
}
.scrollShowEffect-B {
	-webkit-transform: translate3d(0, 50%, 0);
	   -moz-transform: translate3d(0, 50%, 0);
	    -ms-transform: translate3d(0, 50%, 0);
	     -o-transform: translate3d(0, 50%, 0);
	        transform: translate3d(0, 50%, 0);
}

.scrollShowEffect-T {
	-webkit-transform: translate3d(0, -15%, 0);
	   -moz-transform: translate3d(0, -15%, 0);
	    -ms-transform: translate3d(0, -15%, 0);
	     -o-transform: translate3d(0, -15%, 0);
	        transform: translate3d(0, -15%, 0);
}

.scrollShowEffect-Z {
	-webkit-transform: scale( 0.2,  0.2);
	transform: scale( 0.2,  0.2);
}

.scrollShowEffect.showItem {
	opacity:1;
	-webkit-transform: translate3d(0, 0, 0);
	   -moz-transform: translate3d(0, 0, 0);
	    -ms-transform: translate3d(0, 0, 0);
	     -o-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
}


.mb0{
	width:100%;
	overflow: hidden; /* heightを戻す */
}

.mb5{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 5px;
	line-height: 140%;
}

.mb10{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 10px;
}

.mb20{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 20px;
}

.mb30{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 30px;
}

.mb50{
	width:100%;
	overflow: hidden; /* heightを戻す */
	margin-bottom: 50px;
}

.pt_text1{
	width:100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 60px;
	color: #fff;
}

.pt_text2{
	width:100%;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 60px;
	color: #222;
}

#news_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg3.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
}

#news_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 5%;
	overflow: hidden;
	color: #fff;
}

.pt_news{
	width:10%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}


#tumblr{
	width:100%;
	box-sizing: border-box;
	padding:7% 10%;
	border-radius: 20px;
	background-color:rgba(255,255,255,0.8);
}

#tumblr li{
	width:100%;
	margin-bottom: 15px;
	text-align: center;
	list-style: none;
}

#tumblr a{
	color:#666;
	text-decoration: none;
}

#tumblr a:hover{
	color:#eb707c;
	text-decoration: underline;
}

.loading2{
	font-size: 14px;
}


#intro_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 5%;
	overflow: hidden;
}

.pt_intro{
	width:4%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}

.intro_textbox{
	width:100%;
	box-sizing: border-box;
	padding:7% 10%;
	border-radius: 20px;
	background-color:rgba(235,112,124,0.8);
	color: #fff;
}

.intro_midashi{
	width:100%;
	font-size: 30px;
	font-weight: bold;
	color:rgba(236,255,100,1.00);
	margin-bottom: 30px;
	text-align: center;
	line-height: 180%;
}

.intro_asmr{
	width:100%;
	border:3px dotted #fff;
	color: #fff;
	padding:4%;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 20px;
	color: #fff;
}

#story_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg2.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#story_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 5%;
	overflow: hidden;
}

.pt_story{
	width:5%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}

.story_textbox{
	width:100%;
	box-sizing: border-box;
	padding:7% 10%;
	border-radius: 20px;
	background-color:rgba(255,255,255,0.8);
}

.story_midashi{
	width:100%;
	font-size: 20px;
	font-weight: bold;
	color:#eb707c;
}

#character_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#character_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 7%;
	overflow: hidden;
}

.pt_character{
	width:5%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}


.wrapperline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.character_box{
	width:32%;
	float: left;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	padding:3%;
	border-radius: 20px;
	margin-right: 2%;
	margin-bottom: 3%;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
	border:1px solid #ccc;
}

.character_box:nth-child(3n) {
  margin-right: 0;
}

.character_photo1{
	width:100%;
	margin-bottom: 10px;
}

.character_name1{
	font-size: 22px;
	font-weight: 800;
	font-style: normal;
	width:100%;
	margin-bottom:5px;
	line-height: 22px;
	color:#eb707c;
}

.character_name2{
	font-size: 14px;
	font-weight: 800;
	font-style: normal;
	width:100%;
	margin-bottom: 5px;
	line-height: 20px;
	color:#63c0c2;
}

.character_name3{
	font-size: 13px;
	font-weight: 800;
	font-style: normal;
	width:100%;
	margin-bottom: 25px;
	line-height: 20px;
	color:#666;
}

#movie_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg3.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#movie_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 15%;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.pt_movie{
	width:5%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}

#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background:#fff;
	padding:80px 0 80px 0;
}

#footer_logo{
	width:30%;
	margin:0 auto;
	margin-bottom: 20px;
}


#footer_credit{
	width:100%;
	text-align: center;
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}

#snsbtn_wrapper2{
	width:255px;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:87px;
	float:left;
	margin-right:5px;
	line-height: 100%;
	overflow: hidden;
}

.line{
	width:83px;
	float:right;
	line-height: 100%;
}

#cast_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg2.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#cast_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 5%;
	overflow: hidden;
}

.castline1{
	width:75%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 70px;
}

.castline2{
	width:100%;
	overflow: hidden;
}

.cast_box3{
	width:28%;
	float: left;
	margin-right:8%;
	text-align: center;
	padding:3%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
	border:1px solid #ccc;
	border-radius: 20px;
}

.cast_box3:nth-child(3n) {
  margin-right: 0;
}

.cast_box4{
	width:21.2%;
	float: left;
	margin-right: 5.0666666%;
	text-align: center;
	padding:3%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
	border:1px solid #ccc;
	border-radius: 20px;
}

.cast_box4:nth-child(4n) {
  margin-right: 0;
}

.cast_name1{
	font-size: 20px;
	font-family: heisei-maru-gothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	width:100%;
	margin-bottom:10px;
	line-height: 22px;
	color:#eb707c;
}

.cast_name2{
	font-size: 13px;
	font-family: heisei-maru-gothic-std,sans-serif;
	font-weight: 600;
	font-style: normal;
	line-height: 20px;
	color:#63c0c2;
	padding-left: 10px;
}


.cscbtn{
	width:100%;
	border-radius: 50vh;
	padding:0.5%;
	box-sizing: border-box;
	font-size: 12px;
	background-color:#eb707c;
}

.cscbtn a{
	color: #fff;
	text-decoration: none;
}

.cscbtn:hover{
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
	background-color:#63c0c2;
}

.cast_photo{
	width:35%;
	float: left;
}

.cast_text{
	width:60%;
	float: right;
}


.cast_name3{
	width:100%;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	margin-bottom:5px;
	line-height: 26px;
	color:#fff;
}

.cast_name4{
	width:100%;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	line-height: 20px;
	color:#63c0c2;
	margin-bottom:15px;
}

#contents_wrapper img.cast-sntitle-name{
  width: 80%;
}

.removebtn{
  position: fixed;
  top: 2%;
  right: 2%;
  width: 50px;
  cursor: pointer;
}
.cast-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background:rgba(235,112,124,0.98);
  overflow: auto;
}
.cast-pop-box{
  z-index: 10;
  width:70%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  color: #fff;
	font-size: 16px;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.cast_midashi{
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	margin-bottom:10px;
	line-height: 14px;
	color:#fff;
	padding:1% 3%;
	border:1px solid #fff;
	border-radius: 50vh;
	box-sizing: border-box;	
}

#bnr_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg3.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
}

#bnr_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 5%;
	overflow: hidden;
	color: #fff;
}

.pt_bnr{
	width:8%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}


.wrapperline{
	width:100%;
	overflow: hidden; /* heightを戻す */
	padding:0;
	display:-webkit-box;
display:-moz-box;
display:-ms-box;
display:-webkit-flexbox;
display:-moz-flexbox;
display:-ms-flexbox;
display:-webkit-flex;
display:-moz-flex;
display:-ms-flex;
display:flex;
-webkit-box-lines:multiple;
-moz-box-lines:multiple;
-webkit-flex-wrap:wrap;
-moz-flex-wrap:wrap;
-ms-flex-wrap:wrap;
flex-wrap:wrap;
}

.bnr{
	width:48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 4%;
	text-align: center;
	padding:3%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
	border:1px solid #ccc;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	color: rgba(235,112,124,0.98);
}

.bnr:nth-child(2n) {
  margin-right:0;
}


.bnrtext1{
	font-size: 20px;
	font-weight: bold;
	color: rgba(235,112,124,0.98);
	margin-bottom: 5px;
}

.bnrtext2{
	font-size: 16px;
	font-weight: bold;
	color:#63c0c2;
	margin-bottom: 15px;
}

#top_trailer{
	width:23%;
	position: absolute;
	left:2%;
	bottom: 5%;
	box-sizing: border-box;
	padding:1%;
	border-radius: 20px;
	background-color: #63c0c2;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
}

.showNavi #top_trailer{
  opacity:1;
  -webkit-transition-delay:2.8;
  transition-delay:2.8s;
}


div.sptrailer {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
 
div.sptrailer iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#sp_day{
	display: none;
}

#onair_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg2.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#onair_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 5%;
	overflow: hidden;
}

.pt_onair{
	width:5%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}


.onairbox{
	width:100%;
	margin-bottom: 4%;
	text-align: center;
	padding:3%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
	border:1px solid #ccc;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
}

.onair_midashi{
	width:100%;
	font-size: 25px;
	font-weight: bold;
	color:#ec707b;
	margin-bottom: 30px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: 6px dotted #62c0c2;
	line-height: 180%;
}

.onair_midashis{
	font-size: 14px;
	font-weight: bold;
	color:#ec707b;
}

.onair_midashi2{
	width:100%;
	font-size: 25px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 30px;
	text-align: center;
	background-color: #ec707b;
	line-height: 100%;
	padding:1.5% 3% 0.5% 3%;
	border-radius: 10px;
	box-sizing: border-box;
}

.onair_midashis2{
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}

.haishin{
	width:24%;
	float: left;
	position: relative;
	margin-right: 1.3333%;
	margin-bottom: 1.33333%;
	text-align: center;
	box-sizing: border-box;
	font-size: 13px;
    background-color:#62c0c2;
	padding:1%;
	border-radius: 10px;
	color: #fff;
}

.haishin:nth-child(4n) {
  margin-right:0;
}


.haishin .link{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border-radius: 10px;
	color: #fff;
}
	
.haishin:hover {
    background-color: #eb707c;
	box-sizing: border-box;
	vertical-align: middle;
	border-radius: 10px;
	color: #fff;
}

.newsday{
	color: #666;
	font-size: 12px;
}

@media screen and (max-width:980px){

.haishin{
	width:32%;
	float: left;
	position: relative;
	margin-right: 2%;
	margin-bottom: 2%;
	text-align: center;
	box-sizing: border-box;
	font-size: 13px;
    background-color:#62c0c2;
	padding:1%;
	border-radius: 10px;
	color: #fff;
}
	
.haishin:nth-child(4n) {
	margin-right: 2%;
}
	
.haishin:nth-child(3n) {
  margin-right:0;
}
	
}

@media screen and (max-width:768px){


.pcview{
	display: none;
}

.spview{
	display: inherit;
	width:100%;
}



.snsbtn{
	width:20%;
	margin:0 auto;
	margin-bottom: 20px;
}
	

.btn-trigger_fix{
	width:70px;
	height:70px;
	border-radius: 50%;
	position: fixed;
	top:2%;
	right: 3%;
	z-index: 200;
	background-color:#7d7d7d;
	border:2px solid #fff;
}


.btn-trigger {
  position: relative;
  width: 36px;
  height: 31px;
  cursor: pointer;
  margin-left: 17px;
  margin-top:20px;
}
.btn-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.btn-trigger, .btn-trigger span {
  display: inline-block;
  transition: all .5s;
  box-sizing: border-box;
}
.btn-trigger span:nth-of-type(1) {
  top: 0;
}
.btn-trigger span:nth-of-type(2) {
  top: 14.5px;
}
.btn-trigger span:nth-of-type(3) {
  bottom: 0;
}

#btn08.active span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-315deg);
  transform: translateY(15px) rotate(-315deg);
}
#btn08.active span:nth-of-type(2) {
  opacity: 0;
}
#btn08.active span:nth-of-type(3) {
  -webkit-transform: translateY(-15px) rotate(315deg);
  transform: translateY(-15px) rotate(315deg);
}


nav.globalMenuSp {
  position: fixed;
  z-index : 2;
  top  : 0;
  left :0;
  color: #fff;
  background-color: rgba(255,255,255,0.9);
  box-sizing: border-box;
  padding:25% 18%;
  width: 100%;
  height: 100%;
  margin-left:100%;
  opacity: 0;
  -webkit-transition-property: all;
     -moz-transition-property: all;
      -ms-transition-property: all;
       -o-transition-property: all;
          transition-property: all;
  -webkit-transition: .6s ease;
     -moz-transition: .6s ease;
      -ms-transition: .6s ease;
       -o-transition: .6s ease;
          transition: .6s ease;
	box-sizing: border-box;
	z-index: 100;
}


#sp_top_main{
	display: inherit;
	width:100%;
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
	overflow: hidden;
}

.showNavi #sp_top_main{
  opacity:1;
  -webkit-transition-delay:1.2s;
  transition-delay:1.2s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}


#sp_top_logo{
	display: inherit;
	width:100%;
	position: absolute;
	left:0;
	top:0;
	opacity: 0;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.36s;
    transition: all 0.6s;
	-webkit-transform: scale( 1.5,  1.5);
	transform: scale( 1.5,  1.5);
	transition-timing-function: cubic-bezier(.68,-0.55,.27,1.55);
}

.showNavi #sp_top_logo{
  opacity:1;
  -webkit-transition-delay:1.5s;
  transition-delay:1.5s;
  -webkit-transform: translate( 0, 0);
  transform: translate( 0, 0);
}


#top_wrapper{
	width:100%;
	height: auto;
	position: relative;
	padding-bottom: 50px;
}

#top_main{
	width:100%;
	margin-bottom: 20px;
}

#top_logo{
	display: none;
}

#top_catch1{
	display: none;
}

#top_catch2{
	display: none;
}

#top_day{
	display: none;
}

#biling{
	display: none;
}

#top_tw{
    width:85%;
	position: inherit;
	left:0;
	top:0;
	margin:0 auto;
	background-color:#eb707c;
	z-index:100;
	padding:10px 10px 5px 10px;
	box-sizing: border-box;
	border-radius: 10px;
	opacity: 1;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s;
	margin-bottom: 20px;
}

.showNavi #top_tw{
  opacity:1;
  -webkit-transition-delay:0;
  transition-delay:0s;
}

#top_jiro{
	display: none;
}

#top_kanako{
	display: none;
}

#top_nanako{
	display: none;
}

#top_uzoku{
	display: none;
}

#top_youkou{
	display: none;
}

#top_akimizu{
	display: none;
}

#top_gekkou{
	display: none;
}

#top_cream{
	display: none;
}

#top_grass{
	display: none;
}

#top_ball{
	display: none;
}

#top_furin{
	display: none;
}

#top_mimikaki1{
	display: none;
}

#top_mimikaki2{
	display: none;
}

#top_headphone{
	display: none;
}

#top_mimikaki3{
	display: none;
}

#top_mimikaki4{
	display: none;
}


#news_wrapper{
	width: 100%;
	box-sizing: border-box;
	background:none;
	background-color: #eb707c;
}

#news_inner{
    width:100%;
	box-sizing: border-box;
    padding:20% 10%;
	overflow: hidden;
	color: #fff;
}

.pt_news{
	width:15%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}

#intro_wrapper{
	width: 100%;
	box-sizing: border-box;
	background-image: url("images/sp/top_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden; /* heightを戻す */
}

#intro_inner{
    width:100%;
	box-sizing: border-box;
    padding:20% 10%;
	overflow: hidden;
}

.pt_intro{
	width:15%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}
	
.intro_midashi{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	color:rgba(236,255,100,1.00);
	margin-bottom: 30px;
	text-align: center;
	line-height: 180%;
}

.intro_asmr{
	width:100%;
	border:2px dashed #63c0c2;
	color: #63c0c2;
	padding:7%;
	box-sizing: border-box;
	margin-bottom: 20px;
	border-radius: 20px;
	color: #fff;
}
	
#story_wrapper{
	width: 100%;
	box-sizing: border-box;
	background:none;
	background-color: #63c0c2;
	overflow: hidden; /* heightを戻す */
}

#story_inner{
    width:100%;
	box-sizing: border-box;
    padding:20% 10%;
	overflow: hidden;
}

.pt_story{
	width:15%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}

.story_textbox{
	width:100%;
	box-sizing: border-box;
	padding:7% ;
	border-radius: 20px;
	background-color:rgba(255,255,255,0.8);
}

.story_midashi{
	width:100%;
	font-size: 18px;
	font-weight: bold;
	color:#eb707c;
}


.intro_textbox{
	width:100%;
	box-sizing: border-box;
	padding:7% ;
	border-radius: 20px;
	background-color:rgba(235,112,124,0.8);
	color: #fff;
}

#character_wrapper{
	width: 100%;
	box-sizing: border-box;
	background-image: url("images/sp/top_bg.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden; /* heightを戻す */
}

#character_inner{
    width:100%;
	box-sizing: border-box;
    padding:20% 10%;
	overflow: hidden;
}

.pt_character{
	width:15%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}

.character_box{
	width:100%;
	float: none;
	background-color:rgba(255,255,255,1.0);
	box-sizing: border-box;
	padding:5%;
	border-radius: 20px;
	margin-right: 0;
	margin-bottom: 3%;
}

.character_box:nth-child(3n) {
  margin-right: 0;
}

#movie_wrapper{
	width: 100%;
	box-sizing: border-box;
	background:none;
	background-color: #eb707c;
	overflow: hidden; /* heightを戻す */
}

#movie_inner{
    width:100%;
	box-sizing: border-box;
    padding:20% 10%;
	overflow: hidden;
	text-align: center;
	color: #fff;
}

.pt_movie{
	width:15%;
	margin:0 auto;
    animation-name: fuwa;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
	margin-bottom: 20px;
}

#footer_wrapper{
	width:100%;
	overflow: hidden; /* heightを戻す */
	background:#fff;
	padding:80px 0 80px 0;
}

#footer_logo{
	width:60%;
	margin:0 auto;
	margin-bottom: 20px;
}


#footer_credit{
	width:100%;
	text-align: center;
	font-size: 15px;
	color: #666;
	margin-bottom: 30px;
}

#snsbtn_wrapper2{
	width:255px;
	margin:0 auto;
	overflow: hidden; /* heightを戻す */
}

.tweet{
	width:75px;
	float:left;
	margin-right:5px;
	line-height: 100%;
}

.like{
	width:87px;
	float:left;
	margin-right:5px;
	line-height: 100%;
	overflow: hidden;
}

.line{
	width:83px;
	float:right;
	line-height: 100%;
}
	
	.brtext::before {
	content: "\A" ;
	white-space: pre ;
}
	
#cast_wrapper{
	width: 100%;
	box-sizing: border-box;
	background:none;
	background-color: #63c0c2;
	overflow: hidden; /* heightを戻す */
}

#cast_inner{
    width:100%;
	box-sizing: border-box;
    padding:20% 10%;
	overflow: hidden;
}


.castline1{
	width:100%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 0;
}

.castline2{
	width:100%;
	overflow: hidden;
}

.cast_box3{
	width:100%;
	float: none;
	margin-right:0;
	text-align: left;
	padding:5%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
	border:1px solid #ccc;
	border-radius: 20px;
	margin-bottom: 50px;
}

.cast_box4{
	width:100%;
	float: none;
	margin-right: 0;
	text-align: left;
	padding:5%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
	border:1px solid #ccc;
	border-radius: 20px;
	margin-bottom: 50px;
}
	
.cast_name1{
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	width:100%;
	margin-bottom:10px;
	line-height: 22px;
	color:#eb707c;
}

.cast_name2{
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	line-height: 20px;
	color:#63c0c2;
	padding-left: 10px;
}


.cscbtn{
	width:100%;
	border-radius: 50vh;
	padding:0.3%;
	box-sizing: border-box;
	font-size: 12px;
	background-color:#eb707c;
	text-align: center;
}

.cast_photo{
	width:100%;
	float: none;
	margin-bottom: 20px;
}

.cast_text{
	width:100%;
	float: none;
}


#contents_wrapper img.cast-sntitle-name{
  width: 80%;
}

.removebtn{
  position: fixed;
  top: 2%;
  right: 2%;
  width: 50px;
  cursor: pointer;
}
.cast-popup>div{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background:rgba(235,112,124,0.98);
  overflow: auto;
}
.cast-pop-box{
  z-index: 10;
  width:80%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10%;
  color: #fff;
	font-size: 16px;
}

body.modal-open {
  height: 100vh;
  overflow-y: hidden;
}

.cast_midashi{
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	margin-bottom:10px;
	line-height: 14px;
	color:#fff;
	padding:1% 3%;
	border:1px solid #fff;
	border-radius: 50vh;
	box-sizing: border-box;	
}
	
.bnr{
	width:100%;
	float: none;
	margin-right: 0;
	margin-bottom: 8%;
	text-align: center;
	padding:6%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
	border:1px solid #ccc;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
	color: rgba(235,112,124,0.98);
}

#top_trailer{
	width:84%;
	position: inherit;
	left:0;
	bottom: 0;
	margin:0 auto;
	box-sizing: border-box;
	padding:2%;
	border-radius: 10px;
	margin-bottom: 20px;
	background-color: #63c0c2;
	opacity: 1;
}

#sp_day{
	display: inherit;
	width:60%;
	margin:0 auto;
	margin-bottom: 40px;
}
	

#onair_wrapper{
	width: 100%;
	box-sizing: border-box;
	background: url("images/bg2.jpg") 100% 0 no-repeat fixed;
	background-size:cover;
	overflow: hidden; /* heightを戻す */
}

#onair_inner{
    width:100%;
	box-sizing: border-box;
    padding:10% 10%;
	overflow: hidden;
}
	
onairbox{
	width:100%;
	margin-bottom: 4%;
	text-align: center;
	padding:7%;
	background-color:rgba(255,255,255,0.9);
	box-sizing: border-box;
	box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.6);
	border:1px solid #ccc;
	border-radius: 20px;
	font-size: 16px;
	line-height: 20px;
}


.onair_midashi2{
	width:100%;
	font-size: 25px;
	font-weight: bold;
	color:#fff;
	margin-bottom: 30px;
	text-align: center;
	background-color: #ec707b;
	line-height: 100%;
	padding:5%;
	border-radius: 10px;
	box-sizing: border-box;
}

.onair_midashis2{
	font-size: 14px;
	font-weight: bold;
	color:#fff;
}


.haishin{
	width:100%;
	float: none;
	position: relative;
	margin-right: 0;
	margin-bottom: 2%;
	text-align: center;
	box-sizing: border-box;
	font-size: 13px;
    background-color:#62c0c2;
	padding:1%;
	border-radius: 10px;
	color: #fff;
}
	
.haishin:nth-child(4n) {
	margin-right: 0;
}
	
.haishin:nth-child(3n) {
  margin-right:0;
}

	
}