@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: #222;
background: #F8F8F8;
font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.3rem;
line-height: 2.8rem;
font-weight: normal;
margin: 0 auto;
}

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

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

img {
vertical-align: top;
}

.sp { display: none!important; }

/* ----------------------------------------------------------------
Header
----------------------------------------------------------------- */

#header {
width: 100%;
margin: 0 auto;
padding: 23px 0 30px;
}

#header img {
width: 126px;
}

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

#logo {
z-index: 2;
position: fixed;
width: 4%;
left: 2%;
top: 50vh;
transform: translate(0, -50%);
}

#logo img {
width: 100%;
}

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

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

#hero img {
width: 100%;
}

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

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

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

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

#intro {
width: 50%;
text-align: center;
margin: 120px auto;
}

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

#intro h3 {
font-size: 1.3rem;
line-height: 1.3rem;
letter-spacing: 0.2rem;
font-weight: normal;
margin: 0 auto 60px auto;
}

#intro h3 img {
width: 50px;
}

#intro p {
color: #999;
text-align: left;
margin: 0 auto 20px auto;
}

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

#main h2 {
font-size: 2rem;
line-height: 2rem;
letter-spacing: 0.2rem;
font-weight: normal;
margin: 0 auto 30px auto;
}

#main h3 {
font-size: 1.3rem;
line-height: 1.3rem;
letter-spacing: 0.2rem;
font-weight: normal;
margin: 0 auto 10px auto;
}

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

article {
position: relative;
width: 100%;
margin: 0 auto 150px auto;
text-align: center;
padding: 0;
}

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

article a:hover img {
opacity: 0.9;
}

article.single {
width: 50%;
}

article.single .photo {
width: 100%;
}

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

article.double .photo {
position: relative;
width: 50%;
}

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

#row2 {
width: 45%;
margin-right: 0;
}

#row5 {
width: 100%;
}

#row7 {
width: 100%;
}

#row7 .left {
width: 20%;
}

#row7 .right {
width: 45%;
}

#row7 .column {
width: calc(45% - 15px);
margin: 0 15px 0 auto;
}

#row7 .column .left {
width: 50%;
}

#row7 .column .right {
width: 50%;
}

#row8 {
width: 35%;
}

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

#row9 .left {
width: calc((100% - 30px)/2);
}

#row9 .right {
width: calc((100% - 30px)/2);
margin-top: 36%;
}

#row10 {
width: 85%;
margin-left: 0;
}

#row11 {
width: 50%;
}

#row12 {
width: 100%;
}

#row12 .photo {
width: 40%;
}

#row13 {
width: 80%;
}

#row13 .photo {
width: calc((100% - 30px)/2);
}

#row14 {
width: 40%;
margin-right: 15%;
}

#row15 {
width: 100%;
}

#row15 .product {
width: calc(100% - 15px);
margin: 15px 15px 0 auto;
}

#row16 {
width: 30%;
}

#row17 {
width: 100%;
}

#row17 .photo {
width: 31%;
}

#row18 {
width: 80%;
margin-bottom: 400px;
}

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

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

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

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

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

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

.product p {
text-align: right;
font-size: 1.1rem;
line-height: 2.2rem;
margin: 0 auto;
}

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

.column {
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;
}

.column .product.left p {
text-align: left;
}

.column .product {
width: 50%;
}

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

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

.product p a {
color: #111;
margin-left: 15px;
}

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

.product p a:hover {
opacity: 0.9;
text-decoration: underline;
}

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

.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 0 auto;
padding: 0;
}

.ec p {
font-size: 1.2rem;
line-height: 1.6rem;
letter-spacing: 0.15rem;
text-align: center;
margin: 0 10px;
padding: 0;
}

.ec p a {
min-width: 260px;
min-height: 65px;
background: #fff;
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 #707070;
padding: 0 70px;
}

.ec p a:hover {
border: 1px solid #505050;
}

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

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

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

#footer-logo {
width: 100%;
text-align: center;
margin: 70px auto 0 auto;
}

#footer-logo p {
margin: 0 auto;
}

#footer-logo img {
width: 160px;
margin: 0 auto;
}

#footer-logo a:hover {
opacity: 0.7;
}

#footer-copyright {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 20px 0 35px 0;
}

#footer-copyright p {
color: #111;
font-size: 1.1rem;
font-family: Montserrat,"Helvetica Neue",sans-serif;
letter-spacing: 0.1rem;
margin: 0 auto;
}

/* ----------------------------------------------------------------
Animation
----------------------------------------------------------------- */

.fadein {
opacity: 0;
transition: 2s;
}

.fadein.is-show {
opacity: 1;
}
