
/*=================================================
 * CSS for PC
 * ================================================= */

/***************************************
BOX
****************************************/
.cnt{
	border: 1px solid #fff;
	box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-moz-box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-webkit-box-shadow:0px 0px 2px 0px #999,0px 0px 0px 1px #ececec inset;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/***************************************
TABLE LINK BOX
****************************************/
.tbl{}

.tblbox{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	color: #333;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow:0px 0px 0px 2px #ececec inset;
	-moz-box-shadow:0px 0px 0px 2px #ececec inset;
	-webkit-box-shadow:0px 0px 0px 2px #ececec inset;
}

.tblbox:hover{	text-decoration: none;}

.tblbox_l,
.tblbox_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.tblbox_l{
	width: 74px;
	padding: 7px;
	text-align: center;
}

.tblbox_l img{
	width: 60px;
	height: auto;
	border: 2px solid #ddd;
	border-radius: 3px;
}

.tblbox_r{
	padding: 0 5px 0 0;
}

.tblbox_r p{
	font-size: 11px;
	line-height: 14px;
	padding: 0 0 5px 0;
}

.tblbox_r p:first-child{
	font-size: 12px;
}

.tblbox_r p:last-child{
	padding-bottom: 0;
}


/***************************************
GAL
****************************************/

.result{
	font-size: 12px;
	line-height: 25px;
	text-align: center;
	margin: 0 10px 15px 10px;
	background: #f5f5f5;
	border-radius: 2px;
}

.result span{	color: #ff0000;}

.gal{
	text-align: left;
	padding-left: 5px !important;
}

.gal .gal_div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #333;
	padding: 1px;
	border: 1px solid #dddddd;
	border-radius: 5px;
}

.gal .gal_div .p1{
	font-size: 11px;
	line-height: 17px;
	text-align: center;
	border-top: 1px dotted #dddddd;
}

.gal .gal_div .p1.shop > a,
.gal .gal_div .p1.shop > span{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}
.block4 .gal_div .p1.shop > a, .block4 .gal_div .p1.shop > span{	width: 140px;}
.block5 .gal_div .p1.shop > a, .block5 .gal_div .p1.shop > span{	width: 130px;}
.block6 .gal_div .p1.shop > a, .block6 .gal_div .p1.shop > span{	width: 105px;}
.block7 .gal_div .p1.shop > a, .block7 .gal_div .p1.shop > span{	width: 139px;}
.block8 .gal_div .p1.shop > a, .block8 .gal_div .p1.shop > span{	width: 126px;}

.gal .gal_div .p1 span{	color: #999999;}

.gal .gal_div .p1.shop span{	color: #333333;}

.gal .gal_div .p1:nth-of-type(n + 3){
	font-size: 10px;
}

.gal .gal_div .p1.mtitle{
	position: relative;
	font-weight: bold;
	text-align: left;
	padding-left: 2px;
}
.gal .gal_div .p1.mtitle a{	color: #333;}
.gal .gal_div .p1.mtitle+.p1.name{	font-size: 11px !important;}

.mi {
position: relative;
display: inline-block;
vertical-align: top;
margin: 1px 3px 0 0;
}
.mi:before, .mi:after {
content: '';
position: absolute;
display: block; }
.mi i {
position: absolute; }
.mi i:before, .mi i:after {
content: '';
position: absolute;
display: block; }

.film.mi {
width: 11px;
height: 12px;
border: solid 1px #333333; }
.film.mi:before {
left: -4px;
top: -1px;
width: 2px;
height: 2px;
background-color: #333333;
box-shadow: 0 3px 0 0 #333333, 0 6px 0 0 #333333, 0 9px 0 0 #333333, 0 12px 0 0 #333333, 17px 0px 0 0 #333333, 17px 3px 0 0 #333333, 17px 6px 0 0 #333333, 17px 9px 0 0 #333333, 17px 12px 0 0 #333333; }
.film.mi:after {}
.film.mi.filled {
background-color: #333333; }
.film.mi.filled:after {
border-left: solid 5px white; }

.gal .gal_div .p1 .mi{ transform:scale(0.7);}




.gal_div .div1{
	text-align: center;
	font-size: 10px;
	line-height: 16px;
	border-top: 1px dotted #dddddd;
	padding: 3px 2px 2px 2px;
}

.gal_div .div1 span{
	display: block;
	background: #ececec;
	border: 1px solid #dddddd;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
}

.gal_div .div1 em{
	color: #ff0000;
	letter-spacing: -0.2px;
}

.gal .gal_div .cou{
	width: -webkit-calc(100% - 2px);
	width: -moz-calc(100% - 2px);
	width: calc(100% - 2px);
	background: rgba(255, 0, 0, 0.8);
	color: #fff;
	text-align: center;
}

.gal .gal_div .cou p{
	margin-top: -10px;
	-webkit-transform: rotate(-15deg);
	transform: rotate(-15deg);
}

.gal .gal_div .aarea{
	display: inline-block;
	vertical-align: top;
	width: 75px;
	font-size: 10px;
	line-height: 11px;
	text-align: center;
	color: #fff;
	background: rgba(166, 122, 75, 0.9);
	padding: 2px 2px;
	position: absolute;
	top: 3px;
	left: calc(50% - 39.5px);
}

.gal_div:hover{
	text-decoration: none;
}

.gal .gal_div .img img{
	border-radius: 3px;
	-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;
}


/* block4 */
.block4{
	text-align: left;
}
.block4 .gal_div{
	margin: 0 8px 10px 0;
}
.block4 .gal_div:nth-of-type(4n){
	margin-right: 0;
}
.block4 .gal_div .icon img{
	width: 35px;
	height: auto;
}
.block4 .gal_div .cou{
	height: 47px;
	font-size: 30px;
	line-height: 47px;
	position: absolute;
	top: 142px;
	left: 1px;
}
.block4 .gal_div .cou em{
	font-size: 52px;
}
.block4 .gal_div .img{
	padding-bottom: 1px;
}
.block4 .gal_div .img img{
	width: 140px;
	height: auto;
}
.block4 .gal_div .icon{
	position: absolute;
	top: 175px;
	right: 2px;
}

/* block5 */
.block5{
	text-align: left;
}
.block5 .gal_div{
	margin: 0 7px 10px 0;
}
.block5 .gal_div:nth-of-type(5n){
	margin-right: 0;
}
.block5 .gal_div .icon img{
	width: 35px;
	height: auto;
}
.block5 .gal_div .cou{
	height: 47px;
	font-size: 30px;
	line-height: 47px;
	position: absolute;
	top: 106px;
	left: 1px;
}
.block5 .gal_div .cou em{
	font-size: 52px;
}
.block5 .gal_div .img{
	padding-bottom: 1px;
}
.block5 .gal_div .img img{
	width: 130px;
	height: auto;
}
.block5 .gal_div .icon{
	position: absolute;
	top: 139px;
	right: 2px;
}

/* block5 sdd */
.block5.sdd{
	padding-left: 10px;
}
.block5.sdd .gal_div .img img{
	width: 126px;
	height: auto;
}
.block5.sdd .gal_div .icon{
	position: absolute;
	top: 134px;
	right: 2px;
}
.block5.sdd .gal_div .today{
	position: absolute;
	top: 119px;
	left: 1px;
}
.block5.sdd .gal_div .today img{
	width: 50px;
	height: auto;
}

/* block6 */
.block6 .gal_div{
	margin: 0 5px 10px 5px;
}
.block6 .gal_div .cou{
	height: 36px;
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	left: 1px;
	bottom: 10px;
}
.block6 .gal_div .cou em{
	font-size: 40px;
}
.block6 .gal_div .img img{
	width: 105px;
	height: auto;
}
.block6 .gal_div .icon{
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.block6 .gal_div .icon img{
	width: 25px;
	height: auto;
}
.block6 .gal_div:first-of-type{	margin-left: 0;}
.block6 .gal_div:last-of-type{	margin-right: 0;}

/* block7 */
.block7 .gal_div{
	margin: 0 5px 10px 5px;
}
.block7 .gal_div .cou{
	height: 46px;
	font-size: 24px;
	line-height: 52px;
	position: absolute;
	top: 140px;
	left: 1px;
}
.block7 .gal_div .cou em{
	font-size: 50px;
}
.block7 .gal_div .img{
	padding-bottom: 1px;
}
.block7 .gal_div .img a{
	display: block;
	min-height: 139px;
}
.block7 .gal_div .img img{
	width: 139px;
	height: auto;
}
.block7 .gal_div .icon{
	position: absolute;
	top: 150px;
	right: 2px;
}
.block7 .gal_div .icon img{
	width: 35px;
	height: auto;
}
.block7 .gal_div .today{
	position: absolute;
	top: 136px;
	left: 1px;
}
.block7 .gal_div .today img{
	width: 50px;
	height: auto;
}

/* block8 */
.block8 .gal_div{
	margin: 0 5px 10px 5px;
}
.block8 .gal_div .cou{
	height: 36px;
	font-size: 24px;
	line-height: 40px;
	position: absolute;
	left: 1px;
	bottom: 10px;
}
.block8 .gal_div .cou em{
	font-size: 40px;
}
.block8 .gal_div .img{
	padding-bottom: 1px;
}
.block8 .gal_div .img img{
	width: 126px;
	height: auto;
}
.block8 .gal_div .icon{
	position: absolute;
	bottom: 2px;
	right: 2px;
}
.block8 .gal_div .icon img{
	width: 25px;
	height: auto;
}
.block8 .gal_div .today{
	position: absolute;
	top: 119px;
	left: 1px;
}
.block8 .gal_div .today img{
	width: 50px;
	height: auto;
}
.gal .gal_div .u_yen{
	width: calc(100% - 2px);
	font-family: "FontA";
	font-size: 34px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: rgba(255, 0, 0, 0.8);
	position: absolute;
	z-index: 2;
}
.gal .gal_div .u_yen em{	font-size: 22px;}

.block8 .gal_div .u_yen{
	position: absolute;
	top: 119px;
	left: 1px;
}

.gal .gal_div .rticon{
	width: calc(100% - 2px);
	height: 25px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: center;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	color: #ffff00;
	background: rgba(0, 144, 255, 0.8);
	position: absolute;
	z-index: 2;
	left: 1px;
}
.gal .gal_div .rticon br{	display: none;}

#u_challenge .gal_div .rticon{	top: 139px;}
#u_challenge .gal_div .icon{ bottom: 39px !important;}
#u_challenge .gal_div .p1+.p1.shop+.div1+.icon,
#u_challenge .gal_div .u_yen+.icon,
#u_challenge .gal_div .rticon+.icon{ bottom: 63px !important;}
#u_challenge .gal_div .p1+.p1.shop+.rticon+.icon{ bottom: 39px !important;}
#u_challenge .u_ch_sche .gal_div .icon{	bottom: 45px !important;}
#u_challenge .gal_div .icon img{	width: 35px !important;}

#pub .gal_div .rticon{	top: 156px;}
#pub .gal_div .u_yen{
	position: absolute;
	top: 136px;
	left: 1px;
}
#pub .gal_div .u_yen em{	font-size: 22px;}

#movie_trim .gal_div .img{
	border-radius: 3px;
	overflow: hidden;
}

#movie_trim .gal_div .img a{
	display: block;
	position: relative;
	width: 139px;
	height: 0;
	min-height: auto;
	padding-bottom: 133%;
	overflow: hidden;
}
#movie_trim .gal_div .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 179%;
	max-height: initial;
}
#movie_trim .gal_div .img img:hover{	border-radius: 0;}


/** mvlist **/

.mvlist{
	text-align: left;
	overflow: hidden;
}
.mvlist_in{
	white-space: nowrap;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.mvlist .mv_div{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 0 0;
}

.mvlist .mv_div .img{
	position: relative;
	margin: 0 0 4px 0;
}
.mvlist .mv_div .img .img_a{	cursor: pointer;}
.mvlist .mv_div .img img{
	border-radius: 0;
	-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;
}

.mvlist .mv_div .img img:hover{
	 filter: grayscale(100%);
	 border-radius: 20px;
}

.mvlist .mv_div .img .minfo{
	width: 100%;
	height: 25px;
	color: #fff;
	background: rgba(0, 0, 0, 0.8);
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	justify-content: space-between;
	padding: 0 5px;
	position: absolute;
	bottom: 0;
	left: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.mvlist .mv_div .img .minfo > span{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}

.mvlist .mv_div .img .minfo .m1{}
.mvlist .mv_div .img .minfo .m2{}
.ic{
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.ic:before, .ic:after {
content: '';
position: absolute;
display: block; }
.ic i {
position: absolute; }
.ic i:before, .ic i:after {
content: '';
position: absolute;
display: block; }
.eye.ic {
	margin: -1.5px 3px 0 0;
width: 12px;
height: 12px;
border-radius: 70% 15%;
border: solid 1px #fff;
-webkit-transform: rotate(45deg);
transform: rotate(45deg); }
.eye.ic:before {
display: inline-block;
vertical-align: top;
width: 6px;
height: 6px;
border-radius: 50%;
border: solid 1px #fff;
left: 2px;
top: 2px; }
.eye.ic.filled:before {
background-color: #fff; }
.eye.ic.filled2 {
background-color: #fff; }
.eye.ic.filled2:before {
background-color: white; }
.eye.ic.filled3 {
background-color: #fff; }
.eye.ic.filled3:before {
border-color: white; }
.mvlist .mv_div .img .minfo .m1 .eye.ic{ transform: rotate(45deg) scale(0.8); }

.heart-solid.ic{
	margin-right: 3px;
display: inline-block;
vertical-align: middle;
color: #fff;
width: 9px;
height: 9px;
border-left: solid 1px currentColor;
border-bottom: solid 1px currentColor;
background-color: currentColor;
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}
.heart-solid.ic:before {
content: '';
position: absolute;
top: -5px;
left: -1px;
width: 8px;
height: 5px;
border-radius: 5px 5px 0 0;
border-top: solid 1px currentColor;
border-left: solid 1px currentColor;
border-right: solid 1px currentColor;
background-color: currentColor;
}
.heart-solid.ic:after {
content: '';
position: absolute;
top: 0px;
left: 8px;
width: 5px;
height: 8px;
border-radius: 0 5px 5px 0;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
border-bottom: solid 1px currentColor;
background-color: currentColor;
}
.mvlist .mv_div .img .minfo .m2 .heart-solid.ic{ transform: rotate(-45deg) scale(0.7); }

.mvlist .mv_div .mtitle{
	position: relative;
	font-size: 13px;
	font-weight: bold;
	line-height: 17px;
	text-align: left;
	padding-left: 2px;
}
.mvlist .mv_div .mtitle a{	color: #333;}
.mvlist .mv_div .mtitle .mi{ transform:scale(0.7);}


/** mvlist **/
.mvlist.sp_size .mv_div .img{
	position: relative;
	margin: 0 0 2px 0;
}
.mvlist.sp_size .mv_div .img a{
	display: block;
	position: relative;
	width: 118px;
	height: 0;
	padding-bottom: 133%;
	overflow: hidden;
}
.mvlist.sp_size .mv_div .img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: initial;
}
.mvlist.sp_size .mv_div .img img:hover{	border-radius: 0;}
.mvlist.sp_size .mv_div .img .minfo{
	width: 100%;
	height: 22px;
}
.mvlist.sp_size .mv_div .img .minfo > span{
	font-size: 10px;
	font-weight: bold;
	line-height: 12px;
}
.mvlist.sp_size .mv_div .mtitle{
	font-size: 10px;
}


/***************************************
COUPON ICON
****************************************/
.per{
	display: table;
	font-size: 0;
	line-height: 0;
	width: 50px;
	background: url(../img/all/per.png) no-repeat center center;
	-webkit-background-size: 50px 50px;
	background-size: 50px 50px;
}

.per p{
	display: table-cell;
	vertical-align: middle;
	height: 50px;
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	text-align: center;
	padding: 6px 0 0 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.per p em{
	font-size: 22px;
}


/***************************************
EXP ICON
****************************************/

.iconex_1,
.iconex_2,
.iconex_3,
.iconex_4,
.iconex_6,
.iconex_7,
.iconex_8,
.iconex_9,
.iconex_10,
.iconex_11,
.iconex_12{
	position: absolute;
	top: 168px;
	left: 99px;
	width: 40px;
	height: 40px;
	line-height: 1;
	text-align: center;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.iconex_1{	background: rgba(2,169,2,0.7);}
.iconex_2{	background: rgba(0,102,255,0.7);}
.iconex_3{	background: rgba(215,143,3,0.7);}
.iconex_4,.iconex_10{	background: rgba(0,141,146,0.7);}
.iconex_6,.iconex_11{	background: rgba(215,143,3,0.7);}
.iconex_7{	background: rgba(149,155,50,0.7);}
.iconex_8{	background: rgba(149,15,50,0.7);}
.iconex_9{	background: rgba(115,133,191,0.7);}
.iconex_12{	background: rgba(37,198,181,0.7);}

.iconex_1 p:nth-child(1),
.iconex_2 p:nth-child(1),
.iconex_3 p:nth-child(1),
.iconex_4 p:nth-child(1),
.iconex_6 p:nth-child(1),
.iconex_7 p:nth-child(1),
.iconex_8 p:nth-child(1),
.iconex_9 p:nth-child(1),
.iconex_10 p:nth-child(1),
.iconex_11 p:nth-child(1),
.iconex_12 p:nth-child(1){
	color: #ffffff;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin: 8px 0 0 0;
}

.iconex_1 p:nth-child(2),
.iconex_2 p:nth-child(2),
.iconex_3 p:nth-child(2),
.iconex_4 p:nth-child(2),
.iconex_6 p:nth-child(2),
.iconex_7 p:nth-child(2),
.iconex_8 p:nth-child(2),
.iconex_9 p:nth-child(2),
.iconex_10 p:nth-child(2),
.iconex_11 p:nth-child(2),
.iconex_12 p:nth-child(2){
	color: #ffffff;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 0;
}


/** other_exp **/

.other_exp{
	display: table;
	width: 435px;
	font-size: 0;
	line-height: 0;
	margin: 0 auto 15px auto;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.other_exp_l,
.other_exp_r{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.other_exp_l{
	width: 24px;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-align: center;
	color: #999;
	background: #ddd;
	border-radius: 3px 0 0 3px;
	padding: 0 3px;
}

.other_exp_r{
	padding: 10px 5px;
}

.other_exp_r ul{}

.other_exp_r li{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.other_exp_r .photo{
	display: inline-block;
	vertical-align: top;
	padding: 1px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.other_exp_r .photo a,
.other_exp_r .photo span{
	display: inline-block;
	height: 86px;
	overflow: hidden;
	border-radius: 3px;
	-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;
}

.other_exp_r .photo a:hover{
	 filter: grayscale(100%);
	 border-radius: 20px;
}

.other_exp_r .photo img{
	width: 86px;
	height: auto;
}

.other_exp_r .iconex_1,
.other_exp_r .iconex_2,
.other_exp_r .iconex_3,
.other_exp_r .iconex_4,
.other_exp_r .iconex_6,
.other_exp_r .iconex_7,
.other_exp_r .iconex_8,
.other_exp_r .iconex_9,
.other_exp_r .iconex_10,
.other_exp_r .iconex_11,
.other_exp_r .iconex_12{
	position: absolute;
	top: 61px;
	left: 12px;
	width: 65px;
	height: 25px;
	padding-left: 5px;
	border-radius: 12.5px;
	line-height: 1.15;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.other_exp_r .iconex_1 p:nth-child(1),
.other_exp_r .iconex_2 p:nth-child(1),
.other_exp_r .iconex_3 p:nth-child(1),
.other_exp_r .iconex_4 p:nth-child(1),
.other_exp_r .iconex_6 p:nth-child(1),
.other_exp_r .iconex_7 p:nth-child(1),
.other_exp_r .iconex_8 p:nth-child(1),
.other_exp_r .iconex_9 p:nth-child(1),
.other_exp_r .iconex_10 p:nth-child(1),
.other_exp_r .iconex_11 p:nth-child(1),
.other_exp_r .iconex_12 p:nth-child(1){
	display: inline;
	font-size: 22px;
	margin: 0;
}

.other_exp_r .iconex_1 p:nth-child(2),
.other_exp_r .iconex_2 p:nth-child(2),
.other_exp_r .iconex_3 p:nth-child(2),
.other_exp_r .iconex_4 p:nth-child(2),
.other_exp_r .iconex_6 p:nth-child(2),
.other_exp_r .iconex_7 p:nth-child(2),
.other_exp_r .iconex_8 p:nth-child(2),
.other_exp_r .iconex_9 p:nth-child(2),
.other_exp_r .iconex_10 p:nth-child(2),
.other_exp_r .iconex_11 p:nth-child(2),
.other_exp_r .iconex_12 p:nth-child(2){
	display: inline;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 0 0;
}


/***************************************
TITLE
****************************************/
.page_title{
	position: relative;
	height: 60px;
	padding: 3px;
	border: 1px solid #ddd;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background-color: #ececec;
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-position: 0 0, 1px 1px;
	background-size: 2px 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page_title em{
	display: block;
	height: 52px;
	font-size: 18px;
	font-weight: bold;
	line-height: 36px;
	text-align: center;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 26px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.page_title em:after{
	content: "FUCOLLE.COM";
	display: inline-block;
	width: 90px;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	background: #ff3399;
	position: absolute;
	left: 50%;
	bottom: 10px;
	margin-left: -45px;
}

.title,
.title_open{
	position: relative;
	height: 50px;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #ff3399;
	padding: 10px 0 0 37px;
	border: 1px solid #cccccc;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -moz-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -o-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -ms-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: linear-gradient(90deg, #f5f5f5 0%, #ffffff 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.title::before,
.title::after,
.title_open::before,
.title_open::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.title::before,
.title_open::before{
	width: 20px;
	height: 20px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ff3399;
	left: 9px;
}
.title::after,
.title_open::after{
	left: 16px;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 5px solid transparent;
	border-left: 7px solid #fff;
}
.title em:after,
.title_open em:after{
	content: "FUCOLLE.COM";
	font-size: 10px;
	font-weight: normal;
	line-height: 12px;
	letter-spacing: 0.5px;
	color: #666;
	text-align: center;
	position: absolute;
	top: 28px;
	left: 38px;
}

.s_title,
.s_title_open{
	position: relative;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 20px;
	text-align: left;
	color: #ff3399;
	padding: 10px 0 0 30px;
	border: 1px solid #cccccc;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -moz-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -o-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: -ms-linear-gradient(0deg, #f5f5f5 0%, #ffffff 100%);
	background: linear-gradient(90deg, #f5f5f5 0%, #ffffff 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.s_title::before,
.s_title::after,
.s_title_open::before,
.s_title_open::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.s_title::before,
.s_title_open::before{
	width: 15px;
	height: 15px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #ff3399;
	left: 9px;
}
.s_title::after,
.s_title_open::after{
	left: 14px;
	box-sizing: border-box;
	width: 5px;
	height: 5px;
	border: 4px solid transparent;
	border-left: 6px solid #fff;
}

.u_title{
	position: relative;
	height: 45px;
	font-size: 16px;
	font-weight: bold;
	line-height: 18px;
	text-align: center;
	color: #fff;
	background: #a87b47;
	padding: 15px 0 0 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.u_title span{
	display: inline-block;
	font-size: 11px;
	line-height: 12px;
}
.u_title span i{
	font-style: normal;
	color: #333;
}

.col1_title{
	text-align: center;
	border: 1px solid #ccc;
	padding: 10px 0;
	box-shadow:0px 0px 0px 3px #fff inset;
	-moz-box-shadow:0px 0px 0px 3px #fff inset;
	-webkit-box-shadow:0px 0px 0px 3px #fff inset;
	background-color: #ececec;
	background-image: linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(45deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
	background-position: 0 0, 1px 1px;
	background-size: 2px 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.col1_title em{
	position: relative;
	display: inline-block;
	width: 400px;
	height: 70px;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
	border: 1px solid #ddd;
	border-radius: 35px;
	box-shadow:0px 0px 0px 1px #fff inset;
	-moz-box-shadow:0px 0px 0px 1px #fff inset;
	-webkit-box-shadow:0px 0px 0px 1px #fff inset;
	background: -webkit-linear-gradient(0deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	background: -moz-linear-gradient(0deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	background: -o-linear-gradient(0deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	background: -ms-linear-gradient(0deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	background: linear-gradient(90deg, #ececec 0%, #ffffff 50%, #ececec 100%);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.col1_title em:after{
	content: "FUCOLLE.COM";
	display: inline-block;
	width: 90px;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 0.5px;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	background: #ff3399;
	position: absolute;
	left: 50%;
	bottom: 16px;
	margin-left: -45px;
}

.col1_s_title{
	position: relative;
	text-align: center;
	border: 1px solid #ddd;
	padding: 4px;
	background: #f5f5f5;
	margin: 0 10px 20px 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.col1_s_title em{
	position: relative;
	display: block;
	height: 60px;
	font-size: 20px;
	font-weight: bold;
	line-height: 46px;
	color: #ff3399;
	border: 1px solid #ddd;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.col1_s_title em:after{
	content: "FUCOLLE.COM";
	display: inline-block;
	width: 90px;
	clear: both;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	letter-spacing: 0.5px;
	color: #676767;
	text-align: center;
	position: absolute;
	left: 50%;
	bottom: 8px;
	margin-left: -45px;
}

.col1_s_title:before,
.col1_s_title:after{
	content: '';
	width: 50px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	z-index: 2;
	bottom: 20px;
}
.col1_s_title:before{	left: calc(50% - 100px);}
.col1_s_title:after{	right: calc(50% - 100px);}


/***************************************
CATEGORY SELECT
****************************************/

.cate{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	text-align: center;
	border-collapse: separate;
	border-spacing: 9px 0;
	padding: 15px 0;
}

.cate a,
.cate span{
	display: table-cell;
	height: 50px;
	vertical-align: middle;
	font-size: 13px;
	line-height: 16px;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cate span:after,
.cate a.on:after{
	content			: "";
	display			: block;
	clear			: both;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 9px 0 9px;
	border-color: #ff3399 transparent transparent transparent;
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -9px;
}

.cate a{
	color: #333;
	background: #ffffff;
	border: 1px solid #ccc;
	box-shadow:0px 0px 0px 2px #ececec inset;
	-moz-box-shadow:0px 0px 0px 2px #ececec inset;
	-webkit-box-shadow:0px 0px 0px 2px #ececec inset;
	-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;
}

.cate a:hover{
	text-decoration: none;
	background: #ececec;
}

.cate span,
.cate a.on{
	position: relative;
	font-weight: bold;
	color: #fff;
	background: #ff3399;
	border: 1px solid #ff3399;
	box-shadow:0px 0px 0px 2px #ff8cc5 inset;
	-moz-box-shadow:0px 0px 0px 2px #ff8cc5 inset;
	-webkit-box-shadow:0px 0px 0px 2px #ff8cc5 inset;
}

.cate a:first-child,
.cate span:first-child{	margin-left: 0;}
.cate a:last-child,
.cate span:last-child{	margin-right: 0;}

.cate a br,
.cate span br{	display: none;}

.cate a i,
.cate span i{
	display: inline-block;
	font-style: normal;
	font-size: 11px;
	padding: 0 0 0 3px;
}

.cate_sub{
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	margin: 0 9px 15px 9px;
	padding: 10px 0;
	background: #f5f5f5;
	border-radius: 3px;
}
.cate_sub a{
	color: #0066ff;
	text-decoration: underline;
}
.cate_sub a:hover{	text-decoration: none;}

.cate_sub span{
	font-weight: bold;
	color: #fff;
	background: #ff0099;
	padding: 0 3px;
	border-radius: 3px;
}

.cate_sub a,
.cate_sub span{
	display: inline-block;
	vertical-align: top;
	margin: 0 3px;
}

.cate_area+.cate{	padding-top: 0;}



/***************************************
NAME SEARCH
****************************************/

.name_sc{
	margin: 0 9px 15px 9px;
	padding: 15px;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.name_sc input[type="text"]{
	width: 100%;
	border-radius	: 20px;
	padding: 10px 10px 10px 45px;
	font-size		: 15px;
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	line-height		: 20px;
	text-align: left;
	background:  url(../img/all/name_sc.png) no-repeat 15px 50% #ededed;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.name_sc input::placeholder{
	color: #ccc;
	text-align: center;
	text-indent: -35px;
}

.name_sc ul{
	margin-top: 15px;
	border-left: 1px solid #ddd;
}

.name_sc li{
	display: inline-block;
	width: calc(100% / 3);
	padding: 10px;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.name_sc li:nth-of-type(-n+3){
	border-top: 1px solid #ddd;
}
.name_sc li.sccom_bg{	padding: 0;}

.name_sc li a{
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.name_sc li .sccom{
	white-space: normal;
	overflow: auto;
	text-overflow: clip;
	-o-text-overflow: clip;
	-webkit-text-overflow: clip;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	color: #333;
	-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;
}
.name_sc li a.sccom:hover{
	text-decoration: none;
}
.name_sc li a.sccom:hover .name .a_girl{	text-decoration: underline;}

.name_sc li .sccom_l,
.name_sc li .sccom_r{
	height: 52px;
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.name_sc li .sccom_l{
	width: 52px;
	text-align: center;
}

.name_sc li .sccom_l .img{
	display: inline-block;
	vertical-align: top;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	overflow: hidden;
}

.name_sc li .sccom_l .img img{
	width: 35px;
	height: auto;
}

.name_sc li .sccom_r{
	text-align: left;
	padding: 0 5px 0 0;
}

.name_sc li .sccom_r .name{
	font-size: 13px;
	line-height: 14px;
}
.name_sc li .sccom_r .name span{	color: #999;}

.name_sc li .sccom_r .size{
	font-size: 10px;
	line-height: 10px;
	padding: 3px 0 0 0;
}
.name_sc li .sccom_r .size span{	color: #330099;}

#name_table{	margin-right: 6px;}

#name_table input[type="text"]{	width: calc(100% - 3px);}

#name_table ul{
	border: none;
}

#name_table li{
	display: inline-block;
	vertical-align: top;
	width: calc(100% / 3 - 3px);
	margin: 0 3px 3px 0;
	padding: 0;
	border: 1px solid #ddd;
}
#name_table li:nth-of-type(-n+4){
	border-top: 1px solid #ddd;
}

#name_table li a{
	display: inline;
	width: auto;
	font-size: 13px;
	line-height: 14px;
	white-space: normal;
	overflow: visible;
	text-overflow: clip;
	-o-text-overflow: clip;
	-webkit-text-overflow: clip;
}

#name_table .name_sc_table{}
#name_table .name_sc_table{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

#name_table .name_sc_th,
#name_table .name_sc_td{
	display: table-cell;
	vertical-align: middle;
	height: 36px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#name_table .name_sc_th{
	width: 45px;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
	background: #f5f5f5;
	border-right: 1px solid #ddd;
}

#name_table .name_sc_td{
	font-size: 10px;
	line-height: 15px;
	padding: 0 5px;
}
#name_table .name_sc_td:nth-of-type(2) a{	font-size: 13px;}
#name_table .name_sc_td:nth-of-type(2){	border-right: 1px dotted #ddd;}
#name_table .name_sc_td:nth-of-type(3){
	width: 85px;
	text-align: center;
	padding: 0;
}


/***************************************
NEXT
****************************************/
.next{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
}

.next span,
.next a{
	display: inline-block;
	padding: 0 14px;
	font-size: 12px;
	line-height: 35px;
	margin: 0 2px 0 3px;
}

.next span{
	background: #ff3399;
	color: #fff;
	border: 1px solid #d3267b;
}

.next a{
	text-decoration: none;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}

.next a:hover{
	border: 1px solid #d3267b;
}

.next_u{
	font-size: 0;
	line-height: 0;
	text-align: center;
	margin: 0 20px;
	padding: 30px 0;
	background: #f5f5f5;
}

.next_u span,
.next_u a{
	display: inline-block;
	padding: 0 14px;
	font-size: 12px;
	line-height: 35px;
	margin: 0 2px 0 3px;
}

.next_u span{
	background: #a87b47;
	color: #fff;
	border: 1px solid #a87b47;
}

.next_u a{
	text-decoration: none;
	color: #333;
	background: #fff;
	border: 1px solid #ccc;
}

.next_u a:hover{
	border: 1px solid #a87b47;
}


/***************************************
ZERO KEN NO TOKI & ERROR
****************************************/

.zbox_bg,
.erbox_bg{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.zbox,
.erbox{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 350px;
	text-align: center;
	background: url(../img/all/zero.png) no-repeat center center;
}
#col1 .zbox,
#col1 .erbox{
	background: url(../img/all/zero2.png) no-repeat center center;
}


.zbox div{
	font-size: 18px;
	line-height: 50px;
}

.zbox div.zbox_l30{ line-height: 30px;}

.zbox div span{
	color: #ff0000;
}

.zbox p{
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
}

.erbox p{
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	color: #ff0000;
}

.zero .bt_bg,
.erbox .bt_bg{
	padding: 20px 0;
}

.zero .bt,
.erbox .bt{
	display: inline-block;
	width: 290px;
}

.zbox .a_orange{
	color: #ff8400;
}


/***************************************
OVER
****************************************/

.ovbox_bg{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
}

.ovbox{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 350px;
	text-align: center;
	background: url(../img/all/zero.png) no-repeat center center;
}

.ovbox div{
	font-size: 30px;
	font-weight: bold;
	line-height: 50px;
	color: #ff0000;
}

.over .ov1{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	text-align: center;
	color: #ff0000;
	margin: 0 0 10px 0;
}

.over .ov2{
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	padding: 0 20px 40px 20px;
}

.over .ov3{
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 10px 15px 20px 15px;
}


/***************************************
COLOR
****************************************/
/* shop */
.color_deli a,
.explis .shop a,
.girl_ul2 .shop a,
.wait_ul .shop a,
.dtl_right .shop a,
.list_left table td a,
.shop_title a,
#shop_list .list_data .shop a,
.dtl_right .shop a,
.list_data h5 a,
.a_shop, .a_shop:hover{
	color		: #02a902;
}

/* companion */
.a_girl{	color: #ff3399;}

/* user */
.a_user{	color: #341ea2;}

/* deli��/img/exp/i1.png�� */
.shop_deli a,
.a_deli,.a_deli:hover{	color	: #02a902;}
.bg_deli{	background: #02a902;}
.bg_deli.checked{	background: #02a902 !important;}
.bg_deli.clear{	background: rgba(2, 169, 2, 0.9);}
.bg_deli.clear80{	background: rgba(2, 169, 2, 0.8);}
.bg_deli.clear20:hover{ background-color: rgba(2, 169, 2, 0.2);}

/* soap��/img/exp/i2.png�� */
.shop_soap a,
.a_soap,.a_soap:hover{	color	: #0066ff;}
.bg_soap{	background: #0066ff;}
.bg_soap.checked{	background: #0066ff !important;}
.bg_soap.clear{	background: rgba(0, 102, 255, 0.9);}
.bg_soap.clear80{	background: rgba(0, 102, 255, 0.8);}
.bg_soap.clear20:hover{ background: rgba(0, 102, 255, 0.2);}

/* health��/img/exp/i3.png ��/img/exp/i6.png �� /img/exp/i11.png�� */
.shop_health a,
.a_health,.a_health:hover{	color	: #d78f03;}
.bg_health{	background: #d78f03;}
.bg_health.checked{	background: #d78f03 !important;}
.bg_health.clear{	background: rgba(215, 143, 3, 0.9);}
.bg_health.clear80{	background: rgba(215, 143, 3, 0.8);}
.bg_health.clear20:hover{ background: rgba(215, 143, 3, 0.2);}

/*aroma��/img/exp/i4.png �� /img/exp/i4.png��*/
.shop_aroma a,
.a_aroma,.a_aroma:hover{	color	: #008d92;}
.bg_aroma{	background: #008d92;}
.bg_aroma.checked{	background: #008d92 !important;}
.bg_aroma.clear{	background: rgba(0, 141, 146, 0.9);}
.bg_aroma.clear80{	background: rgba(0, 141, 146, 0.8);}
.bg_aroma.clear20:hover{ background: rgba(0, 141, 146, 0.2);}

/*mens*/
.shop_mens a,
.a_mens,.a_mens:hover{	color	: #7b3a26;}
.bg_mens{	background: #7b3a26;}
.bg_mens.checked{	background: #7b3a26 !important;}
.bg_mens.clear{	background: rgba(123, 58, 38, 0.9);}
.bg_mens.clear80{	background: rgba(123, 58, 38, 0.8);}
.bg_mens.clear20:hover{ background: rgba(123, 58, 38, 0.2);}

/*hote��/img/exp/i7.png��*/
.shop_hote a,
.a_hote,.a_hote:hover{	color	: #959b32;}
.bg_hote{	background: #959b32;}
.bg_hote.checked{	background: #959b32 !important;}
.bg_hote.clear{	background: rgba(149, 155, 50, 0.9);}
.bg_hote.clear80{	background: rgba(149, 155, 50, 0.8);}
.bg_hote.clear20:hover{ background: rgba(149, 155, 50, 0.2);}

/*mseikan��/img/exp/i8.png��*/
.shop_mseikan a,
.a_mseikan,.a_mseikan:hover{	color	: #950f32;}
.bg_mseikan{	background: #950f32;}
.bg_mseikan.checked{	background: #950f32 !important;}
.bg_mseikan.clear{	background: rgba(149, 15, 50, 0.9);}
.bg_mseikan.clear80{	background: rgba(149, 15, 50, 0.8);}
.bg_mseikan.clear20:hover{ background: rgba(149, 15, 50, 0.2);}

/*esthe��/img/exp/i9.png��*/
.shop_esthe a,
.a_esthe,.a_esthe:hover{	color	: #7385bf;}
.bg_esthe{	background: #7385bf;}
.bg_esthe.checked{	background : #7385bf !important;}
.bg_esthe.clear{	background: rgba(115, 133, 191, 0.9);}
.bg_esthe.clear80{	background: rgba(115, 133, 191, 0.8);}
.bg_esthe.clear20:hover{ background: rgba(115, 133, 191, 0.2);}

/*onakura��/img/exp/i12.png��*/
.shop_onakura a,
.a_onakura,.a_onakura:hover{	color	: #25c6b5;}
.bg_onakura{	background: #25c6b5;}
.bg_onakura.checked{	background: #25c6b5 !important;}
.bg_onakura.clear{	background: rgba(37, 198, 181, 0.9);}
.bg_onakura.clear80{	background: rgba(37, 198, 181, 0.8);}
.bg_onakura.clear20:hover{ background: rgba(37, 198, 181, 0.2);}

/*no_sec*/
.bg_no{	background: #ff3399;}


/***** hotel search !! NOT FOR COMPANION !! *****/
.a_htl,.a_htl:hover{	color	: #89af1c;}
.bg_htl{	background: #89af1c;}


.red{	color		: #ff0000;}
.sat{	color: #0066ff;}
.sun{	color: #ff0000;}


/***************************************
GOOGLE FONT
****************************************/
@font-face {
	font-family: FontA;
	src: url('../fonts/Anton-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontB;
	src: url('../fonts/Questrial-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontC;
	src: url('../fonts/CantataOne-Regular.ttf') format("truetype");
}

@font-face {
	font-family: FontD;
	src: url('../fonts/JosefinSans-Regular.ttf') format("truetype");
}

.gal .gal_div .cou,
.page_title:after,
.per,
.iconex_1 p:nth-child(1),
.iconex_2 p:nth-child(1),
.iconex_3 p:nth-child(1),
.iconex_4 p:nth-child(1),
.iconex_6 p:nth-child(1),
.iconex_7 p:nth-child(1),
.iconex_8 p:nth-child(1),
.iconex_9 p:nth-child(1),
.iconex_10 p:nth-child(1),
.iconex_11 p:nth-child(1),
.iconex_12 p:nth-child(1),
address,
.font1{
	font-family: FontA;
}

header h2:after,
.page_title em:after,
.pagetop a,
footer #copy,
.font2{
	font-family: FontB;
}

.font3{
	font-family:"Roboto Slab" , Garamond , "Times New Roman" , "Yu Mincho" , "YuMincho" ,"Hiragino Mincho Pro" , "HiraMinProN-W3" , "MS PMincho" , serif;
}

.font4{
	font-family: FontD;
}

.bnr_sp_only,
.fudol4{	display: none;}

/***************************************
OTHER
****************************************/
.pc_none{	display: none;}
.sp_none{	display: inline;}

/***************************************
TOP DES
****************************************/
.dis_txt{
	display: table;
	max-width: 910px;
	min-height: 35px;
	background: #f5f5f5;
	border-radius: 3px;
	margin: 15px auto 15px auto;
}

.dis_txt p{
	display: table-cell;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.dis_txt p{
    position: relative;
	font-size: 13px;
	line-height: 16px;
	padding: 9px 10px 9px 37px;
}

.dis_txt p::after {
    content: "";
    display: block;
    top: calc(50% - 11px);
    left: 10px;
    color: #ff3399;
    position: absolute;
    margin-left: 6px;
    margin-top: 6px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1px solid currentColor;
    background-color: currentColor;
    box-shadow: -8px 0 0 -3px currentColor,  8px 0 0 -3px currentColor,  0 -8px 0 -3px currentColor,  0 8px 0 -3px currentColor,  -6px -6px 0 -3px currentColor,  -6px 6px 0 -3px currentColor,  6px -6px 0 -3px currentColor,  6px 6px 0 -3px currentColor;
}

/** arrow **/

.arrow{
	text-align: center;
	margin: 0 0 15px 0;
}

.arrow ul{
	display: inline-block;
	vertical-align: top;
}

.arrow.arrow_left{	text-align: left;}
.arrow.arrow_left ul{	display: block; margin: 0 0;}

.arrow li{
	white-space: nowrap;
	text-align: left;
	position: relative;
	font-size: 12px;
	line-height: 16px;
	padding: 4px 0 4px 17px;
}

.arrow li::before,
.arrow li::after{
	position: absolute;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.arrow li::before{
	width: 8px;
	height: 8px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #ddd;
	top: 7px;
	left: 0;
}
.arrow li::after{
	top: 10px;
	left: 4px;
	box-sizing: border-box;
	width: 2px;
	height: 2px;
	border: 2px solid transparent;
	border-left: 3px solid #333;
}

.arrow li a{	color: #ff0000;}


/***************************************
COMPANION POINT TYPE
****************************************/

.cp{
	display: table;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.cp > em{
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	text-align: center;
	color: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


.cp0 , .form td label.cp0.checked{	background: #fff;}

.cp1 , .form td label.cp1.checked,
.cp2 , .form td label.cp2.checked{	background: #ff5879;}

.cp3 , .form td label.cp3.checked,
.cp4 , .form td label.cp4.checked{	background: #ff9435;}

.cp5 , .form td label.cp5.checked,
.cp6 , .form td label.cp6.checked,
.cp7 , .form td label.cp7.checked{	background: #00bff5;}

.cp8 , .form td label.cp8.checked,
.cp9 , .form td label.cp9.checked{	background: #6696ff;}

.cp10 , .form td label.cp10.checked,
.cp11 , .form td label.cp11.checked{	background: #e63ad2;}

.cp12 , .form td label.cp12.checked,
.cp13 , .form td label.cp13.checked{	background: #e0a83a;}

.cp14 , .form td label.cp14.checked{	background: #81063c;}

.cp15 , .form td label.cp15.checked,
.cp16 , .form td label.cp16.checked,
.cp17 , .form td label.cp17.checked,
.cp18 , .form td label.cp18.checked,
.cp19 , .form td label.cp19.checked,
.cp24 , .form td label.cp24.checked,
.cp37 , .form td label.cp37.checked,
.cp38 , .form td label.cp38.checked,
.cp39 , .form td label.cp39.checked,
.cp40 , .form td label.cp40.checked,
.cp41 , .form td label.cp41.checked{	background: #5cc82c;}

.cp20 , .form td label.cp20.checked,
.cp21 , .form td label.cp21.checked,
.cp22 , .form td label.cp22.checked{	background: #2d6aff;}

.cp23 , .form td label.cp23.checked{	background: #ff6e3f;}

.cp25 , .form td label.cp25.checked{	background: #ff303b;}

.cp26 , .form td label.cp26.checked,
.cp27 , .form td label.cp27.checked{	background: #ae71ff;}

.cp28 , .form td label.cp28.checked,
.cp42 , .form td label.cp42.checked{	background: #de7656;}

.cp29 , .form td label.cp29.checked,
.cp30 , .form td label.cp30.checked,
.cp31 , .form td label.cp31.checked{	background: #16bf90;}

.cp32 , .form td label.cp32.checked,
.cp33 , .form td label.cp33.checked,
.cp34 , .form td label.cp34.checked,
.cp35 , .form td label.cp35.checked,
.cp36 , .form td label.cp36.checked{	background: #ff66c0;}




.ct1{	color: #0066ff;}
.ct2{	color: #ff3333;}
.ct3{	color: #bb8c00;}
.ct4{	color: #009900;}



/***************************************
BOTTOM FIXED DIV
****************************************/

/** fix_div **/

.fix_div{
	width: 940px;
	height: 80px;
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 0 0 10px 0;
	position: fixed;
	z-index: 200;
	bottom: 0;
	left: calc(50% - 350px);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fix_div:after{
	content: '';
	width: 100%;
	height: 70px;
	border-radius: 50% 50% 50% 50% / 100% 100% 0% 0%;
	background: rgba(51, 51, 51, 0.9);
	position: absolute;
	z-index: 199;
	bottom: -25px;
	left: 0;
}

.fix_table_bg{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 201;
}

.fix_table{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.fix_tb{
	position: relative;
	display: inline-block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.fix_tb div{
	width: 94px;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	z-index: 202;
	left: calc(50% - 47px);
	bottom: 4px;
}

.fix_tb a,
.fix_tb span{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	font-size: 26px;
	font-weight: bold;
	line-height: 70px;
	text-align: center;
	border-radius: 50%;
	margin: 0 1px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.fix_tb.chat_table a,
.fix_tb.chat_table span{
	font-size: 14px;
}

.fix_tb a{
	color: #fff;
	-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;
	animation: anime 5s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes anime {
	0% {transform:scale(1);}
	15% {transform:scale(1);}
	18% { transform:scale(1.2);}
	21% { transform:scale(1);}
	24% { transform:scale(1.2);}
	27% { transform:scale(1);}
	100% { transform:scale(1);}
}
.anime_zoom{
	-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;
	animation: anime_zoom 5s ease-in-out infinite;
	transform-origin: 50% 50%;
}
@keyframes anime_zoom {
  0%, 28%{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30%, 32%{
    -webkit-transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(.95, .95, .95) rotate3d(0, 0, 1, -3deg);
  }
  34%, 38%{
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, 3deg);
  }
  36%, 40%{
    -webkit-transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.05, 1.05, 1.05) rotate3d(0, 0, 1, -3deg);
  }
  42%, 100%{
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.fix_tb span{	color: #a8a8a8;}
.fix_tb a:hover{
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.fix_tb a em,
.fix_tb span em{
	display: inline-block;
	vertical-align: top;
	-webkit-transform: rotate(-12deg);
	   -moz-transform: rotate(-12deg);
	    -ms-transform: rotate(-12deg);
	     -o-transform: rotate(-12deg);
	        transform: rotate(-12deg);
}
.exp_table a:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% rgba(255,51,153,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table a:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% rgba(164,56,255,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table a:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% rgba(0,190,165,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table a:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% rgba(0,190,165,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table span:nth-child(2){	background: url(../img/all/fix_i1.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.rv_table span:nth-child(3){	background: url(../img/all/fix_i2.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.chat_table a:nth-child(1){	background: url(../img/all/fix_i3.png) no-repeat 50% 50% rgba(0,186,255,1);	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.chat_table span:nth-child(1){	background: url(../img/all/fix_i3.png) no-repeat 50% 50% #ccc;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}

.exp_table a.fix_expi1{	border-radius: 0; background: url(../img/all/fix_expi1.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table a.fix_expi2{	border-radius: 0; background: url(../img/all/fix_expi2.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span.fix_expi1{	border-radius: 0; background: url(../img/all/fix_expi1off.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}
.exp_table span.fix_expi2{	border-radius: 0; background: url(../img/all/fix_expi2off.png) no-repeat 50% 50%;	-webkit-background-size: 70px 70px; background-size: 70px 70px;}

.fix_tel{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 290px;
	margin: 0 5px;
	z-index: 201;
}

.fix_tel_pc{
	display: block;
	height: 70px;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	text-align: left;
	border-radius: 10px;
	color: #fff;
	padding: 7px 0 0 83px;
	background-image: url(../img/all/fix_div_tel.png);
	background-repeat: no-repeat;
	background-position: 12px 52%;
	-webkit-background-size: 65px auto;
	background-size: 65px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.fix_tel_pc span{
	display: inline-block;
	font-family: "FontA";
	font-size: 30px;
	font-weight: normal;
	line-height: 26px;
}

.fix_tel_pc:hover{
	text-decoration: none;
}

.fix_tel_sp{
	display: none;
	-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;
	animation: anime 5s ease-in-out infinite;

}

.fix_txt{	display: none;}


/** his_bt **/

.his_bt{	display: none;}


/***************************************
FONT SIZE CHANGE CSS
****************************************/

.fz_btbox{
	font-size: 0;
	line-height: 0;
	text-align: center;
	background: #f5f5f5;
	border-radius: 3px;
	padding: 0 0 5px 0;
}

.fz_btbox p{
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
}

.fz_btbox .bt_on,
.fz_btbox .bt_a{
	display: inline-block;
	vertical-align: top;
	width: 67px;
	font-size: 14px;
	line-height: 22px;
	margin: 0 2.5px;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.fz_btbox .bt_on{
	font-weight: bold;
	color: #ff3399;
	box-shadow:0px 0px 0px 2px #ff3399 inset;
	-moz-box-shadow:0px 0px 0px 2px #ff3399 inset;
	-webkit-box-shadow:0px 0px 0px 2px #ff3399 inset;
}

.fz_btbox .bt_a{
	cursor: pointer;
	box-shadow:0px 0px 0px 1px #ddd inset;
	-moz-box-shadow:0px 0px 0px 1px #ddd inset;
	-webkit-box-shadow:0px 0px 0px 1px #ddd inset;
	-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;
}
.fz_btbox .bt_a:hover{
	box-shadow:0px 0px 0px 2px #ff3399 inset;
	-moz-box-shadow:0px 0px 0px 2px #ff3399 inset;
	-webkit-box-shadow:0px 0px 0px 2px #ff3399 inset;
}

.fz_l{
	font-size: 17px !important;
}


/***************************************
INDUCTION PAGE CSS
****************************************/

.indbox_bg{
	width: 910px;
	margin: 0 auto;
}

.indbox{
	position: relative;
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ddd;
	margin: 0 0 15px 0;
	padding: 20px 10px 20px 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.indbox:after{
	content: '';
	width: 7px;
	height: 38px;
	background: url(../img/all/indbox.png) no-repeat;
	position: absolute;
	bottom: -28px;
	left: 56.5px;
}
.indbox:last-of-type{	margin-bottom: 0;}
.indbox:last-of-type:after,
.indbox:nth-last-of-type(2):after{	display: none;}

.indbox_l,
.indbox_r{
	display: table-cell;
	vertical-align: middle;
}

.indbox_l{
	width: 100px;
	text-align: left;
	border-right: 1px solid #ddd;
}

.indbox_l span{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
	font-family: "FontA";
	font-size: 36px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background: #70ca92;
	border-radius: 50%;
	padding-top: 16px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.indbox_l span:after{
	content: 'STEP';
	font-size: 13px;
	line-height: 14px;
	width: 100%;
	position: absolute;
	top: 52px;
	left: calc(50% - 40px);
}

.indbox_l span.bk_span{
	font-size: 13px;
	line-height: 14px;
	color: #ffde00;
	background: #a67a4b;
	border-radius: 5px;
	padding-top: 26px;
}
.indbox_l span.bk_span:after{	display: none;}

.indbox_r{
	font-size: 14px;
	line-height: 20px;
	padding: 0 0 0 20px;
}
.indbox_r a{	text-decoration: underline;}
.indbox_r a:hover{	text-decoration: none;}


/***************************************
SHOP NARROW
****************************************/

.narrow{
	position: relative;
	text-align: center;
	margin: 0 10px 15px 10px;
	padding: 10px 0;
	background: #f5f5f5;
}

.narrow .nbt{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 220px;
	font-size: 12px;
	line-height: 22px;
	text-align: left;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	margin-right: 10px;
	padding: 0 10px;
	cursor: pointer;
	-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;
}
.narrow .nbt:before{
  content: '';
  width: 6px;
  height: 6px;
  border-top: solid 1px currentColor;
  border-right: solid 1px currentColor;
  position: absolute;
  top: 6px;
  right: 7px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.narrow .nbt.active:before{
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  border: none;
  position: absolute;
  top: 11px;
  right: 5px;
  background-color: currentColor;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.narrow .nbt.active:after{
  content: '';
  position: absolute;
  width: 12px;
  height: 1px;
  position: absolute;
  top: 11px;
  right: 5px;
  background-color: currentColor;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.narrow .nbt em{	font-size: 10px;}
.narrow .nbt.active{
	border-color: #ff3399;
	border-radius: 3px 3px 0 0;
}

.narrow ul{
	display: none;
	overflow: hidden;
	width: 220px;
	position: absolute;
	z-index: 3;
	top: 35px;
	right: calc(50% - 105px);
	border-radius: 0 0 5px 5px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

.narrow li{
	background: rgba(255,255,255,0.95);
	border-bottom: 1px solid #ddd;
}

.narrow li:last-of-type{
	border-bottom: none;
}

.narrow li a,
.narrow li span{
	display: block;
	font-size: 13px;
	line-height: 20px;
	text-align: left;
	padding: 5px 10px;
	color: #333;
	-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;
}
.narrow li a:hover{
	text-decoration: none;
	color: #ff3399;
}
.narrow li a{	color: #333;}
.narrow li a em{
	-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;
}
.narrow li a:hover em{	color: #ff3399;}
.narrow li em{	font-size: 10px;}
.narrow li span{	color: #ccc;}
.narrow li span em{	color: #ccc;}

.narrow li span.on,
.narrow li a.on{
	position: relative;
	color: #333333;
	padding-left: 27px;
}
.narrow li span.on em,
.narrow li a.on em{
	color: #333333;
}

.narrow li span.on:after,
.narrow li a.on:after{
	content: '';
	color: #000;
	width: 10px;
	height: 4px;
	position: absolute;
	top: 10px;
	left: 10px;
	border-bottom: solid 1px currentColor;
	border-left: solid 1px currentColor;
	-webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/***************************************
BANNER
****************************************/

/** sp_fgb **/

.sp_fgb{
	position: relative;
	text-align: center;
	border-top: 1px dotted #ddd;
	padding: 25px 0 20px 0;
}
.sp_fgb:before{
	content: '';
	width: 100%;
	border-top: 1px dotted #ddd;
	position: absolute;
	top: -3px;
	left: 0;
}


/***************************************
USER RANK COLOR
****************************************/

/** normal **/
.user_id .dan,
#u_img p,
.usbox_l .age{
	color: #fff;
	background: #a67a4b;
}
#u_img p.bad{	background: #ff0000;}

.user_id .dan{	border-color: #a67a4b;}



/***** !!����{������OLD STYLE ... 181206 remake ����{������! *****/
/** gold **/
#u_img.rank1 img.lazy,
#u_img.rank1 img.top_voice_img,
#aaauser .rank1 img.lazy2,
.rank1 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #ffd321 !important;
	-moz-box-shadow:0px 0px 0px 2px #ffd321 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ffd321 !important;
}
#u_img.rank1 p,
.rank1 .usbox_l .age{
	color: #333;
	background: -webkit-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: -moz-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: -o-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: -ms-linear-gradient(0deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
	background: linear-gradient(90deg, #ddad12 0%, #fffb85 49%, #ddad12 100%);
}

/** green **/
#u_img.rank2 img.lazy,
#u_img.rank2 img.top_voice_img,
#aaauser .rank2 img.lazy2,
.rank2 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #68c75e !important;
	-moz-box-shadow:0px 0px 0px 2px #68c75e !important;
	-webkit-box-shadow:0px 0px 0px 2px #68c75e !important;
}
#u_img.rank2 p,
.rank2 .usbox_l .age{
	color: #333;
	background: -webkit-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: -moz-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: -o-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: -ms-linear-gradient(0deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
	background: linear-gradient(90deg, #22c016 0%, #a8ff6e 49%, #22c016 100%);
}

/** blue **/
#u_img.rank3 img.lazy,
#u_img.rank3 img.top_voice_img,
#aaauser .rank3 img.lazy2,
.rank3 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #5dadff !important;
	-moz-box-shadow:0px 0px 0px 2px #5dadff !important;
	-webkit-box-shadow:0px 0px 0px 2px #5dadff !important;
}
#u_img.rank3 p,
.rank3 .usbox_l .age{
	color: #333;
	background: -webkit-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: -moz-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: -o-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: -ms-linear-gradient(0deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
	background: linear-gradient(90deg, #2b9eff 0%, #6ce5ff 49%, #2b9eff 100%);
}
/***** !!����{������OLD STYLE ... 181206 remake ����{������! *****/


/***** NEW COLOR *****/
/** black **/
#u_img.rank01 img.lazy,
#u_img.rank01 img.top_voice_img,
#aaauser .rank01 img.lazy2,
.rank01 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #333333 !important;
	-moz-box-shadow:0px 0px 0px 2px #333333 !important;
	-webkit-box-shadow:0px 0px 0px 2px #333333 !important;
}
#u_img.rank01 p,
.rank01 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: -moz-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: -o-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: -ms-linear-gradient(0deg, #000000 0%, #444444 49%, #000000 100%);
	background: linear-gradient(90deg, #000000 0%, #444444 49%, #000000 100%);
}
.dan.rank01{
	background: -webkit-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: -moz-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: -o-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: -ms-linear-gradient(-45deg, #000000 0%, #444444 49%, #000000 100%);
	background: linear-gradient(135deg, #000000 0%, #444444 49%, #000000 100%);
}
.dan.rank01{	border-color: #333;}

/** rainbow **/
#u_img.rank02 img.lazy,
#u_img.rank02 img.top_voice_img,
#aaauser .rank02 img.lazy2,
.rank02 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #ffff00 !important;
	-moz-box-shadow:0px 0px 0px 2px #ffff00 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ffff00 !important;
}
#u_img.rank02 p,
.rank02 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -moz-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -o-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -ms-linear-gradient(0deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: linear-gradient(90deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
}
.dan.rank02{
	background: -webkit-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -moz-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -o-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: -ms-linear-gradient(-45deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
	background: linear-gradient(135deg, #ffff00 0%, #00d2ff 15%, #a656ff 35%, #ff1919 64%, #ffe400 85%, #90ff00 100%);
}
.dan.rank02{	border-color: #ffff00;}

/** gold **/
#u_img.rank03 img.lazy,
#u_img.rank03 img.top_voice_img,
#aaauser .rank03 img.lazy2,
.rank03 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #f1c600 !important;
	-moz-box-shadow:0px 0px 0px 2px #f1c600 !important;
	-webkit-box-shadow:0px 0px 0px 2px #f1c600 !important;
}
#u_img.rank03 p,
.rank03 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -moz-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -o-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -ms-linear-gradient(0deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: linear-gradient(90deg, #c99814 0%, #e3c600 51%, #c99814 100%);
}
.dan.rank03{
	background: -webkit-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -moz-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -o-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: -ms-linear-gradient(-45deg, #c99814 0%, #e3c600 51%, #c99814 100%);
	background: linear-gradient(135deg, #c99814 0%, #e3c600 51%, #c99814 100%);
}
.dan.rank03{	border-color: #f1c600;}

/** red **/
#u_img.rank04 img.lazy,
#u_img.rank04 img.top_voice_img,
#aaauser .rank04 img.lazy2,
.rank04 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #ff6666 !important;
	-moz-box-shadow:0px 0px 0px 2px #ff6666 !important;
	-webkit-box-shadow:0px 0px 0px 2px #ff6666 !important;
}
#u_img.rank04 p,
.rank04 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -moz-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -o-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -ms-linear-gradient(0deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: linear-gradient(90deg, #e61515 0%, #ff5656 50%, #e61515 100%);
}
.dan.rank04{
	background: -webkit-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -moz-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -o-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: -ms-linear-gradient(-45deg, #e61515 0%, #ff5656 50%, #e61515 100%);
	background: linear-gradient(135deg, #e61515 0%, #ff5656 50%, #e61515 100%);
}
.dan.rank04{	border-color: #ff6666;}

/** pink **/
#u_img.rank05 img.lazy,
#u_img.rank05 img.top_voice_img,
#aaauser .rank05 img.lazy2,
.rank05 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #f294c5 !important;
	-moz-box-shadow:0px 0px 0px 2px #f294c5 !important;
	-webkit-box-shadow:0px 0px 0px 2px #f294c5 !important;
}
#u_img.rank05 p,
.rank05 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -moz-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -o-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -ms-linear-gradient(0deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: linear-gradient(90deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
}
.dan.rank05{
	background: -webkit-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -moz-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -o-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: -ms-linear-gradient(-45deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
	background: linear-gradient(135deg, #ee5fa6 0%, #ff84c1 59%, #ee5fa6 100%);
}
.dan.rank05{	border-color: #f294c5;}

/** green **/
#u_img.rank06 img.lazy,
#u_img.rank06 img.top_voice_img,
#aaauser .rank06 img.lazy2,
.rank06 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #7ec566 !important;
	-moz-box-shadow:0px 0px 0px 2px #7ec566 !important;
	-webkit-box-shadow:0px 0px 0px 2px #7ec566 !important;
}
#u_img.rank06 p,
.rank06 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -moz-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -o-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -ms-linear-gradient(0deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: linear-gradient(90deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
}
.dan.rank06{
	background: -webkit-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -moz-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -o-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: -ms-linear-gradient(-45deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
	background: linear-gradient(135deg, #57c32b 0%, #82d500 49%, #57c32b 100%);
}
.dan.rank06{	border-color: #7ec566;}

/** blue **/
#u_img.rank07 img.lazy,
#u_img.rank07 img.top_voice_img,
#aaauser .rank07 img.lazy2,
.rank07 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #6dabfb !important;
	-moz-box-shadow:0px 0px 0px 2px #6dabfb !important;
	-webkit-box-shadow:0px 0px 0px 2px #6dabfb !important;
}
#u_img.rank07 p,
.rank07 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -moz-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -o-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -ms-linear-gradient(0deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: linear-gradient(90deg, #358bff 0%, #62beff 50%, #358bff 100%);
}
.dan.rank07{
	background: -webkit-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -moz-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -o-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: -ms-linear-gradient(-45deg, #358bff 0%, #62beff 50%, #358bff 100%);
	background: linear-gradient(135deg, #358bff 0%, #62beff 50%, #358bff 100%);
}
.dan.rank07{	border-color: #6dabfb;}

/** purple **/
#u_img.rank08 img.lazy,
#u_img.rank08 img.top_voice_img,
#aaauser .rank08 img.lazy2,
.rank08 .usbox_l img.lazy{
	box-shadow:0px 0px 0px 2px #b799fb !important;
	-moz-box-shadow:0px 0px 0px 2px #b799fb !important;
	-webkit-box-shadow:0px 0px 0px 2px #b799fb !important;
}
#u_img.rank08 p,
.rank08 .usbox_l .age{
	background: -webkit-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -moz-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -o-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -ms-linear-gradient(0deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: linear-gradient(90deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
}
.dan.rank08{
	background: -webkit-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -moz-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -o-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: -ms-linear-gradient(-45deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
	background: linear-gradient(135deg, #9466ff 0%, #be89ff 50%, #9466ff 100%);
}
.dan.rank08{	border-color: #b799fb;}

.hide_block{
	display: none;
}


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

@media screen and (max-width: 650px) {
	/***************************************
	BOX
	****************************************/
	.cnt{
		border: none;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
	}

	/***************************************
	TABLE LINK BOX
	****************************************/
	.tbl{}
	.tblbox{
		border: none;
		box-shadow:none;
		-moz-box-shadow:none;
		-webkit-box-shadow:none;
		border-radius: 0;
		background:
		url(../img/all/i1.png) no-repeat 100% 50%,
		url(../img/all/i2.gif) repeat-y top right;
		-webkit-background-size: 15px 15px, 15px 15px;
		background-size: 15px 15px, 15px 15px;
	}
	.tblbox_l{
		width: 78px;
		padding: 10px 8px 10px 10px;
	}
	.tblbox_r{
		padding: 0 20px 0 0;
	}
	.tblbox_r p:first-child{
	font-size: 14px;
	}

	/***************************************
	TITLE
	****************************************/
	/*
	.page_title{
		height: 55px;
		font-size: 16px;
		line-height: 18px;
		padding-top: 8px;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-moz-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-webkit-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	}
	.page_title:before{
		height: 49px;
		left: 1px;
	}
	.page_title:after{
		height: 49px;
		right: 1px;
	}
	*/
	.page_title{
		position: relative;
		height: auto;
		min-height: 55px;
		padding: 3px;
		border: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-moz-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-webkit-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	}
	.page_title em{
		display: block;
		height: auto;
		min-height: 47px;
		font-size: 16px;
		line-height: 17px;
		border-radius: 24px;
		padding: 6px 6px 20px 6px;
	}
	.page_title:after{
		bottom: 8px;
	}
	.title,
	.title_open,
	.s_title,
	.s_title_open{
		height: 50px;
		font-size: 16px;
		padding: 14px 0 0 31px;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-moz-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-webkit-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	}
	.title::before,
	.title_open::before{
		left: 5px;
	}
	.title::after,
	.title_open::after{
		left: 12px;
	}
	.title em:after,
	.title_open em:after{
		display: none;
	}
	.u_title span{
		font-size: 10px;
		line-height: 12px;
	}
	/*
	.s_title{
		height: 50px;
		font-size: 15px;
		padding: 15px 0 0 30px;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-moz-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
		-webkit-box-shadow:0px 1px 0px 0px #fff inset,0px -1px 0px 0px #fff inset;
	}
	*/
	.col1_title{
		padding: 10px;
		border: none;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		box-shadow:0px 3px 0px 0px #fff inset,0px -3px 0px 0px #fff inset;
		-moz-box-shadow:0px 3px 0px 0px #fff inset,0px -3px 0px 0px #fff inset;
		-webkit-box-shadow:0px 3px 0px 0px #fff inset,0px -3px 0px 0px #fff inset;
	}
	.col1_title em{
		display: block;
		width: auto;
		height: 50px;
		font-size: 16px;
		line-height: 30px;
		border-radius: 25px;
	}
	.col1_title em:after{
		font-size: 10px;
		bottom: 8px;
	}
	.col1_s_title{
		border: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		margin: 0;
		padding: 3px 0;
	}
	.col1_s_title em{
		height: 50px;
		font-size: 16px;
		line-height: 34px;
		border: none;
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	.col1_s_title em:after{
		bottom: 6px;
	}
	.col1_s_title:before,
	.col1_s_title:after{
		content: '';
		width: 50px;
		border-bottom: 1px solid #ddd;
		position: absolute;
		z-index: 2;
		bottom: 17px;
	}

	.shopmenu_fix,
	.shopmenu_fix2{
		position: -webkit-sticky; /* Safari */
		position: sticky;
		z-index: 10;
		top: 0;
		left: 0;
		background: rgba(255,255,255,0.5)
	}
	.shopmenu_fix .page_title,
	.page_title.shoppage_title{
		min-height: 45px;
	}
	.shopmenu_fix .page_title em,
	.page_title.shoppage_title em{
		min-height: 37px;
		padding: 8px 6px 0 6px;
	}
	.shopmenu_fix .page_title em:after,
	.page_title.shoppage_title em:after{	display: none;}
	.shopmenu_fix .cate{
		width: calc(100% - 6px);
		padding: 5px 0 !important;
	}

	/***************************************
	GAL
	****************************************/
	.result{
		position: relative;
		font-size: 11px;
		line-height: 25px;
		margin: 10px 0;
	}
	.gal{
		margin: 0 5px 0 5px;
		text-align: left !important;
		padding-left: 0 !important;
	}
	.gal .gal_div{
		width: calc(100% / 3 - 14px) !important;
	}
	.gal .gal_div:first-of-type{	margin-left: 5px;}
	.gal .gal_div:last-of-type{	margin-right: 5px;}
	.gal .gal_div .icon{
	}
	.gal .gal_div .icon img{
		width: 30px;
	}
	.gal .gal_div .cou{
		height: 31px;
		font-size: 20px;
		line-height: 38px;
		top: 90px;
	}
	.gal .gal_div .cou em{
		font-size: 38px;
	}
	.gal .gal_div .cou p{
	}
	.gal .gal_div .img img{
		width: 100% !important;
	}
	.gal .gal_div .div1{
		padding: 1px 0px 0px 0px;
	}
	.gal .gal_div .p1 span{
		color: #999999;
		display: inline-block;
		margin: 0 -3px 0 -3px;
	}
	.gal .gal_div .p1.e_edit span{ margin: 0 0 0 0;}
	.gal .gal_div .p1.mtitle{
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
	}
	.gal .gal_div .p1.mtitle .mi{	margin: 1px 2px 0 0;}

	.gal .gal_div .p1.mtitle+.p1.name{	font-size: 10px !important;}


	/***** !! only user !! *****/
	.gal .gal_div .p1.shop{
		display: block;
	}
	.gal .gal_div .p1.shop > a , .gal .gal_div .p1.shop > span{
	}
	.gal .gal_div .aarea{
		width: 70px;
		line-height: 11px;
		position: absolute;
		left: calc(50% - 37px);
		padding: 1px 2px;
	}
	.block4 .gal_div .p1.shop > a, .block4 .gal_div .p1.shop > span,
	.block5 .gal_div .p1.shop > a, .block5 .gal_div .p1.shop > span,
	.block6 .gal_div .p1.shop > a, .block6 .gal_div .p1.shop > span,
	.block7 .gal_div .p1.shop > a, .block7 .gal_div .p1.shop > span,
	.block8 .gal_div .p1.shop > a, .block8 .gal_div .p1.shop > span{	width: calc(320 / 320 * 100%) !important;}
	.gal .gal_div .p1.shop > span{	margin: 0;}

	/* block4 */
	.block4{
		text-align: center;
	}
	.block4 .gal_div{
		margin: 0 5px 10px 5px;
	}
	.block4 .gal_div:nth-of-type(4n){
		margin-right: 5px;
	}
	.block4 .gal_div .icon{
		top: 105px;
	}
	.block4 .gal_div .img{
		padding-bottom: 1px;
	}
	.block4 .gal_div .p1{
		font-size: 10px;
	}
	/* block5 */
	.block5{
		text-align: center;
	}
	.block5 .gal_div{
		margin: 0 5px 10px 5px;
	}
	.block5 .gal_div:nth-of-type(5n){
		margin-right: 5px;
	}
	.block5 .gal_div .icon{
		top: 105px !important;
	}
	.block5 .gal_div .img{
		padding-bottom: 1px;
	}
	.block5 .gal_div .p1{
		font-size: 10px;
	}
	/* block5 sdd */
	.block5.sdd{
		padding: 0;
	}
	.block5.sdd .gal_div .today{
		top: 96px;
	}
	.block5.sdd .gal_div .today img{
		width: 40px;
		height: auto;
	}
	/* block7 */
	.block7{
		text-align: center;
	}
	.block7 .gal_div{
		margin: 0 5px 10px 5px;
	}
	.block7 .gal_div .img{
		padding-bottom: 1px;
	}
	.block7 .gal_div .img a{
		min-height: 90px;
	}
	.block7 .gal_div .p1{
		font-size: 10px;
	}
	.block7 .gal_div .icon{
		top: 106px;
	}
	.block7 .gal_div .icon img{
		width: 30px;
	}
	.block7 .gal_div .cou{
		top: 90px;
	}
	.block7 .gal_div .today{
		top: 96px;
	}
	.block7 .gal_div .today img{
		width: 40px;
		height: auto;
	}
	/* block8 */
	.block8{
		text-align: center;
	}
	.block8 .gal_div{
		margin: 0 5px 10px 5px;
	}
	.block8 .gal_div .img{
		padding-bottom: 1px;
	}
	.block8 .gal_div .p1{
		font-size: 10px;
	}
	.block8 .gal_div .today{
		top: 96px;
	}
	.block8 .gal_div .today img{
		width: 40px;
		height: auto;
	}
	.gal .gal_div .u_yen{
		font-size: 22px;
		padding-top: 5px;
		line-height: 25px;
		text-align: center;
	}
	.block8 .gal_div .u_yen{
		position: absolute;
		top: auto;
		left: 1px;
	}
	.block8 .gal_div .delete + .u_yen{ bottom: 43px;}
	.block8 .gal_div .shop + .u_yen{ bottom: 48px;}
	.gal .gal_div .u_yen em{	font-size: 12px;}
	#pub .gal_div .u_yen{
		position: absolute;
		top: auto;
		bottom: 25px;
		left: 1px;
	}
	#pub .gal_div .img+.p1+.div1+.u_yen{	bottom: 45px !important;}
	#pub .gal_div .img+.p1+.div1+.u_yen+.icon{	bottom: 41px !important;}
	#pub .gal_div .u_yen em{	font-size: 12px;}

	.gal .gal_div .rticon{
		height: 30px;
		font-size: 12px;
		line-height: 12px;
	}
	.gal .gal_div .rticon br{	display: inline;}
	#u_challenge .gal_div .rticon{
		top: auto;
		bottom: 48px;
	}
	#u_challenge .gal_div .icon{ bottom: 44px !important;}
	#u_challenge .gal_div .p1+.p1.shop+.div1+.icon,
	#u_challenge .gal_div .u_yen+.icon,
	#u_challenge .gal_div .rticon+.icon{ bottom: 64px !important;}
	#u_challenge .gal_div .p1+.p1.shop+.rticon+.icon{ bottom: 44px !important;}
	#u_challenge .u_ch_sche .gal_div .icon{	bottom: 41px !important;}
	#u_challenge .gal_div .icon img{	width: 30px !important;}
	#pub .gal_div .rticon{
		top: auto;
		bottom: 25px;
	}
	#pub .gal_div .img+.p1+.div1+.rticon{	bottom: 45px !important;}
	#pub .gal_div .img+.p1+.div1+.rticon+.icon{	bottom: 41px !important;}
	#u_exp .gal_div .p1.shop+.p1.e_edit+.iconex{	bottom: 61px !important;}
	#u_challenge .gal_div .p1+.p1.shop+.div1+.u_yen,
	#u_challenge .gal_div .p1+.p1.shop+.div1+.rticon{	bottom: 68px !important;}


	#movie_trim .gal_div .img a{
		width: calc(100vw / 3 - 13px);
	}
	#movie_trim .gal_div .img img{	border-radius: 0;}


	/** mvlist **/
	.mvlist_in::-webkit-scrollbar {
		display: none;
	}
	.mvlist .mv_div .img{
		position: relative;
		margin: 0 0 2px 0;
	}
	.mvlist .mv_div .img img{
		width: 118px;
		height: auto;
	}
	.mvlist .mv_div .img .minfo{
		width: 100%;
		height: 22px;
	}
	.mvlist .mv_div .img .minfo > span{
		font-size: 10px;
		font-weight: bold;
		line-height: 12px;
	}
	.mvlist .mv_div .mtitle{
		font-size: 10px;
	}


	/***** !! 181009 SIZE CUSTOM ICON !! *****/
	.gal .gal_div .icon,
	.gal .gal_div .iconex,
	.gal .gal_div .iconex_1,
	.gal .gal_div .iconex_2,
	.gal .gal_div .iconex_3,
	.gal .gal_div .iconex_4,
	.gal .gal_div .iconex_6,
	.gal .gal_div .iconex_7,
	.gal .gal_div .iconex_8,
	.gal .gal_div .iconex_9,
	.gal .gal_div .iconex_10,
	.gal .gal_div .iconex_11,
	.gal .gal_div .iconex_12{
		top: auto !important;
		bottom: 21px !important;
	}
	.gal .gal_div .today{
		top: auto !important;
		bottom: 20px !important;
	}
	.gal .gal_div .p1.shop+.icon,
	.gal .gal_div .p1.shop+.iconex,
	.gal .gal_div .p1.shop+.iconex_1,
	.gal .gal_div .p1.shop+.iconex_2,
	.gal .gal_div .p1.shop+.iconex_3,
	.gal .gal_div .p1.shop+.iconex_4,
	.gal .gal_div .p1.shop+.iconex_6,
	.gal .gal_div .p1.shop+.iconex_7,
	.gal .gal_div .p1.shop+.iconex_8,
	.gal .gal_div .p1.shop+.iconex_9,
	.gal .gal_div .p1.shop+.iconex_10,
	.gal .gal_div .p1.shop+.iconex_11,
	.gal .gal_div .p1.shop+.iconex_12,
	.gal .gal_div .p1.delete+.icon,
	.gal .gal_div .p1.delete+.iconex,
	.gal .gal_div .p1.delete+.iconex_1,
	.gal .gal_div .p1.delete+.iconex_2,
	.gal .gal_div .p1.delete+.iconex_3,
	.gal .gal_div .p1.delete+.iconex_4,
	.gal .gal_div .p1.delete+.iconex_6,
	.gal .gal_div .p1.delete+.iconex_7,
	.gal .gal_div .p1.delete+.iconex_8,
	.gal .gal_div .p1.delete+.iconex_9,
	.gal .gal_div .p1.delete+.iconex_10,
	.gal .gal_div .p1.delete+.iconex_11,
	.gal .gal_div .p1.delete+.iconex_12{
		top: auto !important;
		bottom: 44px !important;
		left: auto !important;
		right: 2px !important;
	}
	.gal .gal_div .p1.shop+.iconex{
		bottom: 43px !important;
		right: -1px !important;
	}
	.gal .gal_div .p1.shop+.today{
		top: auto !important;
		bottom: 43px !important;
		left: 1px !important;
	}
	.gal .gal_div .p1.delete+.today{
		top: auto !important;
		bottom: 38px !important;
		left: 1px !important;
	}
	.gal .gal_div .div1+.icon,
	.gal .gal_div .div1+.today,
	.gal .gal_div .div1+.iconex,
	.gal .gal_div .div1+.iconex_1,
	.gal .gal_div .div1+.iconex_2,
	.gal .gal_div .div1+.iconex_3,
	.gal .gal_div .div1+.iconex_4,
	.gal .gal_div .div1+.iconex_6,
	.gal .gal_div .div1+.iconex_7,
	.gal .gal_div .div1+.iconex_8,
	.gal .gal_div .div1+.iconex_9,
	.gal .gal_div .div1+.iconex_10,
	.gal .gal_div .div1+.iconex_11,
	.gal .gal_div .div1+.iconex_12{
		top: auto !important;
		bottom: 41px !important;
		left: auto !important;
		right: 2px !important;
	}
	.gal .gal_div .p1.shop+.div1+.icon,
	.gal .gal_div .p1.shop+.div1+.today,
	.gal .gal_div .p1.shop+.div1+.iconex,
	.gal .gal_div .p1.shop+.div1+.iconex_1,
	.gal .gal_div .p1.shop+.div1+.iconex_2,
	.gal .gal_div .p1.shop+.div1+.iconex_3,
	.gal .gal_div .p1.shop+.div1+.iconex_4,
	.gal .gal_div .p1.shop+.div1+.iconex_6,
	.gal .gal_div .p1.shop+.div1+.iconex_7,
	.gal .gal_div .p1.shop+.div1+.iconex_8,
	.gal .gal_div .p1.shop+.div1+.iconex_9,
	.gal .gal_div .p1.shop+.div1+.iconex_10,
	.gal .gal_div .p1.shop+.div1+.iconex_11,
	.gal .gal_div .p1.shop+.div1+.iconex_12{
		top: auto !important;
		bottom: 64px !important;
	}


	/***************************************
	EXP ICON
	****************************************/
	.iconex_1,
	.iconex_2,
	.iconex_3,
	.iconex_4,
	.iconex_6,
	.iconex_7,
	.iconex_8,
	.iconex_9,
	.iconex_10,
	.iconex_11,
	.iconex_12{
		position: absolute;
		top: 103px;
		left: 58px;
		width: 32px;
		height: 32px;
		line-height: 1;
		text-align: center;
		border-radius: 50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
	}
	.iconex_1 p:nth-child(1),
	.iconex_2 p:nth-child(1),
	.iconex_3 p:nth-child(1),
	.iconex_4 p:nth-child(1),
	.iconex_6 p:nth-child(1),
	.iconex_7 p:nth-child(1),
	.iconex_8 p:nth-child(1),
	.iconex_9 p:nth-child(1),
	.iconex_10 p:nth-child(1),
	.iconex_11 p:nth-child(1),
	.iconex_12 p:nth-child(1){
		font-size: 17px;
		margin: 4px 0 0 0;
	}
	.iconex_1 p:nth-child(2),
	.iconex_2 p:nth-child(2),
	.iconex_3 p:nth-child(2),
	.iconex_4 p:nth-child(2),
	.iconex_6 p:nth-child(2),
	.iconex_7 p:nth-child(2),
	.iconex_8 p:nth-child(2),
	.iconex_9 p:nth-child(2),
	.iconex_10 p:nth-child(2),
	.iconex_11 p:nth-child(2),
	.iconex_12 p:nth-child(2){
		font-size: 8px;
		line-height: 8px;
	}

	/** other_exp **/
	.other_exp{
		display: table;
		width: 300px;
		font-size: 0;
		line-height: 0;
		margin: 0 auto 10px auto;
	}
	.other_exp_l{
		width: 20px;
		font-size: 11px;
		line-height: 12px;
		padding: 0 3px;
	}
	.other_exp_r{
		padding: 10px 7.5px;
	}
	.other_exp_r ul{}
	.other_exp_r li{	margin: 0 2.5px;}
	.other_exp_r .photo a,
	.other_exp_r .photo span{	height: 57px;}
	.other_exp_r .photo img{
		width: 57px;
		height: auto;
	}
	.other_exp_r .iconex_1,
	.other_exp_r .iconex_2,
	.other_exp_r .iconex_3,
	.other_exp_r .iconex_4,
	.other_exp_r .iconex_6,
	.other_exp_r .iconex_7,
	.other_exp_r .iconex_8,
	.other_exp_r .iconex_9,
	.other_exp_r .iconex_10,
	.other_exp_r .iconex_11,
	.other_exp_r .iconex_12{
		position: absolute;
		top: 37px;
		left: 6px;
		width: 49px;
		height: 20px;
		border-radius: 10px;
	}
	.other_exp_r .iconex_1 p:nth-child(1),
	.other_exp_r .iconex_2 p:nth-child(1),
	.other_exp_r .iconex_3 p:nth-child(1),
	.other_exp_r .iconex_4 p:nth-child(1),
	.other_exp_r .iconex_6 p:nth-child(1),
	.other_exp_r .iconex_7 p:nth-child(1),
	.other_exp_r .iconex_8 p:nth-child(1),
	.other_exp_r .iconex_9 p:nth-child(1),
	.other_exp_r .iconex_10 p:nth-child(1),
	.other_exp_r .iconex_11 p:nth-child(1),
	.other_exp_r .iconex_12 p:nth-child(1){
		font-size: 18px;
	}
	.other_exp_r .iconex_1 p:nth-child(2),
	.other_exp_r .iconex_2 p:nth-child(2),
	.other_exp_r .iconex_3 p:nth-child(2),
	.other_exp_r .iconex_4 p:nth-child(2),
	.other_exp_r .iconex_6 p:nth-child(2),
	.other_exp_r .iconex_7 p:nth-child(2),
	.other_exp_r .iconex_8 p:nth-child(2),
	.other_exp_r .iconex_9 p:nth-child(2),
	.other_exp_r .iconex_10 p:nth-child(2),
	.other_exp_r .iconex_11 p:nth-child(2),
	.other_exp_r .iconex_12 p:nth-child(2){
		font-size: 12px;
	}

	/***************************************
	FUDOL4
	****************************************/
	.fudol4{
		display: block;
		font-size: 0;
		line-height: 0;
		text-align: center;
		padding: 10px 0;
		background: #333;
		border-bottom: 1px solid #ddd;
	}
	.fudol4 a{
		position: relative;
		display: inline-block;
		margin: 0 1px;
		padding: 1px;
		border: 1px solid #666;
	}
	.fudol4 a:first-child{	margin-left: 0;}
	.fudol4 a:last-child{	margin-right: 0;}
	.fudol4 a > img{
		width: 70px;
		height: auto;
	}
	.fudol4 a .icon{
		position: absolute;
		right: 2px;
		bottom: 2px;
	}
	.fudol4 a .icon img{
		width: 25px;
		height: auto;
	}
	.fudol4.tokusyu{
	}
	 .rank + .fudol4{ margin-bottom: 10px;}

	/***************************************
	CATEGORY SELECT
	****************************************/
	.cate{
		width: calc(100% - 6px);
		border-spacing: 2px 0;
		margin: 0 auto;
		padding: 5px 0;
	}
	.cate a,
	.cate span{
		height: 36px;
		font-size: 12px;
		line-height: 12px;
	}
	.cate a{
		box-shadow: 0px 0px 0px 1px #ececec inset;
		-moz-box-shadow: 0px 0px 0px 1px #ececec inset;
		-webkit-box-shadow: 0px 0px 0px 1px #ececec inset;
	}
	.cate span,
	.cate a.on{
		font-size: 12px;
		line-height: 12px;
		margin: 0 1px;
		box-shadow: 0px 0px 0px 1px #ff8cc5 inset;
		-moz-box-shadow: 0px 0px 0px 1px #ff8cc5 inset;
		-webkit-box-shadow: 0px 0px 0px 1px #ff8cc5 inset;
	}
	.cate span:after,
	.cate a.on:after{
		border-style: solid;
		border-width: 6px 5px 0 5px;
		border-color: #ff3399 transparent transparent transparent;
		position: absolute;
		bottom: -6px;
		left: 50%;
		margin-left: -6px;
	}
	.cate a br,
	.cate span br{	display: inline;}
	.cate a i,
	.cate span i{
		display: block;
		font-style: normal;
		font-size: 10px;
		padding: 1px 0 0 0;
		margin: 0 auto;
	}
	
	.cate_sub{
		font-size: 13px;
		line-height: 16px;
		margin: 0 0 10px 0;
		padding: 5px;
		border-radius: 0;
	}
	.cate_sub span{
		display: inline-block;
		vertical-align: top;
		font-weight: bold;
		color: #fff;
		background: #ff0099;
		padding: 0 3px;
		border-radius: 3px;
	}
	.cate_sub a,
	.cate_sub span{	margin: 0;}
	.cate_area+.cate{	padding-top: 0;}
	.cate_slide{
		display: block;
		width: 100%;
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
		 -ms-overflow-style:none;
	}
	.cate_slide::-webkit-scrollbar{
		display:none;
	}
	.cate_slide a,
	.cate_slide span{
		display: inline-flex !important;
		width: calc(100% / 6 + 15px) !important;
		flex-wrap: wrap;
		align-items: center;
		align-content: center;
		justify-content: center;
		margin: 0 1px;
	}
	.cate_slide a:first-child,
	.cate_slide span:first-child{	margin-left: 3px;}
	.cate_slide a:last-child,
	.cate_slide span:last-child{	margin-right: 3px;}

	/***************************************
	NAME SEARCH
	****************************************/
	.name_sc{
		margin: 0;
		padding: 10px;
		border: none;
	}
	.cate+.name_sc{	padding-top: 0;}
	.dis_txt+.name_sc{	border-top: 1px solid #ddd;}
	.name_sc input[type="text"]{
		padding: 7px 7px 7px 37px;
		border-radius: 20px;
		background:  url(../img/all/name_sc.png) no-repeat 10px 50% #ededed;
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.name_sc input::placeholder{
		text-align: center;
		text-indent: -30px;
	}
	.name_sc ul{	margin-top: 10px;}
	.name_sc li{
		width: 100%;
		padding: 10px 7px;
	}
	.name_sc li:nth-of-type(-n+4){
		border-top: none;
	}
	.name_sc li:nth-of-type(-n+1){
		border-top: 1px solid #ddd;
	}
	#name_table{	margin-right: 0;}
	#name_table input[type="text"]{	width: 100%;}
	#name_table ul{
		border: none;
	}
	#name_table li{
		display: block;
		width: 100%;
		margin: 0;
		padding: 0;
		border-bottom: none;
	}
	#name_table li:last-of-type{
		border-bottom: 1px solid #ddd;
	}

	/***************************************
	NEXT
	****************************************/
	.next{
		width: 100%;
		margin: 0;
		padding: 15px 0 10px 0;
	}
	.next span,
	.next a{
		display: inline-block;
		padding: 0 10px;
		font-size: 11px;
		line-height: 30px;
		margin: 0 2px 5px 3px;
	}
	.next_u{
		width: 100%;
		margin: 0;
		padding: 15px 0 10px 0;
	}
	.next_u span,
	.next_u a{
		display: inline-block;
		padding: 0 10px;
		font-size: 11px;
		line-height: 30px;
		margin: 0 2px 5px 3px;
	}

	/***************************************
	ZERO KEN NO TOKI & ERROR
	****************************************/
	.zbox,
	.erbox,
	#col1 .zbox,
	#col1 .erbox{
		height: 240px;
		-webkit-background-size: 197px 140px;
		background-size: 197px 140px;
	}
	.zbox div{
		font-size: 14px;
		line-height: 40px;
	}
	.zbox div.zbox_l30{ line-height: 22px;}
	.zbox p,
	.erbox p{
		font-size: 11px;
		line-height: 16px;
		padding: 0 10px;
	}
	.zero .bt_bg,
	.erbox .bt_bg{
		padding: 10px;
	}
	.zero .bt,
	.erbox .bt{
		display: block;
		width: 100%;
	}

	/***************************************
	OVER
	****************************************/
	.ovbox{
		height: 240px;
		-webkit-background-size: 197px 140px;
		background-size: 197px 140px;
	}
	.ovbox div{
		font-size: 20px;
		line-height: 40px;
	}
	.over .ov1{
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 10px 0;
	}
	.over .ov2{
		font-size: 12px;
		line-height: 20px;
		padding: 0 10px 20px 10px;
	}
	.over .ov3{
		padding: 10px;
	}

	/***************************************
	BANNER SP ONLY
	****************************************/
	.bnr_sp_only{
		display: block;
		font-size: 0;
		line-height: 0;
		text-align: center;
	}
	.bnr_sp_only a{
		display: block;
		margin-bottom: 10px;
	}
	.bnr_sp_only a:last-child{
		margin-bottom: 0;
	}
	.bnr_sp_only img{	width: 300px;}
	.bnr_sp_only.bottom{
		padding-bottom: 10px;
	}
	.bnr_sp_only.totyu{
		padding: 10px 0;
		border-bottom: 1px solid #ddd;
	}
	.bnr_sp_only.tokusyu{
		border-top: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px 0;
	}

	/***************************************
	FONT SIZE
	****************************************/
	/** font-size **/
	.fzcome{
		font-size: 14px !important;
		line-height: 22px !important;
	}
	.fzlink{
		font-size: 15px !important;
	}

	/***************************************
	OTHER
	****************************************/
	.pc_none{	display: inline;}
	.sp_none{	display: none;}

	/***************************************
	TOP DES
	****************************************/
	.dis_txt{
		width : -webkit-calc(100% - 20px);
		width : calc(100% - 20px);
		margin: 10px auto;
		min-height: 30px;
	}
	.dis_txt p{
		font-size: 12px;
		line-height: 14px;
		padding: 8px 5px 8px 32px;
	}
	.dis_txt p::after {
		left: 7px;
	}

	/** arrow **/
	.arrow{
		text-align: left;
		margin: 3px 0 7px 0;
	}
	.arrow ul{
		display: block;
		margin: 0 10px;
	}
	.arrow li{
		white-space: normal;
		font-size: 11px;
		padding: 7px 0 7px 15px;
		border-bottom: 1px dotted #ddd;
	}
	.arrow li::before{	top: 9px;}
	.arrow li::after{	top: 12px;}

	.arrow li a{	color: #ff0000;}
	img.lazy{
		-webkit-transition	: none !important;
		-moz-transition		: none !important;
		-o-transition		: none !important;
		transition		: none !important;
	}

	/***************************************
	BOTTOM FIXED DIV
	****************************************/
	.fix_div{
		width: 100%;
		height: 80px;
		border-radius: 0;
		padding: 0;
		left: 0;
	}
	.fix_div:after{
		content: '';
		width: 110%;
		height: 50px;
		position: absolute;
		z-index: 199;
		bottom: -5px;
		left: calc(100% - 105%);
	}
	.fix_table_bg{
		display: block;
	}
	.fix_tb{	padding-right: 73px;}
	.fix_tb.chat_table{	padding-right: 0;}
	.fix_tb div{	left: calc(50% - 83px);}
	.fix_tb.chat_table div{	left: calc(50% - 47px);}
	.fix_tel{
		display: inline-block;
		vertical-align: top;
		width: 70px;
		margin: 0;
	}
	.fix_tel_pc{	display: none;}
	.fix_tel_sp{
		display: inline-block;
		width: 70px;
		height: 70px;
		font-size: 10px;
		font-weight: bold;
		line-height: 12px;
		color: #fff;
		border-radius: 50%;
		padding: 48px 0 0 0;
		background-image: url(../img/all/fix_div_tel.png) !important;
		background-repeat: no-repeat !important;
		background-position: 15px 13px !important;
		-webkit-background-size: 42px auto !important;
		background-size: 42px auto !important;
		position: fixed;
		z-index: -1;
		bottom: 10px;
		right: calc(50% - 105px);
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.chat_table_bg+.fix_tel .fix_tel_sp{ right: calc(50% - 142px); }
	.fix_txt{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		align-items: center;
		width: 100%;
		height: 43vh;
		color: #fff;
		background: rgba(0, 0, 0, 0.9);
		box-shadow:0px 1px 10px 0px rgba(0, 0, 0, 0.9);
		position: fixed;
		top: -100vh;
		left: 0;
		z-index: 201;
	}
	.fix_tel.tap+.fix_txt{
		top: 0;
		animation-duration: 0.3s;
		animation-name: LtoR;
		animation-iteration-count: 1;
	}
	@keyframes LtoR{
	  0%{
		transform: translateY(-100%);
	  }
	  100%{
		transform: translateY(0);
	  }
	}
	.fix_txt p{
		display: -webkit-inline-flex;
		display: -moz-inline-flex;
		display: -ms-inline-flex;
		display: -o-inline-flex;
		display: inline-flex;
		align-items: center;
		font-size: 13px;
		line-height: 18px;
		text-align: left;
		padding: 90px 10px 20px 10px;
		background: url(../img/all/fix_txttel.png) no-repeat top center;
		-webkit-background-size: 180px auto;
		background-size: 180px auto;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.fix_txt p{}
	.fix_txt p span{
		width: 40px;
		height: 40px;
		color: #fff;
		background: #ff6c00;
		border: 2px solid #ffa96a;
		border-radius: 50%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: absolute;
		bottom: 10px;
		right: 10px;
	}

	.fix_txt p span:before{
		content: '';
		position: absolute;
		top: 17px;
		left: 5px;
		width: 25px;
		height: 1px;
		background-color: currentColor;
		-webkit-transform: rotate(-45deg);
		      transform: rotate(-45deg);
	}

	.fix_txt p span:after{
		content: '';
		position: absolute;
		top: 17px;
		left: 5px;
		width: 25px;
		height: 1px;
		background-color: currentColor;
		-webkit-transform: rotate(45deg);
		      transform: rotate(45deg);
	}
	/*
	.fix_txt p:after{
		content: '';
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 0 8px 8px;
		border-color: transparent transparent transparent #ff6c00;
		position: absolute;
		top: calc(50% - 8px);
		right: -8px;
	}
	*/

	/** his_bt **/
	.his_bt{
		display: none;
		position: relative;
		font-size: 12px;
		line-height: 20px;
		text-align: left;
		color: #fff;
		background: #ff3399;
		padding: 4px 5px 4px 20px;
	}
	.his_bt.his_bt_disp{
		display: block;
	}
	
	.his_bt:before{
	  content: '';
	  position: absolute;
	  top: calc(50% - 3px);
	  left: 10px;
	  width: 4px;
	  height: 4px;
	  border-left: solid 1px currentColor;
	  border-top: solid 1px currentColor;
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}

	/***************************************
	INDUCTION PAGE CSS
	****************************************/
	.indbox_bg{
		width: auto;
		margin: 0;
	}
	.indbox{
		border-top: none;
		border-left: none;
		border-right: none;
		margin: 0;
		padding: 20px 0;
	}
	.indbox:after{
		content: '';
		width: 12px;
		height: 12px;
		background: #fff;
		border-bottom: 1px solid #ddd;
		border-left: 1px solid #ddd;
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		position: absolute;
		bottom: -7px;
		left: calc(50% - 6px);
	}
	.indbox_l,
	.indbox_r{
		display: table-cell;
		vertical-align: middle;
	}
	.indbox_l{
		width: 55px;
		text-align: center;
		border: none;
	}
	.indbox_l span{
		width: 35px;
		height: 35px;
		font-size: 18px;
		line-height: 18px;
		padding-top: 4px;
	}
	.indbox_l span:after{
		font-size: 10px;
		line-height: 10px;
		width: 100%;
		position: absolute;
		top: 22px;
		left: calc(50% - 17.5px);
	}
	.indbox_l span.bk_span{
		font-size: 10px;
		line-height: 10px;
		border-radius: 2px;
		padding-top: 3px;
	}
	.indbox_r{
		padding: 0 10px 0 0;
	}

	/***************************************
	SHOP NARROW
	****************************************/
	.shopmenu_fix + .narrow{
		margin-top: 5px;
	}
	.narrow{
		text-align: left;
		margin: 0 0 10px 0;
		padding: 0 10px;
		background: none;
	}
	.narrow .nbt{
		position: relative;
		width: 100%;
		font-size: 15px;
		line-height: 44px;
		margin-right: 0;
		padding: 0 15px;
	}
	.narrow .nbt:before{
	  content: '';
	  width: 10px;
	  height: 10px;
	  border-top: solid 1px currentColor;
	  border-right: solid 1px currentColor;
	  position: absolute;
	  top: calc(50% - 9px);
	  right: 12px;
	  -webkit-transform: rotate(135deg);
	          transform: rotate(135deg);
	}
	.narrow .nbt.active:before{
	  content: '';
	  position: absolute;
	  width: 18px;
	  height: 1px;
	  border: none;
	  position: absolute;
	  top: 21px;
	  right: 7px;
	  background-color: currentColor;
	  -webkit-transform: rotate(45deg);
	          transform: rotate(45deg);
	}
	.narrow .nbt.active:after{
	  content: '';
	  position: absolute;
	  width: 18px;
	  height: 1px;
	  position: absolute;
	  top: 21px;
	  right: 7px;
	  background-color: currentColor;
	  -webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}
	.narrow .nbt em{	font-size: 12px;}
	.narrow .nbt.active{
		border-radius: 3px;
	}
	.narrow ul{
		display: none;
		overflow: hidden;
		padding: 0;
		width: auto;
		position: static;
		border-radius: 0 0 0 0;
		border: none;
	}
	.narrow li{
		width: auto;
		display: block;
		margin-left: 0;
	}
	.narrow li:last-of-type{
		border-bottom: 1px solid #ddd;
	}
	.narrow li a,
	.narrow li span{
		display: block;
		font-size: 15px;
		line-height: 20px;
		padding: 12px 0;
	}
	.narrow li em{font-size: 11px;}
	.narrow li span.on,
	.narrow li a.on{
		position: relative;
		padding-left: 17px;
	}
	.narrow li span.on:after,
	.narrow li a.on:after{
		content: '';
		color: #000;
		width: 10px;
		height: 4px;
		position: absolute;
		top: 17px;
		left: 0;
		border-bottom: solid 1px currentColor;
		border-left: solid 1px currentColor;
		-webkit-transform: rotate(-45deg);
	          transform: rotate(-45deg);
	}

	/***************************************
	BANNER
	****************************************/
	/** sp_fgb **/
	.sp_fgb{
		border: none;
		padding: 10px 0 5px 0;
	}
	.sp_fgb:before{	display: none;}


	/***************************************
	FONT SIZE CHANGE CSS
	****************************************/
	.fz_btbox{
		text-align: right;
		margin: 0 10px;
		padding: 3px;
	}
	.fz_btbox p{
		display: inline-block;
		vertical-align: top;
		font-size: 12px;
		font-weight: bold;
		line-height: 24px;
		padding: 0 5px 0 0;
	}
	.fz_btbox .bt_on,
	.fz_btbox .bt_a{
		width: 60px;
		line-height: 24px;
		margin: 0 1.5px;
	}
	.fz_l{
		font-size: 18px !important;
		line-height: 32px !important;
	}


	/***************************************
	ANCHOR LINK
	****************************************/
	a.anchor{
		display: block;
		padding-top: 43px;
		margin-top: -43px;
	}
	.anchor2{
		display: block;
		margin-top: -93px;
		padding-top: 93px;
	}
	.anchor3{
		display: block;
		margin-top: -119px;
		padding-top: 119px;
	}
}

