@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@600;800&display=swap");
/*----------------------------------------------------
common
--------------------------------------------------- */
:root {
  --vw: 1vw;
  --lh-min: 1.2;
}

/* wrap, block */
html {
  scroll-behavior: smooth;
}

body {
  min-width: 320px;
  padding-top: 10.6rem;
}
@media screen and (max-width: 767px) {
  body {
    padding-top: 5rem;
  }
}
body.enabled_modal {
  overflow: hidden;
}
body.enabled_modal .filter-title {
  padding-right: var(--scrollbar-width, 0px);
}
body.enabled_modal #contentsBg {
  padding-right: var(--scrollbar-width, 0px);
}
@media screen and (min-width: 768px), print {
  body.enabled_modal header {
    padding-right: calc(var(--scrollbar-width, 0) + 4rem);
  }
}
@media screen and (min-width: 768px), print {
  body.enabled_modal footer {
    padding-right: var(--scrollbar-width, 0px);
  }
}

header {
  min-width: 320px;
  background-color: rgba(0, 0, 0, 0.7);
}
@media screen and (min-width: 768px), print {
  header nav .nav_list .sub_menu {
    pointer-events: none;
  }
  header nav .nav_list:hover .sub_menu.show {
    pointer-events: auto;
  }
}

main {
  overflow: visible;
  background-color: #fff;
}

