*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-top: 0;
  margin-bottom: 0;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
  display: block;
  max-width: 100%;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.container {
  max-width: 52vw;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .container {
    max-width: 91vw;
  }
}

/*--------------------------------------------------------- フルビュー画像　--------------------------------------------------------- */
.fv {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.fv-img {
  width: 100vw;
}

.fv-ttl-container {
  height: 7vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fv-ttl {
  width: 51.8vw;
}

@media (max-width: 768px) {
  .fv-ttl-container {
    height: 16vw;
  }

  .fv-ttl {
    width: 90vw;
  }
}

/*--------------------------------------------------------- ビデオ　--------------------------------------------------------- */
.mv .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mv-ttl {
  width: 28.9%;
  margin: 7vw auto 1.5vw;
}

.video__container-video {
  width: 100%;
  aspect-ratio: 1000/562;
  position: relative;
}

.video__container-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
}

.mv-sub-ttl {
  width: 51%;
  margin: 3vw auto 7.8vw;
}

@media (max-width: 768px) {
  .mv-ttl {
    width: 41.5%;
    margin: 12vw auto 5.5vw;
  }

  .mv-sub-ttl {
    width: 73%;
    margin: 7vw auto 18.5vw;
  }
}

/*--------------------------------------------------------- PROBLEM　--------------------------------------------------------- */
.problem .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.problem-ttl {
  width: 100%;
  margin: 0 auto;
}

.problem__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.problem-img-2 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  object-fit: contain;
}

.problem-img-3 {
  position: absolute;
  top: 55.5%;
  left: 49%;
  transform: translateX(-50%);
  width: 78.7%;
  object-fit: contain;
}

@media (max-width: 768px) {
  .problem-img-2 {
    top: 25%;
  }

  .problem-img-3 {
    top: 40%;
    left: 50%;
    width: 56.5%;
  }
}

/*--------------------------------------------------------- SHOP　--------------------------------------------------------- */
.shop .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #5cb531;
  border-radius: 1vw;
  box-shadow: 6px 6px 10px rgba(0, 0, 0, 0.2);
  padding: 1.5vw 0;
  margin-top: 4vw;
}

.shop__icon {
  width: 6.7%;
  object-fit: contain;
}

.shop__text {
  width: 75.3%;
  margin: 2.2vw auto 2.4vw;
}

.shop__btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 3.4%;
  width: 100%;
}

.shop__btn > a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  width: 44.2%;
  aspect-ratio: 442/73;
  transition: transform 0.3s ease;
  background-color: #fff;
}

.shop__btn > a:hover {
  opacity: 0.7;
}

.shop__btn img {
  width: 43%;
  object-fit: contain;
}

.shop-2 .container {
  margin-top: 7vw;
}

.shop-3 .container {
  margin-bottom: 13vw;
}

@media (max-width: 768px) {
  .shop .container {
    border-radius: 1.8vw;
    padding: 3vw 0 5vw;
    margin-top: 7vw;
  }

  .shop__icon {
    width: 7%;
  }

  .shop__text {
    margin: 3.5vw auto 4.5vw;
  }

  .shop__btn {
    flex-direction: column;
    gap: 2vw;
  }

  .shop__btn > a {
    width: 58%;
  }

  .shop__btn img {
    width: 43%;
  }

  .shop-2 .container {
    margin-top: 12vw;
  }

  .shop-3 .container {
    margin-top: 12vw;
    margin-bottom: 20vw;
  }
}

/* --------------------------------------------------------- DESIGN　--------------------------------------------------------- */
.design .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.design__ttl {
  width: 100%;
  margin: 9vw auto 0;
  position: relative;
  z-index: 1;
}

.design__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.design__img-1 {
  width: 100%;
  margin: 0 auto;
  margin-top: -2.5vw;
}

.design__img-2 {
  position: absolute;
  top: 12%;
  left: 50%;
  transform: translateX(-50%);
  width: 50%;
  object-fit: contain;
}

.design__img-3 {
  position: absolute;
  top: 11%;
  left: 50%;
  transform: translateX(-50%);
  width: 95.5%;
  object-fit: contain;
}

.design__slide-wrapper {
  position: absolute;
  bottom: 4%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}

.design__slide-track {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease;
}

.design__slide-img {
  width: 27vw;
  object-fit: contain;
  flex-shrink: 0;
}

.design__slide-img:nth-child(n + 4) {
  display: none;
}

