@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: #faf8f0;
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;
}

.pconly { display: none; }

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

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

#header img {
width: 25.866666vw;
vertical-align: top;
}

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

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

#hero img {
width: 100%;
}

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

#main {
width: 96%;
margin: 0 auto;
}

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

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

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

#intro {
width: 86%;
text-align: center;
margin: 0 auto;
padding: 60px 0;
}

#intro h2 {
font-size: 1.6rem;
line-height: 3rem;
letter-spacing: 0.2rem;
font-weight: normal;
margin: 0 auto;
}

#intro h3 {
font-size: 1.3rem;
line-height: 3rem;
letter-spacing: 0.2rem;
font-weight: normal;
margin: 0 auto 20px auto;
}
#intro p {
font-size: 1.2rem;
line-height: 2.2rem;
margin: 0;
}

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

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

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

article.double {
width: 100%;
margin: 0 auto 30px auto;
}

article.double .photo {
position: relative;
width: 100%;
margin: 0 auto 20px auto;
}

article.double .text {
width: 90%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

article.double .text p {
color: #fff;
font-size: 1.1rem;
line-height: 1.9rem;
font-weight: bold;
margin-bottom: 15px;
}

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

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

.photo .product {
position: relative;
width: 100%;
text-align: center;
margin: 0 auto;
padding: 0;
}

.product p {
font-size: 1.2rem;
line-height: 2rem;
margin: 0 auto;
}

.product p span {
margin-left: 10px;
}

.product p a {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
margin: 0 0 0 5px;
padding: 2px 4px 1px 6px;
}

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

.product p a:hover {
background: #697489;
}

.product span.soon {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #fff;
margin: 0 0 0 5px;
padding: 2px 4px 1px 6px;
background: #ccc;
}

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

article#staff {
width: 100%;
margin: 0 auto 60px auto;
}

#staff .photo img {
width: 100%;
}

#staff .text {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

#staff .text h3 {
color: #fff;
font-size: 1.3rem;
line-height: 1.5rem;
letter-spacing: 0.1rem;
font-weight: bold;
margin-bottom: 10px;
}

#staff .text p {
color: #fff;
font-weight: normal;
font-size: 1.2rem;
line-height: 3rem;
letter-spacing: 0.05rem;
}

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

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

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

article.ec p a {
min-width: 60vw;
max-width: 70%;
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;
border: 1px solid #111;
padding: 10px 20px;
margin: 0 auto;
}

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

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

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

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

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

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

#footer-logo img {
width: 25.866666vw;
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;
transition: 2s ease;
}
.fadein.is-show {
opacity: 1;
}
