@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: #fff;
font-family: "Marcellus", "游明朝", 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: #222;
text-decoration: none;
}

a:active, a:hover {
color: #222;
text-decoration: none;
}

img {
vertical-align: top;
}

.pc { 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: 100%;
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: 90%;
text-align: center;
margin: 60px auto 60px auto;
}

#intro h2 {
font-size: 1.5rem;
line-height: 2rem;
letter-spacing: 0.1rem;
margin: 0 auto 30px auto;
}

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

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

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

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

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

article.single .photo {
width: 100%;
}

article.double {
width: 100%;
margin: 0 auto 90px auto;
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;
}

article.double .photo {
position: relative;
width: calc((100% - 5px)/2);
}

article.slide {
width: 96%;
margin: 0 auto 90px auto;
}

.swiper-pagination {
display: none!important;
}

/* ----------------------------------------------------------------
row
----------------------------------------------------------------- */

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

#row1 a:hover img {
opacity: 0.8;
}

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

#row1 p {
color: #fff;
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 #fff;
padding: 0 20px;
}

#row5 .photo.left {
width: calc((100% - 5px)*0.47);
}

#row5 .photo.right {
width: calc((100% - 5px)*0.53);
}

.staff {
margin: 0 auto 90px auto;
}

.staff p {
text-align: center;
letter-spacing: 0.1rem;
margin: 0 auto 25px auto;
}

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

.product {
width: 100%;
margin: 20px auto 0 auto;
}

.product p {
color: #111;
text-align: center;
font-size: 1rem;
line-height: 2rem;
margin: 0 auto;
}

.product p.feature span.name,
.product p.feature span.price {
font-weight: bold;
}

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

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

.product p span.price {
text-align: right;
display: inline-block;
min-width: 45px;
margin: 0 8px 0 5px;
}

.product p span.click {
text-align: right;
display: inline-block;
}

.product p a .click {
color: #fff;
background: #111;
border: 1px solid #111;
padding: 1px 12px; 
}

.product p a:hover .click {
color: #111;
background: #fff;
border: 1px solid #111;
}

/* ----------------------------------------------------------------
btn
----------------------------------------------------------------- */

.btn a {
font-size: 1rem;
letter-spacing: 0.1rem;
font-style: normal;
color: #fff;
background: #111;
border: 1px solid #111;
padding: 4px 8px;
margin-left: 10px;
}

.btn a:hover {
color: #111;
background: #fff;
border: 1px solid #111;
padding: 4px 8px;
}

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

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

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

.ec p a {
color: #111;
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 {
color: #fff;
background: #111;
border: 1px solid #111;
}

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

#footer a:hover img {
opacity: 0.5;
}

#footer-logo {
margin: 0 auto 90px auto;
}

#footer-logo h3 {
width: 90px;
margin: 0 auto 5px auto;
}

#footer-logo h3 img {
width: 100%;
}

#footer-logo p {
font-size: 1.2rem;
letter-spacing: 0.1rem;
}

#footer-link {
letter-spacing: 0.1rem;
margin: 0 auto 90px auto;
}

#footer-link a {
display: block;
}

#footer-link span {
display: none;
}

#footer-sns {
margin: 0 auto 90px auto;
}

#footer-sns p {
font-size: 1.8rem;
letter-spacing: 0.1rem;
margin: 0 auto 30px auto;
}

#footer-sns img {
width: 33px;
margin: 0 15px;
}

#footer-sns a:nth-of-type(3) img {
margin: 0 15px 0 8px;
}

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

#footer-copyright p {
font-size: 1.2rem;
letter-spacing: 0.1rem;
}
