@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: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size: 1.4rem;
line-height: 3rem;
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;
}

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

.sp { display: none; }

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

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

#hero img {
width: 100%;
}

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

#main {
position: relative;
width: 100%;
text-align: left;
margin: 0 auto 30px auto;
}

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

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

#intro {
text-align: center;
width: 40%;
margin: 150px auto 150px auto;
}

#intro h2 {
font-size: 2.8rem;
line-height: 4.4rem;
letter-spacing: 0.2rem;
font-family: 'Bebas Neue';
font-weight: 400;
margin: 0 auto 45px auto;
}

#intro h3 {
font-size: 2.5rem;
line-height: 2.5rem;
letter-spacing: 0.1rem;
font-family: 'Bebas Neue';
font-weight: 400;
margin: 0 auto 15px auto;
}

#intro h4 {
font-size: 1.7rem;
line-height: 1.7rem;
letter-spacing: 0.1rem;
font-family: 'Bebas Neue';
font-weight: 400;
margin: 0 auto 60px auto;
}

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

#intro p.mgb50 {
margin: 0 auto 50px auto;
}

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

article {
position: relative;
width: 100%;
text-align: center;
box-sizing: border-box;
margin: 0 auto;
}

article h2 {
z-index: 2;
position: absolute;
top: 10px;
left: 10px;
font-size: 2.3rem;
line-height: 3rem;
letter-spacing: 0.1rem;
font-weight: normal;
color: #7484FF;
}

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

.single .photo {
width: 100%;
}

.double {
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 150px auto;
}

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

.photo {
position: relative;
}

.photo img {
width: 100%;
}

.photo a:hover img {
opacity: 0.9;
}

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

#row1 .left {
width: 15%;
margin: 0 auto;
}

#row3 .left {
width: 45%;
margin: 0 auto 0 3.3%;
}

#row3 .right {
width: 45%;
margin: 0 3.3% 0 auto;
}

#row5 .left {
width: 40%;
margin: 0 auto;
}

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

#row6 .right p {
text-align: left;
font-family: 'Bebas Neue';
letter-spacing: 0.1rem;
}

#row7 .left {
width: 15%;
margin: 0 auto;
}

#row7 .right {
width: 75%;
}

#row8 .left {
width: 45%;
margin: 0 auto 0 3.3%;
}

#row8 .right {
width: 45%;
margin: 0 3.3% 0 auto;
}

#row10 p {
font-family: 'Bebas Neue';
font-size: 1.4rem;
line-height: 3rem;
letter-spacing: 0.1rem;
}

#row11 .left {
width: 15%;
margin: 0 auto;
}

/* ----------------------------------------------------------------
Product
----------------------------------------------------------------- */

.product {
text-align: center;
position: relative;
width: 100%;
box-sizing: border-box;
margin: 15px auto 0 auto;
padding: 0;
}

.product p {
color: #7484FF;
text-align: right;
font-size: 1.2rem;
line-height: 1.8rem;
}

.product p:nth-of-type(n+2) {
margin-top: 5px;
}

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

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

.product p a {
display: inline-block;
font-size: 1rem;
letter-spacing: 0.1rem;
line-height: 1rem;
color: #111;
}

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

.product p a:hover {
color: #8693F8;
border-bottom: 1px solid #8693F8;
}

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

article.ec {
text-align: center;
width: 100%;
margin: 0 auto 120px auto;
}

article.ec p {
text-align: center;
font-size: 1.2rem;
line-height: 2.2rem;
letter-spacing: 0.15rem;
font-weight: bold;
margin: 0 0 15px 0;
}

article.ec p a {
min-width: 420px;
box-sizing: border-box;
display: inline-block;
background: #111;
padding: 15px 20px;
}

article.ec p a:hover {
background: #333;
}

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

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

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

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

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

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

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

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

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

/* ----------------------------------------------------------------
animation
----------------------------------------------------------------- */

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

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