html {
	font-size: 10px;
}
body {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	min-width: 1200px;
	font-size: 10px;
	color: #53391d;
}

::-webkit-scrollbar{
	width: 6px;
	border-radius: 10px;
}
::-webkit-scrollbar-track{
	background: rgba(255,255,255,0.5);
	border: none;
	box-shadow: inset 0 0 2px #fff; 
	border-radius: 10px;
}
::-webkit-scrollbar-thumb{
	background: #ffdb71;
	box-shadow: none;
	border-radius: 10px;
}

.sp{
	display: none;
}
.sp_img{
	display: none;
}

html.lity-active body{
	overflow: hidden;
}

/*hover_actions*/
a,a:hover,a:active,a:focus {
	text-decoration: none;
	color: #ff7500;
}

a{
	transition: 0.3s;
}
a:hover{
	opacity: 0.5;
}

#loader-bg {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 110;
	width: 100%;
	background-position: center top;
	background-repeat: repeat-y;
	background-size: 100% auto;
	background-image: url(../img/bg_01a.png),url(../img/bg_01b.png),url(../img/bg_01c.png),url(../img/bg_01d.png);
	background-color: #fff;
}

.loading-body {
	overflow-x: hidden;
}

#loader {
	position: fixed;
	top: 40%;
	left: 0;
	width: 100%;
	text-align: center;
	color: #000;
	z-index: 120;
	font-size: 1.4rem;
}

.loading {
	position: relative;
	width: 400px;
	margin: 0 auto;
}

.loading img {
	width: 100%;
}


.character_box a{
	position: relative;
	top: 0;
	transition: 0.2s;
	display: inline-block;
}

.character_box a:hover{
	opacity: 1;
}
.character_box a.active{
	top: -8px;
}

.character_box a img{
	filter:drop-shadow(10px 10px 0px rgba(255, 208, 72, 0.25));
}

.news_list::-webkit-scrollbar{
	width: 4px;
	border-radius: 10px;
}

.news_list::-webkit-scrollbar-track{
	background: #fff7be;
	border: none;
	box-shadow: inset 0 0 2px #fff; 
	border-radius: 10px;
}
.news_list::-webkit-scrollbar-thumb{
	background: #ffdb71;
	box-shadow: none;
	border-radius: 10px;
}


@media screen and (max-width:640px) {
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp_img{
		display: inline-block;
	}

	.news_list::-webkit-scrollbar{
		width: 8px;
		border-radius: 10px;
	}

	.news_list::-webkit-scrollbar-track{
		border: none;
		box-shadow: inset 0 0 2px #fff; 
		border-radius: 10px;
	}
	.news_list::-webkit-scrollbar-thumb{
		box-shadow: none;
		border-radius: 10px;
	}
	
	.character_box a .character_name{
		position: absolute;
		left: -228px;
		right: 0;
		top: auto;
		bottom: 14px;
		margin: auto;
		transform: rotate(45deg);
		width: 100%;
		text-align: center;
	}
}


/*twitter*/
iframe#twitter-widget-0{
	width: 100% !important;
}
iframe#twitter-widget-1{
	width: 100% !important;
}
.twitter_bg{
	box-shadow:none;
	border:1px dashed #513c00;
	padding: 30px 14px 20px 14px;
	background:#fff;
	box-sizing: border-box;
	width: 334px;
}

img{
	vertical-align: bottom;
}

.row {
	display: flex;
}

h2 {
	font-family: 'Cabin Sketch', cursive;
	font-weight: bold;
	display:inline;
	line-height: 38px;
}

h2 span {
	border-bottom: 2px dashed #53391d;
	font-size: 4rem;
	padding-bottom: 2px;
}

#onair h3 {
	font-weight: bold;
	display:inline;
	line-height: 38px;
	background-color: #53391d;
	padding: 5px 40px;
	font-size: 1.5rem;
	color: #fff;
}


.mv {
	position: relative;
	height: 1151px;
}

.mv .left {
	padding-left: 40px;
	width: 334px;
}

