@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: "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: #111;
text-decoration: none;
}

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

img {
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%;
}

#hero h1 img {
z-index: 2;
width: 12%;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
margin: auto;
animation: fadein 3s ease 1s 1 normal forwards;
opacity: 0;
}

@keyframes fadein {
  0% {
     transform: translateY(50px);
  }
  100% {
     opacity: 1;
     transform: translateY(0);
  }
}

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

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

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

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

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

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

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

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

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

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

article a:hover img {
opacity: 0.9;
}

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

article.single {
width: 96%;
margin: 0 auto 60px 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.single .photo {
position: relative;
width: 100%;
margin: 0 auto;
}

article.double {
width: 96%;
margin: 0 auto 60px 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% - 8px)/2);
text-align: left;
}

/* ----------------------------------------------------------------
title
----------------------------------------------------------------- */

.title {
text-align: center;
width: 100%;
margin: 0 auto 10px auto;
}

.title h2 {
font-size: 1.8rem;
line-height: 1.8rem;
letter-spacing: 0.1rem;
font-weight: normal;
margin: 0 auto 30px auto;
}

.title p {
margin: 0 auto 30px auto;
}

.button a {
position: relative;
display: inline-block;
line-height: 1.6rem;
letter-spacing: 0.1rem;
border-bottom: 1px solid #111;
box-sizing: border-box;
padding: 0 0 0 1px;
}

.button a:hover {
border-bottom: 1px solid #555;
}

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

#row1 .product p {
text-align: right;
}

#row3 {
margin-bottom: 120px;
}

#row4 .product p {
text-align: right;
}

#row5 .product p {
text-align: right;
}

#row6 {
margin-bottom: 120px;
}

#row8 .product p {
text-align: right;
}

#row10 {
margin-bottom: 120px;
}

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

#row12 {
margin-bottom: 120px;
}

#row12 .photo {
width: 50.1%;
}

#row12 .photo.right {
z-index: -1;
margin-left: -0.2%;
}

#row12 .product p {
text-align: right;
}

#row14 {
margin-bottom: 120px;
}

#row14 .product p {
text-align: right;
}

#row14 .product p .name {
min-width: 45px;
}

#row15 {
margin-bottom: 90px;
}

#row15 .photo {
margin-bottom: 10px;
}

#row15 .product {
position: absolute;
left: 6px;
bottom: 2px;
}

#row15 .product p {
font-size: 0.9rem;
line-height: 1.1rem;
letter-spacing: 0.05rem;
margin: 0 auto;
}

#row15 .product span {
width: 100%;
display: block;
text-align: left;
}

#row15 .product p .price {
margin: 0;
}

#row7 {
min-width: 60vw;
max-width: 70%;
margin-bottom: 100px;
}

#row7 video {
border: 15px solid #d9d9d9;
box-sizing: border-box;
}

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

.staff p {
letter-spacing: 0.1rem;
margin: 0 auto 20px auto;
}

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

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

.link p {
font-size: 1.2rem;
line-height: 1.6rem;
letter-spacing: 0.15rem;
text-align: center;
margin: 0 auto;
padding: 0;
}

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

.link p a:hover {
border: 1px solid #777;
}

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

.link p a:hover, .link p a:active {
color: #555;
}

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

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

.product p {
color: #111;
text-align: left;
font-size: 1rem;
line-height: 2rem;
letter-spacing: 0.1rem;
margin-bottom: 10px;
}

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

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

.product p .btn {
display: inline-block;
margin-left: 15px;
}

.product p a:link, .product p a:visited {
color: #111;
border-radius: 8px;
border: 1px solid #949494;
padding: 3px 12px;
}

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

.product p.feature a:link, .product p.feature a:visited {
color: #fff;
background: #111;
border: 1px solid #111;
}

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

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

article.ec {
text-align: center;
width: 100%;
margin: 0 auto 60px 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 auto;
padding: 0;
}

article.ec p:last-child {
margin: 15px auto 0 auto;
}

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 120px 0;
}

#footer-copyright p {
color: #111;
font-size: 1.1rem;
font-family: Montserrat,"Helvetica Neue",sans-serif;
letter-spacing: 0.1rem;
margin: 0 auto;
}

/* ----------------------------------------------------------------
overlay
----------------------------------------------------------------- */

#overlay {
display: none;
}

#overlay {
z-index: 100;
width: 100%;
position: fixed;
bottom: 20px;
left: 0;
cursor: pointer;
}

#overlay:hover {
border: 1px solid #111;
background: #fff;
}

#overlay a {
min-width: 60vw;
max-width: 70%;
background: #111;
display: block;
font-size: 1.3rem;
letter-spacing: 0.1rem;
border: 1px solid #111;
margin: 0 auto;
padding: 12px 20px;
box-sizing: border-box;
}

#overlay a:link,#overlay a:visited {
color: #fff;
}

#overlay a:hover, #overlay a:active {
color: #111;
}

/* ----------------------------------------------------------------
animation
----------------------------------------------------------------- */

.fadein {
opacity: 0;
transform: translate(0, 50px);
}
.fadein.is-show {
transform: translate(0, 0);
transition: 2s ease;
opacity: 1;
}
