@charset "UTF-8";
/* =========================================================
   ギフトサービスLP用スタイル (Optimized & Formatted)
   ========================================================= */
/* =========================================================
   1. 変数・Mixins (Variables & Mixins)
   ========================================================= */
:root {
  --gift-bg: #f8f1eb;
  --gift-surface: #fffdf9;
  --gift-surface-soft: #fff8f3;
  --gift-text: #47372d;
  --gift-muted: #000000;
  --gift-accent: #b56e58;
  --gift-accent-dark: #9f5d4a;
  --gift-accent-soft: #f6dfd4;
  --gift-gold: #c7a15d;
  --gift-line: #ead7ca;
  --gift-shadow: 0 28px 54px rgba(110, 80, 62, 0.14);
  --gift-shadow-soft: 0 18px 34px rgba(110, 80, 62, 0.1);
  --gift-radius-xl: 38px;
  --gift-radius-lg: 28px;
  --gift-radius-md: 22px;
  --gift-transition: 0.28s ease;
  --gift-font-sans: "Noto Sans JP", "Source Han Sans JP", "Yu Gothic", "YuGothic", "Hiragino Sans", "Meiryo", sans-serif;
  --gift-font-serif: "Noto Serif JP", "Yu Mincho", "Hiragino Mincho ProN", "MS PMincho", serif;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: inline;
  }
}

/* =========================================================
   2. グローバル設定・リセット (Global & Reset)
   ========================================================= */
html,
body,
#M_wrapper {
  background: #ffffff !important;
}

.gift-lp,
.gift-lp * {
  box-sizing: border-box;
}

.gift-lp {
  position: relative;
  max-width: 960px;
  margin: 0 auto 36px;
  overflow: hidden;
  color: var(--gift-text);
  font-family: var(--gift-font-sans);
  text-align: left;
}
.gift-lp img {
  display: block;
  max-width: 100%;
  height: auto;
}
.gift-lp a {
  color: inherit;
  text-decoration: none;
}

.reveal-on-scroll {
  will-change: opacity, transform;
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.reveal-on-scroll:not(.is-animated) {
  opacity: 0;
  transform: translateY(20px);
}
.reveal-on-scroll.is-animated {
  opacity: 1;
  transform: translateY(0);
}

/* =========================================================
   3. 共通コンポーネント (Common Components)
   ========================================================= */
.gift-section {
  position: relative;
  padding: 74px 30px;
  background-color: var(--gift-surface);
}
@media screen and (max-width: 767px) {
  .gift-section {
    padding: 0px 20px;
  }
}
@media screen and (max-width: 479px) {
  .gift-section {
    padding-inline: 16px;
  }
}
.gift-section__visual {
  margin: -74px -30px 26px;
}
@media screen and (max-width: 479px) {
  .gift-section__visual {
    margin-inline: -16px;
  }
}
.gift-section__header {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .gift-section__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
.gift-section__icon {
  flex: 0 0 auto;
  width: 126px;
}
@media screen and (max-width: 767px) {
  .gift-section__icon {
    width: 110px;
  }
}
.gift-section__heading h2 {
  margin: 0 0 2px;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.45;
}
@media screen and (max-width: 900px) {
  .gift-section__heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .gift-section__heading h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  .gift-section__heading h2 {
    font-size: 22px;
  }
}
.gift-section__heading p {
  margin: 0;
  color: var(--gift-accent);
  font-family: var(--gift-font-sans);
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .gift-section__heading p {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .gift-section__heading p {
    font-size: 15px;
  }
}
@media screen and (max-width: 479px) {
  .gift-section__heading p {
    font-size: 13px;
  }
}
.gift-section__body {
  margin: 0;
  color: var(--gift-muted);
  font-size: 15px;
  letter-spacing: 0.04em;
  line-height: 2;
}

.gift-overview__service-card,
.gift-noshi__card,
.gift-bag__card,
.gift-noshi__diagram {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(234, 215, 202, 0.95);
  border-radius: var(--gift-radius-xl);
  box-shadow: var(--gift-shadow-soft);
}

.gift-cta--gray {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  min-height: 85px;
  margin: 50px auto;
  background-color: #dcdcdc;
  border-radius: 16px;
  text-decoration: none;
  transition: box-shadow var(--gift-transition), transform var(--gift-transition);
}
.gift-cta--gray::before {
  display: none;
}
.gift-cta--gray span {
  color: #4a4541;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.gift-cta--gray::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 28px;
  width: 8px;
  height: 8px;
  border-top: 1.5px solid #666666;
  border-right: 1.5px solid #666666;
  transform: translateY(-50%) rotate(45deg);
  transition: transform var(--gift-transition);
}
.gift-cta--gray:hover {
  background-color: #d4d4d4;
  box-shadow: 0 0 0 2px #ffffff, 0 25px 35px rgba(0, 0, 0, 0.12);
  transform: translateY(-5px) scale(1.01);
}
.gift-cta--gray:hover::after {
  transform: translateY(-50%) rotate(45deg) translate(2px, -2px);
}
@media screen and (max-width: 900px) {
  .gift-cta--gray {
    max-width: 640px;
  }
}
@media screen and (max-width: 767px) {
  .gift-cta--gray {
    max-width: 115%;
    min-height: 56px;
  }
  .gift-cta--gray span {
    font-size: 14px;
  }
  .gift-cta--gray::after {
    right: 18px;
  }
}

#gift-wrapping,
#gift-card,
#gift-noshi,
#gift-name,
#gift-bag {
  scroll-margin-top: 108px;
}
@media screen and (max-width: 767px) {
  #gift-wrapping,
  #gift-card,
  #gift-noshi,
  #gift-name,
  #gift-bag {
    scroll-margin-top: 92px;
  }
}
@media screen and (max-width: 479px) {
  #gift-wrapping,
  #gift-card,
  #gift-noshi,
  #gift-name,
  #gift-bag {
    scroll-margin-top: 84px;
  }
}

