@charset "utf-8";
/* CSS Document */


/* ---------- index共通設定 ---------- */

h1{
	float:right;
}

h2{
	font-weight:normal;
	float:left;
	letter-spacing:0.05em;
	font-weight:bold;
}

body{
	position:relative;
}

		/* Fade-In Animations */

	@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
	 
	.fade {
		opacity:0;  /* make things invisible upon start */
		-webkit-animation:fadeIn ease-in 1;  /* call our keyframe named fadeIn, use animattion ease-in and repeat it only 1 time */
		-moz-animation:fadeIn ease-in 1;
		animation:fadeIn ease-in 1;
	 
		-webkit-animation-fill-mode:forwards;  /* this makes sure that after animation is done we remain at the last keyframe value (opacity: 1)*/
		-moz-animation-fill-mode:forwards;
		animation-fill-mode:forwards;
	 
		-webkit-animation-duration:0.4s;
		-moz-animation-duration:0.4s;
		animation-duration:0.4s;
	}
	 
	.fade:first-child {
		-webkit-animation-delay: 0.4s;
		-moz-animation-delay: 0.4s;
		animation-delay: 0.4s;
	}
	 
	.fade:nth-child(2n) {
		-webkit-animation-delay: 0.6s;
		-moz-animation-delay:0.6s;
		animation-delay: 0.6s;
	}

/* ---------- header設定 ---------- */

header{
	position:fixed;
	top:20px;
	height:80px;
	width:100%;
	z-index:1000;
}

#blackLine{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #000;
}

#whiteLine{
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #fff;
}

#headerCont{
	margin:0 auto;
	padding-top:20px;
	height:80px;
	width:980px;
}

#gNav, #gNav_w{
	float:left;
}

#gNav li, #gNav_w li{
	float:left;
	padding-right:20px;
	font-size:16px;
}

#gNav_w li a, #gNav_w li strong{
	color:#FFF;
}


.webStore, .webStore_w{
	text-indent: 22px;
}

.webStore_w li{
	color:#FFF;
}

.webStore{
	background-image: url(../images/common/header_icon_cart.png);
	background-repeat: no-repeat;
	background-position: left center;
}

.webStore_w{
	background-image: url(../images/common/header_icon_cart_w.png);
	background-repeat: no-repeat;
	background-position: left center;
}

#snsNav, #snsNav_w{
	float:right;
}

#snsNav li, #snsNav_w li{
	float:left;
	padding-right:10px;
	font-size:14px;
}

#snsNav_w li{
	color:#FFF;
}

#snsNav li a:hover, #snsNav_w li a:hover{
	opacity:0.5;
}

#wlogo{
	float:left;
	padding-right:20px;
	margin-top:-11px;
}




/* ---------- footer設定 ---------- */

footer{
	position:absolute;
	bottom:15px;
	height:30px;
	width:100%;
/*	margin:-30px auto 0 auto;
*/
}

#footerCont{
	margin:0 auto;
	height:30px;
	width:980px;
}


#footerNav, #footerNav_w{
	float:left;
	height:15px;
	padding-bottom:15px;
}

#footerNav li, #footerNav_w li{
	float:left;
	padding-right:5px;
	font-size:13px;
}

#footerNav li a{
	color:#000;
	font-family:"PT Sans";
	font-size:12px;
}

#footerNav_w li a, #footerNav_w li span{
	color:#FFF;
	font-family:"PT Sans";
	font-size:12px;
}

#mailMagazine, #mailMagazine_w{
	text-indent: 18px;
	margin-right:10px;
}

#mailMagazine{
	background-image: url(../images/common/footer_icon_mail.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#mailMagazine_w{
	background-image: url(../images/common/footer_icon_mail_w.png);
	background-repeat: no-repeat;
	background-position: left top;
}

#copyRight, #copyRight_w{
	float:right;
	height:15px;
	font-family:"PT Sans";
	font-size:12px;
	padding-bottom:15px;
}

#copyRight_w span{
	color:#FFF;
}

#copyRight a{
	text-decoration:underline;
}

#copyRight_w a{
	color:#FFF;
	text-decoration:underline;
}

#scroll{
	width:183px;
	height:90px;
	position:absolute;
	margin-left:-90px;
	bottom:15px;;
	left:50%;

}






/* ---------- main設定 ---------- */

#main{
	width:100%;
	height:100%;
/*	background-color:#FFFFCC;*/
	margin: 0;
	padding: 0;
	position:relative;
	background:url(../images/back/main_back.jpg) 50% 0 no-repeat fixed;
