@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 {
text-align: center;
color: #222;
background: #fff;
font-family: "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;
}

.sp { display: none; }

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

#hero {
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 auto;
}

#hero img {
width: 100%;
}

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

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

#main img {
vertical-align: top;
}

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

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

#intro {
position: relative;
width: 100%;
text-align: center;
margin: 0 auto;
padding: 60px 0 90px 0;
}

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

.title p {
margin: 0 auto;
}

.title img {
width: 160px;
margin: 0 auto;
}

.title a:hover {
opacity: 0.7;
}

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

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

article {
position: relative;
width: 100%;
padding: 0;
}

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

.double {
width: 100%;
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-end;
align-items: flex-end;
margin: 0 auto 90px auto;
}

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

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

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

.wrap {
width: 100%;
max-width: 1100px;
margin: 0 auto;
}

.slide {
position: relative;
width: 100%;
}

.swiper-slide-prev,
.swiper-slide-next {
filter: grayscale(1);
}

.swiper-slide-prev .product p {
margin-left: 10px;
}

.swiper-slide {
-webkit-backface-visibility: hidden!important;
-webkit-transform-style: preserve-3d!important;
}

.photo p {
text-align: left;
}

.text p {
text-align: left;
}

/* ----------------------------------------------------------------
allitem01
----------------------------------------------------------------- */

#container {
position: relative;
width: 100%;
height: 100%;
margin: 0 auto;
}

#allitem01 {
z-index: 10;
position: absolute!important;
right: 0!important;
top: 0!important;
width: 60px!important;
height: 131px!important;
}

#allitem01 .inner {
z-index: 2;
width: 60px!important;
height: 131px!important;
right: 0!important;
left: auto!important;
}

#allitem01 a:hover img {
opacity: 0.8;
}

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

#row2 {
width: 100%;
}

#row2 .text {
text-align: left;
width: 40%;
margin: 0 5% 0 15%;
}

#row2 .text h3 {
border-bottom: 1px solid #ccc;
margin-bottom: 15px;
padding-bottom: 15px;
}

#row2 .text h3 img {
width: 50%;
margin-right: auto;
}

#row2 .text h4 {
width: 100%;
margin-bottom: 60px;
}

#row2 .text h4 img {
width: 35%;
margin-right: auto;
}

#row2 .text p {
display: inline-block;
width: 100%;
}

#row2 .text p img {
height: 20px;
width: auto;
margin-right: auto;
margin-bottom: 4px;
}

#row2 .photo {
width: 40%;
}

#row3 {
width: 70%;
margin: 0 30% 90px 0;
}

#row3 .photo {
position: relative;
width: calc((100% - 20px)/2);
}

#row3 .product p {
text-align: right;
}

#row4 {
width: 100%;
margin: 0 0 90px 0;
}

#row5 {
width: 100%;
margin: 0 0 90px 0;
}

#row6 {
width: 100%;
}

#row6 .photo01 {
width: 60%;
margin: 0 auto 30px 0;
}

#row6 .photo02 {
width: 60%;
margin: 0 auto 30px auto;
}

#row6 .photo03 {
width: 60%;
margin: 0 0 30px auto;
}

#row7 {
width: 100%;
-webkit-align-items: flex-start;
align-items: flex-start;
}

.bg {
width: 100%;
background: #E2CB9E;
margin: 0 auto 90px auto;
padding: 90px 0;
}

#row8 {
width: 70%;
max-width: 700px;
margin: 0 auto;
}

#row8 .photo {
margin: 0 auto 30px auto;
}

#row9 {
width: 55%;
margin: 0 40% 90px 5%;
}

#row9 .product p {
text-align: right;
}

#row10 {
width: 55%;
margin: 0 5% 90px 40%;
}

#row11 {
width: 70%;
margin: 0 auto 110px auto;
}

/* ----------------------------------------------------------------
allitem02
----------------------------------------------------------------- */

article.allitem02 {
width: 160px;
margin: 0 auto 90px auto;
}

article.allitem02 a:hover img {
opacity: 0.8;
}

/* ----------------------------------------------------------------
staff
----------------------------------------------------------------- */

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

#staff p {
line-height: 2rem;
letter-spacing: 0.05rem;
margin-bottom: 20px;
}

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

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

.products .product {
width: calc((100% - 20px)/2);
}

.products .product.right p {
text-align: right;
}

.product {
width: 100%;
margin: 15px auto 0 auto;
}

.product p {
text-align: left;
font-size: 1.2rem;
line-height: 2.4rem;
margin: 0;
}

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

.product p .btn {
display: inline-block;
text-align: center;
min-width: 30px;
margin: 0 0 0 15px;
}

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

.product p a {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
margin: 0 0 5px 0;
padding-bottom: 3px;
text-decoration: none;
border-bottom: 1px solid #fff;
}

.product p a:hover {
color: #444;
text-decoration: none;
padding-bottom: 3px;
border-bottom: 1px solid #111;
}

.product p a.soon {
color: #111;
border-bottom: 1px solid #fff;
}

.product p a.soon:hover {
color: #111;
border-bottom: 1px solid #fff;
}

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

article.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 0 auto 60px 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:link, article.ec p a:visited {
color: #111;
text-decoration: none;
}

article.ec p a:hover, article.ec p a:active {
color: #553715;
text-decoration: none;
}

/* ----------------------------------------------------------------
Logo
----------------------------------------------------------------- */

.footerlogo {
width: 100%;
text-align: center;
margin: 70px auto;
}

.footerlogo p {
margin: 0 auto;
}

.footerlogo img {
width: 160px;
margin: 0 auto;
}

.footerlogo a:hover {
opacity: 0.7;
}

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

.fadeinup {
opacity: 0;
transform: translate(0, 50px);
transition: 2.4s ease;
}
.fadeinup.is-show {
transform: translate(0, 0);
opacity: 1;
}

.title {
opacity: 0;
transform: translate(0, 20px);
transition: 2.4s 3.2s ease;
}
.title.is-show {
transform: translate(0, 0);
opacity: 1;
}

.fadeinleft {
opacity: 0;
transform: translate(-50px, 0);
transition: 2.4s ease;
}
.fadeinleft.is-show {
transform: translate(0, 0);
opacity: 1;
}

.line01 {
opacity: 0;
transition: 2.4s ease;
}
.line01.is-show {
transform: translate(0, 0);
opacity: 1;
}

.line02 {
opacity: 0;
transition: 2.4s 0.8s ease;
}
.line02.is-show {
transform: translate(0, 0);
opacity: 1;
}

.line03 {
opacity: 0;
transition: 2.4s 1.6s ease;
}
.line03.is-show {
transform: translate(0, 0);
opacity: 1;
}

.line04 {
opacity: 0;
transition: 2.4s 2.4s ease;
}
.line04.is-show {
transform: translate(0, 0);
opacity: 1;
}

.line05 {
opacity: 0;
transition: 2.4s 3.2s ease;
}
.line05.is-show {
transform: translate(0, 0);
opacity: 1;
}

.line06 {
opacity: 0;
transition: 2.4s 4s ease;
}
.line06.is-show {
transform: translate(0, 0);
opacity: 1;
}

.line07 {
opacity: 0;
transition: 2.4s 4.8s ease;
}
.line07.is-show {
transform: translate(0, 0);
opacity: 1;
}