/* =========================================================
   4. ヒーローセクション (Hero Section)
   ========================================================= */
.gift-hero {
  position: relative;
}
.gift-hero::after {
  display: none;
}
.gift-hero__image {
  width: 100%;
}

/* =========================================================
   5. 概要セクション (Overview Section)
   ========================================================= */
.gift-overview {
  position: relative;
  padding: 74px 30px;
}
@media screen and (max-width: 767px) {
  .gift-overview {
    padding: 58px 20px;
  }
}
@media screen and (max-width: 479px) {
  .gift-overview {
    padding-inline: 16px;
  }
}
.gift-lp .gift-overview {
  padding: 40px 32px 58px;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  .gift-lp .gift-overview br:not(.sp-only) {
    display: none;
  }
}
.gift-lp .gift-overview__copy {
  width: 100%;
  max-width: 820px;
  margin: 0 auto 28px;
  padding: 0;
  text-align: center;
  background: transparent;
  border: 0;
  box-shadow: none;
}
.gift-lp .gift-overview__eyebrow {
  display: block;
  margin: 0 0 8px;
  color: #38322f;
  font-family: var(--gift-font-sans);
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.65;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift-lp .gift-overview__eyebrow {
    font-size: 17px;
  }
}
@media screen and (max-width: 479px) {
  .gift-lp .gift-overview__eyebrow {
    font-size: 15px;
    letter-spacing: 0.06em;
  }
}
.gift-lp .gift-overview__title {
  display: block;
  margin: 0 auto 18px;
  color: #38322f;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.7;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .gift-lp .gift-overview__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 479px) {
  .gift-lp .gift-overview__title {
    font-size: 16px;
  }
}
.gift-lp .gift-overview__lead {
  display: block;
  max-width: 680px;
  margin: 0 auto;
  color: #47403b;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.95;
  text-align: justify;
  transform: translateX(99px);
}
@media screen and (max-width: 900px) {
  .gift-lp .gift-overview__lead {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .gift-lp .gift-overview__lead {
    font-size: 14px;
    padding: 0 10px;
    transform: none;
  }
}
@media screen and (max-width: 479px) {
  .gift-lp .gift-overview__lead {
    font-size: 13px;
  }
}
.gift-lp .gift-overview__copy-note {
  max-width: 622px;
  margin: 0 auto 30px;
}
.gift-overview__text {
  display: none;
}
.gift-overview__category-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 24px;
  max-width: 1014px;
  margin: 0 auto 24px;
}
@media screen and (max-width: 767px) {
  .gift-overview__category-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
}
.gift-overview__category-list {
  padding: 5px;
  list-style: none;
}
.gift-overview__category-list li, .gift-overview__category-list li a {
  display: block;
  width: 100%;
}
.gift-overview__category-list li a img {
  width: 100%;
  max-width: 175px;
  margin: 0 auto;
  transition: filter var(--gift-transition), transform var(--gift-transition);
}
@media screen and (max-width: 767px) {
  .gift-overview__category-list li a img {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
@media screen and (max-width: 479px) {
  .gift-overview__category-list li a img {
    width: 100%;
    display: block;
    margin: 0 auto;
    padding: 0;
  }
}
.gift-overview__category-list li a:hover img {
  filter: brightness(1.02);
  transform: translateY(-2px);
}
.gift-overview__category-list--floating {
  position: fixed;
  top: calc(env(safe-area-inset-top, 0px) + 10px);
  left: 50%;
  z-index: 60;
  width: min(100vw - 24px, 540px);
  max-width: 540px;
  margin: 0 !important;
  padding: 10px 12px;
  background: rgba(255, 253, 249, 0.94);
  border: 1px solid rgba(234, 215, 202, 0.92);
  border-radius: 24px;
  box-shadow: 0 14px 28px rgba(84, 61, 47, 0.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(-50%, -14px);
  transition: opacity 0.24s ease, transform 0.24s ease, visibility 0.24s ease;
}
.gift-overview__category-list--floating li, .gift-overview__category-list--floating li a {
  display: block;
  width: 100%;
}
.gift-overview__category-list--floating li a img {
  margin: 0 auto;
  max-width: 72px;
  width: 100%;
}
.gift-overview__category-list--floating.is-visible {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .gift-overview__category-list--floating {
    top: calc(env(safe-area-inset-top, 0px) + 8px);
    width: min(100vw - 16px, 420px);
    padding: 8px 10px;
    border-radius: 20px;
    gap: 6px;
  }
  .gift-overview__category-list--floating li a img {
    max-width: 58px;
  }
}
@media screen and (max-width: 479px) {
  .gift-overview__category-list--floating {
    top: calc(env(safe-area-inset-top, 0px) + 6px);
    width: min(100vw - 12px, 360px);
    padding: 8px;
    border-radius: 18px;
    gap: 4px;
  }
  .gift-overview__category-list--floating li a img {
    max-width: 52px;
  }
}
.gift-overview__service-grid {
  display: none;
  gap: 24px;
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .gift-overview__service-grid {
    grid-template-columns: 1fr;
  }
}
.gift-overview__service-card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  overflow: hidden;
  transition: transform var(--gift-transition), box-shadow var(--gift-transition);
}
.gift-overview__service-card:hover {
  box-shadow: none;
  transform: none;
}

/* =========================================================
   6. 包装紙セクション (Wrapping Section)
   ========================================================= */
.gift-section--wrapping {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  --gift-wrap-item-width: 291px;
  --gift-wrap-column-gap: 12px;
  --gift-wrap-row-gap: 18px;
}
.gift-section--wrapping .gift-section__visual {
  order: 2;
  margin: 0 -30px 0;
}
@media screen and (max-width: 767px) {
  .gift-section--wrapping .gift-section__visual {
    margin: 0 -20px 0;
  }
}
@media screen and (max-width: 479px) {
  .gift-section--wrapping .gift-section__visual {
    margin: 0 -16px 0;
  }
}
.gift-section--wrapping .gift-subsection {
  order: 3;
  margin-top: 34px;
}

.gift-gallery {
  display: grid;
  gap: 18px 12px;
}
.gift-gallery--seasonal, .gift-gallery--oiwai, .gift-gallery--houjin, .gift-gallery--choji {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  -moz-column-gap: var(--gift-wrap-column-gap);
       column-gap: var(--gift-wrap-column-gap);
  row-gap: var(--gift-wrap-row-gap);
  justify-content: start;
}
.gift-gallery--seasonal, .gift-gallery--oiwai {
  grid-template-columns: repeat(3, var(--gift-wrap-item-width));
}
.gift-gallery--houjin, .gift-gallery--choji {
  grid-template-columns: repeat(2, var(--gift-wrap-item-width));
}
@media screen and (max-width: 900px) {
  .gift-gallery--seasonal, .gift-gallery--oiwai, .gift-gallery--houjin, .gift-gallery--choji {
    width: 100%;
    max-width: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .gift-gallery--seasonal, .gift-gallery--oiwai, .gift-gallery--houjin, .gift-gallery--choji {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 14px;
    justify-content: normal;
  }
}
.gift-gallery__item {
  position: relative;
  width: var(--gift-wrap-item-width);
  transition: transform 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}
@media screen and (max-width: 900px) {
  .gift-gallery__item {
    width: auto;
    max-width: none;
  }
}
.gift-gallery__item > img:not(.gift-gallery__badge):not(.gift-gallery__ribbon) {
  display: block;
  width: 100%;
  border-radius: 0;
  box-shadow: none;
  aspect-ratio: 291/213;
  -o-object-fit: cover;
     object-fit: cover;
  transition: box-shadow 0.4s ease;
}
.gift-gallery__item:hover {
  transform: translateY(-8px) scale(1.02);
  z-index: 10;
}
.gift-gallery__item:hover > img:not(.gift-gallery__badge):not(.gift-gallery__ribbon) {
  box-shadow: 0 15px 30px rgba(149, 103, 67, 0.2);
}
.gift-gallery__badge {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .gift-gallery__badge {
    width: 100px;
  }
}
.gift-gallery__caption {
  padding: 8px 4px 0;
  text-align: center;
}
.gift-gallery__caption h3 {
  margin: 0;
  color: #4a433e;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift-gallery__caption h3 {
    font-size: 13px;
  }
}
.gift-gallery__caption p {
  display: none;
}

/* =========================================================
   7. メッセージカードセクション (Card Section)
   ========================================================= */
.gift-section--card {
  padding-top: 52px;
  padding-bottom: 56px;
  background: #ffffff;
}
.gift-section--card .gift-section__visual {
  order: 2;
  margin: 0 -30px 22px;
}
@media screen and (max-width: 767px) {
  .gift-section--card .gift-section__visual {
    margin: 0 -20px 18px;
  }
}
@media screen and (max-width: 479px) {
  .gift-section--card .gift-section__visual {
    margin: 0 -16px 0;
  }
}
.gift-section--card .gift-cta-wrap {
  margin-top: 28px;
}

.gift-card__panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 767px;
  margin: 0 auto;
  padding: 45px 30px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .gift-card__panel {
    padding: 18px 14px 14px;
  }
}
@media screen and (max-width: 767px) {
  .gift-card__panel {
    margin-top: 25px;
    padding: 14px 10px 10px;
  }
}
.gift-card__panel img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.gift-card__panel-heading {
  width: 100%;
  margin-bottom: 24px;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .gift-card__panel-heading {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .gift-card__panel-heading {
    margin-bottom: 10px;
  }
}
.gift-card__panel-heading h3 {
  margin: 0 auto 8px auto;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .gift-card__panel-heading h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .gift-card__panel-heading h3 {
    font-size: 18px;
    line-height: 1.4;
  }
}
@media screen and (max-width: 479px) {
  .gift-card__panel-heading h3 {
    font-size: 17px;
  }
}
.gift-card__panel-heading p {
  margin: 0 auto;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .gift-card__panel-heading p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .gift-card__panel-heading p {
    font-size: 12px;
    line-height: 1.6;
  }
}
@media screen and (max-width: 479px) {
  .gift-card__panel-heading p {
    font-size: 11px;
  }
}
.gift-card__panel--original, .gift-card__panel--fixed {
  margin-top: 40px;
  border: 1px solid #fff8f2;
  border-radius: 5px;
  background: linear-gradient(180deg, #fffdfa 0%, #fff8f2 100%), url("https://gigaplus.makeshop.jp/marry2007/lp/gift_service/image/haikei1.png") no-repeat center top 92px/900px auto;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .gift-card__panel--original {
    margin-top: 18px;
  }
}
@media screen and (max-width: 767px) {
  .gift-card__panel--fixed {
    margin-top: 18px;
  }
}
.gift-card__panel--fixed {
  background-image: linear-gradient(180deg, #fffdfa 0%, #fff8f2 100%), url("https://gigaplus.makeshop.jp/marry2007/lp/gift_service/image/haikei2.png");
}

/* =========================================================
   8. 共通: 見出しレイアウト (Shared Heading Layout)
   ========================================================= */
.gift-section--wrapping .gift-section__header,
.gift-section--card .gift-section__header,
.gift-section--noshi .gift-section__header {
  position: static;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  order: 1;
  width: 100%;
  height: auto;
  margin: 0 auto 22px;
  gap: 10px;
  text-align: center;
  white-space: normal;
  overflow: visible;
  clip-path: none;
}
.gift-section--wrapping .gift-section__icon,
.gift-section--card .gift-section__icon,
.gift-section--noshi .gift-section__icon {
  display: none;
}
.gift-section--wrapping .gift-section__heading,
.gift-section--card .gift-section__heading,
.gift-section--noshi .gift-section__heading {
  text-align: center;
}
.gift-section--wrapping .gift-section__heading h2,
.gift-section--card .gift-section__heading h2,
.gift-section--noshi .gift-section__heading h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0;
  color: #3f3a37;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.25;
}
.gift-section--wrapping .gift-section__heading h2::before, .gift-section--wrapping .gift-section__heading h2::after,
.gift-section--card .gift-section__heading h2::before,
.gift-section--card .gift-section__heading h2::after,
.gift-section--noshi .gift-section__heading h2::before,
.gift-section--noshi .gift-section__heading h2::after {
  content: "";
  display: block;
  flex: 0 0 72px;
  width: 72px;
  height: 1px;
  background: #4a4541;
}
@media screen and (max-width: 900px) {
  .gift-section--wrapping .gift-section__heading h2,
  .gift-section--card .gift-section__heading h2,
  .gift-section--noshi .gift-section__heading h2 {
    gap: 14px;
    font-size: 30px;
  }
  .gift-section--wrapping .gift-section__heading h2::before, .gift-section--wrapping .gift-section__heading h2::after,
  .gift-section--card .gift-section__heading h2::before,
  .gift-section--card .gift-section__heading h2::after,
  .gift-section--noshi .gift-section__heading h2::before,
  .gift-section--noshi .gift-section__heading h2::after {
    flex-basis: 40px;
    width: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gift-section--wrapping .gift-section__heading h2,
  .gift-section--card .gift-section__heading h2,
  .gift-section--noshi .gift-section__heading h2 {
    gap: 12px;
    font-size: 26px;
  }
  .gift-section--wrapping .gift-section__heading h2::before, .gift-section--wrapping .gift-section__heading h2::after,
  .gift-section--card .gift-section__heading h2::before,
  .gift-section--card .gift-section__heading h2::after,
  .gift-section--noshi .gift-section__heading h2::before,
  .gift-section--noshi .gift-section__heading h2::after {
    flex-basis: 44px;
    width: 44px;
  }
}
@media screen and (max-width: 479px) {
  .gift-section--wrapping .gift-section__heading h2,
  .gift-section--card .gift-section__heading h2,
  .gift-section--noshi .gift-section__heading h2 {
    gap: 8px;
    font-size: 20px;
  }
  .gift-section--wrapping .gift-section__heading h2::before, .gift-section--wrapping .gift-section__heading h2::after,
  .gift-section--card .gift-section__heading h2::before,
  .gift-section--card .gift-section__heading h2::after,
  .gift-section--noshi .gift-section__heading h2::before,
  .gift-section--noshi .gift-section__heading h2::after {
    flex-basis: 18px;
    width: 18px;
  }
}
.gift-section--wrapping .gift-section__heading p,
.gift-section--card .gift-section__heading p,
.gift-section--noshi .gift-section__heading p {
  margin: 0;
  color: #3f3a37;
  font-family: var(--gift-font-sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 900px) {
  .gift-section--wrapping .gift-section__heading p,
  .gift-section--card .gift-section__heading p,
  .gift-section--noshi .gift-section__heading p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .gift-section--wrapping .gift-section__heading p,
  .gift-section--card .gift-section__heading p,
  .gift-section--noshi .gift-section__heading p {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .gift-section--wrapping .gift-section__heading p,
  .gift-section--card .gift-section__heading p,
  .gift-section--noshi .gift-section__heading p {
    font-size: 13px;
  }
}

/* =========================================================
   9. レビューセクション (Review Section)
   ========================================================= */
.gift-section--review {
  background: #ffffff;
}

.gift-review__title-wrap {
  margin-bottom: 28px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift-review__title-wrap {
    margin-bottom: 10px;
  }
}
.gift-review__title {
  margin-inline: auto;
}
.gift-review__list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 100%;
  margin: 0 auto;
  padding: 30px 20px 0;
  border: 1px solid #fff8f2;
  background: linear-gradient(180deg, #fffdfa 0%, #fff8f2 100%), url("https://gigaplus.makeshop.jp/marry2007/lp/gift_service/image/haikei1.png") no-repeat center top 92px/900px auto;
  background-size: 100% 100%;
}
@media screen and (max-width: 479px) {
  .gift-review__list {
    gap: 0;
  }
}
.gift-review__item {
  position: relative;
  padding: 30px 35px 30px 30px;
  border: 0;
  border-radius: 4px;
  overflow: visible;
  text-align: -webkit-center;
}
@media screen and (max-width: 900px) {
  .gift-review__item {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .gift-review__item {
    padding: 25px 20px;
    border-radius: 0;
  }
}
.gift-review__item:nth-child(1) .gift-review__badge, .gift-review__item:nth-child(2) .gift-review__badge {
  transform: rotate(8deg);
}
.gift-review__badge {
  position: absolute;
  top: 0px;
  right: 39px;
  z-index: 2;
  width: 150px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 900px) {
  .gift-review__badge {
    width: 152px;
    right: 38px;
    top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .gift-review__badge {
    width: 94px;
    top: -9px;
    right: 19px;
  }
}
@media screen and (max-width: 479px) {
  .gift-review__badge {
    width: 81px;
    top: 0px;
    right: 21px;
  }
}
.gift-review__note {
  margin-top: -61px;
  padding-right: 447px;
  color: #777;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .gift-review__note {
    padding-left: 86px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 900px) {
  .gift-review__note {
    padding-left: 41px;
    padding-right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .gift-review__note {
    width: 334px;
    margin-top: -60px;
    padding-left: 26px;
    padding-right: 172px;
    font-size: 10px;
  }
}
@media screen and (max-width: 479px) {
  .gift-review__note {
    margin-top: -14px;
    padding-left: 30px;
    font-size: 10px;
  }
}

/* =========================================================
   10. のしセクション (Noshi Section)
   ========================================================= */
.gift-section--noshi {
  background: #ffffff;
}
.gift-section--noshi .gift-section__visual {
  order: 2;
  margin: 0 -30px 34px;
}
@media screen and (max-width: 767px) {
  .gift-section--noshi .gift-section__visual {
    margin: 0 -20px 24px;
  }
}
@media screen and (max-width: 479px) {
  .gift-section--noshi .gift-section__visual {
    margin: 0 -16px 20px;
  }
}

.gift-noshi__about-box {
  order: 3;
  margin-bottom: 40px;
  padding: 50px 40px;
  background: #fffbf7;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift-noshi__about-box {
    padding: 35px 20px;
  }
}
.gift-noshi__about-title {
  margin: 0 0 30px;
  color: #4a4541;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift-noshi__about-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.gift-noshi__about-image {
  display: block;
  max-width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #38322f;
}
@media screen and (max-width: 767px) {
  .gift-noshi__about-image {
    margin-bottom: 20px;
  }
}
.gift-noshi__about-text {
  max-width: 520px;
  margin: 0 auto;
  color: #4a4541;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  transform: translateX(-47px);
}
@media screen and (max-width: 767px) {
  .gift-noshi__about-text {
    padding: 0 10px;
    font-size: 14px;
    transform: none;
  }
  .gift-noshi__about-text br {
    display: none;
  }
}
.gift-noshi__grid {
  order: 4;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px 20px;
}
@media screen and (max-width: 900px) {
  .gift-noshi__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .gift-noshi__grid {
    grid-template-columns: 1fr;
  }
}
.gift-noshi__card {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
.gift-noshi__card img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  border: 1px solid #f0e9e4;
}
.gift-noshi__card h3 {
  margin: 0 0 6px;
  padding: 0 6px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-align: center;
}
.gift-noshi__card p {
  margin: 0;
  padding: 0 6px;
  color: var(--gift-muted);
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 1.7;
  text-align: left;
}

/* =========================================================
   11. 命名札セクション (Name Section)
   ========================================================= */
.gift-section--name {
  background: #ffffff;
}
.gift-section--name .gift-cta--simple {
  position: relative;
  padding: 16px 60px;
  color: #4a4541;
  font-weight: 500;
  background: #cccccc;
  border-radius: 4px;
  box-shadow: none;
}
.gift-section--name .gift-cta--simple::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 8px;
  border-color: transparent transparent transparent #4a4541;
  transform: translateY(-50%);
}
.gift-section--name .gift-cta--simple::before {
  display: none;
}
.gift-section--name .gift-cta--simple:hover {
  background: #bebebe;
}
@media screen and (max-width: 767px) {
  .gift-section--name .gift-cta--simple {
    display: flex;
    justify-content: center;
    width: 90%;
    padding: 14px 40px;
    font-size: 14px;
  }
  .gift-section--name .gift-cta--simple::after {
    right: 15px;
  }
}

#gift-name .gift-section__header {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto 26px;
  text-align: center;
}
#gift-name .gift-section__visual {
  order: 2;
  margin-top: 0;
}
#gift-name .gift-section__heading {
  text-align: center;
}
#gift-name .gift-section__heading h2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 10px 0;
  color: #3f3a37;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#gift-name .gift-section__heading h2::before, #gift-name .gift-section__heading h2::after {
  content: "";
  display: block;
  flex: 0 0 24px;
  width: 24px;
  height: 1px;
  background: #4a4541;
}
@media screen and (max-width: 900px) {
  #gift-name .gift-section__heading h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  #gift-name .gift-section__heading h2 {
    gap: 6px;
    font-size: 22px;
  }
  #gift-name .gift-section__heading h2::before, #gift-name .gift-section__heading h2::after {
    flex-basis: 18px;
    width: 18px;
  }
}
#gift-name .gift-section__heading p {
  margin: 0;
  color: #3f3a37;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 900px) {
  #gift-name .gift-section__heading p {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #gift-name .gift-section__heading p {
    font-size: 13px;
  }
}

