@charset "UTF-8";

.catalog-gift-10000yen {
  width: 100%;
}

.catalog-gift-10000yen__mv,
.catalog-gift-10000yen__scene-nav,
.catalog-gift-10000yen__ranking,
.catalog-gift-10000yen__reasons,
.catalog-gift-10000yen__copy,
.catalog-gift-10000yen__qa {
  width: 100%;
  max-width: 1020px;
  margin-inline: auto;
}

.catalog-gift-10000yen__ranking-title,
.catalog-gift-10000yen__ranking-scene-name,
.catalog-gift-10000yen__reasons-title,
.catalog-gift-10000yen__copy-title {
  font-family: "Noto Serif JP", "Noto Serif CJK JP", serif;
}

.catalog-gift-10000yen__mv-picture {
  display: block;
  width: 100%;
}

.catalog-gift-10000yen__mv-image {
  display: block;
  width: 100%;
  height: auto;
}

.catalog-gift-10000yen__scene-nav {
  padding-top: 4px;
}

.catalog-gift-10000yen__scene-title,
.catalog-gift-10000yen__qa-title {
  margin: 16px 0 32px;
  color: #000;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.5px;
  text-align: center;
}

.catalog-gift-10000yen__scene-scroll {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.catalog-gift-10000yen__scene-list {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 11px;
  min-width: 1020px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.catalog-gift-10000yen__scene-list>li {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.catalog-gift-10000yen__scene-link {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 90px;
  padding: 15px 10px;
  border: 1px solid #ede8e3;
  border-radius: 4px;
  background: #fdfdfd;
  color: #5f5032;
  text-decoration: none;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}

.catalog-gift-10000yen__scene-link:hover,
.catalog-gift-10000yen__scene-link:focus-visible {
  border-color: #ff633d;
  background-color: #fffaf7;
}

.catalog-gift-10000yen__scene-link:focus-visible {
  outline: 2px solid #ff633d;
  outline-offset: 2px;
}

.catalog-gift-10000yen__scene-icon {
  display: block;
  flex: 0 0 auto;
  object-fit: contain;
}

.catalog-gift-10000yen__scene-icon--wedding-return {
  width: 24px;
  height: 30px;
}

.catalog-gift-10000yen__scene-icon--baby-return {
  width: 31px;
  height: 29px;
}

.catalog-gift-10000yen__scene-icon--wedding-gift {
  width: 36px;
  height: 36px;
  margin-top: -1px;
}

.catalog-gift-10000yen__scene-icon--baby-gift {
  width: 29px;
  height: 29px;
}

.catalog-gift-10000yen__scene-icon--condolence-return {
  width: 31px;
  height: 31px;
}

.catalog-gift-10000yen__scene-icon--corporate-benefits {
  width: 22px;
  height: 27px;
}

.catalog-gift-10000yen__scene-label {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.catalog-gift-10000yen__scene-label img {
  display: block;
  width: 15px;
  height: 15px;
  margin-left: 1px;
}

.catalog-gift-10000yen__ranking {
  box-sizing: border-box;
  margin-top: 56px;
  padding-inline: 16px;
}

.catalog-gift-10000yen__ranking-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 13px;
  margin: 0;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 46px;
}

.catalog-gift-10000yen__ranking-crown {
  display: flex;
  flex: 0 0 42px;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
}

.catalog-gift-10000yen__ranking-crown img {
  display: block;
  width: 42px;
  height: 32px;
}

.catalog-gift-10000yen__ranking-scenes {
  margin: 25px -16px 0;
}

.catalog-gift-10000yen__ranking-scene {
  --scene-background: #fbf4ec;
  --scene-accent: #d5b99d;
  display: grid;
  box-sizing: border-box;
  grid-template-columns: 220px minmax(0, 720px);
  column-gap: 46px;
  width: 100%;
  min-height: 340px;
  padding-right: 32px;
  border: 1px solid var(--scene-accent);
  background: #fff;
  scroll-margin-top: 20px;
}

.catalog-gift-10000yen__ranking-scene+.catalog-gift-10000yen__ranking-scene {
  margin-top: 32px;
}

.catalog-gift-10000yen__ranking-scene--baby-return {
  --scene-background: #fff0ea;
  --scene-accent: #d9a2a0;
}

.catalog-gift-10000yen__ranking-scene--wedding-gift {
  --scene-background: #f5f6f0;
  --scene-accent: #d2d6be;
}

.catalog-gift-10000yen__ranking-scene--baby-gift {
  --scene-background: #fff9e9;
  --scene-accent: #ead36f;
}

.catalog-gift-10000yen__ranking-scene--condolence-return {
  --scene-background: #f5eff9;
  --scene-accent: #cfc0d8;
}

.catalog-gift-10000yen__ranking-scene--corporate-benefits {
  --scene-background: #edf4f9;
  --scene-accent: #bfd4e5;
}

.catalog-gift-10000yen__ranking-scene-heading {
  display: flex;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 220px;
  min-height: 338px;
  padding-inline: 10px;
  background: var(--scene-background);
  color: #5f5032;
  text-align: center;
}

.catalog-gift-10000yen__ranking-scene-name {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 48px;
  margin: 0;
  padding-inline: 30px;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.catalog-gift-10000yen__ranking-scene-name::before,
.catalog-gift-10000yen__ranking-scene-name::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 33px;
  height: 33px;
  border-bottom: 2px solid var(--scene-accent);
}

.catalog-gift-10000yen__ranking-scene-name::before {
  left: 3px;
  border-radius: 0 0 0 100%;
  transform: translateY(-62%) rotate(43deg);
}

.catalog-gift-10000yen__ranking-scene-name::after {
  right: 3px;
  border-radius: 0 0 100% 0;
  transform: translateY(-62%) rotate(-43deg);
}

.catalog-gift-10000yen__ranking-scene-name>span {
  max-width: 140px;
}

.catalog-gift-10000yen__ranking-label {
  margin: 6px 0 0;
  color: #6d5b43;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  line-height: 32px;
}

.catalog-gift-10000yen__ranking-scene--condolence-return .catalog-gift-10000yen__ranking-label,
.catalog-gift-10000yen__ranking-scene--corporate-benefits .catalog-gift-10000yen__ranking-label {
  color: #776a91;
}

.catalog-gift-10000yen__ranking-ribbon {
  display: block;
  width: 72px;
  height: 24px;
  margin-top: 12px;
  color: var(--scene-accent);
}

.catalog-gift-10000yen__ranking-ribbon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.catalog-gift-10000yen__ranking-scroll {
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #cfcfcf transparent;
  scrollbar-width: auto;
  -webkit-overflow-scrolling: touch;
}

.catalog-gift-10000yen__ranking-scroll-wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  max-width: 720px;
  min-width: 0;
}

.catalog-gift-10000yen__scroll-hint {
  display: flex;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 14px;
  align-items: center;
  gap: 5px;
  padding: 7px 10px;
  border: 1px solid #e7e0d8;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 3px 10px rgba(95, 80, 50, 0.12);
  color: #5f5032;
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transform: translate(8px, -50%);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}

.catalog-gift-10000yen__scroll-hint::after {
  content: "→";
  display: inline-block;
  font-size: 14px;
  line-height: 1;
}

@keyframes catalog-gift-10000yen-scroll-arrow {
  0% {
    opacity: 0;
    transform: translateX(0);
  }

  25% {
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translateX(7px);
  }
}

.catalog-gift-10000yen__ranking-scroll-wrap.is-scrollable.is-scroll-start:not(.is-scroll-hint-dismissed) .catalog-gift-10000yen__scroll-hint {
  opacity: 0.9;
  visibility: visible;
  transform: translate(0, -50%);
}

.catalog-gift-10000yen__ranking-scroll-wrap.is-scrollable.is-scroll-start:not(.is-scroll-hint-dismissed) .catalog-gift-10000yen__scroll-hint::after {
  animation: catalog-gift-10000yen-scroll-arrow 1.4s ease-out infinite;
}

.catalog-gift-10000yen__ranking-scroll:focus-visible {
  outline: 2px solid var(--scene-accent);
  outline-offset: -2px;
}

.catalog-gift-10000yen__ranking-scroll::-webkit-scrollbar {
  height: 10px;
}

.catalog-gift-10000yen__ranking-scroll::-webkit-scrollbar-track {
  background: transparent;
}

.catalog-gift-10000yen__ranking-scroll::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #cfcfcf;
}

.catalog-gift-10000yen__ranking-products {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: repeat(3, 204px);
  column-gap: 54px;
  align-items: stretch;
  width: 720px;
  margin: 0;
  padding: 16px 0 0;
  list-style: none;
}

.catalog-gift-10000yen__ranking-product {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: stretch;
  width: 204px;
  margin: 0;
  padding-inline: 2px;
}

.catalog-gift-10000yen__ranking-product+.catalog-gift-10000yen__ranking-product::before {
  content: "";
  position: absolute;
  top: -4px;
  bottom: 0;
  left: -27px;
  width: 1px;
  background: #ede8e3;
}

.catalog-gift-10000yen__product-card {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  width: 200px;
  margin: 0;
  color: inherit;
  text-decoration: none;
}

.catalog-gift-10000yen__product-card:hover .catalog-gift-10000yen__product-name,
.catalog-gift-10000yen__product-card:focus-visible .catalog-gift-10000yen__product-name {
  text-decoration: none;
}

.catalog-gift-10000yen__product-card:focus-visible {
  outline: 2px solid var(--scene-accent);
  outline-offset: 4px;
}

.catalog-gift-10000yen__product-image-wrap {
  position: relative;
  width: 200px;
  height: 200px;
}

.catalog-gift-10000yen__product-image-wrap>img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  object-fit: cover;
}

