.contents .breadcrumb {
  display: none !important;
}

@media screen and (min-width: 769px), print {
  .about_logo {
    height: 50px;
    vertical-align: text-top;
  }
  .about_text_logo {
    height: 30px;
    padding: 0 8px 0 12px;
    vertical-align: text-top;
  }

  .caution_box {
    border: 2px solid #f00;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    width: 80%;
  }
  .caution_box p {
    font-size: 20px;
    font-weight: bold;
  }
  .caution_box p + p {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
.product-s-item__titleĦ²long {
    margin-top: 0.78125vw;
    font-weight: 500;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 768px) {
  .about-s__title-ja {
    margin-bottom: 1vw;
  }
  .about_logo {
    height: 9vw;
    vertical-align: text-top;
  }
  .about_text_logo {
    height: 6vw;
    padding: 0 1vw 0 2vw;
    vertical-align: text-top;
  }

  .caution_box {
    border: 2px solid #f00;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 5vw;
    text-align: center;
  }
  .caution_box p {
    font-size: 4vw;
    font-weight: bold;
  }
  .caution_box p + p {
    font-size: 3.5vw;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 4vw;
  }
}
