/*************************************************
 *		cssリセット
 **************************************************/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*************************************************
 *		css基本設定
 **************************************************/
html,body{
	width:100%;
}
html {
	font-size:62.5%;
} 
body {
	font-family:-apple-system,Verdana,'メイリオ',meiryo,'Hiragino Kaku Gothic ProN','游ゴシック Medium','Droid Sans Japanese',sans-serif;
	font-size:12px;
	font-size:1.2rem;
	line-height:1.2;
	color:#666;
}
body{
	-webkit-animation: fadeIn 2s linear 1; /* Safari & Chrome */
	-moz-animation: fadeIn 2s linear 1; /* Firefox */
	-o-animation: fadeIn 2s linear 1;  /* Opera */
	animation: fadeIn 2s linear 1;
}
@-webkit-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-moz-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@-o-keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}
@keyframes fadeIn {
	0% { opacity:0; }
	100% { opacity:1; }
}

p{
	margin:0 0 10px 0;
}

ul{list-style:none;margin:0;padding:0;}
hr{border:0;height:20px;margin:0;}

.clearfix:before,
.clearfix:after{
	content:"";
	clear:both;
	display:block;
	height:0;
}
.clearfix {
	min-height: 1%;
	zoom:1;
}
* html .clearfix {
	height: 1%;
	/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
body a{
	transition: all, 0.5s, linear;
	-moz-transition: all, 0.5s, linear;
	-o-transition: all, 0.5s, linear;
	-webkit-transition: all, 0.5s, linear;
}

a:link    {color: #666; text-decoration: none;}
a:visited {color: #666; text-decoration: none;}
a:active  {color: #666; text-decoration: none;}
a:hover   {color: #000; text-decoration: none;}

/* ------------------------------------- 
 *重なり
 * ------------------------------------- */
div#header{z-index:300;}
div#main{z-index:100;}
div#footer{z-index:200;}
/*div#header内 */
div#menuClose{z-index:330;}
div#menu{z-index:320;}
div#menuOpen{z-index:310;}
ul#navLang{z-index:310;}
ul#navMember{z-index:311;}
/* ------------------------------------- 
 *メイン
 * ------------------------------------- */
div#main{
  width:96%;
  max-width:1200px;
  margin:120px auto 0 auto;
  position:relative;
  display:block;
  overflow:hidden;
}
/* メイン：780px
====================================================*/
@media only screen and (max-width: 780px) {
  div#main{
  margin:70px auto 0 auto;
  }
}
/* ------------------------------------- 
 *ヘッダー
 * ------------------------------------- */
div#header{
  width:100%;
  height:120px;
  position:fixed;
  top:0;
  left:0;
  background:#fff;
}
div#sliderWrap{
  margin-top:120px;/* div#headeに対応 */
  width: 100%;
    height: auto;
    overflow: hidden;
}
div#header a{
  color:#666;
  -moz-transition: all, 0.5s, linear;
  -o-transition: all, 0.5s, linear;
  -webkit-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear;
}
div#header a:hover{
  color:#000;
}
h1{
  width:180px;
  height:45px;
  position:absolute;
  top:35px;
  left:40px;
}
h1 img{
  width:100%;
  height:100%;
  display:block;
}
/* 営業日変更告知*/
div#tempoInfo{
  width:100%;
  color:#f00;
  font-size:11px;
  font-size:1.1rem;
  line-height:1.4;
  position:absolute;
  top:2px;
  left:10px;
  display:block;
}
@media only screen and (max-width: 780px) {
div#tempoInfo{
  width: -webkit-calc(100% - 220px);
  width: -moz-calc(100% - 220px);
  width: calc(100% - 220px);
  left:170px;
  top:22px;
}  
}
/* ナビ（カテゴリー）*/
ul#navCat{
  width:100%;
  position:absolute;
  bottom:0;
  right:0;
  text-align:center;
  font-size:13px;
  font-size:1.3rem;
  font-weight:bold;
  overflow:hidden;
}
ul#navCat li{
  margin:0 1%;
  display:inline-block;
  position:relative;
  color:#999;
}
ul#navCat li a{
  width: auto;
  padding:0;
  display:block;
  position: relative;
  overflow: hidden;
}
ul#navCat li.active a{
  color:#000;
  font-weight:bold;
  cursor:default;
}
/* ナビ（言語・義志）*/
ul#navLang{
  position:absolute;
  top:10px;
  right:0;
  text-align:center;
}
ul#navLang li{
  margin:0 10px;
  display:inline-block;
}
ul#navLang li.active a{
  color:#000;
  font-weight:bold;
  cursor:default;
}
ul#navLang li.active{
  color:#000;
  	font-weight:bold;
}
/* ナビ（メンバー・検索・カート）*/
ul#navMember{
	width:290px;
	position:absolute;
	bottom:20px;
	right:0;
}
ul#navMember li{
	width:165px;
	margin:0;
	float:left;
  	position:relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul#navMember li#account{
	height:24px;
	padding:3px 0;
}
ul#navMember li#account span#name{
	display:none;
}
ul#navMember li#cart{
	width:60px;
	height:60px;
	margin:0;
	float:right;
	-moz-transition: all, 0.5s, linear;
	-o-transition: all, 0.5s, linear;
	-webkit-transition: all, 0.5s, linear;
	transition: all, 0.5s, linear;
}
ul#navMember li#cart img{
	width:100%;
	height:100%;
	display:block;
}
ul#navMember li#search input[type="text"]{
	width:165px;
  	height:30px;
	padding:0 5px;
	font-family:-apple-system,Verdana,'メイリオ',meiryo,'Hiragino Kaku Gothic ProN','游ゴシック Medium','Droid Sans Japanese',sans-serif;
  border:1px solid #eee;
  	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