.gift-name__about-box {
  order: 3;
  margin-bottom: 40px;
  padding: 50px 40px;
  background: #fffbf7;
  border-radius: 4px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift-name__about-box {
    padding: 35px 20px;
  }
}
.gift-name__about-title {
  margin: 0 0 30px;
  color: #4a4541;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift-name__about-title {
    margin-bottom: 20px;
    font-size: 18px;
  }
}
.gift-name__about-subtitle {
  margin: -20px 0 40px;
  color: #313131;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .gift-name__about-subtitle {
    font-size: 14px;
  }
}
.gift-name__types {
  display: flex;
  justify-content: center;
  gap: 67px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .gift-name__types {
    gap: 18px;
    margin-bottom: 30px;
  }
}
.gift-name__type {
  position: relative;
  width: 130px;
}
@media screen and (max-width: 767px) {
  .gift-name__type {
    width: 110px;
  }
}
.gift-name__type img {
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.gift-name__type p {
  margin: 0;
  color: #4a4541;
  font-size: 15px;
  font-weight: 700;
  transform: translateX(36px);
}
@media screen and (max-width: 767px) {
  .gift-name__type p {
    transform: translateX(29px);
  }
}
.gift-name__badge {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  color: #ffffff;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.02em;
  background-color: #c45c5c;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .gift-name__badge {
    top: -10px;
    right: -10px;
    width: 48px;
    height: 48px;
    font-size: 11px;
  }
}
.gift-name__about-text {
  max-width: 540px;
  margin: 0 auto;
  color: #353434;
  font-size: 15px;
  line-height: 1.8;
  text-align: justify;
  transform: translateX(59px);
}
@media screen and (max-width: 767px) {
  .gift-name__about-text {
    padding: 0 10px;
    font-size: 14px;
    transform: none;
  }
  .gift-name__about-text br {
    display: none;
  }
}