/*	background-image:url(../images/back/main_back.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position:top;
	background-position:center;
	background-size:90%;*/
}




/* ---------- concept設定 ---------- */

#concept{
	width:100%;
	height:100%;
/*	background-color:#CCFFFF;
*/	position:relative;
	background-image:url(../images/back/concept_back.jpg);
	background-repeat: no-repeat;
}

#conceptWrap{
	position:absolute;
	width:900px;
	height:auto;
	top:50%;
	left:50%;
	width:900px;
	margin-top:-270px;
	margin-left:-450px;
/*	margin:0 auto;
	padding-top:8%;
	padding-bottom:30px;*/
}

#conceptCont{
	width:750px;
	margin:0 auto;
	padding-top:4%;
}

.catchCopy{
	font-size:15px;
	font-weight:bolder;
}

#conceptCopy{
	width:300px;
	padding-left:45px;
	padding-top:2%;
}


/* ---------- news設定 ---------- */

#news{
	width:100%;
	height:100%;
/*	background-color:#CCF;
*/	position:relative;
	background-image:url(../images/back/news_back.jpg);
	background-repeat: no-repeat;
}

#newsWrap{
	position:absolute;
	width:900px;
	height:auto;
	top:50%;
	left:50%;
	width:900px;
	margin-top:-290px;
	margin-left:-450px;
/*	margin:0 auto;
	padding-top:8%;
	padding-bottom:30px;*/
}

#newsCont{
	width:750px;
	margin:0 auto;
	padding-top:4%;
}

/* 記事部分 */

#newsCont #newsBox{ 
	width:560px;
	height:410px;
	padding:30px;
	background-image:url(../images/index/news_bg.png);
	background-repeat:no-repeat;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=120, strength=3, enabled=true);

}


#newsCont #newsBox #newsScroll-pane {
	width: 560px;
	height: 410px;
	overflow: auto;
	background-color: transparent;
	font-size: 12px;
}

#newsCont #newsBox #newsScroll-pane article{
	padding-bottom:50px;
}

#newsCont #newsBox #newsScroll-pane article .days{
	font-family:"PT Sans";
	font-size:11px;
	color:#f0917e;
}

#newsCont #newsBox #newsScroll-pane article h3{
	font-family: "PT Sans ItlB";
	font-size:18px;
	padding-bottom:10px;
}

#newsCont #newsBox #newsScroll-pane article h4{
	font-family:"メイリオ", Meiryo;
	font-size:11px;
	font-weight:normal;
}


/* ---------- shop list設定 ---------- */

#shopList{
	width:100%;
	height:100%;
/*	background-color:#FCF;
*/	position:relative;
	background-image:url(../images/back/shoplist_back.jpg);
	background-repeat: no-repeat;
}

#shopWrap{
	position:absolute;
	width:900px;
	height:auto;
	top:50%;
	left:50%;
	width:900px;
	margin-top:-290px;
	margin-left:-450px;
/*	margin:0 auto;
	padding-top:8%;
	padding-bottom:30px;*/
}

#shopCont{
	width:620px;
	margin:0 auto;
	padding-top:4%;
	padding-left:130px;
}

/* 店舗情報 */

#shopCont #shopBox{ 
	width:560px;
	height:410px;
	padding:30px;
	background-image:url(../images/index/news_bg.png);
	background-repeat:no-repeat;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 3px 3px 5px 0 rgba(0, 0, 0, 0.3);
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#777777, direction=120, strength=3, enabled=true);

}


#shopCont #shopBox #shopScroll-pane {
	width: 560px;
	height: 410px;
	overflow: auto;
	background-color: transparent;
	font-size: 12px;
}

#shopCont #shopBox #shopScroll-pane article{
	padding-bottom:50px;
}

#shopCont #shopBox #shopScroll-pane article .days{
	font-family:"PT Sans";
	font-size:11px;
	color:#f0917e;
}

#shopCont #shopBox #shopScroll-pane article h3{
	font-family: "PT Sans ItlB";
	font-size:18px;
	padding-bottom:10px;
}

#shopCont #shopBox #shopScroll-pane article h4{
	font-family:"メイリオ", Meiryo;
	font-size:11px;
	font-weight:normal;
}



#japanErea {
	font-family:"PT Sans","メイリオ", Meiryo;
	line-height:20px;
}

#japanErea .erea{
	font-family:"PT Sans";
	font-weight:bold;
	font-size:14px;
	color:#2b537c;
	padding-bottom: -10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2b537c;
}

#japanErea .tel{
	font-family:"PT Sans";
	font-weight:bold;
	font-size:16px;
	color:#2b537c;
	padding-left:15px;
	background-image:url(../images/common/tel_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
}

