@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;
}

.sp { display: none; }
.hidden { display: none!important; }

/* ----------------------------------------------------------------
Header
----------------------------------------------------------------- */

#header {
z-index: 3;
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 20px 0;
}

#header img {
width: 240px;
margin: 0 auto;
}

#header a:hover {
opacity: 0.8;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
position: relative;
width: 100%;
max-width: 1000px;
text-align: left;
margin: 0 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 {
width: calc(100% / 3);
}

article#look li img {
width: 100%;
}

article#look li.wide {
z-index: 2;
overflow: hidden;
width: calc(100% / 3*2);
background: #333;
box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

article#look li.wide img {
width: 100.1%;
}

article#look li img:hover {
opacity: 0.9;
}

.dot3 {
z-index: 3;
position: absolute;
top: 10px;
right: 10px;
width: 20px;
}

.dot2 {
z-index: 3;
position: absolute;
top: 10px;
right: 10px;
width: 13px;
}

.dot1 {
z-index: 3;
position: absolute;
top: 10px;
right: 10px;
width: 5px;
}

.dot3.bottom,
.dot2.bottom,
.dot1.bottom {
top: calc(50% + 10px);
}

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: 80px 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;
margin-right: 20px;
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;
margin: 70px auto 60px auto;
padding: 0;
}

article.ec p {
text-align: center;
font-size: 1.3rem;
line-height: 2.2rem;
letter-spacing: 0.15rem;
margin: 0 5px;
}

article.ec p a {
min-width: 294px;
box-sizing: border-box;
display: inline-block;
border: 1px solid #444;
padding: 15px 20px;
}

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: 250px;
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
----------------------------------------------------------------- */

.lb-nav a.lb-prev {
  width: 20%;
  left: 0;
  float: left;
  background: url(../image/prev.png) left 48% no-repeat;
  background-size: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.lb-nav a.lb-next {
  width: 20%;
  right: 0;
  float: right;
  background: url(../image/next.png) right 48% no-repeat;
  background-size: 30px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s;
}