@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!important;
line-height: 2.8rem!important;
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%;
vertical-align: top;
}

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

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

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

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

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

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

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

article img {
vertical-align: top;
}

article .photo img[src$=".jpg"] {
width: 100%;
}

.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-start;
align-items: flex-start;
margin: 0 auto 120px auto;
}

.triple .photo {
position: relative;
width: calc((100% - 40px)/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-start;
align-items: flex-start;
margin: 0 auto 120px auto;
}

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

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

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

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

.inner {
width: 94%;
max-width: 1100px;
margin: 0 auto;
}

.photo {
text-align: left;
}

.text p {
text-align: left;
}

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

#container {
position: relative;
width: 100%;
height: 100%;
min-height: 9300px;
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 img:hover {
opacity: 0.8;
}

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

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

.slider {
width: 100vw;
overflow: hidden;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
}

.slider .photo {
position: relative;
display: -webkit-flex;
display: flex;
}

.slider .photo ul {
width: 100vw;
display: -webkit-flex;
display: flex;
animation: scroll-left 20s infinite linear 0.5s both;
}

.slider .photo li {
width: calc(100vw/6);
margin: 0 15px;
}

.slider .photo img {
vertical-align: top;
width: 100%;
height: auto;
}

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

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

.title p {
margin: 0 auto;
}

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

.title a:hover {
opacity: 0.7;
}

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

.double.first {
width: 85%;
}

.double.first .left {
width: calc((100% - 60px)/10*5.5);
}

.double.first .right {
width: calc((100% - 60px)/10*4.5);
margin: 0 0 0 auto;
}

.double.first .product {
position: absolute;
bottom: 60px;
left: calc((100% - 60px)/10*5.5 + 60px);
width: calc((100% - 60px)/10*4.5);
}

.double.first .product p {
text-align: left;
}

.double.first h3 {
width: 90px;
margin: 0 0 60px 50%;
}

.double.first h3 img {
height: 120px;
}

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

#row2 .left {
width: 42%;
}

#row2 .right {
width: 42%;
margin-top: 20%;
}

#row3 {
width: 85%;
margin: 0 auto 150px 0;
}

#row4 p img {
width: 90%;
}

#row5 {
width: 90%;
}

#row5 .photo {
width: 44%;
}

#row5 .right {
margin-top: 40%;
}

#row6 .left {
z-index: 1;
width: 75%;
margin-left: 0;
}

#row6 .right {
width: 28%;
z-index: 2;
position: absolute;
top: 30%;
left: 65%;
}

#row8 .left {
width: 40%;
}

#row8 .right {
width: 40%;
margin-top: 25%;
margin-right: 5%;
}

#row9 {
margin: 0 auto 210px auto;
}

#row9 .left {
width: 40%;
margin-left: 10%;
}

#row9 .right {
width: 30%;
margin-top: 5%;
}

#row10 p img {
width: 90%;
}

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

#row11 .photo {
width: 44%;
}

#row11 .right {
margin-top: 15%;
}

#row13 .left {
width: 42%;
}

#row13 .right {
width: 42%;
margin-top: 20%;
}

#row14 {
width: 50%;
margin: 0 auto 150px auto;
}

#row16 {
width: 90%;
margin: 0 auto 0 auto;
}

#row16 .photo {
width: 44%;
}

#row16 .right {
margin-top: 15%;
}

#row17 {
-webkit-align-items: flex-end;
align-items: flex-end;
margin: 0 auto 80px auto;
}

#row17 h3 {
margin-bottom: 50px;
}

#row18 {
margin: 0 auto 80px auto;
}

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

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

/* ----------------------------------------------------------------
bg
----------------------------------------------------------------- */

.bg01 {
background: #747679;
padding: 90px 0;
margin: 0 auto 150px auto;
}

.bg02 {
background: #747679;
padding: 90px 0;
margin: 0 auto;
}

.bg03 {
background: #C61D1B;
padding: 90px 0;
margin: 0 auto 150px auto;
}

.bg01, .bg02, .bg03 {
color: #fff;
}

.bg01 .product p, .bg02 .product p, .bg03 .product p {
color: #fff;
}

/* ----------------------------------------------------------------
info
----------------------------------------------------------------- */

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

#info h2 {
width: 300px;
margin: 0 auto 60px auto;
}

#info p:nth-of-type(1) {
margin: 0 auto 60px auto;
}

#info p img {
width: 450px;
}

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

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

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

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

#staff {
width: 50%;
margin: 0 auto 120px auto;
}

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

#staff .text p {
text-align: center;
color: #fff;
font-size: 1.3rem;
line-height: 2.4rem;
letter-spacing: 0.1rem;
margin-bottom: 15px;
}

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

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

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

.product p.feature {
font-weight: bold;
}

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

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

.product p a {
display: inline-block;
font-size: 1rem!important;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #fff;
border-radius: 6px;
margin: 0 0 5px 20px;
padding: 4px 8px 4px 9px;
}

.product p a:link, .product p a:visited {
background: #747679;
}

.product p a:hover {
background: #999;
}

.product p.feature a:link, .product p.feature a:visited {
background: #C61D1B;
}

.product p.feature a:hover {
background: #ce4140;
}

.bg01 .product p a:link, .bg01 .product p a:visited,
.bg02 .product p a:link, .bg02 .product p a:visited {
color: #111;
background: #fff;
}

.bg01 .product p a:hover,
.bg02 .product p a:hover {
color: #111;
background: #ddd;
}

.bg01 .product p.feature a:link, .bg01 .product p.feature a:visited,
.bg02 .product p.feature a:link, .bg02 .product p.feature a:visited {
color: #fff;
background: #C61D1B;
}

.bg01 .product p.feature a:hover,
.bg02 .product p.feature a:hover {
color: #fff;
background: #ce4140;
}

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

article.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
background: #fff;
margin: 0 auto;
padding: 0 0 60px 0;
}

article.ec p {
font-size: 1.2rem!important;
line-height: 1.6rem!important;
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:hover {
border: 1px solid #553715;
}

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

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

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

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

.logo p {
margin: 0 auto;
}

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

.logo a:hover {
opacity: 0.7;
}

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

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