@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 {
width: 100%;
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;
padding: 0;
}

#hero img {
width: 100%;
}

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

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

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

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

#intro .text {
width: 100%;
}

#intro p {
}

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

#intro h3 {
font-size: 1.5rem;
line-height: 2.3rem;
letter-spacing: 0.2rem;
font-weight: normal;
margin: 0 auto 10px auto;
}

#intro h3:last-of-type {
margin: 0 auto 35px auto;
}

/* ----------------------------------------------------------------
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.3rem;
line-height: 1.3rem;
letter-spacing: 0.15rem;
text-align: center;
margin: 0 10px;
padding: 0;
}

.link 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;
padding: 0 20px;
}

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

.link p a:hover, .link p a:active {
opacity: 0.9;
}

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

/* ----------------------------------------------------------------
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.single {
width: 20%;
margin: 0 auto 210px auto;
}

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

article.double .photo.slide {
position: relative;
width: calc((100% - 20px)*0.5);
text-align: left;
}

article.double .photo.main {
position: relative;
width: calc((100% - 20px)*0.5);
text-align: left;
}

#row5 .photo {
width: calc((100% - 10px)/2);
}

#row9 .left {
position: relative;
width: calc((100% - 30px)*0.65);
text-align: left;
}

#row9 .right {
position: relative;
width: calc((100% - 30px)*0.22);
text-align: left;
}

#row11 {
margin: 0 auto 150px auto;
}

#row12 {
margin: 0 auto 150px auto;
}

#row12 p {
font-size: 1.2rem;
line-height: 2rem;
letter-spacing: 0.15rem;
}

#row12 p:nth-of-type(n+1) {
margin-top: 15px;
}

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

.product {
width: calc(100% - 30px);
position: absolute;
bottom: 15px;
left: 40px;
}

.product p {
color: #111;
text-align: left;
font-size: 1.1rem;
line-height: 2rem;
letter-spacing: 0.1rem;
}

.product p .name {
text-align: left;
display: inline-block;
}

.product p .price {
display: inline-block;
text-align: right;
margin-left: 15px;
}

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

.product p a:link, .product p a:visited {
color: #111;
border-bottom: 1px solid #111;
}

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

#row2 .product p {
text-align: center;
}

#row2 .product p {
color: #fff;
}

#row2 .product p a:link, #row2 .product p a:visited {
color: #fff;
border-bottom: 1px solid #fff;
}

#row8 .product {
width: calc(100% - 30px);
position: absolute;
bottom: 25px;
left: 20px;
}

/* ----------------------------------------------------------------
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;
}
