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

.pc {
display: none;
}

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

#hero {
position: relative;
margin: 0 auto;
}

#hero img {
width: 100%;
}

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

#main {
width: 100%;
text-align: center;
color: #222;
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;
padding: 0;
}

#main a:link, #main a:visited {
text-decoration: none;
}

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

#main img {
vertical-align: top;
}

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

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

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

#main h2 img {
width: auto;
height: 18px;
}

#main article h2  {
text-align: center;
display: flex;
align-items: center;
margin: 0 0 15px 0;
}

#main h2::before {
content: "";
height: 1px;
flex-grow: 1;
background-color: #111;
margin-right: 2rem;
}

#main h2::after {
content: "";
height: 1px;
flex-grow: 1;
background-color: #111;
margin-left: 2rem;
}

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

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

.triple {
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 60px auto;
}

.triple .photo {
position: relative;
width: calc((100% - 16px)/3);
}

.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 60px auto;
}

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

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

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

.photo {
text-align: left;
}

.text {
text-align: left;
}

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

#container {
position: relative;
width: 100%;
height: 100%;
min-height: 4000px;
margin: 0 auto;
}

#allitem01 {
z-index: 2;
position: absolute!important;
right: 0!important;
top: 1px!important;
width: 40px!important;
height: 159px!important;
}

#allitem01 .inner {
width: 40px!important;
height: 159px!important;
right: 0!important;
left: auto!important;
}

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

#inner {
width: 100%;
min-height: 4000px;
margin: 0 auto;
}

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

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

#intro p {
margin: 0 auto 15px auto;
}

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

#row1 .photo {
width: 70%;
margin: 0 auto 20px 5%;
}

#row1 .text {
width: 90%;
margin: 0 auto 20px 5%;
}

#row2 {
width: 55%;
margin: 0 10% 60px auto;
}

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

#row3 .product {
width: 90%;
}

#row4 {
width: 90%;
}

#row5 .left {
order: 2;
width: 85%;
margin: 0 5% 0 auto;
}

#row5 .right {
order: 1;
width: 85%;
margin: 0 5% 0 auto;
}

#row6 {
width: 85%;
margin: 0 auto 90px 4%;
}

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

#row7 .left {
order: 1;
width: 60%;
margin: 0 auto 0 5%;
}

#row7 .right {
order: 3;
width: 80%;
margin: 0 auto;
}

#row7 .right img:first-child {
margin-left: -5%;
margin-bottom: 10px;
}

#row7 .right img:last-child {
margin-right: -5%;
}

#row7 .product {
order: 2;
margin: 15px auto 30px 5%;
}

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

#row8 .left {
order: 2;
width: 40%;
margin: 0 auto 0 10%;
}

#row8 .right {
order: 1;
width: 50%;
margin: 0 10% 30px auto;
}

#row9 {
width: 90%;
-webkit-align-items: flex-start;
align-items: flex-start;
}

#row9 .left {
width: 55%;
}

#row9 .right {
width: 40%;
margin-top: 15%;
}

#row10 .left {
order: 2;
width: 80%;
margin: 0 auto;
}

#row10 .right {
order: 1;
width: 80%;
margin: 0 auto;
}

#row11 {
width: 90%;
margin: 0 auto 120px 0;
}

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

#row12 p {
text-align: center;
line-height: 2.2rem!important;
margin: 0 auto 15px auto;
}

#row13 {
width: 100%;
margin: 0 auto;
}

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

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

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

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

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

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

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

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

.product p {
text-align: right;
color: #111;
font-size: 1.1rem!important;
line-height: 2.2rem!important;
margin: 0;
}

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

.product p .price {
display: inline-block;
text-align: right;
min-width: 80px;
}

.product p a {
display: inline-block;
font-size: 1.1rem!important;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
margin: 0 0 5px 10px;
}

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

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

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

article.ec {
text-align: center;
width: 100%;
background: #fff;
margin: 0 auto;
padding: 60px 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:first-of-type {
margin: 0 10px 10px 10px;
}

article.ec p a {
min-width: 60vw;
max-width: 70%;
min-height: 50px;
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: 10px 20px;
margin: 0 auto;
}

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

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

.footerlogo {
width: 100%;
text-align: center;
background: #fff;
margin: 0 auto;
padding-bottom: 50px;
}

.footerlogo p {
margin: 0 auto;
}

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

.footerlogo a:hover {
opacity: 0.7;
}

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

.fadein {
opacity: 0;
transform: translateY(50px);
}

.fadein.is-show {
transform: translateY(0);
transition: 1.8s ease;
opacity: 1;
}
