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

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

.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%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-align-items: center;
align-items: center;
margin: 0 auto 90px auto;
}

#hero .left {
width: 50%;
}

#hero .right {
width: 30%;
margin: 0 auto;
}

#hero h1 {
width: 60%;
margin: 30px auto 0 auto;
}

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

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

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

article h2 {
font-size: 1.6rem;
line-height: 3rem;
letter-spacing: 0.1rem;
font-weight: normal;
margin-bottom: 60px;
}

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

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

.title {
position: relative;
width: 100%;
text-align: left;
border-top: 1px solid #707070;
box-sizing: border-box;
padding: 40px;
}

.title h3 {
font-size: 1.8rem;
line-height: 3rem;
letter-spacing: 0.1rem;
font-weight: normal;
}

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

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

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

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

.text {
text-align: left;
}

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

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

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

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

#row1 .left {
width: 47%;
}

#row1 .right {
width: 30%;
margin: 90px 2% 0 auto;
}

#row1 .right p {
width: 80%;
}

#row2 .product {
width: calc(100% / 3);
margin-bottom: 180px;
}

#row3 {
margin: 0 10% 0 auto;
}

#row4 .product {
width: calc(100% / 3);
margin-bottom: 180px;
}

#row6 .product {
width: calc(100% / 3);
margin-bottom: 180px;
}

#row7 .bg {
position: relative;
}

#row7 .bg::after {
z-index: -1;
content: "";
position: absolute;
left: 0;
top: calc(90px + 1rem);
width: 100%;
height: calc(100% - 180px - 2rem);
background: #848484;
}

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

#row7 .right {
width: initial;
position: absolute;
top: 60px;
right: 10%;
}

#row7 .right p {
color: #fff;
}

#row7 .right p span {
color: #848484;
}

#row7 .product {
width: 40%;
margin: 15px auto 150px 10%;
}

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

#row8 p {
margin: 0 auto 30px auto;
}

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

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

.product p a {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
margin: 5px 0 0 0;
padding: 4px 6px 3px 7px;
border: 1px solid #111;
}

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

.product p a:hover {
opacity: 0.9;
}

/* ----------------------------------------------------------------
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: #606060;
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;
}
