@charset "utf-8";

body {
  font-feature-settings: "palt";
}

/* 見出し
----------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "Noto Sans Japanese", sans-serif;
  word-break: break-all;
}

#product4 h1 {
  display: flex;
  align-items: center;
  gap: 20px;
}

h1 span.block {
  display: flex;
  flex-direction: column;
}

h1 span.block span:first-child {
  margin-bottom: 5px;
}

h4.product-title {
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 60px;
  width: 100%;
}

@media only screen and (max-width: 29.938em) {
  #product4 h1 {
    flex-direction: column;
    align-items: start;
    gap: 0;
  }

  #product4 .block {
    display: flex;
  }

  h1 span.block span:first-child {
    margin-bottom: 5px;
  }

}

#product .label {
  word-break: break-all;
}

#product .label {
  font-size: 0.7rem;
}

@media screen and (min-width: 30em) {
  span.h1-small {
    font-size: 2.5rem;
  }
}


/* キャッチコピー */
.copy {
  font-family: "Noto Sans Japanese", sans-serif;
  font-weight: bold;
  font-size: 1.5rem;
}

.attention {
  color: #FF7F00;
  display: inline-block;
  border-bottom: 1px solid #FF7F00;
}