/* =======================================
 Gift Wrapping FV
======================================= */
/* 20260724追加 */
.gift .header {
  position: fixed;
}

.gift-page {
  width: 100%;
}

.gift-fv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  overflow: hidden;
  background: #fffdf9;
}

.gift-fv__bg {
  position: absolute;
  inset: 0;
  background: url(img/gift-fv.png) center / cover no-repeat;
  pointer-events: none;
  z-index: 0;
  animation: giftFvBgIn 1.8s ease-out forwards;
}

@keyframes giftFvBgIn {
  from {
    opacity: 0;
    transform: scale(1.06);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.gift-fv__content {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10vh 0 24px;
  animation: giftFvContentIn 1.2s ease 0.4s both;
}

@keyframes giftFvContentIn {
  from {
    opacity: 0;
    transform: translateY(18px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.gift-fv__title {
  font-size: 41px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.18em;
  line-height: 1.5;
  text-indent: 0.18em;
  color: #D1A054;
  margin: 0;
}

.gift-fv__title-ja {
  font-size: 22px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-indent: 0.05em;
  line-height: 1.6;
  color: #000000;
  margin: 18px 0 0;
}

.gift-fv__divider {
  display: block;
  width: 150px;
  height: 1px;
  margin: 34px 0 30px;
  background-color: #000000;
}

.gift-fv__lead {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 2.3;
  text-align: center;
  color: #000;
  margin: 0;
}

.gift-nav {
  position: relative;
  width: 100%;
  z-index: 2;
  background: #D3A65E;
}

.gift-nav__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0;
  padding: 23px 0;
  list-style: none;
}

.gift-nav__list a {
  display: flex;
  align-items: center;
  gap: 14px;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New";
  font-weight: bold;
  color: #FFF;
  line-height: 1.6;
  position: relative;
  text-decoration: none;
  transition: letter-spacing 0.35s ease, gap 0.35s ease;
}

/* anchor offset for sticky header */
.gift-price,
.gift-guide,
.gift-life,
.gift-faq {
  scroll-margin-top: 90px;
}

.gift-nav__list a::after {
  background: #fff;
  bottom: -4px;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  width: 100%;
}

.gift-nav__icon {
  display: flex;
  transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
  width: 12px;
}

.gift-nav__icon svg {
  width: 100%;
}

@media (min-width: 769px) {
  .gift-nav__list a:hover::after {
    transform: translateX(-50%) scaleX(1);
  }

  .gift-nav__list a:hover .gift-nav__icon {
    transform: translateY(3px);
  }
}

@media (max-width: 768px) {
  .gift-nav__list {
    gap: 0;
    justify-content: space-between;
    padding: 20px 40px;
  }

  .gift-nav__list a {
    gap: 10px;
  }
}

@media (max-width: 576px) {
  .gift-fv__title {
    font-size: 36px;
    line-height: 1.3;
  }
  .gift-fv__title-ja {
    font-size: 18px;
  }
  .gift-fv__lead {
    font-size: 15px;
  }
  .gift-fv__divider {
    margin: 35px 0 28px;
    width: 90px;
  }
  .gift-fv__bg {
    background-image: url(img/gift-fv-sp.png);
  }
  .gift-nav {
    background-color: transparent;
    padding: 30px 0;
  }
  .gift-nav__list {
    flex-direction: column;
    background-color: transparent;
    padding: 0 22px;
    gap: 7px;
  }

  .gift-nav__list li {
    width: 100%;
  }

  .gift-nav__list a {
    display: flex;
    justify-content: center;
    padding: 9px 10px;
    gap: 9px;
    background-color: #D3A65E;
    box-shadow: 2px 2px 2px 0px #00000014;
    border-radius: 999px;
    border: 2px solid #D3A65E;
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
  }

  .gift-nav__list a::after {
    display: none;
  }

  .gift-nav__list a:hover {
    background-color: #fff;
    box-shadow: 2px 4px 8px 0px #0000001a;
    color: #D3A65E;
    transform: translateY(-1px);
  }

  .gift-nav__list a:hover .gift-nav__icon {
    transform: none;
  }

  .gift-nav__list a:hover .gift-nav__icon path {
    fill: #D3A65E;
  }
}



/* =======================================
 Gift Price & Size
======================================= */
.gift-price {
  background: #fff;
}

.gift-price__inner {
  max-width: 1180px;
  padding: 100px 40px 125px;
  width: 100%;
  margin: 0 auto;
}

.gift-head {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 90px;
  text-align: center;
}

.gift-head__title {
  font-family: "Marcellus", serif;
  font-size: 44px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #D1A054;
  margin: 0;
}

.gift-head__title span {
  font-size: 38px;
}

.gift-head__title-ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1;
  color: #000000;
  margin: 0;
}

@media (max-width: 768px) {
  .gift-head {
    margin-bottom: 8vw;
  }
}

@media (max-width: 576px) {
  .gift-head {
    margin-bottom: 60px;
  }

  .gift-head__title {
    font-size: 36px;
  }
}

.gift-price__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
}

.gift-price__media {
  width: 47%;
}

.gift-price__media img {
  display: block;
  height: auto;
  width: 100%;
}

.gift-price__info {
  flex: 1;
}

.gift-price__name {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0 0 22px;
  color: #000000;
}

.gift-price__sep {
  display: inline-block;
  font-size: 24px;
  font-weight: 400;
  margin: 0 30px;
}

.gift-price__amount {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  letter-spacing: .06em;
}

.gift-price__desc {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  margin: 0 0 18px;
}

.gift-price__size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  line-height: 2;
  color: #000000;
  margin: 0 0 32px;
  padding: 13px 25px;
  background: #F4F4F4;
  border-radius: 2px;
}

.gift-price__size-label {
  position: relative;
  font-weight: 400;
  padding-right: 40px;
}

.gift-price__size-label::after {
  background: repeating-linear-gradient(
    to bottom,
    #000000 0,
    #00000033 3px,
    transparent 3px,
    transparent 2px
  );
  content: "";
  display: block;
  height: 1.1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}

.gift-price__size-value {
  flex: 1;
  text-align: right;
}

.gift-price__size-value span {
  font-size: 13px;
  padding-left: 16px;
}

.gift-price__capacity-title {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.6;
  color: #000000;
  margin: 0 0 15px;
}

.gift-price__capacity-list {
  font-size: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  line-height: 2;
  list-style: none;
  margin: 0 0 4px;
  padding: 0;
  color: #000000;
}

.gift-price__capacity-list li {
  display: flex;
  align-items: center;
  font-weight: 500;
}

.gift-price__capacity-list li::before {
  content: "・";
}

.gift-price__capacity-note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 2;
  color: #000000;
  margin: 0;
}