.catalog-gift-10000yen__rank {
  display: flex;
  position: absolute;
  top: -10px;
  left: 50%;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #d6ad59;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  transform: translateX(-50%);
}

.catalog-gift-10000yen__rank--2 {
  background: #aeb0b1;
}

.catalog-gift-10000yen__rank--3 {
  background: #c98f84;
}

.catalog-gift-10000yen__product-name {
  box-sizing: border-box;
  flex: 1 1 auto;
  margin: 16px 0 0;
  color: #111;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  word-break: break-all;
  text-align: left;
}

.catalog-gift-10000yen__product-price {
  display: flex;
  align-items: baseline;
  min-height: 30px;
  margin: 16px 0 0;
  line-height: 30px;
  white-space: nowrap;
}

.catalog-gift-10000yen__product-price span:not(.bold) {
  margin-right: 4px;
  color: #111;
  font-size: 14px;
  font-weight: 400;
}

.catalog-gift-10000yen__product-price span.bold {
  color: #ff633d;
  font-size: 20px;
  font-weight: 700;
}

.catalog-gift-10000yen__reasons {
  box-sizing: border-box;
  margin-top: 120px;
  padding-inline: 16px;
}

.catalog-gift-10000yen__reasons-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  width: 420px;
  height: 60px;
  margin: 0 auto;
  color: #000;
  font-weight: 700;
  white-space: nowrap;
}

