/*=====================================
	TEMP css
====================================== */

/*	reset
============================== */
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,main {margin:0;padding:0;border:0;font-size:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display:block;}
body {font-family:Verdana,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;line-height:1;}
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;}
wbr:after {content:"\00200B";}

/*	TBS reset
============================== */
.alt {position:absolute;top:-5000px;left:-9999px;}
.clearfix:after {content:"";clear:both;display:block;}
.hide-txt {text-indent:110%;white-space:nowrap;overflow:hidden;}
.fp-causion {display:none;}
.nocontxt {-webkit-touch-callout: none;-webkit-user-select: none;user-select: none;-webkit-user-drag:none;}
.nocontxt img {pointer-events: none;}
@media all and (min-width:768px) {
.alt-pc {position:absolute;top:-5000px;left:-9999px;}
.clearfix-pc:after {content:"";clear:both;display:block;}
.hide-txt-pc {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
@media all and (max-width:767px) {
.alt-smp {position:absolute;top:-5000px;left:-9999px;}
.clearfix-smp:after {content:"";clear:both;display:block;}
.hide-txt-smp {text-indent:110%;white-space:nowrap;overflow:hidden;}
}
div.embed-tbsplayer {
background-color:#000;
position:relative;
height:0;
padding-top:56.25%;
}
div.embed-tbsplayer .tbs-player {
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
}
div.embed-tbsplayer-audio {
background-color:#fff;
}
div.embed-tbsplayer-audio .tbs-player {
height:46px;
}
div.lbx-overlay {
z-index:10000;position:absolute;background-color:#000;width:100%;height:100%;left:0;top:0;right:0;bottom:0;opacity:0.9;
}


/*	both
============================== */
#wrapper{
	width: 100%;
	height: 100%;	
}

.z-index-ie{
	z-index:2;
}

li{
	list-style: none;
}

/* text */
body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  word-break: break-all;
  color:#333333;
}
a:link {
	text-decoration:none;
	color:#333333;
}
a:visited {
	text-decoration:none;
	color:#333333;
}
a:hover {
	text-decoration:underline;
	color:#333333;
}
a:active {
	text-decoration:underline;
	color:#333333;
}
.copyright a:link{color:#000000; text-decoration:none}
.copyright a:visited{color:#000000; text-decoration:none}
.copyright a:active{color:#000000; text-decoration:none}
.copyright a:hover{color:#000000; text-decoration:none; opacity: 0.6; filter: alpha(opacity=60); -ms-filter: "alpha(opacity=60)"; transition:all 0.5s ease;
}
img{
	vertical-align:bottom;
}
.cleartext {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:2em;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.alttext{
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.color01{
	color: #0d98d8;
}
.color02{
	color: #e84b91;
}
@media all and (min-width: 768px) {
	.br-pc {
		display:block;
	}
	.br-sp {
		display:none;
	}
	.link{
		transition-duration: 0.2s;
	}
	.link img{
	  cursor: pointer;
	}
	.link:hover{
	  transform: translateY(5px);
	  transition-duration: 0.2s;
	}
	.link2 img{
	  cursor: pointer;
	}
	.link2:hover{
	  transform: translateX(5px);
	  transition-duration: 0.2s;
	}
	.pc-none{
		display:none;
	}
	.sp-none{
		display:block;
	}
	.youtube_wrap {
		width: 560px;
		margin: 0 auto;
	}
}
@media all and (max-width: 767px) {
	.br-pc {
		display:none;
	}
	.br-sp {
		display:block;
	}
	.pc-none{
		display:block;
	}
	.sp-none{
		display:none;
	}
}


/*	background
============================== */
body {
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust: 100%;
}
#con-wrap{
	background-color: rgba(255,255,255,0);
}
#con-body{
	background-color: rgba(255,255,255,0);
}
div#con-wrap, div#con-body{
	overflow:hidden;
}

/*	page top
============================== */
p.pgt {
	z-index:20;
}
p.pgt a, p.pgt span {
	display:block;
}
@media all and (min-width: 768px) {
	p.pgt {
		position:fixed;
		right:40px;
		bottom:40px;
	}
	p.pgt a {
		background-image:url(../img/cmn_pgt.png);
		background-repeat:no-repeat;
		background-position:left top;
		width:104px;
		height:124px;
		text-indent:110%;
		white-space:nowrap;
		overflow:hidden;
	}
}

@media all and (max-width: 767px) {
	p.pgt {
		width:100%;
		min-width:320px;
		bottom:0;
	}
	p.pgt a {
		position:relative;
		text-decoration:none;
		color:#333;
		text-shadow:0 2px 2px hsla(0, 0%, 0%, .25);
		background-color:rgba(255,255,255,0.85);
		height:48px;
	}
	p.pgt a span {
		position:absolute;
		left:50%;
		top:50%;
		margin-top:-0.5em;
		margin-left:-5em;
		font-size:87.5%;
		font-weight:bold;
	}
	p.pgt a span:before {
		position:absolute;
		left:50%;
		top:50%;
		margin-top:-8px;
		margin-left:-7em;
		display:block;
		content:"";
		background-image:url(../img/cmn_arrow.svg);
		background-repeat:no-repeat;
		background-position:left top;
		width:16px;
		height:16px;
	}
}


/* =====================================
	USER css
====================================== */

@media all and (min-width: 768px) {
	#wrapper{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+100 */
		background: #eeeeee; /* Old browsers */
		background: -moz-linear-gradient(top, #eeeeee 0%, #fbfbfb 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #eeeeee 0%,#fbfbfb 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #eeeeee 0%,#fbfbfb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#fbfbfb',GradientType=0 ); /* IE6-9 */
	}
} 
@media all and (max-width: 767px) {
	#wrapper{
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
		background: #ffffff; /* Old browsers */
		background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
	}
} 


/*	00.TOPPAGE
============================== */


@media all and (min-width: 768px) {
	.top-visual-area{
		width: 860px;
		height: 1118px;
		margin: 0 auto;
		background: url("../img/keyvisual_pc_2.jpg") no-repeat;
		background-size: cover;
		background-position: center -64px;
		position: relative;
	}
	.top-logo{
		width: 347px;
		height: 251px;
		position: absolute;
		top: 10px;
		left: 5px;
	}
	.top-logo-sp{
		display: none;
	}
	.top-onair{
		width: 350px;
		height: 213px;
		position: absolute;
		top: 60px;
		right: 50px;
	}
	.top-onair-sp{
		display: none;
	}
	.top-read{
		width: 100px;
		height: 281px;
		position: absolute;
		top: 360px;
		right: 50px;
	}
	.top-onair img,.top-read img{
		width: 100%;
	}
	.topread-sp-area{
		display: none;
	}
	.banner-pv{
		width: 234px;
		position: absolute;
		bottom: 34px;
		left: 44px;
	}
	.banner-top{
		width: 230px;
		position: absolute;
		bottom: 24px;
		right: 24px;
	}
	.banner-pv img,.banner-top img{
		width: 100%;
	}
	
	/*top-navigation*/
	.top-navigation-area{
		width: 862px;
		margin: 0 auto;		
	}
	.top-navigation{
		width: 870px;
		margin: 20px auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-navigation li{
		width: 90px;
		height: 90px;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}
	.top-navigation li img{
		width: 90px;
		height: 90px;
		text-align: center;
		margin: 0 auto;
	}
	.top-navigation li a{
		width: 100%;
		height: 100%;
		background-color: #d6d5d6;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
		display: block;
	}
	.nav01 a:hover,
	.nav03 a:hover, 
	.nav05 a:hover,
	.nav07 a:hover,
	.nav09 a:hover{
		background-color: #e95194;
	}
	.nav02 a:hover,
	.nav04 a:hover,
	.nav06 a:hover,
	.nav08 a:hover{
		background-color: #0d98d8;
	}
	.top-navigation li img{
		transition-duration: 0.2s;
	}
	.top-navigation li img:hover{
		transform: scale(0.95);
		transition-duration: 0.2s;
	}
	li.nohover img{
		opacity: 0.5 !important;
	}
	li.nohover img:hover{
		transform: scale(1) !important;
		background-color: #d6d5d6 !important;
	}
	
	/*top-contents*/
	.top-contents-area{
		width: 870px;
		margin: 0 auto 40px;
	}
	.topics-block{
		width: 508px;
		height: 380px;
		float: left;
		margin: 0 0 0 4px;
		border: 1px solid #e95194;
	}
	.h2-topics{
		padding: 10px 15px;
		background: #e95194;
	}
	.h2-topics img{
		width: 140px;
	}
	.update-block{
		width: 450px;
		height: 305px;
		margin: 0 auto;
		padding: 25px 15px 0;
		overflow: auto;
		overflow-style: none; 
	}
	.update-block::-webkit-scrollbar {
		display: none;
	}
	.update-box{
		margin:0 0 1.6em;
		padding-bottom:1em;
		border-bottom:1px solid #bebebe;
	}
	.update-date{
		font-size:12px;
		font-weight: bold;
		color: #000;
		float: left;
		padding-bottom: 0.8em;
	}
	.update-new{
		font-size:10px;
		padding: 0.1em 0.5em;
		background: #e84b91;
		color: #ffffff;
		margin: -0.1em 0.7em 0 0.7em;
		float: left;
	}
	.update-text{
		font-size:14px;
		color: #000;
		line-height:1.5em;
		clear: both;
		padding-bottom: 0.6em;
	}
	.twitter-block{
		width: 318px;
		height: 380px;
		float: right;
		margin: 0 2px 0 0;
		border: 1px solid #5ea9dd;
		overflow: hidden;
	}
	.h2-twitter{
		padding: 10px 15px;
		background: #5ea9dd;
	}
	.h2-twitter img{
		width: 134px;
	}
	.twitter-area{
		
	}
	
	/*top-banner-area*/
	#footer{
		width: 100%;
		z-index: 999;
		
		
	}
	.top-banner-area{
		width: 870px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-banner{
		width: 208px;
		margin: 0 3px;
		border: 1px solid #bebebe;
	}
	.footer-banner img{
		width: 100%;
	}
	
	/*footer*/
	.top-footer{

	}
	.top-footer-inner{
		width: 870px;
		margin: 0 auto;
		padding: 64px 0;
	}
	.top-shareblock{
		margin: 0 0 48px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;	
	}
	.top-shareblock li{
		float: left;
		margin: 0 14px;
	}
	.share-head{
		width: 56px;
		margin: 10px 14px 0 0 !important;
	}
	.share-icon{
		width: 36px;
	}
	.share-head img,.share-icon img{
		width: 100%;
	}
	.copyright{
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0.1em;
		text-align: center;
	}
	
}

@media all and (max-width: 767px) {
	.top-visual-area{
		width: 100%;
		margin: 0 auto;
		padding-top: 140%;
		background: url("../img/keyvisual_pc_2.jpg") no-repeat;
		background-size: contain;
		background-position: top center;
		position: relative;
	}
	.top-logo{
		display: none;
	}
	.top-logo-sp{
		width: 45%;
		position: absolute;
		top: 1%;
		left: 4%;
	}
	.top-onair{
		width: 44%;
		position: absolute;
		top: 10.8%;
		right: 3.4%;
	}
	.top-onair img{
		width: 100%;
	}
	.banner-pv{
		width: 32%;
		position: absolute;
		bottom: 4%;
		left: 5%;
	}
	.banner-pv img{
		width: 100%;
	}
	.banner-top{
		width: 35%;
		position: absolute;
		bottom: 1%;
		right: -1%;
	}
	.banner-top img{
		width: 100%;
	}
	.top-read{
		width: 14%;
		position: absolute;
		top: 33%;
		right: 4.5%;
	}
	.top-read img{
		width: 100%;
	}
	
	/*top-navigation*/
	.top-navigation-area{
		width: 90%;
		margin: 3% auto;		
	}
	.top-navigation{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.top-navigation li{
		width: 29%;
		margin: 2%;
	}
	.top-navigation li a{
		width: 100%;
		height: 100%;
	}
	.top-navigation li img{
		width: 100%;
	}
	.nav01,.nav03,.nav05,.nav07,.nav09{
		background-color: #e95194;
	}
	.nav02,.nav04,.nav06,.nav08{
		background-color: #0d98d8;
	}
	.nohover{
		background-color: #d6d5d6;
	}
	.nohover img{
		opacity: 0.5;
	}
	
	/*topread-sp*/
	.topread-sp-area{
		display: block;
	}
	.top-read-sp{
		width: 75%;
		margin: 5% auto;	
	}
	.top-read-sp img{
		width: 100%;
	}
	
	/*top-contents-area*/
	.top-contents-area{
		width: 100%;
		margin: 0 auto 40px;
	}
	.topics-block{
		width: 85%;
		margin: 0 auto 8%;
		padding: 0 0 0;
		position: relative;
		border: 1px solid #e95194;
	}
	.h2-topics{
		width: 100%;
		background: #e95194;
	}
	.h2-topics img{
		width: 32%;
		margin: 2%
	}
	.update-block{
		width: 90%;
		height:14em;
		margin: 0 auto;
		overflow: auto;
	}
	.update-box{
		margin:1.4em 0 1.4em;
		padding-bottom:1em;
		border-bottom:1px solid #bebebe;
		font-weight: bold;
	}
	.update-date{
		font-size:0.7em;
		color: #000;
		float: left;
		padding-bottom: 0.8em;
	}
	.update-new{
		font-size:10px;
		padding: 0.1em 0.5em;
		background: #e95194;
		color: #ffffff;
		margin: -0.1em 0.7em 0 0.7em;
		float: left;
	}
	.update-text{
		font-size:0.8em;
		font-weight: normal;
		color: #000;
		line-height:1.5em;
		clear: both;
		padding-bottom: 0.6em;
	}
	.twitter-block{
		width: 85%;
		margin: 0 auto 6%;
		border: 1px solid #5ea9dd;
		position: relative;
	}
	.h2-twitter{
		width: 100%;
		background: #5ea9dd;
	}
	.h2-twitter img{
		width: 34%;
		margin: 2%
	}
	.twitter-area{
		height:14em;
		overflow: auto;
	}
	
	/*top-banner-area*/
	.top-banner-area{
		width: 100%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.footer-banner{
		width: 170px;
		height: 51px;
		margin: 0 5px 10px;
		border: 1px solid #bebebe;
	}
	.footer-banner img{
		width: 100%;
	}
	
	/*footer*/
	.top-footer{
		width: 100%;
	}
	.top-footer-inner{
		margin: 0 auto;
		padding: 4% 0 20%;
	}
	.top-shareblock{
		margin: 5% auto 10%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;	
	}
	.top-shareblock li{
		width: 7%;
		margin: 0 2%;
	}
	.share-head{
		width: 12% !important;
		padding: 1% 0 0;
	}
	.top-shareblock li img{
		width: 100%;
	}
	.copyright{
		width: 90%;
		margin: 0 auto;
		font-size: 0.6em;
		line-height: 1.6em;
		text-align: center;
	}
	
}


/*	UNDER TEMP
============================== */

.wrapper-inner{
	
}
#wrapper{
	background-color: #ebebeb;
}
.under-content-main{

}

@media all and (min-width: 768px) {
	.wrapper-inner{
		
	}
	#under-header{
		width: 100%;
		background: #ebebeb;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
	}
	.under-header-pc-area{
		display: block;
		width: 960px;
		margin: 0 auto;
	}
	.under-header-sp-area{
		display: none;
	}
	.under-header-pc{

	}
	.under-h2-area{
		width: 950px;
		margin: 50px auto 40px;
	}
	.under-h2{
		text-align: right;
	}
	.under-content-main{
		padding: 0 0 0;
		background: url("../img/pc_sidecatch.png") no-repeat;
		background-position: top 0px right 20px;
	}
	/*top-navigation*/
	.under-navigation-area{
		width: 960px;
		height: 80px;
		margin: 0 auto;
		position: relative;
	}
	.under-logo{
		width: 160px;
		height: 135px;
		float: left;
		position: absolute;
	}
	.under-logo img{
		width: 100%;
	}
	.under-navigation{
		width: 760px;
		margin: 0 0 0 180px;
		float: left;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.under-navigation li{
		width: 80px;
		height: 80px;
		display: block;
		overflow: hidden;
		cursor: pointer;
	}
	.under-navigation li img{
		width: 80px;
		height: 80px;
		text-align: center;
		margin: 0 auto;
	}
	.under-navigation li a{
		width: 100%;
		height: 100%;
		background-color: #ebebeb;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
		display: block;
	}
	.under-navigation li img{
		transition-duration: 0.2s;
	}
	.under-navigation li img:hover{
		transform: scale(0.95);
		transition-duration: 0.2s;
	}
	#under-footer{
		width: 100%;
		padding: 60px 0 40px;
		border-top: 1px solid #cccccc;
		background: #ffffff;
	}
	.under-footer-inner{
		width: 960px;
		margin: 0 auto;
	}
	.footer-nav{
		width: 960px;
		margin: 0 auto 48px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-nav li{
		font-size: 20px;
		font-weight: lighter;
		font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
		margin: 0 0;
	}
	.footer-nav li a:hover{
		text-decoration:none;
	}
	.footer-nav-01:first-letter,
	.footer-nav-03:first-letter,
	.footer-nav-05:first-letter,
	.footer-nav-07:first-letter,
	.footer-nav-09:first-letter,
	.footer-nav-01 a:hover,
	.footer-nav-03 a:hover,
	.footer-nav-05 a:hover,
	.footer-nav-07 a:hover,
	.footer-nav-09 a:hover{
		color: #e95194;
	}

	.footer-nav-02:first-letter,
	.footer-nav-04:first-letter,
	.footer-nav-06:first-letter,
	.footer-nav-08:first-letter,
	.footer-nav-02 a:hover,
	.footer-nav-04 a:hover,
	.footer-nav-06 a:hover,
	.footer-nav-08 a:hover{
		color: #0d98d8;
	}
	.footer-catch{
		width: 870px;
		height: 29px;
		margin: 0 auto 60px;
		background: url("../img/footer_catch.png") no-repeat;
		background-size: contain;
	}
}

@media all and (max-width: 767px) {
	#under-header{
		width: 100%;
		height: 80px;
		background: #f4f4f4;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.2);
	}
	.under-header-pc-area{
		display: none;
	}
	.under-header-sp-area{
		display: block;
	}
	.under-header-sp{
		position: relative;
	}
	.under-logo-sp{
		width: 130px;
		margin: 0 0 0 20px;
		float: left;
	}
	/*sp_nav*/
	#menu{
		width: 45px;
		margin: 20px 20px 0 0;
		float: right;
	}
	.under-logo-sp img,
	#menu img{
		width: 100%;
	}
	.modal_logo{
		width: 60%;
		margin: 5% 0 4% 21%;
	}
	.modal_logo img{
		width:100%;
	}
	.modal_navigation{
		width:84%;
		margin:0 0 4% 10%;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	#content01{
		background: url("../img/bg_modal.jpg") no-repeat;
		background-size:cover;
		background-position:top center;
	}
	.modal_navigation li{
		width: 28%;
		margin: 1.5% 1.5% 1.5%;
	}
	.modal_navigation li img{
		width:100%;
	}
	.close-content01{
		width: 65%;
		margin: 0 auto;
		text-align: center;
	}
	.close-content01 img{
		width: 100%;
	}
	.under-h2-area{
		
	}
	.under-h2{
		width: 90%;
		margin: 6% auto 2%;
		text-align: right;
		
	}
	.under-h2 img{
		text-align: right;
	}
	.under-content-main{
		padding: 0 0 15%;
	}
	/*footer*/
	#under-footer{
		width: 100%;
		padding: 8% 0 20%;
		border-top: 1px solid #cccccc;
		background: #fff;
	}
	.under-footer-inner{
		width: 95%;
		margin: 0 auto;
	}
	.footer-nav{
		width: 100%;
		margin: 0 auto 8%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.footer-nav li{
		width: 50%;
		text-align: center;
		font-size: 1em;
		letter-spacing: 0.1em;
		line-height: 2em;
		font-weight: lighter;
		font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
		margin: 0 0;
	}
	.footer-nav li a:hover{
		text-decoration-style: none;
	}
	.footer-nav-01:first-letter,
	.footer-nav-03:first-letter,
	.footer-nav-05:first-letter,
	.footer-nav-07:first-letter,
	.footer-nav-09:first-letter{
		color: #e95194;
	}
	.footer-nav-00:first-letter,
	.footer-nav-02:first-letter,
	.footer-nav-04:first-letter,
	.footer-nav-06:first-letter,
	.footer-nav-08:first-letter{
		color: #0d98d8;
	}
	.footer-catch{
		width: 80%;
		margin: 0 auto 8%;
		padding-top: 10%;
		background: url("../img/footer_catch_sp.png") no-repeat;
		background-size: contain;
	}
}