#gift {
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
  /* フィルター */
  /* 商品一覧 */
  /* モーダル */
  /* スライドアニメーション */
}
#gift .no-list {
  text-align: center;
  color: #fff;
  max-width: 1120px;
  margin-inline: auto;
  padding-top: 120px;
  margin-bottom: 200px;
  -webkit-animation: fadeIn_object 0.3s 0.3s forwards;
          animation: fadeIn_object 0.3s 0.3s forwards;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px), print {
  #gift .no-list {
    font-size: 16px;
  }
}
#gift .hero-item {
  position: relative;
}
#gift .hero-item__bg img {
  width: 100%;
  display: block;
}
@media screen and (min-width: 768px), print {
  #gift .hero-item__title {
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  #gift .hero-item__title {
    height: 44.8vw;
    display: -ms-grid;
    display: grid;
    place-items: center;
    place-content: center;
  }
}
@media screen and (min-width: 768px), print {
  #gift .hero-item__title.--gift {
    width: min(var(--vw) * 0.4557142857 * 100, 638px);
    top: calc(var(--vw) * 0.0228571429 * 100);
    left: calc(var(--vw) * 0.0714285714 * 100);
  }
}
@media screen and (max-width: 767px) {
  #gift .hero-item__title.--gift {
    background-color: #1A474B;
    padding-inline: 10.6666666667vw;
  }
}
@media screen and (min-width: 768px), print {
  #gift .hero-item__title.--luxury {
    width: min(var(--vw) * 0.645 * 100, 903px);
    bottom: calc(var(--vw) * 0.0142857143 * 100);
    left: calc(var(--vw) * 0.0714285714 * 100);
  }
}
@media screen and (max-width: 767px) {
  #gift .hero-item__title.--luxury {
    background: url(../images/common/hero_title_luxury_bg.webp) no-repeat center/cover;
    padding-inline: 23.4666666667vw 23.2vw;
  }
}
#gift .hero-item__title img {
  width: 100%;
  height: auto;
  display: block;
}
#gift .hero .swiper-horizontal > .swiper-pagination-bullets, #gift .hero .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: calc(var(--vw) * 0.0114285714 * 100);
}
@media screen and (max-width: 767px) {
  #gift .hero .swiper-horizontal > .swiper-pagination-bullets, #gift .hero .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 2.1333333333vw;
  }
}
#gift .hero .swiper-pagination-bullet {
  width: 40px;
  height: 2px;
  background-color: #fff;
  border-radius: 0;
  opacity: 1;
}
#gift .hero .swiper-pagination-bullet-active {
  background-color: #856D1B;
}
#gift .banner-category {
  background-color: #000;
  text-align: center;
}
#gift .banner-category.--luxury {
  background-color: #fff;
}
@media screen and (min-width: 768px), print {
  #gift .banner-category {
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  #gift .banner-category {
    padding: 24px 16px;
  }
}
#gift .banner-category__inner {
  width: 100%;
}
@media screen and (min-width: 768px), print {
  #gift .banner-category__inner {
    width: 660px;
    margin-inline: auto;
  }
}
#gift .banner-category__title {
  font-family: "Lora", serif;
  letter-spacing: 0.04em;
  font-size: 20px;
  line-height: var(--lh-min);
  color: #fff;
  padding-block: 12px;
  -webkit-transition: background-color 0.3s, opacity 0.3s;
  transition: background-color 0.3s, opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #gift .banner-category__title {
    font-size: 2rem;
  }
}
#gift .banner-category__title.--luxury {
  position: relative;
  background: linear-gradient(135deg, #C7BC97 0%, #836A17 100%);
}
#gift .banner-category__title.--luxury::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 4px;
  background: url(../images/common/arrow_bnr.svg) no-repeat center/contain;
  top: 23px;
  right: 23px;
}
#gift .banner-category__title.--gift {
  position: relative;
  background: linear-gradient(135deg, #E2E8ED 0%, #7F8B9F 100%);
}
#gift .banner-category__title.--gift::after {
  content: "";
  position: absolute;
  display: block;
  width: 18px;
  height: 4px;
  background: url(../images/common/arrow_bnr.svg) no-repeat center/contain;
  top: 23px;
  right: 23px;
}
#gift .banner-category a {
  background-color: #fff;
  display: block;
}
#gift .banner-category a img {
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (hover: hover) {
  #gift .banner-category a:hover .banner-category__title {
    opacity: 0.7;
  }
  #gift .banner-category a:hover .banner-category__title.--luxury {
    background: linear-gradient(-45deg, #C7BC97 0%, #836A17 100%);
  }
  #gift .banner-category a:hover .banner-category__title.--gift {
    background: linear-gradient(-45deg, #E2E8ED 0%, #7F8B9F 100%);
  }
  #gift .banner-category a:hover img {
    opacity: 0.5;
  }
}
@media screen and (min-width: 768px), print {
  #gift #filters {
    position: sticky;
    top: 10.6rem;
    z-index: 9;
    background-color: rgba(255, 255, 255, 0.8);
  }
}
@media screen and (max-width: 767px) {
  #gift #filters {
    padding: 24px 16px 20px;
  }
}
#gift #filters.luxury-filters {
  background-color: rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 767px) {
  #gift #filters.luxury-filters {
    padding: 36px 40px 20px;
  }
}
#gift .filter-title {
  font-family: "Lora", serif;
  letter-spacing: 0.04em;
  font-size: 2rem;
  text-align: center;
  line-height: var(--lh-min);
  padding-block: 12px 11px;
  color: #7F8B9F;
  background: linear-gradient(135deg, rgba(216, 223, 229, 0.2) 0%, rgba(226, 232, 237, 0.2) 100%);
}
@media screen and (min-width: 768px), print {
  #gift .filter-title {
    border-bottom: 1px solid #000;
    font-size: 20px;
  }
}
#gift .filter-group.--category {
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 767px) {
  #gift .filter-group.--category {
    border-bottom: 1px solid rgba(127, 139, 159, 0.5);
  }
}
#gift .filter-group.--location {
  padding-block: 16px;
}
#gift .filter-group.--gender {
  display: -ms-grid;
  display: grid;
  place-items: center;
  place-content: center;
  -ms-grid-columns: auto 40px auto;
  grid-template-columns: repeat(2, auto);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (min-width: 768px), print {
  #gift .filter-group.--gender {
    padding-bottom: 24px;
  }
}
#gift .filter-group.--gender label {
  font-family: "Lora", serif;
  letter-spacing: 0.04em;
  font-size: 14px;
  color: #000;
  cursor: pointer;
  position: relative;
  padding-left: 28px;
  line-height: 1.285714;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  #gift .filter-group.--gender label {
    font-size: 1.4rem;
  }
}
#gift .filter-group.--gender label input[type=checkbox] {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#gift .filter-group.--gender label input[type=checkbox]:checked {
  background: #000;
}
#gift .filter-group.--gender label input[type=checkbox]:checked::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: 0;
  width: 4px;
  height: 9px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
