/*
Theme Name: Global (Classic Vesion)
Theme URI: http://global.fulyu.jp
Version: 1.0
Author: JapGenic Inc.
Author URI: http://japgenic.com
*/

@charset "utf-8";
/*************************************************
 *		HTML5 cssリセット
 **************************************************/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{color:#f00;text-decoration:none}
mark{color:#000;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:10px;border:0;border-top:none;margin:0;padding:0}
input,select{vertical-align:middle}

/**************************************************
 *		css基本設定
 **************************************************/
html {
	height:100%;
	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 1s linear 1; /* Safari & Chrome */
	-moz-animation: fadeIn 1s linear 1; /* Firefox */
	-o-animation: fadeIn 1s linear 1;	/* Opera */
	animation: fadeIn 1s 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;}

.flash:hover{
	-moz-animation:btAnimation 1s 0s 1;
	-o-animation:btAnimation 1s 0s 1;
	-ms-animation:btAnimation 1s 0s 1;
	-webkit-animation:btAnimation 1s 0s 1;
	animation:btAnimation 1s 0s 1;
}
@-webkit-keyframes btAnimation {
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}
@-moz-keyframes anime1{
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}
@-o-keyframes anime1{
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}
@-ms-keyframes anime1{
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}
@keyframes btAnimation {
	0% {opacity:1.0;}
	20% {opacity:0.2;}
	100% {opacity:1.0;}
}

/**************************************************
 *		重なり
 **************************************************/
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;}
/**************************************************
 *		header
 **************************************************/
div#header{
	width:100%;
	height:120px;
	position:fixed;
	top:0;
	left:0;
	background:#fff;
}
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;
}
div#header h1{
	width:170px;
	height:46px;
	position:absolute;
	top:35px;
	left:40px;
}
div#header h1 img{
	width:100%;
	height:100%;
	display:block;
}
/* ナビ（カテゴリー）*/
ul#navCat{
	width:100%;
	position:absolute;
	bottom:0;
	right:0;
	text-align:center;
	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.current-cat 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#navMember{
	width:290px;
	position:absolute;
	bottom:20px;
	right:0;
}
ul#navMember li{
	width:165px;
	margin:0;
	float:left;
	-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#cart{
	width:60px;
	height:60px;
	margin:0;
	overflow:hidden;
	float:right;
}
ul#navMember li#cart img{
	width:100%;
	height:100%;
	display:block;
}
ul#navMember li#search{
	position:relative;
}
ul#navMember li#search input[type="search"]{
	width:100%;
	height:30px;
	padding:0 5px;
	font-family:-apple-system,Verdana,'メイリオ',meiryo,'Hiragino Kaku Gothic ProN','游ゴシック Medium','Droid Sans Japanese',sans-serif;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #eee;
	border-radius: 0;
	-webkit-appearance: none;


}
ul#navMember li#search input[type="search"]:focus{
	outline: 0;
	border:1px solid #000;
}
ul#navMember li#search input[type="search"]:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}
ul#navMember li#search input[type="submit"]{
	width:20px;
	height:20px;
	position:absolute;
	top:5px;
	right:5px;
	border:none;
	background: #fff url('http://global.fulyu.jp/wp-content/themes/fulyuglobal/parts/searchBt.png') center center no-repeat;
	background-size: 16px 16px;
}
ul#navMember li#search input[type="submit"]:hover{
	cursor:pointer;
	background: #fff url('http://global.fulyu.jp/wp-content/themes/fulyuglobal/parts/searchBt-h.png') center center no-repeat;
	background-size: 16px 16px;
}
ul#navMember li#search input[type="submit"]:focus{
	outline: 0;
	border:1px solid #fff;
}
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#header h1 {
		width: 140px;
		height: auto;
		position: absolute;
		top: 18px;
		left: 10px;
	}
	div#header 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:5px;
	}
	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="search"]{
		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#account a:last-child{
		border-right:none;
	}
	ul#navMember li#account span.separater{
		display:none;
	}
	ul#navMember li#cart{
		width: 50px;
		height: 50px;
		top:-55px;
		left:10px;
	}
	/* company */
	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;
	}
	/* メニューボタン（開閉）*/
	/* 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: 96%;
		height:auto;
		padding:15px 2%;
		display:block;
		overflow:hidden;
	}
		ul#navCat li.active a {
		color:#000!important;
	}
}
/* ヘッダー：330px
====================================================*/
@media only screen and (max-width: 330px) {
	div#header h1 {
		width: 140px;
		top: 20px;
		left: 10px;
	}
	div#header h1 img{
		width: 140px;
	}
}
/**************************************************
 *		main
 **************************************************/
main {
	width:100%;
	height:auto;
	margin:120px auto 50px auto;
	display:block;
	position:relative;
	overflow:hidden;
}
div#main{
	width:94%;
	height:auto;
	max-width:1200px;
	margin:0 auto;
	display:block;
	position:relative;
	overflow:hidden;
}
div#main h1{
	width: 100%;
	margin:30px auto 30px 0;
	position: relative;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #333;
}
/* main：780px
====================================================*/
@media only screen and (max-width: 780px) {
	main {
		margin:70px auto 30px auto;
	}
}
/**************************************************
 *		footer
 **************************************************/
footer{
	width:100%;
	height:300px;
	position:relative;
	background:#eee;
	overflow:hidden;
	display:block;
}
div#footerWrap{
	width:96%;
	height:100%;
	max-width:1000px;
	margin:0 auto;
	position:relative;
}
 /* terms */
ul#footerGuide{
	position:absolute;
	top:110px;
	right:32%;
}
ul#footerGuide li{
	margin:0 0 10px 0;
}
ul#footerGuide li.active a{
	color:#000;
	font-weight:bold;
	cursor:default;
}
 /* company */
ul#footerCompany{
	position:absolute;
	top:110px;
	right:21%;
}
ul#footerCompany li{
	margin:0 0 10px 0;
}
ul#footerCompany li.active a{
	color:#000;
	font-weight:bold;
	cursor:default;
}
 /* social */
ul#footerSocial{
	position:absolute;
	top:110px;
	right:0;
	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{
}
 /* newsletter */
div#newsletter{
	width:45%;
	position:absolute;
	top:100px;
	left:0;
	color:#333;
	display:block;
}
div#newsletter h4{
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:18px;
	font-size:1.8rem;
}
div#newsletter h5{
	margin:0 0 10px 0;
	font-weight:bold;
	font-size:24px;
	font-size:2.4rem;
}
div#newsletter p#newletterTextWrap{
	width:100%;
	height:45px;
	margin:0 auto;
	position:relative;
	display:block;
}
div#newsletter input#newsletterText{
	width:68%;
	height:26px;
	padding:5px 2%;
	color:#999;
	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:39px;
	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;
}
 /* コピーライト*/
p#copyright{
	width:100%;
	height:auto;
	margin:0;
	position:absolute;
	bottom:3px;
	left:0;
	overflow:hidden;
	display:block;
	text-align:center;
	color:#999;
}
/* 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) {
	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:50px auto;
		text-align:center;
		overflow:hidden;
	}
	ul#footerGuide li{
		width:33.33%;
		padding:2px 0;
		float:left;
		border-right:1px solid #aaa;
		-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#footerGuide li:last-child{
		border:none;
	}
	ul#footerCompany{
		display:none;
	}
}
@media only screen and (max-width: 460px) {
	ul#footerGuide{
		margin:30px auto;
	}
	ul#footerGuide li{
		width:100%;
		padding:2px 0;
		float:none;
		border:none;
	}
}
