.OtherPage {
  padding-top: min(3.5rem /* 56px (基準16px) */, 3.889vw /* 56px (基準1440px) */);
  background-color: #fffdf8;
  color: #3d3d3d;
}

.s .OtherPage {
  padding-top: 3.563rem /* 57px (基準16px) */;
}

.OtherPage-inner {
  padding-top: 4rem /* 64px (基準16px) */;
  padding-bottom: 5rem /* 80px (基準16px) */;
  max-width: 71.75rem /* 1148px (基準16px) */;
  width: 90%;
  margin: 0 auto;
}

.s .OtherPage-inner {
  padding-bottom: 3.75rem /* 60px (基準16px) */;
}

.OtherPage-title {
  width: 16.5rem /* 264px (基準16px) */;
  margin: 0 auto;
}

.OtherPage-content {
  margin-top: 5rem /* 80px (基準16px) */;
}

.OtherPage-wrap {
  max-width: 47.375rem /* 758px (基準16px) */;
  width: 100%;
  margin: 0 auto;
}

.OtherPage-description {
  font-size: 0.813rem /* 13px (基準16px) */;
  line-height: 1.8;
  margin-top: 3.75rem /* 60px (基準16px) */;
}

.OtherPage-content {
  margin-top: 3.75rem /* 60px (基準16px) */;
}

.OtherPage-lead {
  color: #bb4953;
  line-height: 1.8;
  display: flex;
  align-items: center;
  gap: 1rem;
}

.OtherPage-lead::after {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #bb4953;
}

.OtherPage-itemList {
  margin-top: 1rem /* 16px (基準16px) */;
  display: grid;
  grid-template-columns: repeat(auto-fill, 350px);
  justify-content: space-between;
  row-gap: 2.5rem /* 40px (基準16px) */;
}

@media (max-width: 780px) {
  .OtherPage-itemList {
    grid-template-columns: 1fr;
  }
}

.OtherPage-itemTitle {
  margin-top: 0.5rem /* 8px (基準16px) */;
  line-height: 1.8;
  color: #bb4953;
}

.OtherPage-itemText {
  margin-top: 1rem /* 16px (基準16px) */;
  font-size: 0.813rem /* 13px (基準16px) */;
  line-height: 1.8;
}

.OtherPage-itemBrand,
.OtherPage-itemPrice {
  margin-top: 1rem /* 16px (基準16px) */;
}

.OtherPage-itemLead {
  font-size: 0.75rem /* 12px (基準16px) */;
  color: #9e9e9e;
}

.OtherPage-itemBrandName,
.OtherPage-itemPriceValue {
  font-size: 0.813rem /* 13px (基準16px) */;
}

.OtherPage-itemPriceValue ._tax {
  font-size: 0.625rem /* 10px (基準16px) */;
}

.OtherPage-itemPriceValue ._price {
  padding-left: 1em;
}

.OtherPage-itemPriceValue p {
  margin-top: 0.25rem /* 4px (基準16px) */;
}

.OtherPage-itemNote {
  margin-top: 1rem /* 16px (基準16px) */;
}

.OtherPage-itemNoteText {
  font-size: 0.75rem /* 12px (基準16px) */;
  color: #9e9e9e;
}

.OtherPage-sup {
  text-align: center;
  margin-top: 3.75rem /* 60px (基準16px) */;
  font-size: 0.75rem /* 12px (基準16px) */;
  color: #9e9e9e;
}

.OtherPage-contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid #bb4953;
  row-gap: 2rem /* 32px (基準16px) */;
  margin-top: 3.75rem /* 60px (基準16px) */;
  padding: 2.5rem /* 40px (基準16px) */ 0;
}

.s .OtherPage-contact {
  margin: 0 auto;
  margin-top: 3.75rem /* 60px (基準16px) */;
}

.OtherPage-contactText {
  width: 18.75rem /* 300px (基準16px) */;
  margin: 0 auto;
  text-align: center;
  color: #bb4953;
}

.OtherPage-contactLead {
  font-size: 1.25rem /* 20px (基準16px) */;
}

.OtherPage-contactDescription {
  margin-top: 1rem /* 16px (基準16px) */;
  font-size: 0.813rem /* 13px (基準16px) */;
}

.OtherPage-contactButton .action-links {
  flex-shrink: 0;
}

.s .OtherPage-contactButton .action-links {
  margin-top: 2rem /* 32px (基準16px) */;
  max-width: 18.75rem /* 300px (基準16px) */;
}

.OtherPage-contactButton .action-links__item {
  color: #fff !important;
  background-color: #bb4953;
}

.OtherPage .more-link {
  margin-top: 5rem /* 80px (基準16px) */;
}

.s .OtherPage .more-link {
  margin-top: 3.75rem /* 60px (基準16px) */;
}

.OtherPage-links {
  width: 100%;
  max-width: 45.25rem /* 724px (基準16px) */;
  margin: 0 auto;
  margin-top: 5rem /* 80px (基準16px) */;
}

.s .OtherPage-links {
  margin-top: 3.75rem /* 60px (基準16px) */;
  max-width: none;
}

.OtherPage-linksItems {
  margin-top: 1.625rem /* 26px (基準16px) */;
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(auto-fill, 21.875rem /* 350px (基準16px) */);
  gap: 1.5rem /* 24px (基準16px) */;
}

.s .OtherPage-linksItems {
  grid-template-columns: repeat(auto-fill, minmax(21.875rem /* 350px (基準16px) */, 1fr));
}