#gift .tabs-category {
  margin-inline: auto;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  place-content: center;
  -ms-grid-columns: (auto)[6];
  grid-template-columns: repeat(6, auto);
}
@media screen and (max-width: 767px) {
  #gift .tabs-category {
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background-color: rgba(127, 139, 159, 0.5);
  }
}
#gift .tabs-category button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding-inline: 12px;
  font-family: "Lora", serif;
  letter-spacing: 0.04em;
  font-size: 16px;
  color: #000;
  line-height: 56px;
  position: relative;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 767px) {
  #gift .tabs-category button {
    font-size: 1.4rem;
    line-height: 2.8571;
    background-color: #fff;
    width: 100%;
  }
}
#gift .tabs-category button::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(100% - 24px);
  height: 5px;
  top: -1px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #7F8B9F;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (hover: hover) and (min-width: 768px), print and (hover: hover) {
  #gift .tabs-category button:hover {
    color: #7F8B9F;
  }
  #gift .tabs-category button:hover::after {
    opacity: 1;
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  #gift .tabs-category button:hover {
    background-color: #e5e8ec;
  }
}
@media screen and (min-width: 768px), print {
  #gift .tabs-category button.active {
    color: #7F8B9F;
  }
  #gift .tabs-category button.active::after {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  #gift .tabs-category button.active {
    background-color: #e5e8ec;
  }
}
#gift .luxury-filters .filter-group.--location {
  padding-block: 32px 40px;
}
@media screen and (max-width: 767px) {
  #gift .luxury-filters .filter-group.--location {
    padding-block: 0;
  }
}
#gift .luxury-filters .tabs-location {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  max-width: 701px;
}
@media screen and (max-width: 767px) {
  #gift .luxury-filters-bottom .tabs-location {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    padding: 20px 40px 16px;
  }
}
#gift .tabs-location {
  margin-inline: auto;
  max-width: 924px;
  padding-inline: 16px;
  text-align: center;
  display: -ms-grid;
  display: grid;
  place-items: center;
  place-content: center;
  -ms-grid-columns: 1fr 8px 1fr 8px 1fr 8px 1fr;
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}
@media screen and (max-width: 767px) {
  #gift .tabs-location {
    width: 100%;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    padding-inline: 0;
  }
}
#gift .tabs-location button {
  background-color: #fff;
  border: 1px solid #ccd1d9;
  cursor: pointer;
  font-size: 14px;
  color: #000;
  line-height: 26px;
  width: 100%;
  border-radius: 26px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  #gift .tabs-location button {
    font-size: 1.1rem;
    line-height: 1.545545;
  }
}
@media (hover: hover) {
  #gift .tabs-location button:hover {
    border-color: #e5e8ec;
    background-color: #e5e8ec;
  }
}
#gift .tabs-location button.active {
  border-color: #e5e8ec;
  background-color: #e5e8ec;
}
#gift .tabs-location button.luxury-button {
  color: #fff;
  border: 1px solid #5c5d5e;
  background-color: transparent;
}
@media (hover: hover) {
  #gift .tabs-location button.luxury-button:hover {
    border: 1px solid #5c5d5e;
    background-color: #5c5d5e;
  }
}
#gift .tabs-location button.luxury-button.active {
  border: 1px solid #5c5d5e;
  background-color: #5c5d5e;
}
#gift .filter-bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  #gift .filter-bottom {
    display: block;
    padding: 24px 16px 16px;
  }
}
#gift .luxury-filters-bottom {
  display: none;
}
@media screen and (max-width: 767px) {
  #gift .luxury-filters-bottom {
    display: block;
    padding: 0;
  }
}
#gift .bg {
  padding-block: 80px 88px;
  background-color: #2a2a2a;
  background-position: center top;
  background-size: 2400px 3600px;
}
@media screen and (max-width: 767px) {
  #gift .bg {
    padding-block: 32px 16px;
    background-size: 100% auto;
  }
}
@media screen and (min-width: 768px), print {
  #gift .bg.--all {
    background-image: url(../images/common/bg_all.webp);
  }
}
@media screen and (max-width: 767px) {
  #gift .bg.--all {
    background-image: url(../images/common/bg_all_sp.webp);
  }
}
@media screen and (min-width: 768px), print {
  #gift .bg.--bag {
    background-image: url(../images/common/bg_bag.webp);
  }
}
@media screen and (max-width: 767px) {
  #gift .bg.--bag {
    background-image: url(../images/common/bg_bag_sp.webp);
  }
}
@media screen and (min-width: 768px), print {
  #gift .bg.--watches {
    background-image: url(../images/common/bg_watches.webp);
  }
}
@media screen and (max-width: 767px) {
  #gift .bg.--watches {
    background-image: url(../images/common/bg_watches_sp.webp);
  }
}
@media screen and (min-width: 768px), print {
  #gift .bg.--beauty {
    background-image: url(../images/common/bg_beauty.webp);
  }
}
@media screen and (max-width: 767px) {
  #gift .bg.--beauty {
    background-image: url(../images/common/bg_beauty_sp.webp);
  }
}
@media screen and (min-width: 768px), print {
  #gift .bg.--fashion {
    background-image: url(../images/common/bg_fashion.webp);
  }
}
@media screen and (max-width: 767px) {
  #gift .bg.--fashion {
    background-image: url(../images/common/bg_fashion_sp.webp);
  }
}
@media screen and (min-width: 768px), print {
  #gift .bg.--life {
    background-image: url(../images/common/bg_life.webp);
  }
}
@media screen and (max-width: 767px) {
  #gift .bg.--life {
    background-image: url(../images/common/bg_life_sp.webp);
  }
}
#gift .bg.--luxury {
  background-color: #000;
  padding-block: 0 64px;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury {
    padding-block: 0;
  }
}
#gift .bg.--luxury .product-list {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list {
    padding-inline: 10.6666666667vw;
    gap: 6.4vw;
  }
}
#gift .bg.--luxury .product-list .product-card {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: none;
  grid-template-rows: none;
  padding-bottom: 0;
  cursor: default;
}
#gift .bg.--luxury .product-list .product-card > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
#gift .bg.--luxury .product-list .product-card > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list .product-card {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 6.6666666667vw;
    padding-bottom: 0;
    row-gap: 0;
  }
}
@media (hover: hover) {
  #gift .bg.--luxury .product-list .product-card:hover .product-image {
    opacity: 1;
  }
  #gift .bg.--luxury .product-list .product-card:hover .product-image img {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #gift .bg.--luxury .product-list .product-card:hover .product-brand {
    opacity: 1;
  }
  #gift .bg.--luxury .product-list .product-card:hover .product-location {
    opacity: 1;
  }
}
#gift .bg.--luxury .product-list .product-content {
  padding-inline: 48px 64px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list .product-content {
    padding: 16px;
  }
}
#gift .bg.--luxury .product-list .product-image {
  aspect-ratio: 280/373;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list .product-image {
    aspect-ratio: 1/1;
  }
}
#gift .bg.--luxury .product-list .product-location {
  color: #856D1B;
  font-size: 12px;
  margin-inline: 0;
}
#gift .bg.--luxury .product-list .product-location span {
  display: inline-block;
  border: 1px solid #856D1B;
  border-radius: 22px;
  padding: 5px 12px;
}
#gift .bg.--luxury .product-list .product-location::after {
  content: none;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list .product-location {
    font-size: 1.2rem;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: 24px;
    position: relative;
    width: 100%;
  }
  #gift .bg.--luxury .product-list .product-location::after {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    background: url(../images/common/list_icon.webp) no-repeat center/contain;
    bottom: 5px;
    right: 0;
  }
}
#gift .bg.--luxury .product-list .product-brand {
  margin-top: 25px;
  margin-inline: 0;
  padding-bottom: 12px;
  position: relative;
  font-family: "Lora", serif;
  letter-spacing: 0.04em;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.375;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (min-width: 768px), print {
  #gift .bg.--luxury .product-list .product-brand {
    padding-bottom: 21px;
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list .product-brand {
    margin-top: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
#gift .bg.--luxury .product-list .product-brand::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
@media screen and (min-width: 768px), print {
  #gift .bg.--luxury .product-list .product-brand::after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 33px;
    background: url(../images/common/luxury_title.webp) no-repeat center center;
    background-size: 449px 33px;
  }
}
#gift .bg.--luxury .product-list .product-brand a {
  color: #000;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#gift .bg.--luxury .product-list .product-brand a .icon {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #gift .bg.--luxury .product-list .product-brand a:hover {
    text-decoration: none;
  }
  #gift .bg.--luxury .product-list .product-brand a:hover .icon {
    opacity: 0.4;
  }
  #gift .bg.--luxury .product-list .product-brand a:hover::after {
    opacity: 0.4;
  }
}
#gift .bg.--luxury .product-list .product-brand a::after {
  content: "";
  display: inline-block;
  margin-left: 16px;
  width: 18.5px;
  height: 13.5px;
  background: url(../images/common/modal_icon.webp) no-repeat center/contain;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list .product-brand a {
    pointer-events: none;
  }
  #gift .bg.--luxury .product-list .product-brand a::after {
    content: none;
  }
}
#gift .bg.--luxury .product-list .product-brand a .ja {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 30px;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list .product-brand a .ja {
    font-size: 2.2rem;
  }
}
#gift .bg.--luxury .product-list .product-description {
  margin-top: 40px;
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list .product-description {
    display: none;
  }
}
#gift .bg.--luxury .product-list .product-items {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #gift .bg.--luxury .product-list .product-items {
    display: none;
  }
}
#gift .bg.--luxury .product-list .product-items:has(.item-name) .item-wrap {
  margin-left: 8px;
}
#gift .bg.--luxury .product-list .product-items li ~ li {
  margin-top: 2px;
}
#gift .bg.--luxury .product-list .product-items li ~ li .item-name {
  margin-top: 16px;
}
#gift .bg.--luxury .product-list .product-items li .sub-name {
  margin-left: 8px;
}
#gift .bg.--luxury .product-list .product-items li span.product-item {
  margin-right: 4px;
}
#gift .bg.--luxury .product-list .product-items li span.product-note {
  display: inline-block;
}
#gift .bg.--luxury .product-list .product-items li:not(:has(.item-name)) .sub-name {
  margin-top: 16px;
}
#gift .product-list {
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 20px;
}
@media screen and (max-width: 1311px) {
  #gift .product-list {
    gap: calc(var(--vw) * 0.0228571429 * 100) calc(var(--vw) * 0.0142857143 * 100);
    padding-inline: 16px;
  }
}
@media screen and (max-width: 767px) {
  #gift .product-list {
    -ms-grid-columns: 1fr 2.9333333333vw 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 3.2vw 2.9333333333vw;
    padding-inline: 4.2666666667vw;
  }
}
#gift .product-card {
  background-color: #fff;
  padding-bottom: 18px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: subgrid;
  grid-template-rows: subgrid;
  -ms-grid-row-span: 3;
  grid-row: span 3;
  row-gap: 20px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  #gift .product-card {
    padding-bottom: 12px;
    row-gap: 3.2vw;
  }
}
@media (hover: hover) {
  #gift .product-card:hover .product-image {
    opacity: 0.5;
  }
  #gift .product-card:hover .product-image img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  #gift .product-card:hover .product-brand {
    opacity: 0.4;
  }
  #gift .product-card:hover .product-location {
    opacity: 0.4;
  }
  #gift .product-card:hover .product-location::after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
