@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 {
text-align: center;
color: #222;
background: #fff;
font-family: "Inter", sans-serif, "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: #555;
text-decoration: none;
}

img {
vertical-align: top;
}

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

.sp { display: none!important; }

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

#hero {
z-index: -3;
position: relative;
width: 100%;
aspect-ratio: 3/2;
max-height: 100svh;
margin: 0 auto 0 auto;
}

#hero .photo {
width: 100%;
}

#hero .photo img {
width: 100%;
position: fixed;
top: 0;
left: 0;
}

#hero h1 {
opacity: 0;
text-align: left;
z-index: 2;
width: 32%;
position: absolute;
top: 47%;
left: 5%;
animation: fadein1 2s ease 0.4s 1 normal forwards;
}

#hero h1 img {
width: 100%;
}

@keyframes fadein1 {
  0% {
     opacity: 0;
     transform: translate(-50px, 0);
  }
  100% {
     opacity: 1;
     transform: translate(0, 0);
  }
}

#hero h2 {
opacity: 0;
text-align: right;
z-index: 2;
width: 27%;
position: absolute;
bottom: 10%;
right: 5%;
animation: fadein2 2s ease 1.2s 1 normal forwards;
}

#hero h2 img {
width: 100%;
}

@keyframes fadein2 {
  0% {
     opacity: 0;
     transform: translate(50px, 0);
  }
  100% {
     opacity: 1;
     transform: translate(0, 0);
  }
}

#hero h3 {
opacity: 0;
text-align: center;
z-index: 2;
width: 10%;
position: absolute;
bottom: 3.5%;
left: 50%;
transform: translate(-50%, 0);
animation: fadein3 2s ease 2s 1 normal forwards;
}

#hero h3 img {
width: 100%;
}

@keyframes fadein3 {
  0% {
     opacity: 0;
     transform: translate(-50%, 20px);
  }
  100% {
     opacity: 1;
     transform: translate(-50%, 0);
  }
}

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

#bg {
z-index: -2;
z-index: 1;
position: relative;
width: 100%;
background: #fff;
}

#main {
z-index: 1;
position: relative;
width: 100%;
text-align: center;
margin: 0 auto;
}

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

#intro {
width: 100%;
margin: 0 auto;
padding: 120px 0;
}

#intro .text {
width: 50%;
margin: 0 auto;
}

#intro h2 {
font-size: 1.8rem;
line-height: 2.8rem;
letter-spacing: 0.1rem;
margin: 0 auto 30px auto;
}

#intro p {
font-size: 1.3rem;
line-height: 2.6rem;
margin: 0 auto 20px auto;
}

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

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

article {
width: 100%;
text-align: left;
margin: 0 auto;
}

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

.wrap {
z-index: 1;
position: relative;
}

.single {
position: relative;
width: 50%;
margin: 0 auto 150px auto;
background: #fff;
}

.single .photo {
width: 90%;
margin: 0 auto;
}

.double {
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;
margin: 0 auto 150px auto;
background: #fff;
}

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

.photo {
position: relative;
}

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

#row3 {
z-index: 1;
width: 25%;
}

#row3 .photo {
z-index: -1;
}

#row3 .text {
width: 300px;
z-index: 3;
margin: -13% 0 0 78%;
}

#row5 {
z-index: -1;
position: sticky;
top: 0;
}

#row7 {
width: 60%;
}

#row7 .photo {
width: 100%;
}

#row7 .product {
width: 83%;
}

#row9 {
width: 100%;
}

#row9 .photo {
width: 55%;
margin-left: 5%;
}

#row9 .product {
width: 55%;
margin: 12px auto 0 20%;
}

#row10 {
width: 90%;
}

#row4 {
z-index: -1;
width: 50%;
position: sticky;
top: 30%;
margin: 300px auto 300px 5%;
}

#row10 {
background: none;
margin: 0 auto 300px auto;
}

#row10 .photo {
z-index: 2;
width: 55%;
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 0 0 auto;
}

#row10 .photo a {
display: block;
width: 50%;
}

#row11 {
width: 100%;
}

#row11 .photo {
width: 70%;
margin: 0 auto;
}

#row11 .product {
width: 70%;
margin: 12px auto 0 27.5%;
}

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

#row14 .text {
width: 150px;
margin: 0 auto;
padding: 90px 0;
}

#row15 {
z-index: -1;
position: sticky;
top: 0;
}

