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

body {
text-align: center;
color: #222;
background: #fff;
font-family: 'Tw Cen MT Std', "futura-pt", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
font-size: 1.3rem;
line-height: 2.8rem;
font-weight: normal;
margin: 0 auto;
}

a:link, a:visited {
color: #444;
text-decoration: none;
}

a:active, a:hover {
color: #777;
text-decoration: none;
}

img {
vertical-align: top;
}

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

.pc { display: none; }

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

#hero {
position: relative;
width: 98%;
margin: 15px auto 0 0;
}

#hero img {
width: 100%;
}

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

#main {
position: relative;
width: 100%;
overflow: hidden;
margin: 0 auto;
padding: 0;
}

#main .wrap {
position: relative;
width: 90%;
margin: 0 auto;
}

.bg {
position: relative;
width: 100%;
margin: 0 auto;
padding: 60px 0;
}

.bg.odd {
background: #F6F5F1;
}

.bg {
position: relative;
width: 100%;
}

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

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

p.info {
text-align: center;
font-size: 1rem;
line-height: 1.2rem;
margin: 8px auto 3px auto;
}

article {
position: relative;
width: 100%;
text-align: left;
}

article img {
max-width: 100%;
vertical-align: top;
}

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

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

#intro p {
font-size: 1.1rem;
line-height: 2rem;
margin: 0 auto 15px auto;
}

/* ----------------------------------------------------------------
Movie
----------------------------------------------------------------- */

#movie {
width: 100%;
margin: 0 auto 120px auto;
}

/* ----------------------------------------------------------------
Title
----------------------------------------------------------------- */

.title {
width: 100%;
margin: 0 auto 20px auto;
}

.title h2 {
font-size: 4rem;
line-height: 4rem;
font-weight: normal;
margin-bottom: 10px;
}

.odd .title h2 {
color: #C5C5C3;
}

/* ----------------------------------------------------------------
Look
----------------------------------------------------------------- */

.col1 {
position: relative;
width: 100%;
margin-bottom: 12px;
}

.col2 {
width: 100%;
margin: 0 auto;
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;
}

.col2 a {
position: relative;
width: calc((100% - 12px)/2);
}

.text {
width: 100%;
margin-top: 60px;
}

.text p {
text-align: right;
font-size: 1rem;
line-height: 1.9rem;
}

/* ----------------------------------------------------------------
Overlay
----------------------------------------------------------------- */

.open {
width: 20px;
height: 20px;
position: absolute;
right: 10px;
bottom: 10px;
}

.open img {
width: 100%;
height: 100%;
}

.close {
width: 20px;
height: 20px;
position: absolute;
right: 10px;
bottom: 10px;
}

.close img {
width: 100%;
height: 100%;
}

.overlay {
z-index: 2;
display: none;
position: fixed;
width: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
}

.overlay .inner {
position: absolute;
top: 10px;
left: 50%;
padding: 30px 0;
transform: translate(-50%,0);
width: 96%;
max-width: 1200px;
box-sizing: border-box;
border: 2px solid #111;
background: #fff;
}

.photos {
position: relative;
width: 56%;
margin: 0 auto;
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;
}

.photos .photo {
position: relative;
width: calc((100% - 10px)/2);
margin-bottom: 10px;
}

.overlay h3 {
font-size: 2.4rem;
line-height: 2.4rem;
font-weight: normal;
margin-bottom: 20px;
}

.overlay .product p {
text-align: center;
}

/* ----------------------------------------------------------------
btn
----------------------------------------------------------------- */

.btn {
margin: 90px auto 90px auto;
}

.btn a {
display: inline-block;
min-width: 140px;
color: #fff;
font-size: 1.5rem;
line-height: 1.5rem;
letter-spacing: 0.1rem;
border-radius: 30px;
background: #B5B5B2;
box-sizing: border-box;
padding: 14px 14px 12px 14px;
}

.btn a:hover {
opacity: 0.9;
}

/* ----------------------------------------------------------------
product
----------------------------------------------------------------- */

.product {
position: relative;
text-align: left;
width: 100%;
margin: 15px auto 0 auto;
}

.product p {
font-size: 1.1rem;
line-height: 1.6rem;
margin-bottom: 0;
}

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

.product p span.price {
text-align: right;
display: inline-block;
margin-right: 10px;
}

.product p a:link,
.product p a:visited {
color: #222;
text-decoration: underline;
}

.product p a:hover,
.product p a:active {
color: #555;
text-decoration: underline;
}

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

#footer a:hover img {
opacity: 0.5;
}

#footer-logo {
margin: 0 auto 90px auto;
}

#footer-logo h3 {
width: 90px;
margin: 0 auto 5px auto;
}

#footer-logo h3 img {
width: 100%;
}

#footer-logo p {
font-size: 1.2rem;
letter-spacing: 0.1rem;
}

#footer-link {
letter-spacing: 0.1rem;
margin: 0 auto 90px auto;
}

#footer-link a {
display: block;
}

#footer-link span {
display: none;
}

#footer-sns {
margin: 0 auto 90px auto;
}

#footer-sns p {
font-size: 1.8rem;
letter-spacing: 0.1rem;
margin: 0 auto 30px auto;
}

#footer-sns img {
width: 33px;
margin: 0 15px;
}

#footer-sns a:nth-of-type(3) img {
margin: 0 15px 0 8px;
}

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

#footer-copyright p {
font-size: 1.2rem;
letter-spacing: 0.1rem;
}

/* ----------------------------------------------------------------
Animation
----------------------------------------------------------------- */

.fadein {
opacity: 0;
transform: translate(0, 50px);
}

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