@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;
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 {
vertical-align: top;
}

.sp { display: none; }

/* ----------------------------------------------------------------
Title
----------------------------------------------------------------- */

#title {
position: relative;
width: 50%;
max-width: 300px;
margin: 20px auto 15px auto;
padding: 0;
}

/* ----------------------------------------------------------------
Movie
----------------------------------------------------------------- */

.movie {
position: relative;
width: 100%;
max-width: 1200px;
margin: 0 auto 90px auto;
padding: 0;
}

.movie video {
width: 100%;
margin: 0 auto;
}

/* ----------------------------------------------------------------
Main
----------------------------------------------------------------- */

#main {
position: relative;
width: 100%;
max-width: 1200px;
text-align: left;
margin: 0 auto 90px auto;
}

#main img {
position: relative;
width: 100%;
max-width: 100%;
}

article {
position: relative;
width: 100%;
margin: 0 auto;
}

p {
text-align: center;
font-size: 1.3rem;
line-height: 2.8rem;
margin-top: 10px;
}

p.item a {
position: relative;
display: inline-block;
}

p.item a:before {
content: '';
position: absolute;
top: 0;
left: -12px;
bottom: 0;
margin: auto;
width: 5px;
height: 5px;
border: 0;
border-top: solid 1px #222;
border-right: solid 1px #222;
transform: rotate(45deg);
}

p.item a:link, p.item a:visited {
color: #222;
}

p.item a:hover, p.item a:active {
color: #444;
}

.row1 {
z-index: 2;
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;
}

.row1 .left {
width: 25%;
margin: 0 10%;
}

.row1 h3 {
width: 70%;
margin: 0 15%;
}

.row1 h2 {
width: 30%;
margin: 70% 70% 10% 0;
}

.row1 .center {
width: 40%;
}

.row1 .right {
width: 9%;
margin: 5% 3% 0 3%;
}

.row2 {
z-index: 1;
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: -11% auto 0 auto;
}

.row2 .left {
width: 50%;
margin-bottom: 5%;
}

.row2 .right {
width: 40%;
}

/* ----------------------------------------------------------------
Staff
----------------------------------------------------------------- */

.staff {
width: 100%;
margin: 0 auto;
}

.staff p {
font-size: 1.1rem;
line-height: 2.4rem;
margin: 0 auto 15px auto;
}

/* ----------------------------------------------------------------
Trademark
----------------------------------------------------------------- */

.trademark {
position: relative;
width: 100%;
margin: 60px auto;
padding: 0;
}

.trademark h2 {
width: 50%;
max-width: 310px;
margin: 0 auto 25px auto;
padding-left: 23px;
}

.trademark p {
width: 80%;
max-width: 600px;
margin: 0 auto;
}

/* ----------------------------------------------------------------
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;
font-size: 1.3rem;
line-height: 2.2rem;
letter-spacing: 0.15rem;
margin: 0 5px;
}

article.ec p a {
min-width: 294px;
box-sizing: border-box;
display: inline-block;
border: 1px solid #444;
padding: 15px 20px;
}

article.ec p a:link, article.ec p a:visited {
color: #444;
border: 1px solid #444;
}

article.ec p a:hover, article.ec p a:active {
color: #666;
border: 1px solid #666;
}

/* ----------------------------------------------------------------
Footer
----------------------------------------------------------------- */

#footer-logo {
width: 100%;
text-align: center;
margin: 0 auto;
padding: 60px 0 0 0;
}

#footer-logo p {
margin: 0 auto;
padding: 0;
}

#footer-logo img {
width: 290px;
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, 80px);
transition: 3s 0.2s ease;
}
.fadein.is-show {
opacity: 1;
transform: translate(0, 0);
}

.fadeindelay {
opacity: 0;
transform: translate(0, 80px);
transition: 3s 0.8s ease;
}
.fadeindelay.is-show {
opacity: 1;
transform: translate(0, 0);
}