.mv .right .kv_catch {
	position: absolute;
	right: 80px;
	top: 0;
}

button{
    cursor: pointer;
    transition: 0.3s;
}
button:hover{
    opacity: 0.5;
}

.lity-close {
	display: none;
}

.movie_close{
    display: block;
    margin: auto;
    background: url(../img/btn_close.png) no-repeat center;
    width: 46px;
    height: 46px;
    border: none;
    position: absolute;
    right: 0px;
    top: -60px;
}

.play_movie {
	position: relative;
	width: 650px;
}

.news-detail .play_movie {
	margin: 30px auto;
}

.play_movie_inner {
  position:relative;
  width:100%;
  padding-top:56.25%;
}


.play_movie_inner iframe{
  position:absolute;
  top:0;
  right:0;
  width:100%;
  height:100%;
}

.left .fv_movie {
	border: 8px solid #fff;
	margin: 20px 0;
}

.left .fv_movie img {
	width: 100%;
}

.mv .onair_info {
	position: absolute;
	right: 272px;
	top: 40px;
}

.news_area .box_title,.twitter_area .box_title{
	padding: 5px 0;
	background-color: #ff7500;
	width: 150px;
	position: absolute;
	top: 15px;
	transform: rotate(-8deg);
	left: -15px;
	color: #fff;
	font-size: 2.5rem;
	font-family: 'Cabin Sketch', cursive;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
}
.news_area {
	position: relative;
	padding-top: 30px;
}

.news_area a .more {
	font-family: 'Cabin Sketch', cursive;
	font-weight: bold;
	font-size: 2.2rem;
	text-align: right;
	color: #3b0000;
	display: block;
	text-shadow: 2px 2px 0 #fff,
				-2px 2px 0 #fff,
				2px -2px 0 #fff,
				-2px -2px 0 #fff;
}

.news_list_link{
	color: #390000;
	text-decoration: none;
	position: relative;
	font-size: 1.4rem;
	padding: 0 15px 0 0;
}

.news_list_area{
	width: 334px;
	background:#fff;
	border: 1px dashed #513c00;
	padding: 30px 14px 20px 14px;
	box-sizing: border-box;
	height: 210px;
}
.news_list{
	overflow-y: scroll;
	padding-right: 10px;
	height: 100%;
}
.news_list li{
	font-size: 1.4rem;
	padding: 10px;
	box-sizing: border-box;
}
.news_list li:first-child{
	border-top: none;
}

.news_list li a{
	text-decoration: none;
	color: #231815;
	line-height: 1.5rem;
}
.news_list li a .date{
	color: #ff7500;
	font-size: 1.0rem;
}
.twitter_area{
	padding-top: 30px;
	position: relative;
}

.mv .logo {
	padding-top: 10px;
	width: 410px;
}

.mv .logo img {
	width: 100%;
}

.mv .inner {
	width: 1200px;
	margin: 0 auto;
	position: relative;
	background-image: url(../img/kv.jpg);
	background-position: right top;
	background-repeat: no-repeat;
	height: 1151px;
	display: flex;
}

.menu {
	padding: 0;
	margin: 0 auto;
	width: 58px;
	height: 56px;
	position: fixed;
	top:50%;
	left:20px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 1920px auto;
	z-index: 200;
	opacity: 0;
}

.inner {
	width: 100%;
	margin: 0 auto;
}

body.is-fixed .menu,body.is-fixed .menu_btn_area {
	opacity: 1;
	transition: all 300ms 0s ease;
	pointer-events: none;
}

/*pc_menubtn*/
.menu_btn_area{
	display: -webkit-box; 
	display: -moz-box;	/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	position: fixed;
	justify-content: space-between;
	z-index: 80;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 100%;
	max-width: 1200px;
	padding: 0 50px;
	box-sizing: border-box;
	pointer-events: none;
	opacity: 0;
	transition: 0.3s;
}