.catalog-gift-10000yen__reasons-text {
  display: flex;
  align-items: baseline;
  font-size: 32px;
  line-height: 57px;
}

.catalog-gift-10000yen__reasons-text span.bold {
  font-size: 40px;
  font-weight: 700;
}

.catalog-gift-10000yen__reasons-decoration {
  display: flex;
  flex: 0 0 36px;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 60px;
}

.catalog-gift-10000yen__reasons-decoration img {
  display: block;
  width: 20px;
  height: 56px;
}

.catalog-gift-10000yen__reasons-decoration--left img {
  transform: rotate(-17.67deg) scaleY(-1);
}

.catalog-gift-10000yen__reasons-decoration--right img {
  transform: rotate(-162.33deg);
}

.catalog-gift-10000yen__reasons-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 0 minmax(0, 1fr) 0 minmax(0, 1fr);
  column-gap: clamp(12px, 2.25vw, 23px);
  align-items: stretch;
  width: 100%;
  max-width: 782px;
  margin: 64px auto 0;
  padding: 0;
  list-style: none;
}

.catalog-gift-10000yen__reason-item {
  width: 100%;
  min-width: 0;
  min-height: 191px;
  color: #000;
  text-align: center;
}

.catalog-gift-10000yen__reason-icon {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 50px;
}

.catalog-gift-10000yen__reason-icon img {
  display: block;
  max-width: none;
}

.catalog-gift-10000yen__reason-item--assortment .catalog-gift-10000yen__reason-icon img {
  width: 64px;
  height: 47px;
  transform: rotate(180deg) scaleY(-1);
}

.catalog-gift-10000yen__reason-item--choice .catalog-gift-10000yen__reason-icon img {
  width: 83px;
  height: 49px;
}

.catalog-gift-10000yen__reason-item--value .catalog-gift-10000yen__reason-icon img {
  width: 84px;
  height: 50px;
}

