
header{	height: 90px;}
#homelink{	top: 25px;}

h1{
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: -300px;
}

h2{
	font-size: 10px;
	line-height: 10px;
	text-align: center;
	color: #c2a880;
	padding: 10px 0;
}

#top_nav{
	display: inline-block;
	vertical-align: top;
	width: auto;
	height: 55px;
	font-size: 0;
	line-height: 0;
	text-align: right;
	position: absolute;
	z-index: 9999;
	top: 30px;
	right: calc(50% - 315px);
	margin: 0;
	padding: 0;
}

#top_nav a{
	display: inline-block;
	vertical-align: top;
	width: 55px;
	height: 55px;
	font-size: 11px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	border-radius: 3px;
	margin: 0 0 0 5px;
	padding-top: 36px;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
	border-width: 1px;
	border-style: solid;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#top_nav a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#top_nav a:nth-of-type(1){
	background: url(img/top_nav3.png) no-repeat #ff6026;
	background-size: 55px auto;
}
#top_nav a:nth-of-type(2){
	background: url(img/top_nav1.png) no-repeat #ffc408;
	background-size: 55px auto;
}
/*
#top_nav a:nth-of-type(2){
	background: url(img/top_nav2.png) no-repeat #00cd27;
	background-size: 55px auto;
}*/

@media screen and (max-width: 650px) {
	#homelink{	left: 0;}
	#top_nav{	right: 10px;}
	#top_nav a{
		display: inline-block;
		vertical-align: top;
		width: 45px;
		height: 45px;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		color: #fff;
		border-radius: 3px;
		margin: 0 0 0 2px;
		padding-top: 30px;
	}
	#top_nav a:nth-of-type(1){
		background: url(img/top_nav3.png) no-repeat #ff6026;
		background-size: 45px auto;
	}
	#top_nav a:nth-of-type(2){
		background: url(img/top_nav1.png) no-repeat #ffc408;
		background-size: 45px auto;
	}
}

