/* Utility */
.u-title-default {
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.04rem;
}
.u-text-default {
  margin: 0;
  line-height: 1.6;
  letter-spacing: 0.02rem;
}
.u-text--head--lg {
  font-size: 1.8rem;
}
.u-text--head--md {
  font-size: 1.5rem;
}
.u-text--head--sm {
  font-size: 1.25rem;
}
.u-text--head--xs {
  font-size: 1rem;
}

.u-text--color--brown {
  color: var(--lightbrown);
}
.u-text--color--toilered {
  color: #8d534e;
}
.u-text--color--darkbrown {
  color: #473733;
}
.u-text--color--lightbrown {
  color: #c0a79c;
}
.u-text--body--strong {
  font-size: 1.125rem;
}
.u-text--body--md {
  font-size: 0.938rem;
}
.u-text--body {
  font-size: 0.875rem;
}
.u-text--body--sm {
  font-size: 0.813rem;
}
.u-text--small {
  font-size: 10px;
}
.u-text--secondary {
  font-family: "Arial", sans-serif !important; /* NOTE: "&"を変更 */
}

.u-text--btn {
  color: #fff;
}
.u-color__btn--bg {
  background-color: #473733;
}
.u-content--margin {
  margin: 20px 0;
}
.u-square-image {
  width: 20vw;
  height: 20vw;
  min-height: 127px;
  max-height: 200px;
  min-width: 127px;
  max-width: 200px;
}
.u-square-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.u-link-hover__disable {
  pointer-events: none;
}

.u-list-style__disc {
  list-style-type: disc;
  margin-left: 1rem;
}
.p-page-product .sp-only {
  display: block;
}
.p-page-product .pc-only {
  display: none;
}
.u-display-none {
  display: none;
}
@media screen and (min-width: 550px) {
  .p-page-product .sp-only {
    display: none;
  }
  .p-page-product .pc-only {
    display: block;
  }
}

.u-weight-500 {
  font-weight: 500;
}

.u-pb-20 {
  padding-bottom: 20px;
}

.u-text--underline {
  text-decoration: underline;
  cursor: pointer;
}

.u-letter-spacing-2 {
  letter-spacing: 2.16px;
}

.u-line-height-1 {
  line-height: 1;
}

.u-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.u-gap-10 {
  gap: 10px;
}

.u-gap-18 {
  gap: 18px;
}

.u-mt-20 {
  margin-top: 20px;
}

.u-underline {
  text-decoration: underline;
}

.u-position-relative {
  position: relative;
}