.gift-price__capacity-caution {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
  color: #737373;
}

@media (max-width: 991px) {
  .gift-price__body {
    gap: 6vw;
  }
}

@media (max-width: 768px) {
  .gift-price__body {
    flex-direction: column;
    gap: 0;
  }

  .gift-price__media {
    width: 70%;
  }
}

@media (max-width: 576px) {
  .gift-price__inner {
    padding: 60px 20px 55px;
  }
}

@media (max-width: 450px) {
  .gift-price__media {
    width: 100%;
  }

  .gift-price__name {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .gift-price__sep {
    font-size: 0;
    width: 160px;
    height: 1px;
    background-color: #000000;
    margin: 9px auto;
  }
  
  .gift-price__size {
    padding: 12px 20px;
    margin-bottom: 30px;
    padding-right: 15px;
  }

  .gift-price__size-label {
    padding-right: 28px;
  }

  .gift-price__size-value span {
    font-size: 12px;
    padding-left: 10px;
  }
}


/* =======================================
 Gift User Guide
======================================= */
.gift-guide {
  position: relative;
  background: #F9F5F2;
}

.gift-guide__inner {
  max-width: 980px;
  width: 100%;
  padding: 130px 40px 100px;
  margin: 0 auto;
}

.gift-guide__steps {
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.gift-guide__step {
  display: flex;
  border-radius: 8px;
  box-shadow: 2px 2px 2px 0px #00000014;
  background: #fff;
  overflow: hidden;
}

.gift-guide__step-label {
  display: flex;
  align-items: center;
  width: 19%;
  font-size: 19px;
  font-family: "Marcellus", serif;
  font-weight: 400;
  color: #FFF;
  justify-content: center;
  letter-spacing: 0.08em;
  line-height: 2;
  background-color: #D3A65E;
}

.gift-guide__step-label span {
  padding-left: 14px;
  font-size: 25px;
}

.gift-guide__step-text {
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.8;
  margin: 0;
  padding: 24px 40px;
  color: #000000;
}

.gift-guide__step-text strong {
  font-weight: 700;
}

.gift-guide__note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  margin: 30px 0 0;
  color: #737373;
}

.gift-guide__form-wrapper {
  margin-top: 70px;
  text-align: center;
}

.gift-guide__form {
  display: inline-block;
}

.gift-guide__btn {
  appearance: none;
  -webkit-appearance: none;
  background: #D3A65E;
  border: 2px solid #D3A65E;
  border-radius: 999px;
  box-shadow: 2px 2px 2px 0px #00000014;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.7;
  min-width: 380px;
  padding: 15px 48px;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease, transform 0.25s ease;
}

.gift-guide__btn:hover {
  background: #fff;
  color: #D1A054;
  transform: translateY(-1px);
}

@media (max-width: 576px) {
  .gift-guide__inner {
    padding: 75px 20px 50px;
  }

  .gift-guide__form {
    width: 100%;
  }

  .gift-guide__btn {
    min-width: 100%;
  }
}

@media (max-width: 450px) {
  .gift-guide__step-label {
    flex-direction: column;
    font-size: 12px;
    gap: 0;
  }

  .gift-guide__step-label span {
    padding: 0;
    font-size: 36px;
    line-height: 1;
  }

  .gift-guide__step-text {
    padding: 22px 25px;
    line-height: 1.7;
  }

  .gift-guide__step-text br {
    display: none;
  }

  .gift-guide__note {
    margin-top: 26px;
  }

  .gift-guide__form-wrapper {
    margin-top: 40px;
  }
}


/* =======================================
 Gift to Life
======================================= */
.gift-life {
  background: #fff;
  padding: 100px 0 130px;
}

.gift-life__inner {
  margin: 0 auto;
  max-width: 1080px;
  padding: 0 40px;
  width: 100%;
}

.gift-life__body {
  align-items: center;
  display: flex;
  gap: 120px;
}

.gift-life__media {
  width: 39%;
}

.gift-life__media img {
  display: block;
  height: auto;
  width: 100%;
}

.gift-life__content {
  flex: 1;
}

.gift-life__heading {
  font-family: "Zen Old Mincho", "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.06em;
  line-height: 1.7;
  color: #000000;
  margin: 0 0 28px;
}

.gift-life__text {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 2.1;
  margin: 0;
  color: #000;
}

@media (max-width: 991px) {
  .gift-life__body {
    gap: 8vw;
  }
}

@media (max-width: 768px) {
  .gift-life__body {
    gap: 5vw;
  }
  .gift-life__heading {
    font-size: 24px;
  }
}

@media (max-width: 621px) {
  .gift-life__body {
    flex-direction: column;
  }

  .gift-life__media {
    width: 70%;
  }

  .gift-life__heading {
    margin-bottom: 20px;
  }
}

@media (max-width: 576px) {
  .gift-life {
    padding: 0;
  }

  .gift-life__inner {
    padding: 70px 22px 50px;
  }
}

@media (max-width: 450px) {
  .gift-life__body {
    gap: 50px;
  }
  .gift-life__media {
    width: 100%;
  }

  .gift-life__heading {
    text-align: center;
  }
}

/* =======================================
 Gift FAQ
======================================= */
.gift-faq {
  background: #F9F5F2;
  padding: 120px 0 200px;
}

.gift-faq__head {
  gap: 30px;
}

.gift-faq__inner {
  margin: 0 auto;
  max-width: 980px;
  padding: 0 40px;
  width: 100%;
}

.gift-faq__list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.gift-faq__item {
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 5px 1px #0000001F;
  overflow: hidden;
}

.gift-faq__question {
  align-items: center;
  appearance: none;
  -webkit-appearance: none;
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  display: flex;
  font: inherit;
  list-style: none;
  padding: 30px 40px 25px;
  text-align: left;
  width: 100%;
}

.gift-faq__mark {
  color: #D1A054;
  flex: 0 0 auto;
  font-family: "Marcellus", serif;
  font-size: 32px;
  line-height: 1;
  width: 1em;
  text-align: center;
}

.gift-faq__q-text {
  color: #000000;
  flex: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  padding-right: 12px;
  padding-left: 40px;
  padding-top: 5px;
}

.gift-faq__toggle {
  flex: 0 0 auto;
  height: 22px;
  position: relative;
  width: 22px;
}

.gift-faq__toggle::before,
.gift-faq__toggle::after {
  background: #000000;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.gift-faq__toggle::before {
  height: 2px;
  width: 22px;
}

.gift-faq__toggle::after {
  height: 22px;
  transition: transform 0.25s ease, opacity 0.25s ease;
  width: 2px;
}

.gift-faq__item[open] .gift-faq__toggle::after {
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0);
}