/* =========================================================
   12. 手提げ袋セクション (Bag Section)
   ========================================================= */
.gift-section--bag {
  background: #ffffff;
}

#gift-bag {
  display: flex;
  flex-direction: column;
}
#gift-bag .gift-section__header {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
  padding: 26px 20px 18px;
  gap: 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-section__header {
    padding: 18px 16px 14px;
  }
}
#gift-bag .gift-section__icon {
  display: none;
}
#gift-bag .gift-section__heading {
  text-align: center;
}
#gift-bag .gift-section__heading h2 {
  margin: 0 0 8px;
  color: #3f3a37;
  font-size: 34px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  #gift-bag .gift-section__heading h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-section__heading h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 479px) {
  #gift-bag .gift-section__heading h2 {
    font-size: 22px;
  }
}
#gift-bag .gift-section__heading p {
  margin: 0;
  color: #3f3a37;
  font-family: var(--gift-font-sans);
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 900px) {
  #gift-bag .gift-section__heading p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-section__heading p {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  #gift-bag .gift-section__heading p {
    font-size: 13px;
  }
}
#gift-bag .gift-section__visual {
  order: 2;
  margin: 0 -30px;
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-section__visual {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 479px) {
  #gift-bag .gift-section__visual {
    margin: 0 -16px;
  }
}
#gift-bag .gift-section__visual img {
  display: block;
  width: 100%;
}
#gift-bag .gift-bag__grid {
  order: 3;
  display: flex;
  flex-direction: column;
  gap: 72px;
  padding: 54px 40px 0;
}
@media screen and (max-width: 1100px) {
  #gift-bag .gift-bag__grid {
    padding: 48px 32px 0;
  }
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-bag__grid {
    gap: 56px;
    padding: 40px 20px 0;
  }
}
@media screen and (max-width: 479px) {
  #gift-bag .gift-bag__grid {
    padding: 34px 16px 0;
  }
}
#gift-bag .gift-bag__card {
  padding: 0;
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
}
#gift-bag .gift-bag__card h3 {
  position: relative;
  display: inline-block;
  margin: 0 0 34px;
  padding-bottom: 10px;
  color: #3f3a37;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
