.selectable-gift-page {
  --selectable-gift-ink: #28211f;
  --selectable-gift-muted: #665f59;
  --selectable-gift-wine: #58242c;
  --selectable-gift-red: #872736;
  --selectable-gift-gold: #b8a869;
  --selectable-gift-green: #586b52;
  --selectable-gift-paper: #fff;
  --selectable-gift-wash: #f7f5f1;
  --selectable-gift-soft: #fbfaf7;
  --selectable-gift-line: #ded6cc;
  --selectable-gift-soft-line: #ebe5dc;
  color: var(--selectable-gift-ink);
  font-family: "Noto Sans JP","Helvetica Neue","Hiragino Sans","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0;
  background: #fff;
  overflow-wrap: break-word;
}
.selectable-gift-page *,.selectable-gift-page *::before,.selectable-gift-page *::after {
  box-sizing: border-box;
}
.selectable-gift-page img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}
.selectable-gift-page a {
  color: inherit;
  text-decoration: none;
}
.selectable-gift-page a:hover {
  opacity: .86;
}
.selectable-gift-page p,.selectable-gift-page h1,.selectable-gift-page h2,.selectable-gift-page h3,.selectable-gift-page h4,.selectable-gift-page ul,.selectable-gift-page ol,.selectable-gift-page li,.selectable-gift-page figure,.selectable-gift-page figcaption {
  margin: 0;
  padding: 0;
}
.selectable-gift-page ul,.selectable-gift-page ol {
  list-style: none;
}
.selectable-gift-page button,.selectable-gift-page textarea {
  font-family: inherit;
}
.selectable-gift-page button {
  cursor: pointer;
}
.selectable-gift-page .selectable-gift-serif {
  font-family: "Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
}
.selectable-gift-page .selectable-gift-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 96px;
}
.selectable-gift-page .selectable-gift-eyecatch {
  margin: 0 auto 64px;
}
.selectable-gift-page .selectable-gift-eyecatch-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  border: 1px solid var(--selectable-gift-line);
  background: linear-gradient(135deg,#fbfaf7 0%,#f2eee7 100%);
  color: var(--selectable-gift-muted);
  text-align: center;
}
.selectable-gift-page .selectable-gift-eyecatch-placeholder--pc {
  aspect-ratio: 1200 / 470;
}
.selectable-gift-page .selectable-gift-eyecatch-placeholder--sp {
  display: none;
  aspect-ratio: 750 / 560;
}
.selectable-gift-page .selectable-gift-eyecatch-text {
  padding: 24px;
  font-size: 13px;
  line-height: 1.8;
}
.selectable-gift-page .selectable-gift-hero {
  margin-bottom: 82px;
  text-align: center;
}
.selectable-gift-page .selectable-gift-hero-label {
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 4px;
  border-bottom: 1px solid var(--selectable-gift-wine);
  color: var(--selectable-gift-wine);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.selectable-gift-page .selectable-gift-hero-title {
  color: var(--selectable-gift-ink);
  font-size: 38px;
  font-weight: 600;
  line-height: 1.55;
}
.selectable-gift-page .selectable-gift-hero-lead {
  max-width: 780px;
  margin: 22px auto 0;
  color: var(--selectable-gift-muted);
  font-size: 15px;
  line-height: 2;
}
.selectable-gift-page .selectable-gift-feature-list {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
  max-width: 900px;
  margin: 38px auto 0;
}
.selectable-gift-page .selectable-gift-feature-item {
  position: relative;
  min-height: 118px;
  padding: 28px 30px;
  border: 1px solid #e6d8d5;
  border-top: 3px solid var(--selectable-gift-wine);
  border-radius: 2px;
  background: #f4ece9;
  text-align: left;
}
.selectable-gift-page .selectable-gift-feature-title {
  color: var(--selectable-gift-wine);
  font-size: 21px;
  font-weight: 600;
  line-height: 1.6;
}
.selectable-gift-page .selectable-gift-section {
  margin-top: 96px;
}
.selectable-gift-page .selectable-gift-section-heading {
  margin-bottom: 34px;
  text-align: center;
}
.selectable-gift-page .selectable-gift-section-label {
  display: block;
  color: var(--selectable-gift-red);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.5;
}
.selectable-gift-page .selectable-gift-section-title {
  margin-top: 8px;
  color: var(--selectable-gift-ink);
  font-size: 32px;
  font-weight: 600;
  line-height: 1.55;
}
.selectable-gift-page .selectable-gift-section-lead {
  max-width: 760px;
  margin: 16px auto 0;
  color: var(--selectable-gift-muted);
  font-size: 15px;
  line-height: 2;
}
.selectable-gift-page .selectable-gift-speech-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 22px;
}
.selectable-gift-page .selectable-gift-speech-card {
  position: relative;
  min-height: 100%;
  padding-bottom: 13px;
}
.selectable-gift-page .selectable-gift-speech-bubble {
  position: relative;
  min-height: 176px;
  margin-top: 16px;
  padding: 25px 24px 27px;
  border: 1px solid var(--selectable-gift-soft-line);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(40,33,31,.04);
}
.selectable-gift-page .selectable-gift-speech-bubble::after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 38px;
  width: 24px;
  height: 24px;
  border-right: 1px solid var(--selectable-gift-soft-line);
  border-bottom: 1px solid var(--selectable-gift-soft-line);
  border-radius: 0 0 5px 0;
  background: #fff;
  transform: rotate(45deg);
}
.selectable-gift-page .selectable-gift-speech-title {
  color: var(--selectable-gift-wine);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
}
.selectable-gift-page .selectable-gift-speech-text {
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 1.95;
}
.selectable-gift-page .selectable-gift-table-wrap {
  width: 100%;
  overflow-x: auto;
}
.selectable-gift-page .selectable-gift-table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid var(--selectable-gift-ink);
  background: #fff;
}
.selectable-gift-page .selectable-gift-table th,.selectable-gift-page .selectable-gift-table td {
  padding: 18px 16px;
  border-bottom: 1px solid var(--selectable-gift-line);
  border-left: 1px solid var(--selectable-gift-soft-line);
  color: var(--selectable-gift-ink);
  font-size: 14px;
  line-height: 1.8;
  vertical-align: top;
}
.selectable-gift-page .selectable-gift-table th:first-child,.selectable-gift-page .selectable-gift-table td:first-child {
  border-left: 0;
}
.selectable-gift-page .selectable-gift-table th {
  background: var(--selectable-gift-wash);
  color: var(--selectable-gift-wine);
  font-weight: 700;
  text-align: left;
}
.selectable-gift-page .selectable-gift-table-price {
  text-align: right;
  white-space: nowrap;
}
.selectable-gift-page .selectable-gift-detail-block {
  margin-top: 56px;
}
.selectable-gift-page .selectable-gift-detail-title {
  padding-bottom: 12px;
  border-bottom: 1px solid var(--selectable-gift-line);
  color: var(--selectable-gift-wine);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
}
.selectable-gift-page .selectable-gift-text {
  margin-top: 18px;
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 2;
}
.selectable-gift-page .selectable-gift-list {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}
.selectable-gift-page .selectable-gift-list li {
  position: relative;
  padding-left: 18px;
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 1.9;
}
.selectable-gift-page .selectable-gift-list li::before {
  content: "";
  position: absolute;
  top: .82em;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--selectable-gift-red);
}
.selectable-gift-page .selectable-gift-noshi-option-grid {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(0,.9fr);
  gap: 18px;
  margin-top: 22px;
}
.selectable-gift-page .selectable-gift-noshi-option-card {
  padding: 22px 24px 24px;
  border: 1px solid var(--selectable-gift-soft-line);
  border-radius: 2px;
  background: #fff;
}
.selectable-gift-page .selectable-gift-noshi-option-title {
  padding-bottom: 11px;
  border-bottom: 1px solid var(--selectable-gift-line);
  color: var(--selectable-gift-wine);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.selectable-gift-page .selectable-gift-noshi-option-list {
  display: grid;
  gap: 8px 18px;
  margin-top: 16px;
}
.selectable-gift-page .selectable-gift-noshi-option-card:first-child .selectable-gift-noshi-option-list {
  grid-template-columns: repeat(2,minmax(0,1fr));
}
.selectable-gift-page .selectable-gift-noshi-option-list li {
  position: relative;
  padding-left: 15px;
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 1.8;
}
.selectable-gift-page .selectable-gift-noshi-option-list li::before {
  content: "";
  position: absolute;
  top: .72em;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--selectable-gift-red);
}
.selectable-gift-page .selectable-gift-noshi-image {
  margin-top: 22px;
}
.selectable-gift-page .selectable-gift-note {
  margin-top: 22px;
  padding: 20px 22px;
  border-left: 4px solid var(--selectable-gift-gold);
  background: var(--selectable-gift-wash);
  color: var(--selectable-gift-muted);
  font-size: 13px;
  line-height: 1.9;
}
.selectable-gift-page .selectable-gift-note p+p {
  margin-top: 10px;
}
.selectable-gift-page .selectable-gift-image-frame {
  overflow: hidden;
  border: 1px solid var(--selectable-gift-soft-line);
  border-radius: 4px;
  background: var(--selectable-gift-wash);
}
.selectable-gift-page .selectable-gift-image-frame img {
  width: 100%;
}
.selectable-gift-page .selectable-gift-image-caption {
  padding: 12px 14px 14px;
  color: var(--selectable-gift-muted);
  font-size: 12px;
  line-height: 1.8;
}
.selectable-gift-page .selectable-gift-card-grid {
  display: grid;
  grid-template-columns: minmax(0,1.45fr) minmax(280px,.75fr);
  gap: 22px;
  align-items: start;
  margin-top: 24px;
}
.selectable-gift-page .selectable-gift-service-card,.selectable-gift-page .selectable-gift-faq-card,.selectable-gift-page .selectable-gift-step-card {
  border: 1px solid var(--selectable-gift-soft-line);
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 8px 18px rgba(40,33,31,.04);
}
.selectable-gift-page .selectable-gift-service-card {
  padding: 24px;
}
.selectable-gift-page .selectable-gift-service-card-title {
  margin-top: 26px;
  color: var(--selectable-gift-wine);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
}
.selectable-gift-page .selectable-gift-service-card-title:first-child {
  margin-top: 0;
}
.selectable-gift-page .selectable-gift-service-card-text {
  margin-top: 12px;
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 1.95;
}
.selectable-gift-page .selectable-gift-service-card .selectable-gift-image-frame {
  margin-top: 18px;
}
.selectable-gift-page .selectable-gift-message-copy-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 26px;
}
.selectable-gift-page .selectable-gift-message-image {
  position: relative;
  margin-top: 22px;
}
.selectable-gift-page .selectable-gift-image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 9px 13px;
  background: rgba(255,255,255,.94);
  color: var(--selectable-gift-ink);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}