/*	01.NEWS
============================== */
.news-title{
	font-weight: normal;
}
.newsall-block{
	border-bottom: 1px solid #bebebe;
}
.news-block{
	border-bottom: 1px solid #bebebe;
}
.news-text a{
	text-decoration: underline;
	color: #0d98d8; 
}

@media all and (min-width: 768px) {
	/*news-all*/
	.wrap-newsall{
		width: 730px;
		margin: 0 auto;
		padding: 0 0 120px;
	}
	.newsall-block{
		width:730px;
		height:170px;
		margin:0 auto 30px;
		padding: 0 0 30px;
	}
	.newsall-thum{
		width:240px;
		float:left;
	}
	.newsall-caption{
		width:430px;
		height:120px;
		float:left;
		padding: 20px 30px;
		overflow:hidden;
	}
	.newsall-date{
		font-size:14px;
		margin-bottom:0.6em;
	}
	.newsall-title{
		font-size:18px;
		line-height:1.5em;
		margin-bottom:40px;
	}
	/*news-inner*/
	.wrap-news{
		width: 710px;
		margin: 0 auto;
		padding: 0 0 120px;
	}
	.news-block{
		margin: -20px 0 90px 0;
		padding: 0 0 80px;
	}
	.news-date{
		font-size: 14px;
		letter-spacing: 0.1em;
		margin: 0 0 10px 0;
	}
	.news-title{
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 32px 0;
	}
	.news-img{
		max-width: 710px;
		margin: 40px auto 40px;
	}
	.news-h4{
		font-size: 22px;
		line-height: 1.4em;
		font-weight: bold;
		margin: 2em 0 1em 0;
		color: #e84b91;
	}
	.news-h5{
		font-size: 18px;
		line-height: 1.4em;
		font-weight: bold;
		margin: 2em 0 0.5em 0;
		color: #0d98d8;
	}
	.news-text{
		font-size: 14px;
		line-height: 28px;
		margin: 0 0 1em 0;
	}
	.news-text-caution{
		font-size: 12px;
		line-height: 20px;
		margin: 0 0 1em 0;
	}
	.btn-back{
		text-align: center;
	}

}

