@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 {
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.4rem;
line-height: 3rem;
margin: 0 auto;
}

a:link, a:visited {
color: #444;
text-decoration: none;
}

a:active, a:hover {
color: #999;
text-decoration: none;
}

.sp { display: none; }

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#hero {
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0;
}

#hero img {
width: 100%;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
width: 100%;
max-width: 1000px;
text-align: left;
margin: 0 auto;
}

p {
font-size: 1.3rem;
line-height: 2.2rem;
}

img {
vertical-align: top;
}

video {
vertical-align: top;
}

/* ----------------------------------------------------------------
Intro
----------------------------------------------------------------- */

#intro {
width: 100%;
margin: 0 auto;
padding: 90px 0;
}

#intro h3 {
font-size: 1.5rem;
line-height: 2rem;
margin: 0 auto 10px auto;
}

#intro h2 {
font-size: 3rem;
line-height: 3rem;
margin: 0 auto 50px auto;
}

#intro p {
margin: 0 auto;
}


/* ----------------------------------------------------------------
Look
----------------------------------------------------------------- */

article {
position: relative;
width: 100%;
text-align: center;
}

.single {
width: 100%;
margin: 0 auto 120px auto;
}

.double {
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: center;
align-items: center;
margin: 0 auto 120px auto;
}

.double .photo {
position: relative;
width: 50%;
}

.photo img {
width: 100%;
}

/* ----------------------------------------------------------------
Row
----------------------------------------------------------------- */

.row1.double {
z-index: 2;
-webkit-align-items: flex-start;
align-items: flex-start;
margin-bottom: 0;
}

.row1 .right img {
width: 60%;
margin-top: 60px;
}

.row2.double {
z-index: 1;
-webkit-align-items: flex-end;
align-items: flex-end;
margin-top: -34%;
}

.row3.double {
margin-bottom: 0;
}

.row4.double {
-webkit-align-items: flex-end;
align-items: flex-end;
}

.row5 .left {
margin-top: -11.5%;
}

.row5 .text {
position: absolute;
bottom: 0;
left: 25%;
transform: translate(-50%, 0);
-webkit-transform: translate(-50%, 0);
-ms-transform: translate(-50%, 0);
}

.row7 .text {
position: absolute;
top: 25%;
left: 75%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

.row7 .product p {
color: #fff;
}

.row7 .product p a:link,
.row7 .product p a:visited {
color: #fff;
background: #aaa;
}

.row7 .product p a:hover {
background: #ccc;
}

.row8 .text {
position: absolute;
top: 75%;
left: 75%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

.row8 .product p {
color: #fff;
}

.row8 .product p a:link,
.row8 .product p a:visited {
color: #fff;
background: #aaa;
}

.row8 .product p a:hover {
background: #ccc;
}

.row9 {
width: 70%;
margin-bottom: 0;
}

.row10 {
width: 70%;
-webkit-align-items: flex-end;
align-items: flex-end;
}

.row10 .photo {
width: 65%;
}

.row10 .text {
width: 30%;
}

.row10 .product {
text-align: right;
}

.row11 {
width: 70%;
margin-bottom: 90px;
}

.row11 .text {
position: absolute;
bottom: 5%;
left: 5%;
}

.row11 .text p {
text-align: left;
color: #fff;
font-size: 1.3rem;
line-height: 1.8rem;
letter-spacing: 0.1rem;
font-weight: bold;
margin-top: 16px;
}

/* ----------------------------------------------------------------
Product
----------------------------------------------------------------- */

.product {
text-align: left;
position: relative;
width: 100%;
box-sizing: border-box;
margin: 0 auto;
padding: 30px 0 0 0;
}

.product.right {
text-align: right;
}

.product p {
line-height: 2.2rem;
}

.product p:nth-of-type(n+2) {
margin-top: 5px;
}

.product p span.name {
min-width: 50px;
display: inline-block;
}

.product p span.price {
text-align: right;
min-width: 55px;
display: inline-block;
margin-left: 8px;
}

.product p span.btn {
display: inline-block;
margin-left: 5px;
}

.product p a {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
margin: 0 0 0 5px;
padding: 4px 7px 5px 8px;
}

.product p a:link,
.product p a:visited {
color: #fff;
background: #111;
}

.product p a:hover {
background: #555;
}

/* ----------------------------------------------------------------
ec store
----------------------------------------------------------------- */

article.ec {
text-align: center;
width: 100%;
margin: 0 auto;
padding: 0;
}

article.ec p {
text-align: center;
line-height: 2.2rem;
}

article.ec p:first-child {
margin: 0 auto 15px auto;
}

article.ec p a {
min-width: 300px;
box-sizing: border-box;
display: inline-block;
border: 1px solid #444;
padding: 15px 20px;
}

article.ec p a:hover {
border: 1px solid #666;
}

article.ec p a:link, article.ec p a:visited {
color: #444;
font-size: 1.3rem;
letter-spacing: 0.1rem;
}

article.ec p a:hover, article.ec p a:active {
color: #666;
font-size: 1.3rem;
letter-spacing: 0.1rem;
}

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

#footer-logo {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 50px 0 0 0;
}

#footer-logo p {
margin: 0 auto;
padding: 0;
}

#footer-logo img {
width: 250px;
margin: 0 auto;
}

#footer-logo a:hover {
opacity: 0.8;
}

#footer-copyright {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 25px 0 35px 0;
}

#footer-copyright p {
color: #444;
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);
transition: 2s ease;
}
.fadein.is-show {
transform: translate(0, 0);
opacity: 1;
}

.fadeindelay {
opacity: 0;
transform: translate(0, 100px);
transition: 2s 0.5s ease;
}
.fadeindelay.is-show {
transform: translate(0, 0);
opacity: 1;
}
