@import url('https://fonts.googleapis.com/css2?family=Ranchers&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');
html{visibility:hidden;opacity:0;transition:opacity .3s ease-out}
html.wf-active{opacity:1;visibility:visible}
/*-------------------------------------
■ reset
-------------------------------------*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;font-weight:normal;vertical-align:baseline;background:transparent}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}ins{text-decoration:none}mark{font-style:italic;font-weight:bold}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}hr{display:block;height:1px;border:0;padding:0}input,select{vertical-align: middle}img{vertical-align:top;font-size:0;line-height:0}th{text-align:left}iframe{vertical-align:bottom}video{display:block}strong{font-weight:bold}
/*-------------------------------------
■ common
-------------------------------------*/
body{color:#333;font-family:'メイリオ', Meiryo,sans-serif;font-size:14px;background:#fff}
ins,mark{background:#ff9;color:#000}
p{line-height:1.7}
img{width:auto;max-width:100%;height:auto}
hr{margin:1em 0;border-top:1px solid #ccc}
a{-webkit-tap-highlight-color:rgba(0,0,0,0);text-decoration:none;overflow:hidden;outline:none;color:#f30}
a:hover{text-decoration:none;color:#e40050}
input,textarea,select,textarea,button{outline:none;border-radius:0;-webkit-appearance:none;appearance:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.clear{clear:both}
.clearfix{zoom:100%}
.clearfix:after{content:"";clear:both;display:block}
.f_mpr{font-family:'M PLUS Rounded 1c',sans-serif}
.f_ran{font-family:'Ranchers',cursive;}
.f_lob{font-family:'Lobster',cursive}
.f_10{font-size:72%}.f_12{font-size:86%}.f_13{font-size:93%}.f_14{font-size:100%}.f_16{font-size:115%}.f_18{font-size:129%}.f_20{font-size:143%}
.i_100 img,img.w_100{width:100%;height:auto}
.box{-webkit-box-sizing:border-box;box-sizing:border-box}
.sp_cts{display:none}
.center{text-align: center}

article{
	position:relative;
	background:#d7f2f0 url(../img/bg.gif) repeat center top
}
article:before{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:-webkit-linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0));
	background:linear-gradient(0deg, rgba(255,255,255,1) 40%, rgba(255,255,255,0));
	background-attachment:fixed;
}
article:after{
	position:absolute;
	top:0;
	left:0;
	content:"";
	width:100%;
	height:100%;
	background:url(../img/top_content_under_bg.png) no-repeat center bottom;
	background-attachment:fixed;
}

.header,
.top_content_box,
article,
.footer{
	min-width:1240px
}
.header_inner,
.pc_menu_inner,
.main,
.tcbi,
.content{
	margin:0 auto;
	width:1200px;
}

/*-------------------------------------
■ header
-------------------------------------*/
.header{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	border-top:4px solid #f90;
	border-bottom:2px solid #f60;
	background:#fff url(../img/hf_bg.png) repeat-x center center;
	box-shadow:0 1px 3px -1px rgba(0,0,0,.3)
}
.header_inner{
	position:relative;
	height:80px;
	overflow:hidden;
}
.h_logo{
	position:absolute;
	top:0;
	left:0;
	right:0;
	margin:0 auto;
	width:420px;
}
.h_logo a{
	display:block;
	padding:5px 10px;
}
.h_logo a span img{
		max-width:260px;
		width:100%;
	}

/* Header icon */
.header_icon_box{
	float:left;
	margin-top:20px;
}
.header_icon_box li{
	display:inline-block;
	margin-right:5px;
	vertical-align:top;text-align: center;
}
.header_icon_box li span{line-height: 1.5}
.header_icon_box li.hib_line{
	display:none;
}
.header_icon_box li a{
	display:block;
	position:relative;
}
.header_icon_box li.hib_blog a{
	width:200px;
	height:40px;
	border-radius:3px;
}
.header_icon_box li.hib_line a,
.header_icon_box li.hib_twitter a,
.header_icon_box li.hib_instgram a{
	width:40px;
	height:40px;
	border-radius:50%;
	background:#000;
	transition:background .3s;
}

.header_icon_box li.hib_line a:hover,
.footer_icon_box li.fib_line a:hover,
.sp_m_line{background:#00b900}
.header_icon_box li.hib_twitter a:hover,
.footer_icon_box li.fib_twitter a:hover,
.sp_m_twitter{background:#000}
.header_icon_box li.hib_instgram a:hover,
.footer_icon_box li.fib_instgram a:hover,
.sp_m_instgram{background:#c63e8b}

/* Header info */
.header_info{
	margin-top:20px;
	float:right;
	text-align:right;
}
.header_info li{
	display:inline-block;
}

.hi_time{
	margin-right:5px;
}
.hi_time p{
	font-size:20px;
	color:#fff;
	text-shadow:1px 1px 2px #f30,-1px 1px 2px #f30,1px -1px 2px #f30,-1px -1px 2px #f30;
}
.hi_time p span{
	display:block;
	line-height:.5;
}

.hi_tel a{
	display:block;
	margin-bottom:-2px;
	color:#f90;
	font-size:45px;
	letter-spacing:2px;
	transition:color .5s;
}
.hi_tel a:hover{
	color:#f30;
}

/*-------------------------------------
■ menu
-------------------------------------*/
.pc_menu{
	background:#ffae00 url(../img/menu_bg.png) repeat-x center center;
}
.pc_menu_inner{
	display:flex;
	justify-content:space-between;
	height:50px;
}
.pc_menu_inner li{
	/*margin-left:10px;*/
}
.pc_menu_inner li:first-child{
	/*margin-left:0;*/
}
.pc_menu_inner li a{
	display:block;
	color:#fff;
	transition:background .3s;
}

.pc_menu_inner li a span{
	display:block;
	height:38px;
	line-height:38px;
	font-weight:700;
	font-size:19px;
	margin:6px 0;
	padding:0 10px;
	text-shadow:1px 1px 6px rgba(255,0,0,.5);
	border-radius:20px;
	transition:background .5s;
}
.pc_menu_inner li a:hover span{
	background:rgba(255,0,0,.8);
}

/*-------------------------------------
■ content
-------------------------------------*/
.top_content_box{
	padding-top:136px;
	position:relative;
	box-shadow:0 1px 3px -2px rgba(0,0,0,.5)
}
.tcb_inner{
	border-bottom:2px solid #e51640;
	background:url(../img/top_content_bg.jpg) no-repeat center top
}
.tcbi{
	overflow:hidden;
	position:relative;
	height:128px;
}
.tcbi h2{
	position:absolute;
	top:-150px;
	left:0;
	right:0;
	margin:0 auto;
	color:#e5f9f7;
	text-align:center;
	font-size:350px;
	opacity:.3;
	transform:rotate(-9deg);
	letter-spacing:1pt;
}
.tcbi h3{
	position:relative;
	text-align:center;
	color:#e51640;
	line-height:130px;
}
.tcbi h3 span{
	display:inline-block;
	font-size:30px;
	font-weight:bold;
	text-shadow:2px 2px 0px #e0f0ee;
	-webkit-transform:skewX(16.3deg);
	transform:skewX(-16.3deg);
	letter-spacing:10pt;
}

.container{
	position:relative;
	background:url(../img/c_bg.png) repeat-y center top;
	z-index:1;
}
.main{
	padding:20px 20px 100px 20px;
	background:rgba(255,255,255,1);
	box-shadow:0 3px 5px rgba(0,0,0,.4);
}

.content_main{
	float:right;
	width:850px;
}
.content_side{
	float:left;
	width:290px;
}

/* side
-------------------------------------*/
.cs_cts,
.cs_cts_box{
	display:block;
	margin-bottom:10px;
	text-align:center;
}
a.cs_cts img{
	transition:opacity .3s;
}
a:hover.cs_cts img{
	opacity:.85;
}
.cs_cts span{line-height: 1.5;font-size: 12px;color:#4d1700 }
/* blog */
.cs_blog{
	height:622px;
	background:#ffae00 url(../img/menu_bg.png) repeat center center;
}

/* mail magazine */
.cs_mail{
	position:relative;
	border:1px solid #f30;
	background:#fff;
}

.mail_title{
	padding-bottom:5px;
	background:#ffae00 url(../img/menu_bg.png) repeat top center;
}
.mail_title .mt_img{
	width:100px;
	float:left;
	margin:-5px 0 0 5px;
}
.mail_title .mt_t{
	font-size:29px;
	line-height:1.4;
	color:#fff;
	text-shadow:1px 1px 2px #f30,-1px 1px 2px #f30,1px -1px 2px #f30,-1px -1px 2px #f30;
}
.mail_title .mt_st{
	line-height:1;
	font-size:21px;
	color:#fff;
	font-weight:bold;
	letter-spacing:5px;
	text-shadow:1px 1px 2px #f30,-1px 1px 2px #f30,1px -1px 2px #f30,-1px -1px 2px #f30;
}

#Mailmag_box ul li:nth-child(1){
	padding:10px 0;
	border-top:1px solid #ffeadc;
	border-bottom:1px solid #ffeadc;
	background:#ffeadc url(../img/hf_bg2.png) repeat-x center center;
}
#Mailmag_box .txt{
	display:block;
	width:90%;
	margin:0 auto;
	padding:10px 15px;
	border:1px solid #f90;
	border-radius:50px;
	background:#fff7e6;
}

.m_sub_btn{
	margin:10px auto 0;
	width:90%;
	height:35px;
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	border:0;
	border-radius:50px;
	cursor:pointer;
	background:#f60;
	transition:background .3s;
}
.m_sub_btn:hover{
	background:#f30;
}


#Mailmag_box ul li:nth-child(2){
	padding:10px 0;
}

#Mailmag_box ul li:nth-child(2) label{
	display:inline-block;
	width:40%;
}
#Mailmag_box ul li:nth-child(2) label input{display:none;}
#Mailmag_box ul li:nth-child(2) label span{
	display:block;
	height:30px;
	line-height:30px;
	color:#ccc;
	font-weight:bold;
	border-radius:5px;
	border:1px solid #ccc;
	background:#efefef;
	transition:border .3s , background .3s , color .3s;
	cursor:pointer;
}
#Mailmag_box ul li:nth-child(2) label span:hover{
	color:#fff;
	border:1px solid #f60;
	background:#fc0;
}
#Mailmag_box ul li:nth-child(2) input[type="radio"]:checked + span{
	color:#fff;
	border:1px solid #f60;
	background:#f90;
}

#Mailmag_box ul li:nth-child(3){
	padding:10px;
	text-align:left;
	color:#fff;
	font-size:12px;
	line-height:1.4;
	background:#f60;
}