.top_open{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	margin: 0 0 10px 0;
	-webkit-background-size: 2px 2px;
	-moz-background-size: 2px 2px;
	background-size: 2px 2px;
	background-color: #fff3b9;
	background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, #ffe566), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(#ffe566 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(#ffe566 50%, transparent 50%, transparent);
	background-image: linear-gradient(#ffe566 50%, transparent 50%, transparent);
}

.cnt{	padding: 0 0 0 0;}

.s_title{	margin-bottom: 20px;}

.img_bg{
	position: relative;
	margin: 0 10px 10px 10px;
}
.img_bg .bx-wrapper .bx-pager.bx-default-pager{	padding: 10px 0;}
.imgup img{
	width: 100%;
	max-width: 1120px;
	vertical-align: middle;
}
.sp_slide .bx-wrapper{	position: static;}
.sp_slide .bx-wrapper .bx-pager{	bottom: 5px;}


/** top_menu **/

.top_menu{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 10px 0;
	padding: 1px 0.5px;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.top_menu a{
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: calc(100% / 3 - 1px);
	height: 48px;
	margin: 0 0.5px 1px 0.5px;
	background: rgb(243,194,36);
	background: linear-gradient(60deg, rgba(243,194,36,1) 0%, rgba(255,220,107,1) 50%, rgba(243,194,36,1) 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.top_menu a:nth-of-type(n + 7){	margin-bottom: 0;}
.top_menu a.res{	background: #ff6026;}
.top_menu a.res span,
.top_menu a.res em{	color: #fff;}
.top_menu a.res span:before{	display: none;}

.top_menu a span{
	position: relative;
	font-family: 'Libre Caslon Display', serif;
	font-size: 17px;
	line-height: 20px;
	color: rgba(255,96,38, 1);
}

.top_menu a span:before{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: attr(title);
    color: rgba(255,143,69,1);
    -webkit-mask-image: -webkit-linear-gradient(top, rgba(255,143,69,0) 20%, rgba(255,143,69,1) 40%, rgba(255,143,69,0) 80%);
}

.top_menu a em{
	width: 100%;
	font-size: 15px;
	line-height: 16px;
	color: #333;
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: 500;
}



/** movie **/

.movie{
	padding: 20px;
}

.movie-wrap{
	position: relative;
	z-index: 2;
	font-size: 0;
	line-height: 0;
}

.movie-wrap video{
	width: 100%;
	height: auto;
}



/** list **/

#wait{
	padding: 20px 0 30px 0;
}

#wait .bt{
	margin: 18px 0 0 0;
}

#newface,
#rank{	padding: 20px 0 0 0;}

#newface .list,
#rank .list{
	display: block;
	font-size: 0;
	line-height: 0;
	width: auto;
	height: auto;
	padding-bottom: 30px;
	white-space: nowrap;
	overflow: hidden;
	overflow-x: scroll;
	text-align: left;
}


#newface .list .cbox,
#rank .list .cbox{
	display: inline-block;
	vertical-align: top;
	width: calc(90% / 4 - 2px);
	min-width: 97px;
	margin: 0 1px !important;
}

.list .cbox .size{
	font-size: 11px;
}
.list .cbox .size span{	color: #ff6026;}
@media screen and (max-width: 650px) {
	.list .cbox .size{
		font-size: 2vw;
		line-height: 1.2;
	}
}
@media screen and (max-width: 460px) {
	.list .cbox .size{
		font-size: 3vw;
	}
}


/** info **/

.info{
	padding: 20px 20px 30px 20px;
}

.info .s_title{	margin-bottom: 0;}

.infobox{
	display: block;
	text-align: left;
	padding: 10px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.infobox em{
	display: block;
	font-size: 12px;
	line-height: 18px;
}
.infobox em i{
	font-style: normal;
}

.infobox span{
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.info .bt{	margin-top: 20px;}


/** maga **/

.maga{
	padding: 20px 20px 30px 20px;
}

.maga_p{
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 20px 0;
}

.maga_input{
	margin: 0 0 20px 0;
}

.maga_input input[type="email"]{
	width: 100%;
	font-family		: Meiryo,"MS PGothic",Osaka,Serif;
	padding			: 6px;
	font-size		: 16px;
	line-height: 26px;
	border			: 1px solid #ccc;
	border-radius		: 3px;
	-webkit-border-radius	: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.maga_input input::placeholder,
.maga_input textarea::placeholder{	color: #ccc;}
.maga_input input:-ms-input-placeholder,
.maga_input textarea:-ms-input-placeholder{	color: #ccc;}
.maga_input input::-ms-input-placeholder,
.maga_input textarea::-ms-input-placeholder{	color: #ccc;}

.maga_bt{
	font-size: 0;
	line-height: 0;
}

.maga_bt .bt{
}


/********************************************************************* KOKOkara **/

.maga a.linetm_bt{
	display: flex;
	flex-wrap: wrap;
	width: 280px;
	height: 60px;
	align-items: center;
	align-content: center;
	justify-content: center;
	text-align: center;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.maga .linetm_bt .linetm_bt1{
	width: 100%;
	font-size: 18px;
	line-height: 20px;
	padding: 2px 0;
}
.maga .linetm_bt .linetm_bt1:only-child{	padding: 0;}
.maga .linetm_bt .linetm_bt1 i{
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	line-height: 28px;
	margin: -2px 5px 0 0;
	border-radius: 50%;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.maga .linetm_bt .linetm_bt2{
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
	width: 100%;
	font-size: 10px;
	font-weight: normal;
	line-height: 10px;
}

/********************************************************************* KOKOmade **/



/** wid **/

.wid,
.twitter{
	padding: 20px 0 0 0;
}

.wid_in,
.twitter_in{
	font-size: 0;
	line-height: 0;
}

.twitter_in{
	padding: 0 20px 30px 20px;
}


/** sns_info **/

.sns_info{
	padding: 20px 20px 30px 20px;
}

.sns_info h3{}

.sns_info h4{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	width: 110px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: center;
	border-radius: 12px;
	margin: 0 0 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sns_info h4:before,
.sns_info h4:after{
	content: '';
	width: 85px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-color: currentColor;
	position: absolute;
	top: 12px;
}
.sns_info h4:before{	left: -85px;}
.sns_info h4:after{	right: -85px;}

.sns_info p{
	font-size: 14px;
	line-height: 22px;
	text-align: left;
	margin: 0 0 15px 0;
}

.linksite_bt{
	width: 280px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 auto;
	padding: 0 0 15px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.linksite_bt > a{
	display: inline-block;
	vertical-align: top;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin: 0 10px;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.linksite_bt > a:hover{
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.linksite_bt1{	background: url(../img/tmp/sns_bt1.png) no-repeat top center #000;	background-size: 60px auto;}
.linksite_bt2{
	background: url(../img/tmp/sns_bt2.png) no-repeat top center, rgb(255,221,131);
	background: url(../img/tmp/sns_bt2.png) no-repeat top center, linear-gradient(45deg, rgba(255,221,131,1) 15%, rgba(242,105,57,1) 37%, rgba(207,46,146,1) 63%, rgba(76,100,211,1) 85%);
	background-size: 60px auto;
}
.linksite_bt3{	background: url(../img/tmp/sns_bt3.png) no-repeat top center #daa915;	background-size: 60px auto;}
.linksite_bt4{	background: url(../img/tmp/sns_bt4.png) no-repeat top center #00b900;	background-size: 60px auto;}
.linksite_bt5{	background: url(../img/tmp/sns_bt5.png) no-repeat top center #ff9900;	background-size: 60px auto;}

.linksite_btblog .material-icons{line-height: 60px;}



/** shopinfo **/

.shopinfo{
	padding: 0 20px 30px 20px;
}

.shopinfo h3{
	font-size: 20px;
	line-height: 24px;
	padding: 30px 0;
}

.shopinfo dl{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.shopinfo dl:first-of-type{
	border-top-width: 1px;
	border-top-style: solid;
}

.shopinfo dt,
.shopinfo dd{
	display: table-cell;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0;
}

.shopinfo dt{	width: 75px;}

.shopinfo dd{}
.shopinfo dd a, .shopinfo dd a:hover{
	width: auto;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	padding: 0 7px;
	border-radius: 8px;
	margin-left: 5px;
}
.shopinfo dd a[href^="tel:"]{
	display: inline;
	font-size: 14px;
	line-height: 18px;
	color: currentColor;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.shopinfo dd .gr_link{
	position: relative;
	margin: 0 0 3px 0;
	padding: 0 0 0 18px;
}
.shopinfo dd .gr_link:last-of-type{	margin-bottom: 0;}
.shopinfo dd .gr_link .material-icons{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	position: absolute;
	top: 2px;
	left: 0;
}
.shopinfo dd .gr_link a{
	display: inline;
	font-size: 14px;
	margin: 0;
	padding: 0;
	border-radius: 0;
	text-decoration: underline;
}
.shopinfo dd .gr_link a:hover{	text-decoration: none;}


/** blog **/

#blog{
	padding: 20px 20px 20px 20px;
}

#blog .s_title{	margin-bottom: 0;}

.blogbox{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	text-align: left;
	padding: 20px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.blogbox_l{
	width: 85px;
	margin-right: 10px;
}
.blogbox_l img{
	width: 85px;
	height: auto;
}

.blogbox_r{
	width: calc(100% - 95px);
}

.blogbox_r .blog_name{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 10px 0;
}

.blogbox_r .blog_name .blog_img{
	width: 40px;
	margin-right: 10px;
}
.blogbox_r .blog_name .blog_img span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
.blogbox_r .blog_name .blog_img span img{
	width: 100%;
	height: auto;
}

.blogbox_r .blog_name p{
	width: calc(100% - 50px);
	font-size: 11px;
	line-height: 14px;
}
.blogbox_r .blog_name p a{	color: #ff6026;}

.blogbox h4{
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
}

.blogbox .blog_txt{
	font-size: 13px;
	line-height: 20px;
	margin: 0 0 10px 0;
}

.blogbox .bt{
	width: 110px;
	font-size: 14px;
	padding: 0;
}

#blog > .bt{	margin-top: 20px;}


/** review **/

#review{
	padding: 20px 20px 20px 20px;
}

#review .s_title{	margin-bottom: 20px;}

.review_top{
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	justify-content: flex-start;
	width: 100%;
	height: 48px;
	text-align: left;
	margin: 0 0 12px 0;
	padding: 0 10px 10px 7px;
	color: #fff;
	background: #ba9f70;
	border-top: 2px solid #e7cea2;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.review_top_l{
	width: 38px;
	padding: 6px 0 0 0;
}
.review_top_l span{
	font-size: 34px;
	line-height: 34px;
}

.review_top_r{
	width: calc(100% - 38px);
	font-size: 12px;
	line-height: 16px;
	padding: 8px 0 0 0;
}
.review_top_r span{	color: #624717;}

.reviewbox{
	text-align: left;
	margin: 0 0 20px 0;
	background: #fff6da;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.reviewbox:last-of-type{	margin-bottom: 0;}

.review_name{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0 15px;
}

.review_name .review_img{
	width: 40px;
	margin-right: 10px;
}
.review_name .review_img span{
	display: inline-block;
	vertical-align: top;
	width: 40px;
	height: 40px;
	overflow: hidden;
	border-radius: 50%;
}
.review_name .review_img span img{
	width: 100%;
	height: auto;
}

.review_name p{
	width: calc(100% - 50px);
	font-size: 11px;
	line-height: 14px;
}
.review_name p a{	color: #ff6026;}

.reviewbox .review_txt{
	font-size: 16px;
	line-height: 22px;
	margin: 0 0 10px 0;
	padding: 0 15px;
}

.reviewbox .bt{
	width: auto;
	font-size: 14px;
	padding: 0 10px;
	margin: 0 0 15px 15px;
}

#review > .bt{	margin-top: 20px;}


/** btm bnr **/

#btm_etc_link_no{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 10px 0 0 0;
	padding: 0;
}

#btm_etc_link{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 20px 0 0 0;
	padding: 0;
}

#btm_etc_link a{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 40px;
	margin: 0 5px 10px 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#btm_etc_link .bg_k1{
	display: inline-block;
	vertical-align: top;
	width: 200px;
	height: 40px;
	margin: 0 5px 10px 5px;
	padding: 0;
	text-align: center;
	-webkit-transition	: 0.2s ease-in-out;
	-moz-transition	: 0.2s ease-in-out;
	-o-transition	: 0.2s ease-in-out;
	transition		: 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#btm_etc_link .bg_k1 span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 16px;
	border-radius: 0;
  	-moz-border-radius	: 0;
   	-webkit-border-radius	: 0;
   	-webkit-box-sizing: border-box;
   	   -moz-box-sizing: border-box;
   	        box-sizing: border-box;
}

#btm_etc_link .bg_k1 span em{
	border-radius		: 0;
  	-moz-border-radius	: 0;
   	-webkit-border-radius	: 0;
}

#btm_etc_link .bg_k1:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#btm_etc_link div.no{
	width: 200px;
	height: 40px;
	display: none;
}

#btm_etc_link a:first-child,
#btm_etc_link div.no:first-child,
#btm_etc_link a:nth-child(6n),
#btm_etc_link div.no:nth-child(6n){
	margin-left: 5px;
}
#btm_etc_link a:last-child,
#btm_etc_link div.no:last-child,
#btm_etc_link a:nth-child(5n),
#btm_etc_link div.no:nth-child(5n){
	margin-right: 5px;
}
	#btm_etc_link a > img{	width: 200px; height: 40px;}
	#top_link_sp{
		display: block;
		margin: 0 0;
		padding-top: 30px;
		text-align: center;
	}




.midimg{
	font-size: 0;
	line-height: 0;
	text-align: center;
}
.midimg img{
	width: 100%;
	height: auto;
}

.midtxt{
	font-size: 0;
	line-height: 0;
}
.midtxt a{
	display: block;
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	padding: 30px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.midtxt a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}

.midtxt a span{	color: #c55585;}
.midtxt a em{	color: #3d42c0;}
.midtxt a .pc_none{	display: none;}


/** area_slider **/

.area_slider{
	background: none !important;
	padding: 20px 0;
}
.area_slider .slider img {
    width:100%;
    height:auto;
}
.area_slider .slider .slick-slide {
    margin:0 5px;
}

.group_box{
	margin-top: 30px;
	font-size: 0;
	line-height: 0;
}
.group_box a{
	display: block;
	margin: 0 0 10px 0;
}
.group_box a:last-of-type{	margin-bottom: 0;}
.group_box a img{
	width: 100%;
	height: auto;
}



/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 650px) {
	#newface .list .cbox,
	#rank .list .cbox{
		width: calc(90% / 3 - 2px);
	}

	#newface .list::-webkit-scrollbar,
	#rank .list::-webkit-scrollbar{
		display: none;
	}
	.midtxt a .sp_none{	display: none;}
	.midtxt a .pc_none{	display: inline;}
	.top_menu a span{
		font-size: 3.2vw;
		line-height: 1.2;
	}
	.top_menu a em{
		font-size: 2.7vw;
		line-height: 1;
	}
}
@media screen and (max-width: 500px) {
	.top_menu a span{
		font-size: 4.2vw;
	}
	.top_menu a em{
		font-size: 3.2vw;
	}
	.top_menu a.tm_cast em{
		font-size: 2.2vw;
	}
}

@media screen and (max-width: 460px) {
	#newface .list .cbox,
	#rank .list .cbox{
		width: calc(90% / 2 - 2px);
	}
	.midtxt a{
		font-size: 20px;
		line-height: 30px;
	}
}