ul#navMember li#search input[type="text"]:focus{
	outline: 0;
	border:1px solid #000;
}
ul#navMember li#search input[type="text"]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
ul#navMember li#search input[type="submit"]{
	width:21px;
	height:21px;
    position: absolute;
    top: 5px;
    right: 5px;
	border:none;
	background: url('http://www.fulyu.jp/2016-onlineshop/parts/searchBt.png') center center no-repeat;
	background-size: 20px 20px;
  	opacity:0.5;
  cursor:pointer;
}
ul#navMember li#search input[type="submit"]:hover{
  	opacity:1.0;
}
ul#navMember li#search input[type="submit"]:focus{
	outline: 0;
	border:1px solid #000;
}
ul#navMember li#yoshiyuki{
  width:50px;
  height:50px;
  margin:12px 0 0 0;
  float:right;
}
ul#navMember li#yoshiyuki img{
  width:100%;
  height:100%;
  display:block;
}
/* ナビ（その他）*/
ul#navOthers{
	display:none;
}
/* メニューボタン */
div#menu{
	display:block;
}
div#menuOpen,
div#menuClose{
	display:none;
}
/* ヘッダー：780px
====================================================*/
@media only screen and (max-width: 780px) {
	div#header {
		height: 70px;
	}
	div#sliderWrap{
		margin-top:70px;/* div#headeに対応 */
	}
	h1 {
		width: 140px;
		height: auto;
		position: absolute;
		top: 18px;
		left: 10px;
	}
	h1 img{
		width: 100%;
		height: auto;
	}
	/* 言語・義志 */
	ul#navLang{
		width:100%;
		height:60px;
		top:0;
	}
	ul#navLang li{
		width:auto;
		height:auto;
		margin:0;
		display:block;
		overflow:hidden;
		position:absolute;
		right:0;
	}
	ul#navLang li a{
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
		height:10px;
		padding:10px;
		display:block;
	}
	ul#navLang li#ja {
		top:0;
	}
	ul#navLang li#en {
		top:25px;
	}
	ul#navLang li#yoshiyuki {
		width: 50px;
		height: 50px;
		top:5px;
	}
	ul#navLang li#yoshiyuki a{
		width: 100%;
		height: 100%;
		padding:0;
		top:0;
	}
	/* 会員・ログイン */
	ul#navMember {
		width:100%;
		height:80px;
		top: 60px;
		right: auto;
		left:auto;
	}
	ul#navMember li{
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
		height:auto;
		position:absolute;
		left:10px;
		margin: 0;
	}
  ul#navMember li#yoshiyuki{
	position:absolute;
	top:-65px;
	left:50%;
	margin-left:-25px;
	}
	ul#navMember li#search{
		top:0;
		overflow:hidden;
		position:absolute;
	}
	ul#navMember li#search input[type="text"]{
		width:100%;
      height:38px;
		padding:0 10px;
	}
	ul#navMember li#search input[type="submit"]{
		width:30px;
		height:30px;
		top:4px;
		background-size: 20px 20px;
	}
	ul#navMember li#search input[type="submit"]:hover{
		background-size: 20px 20px;
	}
	ul#navMember li#account{
		padding:0;
		top:50px;
		height:auto;
		overflow:hidden;
		position:absolute;
		border:1px solid #eee;
		text-align:center;
	}
	ul#navMember li#account a{
		width:50%;
		padding:5px 0;
		display:block;
		margin:0;
		float:left;
		border-right:1px solid #999;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul#navMember li.loggedin a{
        width:33.33%!important;
	}
	ul#navMember li#account a:last-child{
		border-right:none;
	}
	ul#navMember li#account span#name{
		display:inline-block;
	}
	ul#navMember li#account span.separater{
		display:none;
	}
	ul#navMember li#cart{
		width: 50px;
		height: 50px;
		top:-55px;
		left:10px;
	}
  	ul#navOthers{
		width:90%;
		margin:0 auto 50px auto;
		display:block;
		text-align:center;
      	overflow:hidden;
	}
	ul#navOthers li{
		width:25%;
		float:left;
		display:block;
		border-right:1px solid #999;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	ul#navOthers li:last-child{
		border:none;
	}
	ul#navOthers li a{
		width:100%;
		height:100%;
		display:block;
        font-size:11px;
        font-size:1.1rem;
	}
	/* メニューボタン（開閉）*/
	/* menu animation*/
	div#menuBt{
		position: fixed;
		top:20px;
		right: 10px;
		cursor:pointer;
	}
	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.menu-trigger {
		position: relative;
		width: 33px;
		height: 31px;
		cursor:pointer;
	}
	.menu-trigger span {
		position: absolute;
		left: 0;
		width: 100%;
		height: 4px;
		background-color: #999;
	}
	span#top {
		top: 0;
	}
	span#middle-1,
	span#middle-2 {
		top: 13px;
	}
	span#bottom{
		bottom: 0;
	}
	/* メニュー*/
	div#menu {
		width:100%;
		height: -webkit-calc(100% - 70px);
		height: -moz-calc(100% - 70px);
		height: calc(100% - 70px);
		display: block;
		position:fixed;
		top:70px;
		right:-100%;
		overflow:hidden;
		overflow-y:auto;
	 	color:#333;
		background:#eee;
	}
	/* メニュー内*/
	ul#navCat {
		width: 100%;
		margin: 140px 0 50px 0;
		position: relative;
		text-align:left;
		overflow:hidden;
	}
	ul#navCat li{
		width: 90%;
		padding: 0;
		margin: 0 5%;
		display:block;
		overflow:hidden;
		border-bottom:1px solid #ddd;
	}
	ul#navCat li a {
		width: 100%;
		height:auto;
		padding:15px 0;
		display:block;
		overflow:hidden;
	}
		ul#navCat li.active a {
		color:#000!important;
	}
}
/* ヘッダー：330px
====================================================*/
@media only screen and (max-width: 330px) {
  h1 {
    width: 140px;
    top: 20px;
    left: 10px;
  }
  h1 img{
    width: 140px;
  }
}

