@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: #fff;
background: #fff;
background: #111;
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;
}

body {
display: none;
}

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%;
height: 18px;
margin: 25px auto 25px auto;
}

#logo img {
width: 180px;
}

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

#hero {
position: relative;
width: 90%;
max-width: 1400px;
margin: 0 auto;
}

#hero .photo {
width: 100%;
margin: 0 auto 10px auto;
}

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

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

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

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

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

#intro h1 {
font-size: 3rem;
line-height: 4rem;
letter-spacing: 0.05rem;
margin: 0 auto 60px auto;
}

#intro h2 {
font-size: 3rem;
line-height: 5rem;
letter-spacing: 0.5rem;
font-family: "Noto Serif JP", "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
margin: 0 auto 20px auto;
}

#intro h2 span {
font-size: 2rem;
margin: 0 auto 20px auto;
}

#intro p {
width: 38%;
max-width: 380px;
margin: 0 auto 120px auto;
}

#intro p img {
width: 100%;
}

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

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

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

.single .photo {
position: relative;
width: 100%;
}

.photo img {
width: 100%;
}

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

#row14 {
width: 60%;
}

#row15 {
width: 60%;
}

#row1 .number,
#row2 .number,
#row3 .number,
#row4 .number,
#row5 .number,
#row6 .number,
#row11 .number,
#row12 .number,
#row13 .number {
position: absolute;
width: 5%;
left: -5%;
top: 50%;
}

#row7 .number,
#row8 .number,
#row9 .number,
#row10 .number,
#row14 .number,
#row15 .number,
#row16 .number {
position: relative;
margin: 20px auto 0 auto;
}

.number h2 {
font-size: 2rem;
line-height: 3rem;
letter-spacing: 0.05rem;
margin: 0;
}

/* ----------------------------------------------------------------
staff
----------------------------------------------------------------- */

#staff {
width: 50%;
margin: 0 auto 90px auto;
}

#staff p {
text-align: center;
margin: 0 auto 20px auto;
}

/* ----------------------------------------------------------------
logo
----------------------------------------------------------------- */

#logo2 {
text-align: center;
width: 50%;
margin: 0 auto 90px auto;
}

#logo2 img {
width: 180px;
margin: 0 auto;
}

/* ----------------------------------------------------------------
info
----------------------------------------------------------------- */

#info {
width: 50%;
max-width: 500px;
margin: 0 auto 90px auto;
}

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

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

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

.ec p {
text-align: center;
font-size: 1.5rem;
line-height: 1.8rem;
letter-spacing: 0.2rem;
font-weight: bold;
margin: 0 0 15px 0;
}

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

.ec p a:link, .ec p a:visited {
color: #fff;
border: 1px solid #fff;
}

.ec p a:hover, .ec p a:active {
color: #111;
background: #fff;
border: 1px solid #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: #fff;
font-size: 1.1rem;
font-family: Montserrat,"Helvetica Neue",sans-serif;
letter-spacing: 0.1rem;
margin: 0 auto;
}

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

.fadein {
opacity: 0;
transition: 3s 0s ease;
}

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

.fadeinup {
opacity: 0;
transform: translate(0, 50px);
}
.fadeinup.is-show {
transform: translate(0, 0);
transition: 2.2s ease;
opacity: 1;
}


