@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: #111;
background: #fff;
font-family: "Marcellus", "游明朝", 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: #111;
text-decoration: none;
}

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

img {
vertical-align: top;
}

video {
vertical-align: top;
}

.pc { display: none; }

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

#hero {
position: relative;
width: 100%;
margin: 0 auto;
}

#hero img {
width: 100%;
}

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

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

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

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

#intro h2 {
color: #111;
font-size: 1.3rem;
line-height: 2.6rem;
letter-spacing: 0.05rem
margin: 0 auto 40px auto;
}

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

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

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

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

article h2 {
text-align: center;
color: #e59ba9;
font-size: 2rem;
line-height: 3rem;
letter-spacing: 0.15rem;
font-weight: normal;
margin: 0 auto 30px auto;
}

.single h2 {
text-align: center;
}

.triple h2 {
text-align: center;
width: 100%;
margin-bottom: 60px;
}

article h4 {
text-align: center;
color: #e59ba9;
font-size: 1.5rem;
line-height: 2rem;
letter-spacing: 0.15rem;
font-weight: normal;
margin: 0 auto 20px auto;
}

article h3 {
text-align: center;
font-size: 1.8rem;
line-height: 2.6rem;
letter-spacing: 0.15rem;
font-weight: normal;
margin: 0 auto 20px auto;
}

article h5 {
text-align: center;
font-size: 1.4rem;
line-height: 2.2rem;
letter-spacing: 0.15rem;
font-weight: normal;
margin: 0 auto 10px auto;
}

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

.single {
position: relative;
width: 90%;
margin: 0 auto 120px auto;
}

.single .photo {
width: 100%;
}

.single .text {
width: 100%;
}

.double {
width: 100%;
margin: 0 auto 120px 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: center;
align-items: center;
}

.double .text {
width: 90%;
margin: 0 auto;
}

.double .text p br {
display: none;
}

.double .photo.sp {
margin-bottom: 30px;
}

.triple {
width: 96%;
margin: 0 auto 120px 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;
}

.triple .photo {
width: 32%;
margin-bottom: 2%;
}

article a:hover img {
opacity: 0.9;
}

/* ----------------------------------------------------------------
point
----------------------------------------------------------------- */

.point {
margin-top: -30px;
}

.point h2 {
text-align: center;
margin-bottom: 10px;
}

.point .text {
position: relative;
box-sizing: border-box;
padding: 7% 6% 6% 6%;
}

.point .text::before {
content: "";
width: 20px;
height: 20px;
position: absolute;
top: 0;
left: 0;
background: url(../image/quote-start.png) top left no-repeat;
background-size: contain;
}

.point .text::after {
content: "";
width: 20px;
height: 20px;
position: absolute;
right: 0;
bottom: 0;
background: url(../image/quote-end.png) top left no-repeat;
background-size: contain;
}

.point .text p {
text-align: center;
}

/* ----------------------------------------------------------------
row
----------------------------------------------------------------- */

#row1 {
margin-bottom: 150px;
}

#row6 {
margin-bottom: 150px;
}

#row11 {
margin-bottom: 150px;
}

#row16 {
margin-bottom: 150px;
}

#row21 {
margin-bottom: 150px;
}

#row26 {
margin-bottom: 150px;
}

#row31 {
margin-bottom: 150px;
}

#row32 {
margin-bottom: 150px;
}

#profile {
width: 75%;
margin-bottom: 120px;
}

#profile .left {
width: 100%;
margin-bottom: 30px;
}

#profile .right {
width: 100%;
}

#profile .text p img {
width: 15px;
margin: 3px 8px 0 0;
}

#profile h2 {
color: #111;
font-size: 1.8rem;
line-height: 2rem;
letter-spacing: 0.3rem;
font-weight: normal;
margin: 0 auto 30px auto;
}

#profile h2 img {
width: 16px;
margin: 2px 0 0 15px;
}

#profile h3 {
color: #7c7c7c;
font-style: initial;
font-size: 1.2rem;
line-height: 2rem;
letter-spacing: 0.05rem;
font-weight: normal;
margin: 0 auto 10px auto;
}

.staff {
margin: 0 auto 120px auto;
}

.staff h5 {
color: #7c7c7c;
font-size: 1.2rem;
line-height: 1.4rem;
margin-bottom: 5px;
}

.staff p {
text-align: center;
font-size: 1.1rem;
letter-spacing: 0.15rem;
margin: 0 auto 30px auto;
}

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

.product {
position: relative;
width: 100%;
box-sizing: border-box;
margin: 20px auto 0 auto;
padding: 0;
}

.product p {
text-align: right;
font-size: 1.1rem;
line-height: 1.7rem;
letter-spacing: 0.05rem;
}

.product p:nth-of-type(n+2) {
margin-top: 10px;
}

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

.product p span.price {
text-align: right;
display: inline-block;
min-width: 55px;
margin: 0 12px 0 8px;
}

.product p span.click {
text-align: right;
display: inline-block;
}

.product p a .click {
color: #fff;
background: #111;
border: 1px solid #111;
padding: 1px 12px; 
}

.product p a:hover .click {
color: #111;
background: #fff;
border: 1px solid #111;
}

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

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

article.ec p {
font-size: 1.4rem;
line-height: 1.6rem;
letter-spacing: 0.2rem;
font-style: italic;
text-align: center;
margin: 0 auto;
padding: 0;
}

article.ec p a {
width: 70vw;
min-height: 60px;
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;
}

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

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

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

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

/* ----------------------------------------------------------------
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;
}

/* ----------------------------------------------------------------
overlay
----------------------------------------------------------------- */

#overlay {
display: none;
}

#overlay {
z-index: 100;
position: fixed;
bottom: 20px;
left: 50%;
transform: translate(-50%);
cursor: pointer;
}

#overlay a {
display: block;
width: 170px;
height: 56px;
box-sizing: border-box;
border-radius: 28px;
border: 1px solid #111;
background: #111;
font-size: 1.6rem;
letter-spacing: 0.2rem;
padding: 15px 0;
}

#overlay a:link,#overlay a:visited {
color: #fff;
}

#overlay a:hover, #overlay a:active {
color: #111;
border: 1px solid #111;
background: #fff;
}

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

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