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

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

#hero {
position: relative;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: flex-end;
justify-content: flex-end;
-webkit-align-items: flex-start;
align-items: flex-start;
background: #111;
margin: 0 auto 90px auto;
padding: 0;
}

#hero .swiper {
width: 88%;
margin: 0 0 0 auto;
}

#hero .swiper-slide img {
width: 100%;
margin: 0;
}

#hero h1 {
position: absolute;
top: 25%;
left: 3%;
width: 6%;
}

#hero h2 {
z-index: 2;
position: absolute;
bottom: 5%;
left: 38%;
width: 25%;
line-height: 5px;
}

#hero img {
width: 100%;
}

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

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

p {
font-size: 1.2rem;
line-height: 2.2rem;
}

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

#intro {
width: 75%;
text-align: left;
margin: 0 auto 90px auto;
padding: 0;
}

#intro h3 {
font-size: 1.3rem;
line-height: 3rem;
letter-spacing: 0.15rem;
font-weight: bold;
margin: 0 auto 5px auto;
}

#intro h2 {
font-size: 1.8rem;
line-height: 2.4rem;
letter-spacing: 0.2rem;
font-weight: bold;
margin: 0 auto 30px auto;
}

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

#intro .link {
margin: 40px auto 0 auto;
}

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

.link p {
text-align: center;
font-size: 1.1rem;
line-height: 1.1rem;
letter-spacing: 0.15rem;
margin: 0 5px;
}

.link p a {
width: 100%;
box-sizing: border-box;
display: inline-block;
background: #111;
padding: 15px 20px 15px 20px;
}

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

.link p a:hover, .link p a:active {
color: #eee;
}

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

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

.slide {
width: 100%;
margin: 0 auto 150px auto;
}

.single {
width: 75%;
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-end;
align-items: flex-end;
margin: 0 auto 60px auto;
}

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

.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% - 10px)/2);
}

.photo img {
width: 100%;
}

.photo video {
width: 100%;
}

.text {
width: 100%;
}

.text p {
font-size: 1.2rem;
line-height: 1.8rem;
letter-spacing: 0.1rem;
margin: 0 auto 20px auto;
}

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

#movie {
margin: 0 auto 90px auto;
}

#model {
margin: 0 auto 140px auto;
}

#model h3 {
z-index: 2;
position: absolute;
bottom: 5%;
left: 10%;
width: 80%;
}

#model h3 img {
width: 100%;
}

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

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

.product p {
text-align: center;
letter-spacing: 0.05rem;
}

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

.product p span.name {
display: block;
font-size: 1.2rem;
line-height: 2rem;
margin-bottom: 10px;
}

.product p span.price {
display: block;
font-size: 1rem;
line-height: 1.8rem;
}

.product p a:link,
.product p a:visited {
color: #111;
}
/* ----------------------------------------------------------------
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: 10px 0 0 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;
padding: 40px 0 0 0;
}

#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
----------------------------------------------------------------- */

.fadein {
opacity: 0;
transition: 1.5s 0.3s ease;
}
.fadein.is-show {
opacity: 1;
}

#hero h1 {
opacity: 0;
animation-name: fadeinup;
animation-duration: 2s;
animation-delay: 0.3s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

#hero h2 {
opacity: 0;
animation-name: fadein;
animation-duration: 2s;
animation-delay: 0.3s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}

@keyframes fadeinup {
  0% {
     opacity: 0;
     transform: translateY(40px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

@keyframes fadein {
  0% {
     opacity: 0;
  }
  100% {
     opacity: 1;
  }
}
