@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: #111;
background: #b6c4d2;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-family: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
font-size: 1.2rem;
line-height: 2.4rem;
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 {
width: 100%;
vertical-align: top;
}

a:hover img {
opacity: 0.9;
}

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

.sp { display: none; }

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

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

#header img {
width: 126px;
}

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

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

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

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

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

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

#intro p {
color: #fff;
margin: 0 auto;
}

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

article h2 {
font-size: 2.2rem;
line-height: 2.2rem;
font-weight: normal;
margin-bottom: 15px;
}

article h3 {
font-size: 1.3rem;
line-height: 2.4rem;
font-weight: normal;
}

p {
font-size: 1.2rem;
line-height: 2.2rem;
}

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

.wrap {
max-width: 1000px;
margin: 0 auto;
}

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

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

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

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

.text {
text-align: left;
}

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

.text p {
font-size: 1.1rem;
line-height: 2rem;
margin-bottom: 20px;
}

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

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

.bg {
position: relative;
width: 100%;
background: #fff;
padding: 180px 0;
}

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

#row1 {
width: 100%;
margin: 0 0 180px 10%;
}

#row1 .photo {
width: calc((100% - 20px)/10*8);
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;
}

#row1 .photo .item {
width: calc((100% - 10px)/2);
margin-bottom: 10px;
}

#row1 .product {
width: calc((100% - 20px)/10*2);
margin-bottom: 10px;
}

#row2 {
width: calc(100% - 30px);
margin: 0 auto 180px 0;
}

#row2 .text {
width: 100%;
position: absolute;
top: 0;
left: calc(100% + 30px);
transform: rotate(90deg);
transform-origin: 0 0;
color: #fff;
}

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

#row3 .left {
width: calc((100% - 20px)*0.38);
}

#row3 .right {
width: calc((100% - 20px)*0.62);
}

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

#row5 {
width: 60%;
margin: 0 auto 180px 0;
}

#row5 .text {
margin-top: 10px;
}

#row6 {
width: 60%;
margin: 0 auto 0 10%;
}

#row6 .product {
width: 35%;
position: absolute;
left: calc(100% + 20px);
bottom: 0;
}

#row7 {
width: 90%;
margin: 0 auto 180px auto;
padding: 180px 0 0 0;
}

#row8 {
width: 100%;
margin: 0 auto 180px auto;
-webkit-align-items: center;
align-items: center;
}

#row8 .photo {
width: 30%;
}

#row8 .text {
width: 60%;
color: #fff;
}

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

#row10 {
margin: 0 auto;
}

#row11 {
width: 90%;
max-width: 1200px;
margin: 0 auto 300px auto;
}

#row11 a:hover img {
opacity: 0.9;
}

#row12 .text {
width: 100%;
position: absolute;
top: 40%;
left: 0;
}

#row12 .text p {
color: #fff;
text-align: center;
font-weight: bold;
}

/* ----------------------------------------------------------------
link
----------------------------------------------------------------- */

.link {
padding: 150px 0 180px 0;
}

.link a {
display: inline-block;
color: #fff;
background: #606060;
font-size: 1.5rem;
line-height: 1.5rem;
letter-spacing: 0.1rem;
border-radius: 30px;
box-sizing: border-box;
padding: 9px 20px 8px 20px;
}

.link a:hover {
opacity: 0.9;
}

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

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

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

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

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

.product p a {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
border-radius: 10px;
margin: 0 0 0 10px;
padding: 4px 12px;
}

.product p a:link, .product p a:visited {
color: #fff;
background: #606060;
}

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

/* ----------------------------------------------------------------
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;
font-style: italic;
text-align: center;
margin: 0 10px;
padding: 0;
}

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

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

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

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

/* ----------------------------------------------------------------
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;
transform: translate(0, 50px);
transition: 2s ease;
}

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