.menu_btn{
	display: -webkit-box; 
	display: -moz-box;	/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	align-items: center;
	pointer-events: none;
}
.sns_btn{
	display: -webkit-box; 
	display: -moz-box;	/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	align-items: center;
	pointer-events: none;
}
.is-fixed .sns_btn,.is-fixed .menu_btn{
	pointer-events: auto;
}

.sns_btn .menu_sns{
	display: -webkit-box; 
	display: -moz-box;	/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	display: inline-flex;
}
.sns_btn .menu_sns li{
	margin-bottom: 9px;
	border-radius: 2px;
}

/*pc_menu*/

.menu_frame {
	height: 100vh;
}

.menu_bg{
	position: fixed;
	left: 0;
	top: 0;
	background: none;
	width: 100%;
	height: 150%;
	z-index: 500;
	transition: 0.3s;
	pointer-events: none;
}
.menu_bg.active{
	pointer-events: auto;
	background: rgba(255,209,74,0.9);
}

.menu_outer{
	height: 100%;
	position: absolute;
	transition: 0.3s;
	left: -800px;
	top: 0;
}

.menu_outer .inner {
	position: relative;
}

.menu_bg.active .menu_outer{
	left: 0;
}
.menu_area{
	width: 430px;
	transition: 0.3s;
	box-sizing: border-box;
	position: relative;
	overflow-y: scroll;
	height: 100vh;
	background-color: #fff;
}

.menu_area::-webkit-scrollbar{
	width: 4px;
	border-radius: 10px;
}

.menu_area::-webkit-scrollbar-track{
	background: #fff;
	border: none;
	box-shadow: inset 0 0 2px #fff; 
	border-radius: 10px;
}
.menu_area::-webkit-scrollbar-thumb{
	background: #fff;
	box-shadow: none;
	border-radius: 10px;
}


.menu_inside{
	padding: 30px 50px;
	background: #fff;
}

.menu_close .close {
	display: inline-block;
	position: relative;
	margin: 0 20px 0 7px;
	padding: 0;
	width: 4px;
	height: 30px;
	background: #fff;
	transform: rotate(45deg);
}

.menu_close .close:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -13px;
  width: 30px;
  height: 4px;
  margin-top: -2px;
  background: #fff;
}

.menu_list li{
	margin-bottom: 40px;
	text-align: center;
}

.menu_list li{
	margin-bottom: 40px;
}

.menu_list {
	font-family: 'Cabin Sketch', cursive;
	font-weight: bold;
	display:inline;
}

.menu_list {
	line-height: 18px;
	font-size: 1rem;
}

.menu_list span {
	font-size: 2.2rem;
	letter-spacing: 1px;
}

.menu_list a {
	color: #53391d;
}

.menu_close{
	height: 70px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -70px;
	margin: auto;
}

.menu_close a {
	padding: 20px 10px 0px 10px;
}

.menu_sns{
	display: -webkit-box; 
	display: -moz-box;	/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: space-between;
	margin: auto;
}

.menu_sns{
	width: 130px;
}

.menu_sns img{
	width: 36px;
	height: auto;
}

.menu_sns img{
	width: 36px;
}

.menu_logo{
	margin-bottom: 50px;
}

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

/*pc_content*/

.bg02{
	background-image: url(../img/bg_02.jpg);
	background-position: center top;
}

.content_box{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 120px;
}

.flex_style{
	display: -webkit-box; 
	display: -moz-box;	/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: center;
}

.title_box{
	text-align: center;
	padding: 120px 0 60px 0;
}

#introduction p {
	width: 900px;
	margin: 0px auto;
	padding: 10px;
	line-height: 22px;
	font-size: 1.5rem;
}

.staff_cast_list li{
	padding: 30px 0 27px 0;
}

.staff_cast_list li:first-child{
	padding: 0 0 27px 0;
	background: none;
}
.content_left{
	width: 500px;
}
.content_right{
	width: 500px;
}
.staff_cast01{
	font-size: 1.4rem;
	text-align: center;
	padding-bottom: 10px;
}
.staff_cast02{
	font-size: 1.6rem;
	color: #ff7500;
	text-align: center;
	line-height: 1.2;
}
.staff_cast02 span{
	font-size: 1.2rem;
	line-height: 1.2;
}

