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

body {
display: none;
}

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

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

img {
vertical-align: top;
}

video {
width: 100%;
vertical-align: top;
}

.pc { display: none; }

p {
font-size: 1rem;
line-height: 1.9rem;
}

article {
position: relative;
width: 100%;
text-align: left;
}

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

article a:hover img {
opacity: 0.9;
}

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

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

#hero img {
width: 100%;
}

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

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

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

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

#intro h2 {
font-size: 2.2rem;
line-height: 2.2rem;
font-weight: normal;
margin: 0 auto 20px auto;
}

#intro p {
margin: 0 auto;
}

/* ----------------------------------------------------------------
Index
----------------------------------------------------------------- */

#index {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto 70px auto;
}

#index h3 {
width: 100%;
text-align: center;
font-size: 2rem;
line-height: 2rem;
font-weight: normal;
margin: 0 auto 20px auto;
}

#index h3 {
display: flex;
align-items: center;
}

#index h3:before,
#index h3:after {
content: "";
height: 2px;
flex-grow: 1;
background-color: #222;
}

#index h3:before {
margin-right: 3rem;
}

#index h3:after {
margin-left: 3rem;
}

#index .photo {
width: 28%;
margin: 0 1.2%;
}

#index p {
line-height: 1.4rem;
margin: 5px auto 15px auto;
}

#index p a:link,
#index p a:visited {
color: #222;
text-decoration: underline;
}

#index p a:hover,
#index p a:active {
color: #555;
text-decoration: underline;
}

/* ----------------------------------------------------------------
Look common
----------------------------------------------------------------- */

.cover {
width: 100%;
margin: 0 auto 90px auto;
box-sizing: border-box;
padding: 40px 30px 30px 30px;
}

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

.cover .photo {
width: 100%;
margin: 0 auto 30px auto;
}

.cover .text {
width: 100%;
text-align: center;
}

.cover .title h2 {
font-size: 2.6rem;
line-height: 2.6rem;
letter-spacing: 0.05rem;
font-weight: normal;
margin: 0 auto 20px auto;
}

.cover .title h3 {
font-size: 1.7rem;
line-height: 2.1rem;
letter-spacing: 0.05rem;
font-weight: normal;
margin: 0 auto 20px auto;
}

.link {
margin: 30px auto 20px auto;
}

.link a {
display: inline-block;
min-width: 100px;
color: #fff;
font-size: 1.3rem;
line-height: 1.3rem;
letter-spacing: 0.1rem;
background: #6C4A45;
box-sizing: border-box;
padding: 13px 14px 10px 14px;
}

.link a:hover {
opacity: 0.9;
}

.slide {
width: calc(100vw/2*4*2);
overflow: hidden;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
margin: 0 auto 20px auto;
}

.slide ul {
width: calc(100vw/2*4);
display: -webkit-flex;
display: flex;
animation: scroll-right 12s infinite linear 0.5s both;
-webkit-backface-visibility: hidden;
}

.slide li {
width: calc(100vw/2);
}

.slide li img {
width: 97%;
}

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

/* ----------------------------------------------------------------
Look01
----------------------------------------------------------------- */

#look01 .cover {
color: #6C4A45;
background: #DEBAC6;
}

#look01 .slide {
width: calc(100vw/2*5*2);
}

#look01 .slide ul {
width: calc(100vw/2*5);
animation: scroll-right 20s infinite linear 0.5s both;
}

#look01 .slide li {
width: calc(100vw/2);
}

/* ----------------------------------------------------------------
Look02
----------------------------------------------------------------- */

#look02 .cover {
color: #fff;
background: #ED6D54;
}

#look02 .link a {
color: #111;
background: #fff;
}

/* ----------------------------------------------------------------
Look03
----------------------------------------------------------------- */

#look03 .cover {
color: #D5E3E5;
background: #917E7B;
}

#look03 .photo {
order: 2;
}

#look03 .text {
order: 1;
}

#look03 .link a {
color: #111;
background: #D5E3E5;
}

/* ----------------------------------------------------------------
Look04
----------------------------------------------------------------- */

#look04 .cover {
color: #3E403F;
background: #D9C28D;
}

#look04 .link a {
color: #fff;
background: #3E403F;
}

/* ----------------------------------------------------------------
Look05
----------------------------------------------------------------- */

#look05 .cover {
color: #7EC4D8;
background: #5E516A;
}

#look05 .photo {
order: 2;
}

#look05 .text {
order: 1;
}

#look05 .link a {
color: #111;
background: #7EC4D9;
}

#look05 .slide ul li:nth-of-type(3) {
width: calc(100vw/2*1.152);
}

/* ----------------------------------------------------------------
Look06
----------------------------------------------------------------- */

#look06 .cover {
color: #6B98DB;
background: #292A2E;
}

#look06 .link a {
color: #fff;
background: #6B98DB;
}

/* ----------------------------------------------------------------
Look07
----------------------------------------------------------------- */

#look07 .cover {
color: #fff;
background: #927D4F;
}

#look07 .photo {
order: 2;
}

#look07 .text {
order: 1;
}

#look07 .link a {
color: #111;
background: #fff;
}

/* ----------------------------------------------------------------
Look08
----------------------------------------------------------------- */

#look08 .cover {
color: #644C32;
background: #D0D0D0;
}

#look08 .link a {
background: #644C32;
}

/* ----------------------------------------------------------------
bnr
----------------------------------------------------------------- */

#bnr {
text-align: center;
width: 90%;
margin: 0 auto 0 auto;
}

#bnr .text {
margin: 50px auto 0 auto;
}

#bnr .text p {
font-size: 1.6rem;
line-height: 1.6rem;
letter-spacing: 0.05rem;
}

#bnr .text p a:link,
#bnr .text p a:visited {
color: #222;
text-decoration: underline;
}

#bnr .text p a:hover,
#bnr .text p a:active {
color: #555;
text-decoration: underline;
}

#bnr .link {
margin: 40px auto 0 auto;
}

#bnr .link a {
min-width: 260px;
color: #222;
background: #fff;
border: 1px solid #222;
padding: 13px 14px 10px 14px;
}

/* ----------------------------------------------------------------
btn
----------------------------------------------------------------- */

.btn {
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;
margin: 100px auto 120px auto;
}

.btn p {
margin: 0 10px;
}

.btn a {
display: inline-block;
min-width: 120px;
color: #fff;
font-size: 1.3rem;
line-height: 1.3rem;
letter-spacing: 0.05rem;
border-radius: 30px;
background: #8B8B8B;
box-sizing: border-box;
padding: 14px 10px 12px 10px;
}

.btn a:hover {
opacity: 0.9;
}

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

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

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

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

.product {
position: relative;
text-align: center;
width: 100%;
margin: 15px auto 150px auto;
}

.product p {
font-size: 1.1rem;
line-height: 1.6rem;
margin-bottom: 0;
}

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

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

.product p a:link,
.product p a:visited {
color: #222;
text-decoration: underline;
}

.product p a:hover,
.product p a:active {
color: #555;
text-decoration: underline;
}

/* ----------------------------------------------------------------
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);
}

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