#gift-bag .gift-bag__card h3::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #8b8682;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  #gift-bag .gift-bag__card h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-bag__card h3 {
    margin-bottom: 24px;
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  #gift-bag .gift-bag__card h3 {
    font-size: 20px;
  }
}
#gift-bag .gift-bag__card--free .gift-bag__free-image {
  display: block;
  width: 190px;
  margin: 0 auto 34px;
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-bag__card--free .gift-bag__free-image {
    width: 150px;
    margin-bottom: 26px;
  }
}
#gift-bag .gift-bag__card--free .gift-bag__copy {
  max-width: 425px;
  margin: 0 auto;
  text-align: left;
  transform: translateX(12px);
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-bag__card--free .gift-bag__copy {
    max-width: 420px;
  }
}
#gift-bag .gift-bag__card--free .gift-bag__copy p {
  margin: 0;
  color: #3f3a37;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-bag__card--free .gift-bag__copy p {
    font-size: 13px;
    line-height: 1.95;
  }
}
@media screen and (max-width: 479px) {
  #gift-bag .gift-bag__card--free .gift-bag__copy p {
    font-size: 12px;
  }
}
#gift-bag .gift-bag__card--free .gift-bag__note {
  margin-top: 6px;
  transform: none;
}
#gift-bag .gift-bag__card--free .gift-bag__note br {
  display: block;
}
#gift-bag .gift-bag__card--paid .gift-bag__palette {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 89px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #gift-bag .gift-bag__card--paid .gift-bag__palette {
    gap: 34px;
  }
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-bag__card--paid .gift-bag__palette {
    gap: 14px;
  }
}
#gift-bag .gift-bag__card--paid .gift-bag__group {
  position: relative;
  flex: 0 0 auto;
  overflow: visible;
}
#gift-bag .gift-bag__card--paid .gift-bag__label-img {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
#gift-bag .gift-bag__card--paid .gift-bag__main-img {
  position: relative;
  z-index: 2;
  display: block;
  width: 100%;
  height: auto;
}
#gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(1) {
  width: 228px;
  padding-top: 28px;
}
#gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(1) .gift-bag__label-img {
  top: -30px;
  left: 97%;
  right: auto;
  width: 92px;
  transform: translateX(-50%);
}
@media screen and (max-width: 900px) {
  #gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(1) {
    width: 202px;
  }
  #gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(1) .gift-bag__label-img {
    top: -16px;
    width: 78px;
  }
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(1) {
    width: calc(50% - 7px);
    max-width: 170px;
    padding-top: 18px;
  }
  #gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(1) .gift-bag__label-img {
    top: -15px;
    left: 97%;
    width: 58px;
  }
}
#gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(2) {
  width: 252px;
  padding-top: 24px;
}
#gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(2) .gift-bag__label-img {
  top: 4px;
  right: -12px;
  width: 90px;
}
@media screen and (max-width: 900px) {
  #gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(2) {
    width: 224px;
  }
  #gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(2) .gift-bag__label-img {
    top: 12px;
    right: -12px;
    width: 78px;
  }
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(2) {
    width: calc(50% - 7px);
    max-width: 188px;
    padding-top: 16px;
  }
  #gift-bag .gift-bag__card--paid .gift-bag__group:nth-child(2) .gift-bag__label-img {
    top: -3px;
    right: -10px;
    width: 58px;
  }
}
#gift-bag .gift-cta-wrap {
  order: 4;
  margin-top: 42px;
  transform: translate(0, 0);
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-cta-wrap {
    margin-top: 34px;
  }
}
#gift-bag .gift-cta--bag {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  min-height: 68px;
  padding: 16px 52px 16px 20px;
  background: #cfcac5;
  border-radius: 6px;
  box-shadow: none;
}
#gift-bag .gift-cta--bag::before {
  display: none;
}
#gift-bag .gift-cta--bag::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  color: #4a4541;
  font-size: 28px;
  line-height: 1;
}
#gift-bag .gift-cta--bag span {
  color: #3f3a37;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
