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

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

.TuxedoPage-inner {
  width: min(41.125rem /* 658px (基準16px) */, 45.694vw /* 658px (基準1440px) */);
  margin: 0 auto;
  margin-top: 7.5rem /* 120px (基準16px) */;
  padding-bottom: 5rem /* 80px (基準16px) */;
}

.s .TuxedoPage-inner {
  width: max(21.875rem /* 350px (基準16px) */, 93.333vw /* 350px (基準375px) */);
  margin-top: 5rem /* 80px (基準16px) */;
  padding-bottom: 3.75rem /* 60px (基準16px) */;
}

.TuxedoPage-title {
  width: 10.563rem /* 169px (基準16px) */;
  margin: 0 auto;
}

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

.TuxedoPage-content {
  display: flex;
  justify-content: space-between;
  margin-top: 3.75rem /* 60px (基準16px) */;
}

.s .TuxedoPage-content {
  flex-direction: column;
  row-gap: 2.5rem /* 40px (基準16px) */;
}

.TuxedoPage-headeing {
  color: #bb4953;
  font-size: 1rem /* 16px (基準16px) */;
  line-height: 1.8;
  position: relative;
  margin-bottom: 1rem /* 16px (基準16px) */;
}

.TuxedoPage-headeing::before {
  content: '';
  position: absolute;
  right: -1rem /* 16px (基準16px) */;
  top: 50%;
  transform: translateY(-50%);
  width: 65%;
  height: 0.063rem /* 1px (基準16px) */;
  background-color: #bb4953;
}

.s .TuxedoPage-headeing::before {
  width: 77%;
}

.TuxedoPage-items,
.TuxedoPage-price {
  width: min(17.5rem /* 280px (基準16px) */, 19.444vw /* 280px (基準1440px) */);
}

.s .TuxedoPage-items,
.s .TuxedoPage-price {
  width: 100%;
}

.TuxedoPage-itemsList li,
.TuxedoPage-priceList li {
  font-size: 0.813rem /* 13px (基準16px) */;
  line-height: 1.8;
  padding-left: 1.375rem /* 22px (基準16px) */;
  margin-top: 0.5rem /* 8px (基準16px) */;
  position: relative;
  white-space: nowrap;
}

.TuxedoPage-itemsList li::before,
.TuxedoPage-priceList li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.563rem /* 9px (基準16px) */;
  height: 0.563rem /* 9px (基準16px) */;
  background-color: #bb4953;
}

.TuxedoPage-itemsList p,
.TuxedoPage-priceList p {
  font-size: 0.75rem /* 12px (基準16px) */;
  margin-top: 0.5rem /* 8px (基準16px) */;
  padding-left: 1.375rem /* 22px (基準16px) */;
}

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

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

.TuxedoPage-linkTitle {
  font-size: 1rem /* 16px (基準16px) */;
  color: #bb4953;
  line-height: 1.8;
  display: flex;
  align-items: center;
  column-gap: 0.5rem /* 8px (基準16px) */;
}

.TuxedoPage-linkTitle span {
  font-size: 0.625rem /* 10px (基準16px) */;
  color: #9e9e9e;
}

.TuxedoPage-link p {
  font-size: 0.75rem /* 12px (基準16px) */;
  margin-top: 0.5rem /* 8px (基準16px) */;
}

.TuxedoPage-linkImage {
  margin-top: 1rem /* 16px (基準16px) */;
  display: block;
  width: 21.875rem /* 350px (基準16px) */;
}

.TuxedoPage-topPageLink {
  display: block;
  width: 6.688rem /* 107px (基準16px) */;
  margin: 0 auto;
  margin-top: 5rem /* 80px (基準16px) */;
}

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