@charset "utf-8";

/* Component - wave
------------------------------------------------------------- */
.wave_parts {
  position: relative;
}
.wave-component {
  position: relative;
}

.wave_parts::before,
.wave_parts::after {
  content: "";
  display: block;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: absolute;
  left: 0;
  z-index: 1;
}
.wave-component::before,
.wave-component::after {
  content: "";
  display: block;
  width: 100%;
  background-size: cover;
  background-position: left;
  position: absolute;
  left: 0;
  z-index: 1;
}

/* Component - wave - kv */

.toppage__kv::before {
  aspect-ratio: 360 / 44;
  background-image: url(../img/parts/wave/kv_wave_01_sp.svg);
  top: -1px;
}

.toppage__kv::after {
  aspect-ratio: 360 / 56;
  background-image: url(../img/parts/wave/kv_wave_02_sp.svg);
  bottom: -1px;
}

@media (min-width: 768px) {
  .toppage__kv::before {
    aspect-ratio: 300 / 49;
    background-image: url(../img/parts/wave/kv_wave_01_pc.svg);
    top: -20.4%;
  }

  .toppage__kv::after {
    aspect-ratio: 300 / 49;
    background-image: url(../img/parts/wave/kv_wave_02_pc.svg);
  }
}

/* Component - wave - news */
.toppage__news-section::after {
  aspect-ratio: 360 / 40;
  background-image: url(../img/parts/top_wave_parts/sec_wave_01_sp.svg);
  top: 100%;
}

/* Component - wave - schedule */
.toppage__schedule::after {
  aspect-ratio: 360 / 41;
  background-image: url(../img/parts/top_wave_parts/sec_wave_02_sp.svg);
  bottom: 0;
}

/* Component - wave - reserve */

.toppage__reserve-section::after {
  /*check-------------*/
  aspect-ratio: 360 / 50;
  background-image: url(../img/parts/top_wave_parts/sec_wave_05_sp.svg);
  top: 100%;
  /* top: calc(100% - 2px); */
}