@media (max-width: 768px) {
  .design__img-1 {
    margin-top: 0vw;
  }

  .design__img-2 {
    top: 15.8%;
    width: 45%;
  }

  .design__img-3 {
    width: 78%;
    top: 17%;
  }

  .design__content {
    position: initial;
  }

  .design .container {
    position: relative;
    max-width: 100vw;
    padding: 0 4.5vw;
  }

  .design__slide-wrapper {
    bottom: 3%;
    left: 0;
    width: 100vw;
    transform: translateX(0);
    overflow: hidden;
    position: absolute;
  }

  .design__slide-track {
    justify-content: flex-start;
    width: 405vw;
    transform: translateX(-51.25vw);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    will-change: transform;
  }

  .design__slide-track.no-transition {
    transition: none;
  }

  .design__slide-img {
    flex-shrink: 0;
    width: 67.5vw;
    min-width: 67.5vw;
  }

  .design__slide-img:nth-child(n + 4) {
    display: block;
  }
}

/* --------------------------------------------------------- SCENE　--------------------------------------------------------- */
.scene .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scene__ttl {
  width: 100%;
  margin: 9vw auto 0;
}

.scene__content {
  display: flex;
  align-items: center;
  margin-top: 5.5vw;
  margin-bottom: 4vw;
}

.scene__img-1 {
  min-width: 50%;
  object-fit: contain;
  transform: scale(1.04) translateX(-1.5%);
}

.scene__img-2 {
  min-width: 50%;
  object-fit: contain;
  transform: scale(1.04) translateX(2.5%);
}

@media (max-width: 768px) {
  .scene__ttl {
    margin: 13vw auto 0;
  }

  .scene__content {
    margin-top: 11vw;
    margin-bottom: 15vw;
    flex-direction: column;
    gap: 7vw;
  }

  .scene__img-1 {
    min-width: unset;
    width: 100%;
    transform: scale(1.05);
  }

  .scene__img-2 {
    min-width: unset;
    width: 100%;
    transform: scale(1.05);
  }
}
/* --------------------------------------------------------- LINEUP　--------------------------------------------------------- */
.lineup .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lineup__ttl {
  width: 100%;
  margin: 8.5vw auto 0;
}

.lineup__text {
  width: 49.4%;
  margin: 7.2vw auto 2.6vw;
}

.type {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
}

.type__img-1 {
  width: max(9.9%, 99px);
  object-fit: contain;
}

.type__img-2 {
  width: max(11.1%, 111px);
  object-fit: contain;
}

.type__img-3 {
  width: max(5.9%, 59px);
  object-fit: contain;
}

.lineup__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 2vw auto 8.5vw;
}

.lineup__content:last-of-type {
  margin-top: 3vw;
  margin-bottom: 11.5vw;
}

.lineup__content a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  min-width: 33.3%;
}

.lineup__content-1 a:nth-of-type(1),
.lineup__content-2 a:nth-of-type(1) {
  transform: translateX(-10%);
}

.lineup__content-1 a:nth-of-type(3),
.lineup__content-3 a:nth-of-type(3) {
  transform: translateX(5%);
}

.lineup__content a:hover {
  opacity: 0.7;
}

.lineup__content-1 img {
  min-height: 19.84vw;
  max-height: 19.84vw;
  object-fit: contain;
}

.lineup__content-2 img {
  min-height: 19.84vw;
  max-height: 19.84vw;
  object-fit: contain;
}

.lineup__content-3 img {
  min-height: 20.31vw;
  max-height: 20.31vw;
  object-fit: contain;
}

@media (max-width: 768px) {
  .lineup__ttl {
    margin: 12vw auto 0;
  }

  .lineup__text {
    width: 70%;
    margin: 9vw auto 6vw;
  }

  .type {
    padding-bottom: 2vw;
  }

  .type__img-1 {
    width: 12.9%;
  }

  .type__img-2 {
    width: 14.3%;
  }

  .type__img-3 {
    width: 7.6%;
  }

  .lineup__content {
    flex-wrap: wrap;
    width: 100%;
    margin: 5vw auto 14vw;
    gap: 5vw 0;
  }

  .lineup__content:last-of-type {
    margin-top: 7vw;
    margin-bottom: 14vw;
  }

  .lineup__content a {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease;
    min-width: 50%;
  }

  .lineup__content-1 a:nth-of-type(1),
  .lineup__content-2 a:nth-of-type(1) {
    transform: unset;
  }

  .lineup__content-1 a:nth-of-type(3),
  .lineup__content-3 a:nth-of-type(3) {
    transform: unset;
  }

  .lineup__content a:hover {
    opacity: 0.7;
  }

  .lineup__content-1 img {
    min-height: 50vw;
    max-height: 50vw;
  }

  .lineup__content-2 img {
    min-height: 50vw;
    max-height: 50vw;
  }

  .lineup__content-3 img {
    min-height: 50vw;
    max-height: 50vw;
  }

  .lineup__content-3 a:nth-of-type(1) {
    transform: translateX(10%);
  }
}
