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

.swiper-slide {
-webkit-backface-visibility: hidden;
-webkit-transform-style: preserve-3d;
}

/* ----------------------------------------------------------------
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 150px auto;
padding: 0;
}

#hero .photo {
width: 44%;
margin: 0;
}

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

#hero h2 {
z-index: 2;
position: absolute;
top: 50%;
left: 72%;
width: 12%;
line-height: 5px;
}

#hero img {
width: 100%;
}

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

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

p {
font-size: 1.3rem;
line-height: 2.6rem;
}

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

#intro {
width: 74%;
text-align: left;
margin: 0 auto 150px auto;
}

#intro p {
margin: 0 auto 15px 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.2rem;
line-height: 2rem;
letter-spacing: 0.15rem;
margin: 0 5px;
}

.link p a {
min-width: 294px;
box-sizing: border-box;
display: inline-block;
background: #111;
padding: 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%;
max-width: 1100px;
text-align: center;
margin: 0 auto;
}

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

.single {
width: 74%;
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 90px 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 180px auto;
}

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

.photo img {
width: 100%;
}

.photo video {
width: 100%;
}

.photo {
background: #fff;
}

.swiper-slide {
background: #fff;
}

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

.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 150px auto;
}

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

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

#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.1rem;
}

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

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

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

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

.product p a:hover {
opacity: 0.9;
text-decoration: underline;
}

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

article.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 0 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;
padding: 50px 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;
  }
}