@charset "UTF-8";
:root {
  --font_jpn: "Roboto", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN", "ヒラギノ角ゴ Pro", "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
  --font_eng: "century-gothic", sans-serif;
  --iconplus-color: #666;
}

#Wrap {
  width: auto;
}

@-webkit-keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@keyframes mv-fade {
  0% {
    opacity: 0;
    filter: blur(15px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@media (max-width: 768px) {
  .gift + .page-share-btn #share {
    bottom: 6.6666666667vw;
  }
}
.gift {
  margin-bottom: 14rem;
  color: #000;
  font-family: var(--font_jpn);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1;
  letter-spacing: 0.075em;
  font-feature-settings: "palt";
}
@media (min-width: 769px) {
  .gift .sponly {
    display: none;
  }
}
@media (max-width: 768px) {
  .gift .pconly {
    display: none;
  }
}
.gift button {
  outline: none;
  border: 0;
  background-color: transparent;
}
.gift :where(img) {
  width: 100%;
  height: auto;
}
.gift .js-fade {
  opacity: 0;
  transition: opacity 1s ease-in;
}
.gift .js-fade.visible:not(.gift-mv) {
  opacity: 1;
}
.gift-page-top {
  position: fixed;
  bottom: 5rem;
  right: 5rem;
  display: block;
  width: 6rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #6c6c6c;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020.62%209.03%22%3E%3Cpath%20d%3D%22m20.31%208.64-10-8-10%208%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%22%2F%3E%3C%2Fsvg%3E");
  background-size: 2rem 0.8rem;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  z-index: 10;
}
.gift [class*=price] {
  font-family: var(--font_eng);
}
.gift .price-tax {
  font-size: 1rem;
}
.gift-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 22rem;
  height: 3rem;
  background-color: #303030;
  font-size: 1.4rem;
  line-height: 1;
  color: #fff;
}
.gift-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #fff;
  font-size: 1.2rem;
  line-height: 1.5;
  color: #a9aaaa;
  text-align: center;
}
.gift-icon--rate {
  width: 10rem;
}
.gift-icon--rate > span {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  color: #000;
}
.gift-icon--rate > span span {
  line-height: 1;
  font-size: 1.5rem;
}
.gift-icon--rate > span span span {
  font-size: 2.5rem;
}
.gift-icon--rate > span .icon-rate {
  margin-left: 0.3rem;
  font-size: 1.9rem;
}
.gift-icon--rate > span .icon-off {
  font-size: 1.9rem;
}
.gift-icon--gray {
  background-color: #c0c0c0;
  font-size: 1.1rem;
  color: #fff;
}
.gift .icon-plus {
  position: relative;
  display: inline-flex;
  width: 2rem;
  height: auto;
  aspect-ratio: 1/1;
  border: 1px solid var(--iconplus-color);
  border-radius: 50%;
}
.gift .icon-plus::before, .gift .icon-plus::after {
  content: "";
  display: block;
  position: absolute;
  background-color: var(--iconplus-color);
  transition: all 0.5s;
}
.gift .icon-plus::before {
  width: 1rem;
  height: 0.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gift .icon-plus::after {
  height: 1rem;
  width: 0.1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.gift-mv.visible {
  -webkit-animation: mv-fade 1.6s ease 0.2s forwards;
  animation: mv-fade 1.6s ease 0.2s forwards;
}
.gift-mv-lead {
  padding: 6.6rem 0 7rem;
  font-size: 1.4rem;
  line-height: 2.5;
  text-align: center;
}
.gift-mv-lead__marker {
  position: relative;
}
.gift-mv-lead__marker::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 95%;
  height: 100%;
  z-index: -1;
}
.gift-mv-lead__marker--1::after {
  background: linear-gradient(transparent 35%, #e4d0d2 35%);
}
.gift-mv-lead__marker--2::after {
  background: linear-gradient(transparent 35%, #c8d8d3 35%);
}
.gift-index {
  display: flex;
  justify-content: center;
  background-color: #6c6c6c;
}
.gift-index span {
  line-height: 1;
  letter-spacing: 0.075em;
}
.gift-index li a {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  padding: 2.5rem 6.2rem;
  color: #fff;
  text-align: center;
}
.gift-index li a::after {
  content: "";
  display: inline-block;
  width: 1.4rem;
  height: 0.6rem;
  margin: 0 auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2014.65%207.04%22%3E%3Cpath%20d%3D%22m.33.38%207%206%207-6%22%20style%3D%22fill%3Anone%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
}
.gift-index li:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gift-index li:nth-child(2)::before, .gift-index li:nth-child(2)::after {
  content: "";
  display: block;
  width: 1px;
  height: 6rem;
  background-color: #fff;
}
@media (min-width: 769px) {
  .gift-index li:nth-child(3) a {
    padding: 2.5rem 13.6rem 2.5rem 6.5rem;
  }
}
.gift-index__en {
  font-size: 2rem;
  font-family: var(--font_eng);
}
.gift-index__jp {
  font-size: 1.2rem;
}
.gift-kit {
  display: flex;
  flex-direction: column;
}
.gift-kit-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 10rem 0;
}
.gift-kit-wrapper--handlip {
  --sticky-negative-margin: -46.5rem;
  --sticky-text: #ddc4c6;
  --sticky-position: translateX(-8rem);
  --item-icon-positon: -1.4rem;
  position: sticky;
  top: -50rem;
  background-color: #f2e9e6;
  background-image: url(../img/gift-bg-1.png);
  background-size: 107.7rem;
  background-position: top 12rem center;
  background-repeat: no-repeat;
  --intro-img-size: 45rem;
}
.gift-kit-wrapper--facecare {
  --sticky-negative-margin: -47.6rem;
  --sticky-position: translateX(8rem);
  --sticky-text: #b2c8c1;
  background-color: #e6edeb;
  --item-icon-positon: -2.5rem;
  background-image: url(../img/gift-bg-2.png);
  background-size: 88.8rem;
  background-position: top 7.3rem left -7.8rem;
  background-repeat: no-repeat;
  --intro-img-size: 56rem;
}
.gift-kit-bg {
  display: none;
  position: absolute;
  pointer-events: none;
}
.gift-kit-inner {
  width: 110rem;
  margin: 0 auto;
  padding: 0 5rem;
  box-sizing: border-box;
}
.gift-kit-sticky {
  position: sticky;
  transform: var(--sticky-position);
  width: 7rem;
}
.gift-kit-sticky--left {
  top: 15rem;
  left: 0;
}
.gift-kit-sticky--right {
  top: 15rem;
  margin-left: auto;
}
.gift-kit-contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: var(--sticky-negative-margin);
}
.gift-kit-intro {
  display: grid;
  grid-template-columns: var(--intro-img-size) 1fr;
  gap: 5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
}
.gift-kit-intro__img {
  width: var(--intro-img-size);
}
.gift-kit-intro .gift-icon {
  margin-bottom: 1.4rem;
}
.gift-kit-intro__title {
  font-size: 2.2rem;
  line-height: 1.75;
  font-weight: bold;
}
.gift-kit-intro__price {
  margin: 0.7rem 0 3rem;
  font-size: 1.6rem;
  line-height: 1;
}
.gift-kit-intro .gift-btn {
  letter-spacing: 0;
}
.gift-kit-content {
  width: 100%;
}
.gift-kit-content__title {
  display: flex;
  justify-content: center;
  gap: 2rem;
  border-bottom: 1px solid #666;
  padding-bottom: 2rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
  font-weight: normal;
  cursor: pointer;
  transition: opacity 0.25s ease-in-out;
}
.gift-kit-content__title:hover {
  opacity: 0.6;
}
.gift-kit-content__title > span {
  position: relative;
}
.gift-kit-content__title .icon-plus {
  position: absolute;
  right: -4rem;
  top: 50%;
  transform: translateY(-50%);
}
.gift-kit-content__title.open .icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gift-kit-content-list {
  padding-top: 8rem;
  display: grid;
  gap: 6rem 12rem;
  grid-template-columns: repeat(2, 23.2rem);
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.gift-kit-item {
  position: relative;
  text-align: center;
}

.gift-kit-item__img-wrap a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.gift-kit-item img {
  display: block;
  position: relative;
  z-index: 2;
  width: 22rem;
  margin: 0 auto;
}
.gift-kit-item__tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem 0.9rem;
}
.gift-kit-item__tag li {
  display: flex;
  align-items: center;
  padding: 0.2rem 1.3rem;
  height: 2rem;
  background-color: #a9aaaa;
  color: #fff;
  font-size: 1.2rem;
}
.gift-kit-item__tag li span {
  font-size: 1rem;
}
.gift-kit-item__name {
  margin: 0.9rem 0 1.4rem;
  font-size: 1.6rem;
  line-height: 1.75;
}
.gift-kit-item .gift-icon {
  position: absolute;
  top: 1rem;
  left: var(--item-icon-positon);
  z-index: 1;
}
.gift-kit-item .gift-icon span span {
  font-size: 0.7rem;
  vertical-align: super;
}
.gift-kit-item .gift-btn {
  margin: 0 auto;
}
.gift-kit-item__caption {
  display: block;
  margin-top: 1.5rem;
  font-size: 1rem;
  line-height: 1;
}
.gift-fragrance {
  padding: 10rem 0;
  background-color: #f6f6f6;
}
.gift-fragrance-title {
  display: grid;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 5rem;
  font-size: 2.8rem;
  line-height: 1;
  font-family: var(--font_eng);
  text-align: center;
  font-weight: normal;
}
.gift-fragrance-title--jp {
  display: block;
  font-size: 1.2rem;
  font-family: var(--font_jpn);
}
.gift-fragrance-tab {
  width: 110rem;
  margin: 0 auto;
}
.gift-fragrance-tab [data-tab-index="1"] {
  --tab-accent-color: #e6ccd5;
  --tab-accent-color-active: #d2a5b4;
}
.gift-fragrance-tab [data-tab-index="2"] {
  --tab-accent-color: #e7d0cd;
  --tab-accent-color-active: #d4aba5 ;
}
.gift-fragrance-tab [data-tab-index="3"] {
  --tab-accent-color: #d6d5c6;
  --tab-accent-color-active: #b5b398;
}
.gift-fragrance-tab__title {
  display: flex;
  justify-content: center;
  gap: 2rem;
}
.gift-fragrance-tab__title li {
  width: 30rem;
}
.gift-fragrance-tab__title li button {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.7rem;
  padding-bottom: 1.5rem;
  background: linear-gradient(to bottom, transparent 45%, var(--tab-accent-color) 45%);
  font-size: 2rem;
  color: #fff;
  font-family: var(--font_eng);
  letter-spacing: 0.075em;
  cursor: pointer;
}
.gift-fragrance-tab__title li button img {
  width: 14rem;
}
.gift-fragrance-tab__title li button.active {
  background: linear-gradient(to bottom, transparent 45%, var(--tab-accent-color-active) 45%);
}
.gift-fragrance-tab__content {
  background-color: #fff;
}
.gift-fragrance-content {
  padding: 4.9rem 13rem 6rem;
  border-top: 0.4rem solid var(--tab-accent-color);
  text-align: center;
  display: none;
}
.gift-fragrance-content.active {
  border-top-color: var(--tab-accent-color-active);
}
.gift-fragrance-content.active {
  display: block;
}
.gift-fragrance-content__viewmore-item {
  position: relative;
  height: 35rem;
  overflow: hidden;
  transition: all 0.4s ease;
}
.gift-fragrance-content__viewmore-item::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0.2) 100%);
}
.gift-fragrance-content__viewmore-item.open::after {
  opacity: 0;
  visibility: hidden;
}
.gift-fragrance-content__viewmore-button {
  --iconplus-color: #a9aaaa;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  margin-top: 3.5rem;
  color: var(--iconplus-color);
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
  font-family: var(--font_eng);
  letter-spacing: 0.075em;
  transition: opacity 0.25s ease-in-out;
}
.gift-fragrance-content__viewmore-button:hover {
  opacity: 0.6;
}
.gift-fragrance-content__viewmore-button .icon-plus {
  width: 1.5rem;
}
.gift-fragrance-content__viewmore-button .icon-plus::before {
  width: 0.75rem;
}
.gift-fragrance-content__viewmore-button .icon-plus::after {
  height: 0.75rem;
}
.gift-fragrance-content__viewmore-button.open .icon-plus::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.gift-fragrance-content__lead {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 1;
  text-align: center;
}
.gift-fragrance-content__lead span {
  display: inline-flex;
  align-items: center;
  margin-bottom: 2rem;
}
.gift-fragrance-content__lead span::before, .gift-fragrance-content__lead span::after {
  content: "";
  width: 1px;
  height: 1.3rem;
  background-color: #000;
}
.gift-fragrance-content__lead span::before {
  transform: rotate(-20deg);
  margin-right: 1rem;
}
.gift-fragrance-content__lead span::after {
  transform: rotate(20deg);
  margin-left: 1rem;
}
.gift-fragrance-content__title {
  margin-bottom: 2.5rem;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--tab-accent-color-active);
}
.gift-fragrance-content__catch {
  display: flex;
  width: 36rem;
  margin: 0 auto 5.4rem;
}
.gift-fragrance-content__itemlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 8rem;
}
.gift-fragrance-content__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30rem;
  height: 4.2rem;
  margin: 6rem auto 2rem;
  font-size: 1.8rem;
  background-color: #808080;
  color: #fff;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%205.06%208.71%22%3E%3Cpath%20d%3D%22m.35%208.35%204-4-4-4%22%20style%3D%22fill%3Anone%3Bfill-rule%3Aevenodd%3Bstroke%3A%23fff%3Bstroke-miterlimit%3A10%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: 0.4rem 0.8rem;
  background-position: right 1.6rem center;
}
.gift-fragrance-item {
  position: relative;
  display: grid;
  grid-template-rows: 18rem 1fr 3rem;
  width: 22rem;
  padding-top: 2.5rem;
}
@media (min-width: 769px) {
  .gift-fragrance-item:nth-of-type(n + 4) {
    margin-top: 8rem;
  }
}
.gift-fragrance-item--spacer {
  width: 100%;
}
.gift-fragrance-item img {
  width: 18rem;
  margin: 0 auto;
}
.gift-fragrance-item__icon {
  position: absolute;
  top: 0;
  left: 0;
}
.gift-fragrance-item__text--name {
  display: block;
  margin: 1.6rem 0 0.6rem;
  font-size: 1.4rem;
  line-height: 1.7142857143;
}
.gift-fragrance-item__text--price {
  display: block;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  line-height: 1.75;
}
.gift-fragrance-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54.5rem;
  height: 6rem;
  margin: 8rem auto 0;
  font-size: 2.8rem;
  color: #fff;
  font-family: var(--font_eng);
  background-color: #808080;
}
@media (max-width: 768px) {
  .gift {
    margin-bottom: 21.3333333333vw;
  }
  .gift-page-top {
    bottom: 6.6666666667vw;
    right: 4vw;
    width: 10.6666666667vw;
    background-size: 4vw 1.6vw;
  }
  .gift .price-tax {
    font-size: 2.6666666667vw;
  }
  .gift-btn {
    width: 40vw;
    height: 6.6666666667vw;
    font-size: 2.9333333333vw;
  }
  .gift-icon {
    width: 21.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .gift-icon--rate {
    width: 22.6666666667vw;
  }
  .gift-icon--rate > span {
    gap: 1.3333333333vw;
  }
  .gift-icon--rate > span span {
    font-size: 3vw;
  }
  .gift-icon--rate > span span span {
    font-size: 5vw;
  }
  .gift-icon--rate > span .icon-rate {
    margin-left: 0.6666666667vw;
    font-size: 3.7333333333vw;
  }
  .gift-icon--rate > span .icon-off {
    font-size: 3.7333333333vw;
  }
  .gift-icon--gray {
    font-size: 2.9333333333vw;
  }
  .gift .icon-plus {
    width: 4vw;
  }
  .gift .icon-plus::before {
    width: 1.92vw;
    height: 1px;
  }
  .gift .icon-plus::after {
    width: 1px;
    height: 1.92vw;
  }
  .gift-mv-lead {
    padding: 8.0666666667vw 0 10.7333333333vw;
    font-size: 3.4666666667vw;
  }
  .gift-mv picture {
    display: flex;
  }
  .gift-index {
    flex-direction: column;
  }
  .gift-index li a {
    position: relative;
    gap: 2vw;
    padding: 4.9333333333vw 1.3333333333vw;
  }
  .gift-index li a::after {
    position: absolute;
    right: 3.3333333333vw;
    top: 50%;
    transform: translateY(-50%);
    width: 4.2666666667vw;
    height: 2.1333333333vw;
  }
  .gift-index li:nth-child(2) {
    display: block;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }
  .gift-index li:nth-child(2)::before, .gift-index li:nth-child(2)::after {
    display: none;
  }
  .gift-index__en {
    font-size: 4.2666666667vw;
  }
  .gift-index__jp {
    font-size: 2.9333333333vw;
  }
  .gift-kit-wrapper {
    padding: 13.3333333333vw 0;
  }
  .gift-kit-wrapper--handlip {
    --sticky-negative-margin: calc(-788 * (100vw / 750 ));
    --sticky-position: translateX(calc(-5 * (100vw / 750 )));
    top: -113.333333vw;
    background-size: 194.6666666667vw;
    background-image: url(../img/gift-bg-1_sp.png);
    background-position: top 19.7333333333vw left -80.4vw;
    --intro-img-size: calc(630 * (100vw / 750 ));
  }
  .gift-kit-wrapper--facecare {
    --sticky-negative-margin: calc(-788 * (100vw / 750 ));
    --sticky-position: calc(80 * (100vw / 750 ));
    background-size: 162.9333333333vw;
    background-image: url(../img/gift-bg-2_sp.png);
    background-position: top 4.6666666667vw left -25.8666666667vw;
    --intro-img-size: calc(600 * (100vw / 750 ));
  }
  .gift-kit-wrapper--facecare .gift-kit-item:nth-child(2) .gift-icon {
    left: -8vw;
  }
  .gift-kit-wrapper--facecare .gift-kit-item:nth-child(2) .gift-kit-item__img-wrap {
    position: relative;
    height: 48vw;
  }
  .gift-kit-wrapper--facecare .gift-kit-item:nth-child(2) .gift-kit-item__img-wrap img {
    transform: translateX(2.6666666667vw);
  }
  .gift-kit-wrapper--facecare .gift-kit-item:nth-child(4) .gift-kit-item__img-wrap {
    position: relative;
    height: 48vw;
  }
  .gift-kit-wrapper--facecare .gift-kit-item:nth-child(4) .gift-kit-item__img-wrap img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 48vw;
  }
  .gift-kit-inner {
    width: 100%;
    padding: 0 4.6666666667vw;
  }
  .gift-kit-sticky {
    position: sticky;
    transform: var(--sticky-position);
    width: 16vw;
  }
  .gift-kit-sticky--left {
    top: 28vw;
    left: 0;
  }
  .gift-kit-sticky--right {
    top: 28vw;
    right: -0.6666666667vw;
  }
  .gift-kit-contents {
    position: relative;
    z-index: 1;
  }
  .gift-kit-intro {
    display: grid;
    grid-template-columns: unset;
    grid-template-rows: var(--intro-img-size) 1fr;
    gap: 3.4666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .gift-kit-intro__textarea-inner {
    display: flex;
    justify-content: center;
    gap: 4vw;
  }
  .gift-kit-intro__img {
    width: auto;
    height: 100%;
  }
  .gift-kit-intro .gift-icon {
    margin-bottom: 0;
  }
  .gift-kit-intro__title {
    margin-top: 2.9333333333vw;
    font-size: 4vw;
  }
  .gift-kit-intro__price {
    margin: 2.2666666667vw 0 0;
    font-size: 3.4666666667vw;
  }
  .gift-kit-intro .gift-btn {
    width: 54.6666666667vw;
    height: 8.2666666667vw;
    margin: 5.3333333333vw auto 0;
    font-size: 3.4666666667vw;
  }
  .gift-kit-content {
    width: 100%;
  }
  .gift-kit-content__title {
    gap: 4vw;
    border-bottom: 1px solid #666;
    padding-bottom: 4vw;
    font-size: 3.4666666667vw;
  }
  .gift-kit-content__title .icon-plus {
    right: -8vw;
  }
  .gift-kit-content-list {
    padding-top: 10.6666666667vw;
    gap: 10.6666666667vw 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .gift-kit-item img {
    width: 100%;
  }
  .gift-kit-item__tag {
    gap: 1.3333333333vw;
  }
  .gift-kit-item__tag li {
    padding: 0.1333333333vw 1.0666666667vw 0;
    height: 4.8vw;
    font-size: 2.6666666667vw;
  }
  .gift-kit-item__tag li span {
    font-size: 1.8666666667vw;
  }
  .gift-kit-item__name {
    margin: 3.4666666667vw 0;
    font-size: 3.2vw;
  }
  .gift-kit-item .gift-icon {
    top: -4vw;
    left: -1.3333333333vw;
  }
  .gift-kit-item .gift-icon span span {
    font-size: 1.8666666667vw;
  }
  .gift-kit-item__caption {
    margin-top: 2vw;
    text-align: center;
    font-size: 2.6666666667vw;
    line-height: 2;
  }
  .gift-fragrance {
    padding: 10.6666666667vw 0 13.3333333333vw;
  }
  .gift-fragrance-title {
    gap: 2.6666666667vw;
    margin-bottom: 10.6666666667vw;
    font-size: 6.6666666667vw;
  }
  .gift-fragrance-title--jp {
    font-size: 2.9333333333vw;
  }
  .gift-fragrance-tab {
    width: 94.6666666667vw;
  }
  .gift-fragrance-tab__title {
    gap: 1.3333333333vw;
  }
  .gift-fragrance-tab__title li {
    width: 30.6666666667vw;
  }
  .gift-fragrance-tab__title li button {
    gap: 2.6666666667vw;
    padding-bottom: 1.6vw;
    background: linear-gradient(to bottom, transparent 35%, var(--tab-accent-color) 35%);
    font-size: 3.2vw;
    line-height: 1.625;
  }
  .gift-fragrance-tab__title li button.active {
    background: linear-gradient(to bottom, transparent 35%, var(--tab-accent-color-active) 35%);
  }
  .gift-fragrance-tab__title li button img {
    width: 24vw;
  }
  .gift-fragrance-content {
    padding: 10.6666666667vw 4vw 10.6666666667vw;
    border-top: 0.5333333333vw solid var(--tab-accent-color);
  }
  .gift-fragrance-content__viewmore-item {
    height: 77.3333333333vw;
  }
  .gift-fragrance-content__viewmore-button {
    gap: 2.6666666667vw;
    margin-top: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .gift-fragrance-content[data-tab-index="1"] .gift-fragrance-item:nth-child(8) .gift-icon {
    left: -5.3333333333vw;
  }
  .gift-fragrance-content[data-tab-index="2"] .gift-fragrance-item:nth-child(5) .gift-icon {
    left: -2vw;
  }
  .gift-fragrance-content[data-tab-index="3"] .gift-fragrance-item:nth-child(5) .gift-icon {
    left: -2vw;
  }
  .gift-fragrance-content__lead {
    margin-bottom: 2.6666666667vw;
    font-size: 3.2vw;
  }
  .gift-fragrance-content__lead span {
    font-size: 3.4666666667vw;
    margin-bottom: 4vw;
  }
  .gift-fragrance-content__lead span::before, .gift-fragrance-content__lead span::after {
    content: "";
    width: 0.2666666667vw;
    height: 3.4666666667vw;
  }
  .gift-fragrance-content__lead span::before {
    transform: rotate(-20deg);
    margin-right: 2.6666666667vw;
  }
  .gift-fragrance-content__lead span::after {
    transform: rotate(20deg);
    margin-left: 2.6666666667vw;
  }
  .gift-fragrance-content__title {
    margin-bottom: 4vw;
    font-size: 4vw;
  }
  .gift-fragrance-content__catch {
    display: flex;
    width: 66.6666666667vw;
    margin: 0 auto 12vw;
  }
  .gift-fragrance-content__itemlist {
    gap: 0 1.3333333333vw;
  }
  .gift-fragrance-content__button {
    width: 66.6666666667vw;
    height: 9.3333333333vw;
    margin: 8vw auto 5.3333333333vw;
    font-size: 4vw;
    background-size: 0.9333333333vw 1.8666666667vw;
    background-position: right 3.4666666667vw center;
  }
  .gift-fragrance-item {
    grid-template-rows: 42.6666666667vw 1fr 6.6666666667vw;
    width: 42.6666666667vw;
    padding-top: 4vw;
  }
  .gift-fragrance-item:nth-of-type(n + 3) {
    margin-top: 10.6666666667vw;
  }
  .gift-fragrance-item--spacer {
    display: none;
  }
  .gift-fragrance-item .gift-btn {
    width: 37.3333333333vw;
    margin: 0 auto;
  }
  .gift-fragrance-item__icon {
    width: 18.6666666667vw;
  }
  .gift-fragrance-item img {
    position: relative;
    z-index: 1;
    width: 42.6666666667vw;
  }
  .gift-fragrance-item__text--name {
    margin: 4vw 0 1.4666666667vw;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .gift-fragrance-item__text--price {
    margin-bottom: 3.0666666667vw;
    font-size: 2.9333333333vw;
  }
  .gift-fragrance-button {
    width: 82.6666666667vw;
    height: 10.6666666667vw;
    margin: 10.6666666667vw auto 0;
    font-size: 4.5333333333vw;
  }
}