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

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

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

img {
vertical-align: top;
}

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

.sp { display: none!important; }

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

#main {
position: relative;
width: 80%;
text-align: left;
margin: 0 auto;
}

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

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

.single {
width: 100%;
margin: 0 auto;
}

.single .photo {
width: 100%;
}

.double {
width: 100%;
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;
margin: 0 auto 180px auto;
box-sizing: border-box;
height: auto;
}

.double .photo {
width: calc((100% - 0px) / 2);
}

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

.triple .photo {
width: calc((100% - 0px) / 3);
}

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

.quattro .photo {
width: calc((100% - 0px) / 4);
}

.photo {
position: relative;
}

.photo img {
width: 100%;
}

#main .text p {
text-align: center;
color: #fff;
font-size: 1.2rem;
line-height: 1.6rem;
margin: 0 auto 20px auto;
}

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

.wrap {
position: relative;
}

.wrap2 {
position: relative;
padding-top: 210px;
}

.layer {
position: sticky;
top: 0;
width: 100%;
height: 100vh;
background: url(../image/bg.jpg) bottom center no-repeat;
background-size: 130%;
background-attachment: fixed;
}

.layer2 {
position: sticky;
top: 0;
width: 100%;
height: auto;
background: url(../image/bg.jpg) bottom center no-repeat;
background-size: 130%;
background-attachment: fixed;
}

#row1 {
margin-top: 30px;
margin: 0 auto;
}

#row1 h1 {
z-index: 2;
width: 40%;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}

#row1 h1 img {
width: 100%;
}

#row1 .text {
z-index: 2;
position: absolute;
bottom: 40px;
right: 40px;
}

#row1 .text p {
color: #e883ba;
text-align: left;
margin: 0 auto;
}

#row2 {
-webkit-align-items: center;
align-items: center;
margin: 0 auto 180px auto;
}

#row2 .right {
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;
}

#row2 .right .photo {
width: 47%;
}

#row2 .right .in01 {
margin: -30% 1% 0 2%;
}

#row2 .right .in02 {
margin: 30% 2% 0 1%;
}

#row7 {
align-items: stretch;
}

#row7 .left {
background: url(../image/bg.jpg) top center no-repeat;
background-size: 150%;
}

#row7 .left a {
height: 100%;
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: center;
align-items: center;
}

#row7 .left img {
width: 80%;
}

#row12 {
margin: 0 auto 120px auto;
}

#row12 h2 {
z-index: 2;
width: 50%;
position: absolute;
top: 8px;
left: 8px;
}

#row14 {
height: 100%;
margin: 0 auto 90px auto;
}

#row14 .text p {
color: #e883ba;
font-size: 1.4rem;
line-height: 2rem;
letter-spacing: 0.1rem;
}

/* ----------------------------------------------------------------
Product
----------------------------------------------------------------- */

.item-container {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.item {
width: 100%;
height: 100%;
}

.open-close {
pointer-events: auto;
width: 100%;
height: 100%;
}

.item-trigger {
display: flex;
align-items: center;
justify-content: space-between;
width: 100%;
height: 100%;
border: 0;
background: none;
padding: 1rem;
font-weight: 700;
text-align: left;
cursor: pointer;
}

.icon {
z-index: 4;
flex: 0 0 auto;
margin-left: 0.5rem;
width: 100%;
height: 100%;
}

.icon::before {
content: "+";
font-size: 1.6rem;
}

.item-trigger[aria-expanded="true"] .icon::before {
content: "−";
color: #fff;
font-size: 1.6rem;
}

.panel {
position: absolute;
top: 0;
left: 0;
text-align: left;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.5);
box-sizing: border-box;
padding: 50px 10px;
}

.panel p {
position: relative;
z-index: 5;
pointer-events: auto;
width: 90%;
text-align: left;
font-size: 1.2rem;
letter-spacing: 0.1rem;
line-height: 1.4rem;
color: #fff;
}

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

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

.panel p span.price {
text-align: right;
min-width: 50px;
display: inline-block;
margin-right: 15px;
}

.panel p a {
display: inline-block;
}

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

.panel p a:hover {
color: #eee;
border-bottom: 1px solid #eee;
}






#row12 .product {
text-align: center;
position: absolute;
left: 0;
bottom: 5px;
width: 96%;
box-sizing: border-box;
margin: 0 auto;
padding: 0;
}

#row12 .product p {
text-align: center;
font-size: 1.1rem;
letter-spacing: 0.05rem;
line-height: 1.1rem;
color: #fff;
}

#row12 .product p span.name {
text-align: left;
min-width: initial;
display: inline-block;
}

#row12 .product p span.price {
text-align: right;
min-width: initial;
display: inline-block;
margin: 0 10px;
}

#row12 .product p a:link,
#row12 .product p a:visited {
color: #fff;
border-bottom: 1px solid #fff;
}

#row12 .product p a:hover {
color: #eee;
border-bottom: 1px solid #eee;
}

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

#footer {
position: relative;
width: 100%;
text-align: center;
margin: 0 auto;
}

#footer-logo {
width: 100%;
text-align: center;
margin: 0 auto 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;
}

/* ----------------------------------------------------------------
Swiper
----------------------------------------------------------------- */

.swiper-slide img{
transition: clip-path .4s ease-in-out;
}

.swiper-slide.swiper-slide-next img {
clip-path: inset(0 100% 0 0);
}

.swiper-slide.swiper-slide-active img {
clip-path: inset(0 0 0 0);
}