.remodal {
	filter:drop-shadow(8px 8px 0px rgba(250, 153, 59, 0.2));
}

.comment_area,.chara_prof {
	align-items: center;
	display: flex;
	flex-direction: row-reverse;
}

.comment_area .text,.chara_prof .text {
	width: 65%;
	padding-right: 4%;
}

.comment_area .text p, .chara_prof .text p {
	width: 100%;
	font-size: 1.4rem;
	padding-top: 30px;
	text-align: left;
	line-height: 30px;
}

.comment_area .photo, .chara_prof .photo {
	width: 30%;
}

.comment_area img {
	width: 100%;
}

.comment_area photo img ,.chara_prof .photo img {
	width: 90%;
	margin: 0 auto;
}

.comment_area h3, .chara_prof h3 {
	width: 100%;
	padding: 30px 0;
	border-bottom: 2px dashed #53391d;
	font-size: 2.1rem;
}

.comment_area h3 span, .chara_prof  h3 span {
	font-size: 3rem;
	color: #ff7500;
	padding-bottom: 20px;
	display: block;
}

.comment_btn{
	text-align: center;
	display: block;
	padding-top: 15px;
}

.comment_btn span{
	background-color: #ff7500;
	color: #fff;
	padding: 5px 15px;
	border-radius: 50px;
	font-size: 1.2rem;
	font-family: 'Cabin Sketch', cursive;
}
.remodal-close span,.remodal-close:hover,.remodal-close:active,.remodal-close:focus {
	color: #53391d;
}

.remodal-close span {
  display: inline-block;
  position: relative;
  margin: 0 10px -4px 0px;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #53391d;
  transform: rotate(45deg);
}

.remodal-close span:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #53391d;
}

/*character*/

.character_box{
	display: -webkit-box; 
	display: -moz-box;	/*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 1000px;
	margin: auto;
}
.character_box li{
	padding: 10px
}

/* story */
#story .inner {
	width: 580px;
	margin: 0 auto;
	padding: 0 0  30px 0;
}

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

#story .subtitle {
	font-weight: bold;
	font-size: 20px;
	color: #ff7500;
	padding: 30px 0 20px 0;
	border-bottom: 2px dashed #53391d;
	font-size: 2rem;
}

#story p {
	font-size: 1.5rem;
	padding: 20px 0;
	line-height: 2.5rem;
}


#story .btn_more {
	margin-top: 50px;
}

/* onair */

#onair p {
	text-align: center;
	font-size: 1.9rem;
	padding: 10px;
}

#onair .headline {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 3.5rem;
	padding-bottom: 40px;
}

#onair .infotext {
	font-size: 2.2rem;
	line-height: 3.2rem;
	padding-top: 30px;
}

#onair .bold {
	font-weight: bold;
}

#onair .small {
	font-size: 1.3rem;
	line-height: 3rem;
}

#onair .accent {
	color: #ff7500;
	font-weight: bold;
}

#onair .btn_more {
	margin-top: 50px;
}

#onair .onair_list li{
	padding: 30px 0 27px 0;
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.2;
}

#onair .onair_list li:first-child{
	padding: 0 0 27px 0;
	background: none;
}

#onair .onair_list li p {
	line-height: 30px;
	font-size: 1.6rem;
}

#onair .title_box {
    padding: 50px 0 60px 0;
}

.btn_more {
	margin: 0 auto;
	width: 200px;
}

.btn_more span {
	padding: 10px;
	background-color: #ff7500;
	text-align: center;
	color: #fff;
	font-family: 'Cabin Sketch', cursive;
	font-size: 2.5rem;
	border-radius: 50px;
	display: block;
}


#movie .row {
	margin: 100px auto 0 auto;
}

#movie .row a:hover {
	opacity: 1;
}

