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

body {
display: none;
}

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%;
height: 100vh;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto;
padding: 0;
}

#hero .photo {
position: relative;
width: 100%;
height: 50vh;
overflow: hidden;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
}

#hero .photo .cover {
position: relative;
width: 92%;
}

#hero .photo .title {
width: 8%;
}

#hero .photo .title img {
width: 30%;
margin-top: 20%;
}

#hero .overlay {
z-index: 2;
position: absolute;
top: 0;
left: 0;
}

#hero a:hover .overlay {
display: none;
}

#hero .logo {
z-index: 3;
position: absolute;
width: 50%;
top: 26vh;
left: 46%;
transform: translate(-50%, -50%);
}

/* ----------------------------------------------------------------
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: 92%;
margin: 90px auto 120px auto;
}

#intro h2 {
text-align: center;
font-size: 1.6rem;
line-height: 2.2rem;
letter-spacing: 0.1rem;
margin: 0 auto 50px auto;
}

#intro p {
font-size: 1.1rem;
line-height: 2rem;
margin: 0 auto 20px auto;
}

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

#intro .ec p {
margin: 0 auto;
}

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

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

.single {
width: 65%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto 90px 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: flex-start;
align-items: flex-start;
margin: 0 auto 90px auto;
}

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

.photo {
position: relative;
}

.photo img {
width: 100%;
}

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

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

#row1 .photo {
width: 89%;
}

#row1 .logo {
width: 11%;
}

#row1 .logo img {
width: 40%;
}

#row2 {
-webkit-align-items: flex-end;
align-items: flex-end;
}

#row2 .left {
width: calc((100% - 20px)*0.4);
margin-left: 10%;
}

#row3 .right {
margin-top: 10%;
}

#row6 .left {
margin-top: 10%;
}

#row7 {
margin: 0 auto 150px auto;
}

#row7 .photo {
width: 50%;
}

#row7 .right {
margin-top: 10%;
}

#row7 .overlay {
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
width: 60%;
transform: translate(-50%, -50%);
}

#row8 .photo {
width: 47%;
}

#row8 .logo {
width: 6%;
}

#row8 .logo img {
width: 40%;
}

#row10 .right {
margin-top: 10%;
}

#row11 .left {
width: calc((100% - 20px)*0.35);
margin: auto;
}

#row12 .right {
width: calc((100% - 20px)*0.45);
margin: auto;
}

#row13 .product p span.price {
min-width: 80px;
}

#row14 .left {
margin-top: 10%;
}

#row15 {
margin-right: 10%;
}

#row22 .text {
width: 100%;
}

#row22 p {
font-size: 1.2rem;
line-height: 2.4rem;
letter-spacing: 0.1rem;
margin: 0 auto 20px auto;
}

#row22 p:nth-of-type(n+1) {
margin: 20px auto 0 auto;
}

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

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

.product p {
text-align: left;
font-size: 1rem;
letter-spacing: 0.05rem;
line-height: 1.5rem;
}

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

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

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

.product p a {
display: inline-block;
color: #111;
}

.product p a:link,
.product p a:visited {
color: #111;
border-bottom: 1px solid #fff;
}

.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 0s ease;
}

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