@charset "UTF-8";
:root {
  --page-color-gold: #C3A66C;
  --ff-yu-gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --ff-hiragino-kakugo: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS PGothic, sans-serif;
}

html, body {
  scroll-behavior: smooth;
  scroll-padding: 10svh;
}

.page-container img, .page-container svg {
  display: block;
  width: 100%;
  height: auto;
}

.page-content {
  color: #1A1A1A;
  font-family: var(--ff-yu-gothic);
  background-image: url("../../../Contents/ImagesPkg/lp/about_giftWrapping/bg_content_pc.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#Foot {
  padding-top: 0 !important;
}

.page-product {
  padding-block: 8.5rem 9rem;
}
@media (max-width: 767px) {
  .page-product {
    padding-block: 3.85rem 4.5rem;
  }
}
.page-product__list {
  width: min(90%, 110rem);
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5.8rem 10rem;
}
@media (max-width: 767px) {
  .page-product__list {
    width: calc(100% - 5rem);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.page-product__item {
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  width: 100%;
}
.page-product__detail {
  padding: 1.5rem 2.5rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .page-product__detail {
    padding: 1rem 1rem;
  }
}
.page-product__name {
  font-weight: 500;
  font-size: 1.5rem;
  letter-spacing: 0.075em;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .page-product__name {
    font-size: calc(22* (100vw / 750));
    margin-top: 0.25rem;
  }
}
.page-product__material {
  font-weight: 500;
  font-size: 1.4rem;
  letter-spacing: 0.075em;
  margin-top: 0.5rem;
}
@media (max-width: 767px) {
  .page-product__material {
    font-size: calc(16* (100vw / 750));
    margin-top: 0.7rem;
  }
}
.page-product__size {
  color: #666;
  font-family: var(--font-en);
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  margin-block: 1.5rem;
}
@media (max-width: 767px) {
  .page-product__size {
    font-size: calc(18* (100vw / 750));
    margin-block: 0.75rem;
  }
}
.page-product__price {
  font-weight: 500;
  font-size: 2rem;
  margin-bottom: 2rem;
}
.page-product__price small {
  display: inline-block;
  translate: 0 0;
}
@media (max-width: 767px) {
  .page-product__price {
    font-size: calc(26* (100vw / 750));
    margin-bottom: 1.5rem;
  }

  .page-product__item:nth-child(3) .page-product__price {
    margin-bottom: 2.9rem;
  }
}
.page-product__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  height: 5rem;
  font-weight: bold;
  font-size: 1.3rem;
  letter-spacing: 0.075em;
  border: 0.5px solid #666666;
  border-radius: calc(5.2rem / 2);
  position: relative;
}
@media (max-width: 767px) {
  .page-product__button {
    height: calc(80* (100vw / 750));
    font-size: calc(20* (100vw / 750));
    border-width: 1px;
  }
}
.page-product__button::after {
  content: "";
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  background-image: url("../../../Contents/ImagesPkg/lp/about_giftWrapping/icon_arrow_blk.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  right: 1rem;
  translate: 0 -50%;
}
@media (max-width: 767px) {
  .page-product__button::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.5rem;
  }
}
.page-product__button--color {
  color: #fff;
  background-color: var(--page-color-gold);
  border-color: var(--page-color-gold);
}
.page-product__button--color::after {
  background-image: url("../../../Contents/ImagesPkg/lp/about_giftWrapping/icon_arrow_wht.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.page-product__button + .page-product__button {
  margin-top: 1.4rem;
}
@media (max-width: 767px) {
  .page-product__button + .page-product__button {
    margin-top: 1.2rem;
  }
}
.page-product__disclaimer {
  width: min(80%, 80rem);
  margin-left: auto;
  margin-right: auto;
  border: 0.5px solid #666;
  padding: 2.5rem;
  margin-top: 9.7rem;
  text-align: center;
}
@media (max-width: 767px) {
  .page-product__disclaimer {
    width: calc(680* (100vw / 750));
    margin-top: 6rem;
    padding: 1.5rem 0;
  }
}
.page-product__disclaimer-head {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  margin-bottom: 2.5rem;
}
@media (max-width: 767px) {
  .page-product__disclaimer-head {
    font-size: 1.6rem;
    margin-bottom: 1.25rem;
  }
}
.page-product__disclaimer-body {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.7;
}
@media (max-width: 767px) {
  .page-product__disclaimer-body {
    font-size: calc(22* (100vw / 750));
  }
}

.page-size {
  background-color: rgba(255, 255, 255, 0.7);
}
.page-size__inner {
  width: min(95%, 121rem);
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
@media (max-width: 767px) {
  .page-size__inner {
    width: 100%;
    gap: 0;
    padding-top: 2.5rem;
    flex-direction: column-reverse;
  }
}
.page-size__mockup {
  width: min(44.6280991736%, 54rem);
}
@media (max-width: 767px) {
  .page-size__mockup {
    width: 30rem;
    margin-top: -2rem;
  }
}
.page-size__title {
  width: 52rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.3rem;
  line-height: 1.5;
  background-color: var(--page-color-gold);
  padding-block: 1rem;
}
@media (max-width: 767px) {
  .page-size__title {
    width: 34rem;
    font-size: 1.4rem;
    padding-block: 0.6rem;
  }
}
.page-size__text {
  display: grid;
  justify-items: center;
}
.page-size__description {
  margin-top: 3rem;
  font-weight: bold;
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: 0.075em;
  text-align: center;
}
.page-size__description small {
  font-weight: 500;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .page-size__description {
    margin-top: 1.5rem;
    font-size: calc(24* (100vw / 750));
  }
  .page-size__description small {
    font-size: calc(20* (100vw / 750));
  }
}

.page-disclaimer {
  width: min(90%, 96rem);
  margin-left: auto;
  margin-right: auto;
  padding-block: 8rem;
}
@media (max-width: 767px) {
  .page-disclaimer {
    width: 100%;
    padding-block: 5rem;
    padding-inline: 1.8rem;
  }
}
.page-disclaimer__section + .page-disclaimer__section {
  margin-top: 6.5rem;
}
@media (max-width: 767px) {
  .page-disclaimer__section + .page-disclaimer__section {
    margin-top: 3rem;
  }
}
.page-disclaimer__head {
  font-weight: bold;
  font-size: 2.2rem;
  letter-spacing: 0.075em;
  padding-bottom: 1rem;
  border-bottom: 0.3rem dotted #000;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-disclaimer__head {
    font-size: calc(30* (100vw / 750));
    margin-bottom: 1rem;
    padding-bottom: 0.5rem;
  }
}
.page-disclaimer__text {
  font-size: 1.7rem;
  line-height: 1.7;
  letter-spacing: 0.075em;
}
.page-disclaimer__text--l {
  font-weight: bold;
  font-size: 1.9rem;
}
.page-disclaimer__text--m {
  font-size: 1.7rem;
}
.page-disclaimer__text--s {
  font-size: 1.4rem;
}
.page-disclaimer__text + .page-disclaimer__text {
  margin-top: 1.5rem;
}
@media (max-width: 767px) {
  .page-disclaimer__text {
    font-size: calc(24* (100vw / 750));
  }
  .page-disclaimer__text--l {
    font-size: calc(26* (100vw / 750));
  }
  .page-disclaimer__text--m {
    font-size: calc(24* (100vw / 750));
  }
  .page-disclaimer__text--s {
    font-size: calc(20* (100vw / 750));
  }
  .page-disclaimer__text + .page-disclaimer__text {
    margin-top: 0.75rem;
  }
}

.u-text-red {
  color: #FF1D25;
}

.u-text-bold {
  font-weight: bold;
}

.page-modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.page-modal__inner {
  width: min(90%, 60rem);
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
  padding-block: 7.5rem 5rem;
}
@media (max-width: 767px) {
  .page-modal__inner {
    width: calc(100% - 5rem);
    padding-block: 3.85rem 1.5rem;
  }
}
.page-modal__close {
  position: absolute;
  z-index: 3;
  top: 2.8rem;
  right: 2.8rem;
  width: 1.4rem;
  height: 1.4rem;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-modal__close {
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
  }
}
.page-modal__close span {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.page-modal__close span::before, .page-modal__close span::after {
  content: "";
  display: block;
  width: 2rem;
  height: 1px;
  background-color: #B3B3B3;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (max-width: 767px) {
  .page-modal__close span::before, .page-modal__close span::after {
    width: 1.5rem;
  }
}
.page-modal__close span::before {
  rotate: -45deg;
}
.page-modal__close span::after {
  rotate: 45deg;
}
.page-modal__backdrop {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.page-modal__detail {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-modal__text {
  font-family: var(--ff-hiragino-kakugo);
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .page-modal__text {
    font-size: calc(26* (100vw / 750));
    margin-bottom: 1rem;
  }
}
.page-modal__description {
  font-family: var(--ff-hiragino-kakugo);
  font-size: 1.4rem;
  line-height: 2;
}
@media (max-width: 767px) {
  .page-modal__description {
    font-size: calc(22* (100vw / 750));
  }
}
.page-modal[data-modal="1"] .page-modal__image {
  width: 30.4rem;
}
@media (max-width: 767px) {
  .page-modal[data-modal="1"] .page-modal__image {
    width: 15.2rem;
  }
}
.page-modal[data-modal="2"] .page-modal__image {
  width: 28.3rem;
}
@media (max-width: 767px) {
  .page-modal[data-modal="2"] .page-modal__image {
    width: 14.2rem;
  }
}
.page-modal[data-modal="3"] .page-modal__image {
  width: 37.9rem;
}
@media (max-width: 767px) {
  .page-modal[data-modal="3"] .page-modal__image {
    width: 19rem;
  }
}
.page-modal[data-modal="4"] .page-modal__image {
  width: 32.8rem;
}
@media (max-width: 767px) {
  .page-modal[data-modal="4"] .page-modal__image {
    width: 16.4rem;
  }
}
.page-modal[data-modal="5"] .page-modal__image {
  width: 32rem;
}
@media (max-width: 767px) {
  .page-modal[data-modal="5"] .page-modal__image {
    width: 18rem;
  }
}
.page-modal[data-modal="6"] .page-modal__image {
  width: 37.4rem;
}
@media (max-width: 767px) {
  .page-modal[data-modal="6"] .page-modal__image {
    width: 18.7rem;
  }
}
/*# sourceMappingURL=style.css.map */