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

.pc { display: none; }

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

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

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

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

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

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

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

.note {
z-index: 1;
position: sticky;
top: 0;
background: #fff;
height: 100vh;
margin: 0 auto 120px auto;
}

.page {
z-index: 1;
width: auto;
margin: 0 auto;
padding: 0;
}

.page.odd {
margin: 0 auto 20px auto;
}

.page.even {
margin: 0 auto;
}

.note h1 {
position: absolute;
width: 55%;
top: 50%;
left: 50%;
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;
width: 70%;
position: sticky;
top: 30vh;
background: initial;
margin: 0 auto 200px auto;
}

#intro .text {
background: rgba(255,255,255,0.8);
box-sizing: border-box;
padding: 30px 20px;
}

#intro p {
font-size: 1rem;
line-height: 1.5rem;
margin: 0 auto;
}

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

#intro .ec p a {
min-width: 60vw;
max-width: 100%;
min-height: 50px;
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: 10px 20px;
margin: 0 auto;
}

#note8 {
height: auto;
background: url(../image/bg.jpg) top center repeat-y;
background-size: cover;
margin-bottom: 60px;
}

#note8 .slide {
position: sticky;
top: 20px;
width: 90%;
margin: 0 auto;
padding: 20px 0 60px 0;
}

#note9 {
margin: 0 auto;
}

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

#note9 .text {
z-index: 101;
width: 70%;
position: absolute;
top: 48%;
left: 50%;
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: calc(100% - 15px);
min-height: 90px;
margin: 10px 15px 0 auto;
}

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

.product p.feature {
font-weight: bold;
}

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

.product p .price {
display: inline-block;
text-align: right;
min-width: 38px;
margin: 0 0 0 4px;
}

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

.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%;
margin: 0 auto 60px 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:last-child {
margin: 15px 10px 0 10px;
}

.ec p a {
min-width: 60vw;
max-width: 70%;
min-height: 50px;
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: 10px 20px;
margin: 0 auto;
}

.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: 60px auto 0 auto;
}

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

#footer-logo img {
width: 25.866666vw;
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, .swiper-button-prev {
top: calc(50% - 65px);
width: 30px;
height: 40px;
}

.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
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 0px);
    right: auto
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 0px);
    left: auto
}