#gift .product-image {
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#gift .product-image img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#gift .product-brand {
  padding-bottom: 12px;
  margin-inline: 20px;
  position: relative;
  font-family: "Lora", serif;
  letter-spacing: 0.04em;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #gift .product-brand {
    margin-inline: 12px;
    font-size: 1.8rem;
    word-break: break-all;
  }
}
#gift .product-brand::after {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
#gift .product-brand .ja {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  #gift .product-brand .ja {
    font-size: 1.6rem;
  }
}
#gift .product-brand sup {
  font-size: 0.7em;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1;
}
#gift .product-location {
  margin-top: 11px;
  margin-inline: 20px;
  color: #856D1B;
  font-size: 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gift .product-location {
    margin-top: 6px;
    margin-inline: 12px;
    font-size: 1rem;
  }
}
#gift .product-location span {
  display: inline-block;
  border: 1px solid #856D1B;
  border-radius: 22px;
  padding: 5px 12px;
}
@media screen and (max-width: 767px) {
  #gift .product-location span {
    padding: 4px 9px;
  }
}
#gift .product-location::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  background: url(../images/common/list_icon.webp) no-repeat center/contain;
  bottom: 5px;
  right: 0;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media screen and (max-width: 767px) {
  #gift .product-location::after {
    bottom: 3px;
  }
}
#gift .modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100;
}
#gift .modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#gift .modal-wrapper {
  margin-block: 60px;
  padding-top: 60px;
  width: 91.4666%;
  max-width: 1120px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gift .modal-wrapper {
    margin-block: 20px;
    padding-top: 44px;
  }
}
#gift .modal {
  overflow-y: auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#gift .modal-close {
  position: absolute;
  top: 2px;
  right: 0;
  cursor: pointer;
  display: block;
  background: url(../images/common/modal_close.webp) no-repeat center/contain;
  width: 48px;
  height: 48px;
}
@media screen and (max-width: 767px) {
  #gift .modal-close {
    width: 32px;
    height: 32px;
    background-size: 48px;
  }
}
#gift .nav-btn {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/modal_arrow.webp) no-repeat center/contain;
  width: 48px;
  height: 48px;
  border: none;
  cursor: pointer;
  -webkit-filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.16));
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #gift .nav-btn {
    top: 157.3333333333vw;
    width: 24px;
    height: 24px;
  }
}
#gift .nav-btn.disabled {
  display: none;
}
#gift #prevBtn {
  left: -24px;
  -webkit-transform: translateY(-50%) scaleX(-1);
          transform: translateY(-50%) scaleX(-1);
}
@media screen and (max-width: 767px) {
  #gift #prevBtn {
    left: -12px;
  }
}
#gift #nextBtn {
  right: -24px;
}
@media screen and (max-width: 767px) {
  #gift #nextBtn {
    right: -12px;
  }
}
#gift .modal-body {
  background: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  #gift .modal-body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
