@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 {
z-index: -1;
text-align: center;
color: #222;
background: #fff;
font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
margin: 0 auto;
}

body::before {
z-index: -1;
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
-webkit-transform: translate3d(0, 0, -1px);
transform: translate3d(0, 0, -1px);
width: 100%;
height: 100vh;
background: url(../image/bg.jpg) bottom center no-repeat;
background-size: 150% auto;
}

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

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

img {
position: relative;
vertical-align: top;
}

video {
vertical-align: top;
}

.pc { display: none!important; }

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

#main {
z-index: 1;
position: relative;
width: 100%;
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;
}

.photo {
position: relative;
background: #fff;
}

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

.photo {
z-index: 2;
position: relative;
will-change: transform;
}

.sticky {
will-change: transform;
z-index: 1;
position: sticky;
top: 0;
height: 100vh;
}

.sticky::before {
z-index: -1;
content: "";
display: block;
position: fixed;
top: 0;
left: 0;
-webkit-transform: translate3d(0, 0, -1px);
transform: translate3d(0, 0, -1px);
width: 100%;
height: 100vh;
background: url(../image/bg.jpg) bottom center no-repeat;
background-size: 150% auto;
}

#row1 {
position: relative;
}

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

#row1 h1 img {
width: 100%;
}

#row1 .text {
z-index: 2;
text-align: left;
width: calc(100% - 20px);
position: absolute;
bottom: 20px;
left: 20px;
}

#row1 .text p {
color: #e883ba;
font-size: 1.1rem;
line-height: 1.5rem;
text-align: left;
margin: 0 auto;
}

#row3 .inner {
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;
background: #fff;
margin: 0 auto;
padding: 20px 0;
}

#row3 .in01 {
width: 42%;
margin: 0 1% 0 7%;
}

#row3 .in02 {
width: 42%;
margin: 25% 7% 0 1%;
}

#row6 {
position: relative;
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;
background: #898c85;
}

#row6 .in01 {
width: 50%;
}

#row6 .in02 {
width: 50%;
}

#row10 .inner {
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;
background: #fff;
margin: 0 auto;
padding: 40px 0;
}

#row10 .in01 {
width: 42%;
margin: 0 1% 0 7%;
}

#row10 .in02 {
width: 42%;
margin: 0% 7% 0 1%;
}

#row11 {
padding: 60px 25px;
background: url(../image/bg.jpg) bottom center no-repeat;
background-size: 150% auto;
}

#row15 {
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;
}

#row15 .in01 {
width: 50%;
}

#row15 .in02 {
width: 50%;
}

#row16 {
width: 100%;
padding: 40px 30%;
background: #fff;
box-sizing: border-box;
}

#row18 {
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;
}

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

#row18 .photo {
width: 50%;
}

#row19 {
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;
}

#row19 .photo {
width: 50%;
}

#row20 {
width: 100%;
padding: 120px 0;
}

#row20 .text p {
color: #e883ba;
font-size: 1.2rem;
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;
text-align: left;
cursor: pointer;
}

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

.icon::before {
color: #111;
content: "+";
font-size: 2rem;
}

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

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

#row5 .panel {
aspect-ratio: 100/133.333;
height: auto;
}

#row7 .panel {
aspect-ratio: 100/133.333;
height: auto;
}

#row12 .panel {
aspect-ratio: 100/133.333;
height: auto;
}

#row14 .panel {
aspect-ratio: 100/133.333;
height: auto;
}

#row17 .panel {
aspect-ratio: 100/133.333;
height: auto;
}



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





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

#row18 .product p,
#row19 .product p {
text-align: center;
font-size: 1rem;
letter-spacing: 0.05rem;
line-height: 1rem;
color: #fff;
}

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

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

#row18 .product p a:link,
#row19 .product p a:link,
#row18 .product p a:visited,
#row19 .product p a:visited {
color: #fff;
border-bottom: 0.5px solid #fff;
}

#row18 .product p a:hover,
#row19 .product p a:hover {
color: #eee;
border-bottom: 0.5px solid #eee;
}

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

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