@media all and (max-width: 767px) {
	.h2-news img{
		width: 45%;
	}
	/*newsall*/
	.wrap-newsall{
		width: 100%;
		margin: 0 auto;
		padding: 4% 0 10%;
	}
	.newsall-block{
		width:84%;
		padding: 0 0 5%;
		margin:0 auto 5%;
	}
	.newsall-thum{
		width: 40%;
		float: left;
	}
	.newsall-thum img{
		width:100%;
	}
	.newsall-caption{
		width:52%;
		float:left;
		padding:2% 4%;
		vertical-align:middle;
	}
	.newsall-date{
		font-size:0.6em;
		margin-top:0.5em;
		margin-bottom:0.3em;
	}
	.newsall-title{
		font-size: 0.75em;
		line-height: 1.4em;
		overflow: hidden;
	}
	/*news-inner*/
	.wrap-news{
		width: 100%;
		margin: 0 auto;
		padding: 0 0 4%;
	}
	.news-block{
		width: 90%;
		margin: 2em auto 3em;
		padding: 0 0 3em;
	}
	.news-date{
		font-size: 0.7em;
		letter-spacing: 0.1em;
		margin: 0 auto 0.7em;
	}
	.news-title{
		font-size: 1.1em;
		line-height: 1.4em;
		margin: 0 auto 0.5em;
	}
	.news-img{
		max-width: 100%;
		margin: 1.5em auto 1.5em;
	}
	.news-img img{
		max-width: 100%;
	}
	.news-h4{
		font-size: 1em;
		line-height: 1.4em;
		font-weight: bold;
		margin: 2em 0 1em 0;
		color: #e84b91;
	}
	.news-h5{
		font-size: 0.8em;
		line-height: 1.5em;
		font-weight: bold;
		margin: 2em 0 0.5em 0;
		color: #0d98d8;
	}
	.news-text{
		width: 94%;
		font-size: 0.8em;
		line-height: 1.6em;
		margin: 0 0 1em 0;
		padding: 0 3%;
	}
	.news-text-caution{
		width: 94%;
		font-size: 0.7em;
		line-height: 1.6em;
		padding: 0 3%;
	}
	.btn-back{
		width: 30%;
		margin: 0 auto;
		text-align: center;
	}
	.btn-back img{
		width: 100%;
	}

}

/*	02.STAFFCAST
============================== */
.staff-list-col dt{
	color: #e84b91;
	font-weight: bold;
}
.music-list-col dt{
	color: #e84b91;
	font-weight: bold;
}
.cast-list-col dt{
	color: #0d98d8;
	font-weight: bold;
}
.staff-list-col dd,
.music-list-col dd,
.cast-list-col dd{
	letter-spacing: 0.1em;
	font-weight: bold;
}

@media all and (min-width: 768px) {
	.wrap-staffcast{
		width: 960px;
		margin: 0 auto 0;
	}
	.h3-staff,
	.h3-cast{
		margin: 0 0 50px -10px;
	}
	.staff-block,
	.cast-block{
		width: 800px;
		margin: 0 0 80px 110px;
	}
	.staff-list-wrap,
	.cast-list-wrap{
		width: 940px;
	}
	.staff-list-col{
		width: 290px;
		margin: 0 10px 40px 0;
		display: inline-block; /* インラインブロック化 */
    	vertical-align: top;
	}
	.music-list-col{
		width: 870px;
		margin: 0 0 40px 0;
		display: inline-block; /* インラインブロック化 */
    	vertical-align: top;
	}
	.cast-list-col{
		width: 140px;
		margin: 0 70px 40px 0;
		display: inline-block; /* インラインブロック化 */
    	vertical-align: top;
	}
	.staff-list-col dt,
	.cast-list-col dt{
		font-size: 14px;
		margin: 0 0 0.5em;
	}
	.staff-list-col dd,
	.cast-list-col dd,
	.music-list-col dd{
		font-size: 20px;
		line-height: 1.5em;
	}
	.staff-list-col dd small{
		font-size: 14px;
	}
	.music-list-col dt{
		font-size: 14px;
		margin: 0 0 0.5em;
	}
	.music-list-col dd small{
		font-size: 14px;
	}

}