#movie .box_title {
	padding: 5px;
	background-color: #53391d;
	width: 150px;
	position: absolute;
	top: -15px;
	transform: rotate(-8deg);
	left: -30px;
	color: #fff;
	font-size: 2.5rem;
	font-family: 'Cabin Sketch', cursive;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	z-index: 5;
}

#movie .content_box {
	width: 1000px;
}

#movie .btn_more {
	margin-top: 20px;
}

#movie .box {
	width: 42%;
	margin: 0 auto;
	position: relative;
}

#movie .box img {
	width: 100%;
}

.movie_page .row {
	flex-wrap: wrap;
	justify-content: center;
}

.movie_page .movie_twi {
    width: 48%;
	margin: 30px 0 0 0;
}

.movie_page .movie_twi:nth-child(2n) {
	margin: 30px 0 0 4%;
}

/* music */

#music .photo {
	width: 50%;
}

#music .photo img {
	filter: drop-shadow(10px 10px 0px rgba(255, 208, 72, 0.25));
	border: 10px solid #fff;
}

#music .row {
	width: 700px;
	margin: 0 auto 30px;
	align-items: center;
}

#music .photo img {
	width: 100%;
}

#music .text {
	width: 46%;
	margin-left: 4%;
	font-size: 1.4rem;
	text-align: center;
}

#music .text .title {
	font-size: 2.1rem;
	font-weight: bold;
}

#music p {
	margin-bottom: 20px;
	line-height: 2rem;
}
#music .music_detail{
    padding-top: 0;
}

/* bluray */


#bluray .content_box{
	padding-bottom: 0px;
}

#bluray .photo {
	width: 50%;
}

#bluray .photo img {
	filter: drop-shadow(10px 10px 0px rgba(255, 208, 72, 0.25));
	border: 10px solid #fff;
    box-sizing: border-box;
}

#bluray .row {
	width: 700px;
	margin: 0 auto 30px;
	align-items: center;
}

#bluray .photo img {
	width: 100%;
}

#bluray .text {
	width: 46%;
	margin-left: 4%;
	font-size: 1.4rem;
	text-align: center;
}

#bluray .text .title {
	font-size: 2.1rem;
	font-weight: bold;
}

#bluray p {
	margin-bottom: 20px;
	line-height: 2rem;
}
#bluray .music_detail{
    padding-top: 0;
}

/* books */

.books_area{
	text-align: center;
}
.books_img{
	width: 880px;
	display: -webkit-box;   display: -moz-box;	/*Firefox21*/  display: -ms-flexbox; /*IE10*/  display: -webkit-flex; /*PC-Safari,iOS8.4*/  display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 auto 0;
}

.books_img a {
	margin-bottom: 40px;
	border: 1px solid #fdc900;
}

.books_img img{
	width: 251px;
	height: 357px;
}

/*pc_footer*/
.footer {
	padding: 90px 0 ;
}

.footer_banner_list {
	width: 400px;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 60px;
}

.footer_banner_list img {
	width: 100%;
}

.pagetop{
	padding-top: 60px;
	text-align: center;
}
.copylight{
	text-align: center;
	padding-top: 50px;
	font-size: 1.2rem;
}

.notfound {
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	padding-bottom: 500px;
}

.notfound .btn_more {
	margin-top: 50px;
}


.bg01 {
	background-position: 0 0;
	background-repeat: repeat-y;
	background-size: 100% auto;
}
.bg01a {
	background-image: url(../img/bg_01a.png);
}
.bg01b {
	background-image: url(../img/bg_01b.png);
}
.bg01c {
	background-image: url(../img/bg_01c.png);
}
.bg01d {
	background-image: url(../img/bg_01d.png);
}

