@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: #eef5fc;
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;
}

.pc { display: none; }

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

#hero {
position: relative;
width: 100%;
background: #f9f6eb;
margin: 0 auto;
padding: 0;
}

#hero h1 {
z-index: 2;
position: absolute;
bottom: 3%;
left: 5%;
color: #f86a44;
font-size: 3.6rem;
line-height: 5.6rem;
letter-spacing: 0.1rem;
font-weight: bold;
}

#hero h2 {
width: 22%;
z-index: 2;
position: absolute;
top: 3%;
right: 3%;
}

#hero .photo {
width: 100%;
display: -webkit-flex;
display: flex;
overflow: hidden;
}

#hero .photo ul {
width: 2800%;
display: -webkit-flex;
display: flex;
animation: scroll-left 120s infinite linear 0.5s;
}

#hero .photo li {
width: 100vw;
box-sizing: border-box;
margin: 0 1px;
}

#hero .photo img {
backface-visibility: hidden;
}

@keyframes scroll-left {
from {
	transform: translate3D(0, 0, 0);
	}
	to {
	transform: translate3D(-100%, 0, 0);
	}
}

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

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

.bg {
position: relative;
width: 100%;
background: #eef5fc;
padding: 90px 0 1px 0;
}

.bg.alt {
background: #f9f6eb;
}

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

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

#intro p {
font-size: 1rem;
line-height: 2rem;
margin: 0 auto 20px auto;
}

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

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

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;
text-align: center;
margin: 30px auto 0 auto
}

.single {
width: 96%;
margin: 0 auto 30px auto;
}

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

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

.double .photo {
width: 48.8%;
}

.triple {
width: 98%;
margin: 0 auto 50px auto;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}

.triple .photo {
width: calc((100% - 9%)/3);
margin: 0 1.5% 30px 1.5%;
}

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

#row2,
#row4,
#row6,
#row8,
#row10,
#row12,
#row15,
#row17,
#row19,
#row21,
#row23,
#row25 {
margin-bottom: 90px;
}

#row26 {
margin-bottom: 90px;
}

#row1 p {
text-align: center;
}

#row1 .product p span.name {
min-width: initial;
margin-right: 5px;
}

#row1 .product p a .click {
padding: 3px 5px 1px 5px;
}

#row2 h2 {
text-align: center;
width: 100%;
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 2rem;
letter-spacing: 0.05rem;
}

#row2 .photo::after {
content: '';
width: 6px;
height: 6px;
border: 0;
border-bottom: solid 2px #fff;
border-right: solid 2px #fff;
transform: rotate(45deg);
position: absolute;
left: calc(50% - 3px);
bottom: 20px;
}

#row13 .product .name {
display: none; 
}

#row13 .product p a .click {
padding: 3px 5px 1px 5px;
}

#row13 .product p span.price {
margin: 0 5px 0 0;
}

#row26 .product .name {
display: none; 
}

#row26 .product p a .click {
padding: 3px 5px 1px 5px;
}

#row26 .product p span.price {
margin: 0 5px 0 0;
}

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

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

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

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

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

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

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

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

.product p span.price {
text-align: right;
display: inline-block;
margin: 0 8px 0 8px;
}

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

.product p a .click {
color: #fff;
background: #111;
border: 1px solid #111;
padding: 3px 12px 1px 12px;
}

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

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

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

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

article.ec p a {
width: 85%;
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: #fafdff;
margin: 0 auto;
padding: 2px 20px 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 80px auto;
padding: 0;
}

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

article.ec2 p a {
width: 85%;
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: 2px 20px 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.5;
}

#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 a {
display: block;
}

#footer-link span {
display: none;
}

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

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

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

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

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

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

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

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

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

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

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