#gift .modal-content {
  padding-inline: 48px 64px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  #gift .modal-content {
    padding: 32px 28px;
    display: block;
  }
}
#gift .modal-location {
  color: #856D1B;
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  #gift .modal-location {
    font-size: 1.2rem;
  }
}
#gift .modal-location span {
  display: inline-block;
  border: 1px solid #856D1B;
  border-radius: 22px;
  padding: 5px 12px;
}
#gift .modal-brand {
  margin-top: 25px;
  padding-bottom: 12px;
  position: relative;
  font-family: "Lora", serif;
  letter-spacing: 0.04em;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.375;
}
#gift .modal-brand .icon {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #gift .modal-brand .icon:hover {
    opacity: 0.4;
  }
}
#gift .modal-brand .icon::after {
  content: "";
  display: inline-block;
  margin-left: 16px;
  width: 18.5px;
  height: 13.5px;
  background: url(../images/common/modal_icon.webp) no-repeat center/contain;
  vertical-align: middle;
}
#gift .modal-brand sup {
  font-size: 0.7em;
  vertical-align: text-top;
  margin-left: 2px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #gift .modal-brand {
    margin-top: 13px;
    font-size: 2.4rem;
  }
}
#gift .modal-brand::after {
  content: "";
  position: absolute;
  display: block;
  width: 25px;
  height: 1px;
  background-color: #000;
  bottom: 0;
  left: 0;
}
#gift .modal-brand.--luxury {
  padding-bottom: 0;
}
#gift .modal-brand.--luxury span {
  display: inline-block;
  background: url(../images/common/luxury_title_sp.png) no-repeat bottom center;
  background-size: 296px 22px;
  padding-bottom: 18px;
  padding-inline: 2px 3px;
}
#gift .modal-brand.--luxury::after {
  content: none;
}
#gift .modal-brand.--luxury a::after {
  margin-left: 13px;
}
#gift .modal-brand a {
  color: #000;
  text-decoration: none;
}
@media (hover: hover) {
  #gift .modal-brand a:hover {
    text-decoration: none;
  }
}
#gift .modal-brand a .ja {
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 1.4666666667;
}
@media screen and (max-width: 767px) {
  #gift .modal-brand a .ja {
    font-size: 2.2rem;
  }
}
#gift .modal-description {
  margin-top: 48px;
  font-size: 16px;
  line-height: 1.55;
}
@media screen and (max-width: 767px) {
  #gift .modal-description {
    font-size: 1.4rem;
    margin-top: 20px;
  }
}
#gift .modal-items {
  margin-top: 28px;
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #gift .modal-items {
    margin-top: 16px;
  }
}
#gift .modal-items:has(.item-name) .item-wrap {
  margin-left: 8px;
}
#gift .modal-items li ~ li {
  margin-top: 2px;
}
#gift .modal-items li ~ li .item-name {
  margin-top: 16px;
}
#gift .modal-items li .sub-name {
  margin-left: 8px;
}
#gift .modal-items li span.modal-item {
  margin-right: 4px;
}
#gift .modal-items li span.modal-note {
  display: inline-block;
}
#gift .modal-items li:not(:has(.item-name)) .sub-name {
  margin-top: 16px;
}
#gift .ch-note {
  color: #fff;
  max-width: 1120px;
  width: 100%;
  margin-inline: auto;
  font-size: 1.1rem;
  line-height: 1.6;
}
@media screen and (max-width: 1311px) {
  #gift .ch-note {
    padding-inline: 16px;
  }
}
@media screen and (max-width: 767px) {
  #gift .ch-note {
    margin-top: 16px;
    padding-inline: 4.2666666667vw;
  }
  #gift .ch-note li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
