@charset "UTF-8";

body::before {
  background: url("../images/bg2.jpg") no-repeat center center;
  background-size: cover;
}
.hero h1 {
  width: 35.641vw;
  top: 5.128vw;
  right: 6.66vw;
  left: auto;
}
.hero h2 {
  width: 45.169vw;
  left: 4vw;
  bottom: 11svh;
}
.hero picture img {
  object-position: top center;
}
.item .item-inner .cart-info h3 {
  text-align: center;
}
.video {
  margin: 16px 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.9);
}
.video .inner {
  max-width: 645px;
  width: 93.333vw;
  margin: 0 auto;
  padding: 32px 0;
}
.video h3 {
  margin-bottom: 10px;
  display: inline-block;
}

.video-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.video-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
}
footer {
  background-color: #2B2121;
}
@media (min-width: 600px) {
  body::before {
    background: url(../images/bg2-pc.jpg) no-repeat center center;
    background-size: cover;
  }
  .hero h1 {
    max-width: 250px;
    width: 17.361vw;
    top: 40px;
    right: 50px;
  }
  .hero h2 {
    max-width: 353px;
    width: 24.548vw;
    left: 8.4vw;
    right: auto;
    bottom: 6.5svh;
  }
  .video {
    margin: 32px 0;
  }
  .video .inner {
    padding: 32px 0;
  }
  .about {
    margin: 32px 0;
  }
  .banner {
    margin: 32px 0;
  }
}
@media (max-width: 599px) {
  .item .item-inner .cart-info {
    max-width: 168px;
  }
  .banner ul {
    gap: 24px;
  }
}