@media only screen and (max-width: 768px) {
  .c-mv {
    background-image: url("../img/img-main_sp.jpg");
  }
}
@media print, screen and (min-width: 769px) {
  .c-mv {
    background-image: url("../img/img-main.jpg");
  }
}

@media only screen and (max-width: 768px) {
  .p-warehouse {
    margin-bottom: 16vw;
    padding-inline: 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-warehouse {
    margin: 0 auto min(100px, 7.1428571429vw);
    width: min(900px, 64.2857142857vw);
  }
}

.p-warehouse-catch {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-warehouse-catch {
    font-size: 6.1333333333vw;
    line-height: 1.625;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-warehouse-catch {
    font-size: min(32px, 2.2857142857vw);
    line-height: 1;
    margin-bottom: min(30px, 2.1428571429vw);
  }
}
.p-warehouse-catch span {
  background: linear-gradient(to right, var(--bc05), #6464d9);
  color: #fff;
  display: inline-block;
}
@media only screen and (max-width: 768px) {
  .p-warehouse-catch span {
    line-height: 1;
    padding: 0.9333333333vw 2.6666666667vw 0.4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-warehouse-catch span {
    padding: min(5px, 0.3571428571vw) min(10px, 0.7142857143vw) 0;
  }
}

.p-parts-lead {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-parts-lead {
    font-size: 3.7333333333vw;
    margin-bottom: 6.6666666667vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-parts-lead {
    font-size: min(18px, 1.2857142857vw);
    margin-bottom: min(30px, 2.1428571429vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-parts-text {
    font-size: 3.7333333333vw;
    line-height: 1.785;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-parts-text {
    font-size: min(15px, 1.0714285714vw);
    margin: 0 auto min(47px, 3.3571428571vw);
    width: min(640px, 45.7142857143vw);
  }
}

.p-warehouse-image img {
  height: auto;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .p-warehouse-image + .p-warehouse-image {
    margin-top: 4vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-warehouse-image + .p-warehouse-image {
    margin-top: min(60px, 4.2857142857vw);
  }
}

.p-system {
  background: var(--bc03);
}
@media only screen and (max-width: 768px) {
  .p-system {
    padding: 16vw 8vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-system {
    padding-block: min(100px, 7.1428571429vw);
  }
}

@media print, screen and (min-width: 769px) {
  .p-system-inner {
    margin-inline: auto;
    width: min(900px, 64.2857142857vw);
  }
}

.p-system-title {
  color: var(--bc01);
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .p-system-title {
    font-size: 5.6vw;
    margin-bottom: 5.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-system-title {
    font-size: min(28px, 2vw);
    margin-bottom: min(25px, 1.7857142857vw);
  }
}

@media only screen and (max-width: 768px) {
  .p-system-image {
    margin-bottom: 7.3333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  .p-system-image {
    margin-bottom: min(45px, 3.2142857143vw);
  }
}
.p-system-image img {
  height: auto;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .p-system-offer {
    font-size: 3.2vw;
    margin-bottom: 5.3333333333vw;
    margin-left: 1em;
    text-indent: -1em;
  }
}
@media print, screen and (min-width: 769px) {
  .p-system-offer {
    font-size: min(13px, 0.9285714286vw);
    margin-bottom: min(12px, 0.8571428571vw);
    text-align: center;
  }
}

.p-system-button {
  display: flex;
  justify-content: center;
}