@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;
}

video {
width: 100%;
vertical-align: top;
}

.pc { display: none; }

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#hero {
position: relative;
width: 100%;
margin: 0 auto;
padding: 0;
}

#hero img {
width: 100%;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
position: relative;
width: 100%;
text-align: left;
margin: 0 auto;
}

p {
font-size: 1rem;
line-height: 1.7rem;
}

/* ----------------------------------------------------------------
Intro
----------------------------------------------------------------- */

#intro {
text-align: center;
width: 85%;
margin: 60px auto 80px auto;
}

#intro p {
min-width: 80vw;
max-width: 94%;
text-align: left;
margin: 0 auto 15px auto;
}

#intro .ec {
margin: 30px auto 0 auto;
}

#intro .ec p {
text-align: center;
margin: 0 auto;
}

/* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

article {
position: relative;
width: 100%;
text-align: center;
box-sizing: border-box;
margin: 0 auto;
}

.single {
width: 100%;
margin: 0 auto 120px auto;
}

.single .photo {
width: 100%;
}

.double {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
margin: 0 auto 120px auto;
}

.double .photo {
width: calc((100% - 8px) / 2);
}

.photo {
position: relative;
}

.photo img {
width: 100%;
}

.photo a:hover img {
opacity: 0.9;
}

/* ----------------------------------------------------------------
look
----------------------------------------------------------------- */

#row6 {
margin-bottom: 5%;
}

#row7 {
width: 95%;
margin: 0 auto 8px 0;
}

#row8 {
width: 95%;
margin: 0 0 120px auto;
}

#row8 .product {
width: 100%;
margin: 10px auto 0 auto;
}

#row14 {
margin-bottom: 8px;
}

#row16 {
margin-bottom: 8px;
}

#row18 {
margin-bottom: 8px;
}

#row20 {
margin-bottom: 8px;
}

#row22 p {
font-size: 1.1rem;
line-height: 2.4rem;
letter-spacing: 0.1rem;
}

/* ----------------------------------------------------------------
Product
----------------------------------------------------------------- */

.product {
text-align: center;
position: relative;
width: 96%;
box-sizing: border-box;
margin: 10px auto 0 auto;
padding: 0;
}

.product p {
color: #7484FF;
text-align: left;
font-size: 1rem;
line-height: 1.7rem;
}

.product p:nth-of-type(n+2) {
margin-top: 5px;
}

.product p span.name {
text-align: left;
min-width: 50px;
display: inline-block;
}

.product p span.price {
text-align: right;
min-width: 60px;
display: inline-block;
}

.product p a {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
}

.product p a:link,
.product p a:visited {
color: #111;
}

.product p a:hover {
color: #333;
border-bottom: 1px solid #333;
}

/* ----------------------------------------------------------------
ec store
----------------------------------------------------------------- */

article.ec {
text-align: center;
width: 100%;
margin: 0 auto 90px auto;
}

article.ec p {
text-align: center;
font-size: 1rem;
line-height: 2rem;
letter-spacing: 0.05rem;
font-weight: bold;
margin: 0 0 10px 0;
}

article.ec p a {
min-width: 80vw;
max-width: 94%;
min-height: 50px;
box-sizing: border-box;
display: inline-block;
background: #111;
padding: 15px 20px;
}

article.ec p a:link, article.ec p a:visited {
color: #fff;
}

article.ec p a:hover, article.ec p a:active {
color: #fff;
}

/* ----------------------------------------------------------------
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: 10px 0 30px 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
----------------------------------------------------------------- */

.fadein {
opacity: 0;
transition: 2s 0.2s ease;
}

.fadein.is-show {
opacity: 1;
}
