
/* ==============================================================================
    CSS for touch-screen : common.css
============================================================================== */

/* ----------------------------------------------------------
  Common Settings : css-reset
---------------------------------------------------------- */
html{
font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
overflow-y:scroll;
-webkit-text-size-adjust:none;
-webkit-font-smoothing: antialiased;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
}

body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,form,fieldset,legend,input,textarea,pre,code,blockquote,th,td{
margin:0;
padding:0;
}

div,h2,h3,h4,h5,h6,p,li,dt,dd,pre,code,blockquote,th,td{
word-break:break-all;
}

br{
letter-spacing:0;
}

fieldset,img{
border:0;
}

li{
list-style:none;
}

caption,th{
text-align:left;
}

h1,h2,h3,h4,h5,h6,th{
font-size:100%;
font-weight:normal;
font-style:normal;
}

input,textarea,select{
font-family:inherit;
font-size:inherit;
font-weight:inherit;
color:#333;
}

input[type="submit"]{
cursor:pointer;
}

select{
background-color:#ffffff !important;
}

address,caption,cite,code,dfn,var{
font-style:normal;
font-weight:normal;
}

abbr,acronym{
border:0;
font-variant:normal;
}

del,u{
text-decoration:none;
}

/*=================================================
 * CSS MAIN
 * ================================================= */

body{
	text-align	: center;
	font-size	: 12px;
	line-height	: 16px;
	font-family: Meiryo,'Hiragino Kaku Gothic ProN','Hiragino Sans',sans-serif;
    -webkit-text-size-adjust: 100%;
	scrollbar-face-color: #ffffff;
	scrollbar-3dlight-color: #553f09;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #553f09;
	scrollbar-arrow-color: #553f09;
	scrollbar-track-color: #ffffff;
	-webkit-font-smoothing: subpixel-antialiased;
}

a{
	color: #ff3399;
	text-decoration	: none;
}

a:hover{
	text-decoration	: underline;
}

a[href^="tel:"] { cursor: default; text-decoration: none; color: #333}
a[href^="tel:"]:hover{	text-decoration: none;}

h1,h2,h3{
	font-size	: 13px;
}

ul{
	list-style-type	: none;
}

li{
	margin		: 0px;
	padding		: 0px;
}

table{
	font-size	: 13px;
}

table tr{
	vertical-align	: top;
}

em{
	font-style		: normal;
}


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

body,
header,
nav,
main{	min-width: 1200px;}

body{
	overflow: hidden;
}

body::before{
	content:"";
	display:block;
	position: absolute;
	top:0;
	left:0;
	z-index:0;
	width:100%;
	height:100vh;
	background:
	url(../img/index/main_bg.png) no-repeat center center , url(../img/index/mvcover.png) repeat center center;
	-webkit-background-size: cover, 2px 4px;
	background-size: cover, 2px 4px;
}


/** header **/

#hd{
	position: relative;
	width: 100%;
	height: 140px;
	background: rgba(31, 31, 31, 0.5);
	z-index: 100;
	-webkit-transition	: 0.5s ease-in-out;
	-moz-transition	: 0.5s ease-in-out;
	-o-transition	: 0.5s ease-in-out;
	transition		: 0.5s ease-in-out;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
header.fixed #hd{	background: rgba(31, 31, 31, 1);}

header.fixed2{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
}
header.fixed2+main{	padding-top: 140px;}

#hd h1{
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	color: #666;
	text-align: left;
	padding: 0 0 0 22px;
}

#hd h2{
	text-align: left;
	padding: 0 0 19px 22px;
}

#hd h2 a{	display: inline-block;}

#hd h2 img{
	width: 321px;
	height: 47px;
}


/** sub **/

#sub{
	width: 500px;
	height: 90px;
	text-align: right;
	padding: 10px 10px 0 0;
	background: url(../img/all/hbt_fix.png) no-repeat 70px 0;
	-webkit-background-size: 370px 90px;
	background-size: 370px 90px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#sub a{
	display: inline-block;
	vertical-align: top;
	width: 70px;
	height: 70px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	text-align: center;
	color: #1f1f1f;
	margin: 0 0 0 1px;
	padding-top: 47px;
	-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;
}