@media all and (max-width: 767px) {
	.h2-staffcast img{
		width: 84%;
		margin: 4% 0 0 0;
	}
	.wrap-staffcast{
		width: 84%;
		margin: 10% auto 0;
	}
	.h3-staff{
		width: 38%;
		margin: 0 0 8% 2%;
	}
	.h3-cast{
		width: 32%;
		margin: 0 0 8% 2%;
	}
	.h3-staff img,
	.h3-cast img{
		width: 100%;
	}
	.staff-block{
		width: 100%;
		margin: 0 0 10% 0;
	}
	.cast-block{
		width: 100%;
		margin: 0 0 0% 0;
	}
	.staff-list-wrap,
	.cast-list-wrap{
		width: 100%;
		margin: 0 0 0 5%;
	}
	.staff-list-col{
		width: 49%;
		margin: 0 0 8%;
		display: inline-block; /* インラインブロック化 */
    	vertical-align: top;
	}
	.cast-list-col{
		width: 49%;
		margin: 0 0 8%;
		display: inline-block; /* インラインブロック化 */
    	vertical-align: top;
	}
	.music-list-col{
		width: 95%;
		margin: 0 0 8% 5%;
		display: inline-block; /* インラインブロック化 */
    	vertical-align: top;
	}
	.staff-list-col dt,
	.cast-list-col dt,
	.music-list-col dt{
		font-size: 0.8em;
		margin: 0 0 0.5em;
	}
	.staff-list-col dd,
	.cast-list-col dd{
		font-size: 1.0em;
		line-height: 1.4em;
	}

	.staff-list-col dd small{
		font-size: 0.6em;
		letter-spacing: 0;
		margin: 0 0 0 -0.6em;
	}
	.music-list-col dd{
		font-size: 1.0em;
		line-height: 1.4em;
	}

	.music-list-col dd small{
		font-size: 0.6em;
		letter-spacing: 0;
		margin: 0 0 0 -0.6em;
	}

}

/*	03.ONAIR
============================== */
.onair-list h4{
	color: #e84b91;
	letter-spacing: 0.1em;
	font-weight: bold;
}
.onair-list p{
	font-weight: normal;
}
.onair-list p span{
	font-size: 0.6em;
}
@media all and (min-width: 768px) {
	.h2-onair{
		width: 372px;
		margin:0 0 0 578px;
	}
	.h2-onair img{
		width: 100%;
	}
	.wrap-onair{
		width: 960px;
		margin: 0 auto 0;
	}
	.onair-list-wrap{
		width: 960px;
		margin: 0 auto 70px;
		text-align: center;
	}
	.onair-list{
		text-align: center;
		margin: 0 0 30px;
	}
	.onair-list h4{
		font-size: 24px;
		margin: 0 0 10px;
	}
	.onair-list p{
		font-size: 40px;
		margin: 0 0 20px;
	}
	.onair-caution{
		font-size: 12px;
		line-height: 1em;
		margin-bottom: 1.2em;
	}
	.onair-text{
		width: 555px;
		height: 222px;
		margin: 60px 0 70px 222px;
	}
	.onair-text-02{
		width: 550px;
		height: 174px;
		margin: 0 auto 80px;
		/*margin: 0 auto 220px;*/
	}
	.onair-text-03{
		width: 550px;
		height: 411px;
		margin: 0 auto 60px;
	}
	.onair-text img,.onair-text-02 img,.onair-text-03 img{
		width: 100%;
	}
	/*haishin*/
	.onair-h3{
		text-align: center;
		color: #0d98d8;
		font-weight: bold;
		font-size: 28px;
    	margin: 0 auto 18px;
	}
	.onair-haishin-read{
		text-align: center;
		color: #000;
		font-weight: bold;
		font-size: 18px;
    	margin: 0 auto 24px;
	}
	.onair_section{
		margin: 0 auto 80px;
	}
	.onair_section table{
		width: 710px;
		margin: 0 auto 40px;
	}
	.onair_section th, .onair_section td {
		padding: 10px 20px;
		border: 1px solid #0d98d8;
	}
	.onair_section2 td {
		padding: 20px;
		border: 1px solid #0d98d8;
	}
	.onair_section2 th {
		width: 240px;
		font-size: 16px;
		line-height: 1.5em;
		color:#fff;
		background: #0d98d8;
		border-bottom: 1px solid #ffffff;
	}
	.haishin_store td {
		font-size: 12px;
		line-height: 1.5em;
		font-weight: bold;
		color: #0d98d8;
		border: 1px solid #0d98d8;
	}
	.haishin_caption{
		line-height: 1.5em;
	}
	.haishin_caution{
		width: 710px;
		font-size: 12px;
		line-height: 1.5em;
		color: #000000;
		margin: 1em auto 0;
	}

}

@media all and (max-width: 767px) {
	.h2-onair img{
		width: 75%;
	}
	.onair-list-wrap{
		width: 100%;
		margin: 0 auto 15%;
		text-align: center;
	}
	.onair-list{
		text-align: center;
		margin: 0 0 1.5em;
	}
	.onair-list h4{
		font-size: 1em;
		margin: 0 0 0.5em;
	}
	.onair-list p{
		font-size: 1.6em;
		margin: 0 0 0.4em;
	}
	.onair-caution{
		font-size: 0.7em;
		line-height: 1em;
		margin-bottom: 1.2em;
	}
	.onair-text{
		width: 75%;
		margin: 20% auto 10%;
	}
	.onair-text-02{
		width: 90%;
		/*margin: 10% auto 20%;*/
		margin: 10% auto 3%;
	}
	.onair-text-03{
		width: 90%;
		margin: 10% auto;
	}
	.onair-text img,.onair-text-02 img,.onair-text-03 img{
		width: 100%;
	}
	/*haishin*/
	.onair-h3{
		text-align: center;
		color: #0d98d8;
		font-weight: bold;
		font-size: 1.2em;
    	margin: 0 auto 0.5em;
	}
	.onair-haishin-read{
		text-align: center;
		line-height: 1.4em;
		color: #000;
		font-size: 0.9em;
    	margin: 0 auto 1em;
	}
	.onair_section table{
		width: 85%;
		margin: 0 auto 1.5em;
		table-layout: fixed;
		word-break: break-all;
		word-wrap: break-all;
	}
	.onair_section th, .onair_section td {
		padding: 10px;
		border: 1px solid #0d98d8;
	}
	.onair_section th {
		color:#fff;
		background: #0d98d8;
	}
	.haishin_store th{
		width: 40%;
		font-size:0.8em;
		line-height: 1.5em;
	}
	.haishin_store td{
		width: 60%;
		font-size:0.7em;
		font-weight:bold;
		background: #ffffff;
		color:#0d98d8;
		line-height: 1.5em;
	}
	.haishin_caption{
		font-size:0.8em;
		border-bottom:1px solid #0d98d8;
		line-height: 1.5em;
	}
	.haishin_caption_last{
		border-bottom:1px solid #0d98d8;
	}
	.haishin_store th{
		color: #fff;
		background: #0d98d8 !important;
		word-wrap: break-word;
	}
	.haishin_store td,.haishin_caprion td{
		word-wrap: break-word;
	}
	.haishin_store{
		border-bottom: 1px solid #fff;
	}
	.onair_section2 td {
		border: 1px solid #0d98d8 !important;
	}
	.onair_section2 th {
		border-right: 1px solid #ffffff;
	}
	.haishin_caution{
		width: 85%;
		font-size: 0.8em;
		line-height: 1.5em;
		color: #0d98d8;
		margin: 1em auto 0;
	}

}

/*	04.STORY
============================== */

.story-title{
	font-family: 'Kozuka Mincho Pro', 'Kozuka Mincho Std', '小塚明朝 Pro R', '小塚明朝 Std R',"游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-weight: lighter;
}
.wrap-story-01{
	background: url("../story/img/bg_story01.png") no-repeat;
}
.wrap-story-02{
	background: url("../story/img/bg_story02.png") no-repeat;
}
.wrap-story-03{
	background: url("../story/img/bg_story03.png") no-repeat;
}
.wrap-story-04{
	background: url("../story/img/bg_story04.png") no-repeat;
}
.wrap-story-05{
	background: url("../story/img/bg_story05.png") no-repeat;
}
.wrap-story-06{
	background: url("../story/img/bg_story06.png") no-repeat;
}
.wrap-story-07{
	background: url("../story/img/bg_story07.png") no-repeat;
}
.wrap-story-08{
	background: url("../story/img/bg_story08.png") no-repeat;
}
.wrap-story-09{
	background: url("../story/img/bg_story09.png") no-repeat;
}
.wrap-story-10{
	background: url("../story/img/bg_story10.png") no-repeat;
}
.wrap-story-11{
	background: url("../story/img/bg_story11.png") no-repeat;
}
.wrap-story-12{
	background: url("../story/img/bg_story12.png") no-repeat;
}

