/* add CSS */

/* *{
    outline: 2px solid #ff0;
} */

/* 20251113 MV画像テスト */
.hero_oem {
  /* z-index: 1;
    position: relative;
    width: 100%;
    height: min(40.2777777778vw,580px);
    overflow: hidden;
    background-image: url(../images/hero_oem-1.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat */

  /* background-image: url(../images/hero_oem_pc.jpg); */
}

/* 20260331 MV改修 */
.hero_oem_text {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #ffffff;
  font-size: clamp(10px, 4vw, 16px);
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* 20260331 chooseセクション見た目変更 */
.choose_inner .choose_label {
  margin: 12px auto;
}

.choose_logo {
  margin: 12px 0 20px;
}

@media screen and (max-width: 820px) {
  .choose_logo {
    margin: 0 0 5.2083333333vw 0;
  }
}

.choose_label {
  width: 95%;
  border-radius: 0;
  background-color: transparent;
  color: #242424;
  line-height: 1.6;
  font-size: 18px;
}

@media screen and (max-width: 820px) {
  .choose_label {
    line-height: 8vw;
    font-size: max(16px, 3.8vw);
  }
}

.choose_label.red {
  background-color: transparent;
  color: #e1002a;
  font-size: 16px;
}

.choose_label.blue {
  background-color: transparent;
  color: #003591;
  font-size: 16px;
}

@media screen and (max-width: 820px) {
  .choose_label.red {
    background-color: transparent;
    color: #e1002a;
    font-size: max(16px, 3.8vw);
  }

  .choose_label.blue {
    background-color: transparent;
    color: #003591;
    font-size: max(16px, 3.8vw);
  }
}
