@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lusitana:wght@400;700&family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&family=Shippori+Mincho:wght@400;500;600;700;800&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
:root {
  --refa-font-mincho: "Shippori Mincho", serif;
  --refa-font-lusitana: "Lusitana", serif;
  --refa-font-zenkaku: "Zen Kaku Gothic New", sans-serif;
  --refa-font-open: "Open Sans", sans-serif;
}

.page-gift {
  overflow-x: hidden;
  color: #382E17;
  background-color: #fff;
  padding-bottom: 0;
  font-family: var(--refa-font-zenkaku);
}
.page-gift img {
  height: auto;
}
.page-gift .u-min {
  font-family: var(--refa-font-mincho);
}
.page-gift .u-lusitana {
  font-family: var(--refa-font-lusitana);
}
.page-gift .u-open {
  font-family: var(--refa-font-open);
}
.page-gift .c-title {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-gift .c-title {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-title {
    margin-bottom: 10.2564102564vw;
  }
}
.page-gift .c-title span {
  display: block;
}
.page-gift .c-title-jp {
  font-family: var(--refa-font-mincho);
  font-weight: 600;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .page-gift .c-title-jp {
    font-size: 28px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-title-jp {
    font-size: 7.1794871795vw;
  }
}
.page-gift .c-title-en {
  font-family: var(--refa-font-lusitana);
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-gift .c-title-en {
    font-size: 12px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-title-en {
    font-size: 3.0769230769vw;
    margin-top: 2.0512820513vw;
  }
}
.page-gift .c-title-jp, .page-gift .c-title-en {
  overflow: hidden;
}
.page-gift .c-title-jp em, .page-gift .c-title-en em {
  transform: translateY(calc(100% + 1px));
  transition: 0.6s cubic-bezier(0.46, 0.1, 0.29, 1);
  will-change: transform;
  display: inline-block;
}
.page-gift .c-title-jp em:nth-child(1), .page-gift .c-title-en em:nth-child(1) {
  transition-delay: 0s;
}
.page-gift .c-title-jp em:nth-child(2), .page-gift .c-title-en em:nth-child(2) {
  transition-delay: 0.06s;
}
.page-gift .c-title-jp em:nth-child(3), .page-gift .c-title-en em:nth-child(3) {
  transition-delay: 0.12s;
}
.page-gift .c-title-jp em:nth-child(4), .page-gift .c-title-en em:nth-child(4) {
  transition-delay: 0.18s;
}
.page-gift .c-title-jp em:nth-child(5), .page-gift .c-title-en em:nth-child(5) {
  transition-delay: 0.24s;
}
.page-gift .c-title-jp em:nth-child(6), .page-gift .c-title-en em:nth-child(6) {
  transition-delay: 0.3s;
}
.page-gift .c-title-jp em:nth-child(7), .page-gift .c-title-en em:nth-child(7) {
  transition-delay: 0.36s;
}
.page-gift .c-title-jp em:nth-child(8), .page-gift .c-title-en em:nth-child(8) {
  transition-delay: 0.42s;
}
.page-gift .c-title-jp em:nth-child(9), .page-gift .c-title-en em:nth-child(9) {
  transition-delay: 0.48s;
}
.page-gift .c-title-jp em:nth-child(10), .page-gift .c-title-en em:nth-child(10) {
  transition-delay: 0.54s;
}
.page-gift .c-title-jp em:nth-child(11), .page-gift .c-title-en em:nth-child(11) {
  transition-delay: 0.6s;
}
.page-gift .c-title-jp em:nth-child(12), .page-gift .c-title-en em:nth-child(12) {
  transition-delay: 0.66s;
}
.page-gift .c-title-jp em:nth-child(13), .page-gift .c-title-en em:nth-child(13) {
  transition-delay: 0.72s;
}
.page-gift .c-title-jp em:nth-child(14), .page-gift .c-title-en em:nth-child(14) {
  transition-delay: 0.78s;
}
.page-gift .c-title-jp em:nth-child(15), .page-gift .c-title-en em:nth-child(15) {
  transition-delay: 0.84s;
}
.page-gift .c-title-jp em:nth-child(16), .page-gift .c-title-en em:nth-child(16) {
  transition-delay: 0.9s;
}
.page-gift .c-title-jp em:nth-child(17), .page-gift .c-title-en em:nth-child(17) {
  transition-delay: 0.96s;
}
.page-gift .c-title-jp em:nth-child(18), .page-gift .c-title-en em:nth-child(18) {
  transition-delay: 1.02s;
}
.page-gift .c-title-jp em:nth-child(19), .page-gift .c-title-en em:nth-child(19) {
  transition-delay: 1.08s;
}
.page-gift .c-title-jp em:nth-child(20), .page-gift .c-title-en em:nth-child(20) {
  transition-delay: 1.14s;
}
.page-gift .c-title.is-inview .c-title-jp em,
.page-gift .c-title.is-inview .c-title-en em {
  transform: translateY(0);
}
.page-gift .c-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #C9A06C;
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .page-gift .c-btn {
    border-radius: 50px;
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-btn {
    border-radius: 12.8205128205vw;
    font-size: 3.5897435897vw;
  }
}
.page-gift .c-bg {
  background-color: #F4EFE4;
}
@media screen and (min-width: 768px) {
  .page-gift .c-pt120 {
    padding-top: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-pt120 {
    padding-top: 20.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .c-pb120 {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-pb120 {
    padding-bottom: 20.5128205128vw;
  }
}
.page-gift .c-inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-gift .c-inner {
    max-width: 1230px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-inner {
    max-width: 87.6923076923vw;
  }
}
.page-gift .js-panel {
  display: none;
}
.page-gift .js-panel.is-active {
  display: block;
}
.page-gift .c-tab {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-gift .c-tab {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-tab {
    flex-wrap: wrap;
    row-gap: 6.1538461538vw;
    margin-bottom: 12.3076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .c-tab.c-tab-2col .c-tab-item {
    width: 47.7%;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .c-tab.c-tab-3col .c-tab-item {
    width: 30.66%;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .c-tab.c-tab-4col .c-tab-item {
    width: 22.2%;
  }
}
.page-gift .c-tab-item {
  font-weight: 600;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: #BEB8AA;
  border-bottom: 1px solid #E3DFDA;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .page-gift .c-tab-item {
    font-size: clamp(18px, 1.5625vw, 20px);
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-tab-item {
    width: 41.7948717949vw;
    font-size: 4.1025641026vw;
    padding-bottom: 1.0256410256vw;
  }
}
.page-gift .c-tab-item .u-lusitana {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .page-gift .c-tab-item .u-lusitana {
    letter-spacing: 0.06em;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-tab-item .u-lusitana {
    font-size: 4.6153846154vw;
  }
}
.page-gift .c-tab-item.is-active {
  color: #C9A06C;
  border-bottom-color: #C9A06C;
}
.page-gift .c-more-btn {
  background-color: transparent;
  color: #382E17;
  border: none;
  border-bottom: 1px solid #382E17;
  font-family: var(--refa-font-lusitana);
  line-height: 1.4;
  letter-spacing: 0.08em;
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-gift .c-more-btn {
    padding-bottom: 2px;
    font-size: 17px;
    margin-top: 80px;
    padding-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-more-btn {
    margin-top: 16.4102564103vw;
    padding-bottom: 2.0512820513vw;
    padding-right: 3.5897435897vw;
    font-size: 4.1025641026vw;
  }
}
.page-gift .c-more-btn-icon {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 768px) {
  .page-gift .c-more-btn-icon {
    width: 10px;
    height: 10px;
    top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-more-btn-icon {
    width: 2.5641025641vw;
    height: 2.5641025641vw;
    top: 1.0256410256vw;
  }
}
.page-gift .c-more-btn-icon::before, .page-gift .c-more-btn-icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #382E17;
}
.page-gift .c-more-btn-icon::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-gift .c-more-btn-icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-gift .c-more-btn.is-open {
  display: none !important;
}
.page-gift .c-lead-text {
  font-family: var(--refa-font-mincho);
}
@media screen and (min-width: 768px) {
  .page-gift .c-lead-text {
    margin-bottom: 48px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-lead-text {
    margin-bottom: 16.4102564103vw;
  }
}
.page-gift .c-lead-text-subtitle {
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page-gift .c-lead-text-subtitle {
    line-height: 1.75;
    letter-spacing: 0.08em;
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-lead-text-subtitle {
    line-height: 1.7;
    letter-spacing: 0.1em;
    font-size: 5.1282051282vw;
    margin-bottom: 2.0512820513vw;
  }
}
.page-gift .c-lead-text-txt {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-gift .c-lead-text-txt {
    line-height: 2;
    letter-spacing: 0.08em;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .c-lead-text-txt {
    line-height: 1.85;
    letter-spacing: 0.1em;
    font-size: 3.5897435897vw;
  }
}
.page-gift .js-accordion-head {
  cursor: pointer;
  position: relative;
}
.page-gift .js-accordion-head .icon {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
@media screen and (min-width: 768px) {
  .page-gift .js-accordion-head .icon {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .js-accordion-head .icon {
    width: 3.0769230769vw;
    height: 3.0769230769vw;
  }
}
.page-gift .js-accordion-head .icon::before, .page-gift .js-accordion-head .icon::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #382E17;
  transition: all 0.3s;
}
.page-gift .js-accordion-head .icon::before {
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.page-gift .js-accordion-head .icon::after {
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.page-gift .js-accordion-head.is-open .icon::after {
  height: 0;
}
.page-gift .js-accordion-body {
  display: none;
}
.page-gift .js-image-anime {
  overflow: hidden;
}
.page-gift .js-image-anime img {
  transition: 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, opacity;
  width: 100%;
  object-fit: cover;
  transform: scale(1.05);
  opacity: 0;
}
.page-gift .js-image-anime.is-inview img {
  transform: scale(1);
  opacity: 1;
}
.page-gift .StyleV_Frame_ {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Frame_ {
    row-gap: 80px;
    column-gap: 4%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Frame_ {
    column-gap: 16.4102564103vw;
  }
}
.page-gift .StyleV_Item_ {
  flex: unset;
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ {
    width: 30.66%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ {
    width: 100%;
  }
}
.page-gift .StyleV_Item_.is-hidden {
  display: none;
}
.page-gift .StyleV_Item_ .gender_ {
  font-family: var(--refa-font-lusitana);
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ .gender_ {
    margin-bottom: 16px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ .gender_ {
    margin-bottom: 4.1025641026vw;
    font-size: 4.1025641026vw;
  }
}
.page-gift .StyleV_Item_ .img_.is-inview {
  transform: rotateX(0) translateY(0px);
  opacity: 1;
}
.page-gift .StyleV_Item_ .img_ {
  position: relative;
  transform: rotateX(15deg) translateY(50px);
  opacity: 0;
  will-change: transform, opacity;
  transition: 1.2s cubic-bezier(0.26, 0.06, 0, 1);
}
.page-gift .StyleV_Item_ .img_ .medical-label {
  position: absolute;
  background-color: #C9A06C;
  color: #fff;
  z-index: 3;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ .img_ .medical-label {
    bottom: 8px;
    left: 8px;
    padding: 0 8px;
    font-size: 12px;
    border-radius: 2px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ .img_ .medical-label {
    font-size: 3.0769230769vw;
    padding: 0 2.0512820513vw;
    bottom: 2.0512820513vw;
    left: 2.0512820513vw;
    border-radius: 0.5128205128vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ .desp_ .name1_ {
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ .desp_ .name1_ {
    margin-bottom: 3.0769230769vw;
  }
}
.page-gift .StyleV_Item_ .desp_ .name1_ a {
  display: block;
  overflow: visible;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ .desp_ .name1_ a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ .desp_ .name1_ a {
    font-size: 3.0769230769vw;
  }
}
.page-gift .StyleV_Item_ .desp_ .price_ {
  border-bottom: 1px solid #C3BEB9;
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ .desp_ .price_ {
    padding-bottom: 16px;
    margin-bottom: 27px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ .desp_ .price_ {
    padding-bottom: 6.1538461538vw;
    margin-bottom: 5.641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ .desp_ .detail_ {
    margin-bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ .desp_ .detail_ {
    margin-bottom: 9.7435897436vw;
  }
}
.page-gift .StyleV_Item_ .desp_ .detail_title_ {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ .desp_ .detail_title_ {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ .desp_ .detail_title_ {
    font-size: 3.5897435897vw;
  }
}
.page-gift .StyleV_Item_ .desp_ .detail_text_ {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ .desp_ .detail_text_ {
    margin-top: 11px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ .desp_ .detail_text_ {
    margin-top: 3.0769230769vw;
    font-size: 3.0769230769vw;
  }
}
.page-gift .StyleV_Item_ .desp_ .detail_text_ li {
  display: flex;
  align-items: flex-start;
}
.page-gift .StyleV_Item_ .desp_ .detail_text_ li::before {
  content: "・";
  font-family: inherit;
  font-size: inherit;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-gift .StyleV_Item_ .desp_ .buy_btn_ .c-btn {
    height: 50px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .StyleV_Item_ .desp_ .buy_btn_ .c-btn {
    height: 15.3846153846vw;
  }
}
.page-gift .StyleV_Item_ .desp_ .buy_btn_ .c-btn.is-disabled {
  pointer-events: none;
  background-color: #BFBFBF;
  cursor: not-allowed;
}
.page-gift .p-kv {
  position: relative;
}
.page-gift .p-kv.is-loaded .p-kv__img img {
  transform: scale(1);
  opacity: 1;
}
.page-gift .p-kv__img {
  display: flex;
}
.page-gift .p-kv__img img {
  transition: 1.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 0.3s;
  will-change: transform, opacity;
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  opacity: 0;
}
.page-gift .p-kv__title {
  margin: 0;
  position: absolute;
  color: #fff;
  font-family: var(--refa-font-lusitana);
}
@media screen and (min-width: 768px) {
  .page-gift .p-kv__title {
    line-height: 1.1;
    letter-spacing: 0.08em;
    font-size: 38px;
    bottom: 48px;
    left: 48px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-kv__title {
    font-size: 7.1794871795vw;
    line-height: 1.2;
    letter-spacing: 0.09em;
    bottom: 6.1538461538vw;
    left: 6.1538461538vw;
  }
}
.page-gift .p-intro__wrap {
  margin: 0 auto;
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-gift .p-intro__wrap {
    align-items: center;
    justify-content: center;
    max-width: 1440px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-intro__wrap {
    flex-direction: column;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-intro__text {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-intro__text {
    width: 100%;
    padding: 21.0256410256vw 12.3076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-intro__text-inner {
    width: min(432px, 33.75vw);
  }
}
.page-gift .p-intro__text-title {
  line-height: 1.75;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .page-gift .p-intro__text-title {
    font-size: min(28px, 2.1875vw);
    margin-bottom: min(48px, 3.75vw);
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-intro__text-title {
    white-space: nowrap;
    font-size: 5.1282051282vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-gift .p-intro__text-txt {
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-gift .p-intro__text-txt {
    font-size: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-intro__text-txt {
    font-size: 3.0769230769vw;
  }
}
.page-gift .p-intro__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-gift .p-intro__img {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-intro__img {
    width: 100%;
  }
}
.page-gift .p-nav__bg {
  background-color: #C9A06C;
}
@media screen and (min-width: 768px) {
  .page-gift .p-nav__bg {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__bg {
    padding: 6.1538461538vw;
  }
}
.page-gift .p-nav__inner {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-gift .p-nav__inner {
    max-width: 1134px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__inner {
    flex-direction: column;
    row-gap: 4.1025641026vw;
  }
}
.page-gift .p-nav__title {
  color: #fff;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .page-gift .p-nav__title {
    display: flex;
    align-items: center;
    width: 18%;
    font-size: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
    height: 56px;
    letter-spacing: 0.08em;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__title {
    text-align: center;
    letter-spacing: 0.1em;
    line-height: 1.7;
    font-size: 4.6153846154vw;
  }
}
.page-gift .p-nav__list {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-gift .p-nav__list {
    flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__list {
    flex-wrap: wrap;
    row-gap: 8.2051282051vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-nav__list-item {
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__list-item {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__list-item:nth-of-type(2n-1) {
    border-right: 1px solid rgba(255, 255, 255, 0.25);
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__list-item:nth-of-type(2n) a {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__list-item:nth-of-type(n+3) a::before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    left: 0;
    top: -4.1025641026vw;
  }
}
.page-gift .p-nav__list-item a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.7;
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-gift .p-nav__list-item a {
    font-size: 16px;
    height: 56px;
    padding-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__list-item a {
    width: 41.5384615385vw;
    height: 14.358974359vw;
    font-size: 4.1025641026vw;
    padding-bottom: 3.0769230769vw;
  }
}
.page-gift .p-nav__list-item a::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 1.5px solid #fff;
  border-left: 1.5px solid #fff;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (min-width: 768px) {
  .page-gift .p-nav__list-item a::after {
    width: 8px;
    height: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-nav__list-item a::after {
    width: 2.0512820513vw;
    height: 2.0512820513vw;
  }
}
.page-gift .product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .page-gift .product-list {
    row-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .product-list {
    row-gap: 22.5641025641vw;
  }
}
.page-gift .gft-card {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-card {
    align-items: flex-start;
    width: 48%;
    column-gap: 5.6%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-card {
    width: 100%;
    flex-direction: column;
    row-gap: 3.0769230769vw;
  }
}
.page-gift .gft-card.is-hidden-product {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-left {
    width: 47.2%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-left {
    width: 100%;
  }
}
.page-gift .gft-left .gft-gender-tag {
  font-family: var(--refa-font-lusitana);
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-left .gft-gender-tag {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-left .gft-gender-tag {
    font-size: 4.1025641026vw;
    margin-bottom: 4.1025641026vw;
  }
}
.page-gift .gft-left .StyleV_Item_ {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right {
    padding-top: 32px;
    width: 47.2%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right {
    width: 100%;
  }
}
.page-gift .gft-right .gft-name {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .gft-name {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .gft-name {
    font-size: 3.0769230769vw;
    margin-bottom: 3.0769230769vw;
  }
}
.page-gift .gft-right .gft-price {
  font-family: var(--refa-font-open);
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #C3BEB9;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .gft-price {
    font-size: 12px;
    padding-bottom: 24px;
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .gft-price {
    font-size: 3.0769230769vw;
    padding-bottom: 6.1538461538vw;
    margin-bottom: 5.641025641vw;
  }
}
.page-gift .gft-right .gft-price small {
  font-family: var(--refa-font-zenkaku);
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .gft-price small {
    font-size: 10px;
    margin-left: 4px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .gft-price small {
    font-size: 2.5641025641vw;
    margin-left: 1.0256410256vw;
  }
}
.page-gift .gft-right .gft-set-contents-title {
  font-weight: 500;
  letter-spacing: 0.08em;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .gft-set-contents-title {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .gft-set-contents-title {
    font-size: 3.5897435897vw;
  }
}
.page-gift .gft-right .gft-set-contents-text {
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .gft-set-contents-text {
    margin-top: 11px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .gft-set-contents-text {
    margin-top: 3.0769230769vw;
    font-size: 3.0769230769vw;
  }
}
.page-gift .gft-right .gft-set-contents-text li {
  display: flex;
  align-items: flex-start;
}
.page-gift .gft-right .gft-set-contents-text li::before {
  content: "・";
  font-family: inherit;
  font-size: inherit;
  line-height: 2;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.page-gift .gft-right .gft-selectbox {
  background-color: #FAF5EB;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .gft-selectbox {
    margin-top: 35px;
    padding: min(16px, 1.25vw);
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .gft-selectbox {
    margin-top: 6.6666666667vw;
    padding: 6.1538461538vw 4.1025641026vw;
  }
}
.page-gift .gft-right .gft-section-label {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .gft-section-label {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .gft-section-label {
    font-size: 3.5897435897vw;
    margin-bottom: 4.1025641026vw;
  }
}
.page-gift .gft-right .gft-color-grid,
.page-gift .gft-right .gft-size-grid {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .gft-color-grid,
  .page-gift .gft-right .gft-size-grid {
    column-gap: min(8px, 0.625vw);
    row-gap: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .gft-color-grid,
  .page-gift .gft-right .gft-size-grid {
    column-gap: 3.0769230769vw;
    row-gap: 3.0769230769vw;
  }
}
.page-gift .gft-right .gft-color-grid {
  border-bottom: 1px solid #E3DFDA;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .gft-color-grid {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .gft-color-grid {
    padding-bottom: 6.1538461538vw;
    margin-bottom: 6.1538461538vw;
  }
}
.page-gift .gft-right .btn-gft-color,
.page-gift .gft-right .btn-gft-size {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #C3BEB9;
  border: 1px solid #C3BEB9;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .btn-gft-color,
  .page-gift .gft-right .btn-gft-size {
    font-size: 12px;
    height: 34px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .btn-gft-color,
  .page-gift .gft-right .btn-gft-size {
    font-size: 3.5897435897vw;
    height: 9.2307692308vw;
    border-radius: 1.0256410256vw;
  }
}
.page-gift .gft-right .btn-gft-color.is-selected,
.page-gift .gft-right .btn-gft-size.is-selected {
  background-color: #fff;
  border-color: #fff;
  color: #382E17;
}
.page-gift .gft-right .btn-gft-color.is-sold-out,
.page-gift .gft-right .btn-gft-size.is-sold-out {
  pointer-events: none;
  background-color: #C3BEB9;
  color: #fff;
  opacity: 0.7;
}
.page-gift .gft-right .btn-gft-color {
  font-family: var(--refa-font-zenkaku);
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .btn-gft-color {
    width: calc((100% - min(8px, 0.625vw)) / 2);
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .btn-gft-color {
    width: 38.2051282051vw;
  }
}
.page-gift .gft-right .btn-gft-size {
  font-family: var(--refa-font-open);
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .btn-gft-size {
    width: 49px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .btn-gft-size {
    width: 17.4358974359vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .gft-right .btn-gft-cart {
    margin-top: 16px;
    height: 50px;
    font-size: clamp(11px, 1.015625vw, 13px);
  }
}
@media screen and (max-width: 767px) {
  .page-gift .gft-right .btn-gft-cart {
    height: 15.3846153846vw;
    margin-top: 6.1538461538vw;
  }
}
.page-gift .gft-right .btn-gft-cart.is-inactive {
  background-color: #BFBFBF;
  pointer-events: none;
}
.page-gift .p-occasion__wrap {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-gift .p-occasion__wrap {
    margin: 0 auto;
    max-width: 1440px;
    column-gap: 3.33%;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-occasion__wrap {
    flex-direction: column;
    align-items: center;
    row-gap: 10.2564102564vw;
  }
}
.page-gift .p-occasion__img {
  display: flex;
}
@media screen and (min-width: 768px) {
  .page-gift .p-occasion__img {
    width: 33.82%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-occasion__img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-occasion__product {
    width: 54.86%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-occasion__product {
    width: 87.6923076923vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-occasion__product .StyleV_Frame_ {
    column-gap: 6%;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-occasion__product .StyleV_Item_ {
    width: 47%;
  }
}
.page-gift .p-personal__inner {
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__inner {
    max-width: 1134px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__inner {
    padding: 0 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__bg {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__bg {
    padding-bottom: 6.1538461538vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal .c-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal .c-title {
    margin-bottom: 10.2564102564vw;
  }
}
.page-gift .p-personal__lead {
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__lead {
    text-align: center;
    font-size: 12px;
    line-height: 1.9;
    letter-spacing: 0.09em;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__lead {
    letter-spacing: 0.1em;
    line-height: 1.85;
    font-size: 3.5897435897vw;
    margin-bottom: 14.358974359vw;
  }
}
.page-gift .p-personal__list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__list {
    justify-content: center;
    column-gap: 3.6%;
    row-gap: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__list {
    justify-content: space-between;
    row-gap: 12.3076923077vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__list-item {
    width: 22.3%;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__list-item {
    width: 41.7948717949vw;
  }
}
.page-gift .p-personal__list-img.is-inview {
  transform: rotateX(0) translateY(0px);
  opacity: 1;
}
.page-gift .p-personal__list-img {
  position: relative;
  transform: rotateX(15deg) translateY(50px);
  opacity: 0;
  transition: 1.2s cubic-bezier(0.26, 0.06, 0, 1);
}
.page-gift .p-personal__list-img img {
  display: block;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__list-text {
    padding: 12px 12px 0;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__list-text {
    padding: 4.1025641026vw 2.0512820513vw 0;
  }
}
.page-gift .p-personal__list-title {
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__list-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__list-title {
    font-size: 3.0769230769vw;
    margin-bottom: 2.0512820513vw;
  }
}
.page-gift .p-personal__list-price {
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #C3BEB9;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__list-price {
    font-size: 12px;
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__list-price {
    font-size: 3.0769230769vw;
    padding-bottom: 3.0769230769vw;
    margin-bottom: 3.0769230769vw;
  }
}
.page-gift .p-personal__list-price .tax {
  font-weight: 500;
  letter-spacing: 0.16em;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__list-price .tax {
    margin-left: 4px;
    font-size: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__list-price .tax {
    margin-left: 1.0256410256vw;
    font-size: 2.5641025641vw;
  }
}
.page-gift .p-personal__list-size {
  font-weight: 500;
  letter-spacing: 0.11em;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__list-size {
    font-size: 11px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__list-size {
    font-size: 2.5641025641vw;
    margin-bottom: 1.0256410256vw;
  }
}
.page-gift .p-personal__list-txt {
  font-weight: 500;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__list-txt {
    letter-spacing: 0.11em;
    font-size: 11px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__list-txt {
    letter-spacing: 0em;
    font-size: 2.5641025641vw;
    margin-bottom: 4.1025641026vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__list-btn {
    font-size: clamp(11px, 1.1697vw, 13px);
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__list-btn {
    height: 10.2564102564vw;
    font-size: 2.5641025641vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__notes {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__notes {
    margin-top: 14.358974359vw;
  }
}
.page-gift .p-personal__notes-txt {
  font-weight: 500;
  font-family: var(--refa-font-mincho);
  line-height: 2;
  letter-spacing: 0.12em;
  display: flex;
  align-items: flex-start;
}
@media screen and (min-width: 768px) {
  .page-gift .p-personal__notes-txt {
    font-size: 10px;
    column-gap: 4px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .p-personal__notes-txt {
    font-size: 3.0769230769vw;
    column-gap: 2.5641025641vw;
  }
}
.page-gift .p-personal__notes-txt::before {
  content: "※";
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.page-gift .navitopicpath_ {
  font-family: var(--refa-font-lusitana);
}
@media screen and (min-width: 768px) {
  .page-gift .navitopicpath_ {
    margin-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .navitopicpath_ {
    margin-top: 30.7692307692vw;
  }
}
.page-gift .navitopicpath_ #bread-crumb-list li:not(:first-of-type) {
  position: relative;
}
@media screen and (min-width: 768px) {
  .page-gift .navitopicpath_ #bread-crumb-list li:not(:first-of-type) {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .navitopicpath_ #bread-crumb-list li:not(:first-of-type) {
    margin-left: 6.1538461538vw;
  }
}
.page-gift .navitopicpath_ #bread-crumb-list li:not(:first-of-type)::before {
  position: absolute;
  content: "";
  display: block;
  height: 1px;
  background-color: #B29A7A;
  top: 50%;
  transform: translate(-100%, -50%);
}
@media screen and (min-width: 768px) {
  .page-gift .navitopicpath_ #bread-crumb-list li:not(:first-of-type)::before {
    width: 16px;
    left: -4px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .navitopicpath_ #bread-crumb-list li:not(:first-of-type)::before {
    width: 4.1025641026vw;
    left: -1.0256410256vw;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .navitopicpath_ #bread-crumb-list li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 767px) {
  .page-gift .navitopicpath_ #bread-crumb-list li a {
    font-size: 2.5641025641vw;
  }
}
.page-gift .navitopicpath_ #bread-crumb-list li a span {
  color: #B29A7A;
}
@media screen and (max-width: 767px) {
  .page-gift .pc-only {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .page-gift .sp-only {
    display: none;
  }
}