@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 {
display: none;
}

body {
text-align: center;
color: #222;
background: #fff0f5;
font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.3rem;
line-height: 2.8rem;
font-weight: normal;
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; }

/* ----------------------------------------------------------------
Header
----------------------------------------------------------------- */

#header {
width: 100%;
margin: 0 auto;
padding: 23px 0 30px;
}

#header img {
width: 126px;
}

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

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

#hero img {
width: 100%;
}

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

#main {
position: relative;
width: 100%;
max-width: 1000px;
margin: 0 auto;
padding: 0;
}

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

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

#intro {
width: 100%;
max-width: 1000px;
text-align: center;
margin: 120px auto 150px auto;
}

#intro h2 {
font-size: 2.8rem;
line-height: 3.2rem;
letter-spacing: 0.15rem;
font-weight: normal;
margin: 0 auto 50px auto;
}

#intro p {
margin: 0 auto 15px auto;
}

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

#main h2 {
font-size: 2.8rem;
line-height: 3.6rem;
letter-spacing: 0.15rem;
font-weight: normal;
border-top: 1px solid #111;
border-bottom: 1px solid #111;
margin: 0 auto 60px auto;
padding: 40px 0;
}

#main h3 {
font-size: 1.3rem;
line-height: 1.3rem;
letter-spacing: 0.2rem;
font-weight: normal;
margin: 0 auto 10px auto;
}

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

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

article img {
max-width: 100%;
vertical-align: top;
}

.items {
width: 100%;
margin: 0 auto 180px auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-start;
align-items: flex-start;
}

.items .photo {
position: relative;
width: 27%;
margin: 0 1.5% 3% 1.5%;
}

.looks {
width: 100%;
margin: 0 auto 180px auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-start;
align-items: flex-start;
}

.looks .photo {
position: relative;
width: 27%;
margin: 0 1.5% 3% 1.5%;
}

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

.slide .photo {
width: 90%;
margin: 0 auto;
}

.slide .ver {
margin: auto auto;
}

.title {
width: 100%;
margin: 0 auto 60px auto;
}

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

.items .title {
width: 100%;
margin: 0 auto 10px auto;
}

.looks .title {
width: 100%;
margin: 0 auto 10px auto;
}

/* ----------------------------------------------------------------
staff
----------------------------------------------------------------- */

#staff {
width: 90%;
margin: 0 auto 120px auto;
}

#staff .text {
position: absolute;
bottom: 20px;
left: 30px;
}

#staff .text p {
text-align: left;
font-size: 1.2rem;
line-height: 1.6rem;
letter-spacing: 0.1rem;
margin-top: 12px;
}

/* ----------------------------------------------------------------
product
----------------------------------------------------------------- */

.product {
position: relative;
width: 100%;
margin: 50px 0 0 0;
}

.product p {
text-align: center;
font-size: 1.2rem;
line-height: 2.2rem;
letter-spacing: 0.1rem;
margin: 0 auto;
}

.product p.feature {
font-weight: bold;
}

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

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

.product p a {
color: #111;
margin-left: 15px;
}

.product p a:link, .product p a:visited {
color: #111;
text-decoration: underline;
}

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

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

.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: -30px auto 150px auto;
padding: 0;
}

.ec p {
font-size: 1.4rem;
line-height: 1.6rem;
letter-spacing: 0.15rem;
font-style: italic;
text-align: center;
margin: 0 10px;
padding: 0;
}

.ec p a {
min-width: 300px;
min-height: 55px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
border: 1px solid #111;
padding: 0 20px;
}

.ec p a:hover {
border: 1px solid #553715;
}

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

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

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

#footer-logo {
width: 100%;
text-align: center;
margin: 70px auto 0 auto;
}

#footer-logo p {
margin: 0 auto;
}

#footer-logo img {
width: 160px;
margin: 0 auto;
}

#footer-logo a:hover {
opacity: 0.7;
}

#footer-copyright {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 20px 0 35px 0;
}

#footer-copyright p {
color: #111;
font-size: 1.1rem;
font-family: Montserrat,"Helvetica Neue",sans-serif;
letter-spacing: 0.1rem;
margin: 0 auto;
}

/* ----------------------------------------------------------------
Animation
----------------------------------------------------------------- */

.fadein {
opacity: 0;
transform: translate(0, 50px);
}

.fadein.is-show {
transform: translate(0, 0);
transition: 1.5s 0.2s ease;
opacity: 1;
}