#gift-bag .gift-cta--bag:hover {
  background: #c6c0ba;
  box-shadow: none;
  transform: none;
}
@media screen and (max-width: 900px) {
  #gift-bag .gift-cta--bag {
    max-width: 640px;
  }
  #gift-bag .gift-cta--bag span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #gift-bag .gift-cta--bag {
    min-height: 60px;
    padding: 14px 40px 14px 14px;
  }
  #gift-bag .gift-cta--bag::after {
    right: 14px;
    font-size: 22px;
  }
  #gift-bag .gift-cta--bag span {
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 479px) {
  #gift-bag .gift-cta--bag span {
    font-size: 13px;
  }
}

/* =========================================================
   13. カスタムタイトル・ボタン (Custom Titles & CTA Buttons)
   ========================================================= */
.gift-subsection__bar {
  display: block;
  margin: 0 0 24px;
  padding: 12px 20px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-align: center;
  background: none;
}
@media screen and (max-width: 767px) {
  .gift-subsection__bar {
    padding: 10px 15px;
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.gift-subsection__bar--seasonal {
  background-color: #A3BFA1;
}
.gift-subsection__bar--oiwai {
  background-color: #E5BA9D;
}
.gift-subsection__bar--houjin {
  background-color: #8C9DAE;
}
.gift-subsection__bar--choji {
  background-color: #A09DB0;
}

.gift-cta--text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 480px;
  min-height: 64px;
  padding: 16px 40px 16px 20px;
  background: var(--gift-accent, #b56e58);
  border-radius: 6px;
  text-decoration: none;
  overflow: hidden;
}
.gift-cta--text::before {
  display: none;
}
.gift-cta--text::after {
  content: "›";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 32px;
  line-height: 1;
  transition: transform var(--gift-transition);
}
.gift-cta--text span {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.gift-cta--text:hover {
  background: var(--gift-accent-dark, #9f5d4a);
  box-shadow: 0 10px 20px rgba(181, 110, 88, 0.2);
  transform: translateY(-2px);
}
.gift-cta--text:hover::after {
  transform: translateY(-50%) translateX(5px);
}
@media screen and (max-width: 767px) {
  .gift-cta--text {
    min-height: 56px;
    padding: 14px 30px 14px 15px;
  }
  .gift-cta--text span {
    font-size: 15px;
  }
  .gift-cta--text::after {
    font-size: 24px;
    right: 15px;
  }
}/*# sourceMappingURL=styles.css.map */