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

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

a:hover img {
opacity: 0.9;
}

.sp { display: none!important; }

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

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

#header img {
width: 126px;
}

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

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

#hero img {
width: 100%;
}

/* ----------------------------------------------------------------
intro
----------------------------------------------------------------- */

#intro {
position: relative;
margin: 90px auto 150px auto;
}

#intro p {
margin: 0 auto;
}

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

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

/* ----------------------------------------------------------------
layout
----------------------------------------------------------------- */

article {
width: 100%;
text-align: left;
padding: 0;
}

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

article a:hover img {
opacity: 0.85;
}

.wrap {
position: relative;
width: 100%;
margin: -1px auto 0 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;
}

.cover {
position: sticky;
top: 0;
width: 30%;
}

.content {
width: calc(70% - 40px);
text-align: center;
margin: 0 auto;
padding: 240px 0;
padding: 0;
}

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

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

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

.single {
position: relative;
width: 50%;
margin: 0 0 20px auto;
}

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

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

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

.text {
text-align: left;
position: relative;
width: 50%;
}

.text p {
color: #4D4C4C;
font-size: 1.1rem;
line-height: 1.6rem;
margin-bottom: 20px;
}

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

#row1 {
width: 75%;
}

#row2 .left {
width: 25%;
margin-top: 60px;
}

#row2 .right {
width: 40%;
}

#row4 .left {
width: 30%;
margin: 120px 20px 0 auto;
}

#row4 .right {
width: 40%;
}

#row5 .left {
width: 25%;
margin-top: 120px;
}

#row5 .right {
width: 50%;
}

#row6 {
width: 65%;
}

#row8 .left {
width: 25%;
margin-top: 60px;
}

#row8 .right {
width: 40%;
}

#row8 .product {
right: calc(40% + 20px);
}

#row9 {
width: 75%;
}

#row11 .left {
width: 40%;
margin: 120px 20px 0 auto;
}

#row11 .right {
width: 45%;
}

#row12 .left {
width: 25%;
margin-top: 90px;
}

#row12 .right {
width: 40%;
}

#row12 .product {
right: calc(40% + 20px);
}

#row13 {
width: 75%;
}

#row14 {
width: 45%;
}

#row15 .left {
width: 30%;
margin: 90px 20px 0 auto;
}

#row16 {
-webkit-align-items: center;
align-items: center;
}

#row16 .left {
width: 25%;
}

#row16 .right {
width: 40%;
}

#row16 .product {
right: calc(40% + 20px);
}

#row17 {
width: 35%;
}

#row19 .left {
width: 40%;
margin: 0 20px 0 auto;
}

#row19 .right {
width: 40%;
}

#look05 {
margin-bottom: 180px;
}

#row20 {
text-align: center;
margin: 0 auto 120px auto;
}

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

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

.single .product {
position: absolute;
width: 50%;
min-width: 150px;
right: calc(100% + 20px);
bottom: 0;
}

.double .product {
position: absolute;
width: 50%;
min-width: 150px;
right: calc(50% + 20px);
bottom: 0;
}

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

.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 120px auto;
padding: 0;
}

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

.ec p a {
background: #8F8D84;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
padding: 12px 16px 10px 16px;
}

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

.ec p a:hover, .ec p a:active {
opacity: 0.9;
}

/* ----------------------------------------------------------------
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, -60px);
}
.fadein.is-show {
transform: translate(0, 0);
transition: 3s ease;
opacity: 1;
}
