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

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

#logo {
width: 100%;
margin: 22px auto;
}

#logo img {
width: 180px;
}

/* ----------------------------------------------------------------
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.3rem;
line-height: 2.8rem;
}

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

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

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

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

#intro p {
margin: 0 auto 20px auto;
}

#intro .ec {
margin: 40px auto 0 auto;
}

#intro .ec p {
margin: 0 auto 15px 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: 50%;
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: flex-start;
align-items: flex-start;
margin: 0 auto 150px auto;
}

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

.triple {
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-end;
align-items: flex-end;
margin: 0 auto 150px auto;
}

.triple .photo {
width: calc((100% - 30px) / 3);
}

.photo {
position: relative;
}

.photo img {
width: 100%;
}

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

.bg {
width: 100%;
background: #082851;
margin: 0 auto 150px auto;
padding: 60px 0;
}

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

#row2 {
width: 90%;
margin: 0 0 150px auto;
}

#row2 .left {
width: calc((100% - 30px)*0.44);
}

#row2 .center {
width: calc((100% - 30px)*0.28);
}

#row2 .right {
width: calc((100% - 30px)*0.28);
}

#row3 {
margin: 0 15% 150px auto;
}

#row3 h2 {
top: 10px;
right: 10px;
text-align: right;
}

#row3 .product {
z-index: 2;
position: absolute;
bottom: 0;
right: calc(100% + 15px);
}

#row4 {
width: 100%;
background: #082851;
}

#row4 .photo {
width: 70%;
margin: 0 auto 0 0;
}

#row4 .text {
z-index: 2;
position: absolute;
top: 120px;
left: 58%;
}

#row4 .text p {
color: #fff;
font-family: 'Bebas Neue';
font-size: 1.4rem;
line-height: 1.8rem;
letter-spacing: 0.1rem;
font-weight: 400;
text-align: left;
margin-bottom: 20px;
}

#row4 .product {
width: calc(30% - 15px);
z-index: 2;
position: absolute;
bottom: 15px;
left: calc(70% + 15px);
}

#row4 .product p {
color: #fff;
text-align: left;
}

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

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

#row5 {
width: 80%;
margin: 0 auto 15px auto;
}

#row5 .left {
width: calc((100% - 30px)*0.4);
}

#row5 .center {
width: calc((100% - 30px)*0.4);
}

#row5 .right {
width: calc((100% - 30px)*0.2);
}

#row5 h2 {
top: 10px;
right: 10px;
text-align: right;
}

#row5 .product p {
text-align: left;
}

#row6 {
width: 80%;
margin: 0 auto 150px auto;
}

#row6 .left {
width: calc((100% - 30px)*0.4);
}

#row6 .center {
width: calc((100% - 30px)*0.4);
}

#row6 .right {
width: calc((100% - 30px)*0.2);
}

#row6 .product p {
text-align: left;
}

#row7 {
width: 90%;
background: #fff;
margin: 0 auto 30px auto;
padding: 30px 0 150px 0;
}

#row7 .left {
width: calc((100% - 15px)*0.2635);
}

#row7 .right {
width: calc((100% - 15px)*0.7365);
}

#row7 h2 {
top: 10px;
right: 10px;
text-align: right;
color: #fff;
}

#row8 {
width: 90%;
background: #fff;
margin: 0 auto;
padding: 15px;
}

#row8 .left {
width: calc((100% - 15px)*0.55);
}

#row8 .right {
width: calc((100% - 15px)*0.45);
}

#row8 p {
width: 65%;
font-family: 'Bebas Neue';
font-size: 1.8rem;
line-height: 2.6rem;
letter-spacing: 0.1rem;
font-weight: 400;
text-align: left;
margin-top: 15px;
}

#row17 .text p {
color: #fff;
text-align: right;
}

#row10 {
width: 35%;
margin: 0 auto 150px 10%;
}

#row11 {
width: 90%;
}

#row11 .left h2 {
color: #fff;
}

#row13 {
width: 65%;
margin: 0 3% 150px auto;
}

#row14 {
width: 90%;
-webkit-align-items: flex-end;
align-items: flex-end;
margin: 0 3% 150px auto;
}

#row14 .left {
width: calc((100% - 15px)*0.50);
}

#row14 .right {
width: calc((100% - 15px)*0.35);
}

#row14 h2 {
top: 10px;
right: 10px;
text-align: right;
}

#row14 .left {
border: 10px solid #082851;
}

#row14 .text {
z-index: 2;
width: 80%;
max-width: 380px;
position: absolute;
left: 10%;
bottom: 60px;
}

#row14 .right p {
color: #fff;
text-align: left;
font-family: 'Bebas Neue';
font-size: 1.2rem;
line-height: 1.6rem;
letter-spacing: 0.1rem;
font-weight: 400;
margin-bottom: 20px;
}

#row14 .product p {
text-align: left;
}

#row15 {
width: 70%;
margin: 0 auto 150px 7%;
}

#row15 h2 {
top: 10px;
right: 10px;
text-align: right;
}

#row16 {
width: 86%;
}

#row16 h2 {
top: 10px;
right: 10px;
text-align: right;
}

#row17 {
width: 94%;
}

#row17 .photo {
width: 50%;
}

#row17 .text {
z-index: 2;
position: absolute;
right: 10px;
bottom: 10px;
}

#row17 .text p {
color: #fff;
text-align: right;
font-family: 'Bebas Neue';
font-size: 1.8rem;
line-height: 3rem;
letter-spacing: 0.1rem;
font-weight: 400;
}

#row17 .product p {
text-align: left;
}

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

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

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

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

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;
transform: translate(0, 40px);
}

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