.catalog-gift-10000yen__reason-heading {
  margin: 14px 0 0;
  font-size: 20px;
  font-weight: 400;
  line-height: normal;
}

.catalog-gift-10000yen__reason-description {
  width: 100%;
  min-height: 80px;
  margin: 18px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  text-align: left;
}

.catalog-gift-10000yen__reasons-divider {
  align-self: stretch;
  justify-self: center;
  width: 1px;
  min-height: 184px;
  background: #b7a67d;
}

.catalog-gift-10000yen__copy {
  position: relative;
  box-sizing: border-box;
  margin-top: 48px;
  overflow: hidden;
  background: #f7f4f0;
  color: #000;
}

.catalog-gift-10000yen__copy::before {
  content: "";
  display: block;
  position: absolute;
  top: -2.5%;
  left: -1.5%;
  width: 35.2%;
  aspect-ratio: 718 / 1128;
  background: url("../images/lp/catalog_gift_10000yen/copy-visual-pc.png") center / contain no-repeat;
  pointer-events: none;
}

.catalog-gift-10000yen__copy-content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  width: 100%;
  padding: 23px 4.51% 24px 37.55%;
  text-align: left;
}

.catalog-gift-10000yen__copy-title {
  margin: 0;
  font-size: 23px;
  font-weight: 700;
  line-height: normal;
}

.catalog-gift-10000yen__copy-description {
  margin-top: 21px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.catalog-gift-10000yen__copy-description p {
  margin: 0;
}

@media screen and (max-width: 1230px) {
  .catalog-gift-10000yen__scene-nav {
    max-width: none;
  }

  .catalog-gift-10000yen__scene-scroll {
    overflow: visible;
  }

  .catalog-gift-10000yen__scene-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(2, 75px);
    gap: 11px;
    width: 100%;
    min-width: 0;
  }

  .catalog-gift-10000yen__scene-list>li:nth-child(1) {
    grid-area: 2 / 1;
  }

  .catalog-gift-10000yen__scene-list>li:nth-child(2) {
    grid-area: 2 / 2;
  }

  .catalog-gift-10000yen__scene-list>li:nth-child(3) {
    grid-area: 2 / 3;
  }

  .catalog-gift-10000yen__scene-list>li:nth-child(4) {
    grid-area: 1 / 1;
  }

  .catalog-gift-10000yen__scene-list>li:nth-child(5) {
    grid-area: 1 / 2;
  }

  .catalog-gift-10000yen__scene-list>li:nth-child(6) {
    grid-area: 1 / 3;
  }

  .catalog-gift-10000yen__scene-link {
    gap: 5px;
    justify-content: center;
    height: 75px;
    padding: 8px 5px;
  }

  .catalog-gift-10000yen__scene-label {
    margin-top: 0;
    font-size: clamp(10px, 3.2vw, 12px);
    line-height: normal;
  }
}