@media all and (min-width: 768px) {
	
	.intro-block-01{
		width: 100%;
	}
	.intro-block-01-inner{
		width: 960px;
		margin: 0 auto;
	}
	.introtext-01{
		width: 641px;
		height: 262px;
		margin: -20px 0 56px 194px;
		background: url("../story/img/intro_text_01.png") no-repeat;
		background-size: cover;
	}
	.intro-block-02{
		width: 100%;
		height: 176px;
		background: url("../story/img/intro_bg.png") no-repeat;
		background-size: cover;
		background-position: top center;	
	}
	.intro-block-02-inner{
		padding: 46px 0;
	}
	.introtext-02{
		width: 613px;
		height: 98px;
		margin: 0 auto;
		background: url("../story/img/intro_text_02.png") no-repeat;
		background-size: cover;
	}
	.intro-block-03{
		width: 100%;
	}
	.intro-block-03-inner{
		width: 960px;
		margin: 72px auto 128px;
	}
	.introtext-03{
		width: 731px;
		height: 186px;
		margin: 0 auto;
		background: url("../story/img/intro_text_03.png") no-repeat;
		background-size: cover;
	}
	
	/*STORY*/
	.wrap-story{
		width: 960px;
		margin: 0 auto;
		background-position: 40px 78px;
		background-size: 10%;
	}
	.story-header-block{
		width: 720px;
		margin: -20px 0 0 160px;
	}
	.story-main-block{
		width: 640px;
		margin: 0 auto;
	}
	.story-img-wrap{
		width: 640px;
		margin: 0 auto;
	}
	.story-title{
		font-size: 32px;
		letter-spacing: 0.02em;
		margin: 0 0 0 -12px;
	}
	.story-title:first-letter{
		font-size: 48px;
	}
	.story-staff{
		font-size: 12px;
		margin: 10px 0 6px;
	}
	.story-text{
		font-size: 16px;
		line-height: 32px;
		margin: 40px auto;
		text-align: center;
	}
	.story-nav-block{
		width: 640px;
		margin: 0 auto;
		padding: 30px 0 120px;
		border-top: 1px solid #aaa;
	}
	.story-nav{
		display:flex;
		flex-diretion: row;
		flex-wrap:wrap;
		justify-content: center;
	}
	.story-nav li{
		font-size: 14px;
		font-weight: bold;
		margin: 8px 15px;
	}
}

@media all and (max-width: 767px) {
	.h2-story img{
		width: 45%;
	}
	.intro-block-01{
		width: 100%;
	}
	.intro-block-01-inner{
		width: 100%;
		margin: 0 auto;
	}
	.introtext-01{
		width: 75%;
		margin: 0 auto 0;
		padding-top: 91%;
		background: url("../story/img/intro_text_01_sp.png") no-repeat;
		background-size: contain;
	}
	.intro-block-02{
		width: 100%;
		margin: 6% auto 12%;
		background: url("../story/img/intro_bg.png") no-repeat;
		background-size: cover;
		background-position: top center;	
	}
	.intro-block-02-inner{
		padding: 7% 0 5%;
	}
	.introtext-02{
		width: 80%;
		margin: 0 auto;
		padding-top: 9%;
		background: url("../story/img/intro_text_02.png") no-repeat;
		background-size: contain;
	}
	.intro-block-03{
		width: 100%;
	}
	.intro-block-03-inner{
		width: 100%;
		margin: 0 auto 0;
	}
	.introtext-03{
		width: 80%;
		margin: 0 auto;
		padding-top: 68%;
		background: url("../story/img/intro_text_03_sp.png") no-repeat;
		background-size: contain;
	}
	/*STORY*/
	.wrap-story{
		width: 100%;
		margin: 0 auto;
		background-position: 102% 3%;
		background-size: 14%;
	}
	.story-header-block{
		width: 90%;
		margin: 0 auto;
		padding: 1.5em 0 0;
	}
	.story-main-block{
		width: 90%;
		margin: 0 auto;
	}
	.story-img-wrap{
		width: 100%;
		margin: 0 auto;
	}
	.story-title{
		width: 110%;
		font-size: 1.6em;
		line-height: 1.3em;
		letter-spacing: 0.02em;
		margin: 0 0 0 0;
	}
	.story-title:first-letter{
		font-size: 150%;
		margin: 0 0 0 -0.1em;
	}
	.story-staff{
		font-size: 0.7em;
		line-height: 1.4em;
		margin: 0.5em 0;
	}
	.story-text{
		font-size: 0.9em;
		line-height: 1.5em;
		margin: 2em auto;
		text-align: left;
	}
	.story-nav-block{
		width: 90%;
		margin: 2em auto 0;
		padding: 2em 0 0;
		border-top: 1px solid #aaa;
	}
	.story-nav{
		display:flex;
		flex-diretion: row;
		flex-wrap:wrap;
		justify-content: center;
	}
	.story-nav li{
		font-size: 0.8em;
		font-weight: bold;
		margin: 0.8em 1em;
	}

}

/*	05.CHARACTER
============================== */
.chara-bg{
	background: url("../character/img/chara_bg_00.jpg") no-repeat;
}

@media all and (min-width: 768px) {
	.under-content-chara{
		width: 100%;
	}
	.chara-bg{
		width: 100%;
		height: 428px;
		background-size: cover;
		background-position: center center;
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.4) inset;
		overflow: hidden;
	}
	.chara-caption{
		width: 960px;
		margin: 0 auto 0;
		position: relative;
	}
	.chara-caption-img{
		width: 760px;
		margin: 0 auto;
	}
	.chara-caption-img img{
		width: 760px;
	}
	.chara-name{
		width: 70px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.chara-cv{
		width: 70px;
		position: absolute;
		top: 0;
		right: 0;
	}
	.chara-name img,
	.chara-cv img{
		width: 100%;
	}
	.chara-contents-block{
		width: 760px;
		margin: 40px auto 100px;
		position: relative;
	}
	.chara-text{
		width: 720px;
		font-size: 18px;
		line-height: 1.6em;
		margin: 0 auto 50px;
		color: #333;
	}
	.chara-nav li{
		width: 120px;
		float: left;
	}
	.chara-nav li img{
		width: 100%;
	}
	.chara-nav-sp{
		display: none;
	}
	
	/*charaall*/
	.charaall-wrap{	
		width: 960px;
		margin: 0 auto 80px;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;	
	}
	.charaall-wrap li{
		width: 220px;
		margin: 15px 10px;	
	}
	.charaall-wrap li img{
		width: 100%;
	}
}