.no_correction img{
	width:100%;
}


/* title */
.b_title{
	overflow:hidden;
	margin-bottom:10px;
	height:46px;
	line-height:42px;
	border-top:2px solid #f30;
	border-bottom:2px solid #f30;
	box-shadow:0 -5px 0 #f30 inset;
	background:#ffae00 url(../img/menu_bg.png) repeat-x center center;
}

.top_news_box{margin-bottom:10px}
.top_news_box .b_title{margin-bottom:0}
.tnb_inner{
	height:304px;
	padding:10px;
	overflow:auto;
	line-height:initial;
	border:1px solid #f30;
	border-top:0;
	background:-moz-linear-gradient(top left, #fff, #fff 50%, #ffedd3);
	background:-webkit-linear-gradient(top left, #fff, #fff 50%, #ffedd3);
	background:linear-gradient(to bottom right, #fff, #fff 50%, #ffedd3);
}

.tnbi_cts,
.tnbi_cts p,
.tnbi_cts span,
.tnbi_cts strong,
.tnbi_cts br{
	line-height:inherit;
}
.tnbi_cts{
	margin-bottom:30px;
}

.tnbi_cts_title{
	margin-bottom:5px;
	padding-left:5px;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #f30;
	border-left:5px solid #f30;
}
.tnbi_cts_title + time{
	margin-bottom:10px;
	padding:0 5px;
	color:#fff;
	border-radius:3px;
	background:#f30;
}



.b_title span{
	display:inline-block;
}
.b_title span.bt_w{
	display:block;
	background:url(../img/b_title_bg.png) no-repeat center center;
}
.b_title span.bt_p{
	margin:5px 0 0 10px;
	width:28px;
	height:28px;
	vertical-align:top;
}
.b_title span.f_mpr{
	color:#fff;
	font-size:16px;
	border-radius:35px;
	border-bottom-left-radius:0;
	border-top-right-radius:0;
	background:#f30 url(../img/menu_bg.png) repeat-x center center;
}
/*.pc_menu_inner .f_mpr span.small{
font-size:10px!important;
font-family: Meiryo, sans-serif;

}
.pc_menu_inner .f_mpr .small:after{content: '\A'}*/
.b_title span.bt_t{
	float:right;
	overflow:hidden;
	margin-top:13px;
	margin-right:-10px;
	height:30px;
	padding:0 20px 0 10px;
	line-height:30px;
	color:#fff;
	font-size:24px;
	vertical-align:top;
	letter-spacing:1px;
	text-shadow:1px 1px 2px #f30,-1px 1px 2px #f30,1px -1px 2px #f30,-1px -1px 2px #f30
}


.s_title{
	height:40px;
	border-bottom:1px solid #f30;
}
.s_title strong{
	display:inline-block;
	padding:0 20px;
	height:40px;
	line-height:40px;
	color:#fff;
	font-size:21px;
	text-shadow:0 1px 2px rgba(211,0,0,.5);
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	background:#f30 url(../img/menu_bg.png) repeat-x center center;
}

.s_title span{
	margin-left:10px;
	color:#f30;
	font-size:16px;
	font-weight:bold;
}


/* girls */
.g_content{
	display:flex;
	flex-wrap:wrap;
}
.g_box{
	width:24.025%;
	margin-left:1.3%;
	margin-bottom:1.3%;
	text-align:center;
	background:#ffae00
}
.g_box:nth-child(4n+1){
	margin-left:0;
}
.gb_info_top{
	overflow:hidden;
	height:24px;
	line-height:25px;
	color:#fff;
	font-weight:bold;
	background:#ffae00;
}
.gb_link{
	position:relative;
	display:block;
	border:1px solid #ffae00;
	background:#ffae00;
}
.gb_img{
	position:relative;
	overflow:hidden;
}
.gb_img img{
	width:100%;
	transition:transform .3s;
}
.gb_link:hover .gb_img img{
	transform:scale(1.25) rotate(-5deg);
}

.in_icon{
	position:absolute;
	bottom:4%;
	color:#fff;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	background:#06ad00;
}
.in_icon span{
	display:block;
	line-height:14px;
	font-size:14px;
	font-weight:bold;
}
.in_icon.icon_mi{
	left:-10px;
	padding:5px 10px 5px 15px
}
.top_sche_box .in_icon02{bottom:13%;}
.in_icon02{
	position:absolute;
	bottom:18%;
	color:#fff;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	background:#e51640;
}
.in_icon02 span{
	display:block;
	line-height:14px;
	font-size:14px;
	font-weight:bold;
}
.in_icon02.icon_mi{
	left:-10px;
	padding:5px 10px 5px 15px
}

.in_icon.icon_ri{
	right:-10px;
	padding:5px 15px 5px 7px
}
.newface{
	position:absolute;
	top:0;
	left:0;
}

.gb_info_under{
	background:#fff url(../img/g_name_bg.png) repeat-x center bottom
}
.gbiu_name{
	overflow:hidden;
	height:31px;
	line-height:34px;
	color:#4d1700;
	font-weight:bold;
	border-top:1px solid #ffae00;
}
.gbiu_name span{
	font-size:18px;
	font-weight:bold;
}

.gbiu_3{
	overflow:hidden;
	height:24px;
	line-height:22px;
	color:#4d1700;
	font-size:12px;
	font-weight:bold;
	border-bottom:1px solid #ffae00;
}

.gbiu_icon{
	overflow:hidden;
	height:22px;
	border:5px solid #ffae00;
	text-align:center;
	background:#ffae00 url(../img/menu_bg.png) repeat-x center center;;
}
.gbiu_icon .g_icon{
	display:inline-block;
	height:22px;
	color:#fff;
	border-radius:50px;
	background:#f30;
}
.gbiu_icon .g_icon span{
	display:block;
	padding:5px 10px;
	font-size:12px;
	font-weight:bold;
}

.g_cast_time,
.g_sche_time{
	overflow:hidden;
	height:30px;
	line-height:31px;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}
.g_cast_time span{
	display:block;
	font-weight:bold;
}
.g_cast_time .gct_today{background:#f30}
.g_cast_time .gct_next{background:#f30}
.g_sche_time{background:#f30}

/*-------------------------------------
■ footer
-------------------------------------*/
.footer{
	position:relative;
	border-top:2px solid #f60;
	z-index:1;
}

.footer_inner_up{
	padding:5px 0;
	background:#ffae00 url(../img/menu_bg.png) repeat-x center center
}

.footer_inner_up a{
	display:block;
	margin:0 auto;
	width:200px;
	height:50px;
	line-height:50px;
	color:#fff;
	text-align:center;
	border-radius:50px;
	background:#f60;
	transition:background .3s;
}
.footer_inner_up a:hover{
	background:#f30
}

.footer_inner_under{
	border-top:8px solid #f60;
	background:#fff url(../img/hf_bg.png) repeat-x center center;
}
.fiu_box{
	padding:50px 0;
}

/* Footer inner left */
.fiub_l{
	width:400px;
	float:left;
}
.fl_logo{
	display:block;
	width:400px;
	overflow:inherit;
}
.fl_logo span{
	display:block;
	position:relative;
}
.fl_logo span:after{
	content:"";
	position:absolute;
	top:-20px;
	left:0;
	width:100%;
	height:140%;
	border-radius:50%;
	z-index:0;
	background:rgba(255,255,255,.8);box-shadow: 0 0 20px rgba(255,255,255,.8);
}
.fl_logo span img{
	position:relative;
	z-index:1
}

.fl_open{
	padding:10px 0;
	height:30px;
	line-height:30px;
	color:#fff;
	font-size:25px;
	letter-spacing:3px;
	text-align:center;
	text-shadow:1px 1px 2px #f30,-1px 1px 2px #f30,1px -1px 2px #f30,-1px -1px 2px #f30;
	position:relative;
	z-index:1
}

.fl_tel{
	display:block;
	padding:5px;
	height:70px;
	text-align:center;
	font-size:28px;
	border-radius:50px;
	background:#f90;
	position:relative;
	z-index:1;margin-bottom: 10px!important
}

.fl_tel span{
	display:block;
	height:60px;
	line-height:56px;
	color:#fff;
	font-weight:bold;
	letter-spacing:2px;
	border:2px solid #fff;
	text-shadow:1px 1px 6px rgba(255,0,0,.5);
	border-radius:50px;
	background:#f90;
	transition:background .5s;
}
.fl_tel:hover span{
	background:#f30;
}

/* Footer inner right */
.fiub_r{
	float:right;
	width:750px;
}
.fiub_r_up{
	margin-bottom:20px;
}
.fr_menu_title{
	padding:0 10px;
	color:#f30;
	line-height:1.5;
	font-size:30px;
	letter-spacing:3px;
	border-bottom:1px solid #ffae00;
}
.fr_menu_box{
	padding-bottom:10px;
	border-bottom:1px solid #ffae00;
}
.fr_menu_box ul{
	padding:10px 0;
}
.fr_menu_box ul li{
	float:left;
	width:25%;
	margin-top:5px;
	padding:10px;
}
.fr_menu_box ul li:nth-child(9),.fr_menu_box ul li:nth-child(10){width:50%;}
.fr_menu_box ul li a{
}
.fr_menu_box ul li a span{
	display:block;
	padding:10px;
	color:#f30;
	text-align:center;
	font-size:21px;
	font-weight:500;
	border-radius:50px;
	background:#fff;
	box-shadow:0 1px 2px 0 rgba(172,14,14,.5);
	transition:color .5s , background .5s;
}
.fr_menu_box ul li a:hover span{
	color:#fff;
	background:#f30 url(../img/menu_bg.png) repeat-x center center;
}


.fr_text{
	padding:20px;
	font-size:16px;
	text-align:center;
}
.fr_text span{
	color:#e4007f;
	font-size:120%;
}

/* Footer icon */
.footer_icon_box{
	text-align:left;
}
.footer_icon_box li{
	display:inline-block;
	margin:0 5px;
	vertical-align:top;
}
.footer_icon_box li.fib_line{
	display:none;
}
.footer_icon_box li a{
	display:block;
	position:relative;
}
.footer_icon_box li.fib_card a{
	width:250px;
	height:50px;
	border-radius:3px;
	background:#fff;
}
.footer_icon_box li.fib_line a,
.footer_icon_box li.fib_twitter a,
.footer_icon_box li.fib_instgram a{
	width:50px;
	height:50px;
	border-radius:50%;
	background:#000;
	transition:background .5s;
}

.footer_icon_box li.fib_card a img{transition:opacity .5s}
.footer_icon_box li.fib_card a:hover img{opacity:.8}
.footer_icon_box li.fib_card{text-align: center}
.footer_icon_box li.fib_card span{line-height: 1.5}
/* Copyright */
.footer small{
	display:block;
	padding:20px 10px;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-shadow:1px 1px 6px rgba(255,0,0,.5);
	border-top:2px solid #f60;
	background:#f90 url(../img/menu_bg.png) repeat-x center center;
}





@media screen and (max-width:767px){
	.pc_cts{display:none!important}
	.sp_cts{display:block!important}

	.content{
		width:92%;
	}
	.header,
	.top_content_box,
	article,
	.footer{
		min-width:100%;
	}
	.header_inner,
	.main,
	.tcbi,
	.sp_w100{
		width:100%;
	}

/*-------------------------------------
■ header
-------------------------------------*/
	.header_inner{
		height:60px;
	}
	.h_logo{
		right:auto;
		left:0;
		width:60%;
		max-width:270px;
		height:60px;
	}
	.h_logo a{
		display:table;
		width:100%;
		height:100%;
		padding:0;
	}
	.h_logo a span{
		display:table-cell;
		vertical-align:middle;
		text-align:center;
	}
	.h_logo a span img{
		max-width:220px;
		width:100%;
	}

/*-------------------------------------
■ menu
-------------------------------------*/
	.sp_header_info{
		float:right;
	}

	.sp_hi_tel{
		overflow:hidden;
		position:absolute;
		right:75px;
		top:0;
		width:50px;
		height:60px;
	}
	.sp_hi_tel a{
		display:block;
		margin:7px auto;
		width:46px;
		height:46px;
		border-radius:50%;
		text-align:center;
		background:#f60;
	}
	.sp_hi_tel a img{
		width:25px;
		margin:9px 0 0;
	}
	.sp_hi_tel a span{
		display:block;
		width:80px;
		color:#fff;
		font-size:10px;
	}

/* menu button ////////////////////////////////////////////*/
	.gnav_menuBtn{
		overflow:hidden;
		position:absolute;
		right:0;
		top:0;
		width:70px;
		height:60px;
	}
	.gnav_menuBtn button{
		position:relative;
		width:70px;
		height:100%;
		border:0;
		padding:0;
		background:#f90;
	}

	.menu_close_icon{
		display:block;
		position:absolute;
		top:25px;
		left:0;
		right:0;
		margin:0 auto;
		width:10px;
		height:10px;
		border-radius:50%;
		background:transparent;
	}
	.menu_close_icon:before,
	.menu_close_icon:after{
		content:"";
		display:block;
		position:absolute;
		left:-16px;
		width:40px;
		height:10px;
		border-radius:5px;
		background:#fff;
	}
	.menu_close_icon:before{
		top:11px;
		-webkit-transform:rotate(-45deg);
		transform:rotate(-45deg);
		margin-top:-11px;
	}
	.menu_close_icon:after{
		top:0px;
		-webkit-transform:rotate(-135deg);
		transform:rotate(-135deg);
	}

	.menu_open_icon{
		color:#fff;
		font-size:21px;
		letter-spacing:1px;
	}
	.menu_open_icon span{
		display:block;
		font-size:10px;
		font-weight:bold;
	}

	.drawer-hamburger.active .menu_open_icon,
	.drawer-hamburger .menu_close_icon{
		display:none;
	}
	.drawer-hamburger .menu_open_icon,
	.drawer-hamburger.active .menu_close_icon{
		display:block;
	}

/* menu content ////////////////////////////////////////////*/

	.sp_h_menu{
		position:fixed;
		top:0;
		left:100%;
		width:90%;
		height:100%;
		background:rgba(255,255,255,.95);
		transform:translateX(0);
		transition:transform .3s;
		z-index:99;
	}
	.shm_open{
		overflow:auto;
		box-shadow:0 1px 3px -1px rgba(0,0,0,.3);
		transform:translateX(-100%)
	}
	.sp_h_menu_inner{
		margin-top:66px;
	}
	.sphmi_top{
	}
	.sphmi_top li{
		width:100%;
		padding:3% 4%;
		text-align:center;
	}
	.sphmi_top li:first-child{padding-top:20px}
	.sphmi_top li:last-child{padding-bottom:20px}

	.sphmi_top li a{
		display:block;
		padding:15px 0;
		color:#fff;
		font-size:20px;
		border-radius:50px;
		background:#f90 url(../img/menu_bg.png) repeat-x center center;
	}
	.sphmi_top li a span{
		display:block;
		font-weight:bold;
		text-shadow:1px 1px 6px rgba(255,0,0,.5)
	}

	.sphmi_bottom{
		margin:0 4% 20px;
		border-top:1px solid #f90;
		border-bottom:1px solid #f90;
	}
	.sphmi_bottom li{}
	.sphmi_bottom li:nth-child(2n){background:#fff7e6}
	.sphmi_bottom li a{
		display:block;
		padding:17px 0 15px;
		text-align:center;
		color:#333;
	}
	.sphmi_bottom li a.btn_tel{background:#fff;border-radius: 50px;border: 2px solid #f90;display: block;
        padding: 10px 0;font-size: 20px; font-weight: bold;color: #f90;margin-bottom: 10px}
	.sphmi_bottom li .center{padding: 15px 0 10px;font-size: 20px; font-weight: bold;color: #f90;}
	.sphmi_icon_box{
		margin:0 4%;
		padding-bottom:15px;
	}

	.sphmi_icon_box p{
		text-align:center;
	}
	.sp_m_line,
	.sp_m_twitter,
	.sp_m_instgram{
		margin:0 5px;
		display:inline-block;
		width:50px;
		border-radius:50%;
	}
	.sp_m_line{
		display:none;
	}
	.sphmi_icon_box .sp_m_card{
		display:block;
		margin:15px auto 0;
		border-radius:5px;
	}

/*-------------------------------------
■ content
-------------------------------------*/
	.top_content_box{
		padding-top:66px;
	}
	.tcb_inner{
		background-size:cover;
	}
	.tcbi{
		height:78px;
	}
	.tcbi h2{
		top:0;
		line-height:50px;
		font-size:30vw;
	}
	.tcbi h3{
		line-height:90px;
	}
	.tcbi h3 span{
		font-size:26px;
		letter-spacing:4pt;
	}

	.container{
		background:none;
	}
	.main{
		padding:20px 4%;
		background:rgba(255,255,255,.5)
	}
	.content_main,
	.content_side{
		margin-bottom:20px;
	}

/* blog */
	.cs_blog{
		/*padding:4% 0;*/
		height:auto;
	}

/* mail magazine */
	.mail_title .mt_img{
		width:35%;
	}
	.mail_title .mt_t{
		font-size:9vw;
	}
	.mail_title .mt_st{
		font-size:7vw;
	}

/* no correction */
	.no_correction{
		display:none;
	}

/* title */
	.b_title span.bt_p{
		display:none;
	}
	.b_title span.f_ym{
		margin-left:-10px;
	}
	.b_title span.f_ym span{
		padding:0 30px;
	}

	.s_title{
		height:auto;
	}
	.s_title span{
		display:block;
		margin:0;
		padding:5px 10px;
		line-height:1.5;
		color:#fff;
		font-size:14px;
		border-top-right-radius:10px;
		background:#f30 url(../img/menu_bg.png) repeat-x center center;
	}

/* girls */
	.g_box,
	.g_box:nth-child(4n+1){
		width:32%;
		margin-left:2%;
		margin-bottom:2%;
	}
	.g_box:nth-child(3n+1){
		margin-left:0;
	}

	.gbiu_name{
		font-size:10px;
	}
	.gb_info_top{
		font-size:11px;
	}
	.in_icon span{
		font-size:10px;
		line-height:10px;
	}
	.in_icon02 span{
		font-size:10px;
		line-height:10px;
	}
	.gbiu_3{
		font-size:10px;
		font-weight:normal;
	}
	.in_icon.icon_mi{
	
	}
	.in_icon.icon_ri{padding-left:5px}
	.gbiu_name span{
		font-size:14px;
	}

	.newface{
		width:35%;
		max-width:76px;
	}
	.gbiu_icon .g_icon span{
		padding:0 5px;
		font-size:10px;
		line-height:22px;
	}
	.g_cast_time,
	.g_sche_time{
		font-size:13px;
	}

/*-------------------------------------
■ footer
-------------------------------------*/
	.footer_inner_up a{
		margin:0 auto;
		width:130px;
		height:46px;
		line-height:46px;
		color:#fff;
		background:#f60;
		transition:none;
	}
	.footer_inner_up a:hover{background:#f60}

	.fiu_box{
		padding-top:30px;
		padding-bottom:40px;
	}
/* Footer inner left */
	.fiub_l{
		margin-bottom:30px;
		padding-top:20px;
	}
	.fl_logo{
		margin:0 auto;
		width:100%;
		max-width:500px;
	}
	.fl_tel{
		height:auto;
		font-size:6vw;
	}
	.fl_tel span{
		height:auto;
		line-height:inherit;
		padding:2% 0;
	}

/* Footer inner right */
	.fiub_r_up{
		min-height:auto;
	}
	.fr_menu_title{
		text-align:center;
	}
	.fr_menu_box,
	.fr_menu_box ul,
	.fr_menu_box ul li{
		padding:0;
	}
	.fr_menu_box ul{
		display:flex;
		flex-wrap:wrap;
		justify-content:center;
		padding-bottom:5px;
	}
	.fr_menu_box ul li{
		width:48%;
		margin-left:4%;
	}
	.fr_menu_box ul li:nth-child(2n+1){
		margin-left:0;
	}
	.fr_menu_box ul li a{
		display:block;
		padding:0 0 15px;
		text-align:center;
	}
	.fr_menu_box ul li:nth-child(1) a,
	.fr_menu_box ul li:nth-child(2) a{
		padding-top:15px;
	}
	.fr_menu_box ul li a span{
		font-size:20px;
		color:#fff;
		background:#f90 url(../img/menu_bg.png) repeat-x center center;
		transition:none;
	}
    .fr_menu_box ul li:nth-child(9),.fr_menu_box ul li:nth-child(10){
        width:48%;}
   /* .fr_menu_box ul li:nth-child(9) a span,.fr_menu_box ul li:nth-child(10) a span{font-size:11px;}
   */
    
	.fr_menu_box ul li a:hover span{background:#f90 url(../img/menu_bg.png) repeat-x center center}

	.fr_text{
		padding:30px 10px;
	}

/* Footer icon */
	.footer_icon_box{
		text-align:center;
	}
	.footer_icon_box li.fib_card{
		display:block;
		margin:20px auto 0;
	}
	.footer_icon_box li.fib_card a{
		width:auto;
		height:auto;
	}

	.footer_icon_box li.fib_line a,.footer_icon_box li.fib_twitter a,.footer_icon_box li.fib_instgram a{transition:none}
	.footer_icon_box li.fib_line a,.footer_icon_box li.fib_line a:hover{background:#00b900}
	.footer_icon_box li.fib_twitter a,.footer_icon_box li.fib_twitter a:hover{background:#438dc4}
	.footer_icon_box li.fib_instgram a,.footer_icon_box li.fib_instgram a:hover{background:#c63e8b}

	.footer_icon_box li.fib_card a img:last-child{
		opacity:1;
	}
}










@-webkit-keyframes blink{
	0%{opacity:0}
	100%{opacity:1}
}
@keyframes blink{
	0%{opacity:0}
	100%{opacity:1}
}
.blinking{animation:blink 1.2s ease-in-out infinite alternate}

@-webkit-keyframes fluffy1{
	0%{transform:translateY(0)}
	5%{transform:translateY(0)}
	10%{transform:translateY(0)}
	20%{transform:translateY(-10px)}
	25%{transform:translateY(0)}
	30%{transform:translateY(-10px)}
	50%{transform:translateY(0)}
	100%{transform:translateY(0)}
}
@keyframes fluffy1{
	0%{transform:translateY(0)}
	5%{transform:translateY(0)}
	10%{transform:translateY(0)}
	20%{transform:translateY(-10px)}
	25%{transform:translateY(0)}
	30%{transform:translateY(-10px)}
	50%{transform:translateY(0)}
	100%{transform:translateY(0)}
}
.fluffy{animation:fluffy1 3s ease infinite}

@-webkit-keyframes ifex{
	0%{-webkit-transform:scale(.5);transform:scale(.5)}
	25%,55%{-webkit-transform:scale(1);transform:scale(1)}
}
@keyframes ifex{
	0%{transform:scale(.5)}
	25%,55%{transform:scale(1)}
}
.icon_fex img{
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
.icon_fex{
	width:29%;
	animation:ifex 2s ease 0s infinite normal
}