.about-section__note-1 {
  position: absolute;
  bottom: 0;
  left: 60%;
}
.about-section__note-2 {
  position: absolute;
  bottom: 0;
  padding: 10px;
}
.mark {
  display: inline-block;
  width: 1em;
}
.annotation-style-list li::before {
  content: none !important;
}
.audio-app-button {
  border-radius: 0px;
}
.audio_app_kv {
  background-image: url("/products/assets/images/audio_application/audio_app_kv.png") !important;
  background-repeat: no-repeat;
  background-size: cover;
  height: 450px;
}
.product__custom {
  row-gap: 40px;
  display: flex;
  flex-direction: column;
}
.feature-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.feature-list > li {
  padding-left: 30px;
}
.feature-list > li::before {
  background-image: url("/products/assets/images/audio_application/checkbox.png");
  background-repeat: no-repeat;
  background-position: center center;
  content: "";
  background-size: 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.feature-title {
  width: 150px;
  margin-left: 40px;
  margin-right: 0;
  display: block;
}
.custom___style,
.custom___style p,
.custom___style li,
.custom___style span,
.custom___style h1,
.custom___style h2,
.custom___style h3,
.product__custom,
.product__custom p,
.product__custom li,
.product__custom span,
.product__custom h1,
.product__custom h2,
.product__custom h3,
.product__feature_explanation,
.product__feature_explanation p,
.product__features_boxes,
.product__features_boxes p,
.product__features_boxes li,
.product__features_boxes span,
.product__features_boxes h3 {
  font-family: "Noto Sans JP", sans-serif;
}
#features {
  background-color: #6fc6ce6b;
  padding: 20px;
}
.qr > img {
  min-width: 30%;
}
.pc-only {
  display: flex;
}
.sp-only {
  display: none;
}
.about-section__note {
  display: block !important;
  position: absolute;
  bottom: 7%;
  transform: translateX(-50%);
  text-align: left;
  width: 100%;
}
/* .about-section__note > ul > li {
  display: block !important;
} */
.product__feature_explanation > p {
  width: 60%;
  padding: 40px;
}
.product__feature_explanation > img {
  width: 40%;
  padding: 40px;
}
.feature-title-wrap {
  position: relative;
  width: 150px;
  height: 60px;
  margin-left: 40px;
}
.feature-title-img {
  display: block;
  width: 100%;
  height: 100%;
}
.feature-title-text {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.3em;
}
@media (max-width: 768.98px) {
  .about-section__note {
    transform: none;
  }
  #about .product__custom {
    row-gap: 20px;
  }
  .about-section__image-wrap.sp-only {
    margin-top: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  .audio_app_kv {
    background-image: url("/products/assets/images/audio_application/audio_app_kv-sp.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .content.c-kv__productInner {
    position: absolute;
    bottom: 0;
  }
  .content.c-kv__productInner.hero {
    z-index: 1;
    background-color: #fff;
    left: 0;
  }
  .content.c-kv__productInner.hero::before {
    content: "";
    position: absolute;
    inset: -60px -60px auto -60px;
    height: 240px;
    background: rgba(255, 255, 255, 0.753);
    filter: blur(50px);
    transform: translateY(-20px);
    z-index: -1;
  }
  .features-container {
    display: flex;
    flex-direction: column;
  }
  .sp-feature-list {
    flex-wrap: nowrap !important;
  }
  .sp-feature-list > img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
  .feature-list > li {
    padding-left: 0px;
  }
  .feature-list.disc-none > li {
    padding-left: 0;
  }
  .product__breakdown_explanation {
    flex-direction: column;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: flex;
  }
  .feature-title-wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .feature-title {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
  .product__feature_explanation {
    flex-direction: column-reverse;
  }
  .product__feature_explanation > p,
  .product__feature_explanation > img {
    width: 100%;
    padding: 0;
  }
  .content.c-kv__productInner {
    position: absolute;
    bottom: 30px;
  }
}