.selectable-gift-page .selectable-gift-wrapping-images {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 22px;
  margin-top: 24px;
}
.selectable-gift-page .selectable-gift-color-grid {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 14px;
  margin-top: 22px;
}
.selectable-gift-page .selectable-gift-color-chip {
  position: relative;
  min-height: 112px;
  padding: 18px 16px 16px;
  border: 1px solid var(--selectable-gift-soft-line);
  border-radius: 4px;
  background: #fff;
}
.selectable-gift-page .selectable-gift-color-chip::before {
  content: "";
  display: block;
  width: 100%;
  height: 34px;
  margin-bottom: 12px;
  border: 1px solid rgba(40,33,31,.12);
  border-radius: 2px;
  background: var(--selectable-gift-color);
}
.selectable-gift-page .selectable-gift-color-chip-title {
  color: var(--selectable-gift-ink);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.6;
}
.selectable-gift-page .selectable-gift-color-label {
  display: inline-block;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: var(--selectable-gift-red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}
.selectable-gift-page .selectable-gift-required-label {
  display: inline-block;
  margin-left: 7px;
  padding: 2px 10px;
  border-radius: 999px;
  background: var(--selectable-gift-red);
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.5;
  vertical-align: middle;
}
.selectable-gift-page .selectable-gift-color-chip--red {
  --selectable-gift-color: #b84a4b;
}
.selectable-gift-page .selectable-gift-color-chip--light-pink {
  --selectable-gift-color: #f5c8cf;
}
.selectable-gift-page .selectable-gift-color-chip--pink {
  --selectable-gift-color: #e894a8;
}
.selectable-gift-page .selectable-gift-color-chip--yellow-green {
  --selectable-gift-color: #c9d58a;
}
.selectable-gift-page .selectable-gift-color-chip--light-green {
  --selectable-gift-color: #b9d3bd;
}
.selectable-gift-page .selectable-gift-color-chip--yellow {
  --selectable-gift-color: #eed36f;
}
.selectable-gift-page .selectable-gift-color-chip--light-purple {
  --selectable-gift-color: #cbb9d7;
}
.selectable-gift-page .selectable-gift-color-chip--blue {
  --selectable-gift-color: #7997c8;
}
.selectable-gift-page .selectable-gift-link-text {
  margin-top: 22px;
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 1.9;
}
.selectable-gift-page .selectable-gift-text-link {
  color: var(--selectable-gift-wine);
  font-weight: 700;
  border-bottom: 1px solid var(--selectable-gift-wine);
}
.selectable-gift-page .selectable-gift-step-grid {
  display: grid;
  grid-template-columns: repeat(2,minmax(0,1fr));
  gap: 24px;
}
.selectable-gift-page .selectable-gift-step-card {
  position: relative;
  overflow: hidden;
}
.selectable-gift-page .selectable-gift-step-image {
  background: #fff;
}
.selectable-gift-page .selectable-gift-step-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.selectable-gift-page .selectable-gift-step-body {
  padding: 26px 24px 28px;
}
.selectable-gift-page .selectable-gift-step-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 82px;
  min-height: 28px;
  margin-bottom: 14px;
  border: 1px solid var(--selectable-gift-wine);
  color: var(--selectable-gift-wine);
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}
.selectable-gift-page .selectable-gift-step-title {
  color: var(--selectable-gift-ink);
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}
.selectable-gift-page .selectable-gift-step-text {
  margin-top: 12px;
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 1.95;
}
.selectable-gift-page .selectable-gift-example-box {
  margin-top: 34px;
  padding: 28px;
  border: 1px solid var(--selectable-gift-line);
  background: var(--selectable-gift-soft);
}
.selectable-gift-page .selectable-gift-copy-button {
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--selectable-gift-wine);
  border-radius: 3px;
  background: var(--selectable-gift-wine);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}