@media screen and (max-width:640px) {
	/*sp_common*/
	
	body{
		max-width:640px;
		min-width: 640px;
	}
	
	.bg01a {
		background-image: url(../img/sp/bg_01a.png);
	}
	.bg01b {
		background-image: url(../img/sp/bg_01b.png);
	}
	.bg01c {
		background-image: url(../img/sp/bg_01c.png);
	}
	.bg01d {
		background-image: url(../img/sp/bg_01d.png);
	}
	
	#loader-bg {
		background-image: url(../img/sp/bg_01.png);
	}
	
	h2 {
		line-height: 6rem;
	}

	h2 span {
		font-size: 5rem;
		padding-bottom: 1rem;
	}
	
	.title_box {
		padding: 100px 0 50px 0;
	}
	
	.news_area a .more {
		font-size: 3.5rem;
	}
	
	.mv{
		height: auto;
		background-image: none;
	}
	
	.mv .right {
		width: 100%;
		padding: 0 0 19% 0;
		margin: 0 auto;
		position: relative;
	}
	
	.mv .right img {
		width: 100%;
	}
	
	.mv .logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		text-align: left;
	}
	
	.mv .logo img {
		width: 55%;
		padding-left: 1%;
		
	}
	
	.mv .right .kv_catch {
		font-size: 2.4rem;
		right: 24px;
	}
	
	.mv .left {
		width: 90%;
		padding: 0 0 50px 0;
		margin: 0 auto;
	}

	.mv .inner{
		width: 100%;
		background-image: none;
		flex-direction: column;
		height: auto;
	}
	
	.mv .catch {
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	
	.mv .catch img {
		width: 90%;
		margin: 0 auto;
	}
	
	.mv .catch img:last-child {
		padding-top: 10px;
	}
	
	.left .fv_movie {
		margin: 40px 0;
	}
	
	.play_movie {
		width: 560px;
	}
	
	.news-detail .play_movie {
		width: 100%;
	}
	
	.news-detail .play_movie_inner {
	  padding-top:56%;
	}
	
	
	.content_box{
		width: 100%;
		padding-bottom: 100px;
	}
	
	.character_box{
		width: 100%;
		box-sizing: border-box;

		display: -webkit-box;   display: -moz-box;	/*Firefox21*/  display: -ms-flexbox; /*IE10*/  display: -webkit-flex; /*PC-Safari,iOS8.4*/  display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
		margin: auto;
	}


	.twitter_bg{
		width: 100%;
		margin-bottom: 60px;
	}

	.news_list li a{
		font-size: 2.4rem;
		line-height: 3rem;
	}
	.news_area_sp{
		padding: 40px 30px 75px;
	}
	.news_list li a .date{
		font-size: 2.0rem;
	}

	.news_list_area{
		width: 100%;
		height: 255px;
		padding: 50px 14px 40px 14px;
	}
	.twitter_area{
		padding-top: 40px;
	}

	/*sp_menubtn*/
	.menu_btn_area{
		display: -webkit-box;   display: -moz-box;	/*Firefox21*/  display: -ms-flexbox; /*IE10*/  display: -webkit-flex; /*PC-Safari,iOS8.4*/  display: flex;
		position: fixed;
		justify-content: space-between;
		z-index: 80;
		top: 0;
		margin: auto;
		width: 80%;
		margin: 0 auto;
		pointer-events: none;
		bottom: 50px;
		right: 0;
		height: 60px;
		opacity: 1;
	}

	.menu_btn{
		align-items: center;
		pointer-events: auto;
		pointer-events: none;
		position: fixed;
		bottom: 20px;
		right: 20px;
		width: 80px;
	}
	
	.menu_btn img{
		width: 100%;
	}

	
	.menu_btn a{
		pointer-events: auto;
		width: 70px;
	}

	.sns_btn{
		display: -webkit-box;   display: -moz-box;	/*Firefox21*/  display: -ms-flexbox; /*IE10*/  display: -webkit-flex; /*PC-Safari,iOS8.4*/  display: flex;
		align-items: center;
		pointer-events: auto;
		padding-bottom: 0px;
		pointer-events: none;
	}
	.sns_btn .menu_sns{
		display: -webkit-box;   display: -moz-box;	/*Firefox21*/  display: -ms-flexbox; /*IE10*/  display: -webkit-flex; /*PC-Safari,iOS8.4*/  display: flex;
		flex-direction: initial;
		width: auto;
		height: 100%;
		align-items: center;
		pointer-events: none;

	}
	.sns_btn .menu_sns li{
		margin-bottom: 0;
		margin-left: 20px;
		border-radius: 2px;
		pointer-events: auto;
	}
	
	.sns_btn .menu_sns li:first-child{
		margin-left: 0;
	}

	/*sp_menu*/
	
	.menu {
		opacity: 1;
	}
	
	.menu_bg{
		position: fixed;
		left: 0;
		top: 0;
		background: none;
		width: 100%;
		height: 150%;
		z-index: 500;
		transition: 0.3s;
		pointer-events: none;
	}
	.menu_bg.active{
		pointer-events: auto;
	}

	.menu_outer{
		height: 100%;
		position: absolute;
		transition: 0.3s;
		left: -800px;
		top: 0;
	}
	.menu_bg.active .menu_outer{
		left: 0;
	}
	.menu_area{
		background: #fff;
		width: 530px;
		transition: 0.3s;
		box-sizing: border-box;
		position: relative;
		padding: 0;
	}
	
	.menu_inside{
		padding: 60px 50px;
		background: #fff;
	}

	.menu_list li{
		margin-bottom: 50px;
		text-align: center;
	}
	.menu_close{
		height: 72px;
		box-sizing: border-box;
		position: absolute;
		top: 0;
		bottom: 0;
		right: -80px;
		margin: auto;
	}
	
	.menu_list {
		/*font-size: 1.8rem;*/
		line-height: 3rem;
	}
	
	.menu_list span {
		font-size: 3.5rem;
	}
	
	.menu_sns{
		display: -webkit-box;   display: -moz-box;	/*Firefox21*/  display: -ms-flexbox; /*IE10*/  display: -webkit-flex; /*PC-Safari,iOS8.4*/  display: flex;
		justify-content: space-between;
		width: 210px;
		margin: auto;
	}
	.menu_sns img{
		width: auto;
		height: auto;
	}

	.news_area {
		padding-top: 40px;
		margin-top: 30px;
	}
	
	.news_area .box_title, .twitter_area .box_title{
		top: 12px;
		transform: rotate(-5deg);
		left: 209px;
		font-size: 3.5rem;
		padding: 1rem;
	}
	
	#introduction p {
		width: 90%;
		margin: 0 auto;
		font-size: 1.8rem;
		line-height: 4.5rem;
	}

	.introduction_list li{
		padding-top: 60px;
		text-align: center;
	}

	/*sp_caststaff*/


	.flex_style{
		display: -webkit-box;   display: -moz-box;	/*Firefox21*/  display: -ms-flexbox; /*IE10*/  display: -webkit-flex; /*PC-Safari,iOS8.4*/  display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.comment_area h3 span, .chara_prof h3 span {
		font-size: 3.5rem;
	}
	
	.content_left{
		width: 100%;
	}
	.content_right{
		width: 100%;
	}

	.staff_cast01{
		font-size: 2rem;
		text-align: center;
		padding-bottom: 20px;
	}
	.staff_cast02{
		font-size: 3rem;
		line-height:  4.5rem;
	}
	.staff_cast02 span{
		font-size: 2.0rem;
		line-height:  4.5rem;
	}

	/*sp cast comment modal*/
	.comment_btn{
		text-align: center;
		display: block;
		padding-top: 0;
	}
	.comment_btn a{
		display: inline-block;
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.comment_area ,.chara_prof{
		flex-direction: column;
	}
	.comment_area .text,.chara_prof .text {
		width: 100%;
		padding-right: 0;
	}

	.comment_area .text p, .chara_prof .text p {
		font-size: 2.2rem;
		line-height: 4rem;
	}


	.comment_area .photo {
		width: 60%;
	}
	
	.chara_prof .photo {
		width: 40%;
	}
	
	.comment_btn span{
		font-size: 2.4rem;
	}

	/*sp_character*/
	.character_area{
		background: none;
	}

	.character_modal{
		border: #fff5f8 2px solid;
		height: auto;
		width: auto;
		position: relative;
		background: #fff;
		box-sizing: border-box;
		padding: 0 0 60px;
		margin: 20px;
		background: #fff;

	}
	.character_modal_box{
		display: -webkit-box;   display: -moz-box;	/*Firefox21*/  display: -ms-flexbox; /*IE10*/  display: -webkit-flex; /*PC-Safari,iOS8.4*/  display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		padding: 20px;
	}
	
	.remodal-close {
		font-size: 3rem;
	}
	
	.character_box li {
		width: 100%;
		margin-top: 50px;
	}
	
	.character_box li:first-child {
		margin-top: 0;
	}
	
	.character_box a {
		width: 100%;
		text-align: center;
	}

	.character_box a img {
		width: 70%;
	}
	
	#onair p {
		padding: 20px;
	}
	
	#onair .onair_list li p {
		line-height: 50px;
	}

	#onair .small {
		font-size: 1.3rem;
		line-height: 2rem;
	}

	/* movie */
	
	#movie .content_box {
		width: 100%;
	}
	
	#movie .box {
		width: 82%;
	}
	#movie .row {
		flex-wrap: wrap;
	}
	
	#movie .row .box {
		margin: 80px auto 0 auto;
	}
	
	#movie .row .box:first-child {
		margin: 0px auto;
	}
	
    .movie_page .movie_twi {
        width: 500px;
        margin: 10px auto;
        padding: 60px 0;
        transform: scale3d(1.2, 1.2, 1.2);
    }

	.movie_page .movie_twi:nth-child(2n) {
		margin: 10px auto;
	}
	
	/* music */
	
	#music .row {
		width: 100%;
		flex-wrap: wrap;
        padding-bottom: 30px;
	}
	
	#music .photo {
		width: 70%;
		margin: 0 auto 0;
	}
	
	#music .text {
		width: 100%;
		font-size: 2.4rem;
		padding-top: 40px;
	}
	
	#music .text .title {
		font-size: 3rem;
	}

	#music p {
        line-height: 4rem;
        font-size: 22px;
	}
	
	/* bluray */
	
	#bluray .row {
		width: 100%;
		flex-wrap: wrap;
	}
	
	#bluray .photo {
		width: 70%;
		margin: 0 auto 0;
	}
	
	#bluray .text {
		width: 100%;
		font-size: 2.4rem;
		padding-top: 40px;
	}
	
	#bluray .text .title {
		font-size: 3rem;
	}

	#bluray p {
		line-height: 4rem;
        font-size: 22px;
	}
    
	/*sp_books*/
	.books_img{
		width: 90%;
		display: -webkit-box;   display: -moz-box;	/*Firefox21*/  
		display: -ms-flexbox; /*IE10*/  display: -webkit-flex; /*PC-Safari,iOS8.4*/  display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin: 0 auto;
		text-align: center;
	}
	.books_img a{
		margin-bottom: 50px;
		display: inline-block;
		width: 47%;
	}
	.books_img img{
		margin-top: 60px;
		width: auto;
		height: auto;
		display: inline-block;
		width: 100%;
	}
	.books_img img:first-child{
		margin-top: 0;
	}
	.books_text01{
		font-size: 2.4rem;
		padding-bottom: 20px;
	}
	.books_text02{
		font-size: 2.8rem;
		padding-bottom: 65px;
	}
	.books_text03{
		font-size: 2.8rem;
		padding-top: 15px;
	}

	/*sp_footer*/
	.footer_banner_list{
		width: 90%;
		flex-wrap: wrap;
		justify-content: center;
		box-sizing: border-box;
		margin: 0 auto;
	}
	.footer_banner_list li{
		margin-top: 60px;
		width: 100%;
	}
	.footer_banner_list li:first-child{
		margin-top: 0;
	}

	.copylight{
		font-size: 1.4rem;
	}
	
	.notfound {
		padding-bottom: 1000px;
		font-size: 20px;
	}
}