.gift-faq__item:not([open]) .gift-faq__question {
  padding-bottom: 30px;
}

.gift-faq__answer-body {
  display: flex;
  padding: 0 40px 30px;
}

.gift-faq__a-text {
  color: #000000;
  flex: 1 1 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  min-width: 0;
  padding-right: 20px;
  padding-left: 40px;
  padding-top: 4px;
}

.gift-faq__link {
  color: #2f6fed;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.gift-faq__link:hover {
  color: #1d4fc7;
}

@media only screen and (max-width: 1024px) {
  .gift-faq {
    padding: 90px 0 120px;
  }

  .gift-faq__inner {
    padding: 0 80px;
  }

  .gift-faq__question {
    padding: 26px 28px 22px;
  }

  .gift-faq__mark {
    font-size: 28px;
  }

  .gift-faq__item:not([open]) .gift-faq__question {
    padding-bottom: 26px;
  }

  .gift-faq__q-text {
    font-size: 17px;
    padding-left: 28px;
  }

  .gift-faq__answer-body {
    padding: 0 28px 24px;
  }

  .gift-faq__a-text {
    font-size: 15px;
    padding-left: 28px;
  }
}

@media only screen and (max-width: 767px) {
  .gift-faq {
    padding: 80px 0 100px;
  }

  .gift-faq__head {
    gap: 16px;
    margin-bottom: 36px;
  }

  .gift-faq__inner {
    padding: 0 40px;
  }

  .gift-faq__list {
    gap: 10px;
  }

  .gift-faq__item {
    border-radius: 6px;
  }

  .gift-faq__question {
    align-items: flex-start;
    padding: 18px 16px 16px;
  }

  .gift-faq__item:not([open]) .gift-faq__question {
    padding-bottom: 18px;
  }

  .gift-faq__mark {
    font-size: 26px;
    margin-top: 2px;
  }

  .gift-faq__q-text {
    font-size: 16px;
    line-height: 1.6;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 2px;
  }

  .gift-faq__toggle {
    height: 16px;
    margin-top: 4px;
    width: 16px;
  }

  .gift-faq__toggle::before {
    width: 14px;
  }

  .gift-faq__toggle::after {
    height: 14px;
  }

  .gift-faq__answer-body {
    padding: 0 16px 18px;
  }

  .gift-faq__a-text {
    font-size: 14px;
    line-height: 1.7;
    padding-left: 20px;
    padding-right: 26px;
    padding-top: 0;
    margin-top: 3px;
  }
}

@media only screen and (max-width: 576px) {
  .gift-faq {
    padding: 60px 0 80px;
  }

  .gift-faq__inner {
    padding: 0 20px;
  }

  .gift-faq__question {
    padding: 25px 20px 16px;
  }

  .gift-faq__item:not([open]) .gift-faq__question {
    padding-bottom: 16px;
  }

  .gift-faq__mark {
    font-size: 20px;
  }

  .gift-faq__q-text {
    font-size: 15px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .gift-faq__answer-body {
    padding: 0 20px 16px;
  }

  .gift-faq__a-text {
    font-size: 14px;
    padding-left: 12px;
    padding-right: 0;
  }
}