.selectable-gift-page .selectable-gift-copy-button:hover {
  background: var(--selectable-gift-red);
  border-color: var(--selectable-gift-red);
}
.selectable-gift-page .selectable-gift-copy-status {
  min-height: 24px;
  margin: 10px 0 0;
  color: var(--selectable-gift-red);
  font-size: 13px;
  line-height: 1.7;
}
.selectable-gift-page .selectable-gift-example-textarea {
  width: 100%;
  min-height: 430px;
  padding: 18px;
  border: 1px solid var(--selectable-gift-line);
  border-radius: 3px;
  background: #fff;
  color: var(--selectable-gift-ink);
  font-size: 13px;
  line-height: 1.85;
  resize: vertical;
  white-space: pre-wrap;
}
.selectable-gift-page .selectable-gift-alert {
  margin-top: 30px;
  padding: 24px 26px;
  border: 1px solid var(--selectable-gift-gold);
  border-left: 5px solid var(--selectable-gift-gold);
  background: #fffdf4;
  color: var(--selectable-gift-ink);
  font-size: 14px;
  line-height: 1.95;
}
.selectable-gift-page .selectable-gift-faq-layout {
  display: grid;
  grid-template-columns: minmax(0,1fr) 320px;
  gap: 28px;
  align-items: start;
}
.selectable-gift-page .selectable-gift-faq-grid {
  display: grid;
  gap: 16px;
}
.selectable-gift-page .selectable-gift-faq-card {
  padding: 22px 24px 24px;
}
.selectable-gift-page .selectable-gift-faq-question {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 10px;
  align-items: start;
  color: var(--selectable-gift-wine);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.7;
}
.selectable-gift-page .selectable-gift-faq-answer {
  display: grid;
  grid-template-columns: 34px minmax(0,1fr);
  gap: 10px;
  margin-top: 12px;
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 1.95;
}
.selectable-gift-page .selectable-gift-faq-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: var(--selectable-gift-wine);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.selectable-gift-page .selectable-gift-faq-answer .selectable-gift-faq-mark {
  background: var(--selectable-gift-gold);
  color: var(--selectable-gift-ink);
}
.selectable-gift-page .selectable-gift-cta {
  margin-top: 96px;
  padding: 46px 42px;
  border-top: 1px solid var(--selectable-gift-wine);
  border-bottom: 1px solid var(--selectable-gift-wine);
  background: url(https://file003.shop-pro.jp/PA01409/773/images/bgGrey.jpg);
  text-align: center;
}
.selectable-gift-page .selectable-gift-cta-title {
  color: var(--selectable-gift-wine);
  font-size: 27px;
  font-weight: 600;
  line-height: 1.7;
}
.selectable-gift-page .selectable-gift-cta-text {
  max-width: 820px;
  margin: 16px auto 0;
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 2;
}
.selectable-gift-page .selectable-gift-button-list {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 30px;
}
.selectable-gift-page .selectable-gift-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 230px;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid var(--selectable-gift-wine);
  border-radius: 3px;
  background: var(--selectable-gift-wine);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}
.selectable-gift-page .selectable-gift-button:hover {
  background: var(--selectable-gift-red);
  border-color: var(--selectable-gift-red);
  color: #fff;
  opacity: 1;
}
@media screen and (max-width:960px) {
  .selectable-gift-page .selectable-gift-wrap {
    padding-right: 18px;
    padding-left: 18px;
  }
  .selectable-gift-page .selectable-gift-card-grid,.selectable-gift-page .selectable-gift-faq-layout {
    grid-template-columns: 1fr;
  }
  .selectable-gift-page .selectable-gift-color-grid,.selectable-gift-page .selectable-gift-step-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}
