@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%;
overscroll-behavior-y: none;
}

body {
display: none;
}

body {
text-align: center;
color: #111;
background: #fefdf6;
font-family: 'Tw Cen MT Std', "futura-pt", "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: #111;
text-decoration: none;
}

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

img {
vertical-align: top;
}

video {
vertical-align: top;
}

.sp { display: none; }

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

#hero {
position: relative;
width: 100%;
margin: 0 auto 120px auto;
padding: 0;
}

#hero h1 {
width: 1.4%;
z-index: 2;
position: absolute;
top: 50%;
right: 1.5%;
transform: translate(0, -50%);
}

#hero h2 {
width: 10%;
z-index: 2;
position: fixed;
top: 3%;
left: 2.5%;
}

#hero .photo {
width: 100%;
}

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

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

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

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

#intro p {
color: #804c50;
font-size: 1.5rem;
line-height: 2.8rem;
letter-spacing: 0.1rem;
margin: 0 auto 20px auto;
}

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

p {
font-size: 1.4rem;
line-height: 2rem;
margin: 0 auto 20px atuo;
}

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

article h2 {
font-size: 1.8rem;
line-height: 2.8rem;
letter-spacing: 0.1rem;
font-weight: normal;
margin: 0 auto 10px auto;
}

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

.photo {
position: relative;
}

.text {
position: relative;
margin: 0 auto;
}

.text p {
font-size: 1.6rem;
line-height: 2.2rem;
margin: 0 auto 20px auto;
}

.single {
position: relative;
width: 60%;
max-width: 800px;
margin: 0 auto 150px auto;
}

.single .photo {
width: 100%;
margin: 0 auto;
}

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

.double .photo {
width: calc((100% - 15px)/2);
}

/* ----------------------------------------------------------------
row
----------------------------------------------------------------- */

#row5 {
margin-bottom: 0;
}

#row5 .photo {
text-align: right;
width: 70%;
margin: 0 0 0 auto;
}

#row5 .photo img {
margin: 0 0 0 auto;
}

#row5 .text {
z-index: 2;
position: absolute;
top: 0;
left: 0;
width: 50%;
}

#row5 .text p {
color: #8ab2c1;
}

#row5 .product {
z-index: 2;
position: absolute;
bottom: 20px;
left: 0;
width: 30%;
}

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

#row6 .photo {
width: 50%;
}

.logo {
margin: 0 auto 100px auto;
}

.logo h4 {
width: 240px;
margin: 0 auto;
}

#staff {
margin: 0 auto 180px auto;
}

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

#staff p {
text-align: center;
color: #fff;
letter-spacing: 0.1rem;
line-height: 3.6rem;
}

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

.product {
position: relative;
width: 100%;
box-sizing: border-box;
margin: 20px auto 0 auto;
padding: 0;
}

.product p {
text-align: right;
font-size: 1.2rem;
line-height: 1.8rem;
letter-spacing: 0.05rem;
}

.product p:nth-of-type(n+2) {
margin-top: 10px;
}

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

#row12 .product p span.name {
min-width: 110px;
}

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

.product p span.click {
text-align: right;
display: inline-block;
}

.product p a .click {
color: #fff;
background: #804c50;
border: 1px solid #804c50;
padding: 2px 20px 1px 20px;
}

.product p a:hover .click {
color: #804c50;
background: #fff;
border: 1px solid #804c50;
}

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

article.ec {
text-align: center;
width: 100%;
margin: 0 auto 180px auto;
padding: 0;
}

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

article.ec p a {
width: 40%;
max-width: 400px;
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;
background: #fefdf6;
margin: 0 auto;
padding: 0 20px;
}

article.ec p a:hover {
background: #fff;
}

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

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

article.ec2 {
text-align: center;
width: 100%;
margin: 0 auto 150px auto;
padding: 0;
}

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

article.ec2 p a {
width: 40%;
max-width: 400px;
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;
background: #fefdf8;
margin: 0 auto;
padding: 0 20px;
}

article.ec2 p a:hover {
background: #fff;
}

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

article.ec2 p a:hover, article.ec2 p a:active {
color: #553715;
}

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

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

#footer a:hover img {
opacity: 0.7;
}

#footer-logo {
margin: 0 auto 90px auto;
}

#footer-logo h3 {
width: 90px;
margin: 0 auto 5px auto;
}

#footer-logo h3 img {
width: 100%;
}

#footer-logo p {
font-size: 1.2rem;
letter-spacing: 0.1rem;
}

#footer-link {
letter-spacing: 0.1rem;
margin: 0 auto 90px auto;
}

#footer-link span {
color: #aaa;
margin: 0 25px;
}

#footer-sns {
margin: 0 auto 90px auto;
}

#footer-sns p {
font-size: 1.8rem;
letter-spacing: 0.1rem;
margin: 0 auto 30px auto;
}

#footer-sns img {
width: 33px;
margin: 0 15px;
}

#footer-sns a:nth-of-type(3) img {
margin: 0 15px 0 8px;
}

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

#footer-copyright p {
font-size: 1.2rem;
letter-spacing: 0.1rem;
}

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

.fadein {
opacity: 0;
transform: translate(0, 50px);
transition: 2.5s ease;
}

.fadein.is-show {
opacity: 1;
transform: translate(0, 0);
}

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

#overlay {
display: none;
}

#overlay {
z-index: 100;
width: 260px;
position: fixed;
bottom: 55px;
left: 50%;
border: 1px solid #804c50;
background: #804c50;
transform: translate(-50%) skew(-8deg);
cursor: pointer;
}

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

#overlay a {
display: block;
font-size: 1.8rem;
letter-spacing: 0.1rem;
padding: 15px 0;
}

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

#overlay a:hover, #overlay a:active {
color: #804c50;
}

