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

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

img {
vertical-align: top;
}

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

.sp { display: none!important; }

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

#header {
width: 100%;
margin: 0 auto;
padding: 23px 0 30px;
}

#header img {
width: 126px;
}

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

#hero {
position: relative;
width: 100%;
margin: 0 auto 180px 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;
background: #838476;
}

#hero .left {
position: relative;
width: 41.3%;
}

#hero .right {
position: relative;
width: 58.7%;
}

#hero img {
width: 100%;
}

#hero h1 img {
width: 10%;
position: absolute;
top: 0;
right: auto;
bottom: 0;
left: 45%;
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: 96%;
max-width: 1200px;
margin: 0 auto;
padding: 0;
}

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

#intro {
position: relative;
width: 50%;
min-width: 520px;
text-align: center;
margin: 150px auto 90px auto;
}

#intro .text {
width: 100%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

#intro p {
color: #fff;
}

#intro h2 {
color: #fff;
font-size: 2rem;
line-height: 3rem;
letter-spacing: 0.2rem;
font-weight: normal;
margin: 0 auto 35px auto;
}

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

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

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

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

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

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

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

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

.link u {
margin: 0 1rem 0 0.5rem;
padding: 0;
}

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

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

.title h3 {
display: inline-block;
color: #111;
font-size: 1.6rem;
line-height: 2rem;
letter-spacing: 0.15rem;
font-weight: normal;
background: #f8e6d0;
margin: 0 auto;
padding: 15px 30px;
}

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

p {
font-size: 1.2rem;
line-height: 2.4rem;
}

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

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

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

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

#row1 .left {
width: calc((100% - 20px)/2);
}

#row1 .right {
width: 45%;
}

#row2 .left {
width: calc((100% - 20px)/2);
}

#row2 .right {
width: 45%;
}

#row3 {
width: 80%;
}

#row3 .right p:nth-of-type(n+1) {
margin: 10px auto;
}

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

.product {
position: absolute;
bottom: 15px;
left: 15px;
}

.product p {
color: #fff;
text-align: left;
font-size: 1.2rem;
line-height: 2rem;
letter-spacing: 0.1rem;
margin: 0 auto;
}

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

.product p a:hover {
opacity: 0.9;
}

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

article.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 0 auto 90px 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;
}

.ec u {
margin: 0 1rem 0 0.5rem;
padding: 0;
}

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

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

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