#row16 {
width: 100%;
margin-bottom: 0;
padding: 60px 0 150px 0;
}

#row16 .photo {
width: 45%;
margin: 0 auto;
}

#row16 .product {
width: 50%;
margin: 20px auto 0 auto;
}

#row17 {
width: 45%;
}

#row17 .photo01 {
width: 90%;
margin: 0 auto 30px 0;
}

#row17 .photo02 {
width: 90%;
margin: 0 0 0 auto;
}

#row17 .product {
width: 100%;
}

#row18 {
width: 90%;
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;
margin: 180px auto 180px auto;
}

#row18 h2 {
width: 300px;
margin: 0 auto 50px auto;
}

#row18 .title {
width: 100%;
}

#row18 .photo {
width: calc((100% - 45px) / 4);
margin-bottom: 15px;
}

#row18 img {
width: 100%;
}

#row18 .product {
z-index: 2;
position: absolute;
left: 50%;
bottom: 2px;
transform: translate(-50%, 0);
}

#row18 .product p {
text-align: center;
color: #111;
font-size: 1rem;
line-height: 1.1rem;
}

#row19 {
width: 100%;
text-align: center;
color: #fffb00;
margin: 0 auto;
}

#row19 .staff {
width: 90%;
position: absolute;
top: 30%;
left: 50%;
transform: translate(-50%, -50%);
}

#row19 .staff p {
font-size: 1.3rem;
letter-spacing: 0.1rem;
font-weight: bold;
}

#row19 .footer {
width: 90%;
position: absolute;
bottom: 30px;
left: 50%;
transform: translate(-50%, 0);
}

#row19 .footer h3 {
width: 25%;
margin: 0 auto 10px auto;
}

#row19 .footer p {
font-size: 1rem;
letter-spacing: 0.1rem;
}

#row19 .footer ul {
display: -webkit-flex;
display: flex;
-webkit-flex-wrap: wrap;
flex-wrap: wrap;
-webkit-justify-content: center;
justify-content: center;
-webkit-align-items: flex-start;
align-items: flex-start;
margin: 0 auto 90px auto;
}

#row19 .footer li {
font-size: 1.3rem;
margin: 0 10px;
}

#row19 a:link, #row19 a:visited {
color: #fffb00;
border-bottom: 1px solid #fffb00;
}

#row19 a:hover, #row19 a:active {
opacity: 0.9;
}

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

.product {
margin: 12px auto 0 auto;
}

.product p {
text-align: left;
color: #111;
font-size: 1rem;
line-height: 1rem;
letter-spacing: 0.05rem;
margin-bottom: 5px;
}

.product p .name {
display: inline-block;
}

.product p .price {
display: inline-block;
margin: 0 8px 0 8px;
}

.product p .soon {
display: inline-block;
margin: 0 0 0 8px;
}

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

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

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

.fadein {
opacity: 0;
transform: translateY(20px);
}

.fadein.is-show {
opacity: 1;
transform: translateY(0);
transition: 1.5s 0.3s ease;
}

.fadein1 {
clip-path: inset(0 100% 0 0);
}

.fadein1.is-show {
clip-path: inset(0 0 0 0);
transition: 1s 0.4s clip-path ease;
}

.fadein2 {
clip-path: inset(0 100% 0 0);
}

.fadein2.is-show {
clip-path: inset(0 0 0 0);
transition: 1s 0.8s clip-path ease;
}

.fadein3 {
clip-path: inset(0 0 100% 0);
}

.fadein3.is-show {
clip-path: inset(0 0 0 0);
transition: 1.2s 0.4s clip-path ease;
}

.fadein4 {
clip-path: inset(0 0 0 100%);
}

.fadein4.is-show {
clip-path: inset(0 0 0 0);
transition: 1s 0.4s clip-path ease;
}

.fadeindelay1 {
opacity: 0;
}

.fadeindelay1.is-show {
opacity: 1;
transition: 0.8s 0.3s ease;
}

.fadeindelay2 {
opacity: 0;
}

.fadeindelay2.is-show {
opacity: 1;
transition: 0.8s 0.6s ease;
}

.fadeindelay3 {
opacity: 0;
}

.fadeindelay3.is-show {
opacity: 1;
transition: 0.8s 0.9s ease;
}

.fadeindelay4 {
opacity: 0;
}

.fadeindelay4.is-show {
opacity: 1;
transition: 0.8s 1.2s ease;
}