/*
#sub a.sub_line1,
#sub a.sub_line2{
	font-size: 12px;
	line-height: 12px;
	padding-top: 39px;
}
*/

#sub a:hover{
	text-decoration: none;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
/*
#sub a.sub_line1{
	background: url(../img/all/sub_i3.png) no-repeat top center, rgb(255,255,255);
	background: url(../img/all/sub_i3.png) no-repeat top center, linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(211,216,221,1) 30%, rgba(255,255,255,1) 50%, rgba(0,223,42,1) 100%);
	background-size: 70px auto, auto;
}
*/
#sub a.sub_line2{
	background: url(../img/all/sub_i3.png?t=0904) no-repeat top center #00df2a;
	background-size: 70px auto;
}
#sub a:nth-of-type(2){
	background: url(../img/all/sub_i2.png) no-repeat top center #d1ab59;
	background-size: 70px auto;
}


/** nav **/

#modal_bt{	display: none;}

#menu{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 15px 0;
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

#menu a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 20px;
	color: #333;
	margin: 0 15px;
	-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;
}

#menu a:after{
	content: '|';
	color: #ddd;
	position: absolute;
	top: -1.5px;
	right: -17.5px;
}
#menu a:nth-of-type(8):after{	display: none;}
#menu a:nth-of-type(9),
#menu a:nth-of-type(10),
#menu a:nth-of-type(11),
#menu a:nth-of-type(12){	display: none;}

#menu a:hover{
	text-decoration: none;
	color: #d1ab59;
}


/** main **/

main{
	position: relative;
	display: block;
	background: #fff;
}

#guide_line{
	font-size: 11px;
	line-height: 12px;
	color: #666;
	background: #1f1f1f;
	padding: 0 0 35px 0;
}
#guide_line a{	color: #fff;}

#cnttxt{
	position: relative;
	font-size: 16px;
	line-height: 28px;
	padding: 50px 0;
}
#cnttxt:after{
	content: '';
	width: 100px;
	height: 3px;
	background: #d5d9dd;
	position: absolute;
	bottom: 0;
	left: calc(50% - 50px);
}


/** footer **/

