@charset "utf-8";

/* ----------------------------------------------------------------
Reset
----------------------------------------------------------------- */

body,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,p,a { margin: 0; padding: 0; }
img { border: 0; }
li,dt,dd { list-style: none; }

/* ----------------------------------------------------------------
Common
----------------------------------------------------------------- */

html {
font-size: 62.5%;
}

body {
text-align: center;
color: #222;
background: #fff;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size: 1.4rem;
line-height: 3rem;
margin: 0 auto;
}

a:link, a:visited {
color: #444;
text-decoration: none;
}

a:active, a:hover {
color: #999;
text-decoration: none;
}

img {
vertical-align: top;
}

.pc { display: none; }
.hidden { display: none!important; }

/* ----------------------------------------------------------------
Header
----------------------------------------------------------------- */

#header {
z-index: 2;
position: relative;
width: 100%;
margin: 0 auto;
padding: 20px 0;
}

#header img {
width: 210px;
margin: 0 auto;
}

#header a:hover {
opacity: 0.8;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
position: relative;
width: 100%;
text-align: left;
margin: 0 auto 30px auto;
}

/* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

article {
position: relative;
width: 100%;
text-align: center;
}

article#look h2 {
z-index: 3;
width: 7%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

article#look ul {
width: 100%;
margin: 0 auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-align-items: flex-start;
align-items: flex-start;
}

article#look li {
position: relative;
width: calc(100% / 3);
}

article#look li.wide {
z-index: 2;
overflow: hidden;
width: calc(100% / 3*2);
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

article#look li img {
width: 100%;
}

article#look li img:hover {
opacity: 0.9;
}

.dot3 {
z-index: 3;
position: absolute;
top: 5px;
right: 5px;
width: 13px;
}

.dot2 {
z-index: 3;
position: absolute;
top: 5px;
right: 5px;
width: 8px;
}

.dot1 {
z-index: 3;
position: absolute;
top: 5px;
right: 5px;
width: 3px;
}

.dot3.bottom,
.dot2.bottom,
.dot1.bottom {
top: calc(50% + 5px);
}

article#look li.wide .slide {
width: 600%;
overflow: hidden;
display: -webkit-flex;
display: flex;
}

article#look li.wide a img {
width: 100%;
animation: scroll 20s infinite linear 0.2s both;
}

@keyframes scroll {
from {
	transform: translateX(0);
	}
	to {
	transform: translateX(-300%);
	}
}

#staff {
margin: 60px auto 0 auto;
}

#staff p {
font-size: 1.2rem;
line-height: 2.4rem;
letter-spacing: 0.1rem;
margin: 0 auto 15px auto;
}

/* ----------------------------------------------------------------
Product
----------------------------------------------------------------- */

.lb-caption a {
font-size: 1.2rem;
line-height: 2.2rem;
margin-right: 12px;
font-weight: normal;
}

.lb-caption a:link,
.lb-caption a:visited {
color: #fff;
text-decoration: none;
}

.lb-caption a:hover {
color: #eee;
text-decoration: underline;
}

.lb-number {
display: none!important;
}

/* ----------------------------------------------------------------
ec store
----------------------------------------------------------------- */

article.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-flex-direction: column;
flex-direction: column;
margin: 0 auto;
padding: 20px 0 30px 0;
}

article.ec p {
font-size: 1.2rem;
line-height: 1.4rem;
letter-spacing: 0.15rem;
text-align: center;
margin: 0;
padding: 0 0 10px 0;
}

article.ec p a {
min-width: 70vw;
max-width: 80%;
min-height: 50px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
padding: 10px 20px;
margin: 0 auto;
}

article.ec p a:link, article.ec p a:visited {
color: #444;
border: 1px solid #444;
}

article.ec p a:hover, article.ec p a:active {
color: #666;
border: 1px solid #666;
}

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

#footer-logo {
width: 100%;
text-align: center;
margin: 0 auto;
}

#footer-logo p {
margin: 0 auto;
padding: 0;
}

#footer-logo img {
width: 200px;
margin: 0 auto;
}

#footer-logo a:hover {
opacity: 0.8;
}

#footer-copyright {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 25px 0 35px 0;
}

#footer-copyright p {
color: #444;
font-size: 1.1rem;
font-family: Montserrat,"Helvetica Neue",sans-serif;
letter-spacing: 0.1rem;
margin: 0 auto;
}

/* ----------------------------------------------------------------
animation
----------------------------------------------------------------- */