@media screen and (max-width:767px) {
  .selectable-gift-page {
    font-size: 13px;
    line-height: 1.85;
  }
  .selectable-gift-page .selectable-gift-wrap {
    padding: 0 16px 72px;
  }
  .selectable-gift-page .selectable-gift-eyecatch {
    margin-bottom: 42px;
  }
  .selectable-gift-page .selectable-gift-eyecatch-placeholder--pc {
    display: none;
  }
  .selectable-gift-page .selectable-gift-eyecatch-placeholder--sp {
    display: flex;
  }
  .selectable-gift-page .selectable-gift-hero {
    margin-bottom: 58px;
  }
  .selectable-gift-page .selectable-gift-hero-title {
    font-size: 28px;
    line-height: 1.65;
  }
  .selectable-gift-page .selectable-gift-hero-lead,.selectable-gift-page .selectable-gift-section-lead {
    font-size: 14px;
    line-height: 1.95;
  }
  .selectable-gift-page .selectable-gift-section {
    margin-top: 68px;
  }
  .selectable-gift-page .selectable-gift-section-heading {
    margin-bottom: 24px;
  }
  .selectable-gift-page .selectable-gift-section-title {
    font-size: 25px;
    line-height: 1.7;
  }
  .selectable-gift-page .selectable-gift-feature-list,.selectable-gift-page .selectable-gift-speech-grid {
    grid-template-columns: 1fr;
  }
  .selectable-gift-page .selectable-gift-detail-title {
    font-size: 22px;
  }
  .selectable-gift-page .selectable-gift-speech-card,.selectable-gift-page .selectable-gift-service-card,.selectable-gift-page .selectable-gift-step-body,.selectable-gift-page .selectable-gift-example-box,.selectable-gift-page .selectable-gift-alert,.selectable-gift-page .selectable-gift-faq-card {
    padding: 22px 18px;
  }
  .selectable-gift-page .selectable-gift-speech-card {
    padding: 0 0 13px;
  }
  .selectable-gift-page .selectable-gift-speech-bubble {
    min-height: 0;
    padding: 22px 20px 24px;
  }
  .selectable-gift-page .selectable-gift-noshi-option-grid {
    grid-template-columns: minmax(0,1.35fr) minmax(0,.85fr);
    gap: 10px;
  }
  .selectable-gift-page .selectable-gift-noshi-option-card {
    padding: 16px 12px 18px;
  }
  .selectable-gift-page .selectable-gift-noshi-option-title {
    font-size: 15px;
  }
  .selectable-gift-page .selectable-gift-noshi-option-list {
    gap: 7px 8px;
  }
  .selectable-gift-page .selectable-gift-noshi-option-list li {
    padding-left: 12px;
    font-size: 12px;
    line-height: 1.7;
  }
  .selectable-gift-page .selectable-gift-message-copy-grid {
    grid-template-columns: 1fr;
    gap: 24px;
  }
  .selectable-gift-page .selectable-gift-wrapping-images,.selectable-gift-page .selectable-gift-color-grid,.selectable-gift-page .selectable-gift-step-grid {
    grid-template-columns: 1fr;
  }
  .selectable-gift-page .selectable-gift-table,.selectable-gift-page .selectable-gift-table thead,.selectable-gift-page .selectable-gift-table tbody,.selectable-gift-page .selectable-gift-table tr,.selectable-gift-page .selectable-gift-table th,.selectable-gift-page .selectable-gift-table td {
    display: block;
    width: 100%;
  }
  .selectable-gift-page .selectable-gift-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
  }
  .selectable-gift-page .selectable-gift-table tr {
    margin-top: 14px;
    border: 1px solid var(--selectable-gift-line);
    background: #fff;
  }
  .selectable-gift-page .selectable-gift-table tr:first-child {
    margin-top: 0;
  }
  .selectable-gift-page .selectable-gift-table td {
    border: 0;
    border-top: 1px solid var(--selectable-gift-soft-line);
    text-align: left;
    white-space: normal;
  }
  .selectable-gift-page .selectable-gift-table td:first-child {
    border-top: 0;
  }
  .selectable-gift-page .selectable-gift-table td::before {
    content: attr(data-label);
    display: block;
    margin-bottom: 4px;
    color: var(--selectable-gift-wine);
    font-size: 12px;
    font-weight: 700;
  }
  .selectable-gift-page .selectable-gift-table-price {
    text-align: left;
  }
  .selectable-gift-page .selectable-gift-example-textarea {
    min-height: 520px;
    font-size: 12px;
  }
  .selectable-gift-page .selectable-gift-cta {
    margin-top: 70px;
    padding: 34px 18px;
  }
  .selectable-gift-page .selectable-gift-cta-title {
    font-size: 23px;
  }
  .selectable-gift-page .selectable-gift-button-list {
    display: grid;
    grid-template-columns: 1fr;
  }
  .selectable-gift-page .selectable-gift-button {
    width: 100%;
    min-width: 0;
  }
}
.selectable-gift-page {
  background: #fff;
}
.selectable-gift-page .selectable-gift-wrap {
  max-width: 1160px;
  padding-right: 28px;
  padding-bottom: 120px;
  padding-left: 28px;
}
.selectable-gift-page .selectable-gift-eyecatch {
  max-width: 1280px;
  margin-bottom: 92px;
  padding: 26px 26px 0;
}
.selectable-gift-page .selectable-gift-eyecatch-placeholder {
  border: 0;
  border-radius: 2px;
  background: #e7e1da;
  box-shadow: 18px 18px 0 rgba(88,36,44,.09);
}
.selectable-gift-page .selectable-gift-eyecatch-text {
  color: #756d66;
  font-family: "Noto Serif JP","Yu Mincho",serif;
  font-size: 15px;
}
.selectable-gift-page .selectable-gift-hero {
  margin-bottom: 112px;
}
.selectable-gift-page .selectable-gift-hero-label,.selectable-gift-page .selectable-gift-section-label {
  letter-spacing: .08em;
}
.selectable-gift-page .selectable-gift-hero-title {
  font-size: 44px;
  line-height: 1.5;
}
.selectable-gift-page .selectable-gift-hero-lead {
  max-width: 820px;
  margin-top: 26px;
  font-size: 16px;
}
.selectable-gift-page .selectable-gift-feature-list {
  gap: 18px;
  max-width: 920px;
  margin-top: 44px;
}
.selectable-gift-page .selectable-gift-feature-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 178px;
  padding: 34px 32px;
  border: 1px solid #d8d0c7;
  border-radius: 0;
  background: #fff;
  text-align: center;
}
.selectable-gift-page .selectable-gift-feature-item:first-child::before,.selectable-gift-page .selectable-gift-feature-item:nth-child(2)::before {
  content: none;
}
.selectable-gift-page .selectable-gift-feature-title {
  max-width: 340px;
  padding: 0;
  border: 0;
  color: var(--selectable-gift-ink);
  font-size: 23px;
  font-weight: 500;
  line-height: 1.85;
  text-align: center;
}
.selectable-gift-page .selectable-gift-section {
  margin-top: 122px;
}
.selectable-gift-page .selectable-gift-section-heading {
  margin-bottom: 48px;
}
.selectable-gift-page .selectable-gift-section-title {
  font-size: 35px;
}
.selectable-gift-page .selectable-gift-recommended-section {
  padding: 0;
  border: 0;
}
.selectable-gift-page .selectable-gift-recommended-section .selectable-gift-speech-grid {
  gap: 22px;
}
.selectable-gift-page .selectable-gift-recommended-section .selectable-gift-speech-card {
  min-height: 218px;
  padding: 30px 28px 28px;
  border: 0;
  border-radius: 0;
  background: #f8f6f3;
  box-shadow: none;
}
.selectable-gift-page .selectable-gift-recommended-section .selectable-gift-speech-title {
  min-height: 66px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d0c7;
  color: var(--selectable-gift-ink);
  font-family: "Noto Serif JP","Yu Mincho",serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.7;
  text-align: left;
}
.selectable-gift-page .selectable-gift-recommended-section .selectable-gift-speech-bubble {
  min-height: 0;
  margin-top: 17px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.selectable-gift-page .selectable-gift-recommended-section .selectable-gift-speech-bubble::after {
  content: none;
}
.selectable-gift-page .selectable-gift-table {
  border-top: 1px solid var(--selectable-gift-line);
}
.selectable-gift-page .selectable-gift-table th,.selectable-gift-page .selectable-gift-table td {
  padding: 21px 18px;
}
.selectable-gift-page .selectable-gift-table th.selectable-gift-table-price,.selectable-gift-page .selectable-gift-table td.selectable-gift-table-price {
  text-align: left;
}
.selectable-gift-page .selectable-gift-detail-block {
  margin-top: 92px;
}
.selectable-gift-page .selectable-gift-detail-title {
  padding-bottom: 15px;
  border-bottom-color: #8b837c;
  color: var(--selectable-gift-ink);
  font-size: 28px;
}
.selectable-gift-page .selectable-gift-noshi-option-card,.selectable-gift-page .selectable-gift-service-card,.selectable-gift-page .selectable-gift-step-card {
  border-color: #d8d0c7;
  border-radius: 2px;
  box-shadow: none;
}
.selectable-gift-page .selectable-gift-noshi-option-grid {
  grid-template-columns: minmax(0,1fr) minmax(340px,1fr);
  gap: 22px;
  align-items: stretch;
}
.selectable-gift-page .selectable-gift-noshi-option-grid>.selectable-gift-noshi-image {
  min-height: 100%;
  margin-top: 0;
}
.selectable-gift-page .selectable-gift-noshi-option-grid>.selectable-gift-noshi-image img {
  height: 100%;
  object-fit: cover;
}
.selectable-gift-page .selectable-gift-gift-seal-card {
  grid-column: 1 / -1;
}
.selectable-gift-page .selectable-gift-card-grid {
  grid-template-columns: 1fr;
  gap: 24px;
  margin-top: 30px;
}
.selectable-gift-page .selectable-gift-service-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(340px,.92fr);
  gap: 32px;
  padding: 34px;
}
.selectable-gift-page .selectable-gift-message-copy-grid {
  grid-template-columns: 1fr;
  gap: 28px;
}
.selectable-gift-page .selectable-gift-service-card>.selectable-gift-message-copy-grid {
  grid-column: 1;
}
.selectable-gift-page .selectable-gift-service-card>.selectable-gift-message-image {
  grid-column: 2;
  grid-row: 1;
  margin-top: 0;
}
.selectable-gift-page .selectable-gift-card-grid>.selectable-gift-service-card:nth-child(2)>.selectable-gift-service-card-title,.selectable-gift-page .selectable-gift-card-grid>.selectable-gift-service-card:nth-child(2)>.selectable-gift-service-card-text {
  grid-column: 1;
}
.selectable-gift-page .selectable-gift-card-grid>.selectable-gift-service-card:nth-child(2)>.selectable-gift-image-frame {
  grid-column: 2;
  grid-row: 1 / span 2;
  margin-top: 0;
}
.selectable-gift-page .selectable-gift-wrapping-overview {
  display: grid;
  grid-template-columns: minmax(0,1.05fr) minmax(340px,.95fr);
  gap: 28px;
  align-items: start;
  margin-top: 28px;
}
.selectable-gift-page .selectable-gift-wrapping-images {
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 0;
}
.selectable-gift-page .selectable-gift-color-grid {
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 16px;
}
.selectable-gift-page .selectable-gift-color-chip {
  min-height: 126px;
  padding: 12px 10px;
}
.selectable-gift-page .selectable-gift-color-chip::before {
  height: 54px;
}
.selectable-gift-page .selectable-gift-color-chip-title {
  font-size: 11px;
}
.selectable-gift-page .selectable-gift-color-label {
  display: block;
  width: fit-content;
  margin: 4px 0 0;
}
.selectable-gift-page .selectable-gift-link-text {
  margin-top: 30px;
  padding: 26px 28px;
  border-left: 4px solid var(--selectable-gift-wine);
  background: #ece9e4;
}
.selectable-gift-page .selectable-gift-step-grid {
  grid-template-columns: 1fr;
  gap: 18px;
}
.selectable-gift-page .selectable-gift-step-card {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(360px,.72fr);
  grid-template-areas: "body image";
  min-height: 292px;
  background: #fff;
}
.selectable-gift-page .selectable-gift-step-image {
  grid-area: image;
  min-height: 292px;
  border-left: 1px solid #d8d0c7;
}
.selectable-gift-page .selectable-gift-step-body {
  grid-area: body;
  align-self: center;
  padding: 42px 38px;
}
.selectable-gift-page .selectable-gift-step-number {
  border: 0;
  border-bottom: 1px solid var(--selectable-gift-wine);
  font-family: "Noto Serif JP","Yu Mincho",serif;
  font-size: 13px;
}
.selectable-gift-page .selectable-gift-step-flow {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  gap: 3px;
  margin: 0 0 38px;
  padding: 0;
  list-style: none;
}
.selectable-gift-page .selectable-gift-step-flow-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  min-height: 88px;
  padding: 14px 34px 14px 30px;
  background: #f3eee8;
  clip-path: polygon(0 0,calc(100% - 24px) 0,100% 50%,calc(100% - 24px) 100%,0 100%);
  color: var(--selectable-gift-ink);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  text-align: left;
}
.selectable-gift-page .selectable-gift-step-flow-item:first-child {
  padding-left: 20px;
  clip-path: polygon(0 0,calc(100% - 24px) 0,100% 50%,calc(100% - 24px) 100%,0 100%);
}
.selectable-gift-page .selectable-gift-step-flow-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #b86e79;
  color: #fff;
  font-family: Arial,sans-serif;
  font-size: 17px;
  font-weight: 500;
}
.selectable-gift-page .selectable-gift-step-details {
  grid-column: 1 / -1;
  width: 100%;
  margin-top: 0;
  border-top: 1px solid #d8d0c7;
  border-bottom: 1px solid #d8d0c7;
}
.selectable-gift-page .selectable-gift-step-details-summary {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 14px;
  padding: 17px 24px;
  background: #fff;
  color: var(--selectable-gift-wine);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6;
  cursor: pointer;
  list-style: none;
}
.selectable-gift-page .selectable-gift-step-details-summary::-webkit-details-marker {
  display: none;
}
.selectable-gift-page .selectable-gift-step-details-summary::after {
  content: "+";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 26px;
  width: 26px;
  height: 26px;
  border: 1px solid #b7aea5;
  border-radius: 50%;
  font-size: 19px;
  font-weight: 400;
  line-height: 1;
  order: -1;
}
.selectable-gift-page .selectable-gift-step-details[open]>.selectable-gift-step-details-summary::after {
  content: "\2212";
}
.selectable-gift-page .selectable-gift-step-details-content {
  padding: 32px 34px 36px;
  background: #fff;
}
.selectable-gift-page .selectable-gift-step-details-title {
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid #8b837c;
  color: var(--selectable-gift-ink);
  font-size: 22px;
  font-weight: 700;
}
.selectable-gift-page .selectable-gift-step-details-wrapping-grid {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(340px,.9fr);
  gap: 28px;
  align-items: start;
}
.selectable-gift-page .selectable-gift-step-details-wrapping-grid .selectable-gift-step-detail-image {
  margin-top: 0;
}
.selectable-gift-page .selectable-gift-step-detail-image {
  min-height: 0;
  margin-top: 20px;
  border: 0;
  background: transparent;
}
.selectable-gift-page .selectable-gift-step-detail-image img {
  height: auto;
}
.selectable-gift-page .selectable-gift-step-details-heading {
  margin-top: 24px;
  color: var(--selectable-gift-wine);
  font-size: 17px;
  font-weight: 700;
}
.selectable-gift-page .selectable-gift-step-details .selectable-gift-link-text {
  margin-bottom: 0;
  border-left-color: var(--selectable-gift-gold);
  background: #fff;
}
.selectable-gift-page .selectable-gift-step-details .selectable-gift-example-box {
  margin-top: 0;
  padding: 0;
  border-left: 0;
  background: #fff;
}
.selectable-gift-page .selectable-gift-step-details .selectable-gift-note {
  background: #fff;
}
.selectable-gift-page .selectable-gift-step-details .selectable-gift-example-textarea {
  min-height: 500px;
  padding: 18px;
  background: #fff;
}
.selectable-gift-page .selectable-gift-step-copy {
  margin-top: 24px;
}
.selectable-gift-page .selectable-gift-copy-template-source {
  position: fixed;
  top: -9999px;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}