#fbanner{
	font-size: 0;
	line-height: 0;
	text-align: center;
	padding: 60px 0;
	border-top: 1px solid #d5d9dd;
	-webkit-background-size: 2px 2px;
	-moz-background-size: 2px 2px;
	background-size: 2px 2px;
	background-color: #eceef0;
	background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #d4d6d8), color-stop(.5, transparent), to(transparent));
	background-image: -moz-linear-gradient(left, #d4d6d8 50%, transparent 50%, transparent);
	background-image: -o-linear-gradient(left, #d4d6d8 50%, transparent 50%, transparent);
	background-image: linear-gradient(left, #d4d6d8 50%, transparent 50%, transparent);
}

#fbanner a{
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

#fbanner br{	display: none;}

footer{
	background: #1f1f1f;
	text-align: center;
}

#ft{
	position: relative;
	width: 1200px;
	height: 280px;
	margin: 0 auto;
	background: url(../img/all/footer.png) no-repeat top center;
}

footer .up a{
	display: inline-block;
	vertical-align: top;
	width: 100px;
	font-family: "FontA";
	font-size: 20px;
	line-height: 100px;
	color: #191919;
	background: #d1ab59;
	border-radius: 50%;
	position: absolute;
	top: -50px;
	right: 190px;
	-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;
}
footer .up a:hover{
	text-decoration: none;
	color: #d1ab59;
	background: #191919;
}

footer .fmenu{
	width: 730px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	padding: 50px 0 0 0;
}

footer .fmenu a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 150px;
	font-size: 11px;
	line-height: 38px;
	color: #fff;
	border-bottom: 2px solid #333;
	margin: 0 30px 0 0;
	padding: 0 0 0 14px;
	-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;
}
footer .fmenu a:before{
	content: '';
	width: 2px;
	height: 2px;
	background: #fff;
	position: absolute;
	top: 18px;
	left: 6px;
	-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;
}
footer .fmenu a:hover{
	text-decoration: none;
	color: #d1ab59;
}
footer .fmenu a:hover:before{	background: #d1ab59;}
footer .fmenu a:last-of-type{
	display: block;
	width: 200px;
	font-size: 13px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #313131;
	border: none;
	border-radius: 15px;
	margin: 20px 0 0 0;
	padding: 0;
}
footer .fmenu a:last-of-type:before{	display: none;}
footer .fmenu a:last-of-type:hover{
	color: #1f1f1f;
	background: #d1ab59;
}

footer address{
	width: 480px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 170px;
	right: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
footer address:before{
	content: 'WEB.FUCOLLE.COM';
	width: 480px;
	font-family: "FontA";
	font-size: 44px;
	line-height: 48px;
	text-align: center;
	position: absolute;
	top: -67px;
	right: 0;
}

#foot_tel{	display: none;}

video{
	position: fixed;
	bottom: 0;
	left: 50%;
	transform:translateX(-50%);
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -2;
	background-size: cover;
	background-color: #000000;
}


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

@media screen and (max-width: 650px) {
	body,
	header,
	nav,
	main{	min-width: auto;}
	body{
		overflow: hidden;
		min-width: auto;
		padding-top: 60px;
		z-index: 2;
	}
	body::before{
		content:"";
		display:block;
		position: absolute;
		top:0;
		left:0;
		z-index:0;
		width:100%;
		height:100vh;
		background:
		url(../img/index/sp_infobg.png) bottom center no-repeat , url(../img/index/sp_topimg.png) center center no-repeat , url(../img/index/mvcover.png) repeat center center;
		-webkit-background-size: 650px 60px, contain, 1px 2px;
		background-size:  650px 60px, contain, 1px 2px;
	}
	a[href^="tel:"] { cursor: pointer;}
	a:hover{	text-decoration: none;}
	#sub{	display: none;}

	/** header **/
	#hd,
	header.fixed #hd{
		text-align: left;
		width: 100%;
		height: 60px;
	}
	header.fixed2+main{	padding-top: 0;}
	#hd h1{
		width: 100%;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
		padding: 0 5px;
		position: absolute;
		top: -300px;
		left: 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#hd h2{
		position: relative;
		display: inline-block;
		text-align: left;
		z-index: 3;
		padding: 14px 0 0 11px;
	}
	#hd h2 img{
		width: 230px;
		height: auto;
	}
	header{
		width: 100%;
		height: 60px;
		margin: 0;
		position: fixed;
		background: #1f1f1f;
		z-index: 100;
		top: 0;
		left: 0;
	}
	#hd,
	header.fixed #hd{
		position: relative;
		top: 0;
		left: 0;
	}

	/** nav **/
	nav,
	header.fixed nav{
		width: 100%;
		height: 60px;
		position: fixed;
		top: 0;
		left: 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;
	}
	header.fixed nav{	top: 0;}

	/** modal **/
	#modal_bt{
		display: inline-block;
		width: 70px;
		height: 70px;
		background: url(../img/all/modal_bt.png) no-repeat;
		-webkit-background-size: 70px 70px;
		background-size: 70px 70px;
		position: fixed;
		top: 0;
		right: 0;
		cursor: pointer;
	}
	.modal{	display: none;}
	.modal{
		position: fixed;
		display: block;
		z-index: 10005;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.92);
		-webkit-transition: all 0.1s;
		transition: all 0.1s;
		visibility: hidden;
		opacity: 0;
		filter: alpha(opacity=0);
		padding-top: 60px;
		overflow-y: auto;
		-ms-overflow-style: none;
		-webkit-overflow-scrolling: touch;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.modal:after{
		content: '';
		width: 100%;
		height: 60px;
		background:
		url(../img/all/logo.png) no-repeat 11px 14px,
		url(../img/all/modal1.png) no-repeat top right rgba(0, 0, 0, 0.92);
		-webkit-background-size: 230px auto, 320px 60px;
		background-size: 230px auto, 320px 60px;
		position: fixed;
		display: block;
		z-index: 10006;
		top: 0;
		left: 0;
	}
	.modal::-webkit-scrollbar{	display: none;}
	header.open nav .modal{
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		visibility: visible;
		opacity: 1;
		filter: alpha(opacity=100);
	}
	#menu,
	header.fixed nav #menu{
		width: auto;
		text-align: left;
		margin: 0 10px;
		padding: 0 0 120px 0;
		background: none;
		border-radius: 0;
	}
	#menu a{
		position: relative;
		display: block;
		font-size: 19px;
		font-weight: bold;
		line-height: 30px;
		color: #fff;
		margin: 0;
		padding: 10px 0 10px 40px;
		border-bottom: 1px solid #222;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#menu a:before{
		content: '';
		width: 5px;
		height: 5px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		position: absolute;
		top: 23px;
		right: 10px;
		-webkit-transition	: 0.2s ease-in-out;
		-moz-transition	: 0.2s ease-in-out;
		-o-transition	: 0.2s ease-in-out;
		transition		: 0.2s ease-in-out;
		-webkit-transform: rotate(45deg);
		   -moz-transform: rotate(45deg);
		    -ms-transform: rotate(45deg);
		     -o-transform: rotate(45deg);
		        transform: rotate(45deg);

	}
	#menu a:nth-of-type(1){	background: url(../img/all/sp_m1.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(2){	background: url(../img/all/sp_m2.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(3){	background: url(../img/all/sp_m3.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(4){	background: url(../img/all/sp_m4.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(5){	background: url(../img/all/sp_m5.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(6){	background: url(../img/all/sp_m6.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(7){	background: url(../img/all/sp_m7.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(8){	background: url(../img/all/sp_m8.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(9){	background: url(../img/all/sp_m11.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(10){	background: url(../img/all/sp_m9.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(11){	background: url(../img/all/sp_m10.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:nth-of-type(12){	background: url(../img/all/sp_m10.png) no-repeat 0 50%; -webkit-background-size: 30px 30px; background-size: 30px 30px;}
	#menu a:after{	display: none;}
	#menu a:nth-of-type(9),
	#menu a:nth-of-type(10),
	#menu a:nth-of-type(11),
	#menu a:nth-of-type(12){	display: block;}


	/** pan **/
	#guide_line{
		font-size: 10px;
		line-height: 12px;
		padding: 0 5px 22px 5px;
	}
	#cnttxt{
		position: relative;
		font-size: 13px;
		line-height: 20px;
		text-align: left;
		padding: 10px 10px 20px 10px;
	}
	#cnttxt:after{
		content: '';
		width: 80px;
		height: 3px;
		position: absolute;
		bottom: -3px;
		left: calc(50% - 40px);
	}

	/** foot_tel SP ONLY **/
	#foot_tel{
		display: block;
		position: fixed;
		z-index: 3;
		bottom: 0;
		width: 100%;
		text-align: left;
		animation-name: scrollIn;
		animation-duration: 0.3s;
		animation-timing-function: ease-out;
		animation-delay: 1s;
		animation-iteration-count: 1;
		animation-fill-mode: backwards;
	}
	@keyframes scrollIn {
		0% {
			bottom: -65px;
		}
			100% {
			bottom: 0;
		}
	}
	#foot_tel a{	color: #fff;}
	#foot_tel a:hover{	text-decoration: none;}
	#foot_tel_box{
		position: relative;
		width: 100%;
		display: flex;
		justify-content: space-around;
		padding: 0 2.5px 5px 2.5px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	#foot_tel #foot_tel_box:before{
		content:"";
		display:block;
		position: absolute;
		bottom:0;
		left:0;
		z-index:-1;
		width:100%;
		height:50px;
		background: rgba(31, 31, 31, 0.8);
	}
	#foot_tel #foot_tel_box a{
		position: relative;
		width: calc(100% / 3 - 5px);
		height: 60px;
		font-size: 14px;
		font-weight: bold;
		line-height: 14px;
		text-align: center;
		border-radius: 4px;
		padding: 43px 0 0 0;
		color: #222;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	/*
	#foot_tel #foot_tel_box a.fbt_line1,
	#foot_tel #foot_tel_box a.fbt_line2{
		font-size: 12px;
		line-height: 12px;
		padding: 33px 0 0 0;
	}
	*/
	#foot_tel #foot_tel_box a:nth-of-type(1){
		padding-left: 16px;
		background: url(../img/all/foot_i1.png) no-repeat top center #fff;
		background-size: 60px auto;
	}
	#foot_tel #foot_tel_box a:nth-of-type(1):after{
		content: "";
		width: 15px;
		height: 15px;
		background: url(../img/all/kotei.png) no-repeat top center;
		background-size: 15px auto;
		position: absolute;
		bottom: 3px;
		left: calc(50% - 23px);
	}
	/*
	#foot_tel #foot_tel_box a.fbt_line1{
		background: url(../img/all/foot_i4.png) no-repeat top center, rgb(255,255,255);
		background: url(../img/all/foot_i4.png) no-repeat top center, linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(211,216,221,1) 30%, rgba(255,255,255,1) 50%, rgba(0,223,42,1) 100%);
		background-size: 60px auto, auto;
	}
	*/
	#foot_tel #foot_tel_box a.fbt_line2{
		background: url(../img/all/foot_i4.png?t=0904) no-repeat top center #00df2a;
		background-size: 60px auto;
	}
	#foot_tel #foot_tel_box a:nth-of-type(3){
		background: url(../img/all/foot_i3.png) no-repeat top center #d1ab5a;
		background-size: 60px auto;
	}


	/** footer **/
	#fbanner{	padding: 10px 10px 30px 10px;}
	#fbanner a{	margin: 0 0 10px 0;}
	#fbanner a:last-of-type{	margin: 0;}
	#fbanner a img{
		width: 300px;
		height: 38px;
	}
	#fbanner br{	display: inline;}
	footer{
	}
	#ft{
		position: relative;
		width: auto;
		height: auto;
		margin: 0;
		padding: 40px 0 80px 0;
		background: url(../img/all/sp_footer_line.gif) repeat-y top center;
		-webkit-background-size: 1px auto;
		background-size: 1px auto;
	}
	footer .up a{
		width: 160px;
		font-size: 18px;
		line-height: 40px;
		border-radius: 20px;
		position: absolute;
		z-index: 2;
		top: -20px;
		right: calc(50% - 80px);
	}
	footer .fmenu{
		width: auto;
		padding: 0 4px 0 10px;
	}
	footer .fmenu a{
		width: calc(100% / 2 - 6px);
		font-size: 10px;
		line-height: 12px;
		margin: 0 6px 0 0;
		padding: 8px 0 8px 12px;
	}
	footer .fmenu a:before{
		content: '';
		width: 2px;
		height: 2px;
		position: absolute;
		top: 13px;
		left: 4px;
	}
	footer .fmenu a:last-of-type{
		display: block;
		width: 160px;
		font-size: 10px;
		line-height: 24px;
		border-radius: 12px;
		margin: 20px auto;
		padding: 0;
	}
	footer .fmenu a:last-of-type:before{	display: none;}
	footer .fmenu a:last-of-type:hover{
		color: #1f1f1f;
		background: #d1ab59;
	}
	footer .fmenu .sp_none{	display: none;}
	footer address{
		width: auto;
		height: 120px;
		font-size: 10px;
		line-height: 16px;
		color: #fff;
		text-align: center;
		padding: 60px 0 0 0;
		background: url(../img/all/sp_footer.png) no-repeat top center;
		-webkit-background-size: 320px auto;
		background-size: 320px auto;
		position: relative;
		top: 0;
		left: 0;
	}
	footer address:before{
		content: 'WEB.FUCOLLE.COM';
		width: 300px;
		font-family: "FontA";
		font-size: 28px;
		line-height: 28px;
		text-align: center;
		position: absolute;
		top: 27px;
		right: calc(50% - 150px);
	}
	video{
	  width: auto;
	  height: 100%;
	}
}


