@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;
}

.sp { display: none; !important}

/* ----------------------------------------------------------------
Hero
----------------------------------------------------------------- */

#hero {
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 auto;
padding: 0;
}

#hero img {
width: 100%;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
width: 100%;
max-width: 1000px;
text-align: left;
margin: 0 auto;
}

p {
font-size: 1.3rem;
line-height: 2.8rem;
}

img {
vertical-align: top;
}

/* ----------------------------------------------------------------
Intro
----------------------------------------------------------------- */

#intro {
width: 100%;
margin: 0 auto;
padding: 80px 0 60px 0;
}

#intro p {
margin: 0 auto 20px auto;
}

/* ----------------------------------------------------------------
lineup
----------------------------------------------------------------- */

article.lineup {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 30px auto 0 auto;
padding: 0;
}

article.lineup p {
text-align: center;
font-weight: bold;
line-height: 2.2rem;
}

article.lineup p a {
font-size: 1.2rem;
letter-spacing: 0.2rem;
min-width: 350px;
box-sizing: border-box;
display: inline-block;
padding: 15px 20px;
}

article.lineup p a:link, article.lineup p a:visited {
color: #fff;
background: #b4b095;
}

article.lineup p a:hover, article.lineup p a:active {
color: #fff;
background: #a6a285;
}

/* ----------------------------------------------------------------
Look
----------------------------------------------------------------- */

article {
position: relative;
width: 100%;
text-align: center;
}

article.single {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
margin: 0 auto 90px auto;
}

article.single .photo {
width: 50%;
margin: 0 auto;
}

article.double {
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: space-between;
justify-content: space-between;
margin: 0 auto 90px auto;
}

article.double .photo {
width: 50%;
}

article .photo img {
width: 100%;
}

article.double .photo img:nth-of-type(2) {
margin-top: 15px;
}

/* ----------------------------------------------------------------
Look
----------------------------------------------------------------- */

#look2 .photo.left {
width: 60%;
}

#look2 .photo.right {
width: 30%;
margin-top: 37.5%;
}

#look4 .photo {
width: 60%;
margin: 0 auto 0 0;
}

#look5 .photo {
width: 90%;
margin: 0 auto 0 0;
}

#look8 .photo {
width: 45%;
margin: 0 auto 0 0;
}

#look9 .photo {
width: 80%;
margin: 0 0 0 auto;
}

#look10 {
margin: 0 auto 30px auto;
}

#look10 .photo {
width: calc((100% - 20px)/2);
}

#look11 .photo {
margin: 0 auto 0 0;
}

#look13 .photo {
width: 40%;
}

/* ----------------------------------------------------------------
product
----------------------------------------------------------------- */

.product.bottom {
position: relative;
margin-top: 15px;
}

.product.side {
position: absolute;
bottom: 0;
width: calc(25% - 20px);
text-align: left;
}

#look4 .product.side {
left: calc(60% + 20px);
}

#look6 .product.bottom p {
text-align: left;
}

#look8 .product.side {
left: calc(45% + 20px);
}

#look14 .product.side {
left: calc(75% + 20px);
}

.product p {
color: #fff;
font-size: 1.1rem;
line-height: 2rem;
}

.product.side p {
text-align: left;
}

.product.bottom p {
text-align: right;
}

.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: 45px;
display: inline-block;
margin-left: 8px;
}

.product p span.btn {
display: inline-block;
margin-left: 15px;
}

.product p a:link,
.product p a:visited {
color: #111;
}

.product p a:hover {
color: #333;
border-bottom: 1px solid #333;
}

/* ----------------------------------------------------------------
credit
----------------------------------------------------------------- */

article.credit {
position: relative;
width: 60%;
margin: -20px auto 60px auto;
}

article.credit img {
width: 100%;
}

article.credit .text p {
font-size: 1.3rem;
line-height: 2.4rem;
}

article.credit .text p:nth-of-type(n+2) {
margin-top: 15px;
}

/* ----------------------------------------------------------------
ec store
----------------------------------------------------------------- */

article.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 0 auto;
padding: 0;
}

article.ec p {
text-align: center;
line-height: 2.2rem;
}

article.ec p a {
min-width: 250px;
box-sizing: border-box;
display: inline-block;
border: 1px solid #444;
padding: 15px 20px;
}
article.ec.preorder p a {
min-width: 300px;
}

article.ec p a:hover {
border: 1px solid #666;
}

article.ec p a:link, article.ec p a:visited {
color: #444;
font-size: 1.3rem;
letter-spacing: 0.2rem;
}

article.ec p a:hover, article.ec p a:active {
color: #666;
font-size: 1.3rem;
letter-spacing: 0.2rem;
}

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

#footer-logo {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 50px 0 0 0;
}

#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;
transform: translate(0, 50px);
transition: 1.6s 0.4s ease;
}
.fadein.is-show {
transform: translate(0, 0);
opacity: 1;
}

.fadeindelay {
opacity: 0;
transform: translate(0, 50px);
transition: 1.6s 0.8s ease;
}
.fadeindelay.is-show {
transform: translate(0, 0);
opacity: 1;
}
