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

/************************************************************************************
GENERAL
*************************************************************************************/
@import url(http://fonts.googleapis.com/css?family=Lora);
html,body {
	width:100%;
	min-height:100%; /* html fit brows */
}
body {
	text-align:center;
	font-size:75%;/*12px*/
	line-height:150%;
	font-family:'Raleway','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','sans-serif';
	background-color:#000;
}

/************************************************************************************
LINK
*************************************************************************************/
a {
	white-space:nowrap;
	outline:none;
	text-decoration:none;
	transition: all 0.3s;
}
a:link {
	color:#FFF;
	outline: none;
}
a:visited {
	color:#FFF;
}
a:hover {
	color:#FFCC33;
}
a:active, a:focus{
	outline:none;
}
.alphaover a img {
	transition: all 0.3s;
}
.alphaover a:hover img {
	opacity:0.5;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
}
.none{
	opacity:0.3;
	filter:alpha(opacity=30);
	-moz-opacity:0.3;
}

/************************************************************************************
WRAPPER
*************************************************************************************/
#wrapper {
	width:100%;
	min-height:100%; /* html fit brows */
	margin:0 auto;
	min-width:960px;
}

/************************************************************************************
BG
*************************************************************************************/
.bg {
	width:100%;
	height:auto;
	min-width:320px;
	min-height:100%;
    z-index:-1;
    position:fixed;
}

/************************************************************************************
TITLE
*************************************************************************************/
h1#tit {
	position:fixed;
	z-index:100;
	top:10px;
	padding:5px 20px;
	background:url(../images/collection/common/fs_img_g_bg.png);
	color:#FFF;
	font-family:'Lora','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',serif;
	font-size:24px;
	line-height:180%;
}

/************************************************************************************
PAGESLIDE
*************************************************************************************/
#navOpen {
	width:50px;
	height:50px;
	overflow:hidden;
	position:fixed;
	top:50%;
	left:10px;
	margin-top:-25px;
	z-index:999;
	
}
#navOpen a {
	width:50px;
	height:50px;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	transition: all 0.3s;
	background: url(../images/collection/common/fs_img_g_bg.png);
	background-position:left top;
	background-repeat:repeat;
}
#navOpen a:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);  
    -moz-transform: scale(1.2); 
}
#pageslide {
    display:none;
    position:fixed;
    top:0;
    height:100%;
    z-index:999999;
    width:280px;
    padding:20px;
    background-color:#FFF;
    color:#000;
}
#modal {
	text-align:left;
	font-size:18px;
	line-height:160%;
	font-family:'Raleway','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',serif;
	position:relative;
}
#pageslide p {
	margin-bottom:30px;
}
#pageslide a {
	color:#000000;
	text-decoration:none;
}
#pageslide a:hover {
	color:#FFCC33;
	text-decoration:none;
}
#pageslide a.closeButton {
	width:50px;
	height:50px;
	overflow:hidden;
	position:absolute;
	top:0;
	right:-5px;
	z-index:999;
	display:block;
	opacity:0.6;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	transition: all 0.3s;
}
#pageslide a.closeButton:hover {
	opacity:1.0;
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);  
    -moz-transform: scale(1.2); 
}

/************************************************************************************
SHOPLIST
*************************************************************************************/
#shopList {
	width:94%;
	padding:50px 3% 0;
	text-align:center;
	min-height:100%;
}
.imgWrap {
	width:920px;
	margin:0 auto;
}
.imgList{
	position:relative;
    width:930px;
    margin-right:-10px;
	overflow:hidden;
}
.view {
   width: 280px;
   height: 160px;
   margin-right:10px;
   margin-bottom:10px;
   float: left;
   border: 10px solid #fff;
   overflow: hidden;
   position: relative;
   text-align: center;
   -webkit-box-shadow: 1px 1px 2px #e6e6e6;
   -moz-box-shadow: 1px 1px 2px #e6e6e6;
   box-shadow: 1px 1px 2px #e6e6e6;
   cursor: default;
   background: #fff url(../images/bgimg.jpg) no-repeat center center;
}
.view .mask,.view .content {
   width: 280px;
   height: 160px;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}
.view img {
   display: block;
   position: relative;
}
.view h2 {
   color: #fff;
   text-align: center;
   position: relative;
   font-size: 17px;
   padding: 10px;
   background: rgba(0, 0, 0, 0.8);
   background-color:#000000\9;
   margin: 10px 0 0 0;
}
.view ul {
   font-family:'Raleway','メイリオ','Meiryo','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',serif;
   /*font-style: italic;*/
   font-size: 13px;
   line-height:170%;
   position: relative;
   color: #fff;
   padding: 5px 10px 20px;
   text-align: center;
   text-shadow: 0px 1px 1px rgba(0,0,0,0.4),0px 8px 13px rgba(0,0,0,0.2),0px 18px 23px rgba(0,0,0,0.2);
}
.view a.info {
	width:84px;
	display: inline-block;
	text-decoration: none;
	padding: 5px 7px;
	background: #000;
	color: #fff;
	text-transform: uppercase;
	-webkit-box-shadow: 0 0 1px #000;
	-moz-box-shadow: 0 0 1px #000;
	box-shadow: 0 0 1px #000;
	position:absolute;
	bottom:5px;
	left:50%;
	margin-left:-49px;
	z-index:99999;
}
.view a.info:hover {
   -webkit-box-shadow: 0 0 5px #000;
   -moz-box-shadow: 0 0 5px #000;
   box-shadow: 0 0 5px #000;
   text-decoration:underline;
}
.view-first img {
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   background: rgba(255, 204, 51, 0.9);
   background-color:#FFCC33\9;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
.view-first h2 {
   -webkit-transform: translateY(-100px);
   -moz-transform: translateY(-100px);
   -o-transform: translateY(-100px);
   -ms-transform: translateY(-100px);
   transform: translateY(-100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first p {
   -webkit-transform: translateY(100px);
   -moz-transform: translateY(100px);
   -o-transform: translateY(100px);
   -ms-transform: translateY(100px);
   transform: translateY(100px);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.view-first:hover img {
   -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.view-first a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transition: all 0.2s ease-in-out;
   -moz-transition: all 0.2s ease-in-out;
   -o-transition: all 0.2s ease-in-out;
   -ms-transition: all 0.2s ease-in-out;
   transition: all 0.2s ease-in-out;
}
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
}
.view-first:hover h2,
.view-first:hover p,
.view-first:hover a.info {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transform: translateY(0px);
   -moz-transform: translateY(0px);
   -o-transform: translateY(0px);
   -ms-transform: translateY(0px);
   transform: translateY(0px);
}
.view-first:hover p {
   -webkit-transition-delay: 0.1s;
   -moz-transition-delay: 0.1s;
   -o-transition-delay: 0.1s;
   -ms-transition-delay: 0.1s;
   transition-delay: 0.1s;
}
.view-first:hover a.info {
   -webkit-transition-delay: 0.2s;
   -moz-transition-delay: 0.2s;
   -o-transition-delay: 0.2s;
   -ms-transition-delay: 0.2s;
   transition-delay: 0.2s;
}

/************************************************************************************
COPYRIGHT
*************************************************************************************/
#copyright {
	color:#FFF;
	position:fixed;
	bottom:10px;
	right:20px;
	z-index:999;
}