@media screen and (min-width: 768px), print {
  #gift .ch-note {
    font-size: 12px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 767px) {
  #gift .ch-note.--luxury {
    margin-top: 0;
    padding-top: 16px;
    padding-inline: 0;
    margin-inline: 40px;
    width: calc(100% - 80px);
    border-top: 1px solid #fff;
    padding-bottom: 33px;
  }
}
#gift #gift-top {
  position: fixed;
  bottom: 32px;
  right: 32px;
  width: 112px;
  height: 112px;
  z-index: 99;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (max-width: 767px) {
  #gift #gift-top {
    bottom: 8px;
    right: 8px;
    width: 64px;
    height: 64px;
  }
}
#gift #gift-top a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/common/page-top.webp) no-repeat center/contain;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
          filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.2));
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media (hover: hover) {
  #gift #gift-top a:hover {
    opacity: 0.7;
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
  to {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
#gift .slide-out-left {
  -webkit-animation: slideOutLeft 0.3s forwards;
          animation: slideOutLeft 0.3s forwards;
}
#gift .slide-out-right {
  -webkit-animation: slideOutRight 0.3s forwards;
          animation: slideOutRight 0.3s forwards;
}
#gift .slide-in-left {
  -webkit-animation: slideInLeft 0.3s forwards;
          animation: slideInLeft 0.3s forwards;
}
#gift .slide-in-right {
  -webkit-animation: slideInRight 0.3s forwards;
          animation: slideInRight 0.3s forwards;
}
#gift .fade-in {
  -webkit-animation: fadeInModal 0.3s;
          animation: fadeInModal 0.3s;
}
#gift .fade-out {
  -webkit-animation: fadeOutModal 0.3s;
          animation: fadeOutModal 0.3s;
}
@-webkit-keyframes fadeInModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInModal {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOutModal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOutModal {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn_object {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_object {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* #christmas24 */