@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: #111;
background: #eaeaea;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.2rem;
line-height: 2.4rem;
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 {
width: 100%;
vertical-align: top;
}

video {
width: 100%;
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%;
}

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

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

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

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

#main {
position: relative;
width: 100%;
}

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

p {
font-size: 1.1rem;
line-height: 2rem;
}

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

.text {
text-align: left;
}

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

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

.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: flex-start;
align-items: flex-start;
}

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

.triple {
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: flex-start;
align-items: flex-start;
}

.triple .photo {
position: relative;
width: calc(100% / 3);
}

article h2 {
width: 100%;
text-align: left;
margin: 0 auto -2px auto;
}

article h2 img {
width: 30%;
margin: 0 auto 0 2%;
}

/* ----------------------------------------------------------------
index
----------------------------------------------------------------- */

#index {
width: 100%;
margin: 0 auto 120px auto;
}

#index .photo {
width: 32%;
opacity: 0.8;
background: #fff;
}

#index .photo:hover {
opacity: 0.7;
}

#index p {
position: absolute;
top: 50%;
left: 50%;
width: 60%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

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

#row1 .photo {
width: 100%;
margin: 0 auto 20px auto;
}

#row1 .text {
width: 94%;
margin: 0 auto;
}

#row2 {
width: 70%;
margin: 0 0 90px auto;
}

#row3 {
width: 70%;
margin: 0 auto 90px 3%;
}

#row4 {
width: 100%;
margin: 0 auto 210px auto;
}

#row4 .left {
font-size: 1rem;
color: #fff;
margin-top: -2rem;
}

#row4 .right {
font-size: 1rem;
color: #304024;
}

#row5 .photo {
width: 100%;
margin: 0 auto 20px auto;
}

#row5 .text {
width: 94%;
margin: 0 auto;
}

#row6 {
width: 70%;
margin: 0 0 90px auto;
}

#row7 {
width: 85%;
margin: 0 auto 90px auto;
}

#row8 {
margin: 0 auto 210px auto;
}

#row8 .photo {
width: 50%;
}

#row8 .text {
width: 94%;
margin: 15px auto 0 auto;
}

#row8 .text p {
width: 50%;
color: #788396;
font-size: 1rem;
line-height: 1.6rem;
}

#row9 .photo {
width: 100%;
margin: 0 auto 20px auto;
}

#row9 .text {
width: 94%;
margin: 0 auto;
}

#row10 {
width: 80%;
margin: 0 0 90px auto;
}

#row11 .photo {
width: 50%;
}

#row11 .text {
width: 94%;
margin: 15px auto 0 auto;
}

#row11 .text p {
width: 50%;
margin-left: 50%;
color: #788396;
font-size: 1rem;
line-height: 1.6rem;
}

#row12 {
width: 70%;
margin: 0 auto 180px 0;
}

#row13 {
width: 100%;
margin: 0 auto 120px auto;
}

/* ----------------------------------------------------------------
link
----------------------------------------------------------------- */

.link {
margin: 140px 0 120px 0;
}

.link a {
display: inline-block;
color: #fff;
background: #606060;
font-size: 1.5rem;
line-height: 1.5rem;
letter-spacing: 0.1rem;
border-radius: 30px;
box-sizing: border-box;
padding: 9px 20px 8px 20px;
}

.link a:hover {
opacity: 0.9;
}

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

article.staff {
min-width: 60vw;
max-width: 80%;
margin: 0 auto 120px auto;
}

article.staff p {
line-height: 3rem;
}

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

.product {
position: relative;
margin: 40px 0 0 0;
}

article .product p {
text-align: right;
font-size: 1.1rem;
line-height: 2.2rem;
margin: 0 auto;
}

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

article .product p.others {
text-align: left;
width: 155px;
margin: 10px 0 0 auto;
}

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

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

.product p .btn {
margin: 0 0 0 10px;
}

.product p a {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
border-radius: 10px;
padding: 4px 12px;
}

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

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

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

.ec {
text-align: center;
width: 100%;
margin: 0 auto;
padding: 0;
}

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

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

.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: 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;
transform: translate(0, 80px);
}
.fadein.is-show {
transform: translate(0, 0);
transition: 3s ease;
opacity: 1;
}

.fadeindelay1 {
opacity: 0;
transform: translate(0, 80px);
}
.fadeindelay1.is-show {
transform: translate(0, 0);
transition: 3s 0.5s ease;
opacity: 1;
}

.fadeindelay2 {
opacity: 0;
transform: translate(0, 80px);
}
.fadeindelay2.is-show {
transform: translate(0, 0);
transition: 3s 1s ease;
opacity: 1;
}