@media screen and (max-width: 768px) {
  .catalog-gift-10000yen__scene-nav {
    padding: 24px 16px 0 16px;
    box-sizing: border-box;
  }

  .catalog-gift-10000yen__scene-title,
  .catalog-gift-10000yen__qa-title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .catalog-gift-10000yen__ranking {
    margin-top: 48px;
  }

  .catalog-gift-10000yen__ranking-title {
    flex-direction: column;
    gap: 8px;
    font-size: 24px;
    line-height: 34px;
  }

  .catalog-gift-10000yen__ranking-scenes {
    margin: 25px 0px 0;
  }

  .catalog-gift-10000yen__ranking-scene {
    display: block;
    min-height: 482px;
    padding: 0;
    scroll-margin-top: 10px;
  }

  .catalog-gift-10000yen__ranking-scene+.catalog-gift-10000yen__ranking-scene {
    margin-top: 16px;
  }

  .catalog-gift-10000yen__ranking-scene-heading {
    width: 100%;
    min-height: 100px;
    padding: 10px 16px 8px;
  }

  .catalog-gift-10000yen__ranking-scene-name {
    width: 100%;
    min-height: 34px;
    padding-inline: 64px;
    font-size: 20px;
    line-height: 30px;
    white-space: nowrap;
  }

  .catalog-gift-10000yen__ranking-scene-name::before,
  .catalog-gift-10000yen__ranking-scene-name::after {
    width: 34px;
    height: 18px;
  }

  .catalog-gift-10000yen__ranking-scene-name::before {
    left: 28px;
    transform: translateY(-70%) rotate(30deg);
  }

  .catalog-gift-10000yen__ranking-scene-name::after {
    right: 28px;
    transform: translateY(-70%) rotate(-30deg);
  }

  .catalog-gift-10000yen__ranking-scene-name>span {
    max-width: none;
  }

  .catalog-gift-10000yen__ranking-label {
    margin-top: 0;
    font-size: 14px;
    line-height: 22px;
  }

  .catalog-gift-10000yen__ranking-ribbon {
    display: none;
  }

  .catalog-gift-10000yen__ranking-scroll {
    min-height: 380px;
    padding: 24px 0 32px 16px;
  }

  .catalog-gift-10000yen__ranking-products {
    padding-top: 10px;
  }

  .catalog-gift-10000yen__reasons {
    margin-top: 80px;
    padding-inline: 8px;
  }

  .catalog-gift-10000yen__reasons-title {
    position: relative;
    display: block;
    width: 314.14px;
    max-width: 100%;
    height: 60px;
  }

  .catalog-gift-10000yen__reasons-text {
    position: absolute;
    top: 1px;
    left: 48px;
    font-size: 24px;
    line-height: 57px;
  }

  .catalog-gift-10000yen__reasons-text strong {
    font-size: 32px;
  }

  .catalog-gift-10000yen__reasons-decoration {
    position: absolute;
    top: 0;
    width: 36.06px;
    height: 59.43px;
  }

  .catalog-gift-10000yen__reasons-decoration--left {
    left: 0;
  }

  .catalog-gift-10000yen__reasons-decoration--right {
    right: 0;
  }

  .catalog-gift-10000yen__reasons-list {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 374px;
    max-width: 100%;
    margin-top: 48px;
  }

  .catalog-gift-10000yen__reason-item {
    display: flex;
    gap: 24px;
    align-items: center;
    width: 100%;
    min-height: 0;
    height: auto;
    text-align: left;
  }

  .catalog-gift-10000yen__reason-icon {
    flex: 0 0 64px;
    width: 64px;
    height: auto;
  }

  .catalog-gift-10000yen__reason-item--choice .catalog-gift-10000yen__reason-icon img,
  .catalog-gift-10000yen__reason-item--value .catalog-gift-10000yen__reason-icon img {
    width: 64px;
    height: 38px;
  }

  .catalog-gift-10000yen__reason-content {
    flex: 1 1 286px;
    min-width: 0;
  }

  .catalog-gift-10000yen__reason-heading {
    margin-top: 0;
  }

  .catalog-gift-10000yen__reason-description {
    width: 100%;
    min-height: 0;
    margin-top: 18px;
  }

  .catalog-gift-10000yen__reasons-divider {
    display: none;
  }

  .catalog-gift-10000yen__copy {
    margin-top: 80px;
  }

  .catalog-gift-10000yen__copy::before {
    --catalog-copy-image-progress: clamp(0, calc((768px - 100vw) / 393px), 1);
    top: auto;
    bottom: calc(-21% + 13% * var(--catalog-copy-image-progress));
    left: 0;
    width: 100%;
    aspect-ratio: 1089 / 655;
    background-image: url("../images/lp/catalog_gift_10000yen/copy-visual-sp.png");
    background-position: center;
    background-size: contain;
  }

  .catalog-gift-10000yen__copy-content {
    padding: 24px 16px calc(30.15% + 32px);
  }

  .catalog-gift-10000yen__copy-title {
    font-size: 20px;
    line-height: 1.5;
  }

  .catalog-gift-10000yen__copy-description {
    margin-top: 20px;
  }
}

@media screen and (max-width: 375px) {
  .catalog-gift-10000yen__copy::before {
    bottom: -8%;
  }
}

@media (prefers-reduced-motion: reduce) {
  .catalog-gift-10000yen__scroll-hint {
    transition: none;
  }

  .catalog-gift-10000yen__scroll-hint::after,
  .catalog-gift-10000yen__ranking-scroll-wrap.is-scrollable.is-scroll-start:not(.is-scroll-hint-dismissed) .catalog-gift-10000yen__scroll-hint::after {
    opacity: 1;
    animation: none;
    transform: none;
  }
}

.catalog-gift-10000yen__qa {
  position: relative;
  box-sizing: border-box;
  margin-top: 48px;
  overflow: hidden;
}