@media all and (max-width: 767px) {
	.h2-character img{
		width: 55%;
	}
	.under-content-chara{
		width: 100%;
	}
	.chara-bg{
		width: 100%;
		height: auto;
		margin: 8% 0 0;
		background-size: cover;
		background-position: center center;
		box-shadow: 0 0 20px 0 rgba(0,0,0,0.4) inset;
	}
	.chara-caption{
		width: 100%;
		margin: 0;
		position: relative;
	}
	.chara-caption-inner{

	}
	.chara-caption-img{
		width: 100%;
	}
	.chara-name{
		height: 110%;
		position: absolute;
		top: 0;
		left: 5%;
	}
	.chara-cv{
		height: 110%;
		position: absolute;
		bottom: 0;
		right: 0%;
	}
	.chara-caption-img img{
		width: 100%;
	}
	.chara-name img,.chara-cv img{
		height: 100%;
	}
	.chara-contents-block{
		width: 85%;
		margin: 0 auto;
		position: relative;
	}
	.chara-text{
		width: 100%;
		margin: 10% 0 0;
		font-size: 0.9em;
		line-height: 1.6em;
		color: #333;
	}
	.chara-nav{
		width: 95%;
		margin: 5% auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: left;
	}
	.chara-nav li{
		width: 25%;
		margin: 0 -0.5%;
	}
	.chara-nav li img{
		width: 100%;
	}
	
	
	/*charaall*/
	.under-content-characterall{
		
	}
	.charaall-wrap{
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.charaall-wrap li{
		width: 44%;
		margin: 3% auto;
	}
	.charaall-wrap li img{
		width: 100%;
	}

}

/*	06.Blu-ray&DVD
============================== */
.disc-title{
	color: #e84b91;
	font-weight: bold;
}
.disc-date{
	color: #0d98d8;
	font-weight: bold;
}
.disc-dl dd img{
	width: 100%;
}
.disc-dl dt small{
	font-size: 0.7em;
	color: #e84b91;
}
.disc-dl dd small{
	font-size: 0.8em;
}
.disc-dl-caution{
	font-size: 0.8em !important;
	line-height: 1.5em !important;
	font-style: italic;
}
.disc3rd-block{
	border-bottom: 1px solid #c2c2c2; 
}
.td_store_disc small,
.td_item_disc small,
.td_haihu_disc small,
.td_img_disc small{
	font-size: 80%;
	color: #666;
}
.td_store_disc a,
.td_item_disc a,
.td_haihu_disc a{
	color: #0d98d8;
	text-decoration: underline;
}

@media all and (min-width: 768px) {
	.block-disc-encore{
		width: 870px;
		margin: 0 auto 120px;
	}
	.disc-encore-nav{
		width: 870px;
		margin: 60px auto 40px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.disc-encore-nav li{
		width: 430px;
		height: 30px;
		text-align: center;
		margin: 0;
	}
	.disc-encore-nav li a{
		width: 100%;
		height: 100%;
		padding: 15px 0 20px;
		background-color: #d6d5d6;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
		display: block;
	}
	.disc-encore-nav li.encore01 a:hover,
	.under-content-disc-encore01 .disc-encore-nav li.encore01 a{
		background-color: #e95194;
	}
	.disc-encore-nav li.encore02 a:hover,
	.under-content-disc-encore02 .disc-encore-nav li.encore02 a{
		background-color: #0d98d8;
	}
	.disc-title{
		font-size: 30px;
		line-height: 40px;
		margin: 0 0 0.5em;
	}
	.disc-date{
		font-size: 24px;
	}
	.disc-img{
		width: 870px;
		margin: 50px auto 50px;
	}
	.disc-text{
		font-size: 14px;
		line-height: 28px;
		margin: 0 0 1em 1em;
	}
	.disc-dl{
		margin: 0 0 1em 1em;
	}
	.disc-dl dt{
		font-size: 18px;
		line-height: 32px;
		margin: 0 0 0 0;
	}
	.disc-dl dd{
		font-size: 14px;
		line-height: 28px;
		margin: 0 0 1em 0;
	}
	.disc3rd-block{
		padding: 80px 0 60px; 
	}
	.disc3rd-block .disc-dl{
		margin: 2em 0 1em 1em
	}
	.btn-3rd{
		width: 870px;
		height: 30px;
		margin: 45px auto 80px;
		text-align: center;
	}
	.btn-3rd a{
		width: 100%;
		height: 100%;
		padding: 15px 0 20px;
		background-color: #d6d5d6;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
		display: block;
	}
	.btn-3rd a:hover,
	.under-content-disc-3rd .btn-3rd a{
		background-color: #e95194;
	}
	.btn-3rd-oritoku{
		text-align: center;
	}
	.btn-3rd-oritoku a{
		font-size: 20px;
		color: #e95194;
		font-weight: bold;
	}
	/*disc-oritoku*/
	.block-disc-oritoku{
		width: 870px;
		margin: 0 auto 120px;
		padding: 0 0 80px;
	}
	.disc-oritoku{
		font-size: 24px;
		margin: 40px 0 0 0;
		text-align: center;
		color: #0d98d8;
	}
	.disc-oritoku-lp{
		font-size: 16px;
		line-height: 1.3em;
		margin: 30px auto 0;
		font-weight: bold;
		color: #0d98d8;
		text-align: center;
	}
	.disc-oritoku-lp small{
		font-size: 12px;
	}
	.oritoku_table_disc{
		width: 870px;
		border-collapse: collapse;
		margin: 40px auto 20px;
	}
	.oritoku_table_disc tr td{
		color: #0d98d8;
		border: 1px solid #0d98d8;
		line-height: 1.6em;
		padding: 20px;
		background-color: rgba(255,255,255,1);
	}
	.oritoku_table_disc tr th{
		font-size: 12px;
		color: #fff;
		background: #0d98d8;
		border: 1px solid #0d98d8;
		padding: 10px 20px;
		text-align: center;
	}
	.td_store_disc{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		width: 200px;
	}
	.td_haihu_disc{
		font-size: 14px;
		width: 300px;
	}
	.td_item_disc{
		font-size: 14px;
		width: 200px;
	}
	.td_img_disc{
		font-size: 14px;
		width: 80px;
		text-align: center;
	}
	.td_img_disc img{
		width: 80px;
	}
	
}

@media all and (max-width: 767px) {
	.h2-disc img{
		width: 84%;
		margin: 4% 0 0 0;
	}
	.block-disc-encore{
		width: 90%;
		margin: 0 auto 5%;
	}
	.disc-encore-nav{
		width: 100%;
		margin: 10% auto 0;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.disc-encore-nav li{
		width: 90%;
		margin: 0 auto 2%;
		height: 10%;
		text-align: center;
	}
	.disc-encore-nav li img{
		width: 20%;
	}
	.disc-encore-nav li a{
		width: 98%;
		height: 100%;
		margin: 0 auto;
		padding: 2% 0;
		display: block;
	}
	.disc-encore-nav li.encore01 a{
		background-color: #d6d5d6;
	}
	.disc-encore-nav li.encore02 a{
		background-color: #d6d5d6;
	}
	.under-content-disc-encore01 .disc-encore-nav li.encore01 a{
		background-color: #e95194;
	}
	.under-content-disc-encore02 .disc-encore-nav li.encore02 a{
		background-color: #0d98d8;
	}
	.disc-title{
		font-size: 1.1em;
		line-height: 1.5em;
		margin: 0 0 0.5em;
	}
	.disc-date{
		font-size: 1em;
	}
	.disc-img{
		width: 100%;
		margin: 6% auto;
	}
	.disc-img img{
		width: 100%;
	}
	.disc-text{
		font-size: 0.8em;
		line-height: 1.5em;
		margin: 0 0 1em 1em;
	}
	.disc-dl{
		margin: 0 0 1em 1em;
	}
	.disc-dl dt{
		font-size: 0.9em;
		font-weight: bold;
		line-height: 1.5em;
		margin: 0 0 0 0;
	}
	.disc-dl dd{
		font-size: 0.8em;
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}
	.disc3rd-block{
		padding: 12% 0 10%; 
	}
	.disc3rd-block .disc-dl{
		margin: 2em 0 1em 1em
	}
	.btn-3rd{
		width: 90%;
		margin: 0 auto 10%;
		height: 10%;
		text-align: center;
	}
	.btn-3rd img{
		width: 20%;
	}
	.btn-3rd a{
		width: 98%;
		height: 100%;
		margin: 0 auto 2%;
		padding: 2% 0;
		display: block;
		text-align: center;
		background-color: #d6d5d6;
	}
	.btn-3rd a:hover,
	.under-content-disc-3rd .btn-3rd a{
		width: 98%;
		height: 100%;
		margin: 0 auto;
		padding: 2% 0;
		display: block;
		background-color: #e95194;
	}
	.btn-3rd-oritoku{
		text-align: center;
	}
	.btn-3rd-oritoku a{
		font-size: 1em;
		color: #e95194;
		font-weight: bold;
	}
	.disc-oritoku-lp{
		font-size: 0.9em;
		line-height: 1.3em;
		margin: 30px auto 0;
		font-weight: bold;
		color: #0d98d8;
		text-align: center;
	}
	.disc-oritoku-lp small{
		font-size: 0.8em;
	}
	/*oritoku*/
	.block-disc-oritoku{
		width: 100%;
		margin: 0 auto 10%;
	}
	.disc-oritoku{
		font-size: 1.1em;
		margin: 1.5em 0 1em;
		text-align: center;
		color: #0d98d8;
	}
	.oritoku_table_disc{
		width: 100%;
		border-collapse: collapse;
		margin: 0.5em auto 1.5em;
		letter-spacing: -0.01em
		
	}
	.oritoku_table_disc tr td{
		font-size: 0.7em;
		color: #0d98d8;
		border: 1px solid #0d98d8;
		line-height: 1.5em;
		padding: 1em;
		background-color: rgba(255,255,255,1);
	}
	.oritoku_table_disc tr th{
		color: #fff;
		background: #0d98d8;
		line-height: 1.5em;
		border: 1px solid #0d98d8;
		padding: 1em;
		font-size: 0.6em;
	}
	
	.td_store_disc{
		width: 20%;
		font-size: 0.7em;
		font-weight: bold;
		text-align: center;	
	}
	.td_haihu_disc{
		width: 30%;
		font-size: 0.7em;
	}
	.td_item_disc{
		width: 30%;
		font-size: 0.7em;
	}
	.td_item_disc{
		width: 30%;
		font-size: 0.7em;
	}
	.td_img_disc{
		width: 20%;
		font-size: 0.7em;
		color: #666;
		text-align: center;
	}
	.td_img_disc img{
		width: 100%;
	}

}

/*	07.GOODS
============================== */

.goodsall-img{
	border: 1px solid #bbb;
}
.goods-title{
	font-weight: bold;
	color: #e84b91;
}
.wrap-goodsall{
	position: relative;
}
.goods-caption-list dt{
	font-weight: bold;
	color: #0d98d8;
}
.goods-caption-list dd a{
	text-decoration: underline;
	color: #0d98d8;
}
.goods-image{
	border: 1px solid #bbb;
}

/*cd*/
.wrap-cd{
	position: relative;
}
.cd-title{
	color: #e84b91;
	font-weight: bold;
}
.cd-date{
	font-weight: bold;
	line-height: 1.4em;
}
.cd-date-haishin{
	color: #e84b91;
	font-weight: bold;
	line-height: 1.4em;
}
.cd-img img{
	width: 100%;
}
.block-cd{
	border-bottom: 1px solid #c2c2c2;
}

@media all and (min-width: 768px) {
	/*menu*/
	.goods-menu-wrap{
		position: absolute;
		top: -80px;
		left: -40px;
	}
	.goods-menu li{
		width: 80px;
		height: 180px;
		margin: 0 0 15px 0;
		border-radius: 25px;
		background: #ffffff;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
		display: block;
	}
	.goods-menu li.goods-menu-01{
		display: block;
		border: 2px solid #e84b91;
	}
	.goods-menu li.goods-menu-02{
		display: block;
		border: 2px solid #0d98d8;
	}
	.goods-menu-01 img{
		width: 22px;
		margin: 32px 0 0 47px;
	}
	.goods-menu-02 img{
		width: 21px;
		margin: 49px 0 0 48px;
	}
	
	/*goodsall*/
	.wrap-goodsall{
		width: 100%;
		margin: 0 auto 120px;
	}
	.goodsall-list-wrap{
		width: 870px;
		margin: 40px auto 0;
	}
	.goodsall-block{
		width: 190px;
		margin: 0 12px 40px;
		display: inline-block; /* インラインブロック化 */
    	vertical-align: top;
	}
	.goodsall-img{
		width: 190px;
		margin: 0 auto 14px;
	}
	.goodsall-img img{
		width: 100%;
	}
	.goodsall-title{
		font-size: 14px;
		font-weight: bold;
		line-height: 1.3em;
		margin-bottom: 4px;
	}
	.goodsall-price{
		font-size: 12px;
		line-height: 1.4em;
	}
	
	/*goods*/
	.wrap-goods{
		margin: 0 0 80px;	
	}
	.goods-block{
		width: 680px;
		margin: 0 auto 60px;
		padding: 20px 0 60px;
		border-bottom: 1px solid #ddd;
	}
	.goods-image{
		width: 318px;
		margin: 0 40px 0 0;
		float: left;
	}
	.goods-image img{
		width: 318px;
	}
	.goods-caption{
		width: 320px;
		float: left;
	}
	.goods-title{
		font-size: 20px;
		line-height: 1.5em;
		margin: 0 0 1em -0.5em; 
	}
	.goods-caption-list{
		font-size: 12px;
		line-height: 18px;
	}
	.goods-caption-list dd{
		width: 320px;
		margin: 0 0 1em 0;
	}
	.goods-caption-list dd img{
		width: 100%;
		
	}
	
	/*cd*/
	.block-cd{
		width: 870px;
		margin: 0 auto 40px;
		padding: 0 0 80px;
	}
	.cd-nav{
		width: 870px;
		margin: 60px auto 80px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cd-nav li{
		width: 430px;
		height: 30px;
		text-align: center;
		margin: 0 0 45px;
	}
	.cd-nav li a{
		width: 100%;
		height: 100%;
		
		background-color: #d6d5d6;
		-webkit-transition: all 0.2s ease;
		-moz-transition: all 0.2s ease;
		-o-transition: all 0.2s ease;
		transition: all  0.2s ease;
		display: block;
	}
	.cd01 a,.cd02 a,.cd05 a{
		padding: 23px 0 12px;
	}
	.cd03 a,.cd04 a{
		padding: 23px 0 18px;
	}
	.cd06 a{
		padding: 18px 0 17px;
	}
	.cd-nav li.cd01 a:hover,
	.under-content-disc-op .cd-nav li.cd01 a,
	.cd-nav li.cd03 a:hover,
	.under-content-disc-chara01 .cd-nav li.cd03 a,
	.cd-nav li.cd05 a:hover,
	.under-content-disc-10th .cd-nav li.cd05 a{
		background-color: #e95194;
	}
	.cd-nav li.cd02 a:hover,
	.under-content-disc-ed .cd-nav li.cd02 a,
	.cd-nav li.cd04 a:hover,
	.under-content-disc-chara02 .cd-nav li.cd04 a,
	.cd-nav li.cd06 a:hover,
	.under-content-disc-chara03 .cd-nav li.cd06 a{
		background-color: #0d98d8;
	}
	.cd-nav li.cd01 img,
	.cd-nav li.cd02 img{
		width: 130px;
	}
	.cd-nav li.cd03 img,
	.cd-nav li.cd04 img{
		width: 180px;
	}
	.cd-nav li.cd05 img{
		width: 180px;
	}
	.cd-nav li.cd06 img{
		width: 270px;
	}
	.cd-head{
		text-align: center;
		margin: 0 0 40px 0;
	}
	.cd-title{
		font-size: 32px;
		line-height: 40px;
		margin: 0 0 10px;
	}
	.cd-title span{
		font-size: 80%;
	}
	.cd-date{
		font-size: 24px;
	}
	.cd-date-haishin{
		font-size: 16px;
		margin-top: 0.5em;
	}
	.cd-info{
		width: 710px;
		margin: 0 auto;
	}
	.cd-img{
		width: 350px;
		margin: 0 30px 0 0;
		float: left;
	}
	.cd-image-slide{
		width: 350px;
		margin: 0 30px 0 0;
		float: left;
	}
	.cd-caption{
		width: 330px;
		float: left;
	}
	/*cd-oritoku*/
	.block-cd-oritoku{
		width: 870px;
		margin: 0 auto 120px;
		padding: 0 0 80px;
	}
	.cd-oritoku{
		font-size: 24px;
		margin: 40px 0 0 0;
		text-align: center;
		color: #0d98d8;
	}
	.oritoku_table_cd{
		width: 870px;
		border-collapse: collapse;
		margin: 40px auto 20px;
	}
	.oritoku_table_cd tr td{
		color: #0d98d8;
		border: 1px solid #0d98d8;
		line-height: 1.6em;
		padding: 20px;
		background-color: rgba(255,255,255,1);
	}
	.oritoku_table_cd tr th{
		font-size: 12px;
		color: #fff;
		background: #0d98d8;
		border: 1px solid #0d98d8;
		padding: 10px 20px;
		text-align: center;
	}
	.td_store_cd{
		font-size: 14px;
		font-weight: bold;
		text-align: center;
		width: 200px;
	}
	.td_haihu_cd{
		font-size: 14px;
		width: 300px;
	}
	.td_item_cd{
		font-size: 14px;
		width: 200px;
	}
	.td_img_cd{
		font-size: 10px;
		width: 80px;
		color: #666;
		text-align: center;
	}
	.td_img_cd img{
		width: 80px;
	}

}

@media all and (max-width: 767px) {
	.h2-goods img{
		width: 45%;
	}
	/*menu*/
	.goods-menu-wrap{
		width: 9%;
		position: absolute;
		top: 0;
		left: -5%;
	}
	.goods-menu li{
		width: 100%;
		margin: 0 0 1em 0;
		padding: 100% 10%;
		border-radius: 10px;
		background: #ffffff;
		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.3);
		display: block;
	}
	.goods-menu li.goods-menu-01{
		display: block;
		border: 2px solid #e84b91;
	}
	.goods-menu li.goods-menu-02{
		display: block;
		border: 2px solid #0d98d8;
	}
	.goods-menu-01 img{
		width: 40%;
		margin: 0 0 0 55%;
	}
	.goods-menu-02 img{
		width: 40%;
		margin: 0 0 0 55%;
	}
	/*goodsall*/
	.wrap-goodsall{
		width: 100%;
	}
	.goodsall-list-wrap{
		width: 90%;
		margin: 6% 0 10% 8%;
	}
	.goodsall-block{
		width: 47%;
		margin: 0.5em 1.1% 2em;
		text-align: left;
		display: inline-block; /* インラインブロック化 */
    	vertical-align: top; 
	}
	.goodsall-img{
		width: 90%;
		margin: 0 auto 1em;
	}
	.goodsall-img img{
		width: 100%;
	}
	.goodsall-title{
		width: 90%;
		font-size: 0.9em;
		font-weight: bold;
		line-height: 1.3em;
		margin-bottom: 0.5em;
		margin-left: 5%;
	}
	.goodsall-price{
		width: 90%;
		font-size: 0.7em;
		line-height: 1.3em;
		margin-left: 5%;
	}
	
	/*goods*/
	.wrap-goods{
		padding: 2em 0 4em;
	}
	.goods-block{
		width: 80%;
		margin: 0 auto 2em;
		padding: 0 0 2em;
		border-bottom: 1px solid #ddd;
	}
	.goods-image{
		width: 80%;
		margin: 0 auto 2em;
	}
	.goods-image img{
		width: 100%;;
	}
	.goods-caption{
		width: 100%;
	}
	.goods-title{
		font-size: 1.2em;
		line-height: 1.5em;
		margin: 0 0 1em 0;
	}
	.goods-caption-list{
		font-size: 0.8em;
		line-height: 1.6em;
	}
	.goods-caption-list dt{
	}
	.goods-caption-list dd{
		margin: 0 0 1em 0;
	}
	.goods-caption-list dd img{
		width: 80%;
	}
	
	/*cd*/
	.block-cd{
		width: 80%;
		margin: 0 0 5% 12%;
		padding: 0 0 8%;
	}
	.cd-nav{
		width: 100%;
		margin: 10% auto 8%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cd-nav li{
		width: 95%;
		margin: 0 auto 2%;
		height: 10%;
		text-align: center;
	}
	.cd-nav li a{
		width: 98%;
		height: 100%;
		margin: 0 auto;
		padding: 4% 2% 3%;
		display: block;
	}
	.cd-nav li.cd01,
	.cd-nav li.cd03,
	.cd-nav li.cd05{
		background-color: #d6d5d6;
	}
	.cd-nav li.cd02,
	.cd-nav li.cd04,
	.cd-nav li.cd06{
		background-color: #d6d5d6;
	}
	.cd-nav li.cd01 img,
	.cd-nav li.cd02 img{
		width: 30%;
	}
	.cd-nav li.cd03 img,
	.cd-nav li.cd04 img,
	.cd-nav li.cd05 img,
	.cd-nav li.cd06 img{
		width: 60%;
	}
	.under-content-disc-op .cd-nav li.cd01 a{
		background-color: #e95194;
	}
	.under-content-disc-ed .cd-nav li.cd02 a{
		background-color: #0d98d8;
	}
	.under-content-disc-chara01 .cd-nav li.cd03 a{
		background-color: #e95194;
	}
	.under-content-disc-chara02 .cd-nav li.cd04 a{
		background-color: #0d98d8;
	}
	.under-content-disc-10th .cd-nav li.cd05 a{
		background-color: #e95194;
	}
	.under-content-disc-chara03 .cd-nav li.cd06 a{
		background-color: #0d98d8;
	}
	.cd-head{
		margin: 0 auto 1em;
	}
	.cd-title{
		font-size: 1.3em;
		text-align: center;
		line-height: 1.1em;
		margin: 0 0 0.5em;
	}
	.cd-title span{
		font-size: 70%;
	}
	.cd-date{
		font-size: 0.9em;
		text-align: center;
	}
	.cd-date-haishin{
		font-size: 0.8em;
		margin-top: 0.8em;
		text-align: center;
	}
	.cd-img{
		width: 95%;
		margin: 0 auto 1em;
	}
	.cd-img-slide{
		width: 95%;
		margin: 0 auto 1em;
	}
	/*oritoku*/
	.block-cd-oritoku{
		width: 90%;
		margin: 0 auto 10%;
	}
	.cd-oritoku{
		font-size: 1.1em;
		margin: 1.5em 0 1em;
		text-align: center;
		color: #0d98d8;
	}
	.oritoku_table_cd{
		width: 100%;
		border-collapse: collapse;
		margin: 0.5em auto 1.5em;
		
	}
	.oritoku_table_cd tr td{
		font-size: 0.7em;
		color: #0d98d8;
		border: 1px solid #0d98d8;
		line-height: 1.6em;
		padding: 1em;
		background-color: rgba(255,255,255,1);
	}
	.oritoku_table_cd tr th{
		color: #fff;
		background: #0d98d8;
		line-height: 1.6em;
		border: 1px solid #0d98d8;
		padding: 1em;
		font-size: 0.6em;
	}
	
	.td_store_cd{
		width: 25%;
		font-size: 0.7em;
		font-weight: bold;
		text-align: center;	
	}
	.td_haihu_cd{
		width: 30%;
		font-size: 0.7em;
	}
	.td_item_cd{
		width: 25%;
		font-size: 0.7em;
	}
	.td_img_cd{
		width: 20%;
		font-size: 0.7em;
		color: #666;
	}
	.td_img_cd img{
		width: 100%;
	}
}


/*	08.BOOKS
============================== */
@media all and (min-width: 768px) {
	.wrap-books{
		width: 960px;
		margin: 0 auto 0;
	}
	.book-text{
		width: 890px;
		height: 640px;
		margin: 60px auto 40px;
		background: url("../books/img/books_text.png") no-repeat;
		background-size: cover;
	}

}

@media all and (max-width: 767px) {
	.h2-books img{
		width: 45%;
	}
	.book-text{
		width: 100%;
		margin: 5% auto 5%;
		padding-top: 114%;
		background: url("../books/img/books_text_sp.png") no-repeat;
		background-size: contain;
	}

}

/*	09.SPECIAL
============================== */
.special-title{
	font-weight: bold;
}
.special-inner-block{
	border-bottom: 1px solid #bebebe;
}
.special-title{
	text-align: center;
	color: #0d98d8;
}
.special-caution-banner{
	background: #e84b91;
	color: #ffffff;
	text-align: center;
}
.special-caution-banner a{
	color: #ffffff;
}

@media all and (min-width: 768px) {
	.wrap-special{
		margin: 0 auto 120px;
	}
	.special-list{
		width: 980px;
		margin: 60px auto 0;
	}
	.special-list img{
		width: 100%;
	}
	.special-list li{
		width: 450px;
		margin: 0 20px 60px;
		float: left;
	}
	/*special-inner*/
	.wrap-special-inner{
		width: 800px;
		margin: 0 auto;
		padding: 0 0 120px;
	}
	.special-inner-block{
		margin: -20px 0 90px 0;
		padding: 0 0 80px;
	}
	.special-head{
		width: 800px;
		margin: 100px auto 80px;
	}
	.special-title{
		font-size: 32px;
		line-height: 36px;
		margin: 0 auto 0;
	}
	.special-img{
		max-width: 960px;
		margin: 40px auto 40px;
		text-align: center;
	}
	.special-read{
		font-size: 24px;
		line-height: 36px;
		margin: 0 auto;
		text-align: center;
	}
	.special-h4{
		font-size: 22px;
		line-height: 1.4em;
		font-weight: bold;
		margin: 2em 0 1em 0;
		color: #e84b91;
	}
	.special-h5{
		font-size: 18px;
		line-height: 1.4em;
		font-weight: bold;
		margin: 2em 0 1em 0;
		color: #0d98d8;
	}
	.special-text{
		font-size: 14px;
		line-height: 28px;
		margin: 0 0 1em 0;
	}
	.special-text-caution{
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 1em 0;
	}
	.special-twitter-area{
		width: 800px;
		height: 600px;
		margin: 0 0 60px;
		border: 4px solid #e84b91;
		overflow: hidden;
	}
	.special-caution-banner{
		font-size: 20px;
		margin: 30px 0 0;
		padding: 15px 0;
		font-weight: bold;
		text-align: center;
	}

}

@media all and (max-width: 767px) {
	.h2-special img{
		width: 45%;
	}
	.wrap-special{
		margin: 0 auto;
	}
	.special-list{
		width: 75%;
		margin: 10% auto 20%;
	}
	.special-list li{
		margin: 0 auto 12%;
	}
	.special-list li img{
		width: 100%;
	}
	/*special-inner*/
	.wrap-special-inner{
		width: 100%;
		margin: 0 auto;
		padding: 0 0 4%;
	}
	.special-inner-block{
		width: 90%;
		margin: 2em auto 3em;
		padding: 0 0 3em;
	}
	.special-title{
		font-size: 1.1em;
		line-height: 1.4em;
		margin: 0 auto 0.5em;
	}
	.special-img{
		max-width: 100%;
		margin: 1.5em auto 1.5em;
		text-align: center;
	}
	.special-img img{
		max-width: 100%;
	}
	.special-h4{
		font-size: 1em;
		line-height: 1.4em;
		font-weight: bold;
		margin: 2em 0 1em 0;
		color: #e84b91;
	}
	.special-read{
		font-size: 1em;
		line-height: 1.5em;
		margin: 0 auto;
		text-align: center;
	}
	.special-h5{
		font-size: 0.8em;
		line-height: 1.5em;
		font-weight: bold;
		margin: 2em 0 1em 0;
		color: #0d98d8;
	}
	.special-text{
		width: 94%;
		font-size: 0.8em;
		line-height: 1.6em;
		margin: 0 0 1em 0;
		padding: 0 3%;
	}
	.special-text-caution{
		width: 94%;
		font-size: 0.7em;
		line-height: 1.6em;
		padding: 0 3%;
	}
	.special-twitter-area{
		width: 100%;
		height:400px;
		margin: 0 auto 6%;
		border: 2px solid #e84b91;
		position: relative;
		overflow: hidden;
	}
	.special-caution-banner{
		font-size: 1.2em;
		line-height: 1.5em;
		margin: 1em 0 0;
		padding: 0.5em 0;
		font-weight: bold;
		text-align: center;
	}

}


/*ADD FIX*/
.sp-ad-area iframe{
	width: 100% !important;	
}





/*	OTHER CSS
============================== */


/*SP保存禁止*/
img{
	touch-callout:none;
	user-select:none;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-touch-callout:none;
	-moz-user-select:none;
}
