﻿/* CSS Document */
html {
	font-size :87.5%;
	}
body {
	color:#555;
	font-family: 'Inder', sans-serif;
	line-height : 1.5;
	line-height: 140%;
	text-align: center;
	background-color:inherit;
}
a { text-decoration:none;}
a:link {	 		color: #999;transition: 0.3s ease-in-out; }
a:visited {	 		color: #999; }
a:hover {	 		color: #ccc;}
a:active {			color: #999; }
.shop a:link {		color: #FFF; }
.shop a:visited {	color: #FFF; }
.shop a:hover {		color: #C3C3C3;}
.shop a:active {	color: #FFF; }

img {	
	width:100%;
	display:block;
	margin:0 auto;
	}
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
a:hover img {
	border-bottom:none; 
	opacity: 0.6;
	filter: alpha(opacity=60);
}

h1,h2,h3,h4,h5 {
	line-height :1;
	font-weight:normal;
	} 
h1 {
	font-size : 1.75em;
	margin-bottom : 0.5em;
	} 
h2 {
	font-size : 1.75em;
	margin-bottom : 1.5em;
	font-weight:bold;
	} 
h3 {
	font-size : 1.25em;
	line-height: 1.5;
	margin-bottom : 1.5em
	} 
h4 {
	font-size : 1.15em;
	margin-bottom : 0.5em
	} 
h5 {
	font-size : 0.75em;
	}
h2 span,
h3 span,
.text span {
	font-size:1.15em;
	} 
.text p {
	line-height: 2;
	}
.text p span {
	display: block;
	margin-bottom: 1em
	} 
.pc { display:none }
.mb { }	

/*-----------------------------------------
	top-news
-----------------------------------------*/
#top-news {
	position:fixed;
	z-index:105;
	top:0;
    left:0;
    width:100%;
    height:100vh;
	display: none;
	background-color: rgba(0,0,0,0.8);
	background-image: url("../img/001-01.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size:contain;
	}
#top-news:hover {
	cursor:pointer}

/*-----------------------------------------
	loading
-----------------------------------------*/
#loading {
	z-index:-1;
	position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background:#fff; 
	opacity:0;
	animation: loading 5s 0.5s 1 normal;
	display: flex;
	align-items: center;
	justify-content: center;
	}
#loading img {
	height: 0;
	width: 25%;
	max-width:250px;
	opacity: 0;
    animation: logo 5s cubic-bezier(.67,.05,.35,.9) 0.5s 1 normal;
	}
@keyframes loading {
	0%	{ opacity: 1; background:#333; }
	20%	{ opacity: 1; background:#FFFFFF; z-index: 999; }
	60%	{ opacity: 1; z-index: 999; }
	90%	{ opacity: 0; }
	100%{ opacity: 0; z-index: -1; background:#FFFFFF;}
	}
@keyframes logo {
	0%	{ margin-top:-4em; opacity: 0; height:auto;}
	20%	{ margin-top:0; opacity: 1; }
	55%	{ margin-top:0; opacity: 1; }
	65%	{ margin-top:-3em; opacity:0;}
	99% { margin-top:-3em; opacity:0;height:FFFFFF;}
	100%{ margin-top:-100vh; opacity:0;}
	}
	
/*-----------------------------------------
	logo
-----------------------------------------*/
#logo,#logo-02 {
	position:fixed;
	z-index:100;
	width:100%;
	background-color:#000;
	left:0;
	top:0;
	}
#logo img,#logo-02 img {	
	width:60%;
	max-width:10em;
	padding:1.25em 0; 
	}
	
/*-----------------------------------------
	parallax
-----------------------------------------*/
#parallax {
	width:100%;
	margin-top:101vh; 
}
/* arrow ---------------*/
#parallax #arrow {
	}
#parallax #arrow img {
	max-width:8em;	
	width:30%;
	padding-bottom: 1.75em
	}
/* content --------------*/
#content {
	background-color:rgba(255,255,255,0.7);
	}
#content>ul>li {
	margin: 0 auto;
    width:92%;
	padding: 4em 0 4em;
	border-bottom: 1px solid #999
	}

/* news ----------------------*/
#content .news .image {
	margin-bottom: 2.5em
	}
#content .news .text p {
	text-align: left;
	}
#content .news .text .info {
	border-top:1px dotted #aaa; 
	margin-top: 1.25em;
	padding-top: 1.25em;
	}

/* about ----------------------*/
#content .about {
	}
/* button ----------------------*/
#content a.stocklist {
	width:8em;
	display:block;
	margin:3em auto 2em;
	padding:0.75em;
	color:#fff;
	font-weight:400;
	background-color:rgba(0,0,0,1.00);
	}
#content a.stocklist:hover {
	background-color:rgba(0,0,0,0.5);
	}


/*collection ----------------*/
#content .collection h2 {
    margin-bottom: 0.75em;
    }
#content .collection .archive_button {
    width:8em;
	display:block;
	margin:3em auto 0;
	padding:0.75em;
	background-color:rgba(0,0,0,1.00);
    color: #fff;
}
#content .collection .archive_button:hover {
	background-color:rgba(0,0,0,0.5);
	}
#content .collection li {
	float: left;
    width: 45%;
    padding: 2.5%;
}
#content .collection li img {
	width: 100%;
	height: auto;
}




/*--------------------------------
	#footer
--------------------------------*/
#footer {
	background-color:#000;
	padding:3em 0;
	color:#fff;
	}
#footer>div{
	width:90%;
	margin:0 auto;
}
#footer #scroll {
	max-width:8em;	
	width:30%;
	padding-bottom: 1.75em;
	display: block;
	margin: 0 auto;
	}
#footer #address {
	font-size:0.85em;
	line-height: 1.8;
	margin-bottom:1em
	}
#footer #address h1 {
	font-size:1.25em;
	letter-spacing:0.25em;
	}
#footer #sns {
	width: 3em;
	margin: 0 auto 3em
	}
#footer #copyright {
	font-size:0.75em;
	}

.fullSlideShow li img {
}
.fullSlideShow li {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}	
.fullSlideShow li:nth-child(1) {background-image: url("../img/top/01.jpg")}
.fullSlideShow li:nth-child(2) {background-image: url("../img/top/02.jpg")}
.fullSlideShow li:nth-child(3) {background-image: url("../img/top/03.jpg")}
.fullSlideShow li:nth-child(4) {background-image: url("../img/top/04.jpg")}
.fullSlideShow li:nth-child(5) {background-image: url("../img/top/05.jpg")}


	
/*-------------------------------------------------------------------------
  768px
---------------------------------------------------------------------------*/
@media screen and (min-width : 768px){
	html{ font-size : 87.5% }
	.flex {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}
	.news .flex .image {
		width: 45%;
	}
	.news .flex .text {
		width: 50%;
		text-align: left;
	}
	.link {
		width: 100%;
		margin: 2em 0;
		padding-bottom: 1em;
	}
	.lb {
		width: 36%;
		max-width: 600px;
		margin: 0 auto;
	}
	#content a.stocklist {
	width:8em;
	margin: 0 auto;
	
	}
}
	
/*-------------------------------------------------------------------------
  1024px
---------------------------------------------------------------------------*/
@media screen and (min-width : 1024px) {
	html{ font-size : 100% } 
	.pc { display:block }
	.mb { display:none }
	#content>ul>li {
		max-width: 1024px;
		}
	#content .collection li {
		width: 27%;
		padding: 0 0 60px 5%;
		}
}