/* ------------------------------------- 
 *フッター
 * ------------------------------------- */
div#footer{
  width:100%;
  height:300px;
  position:relative;
  background:#eee;
  overflow:hidden;
}
div#footerWrap{
  width:96%;
  max-width:1000px;
  height:100%;
  margin:0 auto;
  position:relative;
}
 /* ニュースレター*/
div#newsletter{
  width:45%;
	position:absolute;
	top:100px;
	left:0;
  color:#333;
}
div#newsletter h4{
  margin:0 0 10px 0;
  font-weight:bold;
	font-size:18px;
	font-size:1.8rem;
}
div#newsletter p#newletterTextWrap{
  width:100%;
  height:45px;
  margin:0;
	position:relative;
}
div#newsletter input#newsletterText{
  width:68%;
  height:auto;
  padding:5px 2%;
  color:#000;
  	font-size:15px;
	font-size:1.5rem;
	font-family:Meiryo,"メイリオ"!important;
  position:absolute;
  top:0;
  left:0;
  border:1px solid #aaa;
}
div#newsletter input#newsletterText:focus{
	outline: 0;
	border:1px solid #000;
}
div#newsletter input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}
div#newsletter input[type="button"]{
  width:26%;
  height:37px;
  padding-top:2px;
  font-size:18px;
	font-size:1.8rem;
	font-family:Meiryo,"メイリオ"!important;
    position:absolute;
  top:0;
  right:0;
  border:none;
  color:#fff;
  background: #0bf;
  -moz-transition: all, 0.5s, linear;
  -o-transition: all, 0.5s, linear;
  -webkit-transition: all, 0.5s, linear;
  transition: all, 0.5s, linear;
}
div#newsletter input[type="button"]:hover{
  cursor:pointer;
  background: #06f;
}
div#newsletter input[type="button"]:focus{
	outline: 0;
}
/* ガイド */
ul#footerGuide{
	position:absolute;
	top:90px;
	right:32%;
}
ul#footerGuide li{
	margin:0 0 10px 0;
}
/* 会社概要 */
ul#footerCompany{
	position:absolute;
	top:90px;
	right:20%;
}
ul#footerCompany li{
	margin:0 0 10px 0;
}
/* ソーシャル */
ul#footerSocial{
	position:absolute;
	top:90px;
	right:0;
	text-align:center;
  	text-align:center;
}
ul#footerSocial li{
	width:25px;
	height:25px;
	margin:0 5px;
	display:inline-block;
}
ul#footerSocial li img{
	width:100%;
	height:100%;
}
ul#footerSocial li#blog{
    width:152px;
  	height:auto;
	margin:0 0 30px 0;
	display:none;
}
ul#footerSocial li#blog img{
}
 /* コピーライト*/
p.copyright{
  width:100%;
  margin:0;
  overflow:hidden;
  display:block;
  position:absolute;
  bottom:0;
  text-align:center;
}
/* scroll */
p#pageTop{
	width:40px;
	height:40px;
	margin:0;
	position:fixed;
	right:10px;
	bottom:10px;
	display:none;
	font-size:30px;
	font-size:3.0rem;
	text-align:center;
	font-family:'メイリオ',meiryo,'Hiragino Kaku Gothic ProN','游ゴシック Medium','Droid Sans Japanese',sans-serif;
  z-index:9999;
}
p#pageTop a{
	width:40px;
	height:35px;
	padding:5px 0  0 0;
	color:#000;
	display:block;
}
/* フッター：780px
====================================================*/
@media only screen and (max-width: 780px) {
div#footer {
height:auto;
  overflow:hidden;
}
div#newsletter,
ul#footerGuide,
ul#footerSocial{
	width:100%;
	margin:30px auto 0 auto;
	position:relative;
	top:auto;
	right:auto;
	left:auto;
}
ul#footerGuide,
ul#footerSocial{
	text-align:center;
}
ul#footerGuide{
	margin:20px auto 40px auto;
}
ul#footerCompany{
	display:none;
}
}
