@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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-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: #999;
text-decoration: none;
}

img {
vertical-align: top;
}

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

.sp { display: none; }

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

header {
padding: 50px 0;
}

header img {
width: 325px;
}

header img:hover {
opacity: 0.8;
}

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

#hero {
position: relative;
margin: 0 auto;
}

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

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

p {
text-align: left;
}

.photo p,
.text p {
text-align: left;
margin-top: 20px;
}

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

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

#intro h2 {
font-size: 2rem;
line-height: 3rem;
letter-spacing: 0.15rem;
font-weight: normal;
margin: 0 auto 30px auto;
}

#intro p {
text-align: center;
margin: 0 auto 20px auto;
}

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

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

article {
position: relative;
width: 100%;
padding: 0;
}

#main img {
width: 100%;
vertical-align: top;
}

#main video {
width: 100%;
vertical-align: top;
}

#main h3 {
width: 80px;
margin-bottom: 10px;
}

#main article {
position: relative;
max-width: 1000px;
}

/* ----------------------------------------------------------------
row1
----------------------------------------------------------------- */

.row1 {
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: flex-start;
align-items: flex-start;
margin: 0 auto 90px auto;
}

.row1 .photo {
width: calc((100% - 30px)/3);
}

.row1 .photo.right {
width: calc((100% - 30px)/3);
box-sizing: border-box;
padding-left: 20px;
}

/* ----------------------------------------------------------------
row2
----------------------------------------------------------------- */

.row2 {
position: relative;
width: 84%;
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;
margin: 0 auto 90px auto;
}

.row2 .left {
width: calc((100% - 60px)/2);
margin: 0;
}

.row2 .right {
width: calc((100% - 60px)/2);
margin: 0;
}

/* ----------------------------------------------------------------
row3
----------------------------------------------------------------- */

.row3 {
position: relative;
width: 70%;
margin: 0 0 90px 30%;
}

.row3 .photo {
position: relative;
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: flex-start;
align-items: flex-start;
}

#main .row3 .photo img {
width: 50%;
}

.row3 .text {
width: 41%;
text-align: right;
margin-left: 59%;
}

.row3 .text h3 {
display: inline-block;
text-align: right;
margin: 20px 0 0 0;
}

.row3 .text p {
text-align: left;
margin-top: 0;
}

.row3 .text .product p {
text-align: right;
}

.row3 .text .product p .name {
text-align: left;
}

/* ----------------------------------------------------------------
row4
----------------------------------------------------------------- */

.row4 {
position: relative;
width: 40%;
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;
margin: -200px 55% 90px 5%;
}

/* ----------------------------------------------------------------
row5
----------------------------------------------------------------- */

.row5 {
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: flex-start;
align-items: flex-start;
margin: 0 auto 90px auto;
}

.row5 .photo {
width: calc((100% - 30px)/3);
}

.row5 .photo.right {
box-sizing: border-box;
padding-left: 20px;
}

/* ----------------------------------------------------------------
row6
----------------------------------------------------------------- */

.row6 {
position: relative;
width: 84%;
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;
margin: 0 auto 90px auto;
}

.row6 .left {
width: calc((100% - 60px)/2);
margin: 0;
}

.row6 .right {
width: calc((100% - 60px)/2);
margin: 0;
}

/* ----------------------------------------------------------------
row7
----------------------------------------------------------------- */

.row7 {
position: relative;
width: 70%;
margin: 0 0 90px 30%;
}

.row7 .photo {
position: relative;
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: flex-start;
align-items: flex-start;
}

#main .row7 .photo img {
width: 50%;
}

.row7 .text {
width: 41%;
text-align: right;
margin-left: 59%;
}

.row7 .text h3 {
display: inline-block;
text-align: right;
margin: 20px 0 0 0;
}

.row7 .text p {
text-align: left;
margin-top: 0;
}

.row7 .text .product p {
text-align: right;
}

.row7 .text .product p .name {
text-align: left;
}

/* ----------------------------------------------------------------
row8
----------------------------------------------------------------- */

.row8 {
position: relative;
width: 40%;
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;
margin: -250px 55% 90px 5%;
}

/* ----------------------------------------------------------------
row9
----------------------------------------------------------------- */

.row9 {
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: flex-start;
align-items: flex-start;
margin: 0 auto 90px auto;
}

.row9 .photo {
width: calc((100% - 30px)/3);
}

.row9 .photo.right {
box-sizing: border-box;
padding-left: 20px;
}

/* ----------------------------------------------------------------
row10
----------------------------------------------------------------- */

.row10 {
position: relative;
width: 84%;
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;
margin: 0 auto 90px auto;
}

.row10 .left {
width: calc((100% - 60px)/2);
margin: 0;
}

.row10 .right {
width: calc((100% - 60px)/2);
margin: 0;
}

/* ----------------------------------------------------------------
row11
----------------------------------------------------------------- */

.row11 {
position: relative;
width: 70%;
margin: 0 0 90px 30%;
}

.row11 .photo {
position: relative;
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: flex-start;
align-items: flex-start;
}

#main .row11 .photo img {
width: 50%;
}

.row11 .text {
width: 41%;
text-align: right;
margin-left: 59%;
}

.row11 .text h3 {
display: inline-block;
text-align: right;
margin: 20px 0 0 0;
}

.row11 .text p {
text-align: left;
margin-top: 0;
}

.row11 .text .product p {
text-align: right;
}

.row11 .text .product p .name {
text-align: left;
}

/* ----------------------------------------------------------------
row12
----------------------------------------------------------------- */

.row12 {
position: relative;
width: 40%;
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;
margin: -250px 55% 90px 5%;
}

/* ----------------------------------------------------------------
row13
----------------------------------------------------------------- */

.row13 {
position: relative;
width: 70%;
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;
margin: 0 auto 90px auto;
}

.row13 .photo {
width: 50%;
margin: 0;
}

.row13 .photo p {
margin-right: 15px;
}

/* ----------------------------------------------------------------
row14
----------------------------------------------------------------- */

.row14 {
position: relative;
width: 40%;
margin: 0 auto 90px auto;
}

/* ----------------------------------------------------------------
row15
----------------------------------------------------------------- */

.row15 {
position: relative;
width: 90%;
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;
margin: 0 auto 150px auto;
}

.row15 .left {
order: 1;
width: calc((100% - 120px)/2);
padding-top: 190px;
margin: 0;
}

.row15 .right {
order: 2;
width: calc((100% - 120px)/2);
margin: 0;
}

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

#staff {
margin: -10px auto 80px auto;
}

#staff p {
text-align: center;
}

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

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

.product p {
text-align: left;
font-size: 1.2rem;
line-height: 2.4rem;
margin: 0 auto;
}

.product p span {
}

.product p .name {
display: inline-block;
min-width: 60px;
}

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

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

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

.product p a:hover {
background: #859ebb;
}

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

.product .soon:hover {
background: #ccc;
}

/* ----------------------------------------------------------------
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 {
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: 260px;
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;
}

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: 70px auto 0 auto;
}

#footer-logo p {
text-align: center;
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;
transition: 2s ease;
}
.fadein.is-show {
opacity: 1;
}

.fadeindelay {
opacity: 0;
transition: 1.6s 0.8s ease;
}
.fadeindelay.is-show {
opacity: 1;
}