/* ---------- Link設定 ---------- */

#link{
	width:100%;
	height:100%;
	background-color:#FFF;
	position:relative;
}

#linkWrap{
	position:absolute;
	width:900px;
	height:auto;
	top:50%;
	left:50%;
	width:900px;
	margin-top:-230px;
	margin-left:-450px;
/*	margin:0 auto;
	padding-top:8%;
	padding-bottom:30px;*/
}

#linkCont{
	width:750px;
	margin:0 auto;
	padding-top:3%;
}

#fashion{
	width:140px;
	padding-right:120px;
	float:left;
}

#beauty{
	width:240px;
	padding-right:70px;
	float:left;
}

#food{
	width:180px;
	float:left;
}

#linkCont dl h5{
	font-family:"PT Sans";
	font-size:23px;
	font-weight:bold;
}

#linkCont dl dt{
	font-family:"PT Sans";
	/*font-weight:bold;*/
	font-size:16px;
	padding-top:12px;
}

#linkCont dl dd{
	font-family:"PT Sans Itl";
	font-size:13px;
	letter-spacing:0.1em;
	text-decoration: underline;
}

#linkCont dl dd a:hover{
	opacity:0.5;
}



/* ---------- collaboMain設定 ---------- */



#collabo{
	width:100%;
	height:100%;
	background-color:#000;
	position:relative;
}

#collaboWrap{
	position:absolute;
	width:900px;
	height:auto;
	top:50%;
	left:50%;
	width:900px;
	margin-top:-270px;
	margin-left:-450px;
/*	margin:0 auto;
	padding-top:8%;
	padding-bottom:30px;*/
}

#collaboCont{
	width:750px;
	margin:0 auto;
	padding-top:30px;
}

#collaboBox{
	width:467px;
	padding-left:50px;
	padding-top:20px;
	float:left;
}

p.collaboText{
	font-family:"PT Sans","メイリオ", Meiryo;
	font-size:12px;
	color:#c39843;
	line-height:22px;
}

#collaboBox h3{
	font-family:"PT Sans";
	font-size:16px;
	color:#c39843;
	padding-top:15px;
	padding-bottom:5px;
	margin-top:15px;
	border-top: 1px solid #c39843;
}

.collaboText a{
	color:#c39843;
	text-decoration:underline;
}






/* ---------- collaboCollection設定 ---------- */

#collabo02{
	width:100%;
	height:100%;
	background-color:#c39843;
	position:relative;
}

#collabo02Wrap{
	position:absolute;
	top:50%;
	left:50%;
	width:900px;
	margin-top:-270px;
	margin-left:-450px;
/*	height:auto;
	padding-top:8%;
	padding-bottom:30px;*/
}

#collabo02Cont{
	width:810px;
	margin:0 auto;
	padding-top:30px;
}

#collabo02 h2{
	font-family:"PT Sans Itl";
	font-size:40px;
	color:#FFF;
}

.collectionBtn{
	width:810px;
	height:155px;
}


/* ---------- CONTACT & RECRUIT設定 ---------- */

#fancyContainer{
	width:700px;
	margin:0 auto;
}
#fancyContainer h2{
	color:#fff;
	font-size:14px;
	padding-bottom:15px;
}
#fancyContainer p{
	color:#fff;
}
#fancyContainer .box01{
	background:#000000;
	width:660px;
}
#fancyContainer .box02{
	width:660px;
}
#fancyContainer .leftBox{
	width:100px;
	float:left;
	padding:8px;
}
#fancyContainer .rightBox{
	width:520px;
	float:left;
	border-left:1px dotted #444;
	padding:8px 8px 8px 15px;
}
#fancyContainer .btn{
	padding-top:10px;
}
#fancyContainer .btn a:link,
#fancyContainer .btn a:visited{
	text-decoration: underline;
	color:#F69;
	font-weight:bold;
}

#fancyContainer .btnr a:hover,
#fancyContainer .btn a:active{
	text-decoration: none;
	color: #F69;
	font-weight:bold;
}

#fancyContainer a:link,
#fancyContainer a:visited{
	text-decoration: underline;
	color: #fff;
}

#fancyContainer a:hover,
#fancyContainer a:active{
	text-decoration: none;
	color: #fff;
}
#fancyContainer #recruitBox{
	width:700px;
	padding-left:20px;
	height:400px;
	overflow: auto;
	position:relative;
}
#fancyContainer #recruitBox .scroll-pane{
	width:680px;
	height:400px;
}