.selectable-gift-page .selectable-gift-example-box {
  padding: 36px;
  border: 0;
  border-left: 4px solid var(--selectable-gift-gold);
  background: #ece9e4;
}
.selectable-gift-page .selectable-gift-alert {
  border: 1px solid var(--selectable-gift-line);
  border-left: 5px solid var(--selectable-gift-wine);
  background: #fff;
}
.selectable-gift-page .selectable-gift-example-textarea {
  min-height: 590px;
  border: 0;
  background: transparent;
}
.selectable-gift-page .selectable-gift-faq-layout {
  grid-template-columns: 1fr;
}
.selectable-gift-page .selectable-gift-faq-grid {
  gap: 0;
  border-top: 1px solid #8b837c;
}
.selectable-gift-page .selectable-gift-faq-card {
  padding: 0;
  border: 0;
  border-bottom: 1px solid #d8d0c7;
  border-radius: 0;
  box-shadow: none;
}
.selectable-gift-page .selectable-gift-faq-question {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr) 34px;
  gap: 12px;
  align-items: center;
  padding: 25px 10px;
  color: var(--selectable-gift-ink);
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  list-style: none;
}
.selectable-gift-page .selectable-gift-faq-question>.selectable-gift-faq-mark {
  display: inline;
  width: auto;
  height: auto;
  border-radius: 0;
  background: transparent;
  color: var(--selectable-gift-wine);
  font-family: "Noto Serif JP","Yu Mincho",serif;
  font-size: 18px;
  font-weight: 600;
}
.selectable-gift-page .selectable-gift-faq-question::-webkit-details-marker {
  display: none;
}
.selectable-gift-page .selectable-gift-faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border: 1px solid #b7aea5;
  border-radius: 50%;
  color: var(--selectable-gift-wine);
  font-size: 21px;
  font-weight: 400;
  line-height: 1;
}
.selectable-gift-page .selectable-gift-faq-toggle::before {
  content: "+";
}
.selectable-gift-page .selectable-gift-faq-card[open] .selectable-gift-faq-toggle::before {
  content: "\2212";
}
.selectable-gift-page .selectable-gift-faq-answer {
  display: block;
  margin: 0 10px;
  padding: 0 0 27px 46px;
  color: var(--selectable-gift-muted);
  font-size: 14px;
  line-height: 1.95;
}
.selectable-gift-page .selectable-gift-faq-answer .selectable-gift-faq-mark {
  display: inline;
  width: auto;
  height: auto;
  margin-right: 7px;
  border-radius: 0;
  background: transparent;
  color: var(--selectable-gift-gold-dark);
  font-size: 13px;
}
.selectable-gift-page .selectable-gift-cta {
  display: grid;
  grid-template-columns: minmax(0,1fr) 300px;
  gap: 34px;
  margin-top: 112px;
  padding: 48px;
  border: 1px solid var(--selectable-gift-line);
  border-left: 5px solid var(--selectable-gift-wine);
  background: #fff;
  text-align: left;
}
.selectable-gift-page .selectable-gift-cta-title {
  color: var(--selectable-gift-ink);
}
.selectable-gift-page .selectable-gift-cta-title,.selectable-gift-page .selectable-gift-cta-text,.selectable-gift-page .selectable-gift-button-list {
  grid-column: 1;
}
.selectable-gift-page .selectable-gift-cta-text {
  margin-left: 0;
}
.selectable-gift-page .selectable-gift-button-list {
  justify-content: flex-start;
}
.selectable-gift-page .selectable-gift-cta>.selectable-gift-image-frame {
  grid-column: 2;
  grid-row: 1 / span 3;
}
.selectable-gift-page .selectable-gift-image-frame,.selectable-gift-page .selectable-gift-step-image {
  position: relative;
  min-height: 260px;
  background: #f4f1ec;
}
.selectable-gift-page .selectable-gift-image-frame img,.selectable-gift-page .selectable-gift-step-image img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.selectable-gift-page .selectable-gift-image-frame::before,.selectable-gift-page .selectable-gift-step-image::before {
  content: none;
}
.selectable-gift-page .selectable-gift-image-caption {
  display: none;
}
.selectable-gift-page .selectable-gift-step-image::after {
  content: none !important;
}
.selectable-gift-page .selectable-gift-eyecatch-picture {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  box-shadow: 18px 18px 0 rgba(88,36,44,.09);
}
.selectable-gift-page .selectable-gift-eyecatch-picture img {
  width: 100%;
  height: auto;
}
.selectable-gift-page .selectable-gift-noshi-option-grid>.selectable-gift-noshi-image img,.selectable-gift-page .selectable-gift-step-image img {
  height: 100%;
  object-fit: contain;
}
.selectable-gift-page .selectable-gift-color-chip::before {
  content: none;
}
.selectable-gift-page .selectable-gift-color-image {
  width: 100%;
  aspect-ratio: 1 / 1;
  margin-bottom: 10px;
  border: 1px solid rgba(40,33,31,.12);
  object-fit: cover;
}
.selectable-gift-page .selectable-gift-cta {
  grid-template-columns: minmax(0,1fr) 360px;
}
.selectable-gift-page .selectable-gift-shopping-bag-image {
  align-self: end;
  min-height: 0;
  border: 0;
  background: transparent;
  transform: translate(18px,18px);
}
.selectable-gift-page .selectable-gift-shopping-bag-image img {
  width: 100%;
  max-width: 360px;
  margin-left: auto;
}
@media screen and (max-width:960px) {
  .selectable-gift-page .selectable-gift-color-grid {
    grid-template-columns: repeat(4,minmax(0,1fr));
  }
  .selectable-gift-page .selectable-gift-service-card,.selectable-gift-page .selectable-gift-wrapping-overview,.selectable-gift-page .selectable-gift-cta {
    grid-template-columns: 1fr;
  }
  .selectable-gift-page .selectable-gift-service-card>.selectable-gift-message-image,.selectable-gift-page .selectable-gift-card-grid>.selectable-gift-service-card:nth-child(2)>.selectable-gift-image-frame,.selectable-gift-page .selectable-gift-cta>.selectable-gift-image-frame {
    grid-column: 1;
    grid-row: auto;
  }
}
@media screen and (max-width:767px) {
  .selectable-gift-page .selectable-gift-hero-title {
    font-size: 29px;
  }
  .selectable-gift-page .selectable-gift-feature-item {
    min-height: 132px;
    padding: 28px 20px;
  }
  .selectable-gift-page .selectable-gift-feature-title {
    font-size: 18px;
  }
  .selectable-gift-page .selectable-gift-speech-bubble {
    min-height: 0;
  }
  .selectable-gift-page .selectable-gift-recommended-section {
    padding: 0;
  }
  .selectable-gift-page .selectable-gift-recommended-section .selectable-gift-speech-grid {
    gap: 14px;
  }
  .selectable-gift-page .selectable-gift-recommended-section .selectable-gift-speech-card {
    min-height: 0;
    padding: 24px 20px;
  }
  .selectable-gift-page .selectable-gift-recommended-section .selectable-gift-speech-title {
    min-height: 0;
    font-size: 17px;
  }
  .selectable-gift-page .selectable-gift-noshi-option-grid {
    grid-template-columns: 1fr;
  }
  .selectable-gift-page .selectable-gift-gift-seal-card {
    grid-column: 1;
  }
  .selectable-gift-page .selectable-gift-color-grid {
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
  .selectable-gift-page .selectable-gift-step-card {
    grid-template-columns: 1fr;
    grid-template-areas: "body" "image";
  }
  .selectable-gift-page .selectable-gift-step-image {
    border-top: 1px solid #d8d0c7;
    border-bottom: 0;
    border-left: 0;
    background: #fff;
  }
  .selectable-gift-page .selectable-gift-step-flow-item {
    gap: 8px;
    min-height: 72px;
    padding: 9px 22px 9px 18px;
    clip-path: polygon(0 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,0 100%);
    font-size: 11px;
  }
  .selectable-gift-page .selectable-gift-step-flow-item:first-child {
    padding-left: 18px;
    clip-path: polygon(0 0,calc(100% - 18px) 0,100% 50%,calc(100% - 18px) 100%,0 100%);
  }
  .selectable-gift-page .selectable-gift-step-flow {
    grid-template-columns: repeat(2,minmax(0,1fr));
    gap: 5px 3px;
  }
  .selectable-gift-page .selectable-gift-step-flow-number {
    flex-basis: 32px;
    width: 32px;
    height: 32px;
    font-size: 13px;
  }
  .selectable-gift-page .selectable-gift-step-details-wrapping-grid {
    grid-template-columns: 1fr;
  }
  .selectable-gift-page .selectable-gift-step-details-wrapping-grid .selectable-gift-step-detail-image {
    background: #fff;
  }
  .selectable-gift-page .selectable-gift-step-details-content {
    padding: 18px 14px 20px;
  }
  .selectable-gift-page .selectable-gift-copy-status:empty {
    display: none;
  }
  .selectable-gift-page .selectable-gift-shopping-bag-image {
    justify-self: end;
    max-width: 300px;
    transform: translate(8px,8px);
  }
  .selectable-gift-page .selectable-gift-cta {
    padding: 34px 22px;
  }
}
.selectable-gift-page {
  --selectable-gift-gold-dark: #79672f;
  font-size: 15px;
}
.selectable-gift-page .selectable-gift-hero-label,.selectable-gift-page .selectable-gift-section-label,.selectable-gift-page .selectable-gift-speech-text,.selectable-gift-page .selectable-gift-table th,.selectable-gift-page .selectable-gift-table td,.selectable-gift-page .selectable-gift-required-label,.selectable-gift-page .selectable-gift-text,.selectable-gift-page .selectable-gift-list li,.selectable-gift-page .selectable-gift-color-chip-title,.selectable-gift-page .selectable-gift-color-label,.selectable-gift-page .selectable-gift-step-flow-item,.selectable-gift-page .selectable-gift-step-number,.selectable-gift-page .selectable-gift-step-text,.selectable-gift-page .selectable-gift-copy-button,.selectable-gift-page .selectable-gift-copy-status,.selectable-gift-page .selectable-gift-example-textarea,.selectable-gift-page .selectable-gift-alert,.selectable-gift-page .selectable-gift-faq-answer,.selectable-gift-page .selectable-gift-faq-answer .selectable-gift-faq-mark,.selectable-gift-page .selectable-gift-cta-text,.selectable-gift-page .selectable-gift-link-text,.selectable-gift-page .selectable-gift-button {
  font-size: 15px;
}
.selectable-gift-page .selectable-gift-step-details-content>.selectable-gift-text:first-child+.selectable-gift-step-details-wrapping-grid {
  margin-top: 24px;
}
@media screen and (max-width:767px) {
  .selectable-gift-page {
    font-size: 14px;
  }
  .selectable-gift-page .selectable-gift-hero-label,.selectable-gift-page .selectable-gift-section-label,.selectable-gift-page .selectable-gift-speech-text,.selectable-gift-page .selectable-gift-table th,.selectable-gift-page .selectable-gift-table td,.selectable-gift-page .selectable-gift-required-label,.selectable-gift-page .selectable-gift-text,.selectable-gift-page .selectable-gift-list li,.selectable-gift-page .selectable-gift-color-chip-title,.selectable-gift-page .selectable-gift-color-label,.selectable-gift-page .selectable-gift-step-flow-item,.selectable-gift-page .selectable-gift-step-flow-number,.selectable-gift-page .selectable-gift-step-number,.selectable-gift-page .selectable-gift-step-text,.selectable-gift-page .selectable-gift-copy-button,.selectable-gift-page .selectable-gift-copy-status,.selectable-gift-page .selectable-gift-example-textarea,.selectable-gift-page .selectable-gift-alert,.selectable-gift-page .selectable-gift-faq-answer,.selectable-gift-page .selectable-gift-faq-answer .selectable-gift-faq-mark,.selectable-gift-page .selectable-gift-cta-text,.selectable-gift-page .selectable-gift-link-text,.selectable-gift-page .selectable-gift-button,.selectable-gift-page .selectable-gift-table td::before {
    font-size: 14px;
  }
  .selectable-gift-page .selectable-gift-wrap {
    padding: 0 16px 72px;
  }
  .selectable-gift-page .selectable-gift-eyecatch {
    margin-bottom: 42px;
    padding: 0;
  }
  .selectable-gift-page .selectable-gift-hero {
    margin-bottom: 58px;
  }
  .selectable-gift-page .selectable-gift-hero-lead,.selectable-gift-page .selectable-gift-section-lead {
    font-size: 14px;
    line-height: 1.95;
  }
  .selectable-gift-page .selectable-gift-section {
    margin-top: 68px;
  }
  .selectable-gift-page .selectable-gift-section-heading {
    margin-bottom: 24px;
  }
  .selectable-gift-page .selectable-gift-section-title {
    font-size: 25px;
    line-height: 1.7;
  }
  .selectable-gift-page .selectable-gift-detail-title {
    font-size: 22px;
  }
  .selectable-gift-page .selectable-gift-table th,.selectable-gift-page .selectable-gift-table td {
    padding: 18px 16px;
  }
  .selectable-gift-page .selectable-gift-cta {
    margin-top: 70px;
  }
}
.selectable-gift-page .selectable-gift-options-title-break {
  display: none;
}
.selectable-gift-page .selectable-gift-options-grid {
  display: grid;
  grid-template-columns: repeat(3,minmax(0,1fr));
  gap: 16px;
}
.selectable-gift-page .selectable-gift-options-card {
  position: relative;
  min-height: 198px;
  padding: 28px 62px 27px 28px;
  border: 1px solid var(--selectable-gift-line);
  background: #fff;
}
.selectable-gift-page .selectable-gift-options-card-label {
  display: block;
  margin-bottom: 10px;
  color: var(--selectable-gift-red);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.5;
}
.selectable-gift-page .selectable-gift-options-card-title {
  margin: 0 0 12px;
  color: var(--selectable-gift-ink);
  font-family: "Noto Serif JP","Yu Mincho","Hiragino Mincho ProN",serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 1.5;
}
.selectable-gift-page .selectable-gift-options-card-text {
  margin: 0;
  color: var(--selectable-gift-muted);
  font-size: 15px;
  line-height: 1.9;
}
.selectable-gift-page .selectable-gift-options-card-arrow {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--selectable-gift-red);
  border-radius: 50%;
  color: var(--selectable-gift-red);
  font-size: 18px;
  line-height: 1;
}
.selectable-gift-page .selectable-gift-options-card--current {
  border-color: var(--selectable-gift-wine);
  background: var(--selectable-gift-wine);
}
.selectable-gift-page .selectable-gift-options-card--current .selectable-gift-options-card-label,.selectable-gift-page .selectable-gift-options-card--current .selectable-gift-options-card-title,.selectable-gift-page .selectable-gift-options-card--current .selectable-gift-options-card-text {
  color: #fff;
}
@media screen and (max-width:767px) {
  .selectable-gift-page .selectable-gift-options-title-break {
    display: block;
  }
  .selectable-gift-page .selectable-gift-options-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .selectable-gift-page .selectable-gift-options-card {
    min-height: 0;
    padding: 24px 62px 24px 22px;
  }
  .selectable-gift-page .selectable-gift-options-card-title {
    font-size: 20px;
  }
  .selectable-gift-page .selectable-gift-options-card-text {
    font-size: 14px;
  }
  .selectable-gift-page .selectable-gift-options-card-arrow {
    right: 20px;
    bottom: 50%;
    transform: translateY(50%);
  }
}
.selectable-gift-page .selectable-gift-hero-title-break--sp {
  display: none;
}
.selectable-gift-page .selectable-gift-hero .selectable-gift-options-grid {
  margin-top: 38px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .selectable-gift-page .selectable-gift-hero-title-break--sp {
    display: block;
  }
  .selectable-gift-page .selectable-gift-hero .selectable-gift-options-grid {
    margin-top: 30px;
  }
}
.selectable-gift-page .selectable-gift-example-textarea--content {
  min-height: 0;
  white-space: normal;
  resize: none;
}
.selectable-gift-page .selectable-gift-example-entry+.selectable-gift-example-entry {
  margin-top: 28px;
}
.selectable-gift-page .selectable-gift-example-heading {
  display: block;
  margin-bottom: 10px;
  color: var(--selectable-gift-ink);
  font-weight: 700;
}
.selectable-gift-page .selectable-gift-example-lines {
  color: var(--selectable-gift-ink);
  font-size: 15px;
  line-height: 1.9;
}
.selectable-gift-page .selectable-gift-example-emphasis {
  color: var(--selectable-gift-red);
  font-weight: 700;
}
@media screen and (min-width:768px) {
  .selectable-gift-page .selectable-gift-recommended-section .selectable-gift-speech-title {
    font-size: 17px;
    white-space: nowrap;
  }
}
.selectable-gift-page .selectable-gift-service-note {
  border: 1px solid #ded3c8;
  border-left: 5px solid #8f2534;
  background: #fbfaf7;
  color: #3f3731;
}
.selectable-gift-page .selectable-gift-sp-break {
  display: none;
}
@media screen and (max-width:767px) {
  .selectable-gift-page .selectable-gift-sp-break {
    display: inline;
  }
}
.selectable-gift-page .selectable-gift-service-note .selectable-gift-text-link {
  border-bottom-color: #8f2534;
  color: #8f2534;
}
.selectable-gift-page .selectable-gift-step-flow-item {
  background: #f8f5ef;
  color: #211815;
}
.selectable-gift-page .selectable-gift-step-flow-number {
  background: #8f2534;
  color: #fff;
}
@media screen and (max-width:767px) {
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table-wrap {
    overflow-x: auto;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
  }
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table {
    display: table;
    width: 100%;
    min-width: 720px;
    table-layout: fixed;
  }
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table thead {
    position: static;
    display: table-header-group;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
  }
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table tbody {
    display: table-row-group;
    width: auto;
  }
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table tr {
    display: table-row;
    width: auto;
    margin: 0;
    border: 0;
    background: #fff;
  }
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table th,
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table td {
    display: table-cell;
    width: auto;
    padding: 16px 14px;
    border-bottom: 1px solid var(--selectable-gift-line);
    border-left: 1px solid var(--selectable-gift-soft-line);
    text-align: left;
    white-space: normal;
    vertical-align: top;
  }
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table th:first-child,
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table td:first-child {
    width: 210px;
    border-left: 0;
  }
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table th:nth-child(2),
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table td:nth-child(2) {
    width: 100px;
  }
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table th:nth-child(3),
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table td:nth-child(3) {
    width: 410px;
  }
  .selectable-gift-page .selectable-gift-service-overview-section .selectable-gift-table td::before {
    content: none;
    display: none;
  }
}
