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

.sp { 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: 3%;
color: #f86a44;
font-size: 4.6rem;
line-height: 6.2rem;
letter-spacing: 0.1rem;
font-weight: bold;
}

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

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

#hero .photo ul {
width: calc(100%/3*28);
display: -webkit-flex;
display: flex;
animation: scroll-left 120s infinite linear 0.5s;
}

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

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

.inner {
width: 90%;
max-width: 1000px;
margin: 0 auto;
}

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

.bg.alt {
background: #f9f6eb;
}

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

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

#intro p {
font-size: 1.4rem;
line-height: 3rem;
letter-spacing: 0.1rem;
margin: 0 auto 20px auto;
}

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

p {
font-size: 1.4rem;
line-height: 2.6rem;
}

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: 40px auto 0 auto
}

.text p {
font-size: 1.6rem;
line-height: 3.2rem;
}

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

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

.double {
width: 100%;
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;
}

.double .photo {
width: 48.5%;
}

.triple {
width: 100%;
margin: 0 auto 100px 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% - 12%)/3);
margin: 0 2% 50px 2%;
}

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

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

#row26 {
margin-bottom: 180px;
}

#row1 p {
text-align: center;
}

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

#row2 h2 {
z-index: 2;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #fff;
font-size: 3.6rem;
letter-spacing: 0.1rem;
}

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

#row2 .photo:hover {
opacity: 0.9;
}

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

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

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

#staff p {
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;
}

.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: #111;
border: 1px solid #111;
padding: 2px 20px 1px 20px;
}

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

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

