@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: "Adobe Caslon Pro", "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", 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: #999;
text-decoration: none;
}

img {
vertical-align: top;
}

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

.sp { display: none!important; }

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

#main {
position: relative;
width: auto;
margin: 0 auto;
padding: 0;
}

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

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

article {
position: relative;
width: 100%;
text-align: center;
padding: 0;
}

article img {
max-width: 100vw;
max-height: 100vh;
vertical-align: top;
}

/* ----------------------------------------------------------------
layout
----------------------------------------------------------------- */

.note {
display: inline;
margin: 0 auto;
}

.photo {
position: relative;
margin: 0 auto;
}

.page {
position: sticky;
top: 0;
max-height: 100vh;
width: auto;
margin: 0 auto 240px auto;
}

.note h1 {
position: absolute;
width: 30%;
max-width: 400px;
top: 50%;
left: 53%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
opacity: 0;
animation: fadein 2.5s 0.5s ease forwards;
}

@keyframes fadein {
	100% { opacity: 1; }
}

.note h1 img {
width: 100%;
}

#intro {
text-align: left;
position: sticky;
top: 33%;
width: auto;
max-width: 1200px;
margin: 0 auto 50vh auto;
}

#intro .text {
width: 38%;
box-sizing: border-box;
margin: 0 55% 50vh auto;
padding: 20px 30px;
}

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

#intro h2 {
font-size: 2rem;
line-height: 3rem;
letter-spacing: 0.2rem;
font-weight: normal;
margin: 0 auto 35px auto;
}

#note8 .even {
top: 30px;
}

#note8 .slide {
max-width: 800px;
max-height: 800px;
margin: -50vh auto 0 auto;
padding-bottom: 300px;
}

#note8 .slide img {
max-width: 100%;
max-height: 80vh;
}

#note9 {
width: 100%;
margin: 0 auto;
}

#note9 .page {
z-index: 100;
margin: 0 auto;
}

#note9 .text {
position: absolute;
top: 51%;
left: 52%;
transform: translate(-50%, -50%);
-webkit-transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
}

#note9 .text p {
text-align: center;
letter-spacing: 0.1rem;
margin: 0 auto 15px auto;
}

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

.product {
position: relative;
width: 100%;
min-height: 110px;
margin: 15px 0 0 0;
}

.product p {
color: #fff;
text-align: center;
font-size: 1.1rem;
line-height: 2.2rem;
margin: 0 auto;
}

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

.product p .price {
display: inline-block;
text-align: right;
min-width: 45px;
}

.product p a {
color: #fff;
margin-left: 15px;
}

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

.product p a:hover {
opacity: 0.9;
text-decoration: underline;
}

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

.ec {
text-align: center;
width: 100%;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
margin: 100px auto 90px auto;
padding: 0;
}

.ec p {
font-size: 1.2rem;
line-height: 1.6rem;
letter-spacing: 0.15rem;
font-style: italic;
text-align: center;
margin: 0 10px;
padding: 0;
}

.ec p a {
min-width: 260px;
min-height: 55px;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
box-sizing: border-box;
border: 1px solid #111;
padding: 0 20px;
}

.ec p a:hover {
border: 1px solid #553715;
}

.ec p a:link, .ec p a:visited {
color: #111;
}

.ec p a:hover, .ec p a:active {
color: #553715;
}

.ec u {
margin: 0 1rem 0 0.5rem;
padding: 0;
}

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

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

#footer-logo p {
margin: 0 auto;
}

#footer-logo img {
width: 160px;
margin: 0 auto;
}

#footer-logo a:hover {
opacity: 0.7;
}

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

#footer-copyright p {
color: #111;
font-size: 1.1rem;
font-family: Montserrat,"Helvetica Neue",sans-serif;
letter-spacing: 0.1rem;
margin: 0 auto;
}

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

.fadein {
opacity: 0;
transition: 2s 1s ease;
}
.fadein.is-show {
opacity: 1;
}

.swiper-button-next:after, .swiper-button-prev:after {
font-family: swiper-icons;
font-size: 3rem;
text-transform: none !important;
letter-spacing: 0;
font-variant: initial;
line-height: 1
}
