@charset "UTF-8";
/*コスメ送料無料インフォメーション表示8/18まで　*/
/*
.ifm {
    display: none;
}
*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&display=swa");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
div#valentine_2025_coupon {
  display: block;
}

.p-category-top__ranking__inner {
  display: none;
}

/* --------------------
フォントのインポート
-------------------- */
/* --------------------
PC基本 media制限なし
-------------------- */
/* --------------------
全体・リセット
-------------------- */
.valentine_2025 {
  box-sizing: border-box;
  width: 100vw;
  translate: calc((100vw - 1200px) / 2 * -1);
  box-sizing: border-box;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  padding: 0;
  margin: 0;
}
.valentine_2025 button {
  border: 0;
}
.valentine_2025 img {
  max-width: 100%;
  height: auto;
}
.valentine_2025 a img:hover {
  opacity: 1;
}

.p-category-top__body *,
.p-category-top__body *::before,
.p-category-top__body *::after {
  box-sizing: border-box;
  font-family: "Arial", YuGothic, "Yu Gothic", sans-serif;
}

/* --------------------
商品一覧
-------------------- */
.goods-large {
  display: flex;
  gap: 20px;
  margin-right: -10rem;
  margin-bottom: 7.2rem;
  z-index: 99;
}
.goods-large__link {
  display: flex;
  color: inherit;
  text-decoration: none;
}
.goods-large__link img {
  transition: all 0.5s ease-in-out;
}
.goods-large__link:hover .goods-large__name,
.goods-large__link:hover .goods-large__price,
.goods-large__link:hover .goods-large__description,
.goods-large__link:hover .goods-large__more-link {
  color: #0c60d1;
  text-decoration: underline;
}
.goods-large__link:hover .goods-large__more-link::after {
  left: 8.5rem;
}
.goods-large__link:hover .goods-large__image img {
  transform: scale(1.05);
}
.goods-large__image {
  width: 200%;
  height: auto;
}
.goods-large__detailBox {
  flex-grow: 1;
  margin: auto;
  padding: 20px 56px 20px 0;
  text-align: left;
  max-width: 40%;
  width: 112%;
}
.goods-large__name {
  margin: 0 0 1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 3.2rem;
}
.goods-large__price {
  margin: 0 0 3.2rem;
  font-size: 16px;
}
.goods-large__price-num {
  font-family: "Roboto", sans-serif;
  font-size: 3.2rem;
}
.goods-large__description {
  margin: 0 0 4rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
}
.goods-large__more {
  text-align: right;
}
.goods-large__more-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #cbaa25;
  color: #906b02;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  width: 12rem;
  cursor: pointer;
}
.goods-large__more-link::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 8rem;
  width: 2rem;
  height: 2rem;
  margin-left: 2rem;
  background-image: url("/g_images/freearea/valentine2025/gold/ico_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}

.goods-list {
  display: flex;
  gap: 5.6rem;
  margin: 0 0 3rem;
  z-index: 99;
}
.goods-list__item {
  flex: 1 1 calc(100% - 5.6rem);
  max-width: calc(100% - 5.6rem);
  list-style: none;
}
.goods-list__link {
  display: block;
  text-decoration: none;
}
.goods-list__link img {
  transition: all 0.5s ease-in-out;
}
.goods-list__link:hover {
  text-decoration: underline;
}
.goods-list__link:hover .goods-list__name,
.goods-list__link:hover .goods-list__price,
.goods-list__link:hover .goods-list__description,
.goods-list__link:hover .goods-list__more-link {
  color: #0c60d1;
  text-decoration: underline;
}
.goods-list__link:hover .goods-list__more-link::after {
  left: 8.5rem;
}
.goods-list__link:hover .goods-list__image img {
  transform: scale(1.05);
}
.goods-list__image {
  margin-bottom: 2.4rem;
}
.goods-list__image img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.goods-list__detail {
  text-align: left;
}
.goods-list__name {
  margin: 0 0 1.2rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 2rem;
  font-weight: bold;
}
.goods-list__price {
  font-size: 1.6rem;
}
.goods-list__price-num {
  font-family: "Roboto", sans-serif;
  font-size: 2.4rem;
}
.goods-list__more {
  text-align: right;
}
.goods-list__more-link {
  position: relative;
  display: inline-flex;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #cbaa25;
  color: #906b02;
  font-family: "Zen Old Mincho", serif;
  font-size: 1.8rem;
  margin: 0 3rem;
  width: 12rem;
  cursor: pointer;
}
.goods-list__more-link::after {
  content: "";
  display: inline-flex;
  position: absolute;
  top: 5%;
  left: 8rem;
  width: 2rem;
  height: 2rem;
  margin-left: 2rem;
  background-image: url("/g_images/freearea/valentine2025/gold/ico_arrow-right.svg");
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.5s ease-in-out;
}
.goods-list__note {
  margin: 1.6rem 0 0 0;
  text-align: center;
  font-size: 1.4rem;
}
.goods-list__note-text {
  color: #ff0000;
}

/* --------------------
ボタン
-------------------- */
.button-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 7.2rem auto 0;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 47rem;
  margin: 0 auto;
  padding: 2.2rem 2rem;
  transition: background-color 0.2s ease;
  border-radius: 99.9rem;
  background-color: #906b02;
  text-decoration: none;
}
.button:hover {
  background-color: #cb9797;
  cursor: pointer;
}
.button .button-text {
  width: 100%;
  padding-right: 2rem;
  background: url("/g_images/freearea/valentine2025/white/ico_arrow-right.svg") no-repeat top 50% right 0/1.4rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  word-break: keep-all;
}
.button .button-text--anchor {
  background: url("/g_images/freearea/valentine2025/white/ico_arrow-down.svg") no-repeat top 50% right 0/1.4rem;
}

/* --------------------
タグ / タグリスト
-------------------- */
.tag {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 4px 16px;
  transition: background-color 0.2s;
  border: solid 1px #fff;
  border-radius: 999px;
  color: #fff;
  line-height: 1;
  white-space: nowrap;
}
.tag:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* --------------------
丸画像リスト
-------------------- */
.circle-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5.6rem 3.2rem;
  width: 100%;
  max-width: 120rem;
}

.circle-list-item {
  width: calc((100% - 12.8rem) / 4);
}
.circle-list-item--fifth {
  width: calc((100% - 12.8rem) / 5);
}
.circle-list-item__link {
  transition: opacity 0.2s;
}
.circle-list-item__link img {
  transition: all 0.5s ease-in-out;
}
.circle-list-item__link:hover img {
  transform: scale(1.1, 1.1);
}
.circle-list-item__image {
  position: relative;
  margin-bottom: 1.6rem;
  border-radius: 999px;
  overflow: hidden;
}
.circle-list-item__image::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 99.9rem;
  background: radial-gradient(transparent 64%, rgba(255, 255, 255, 0.5) 64%);
}
.circle-list-item__image--overlay::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.circle-list-item__overlay-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-45%, -50%);
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  z-index: 2;
  width: 100%;
  padding: 0 1rem;
}
.circle-list-item__text {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}
.circle-list-item__text-note {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff0000;
  font-size: 1.6rem;
  margin: 0.4rem 0 0 0;
  font-weight: 800;
}

/* --------------------
見出し
-------------------- */
.heading-main {
  display: inline-flex;
  position: relative;
  margin: 0 auto 6rem;
  font-family: "Zen Old Mincho", serif;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  color: #333;
  padding-inline: 3.6rem;
}
.heading-main::before, .heading-main::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 8rem;
  height: 2rem;
  background: url("/g_images/freearea/valentine2025/img_decoration-line.svg") no-repeat top center/contain;
  translate: 0 -50%;
}
.heading-main::before {
  left: 3rem;
  transform: translateY(200%);
}
.heading-main::after {
  right: 3rem;
  transform: translateY(200%);
  scale: -1 1;
}

/* --------------------
スクロール追従ナビ_s
-------------------- */
#pagetop,
#withdesk-widget-window {
  bottom: 2rem;
}

.fixed-nav {
  display: block;
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.fixed-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.fixed-nav__item {
  width: 100%;
  border-bottom: 1px solid #e9dcae;
}
.fixed-nav__item:last-child {
  border-bottom: 0;
}
.fixed-nav__link {
  display: flex;
  flex-direction: column;
  align-items: left;
  justify-content: center;
  width: 100%;
  padding: 0.8rem;
  transition: background-color 0.2s;
  background-color: #b18d3e;
  text-align: center;
}
.fixed-nav__link:hover {
  background-color: #efd991;
}
.fixed-nav__link--ranking {
  border-radius: 10px 0 0;
}
.fixed-nav__link--guide {
  border-radius: 0 0 0 10px;
  background-color: #1c1e78;
}
.fixed-nav__text {
  display: flex;
  align-items: center;
  gap: 0.4rem 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
}
.fixed-nav__text::before {
  content: "";
  width: 2rem;
  height: 2rem;
  margin-right: 0.4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.fixed-nav__text--ranking::before {
  background-image: url("/g_images/freearea/valentine2025/white/ico_ranking.svg");
}
.fixed-nav__text--category::before {
  background-image: url("/g_images/freearea/valentine2025/white/ico_category.svg");
}
.fixed-nav__text--catalog::before {
  background-image: url("/g_images/freearea/valentine2025/white/ico_catalog.svg");
}
.fixed-nav__text--budget::before {
  background-image: url("/g_images/freearea/valentine2025/white/ico_budget.svg");
}
.fixed-nav__text--recipient::before {
  background-image: url("/g_images/freearea/valentine2025/white/ico_recipient.svg");
}
.fixed-nav__text--brand-all::before {
  background-image: url("/g_images/freearea/valentine2025/white/ico_list.svg");
}
.fixed-nav__text--guide::before {
  background-image: url("/g_images/freearea/valentine2025/white/ico_guide.svg");
}

/* --------------------
ページタイトル
-------------------- */
.pagetitle {
  width: 100%;
  background-image: url("/g_images/freearea/valentine2025/img_pagetitle.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.pagetitle__inner {
  height: 100%;
  padding-inline: 4rem;
  position: relative;
}
.pagetitle__search-keywords {
  position: relative;
  display: flex;
  align-items: center;
  overflow: auto; /* リストが親要素を超えないようにする */
  scrollbar-width: none;
}
.pagetitle__arrow {
  position: absolute;
  display: block;
  top: 50%;
  transform: translateY(-50%);
  background-color: #906b03;
  border: none;
  color: #fff;
  font-size: 2rem;
  padding: 0;
  border-radius: 99px;
  cursor: pointer;
  z-index: 10;
  width: 5rem;
  height: 5rem;
  background-image: url("/g_images/freearea/valentine2025/white/ico_arrow-right.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30%;
  box-shadow: 0 4px 6px rgba(174, 127, 0, 0.3), 0 1px 3px rgba(0, 0, 0, 0.2);
  filter: blur(0);
  transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.pagetitle__arrow--left {
  left: 0;
  transform: translateY(-50%) scaleX(-1);
}
.pagetitle__arrow--right {
  right: 0;
}
.pagetitle__arrow:hover {
  background-color: #584100;
}
.pagetitle__keywords-list {
  display: flex;
  flex-wrap: nowrap;
  gap: 1.4rem;
  margin: 0;
  padding: 2rem;
  list-style: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.pagetitle__keywords-list::-webkit-scrollbar {
  display: none;
}
.pagetitle__keywords-item {
  padding: 1.2rem 1.4rem;
  border-radius: 40px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1.5px #e9dcae, 0 0 0 3px #fff;
  font-size: 1.4rem;
  white-space: nowrap;
}
.pagetitle__keywords-item a {
  color: #906b03;
}
.pagetitle__keywords-item:hover {
  box-shadow: none;
  background-color: #cbaa25;
}
.pagetitle__keywords-item:hover a {
  color: #fff;
}
.pagetitle__info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2rem;
  width: 100%;
  height: 100%;
  padding-inline: 8rem;
  padding: 8% 30% 5% 5%;
}
.pagetitle__logo {
  margin-bottom: 2%;
}
.pagetitle__logo img {
  width: 80%;
  height: auto;
}
.pagetitle__tag-image {
  margin-left: 2rem;
}
.pagetitle__tag-image img {
  width: 70%;
  height: auto;
}

/* --------------------
スクロール
-------------------- */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.top-product {
  width: 100%;
  margin: -14rem 0 7.5rem;
}
.top-product__wrap {
  display: flex;
  gap: 3rem;
  padding: 2rem 0;
  overflow: hidden;
  scrollbar-width: none;
}
.top-product__list {
  display: flex;
  gap: 3rem;
  list-style: none;
  padding: 0;
}
.top-product__list--left {
  animation: infinity-scroll-left 200s linear infinite 0.5s;
}
.top-product__item {
  width: 21rem;
  height: 100%;
}
.top-product__item img {
  transition: all 0.5s ease-in-out;
}
.top-product__item:hover img {
  transform: scale(1.05, 1.05);
}
.top-product__item:nth-child(odd) {
  transform: translateY(-1rem);
}
.top-product__item:nth-child(even) {
  transform: translateY(1rem);
}
.top-product__item > img {
  width: 100%;
  height: auto;
}
.top-product__list--left {
  animation-play-state: running; /* 初期状態でアニメーションを再生 */
}
.top-product__list--dragging {
  animation-play-state: paused; /* ドラッグ中はアニメーションを停止 */
  cursor: grabbing; /* ドラッグ中のカーソル変更 */
}

/* --------------------
ページ上部背景エリア
-------------------- */
.top {
  position: relative;
  background-image: url("/g_images/freearea/valentine2025/img_bg-racePattern.jpg");
  background-size: auto;
  background-repeat: repeat;
  width: 100%;
  height: auto;
  padding: 8rem 0 16rem;
}
.top__inner {
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.top__catalogLink {
  text-align: center;
  margin: 3.2rem 0 0;
}
.top__catalogLink:hover {
  opacity: 0.8;
}

/* --------------------
ページ上部背景エリア
-------------------- */
.top-bgarea {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f7f2e5;
  padding-block: 4rem 6.4rem;
}

.top-notice {
  background: url("/g_images/freearea/valentine2025/img_parts-noticeBg.svg") no-repeat center/contain;
  background-size: 100% 100%;
  margin: 2rem auto;
  padding: 2rem 12rem 4rem;
  position: relative;
  max-width: 800px;
  height: 100%;
  margin-bottom: 3rem;
  z-index: 2;
}
.top-notice::before {
  content: "";
  position: absolute;
  bottom: 42px;
  left: 12rem;
  right: 0;
  width: 70%;
  height: 1px;
  border: 1px solid #cbaa25;
  box-shadow: 0 6px #cbaa25;
}
.top-notice__heading {
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 2rem;
  background: url("/g_images/freearea/valentine2025/img_parts-notice.svg") no-repeat center/contain;
  background-size: 100% 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  height: 100%;
  width: 100%;
}
.top-notice__heading::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  top: 12px;
  border: 1px solid #cbaa25;
  box-shadow: 0 6px #cbaa25;
  z-index: -2;
}
.top-notice__date {
  font-size: 2.4rem;
  color: #906b02;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
}
.top-notice__brands {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  padding-block: 2.4rem;
}

/* --------------------
検索エリア
-------------------- */
/* 検索系パーツ */
.search-keywords {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 88rem;
  margin: 0 auto 1.6rem;
  padding-inline: 4rem;
  font-weight: 600;
  color: #333;
  gap: 0 1.6rem;
}
.search-keywords__heading {
  white-space: nowrap;
  z-index: 2;
}
.search-keywords .keywords-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  color: #333;
  z-index: 2;
}
.search-keywords .keywords-list .keywords-item .tag {
  background-color: #fff;
  color: #906b02;
  border: 1.5px solid #cbaa25;
}
.search-keywords .keywords-list .keywords-item .tag:hover {
  background-color: #cbaa25;
  color: #fff;
  border: 1.5px solid #cbaa25;
}

/* テキスト検索 */
.search-text {
  width: 100%;
  max-width: 88rem;
  padding-inline: 4rem;
  margin-inline: auto;
}
.search-text__form {
  position: relative;
  display: flex;
}
.search-text__input {
  flex: 1;
  height: 48px;
  padding: 0 24px;
  background-color: #fff;
  border: 2px solid #cbaa25;
  border-radius: 999px;
}
.search-text__input::-moz-placeholder {
  color: #5e5e5e;
}
.search-text__input::placeholder {
  color: #5e5e5e;
}
.search-text .search-text-button {
  height: 4.8rem;
  margin-left: 8px;
  padding: 4px 24px;
  color: #fff;
  font-weight: 600;
  background-color: #906b02;
  border-radius: 999px;
  border: 0;
  transition: background-color 0.2s;
}
.search-text .search-text-button:hover {
  background-color: #584100;
}
.search-text .search-text-button__text {
  padding-right: 28px;
  background: url("/g_images/freearea/valentine2025/white/ico_search.svg") no-repeat top 50% right 0/20px;
  white-space: nowrap;
}

.search__note {
  display: block;
  margin-top: 12px;
  color: #333;
  text-align: center;
  line-height: 1.3;
}

/* --------------------
ランキング（編集不可）
-------------------- */
#ranking {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0;
  background-color: #faf4ef;
  translate: calc((100vw - 1200px) / 2 * -1);
  width: 100vw;
  padding: 0 4rem;
}

.ranking-block {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  padding: 6.4rem 10rem 5.6rem;
  background-color: #fff;
  translate: 0 -7.2rem;
  box-shadow: 1rem 1rem 2rem rgba(0, 0, 0, 0.1);
  background-image: url("/g_images/freearea/valentine2025/img_race-wide-right.png"), url("/g_images/freearea/valentine2025/img_race-wide-left.png");
  background-repeat: no-repeat;
  background-position: top 0 right 0, bottom 0 left 0;
  background-size: 30rem, 40rem;
}

#ranking .p-category-top__ranking__body {
  position: relative;
  display: flex;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  background: none;
}

#ranking .p-category-top__ranking-content__body {
  display: flex;
  gap: 1.6rem;
}

#ranking .p-category-top__ranking-content__body .goods {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
}

#ranking .ranking-icon {
  margin-bottom: 1rem;
}

#ranking .button {
  margin: 5.6rem auto 0;
}

#ranking .button-text {
  width: 100%;
  text-align: center;
}

.slick-list {
  width: 100%;
}

/* --------------------
ブランドから選ぶ
-------------------- */
.brand {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/g_images/freearea/valentine2025/img_bg-stripe.jpg");
  background-size: auto;
  background-repeat: repeat;
  width: 100%;
  height: auto;
}
.brand::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/g_images/freearea/valentine2025/img_decoration-choco15.png") no-repeat top 0 right 0/38rem;
  z-index: 3;
  pointer-events: none;
  margin: -16rem 0;
}
.brand__inner {
  display: flex;
  padding-block: 7rem 8rem;
  padding-inline: 4rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.brand-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  list-style: none;
  padding: 0;
  max-width: 120rem;
  flex: 1;
}
.brand-list__item {
  flex: 1 1 calc(25% - 2.4rem);
  overflow: hidden;
}
.brand-list__item img {
  transition: all 0.5s ease-in-out;
}
.brand-list__item:hover .brand-list__image img {
  transform: scale(1.1, 1.1);
}
.brand-list__label img {
  transition: none;
}
.brand-list__link {
  position: relative;
  color: inherit;
  display: block;
  text-align: center;
  text-decoration: none;
}
.brand-list__image {
  z-index: 1;
}
.brand-list__image img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 1.4;
}
.brand-list__label {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.brand-list__name {
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #fff;
  color: #916709;
  padding: 2.4rem 0;
  box-shadow: 0 -5px 15px 5px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}

/* --------------------
カテゴリから選ぶ
-------------------- */
.category {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/g_images/freearea/valentine2025/img_race-left.svg") no-repeat top 0 left 0/39rem, url("/g_images/freearea/valentine2025/img_race-right.svg") no-repeat bottom 0 right 0/40rem;
}
.category::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/g_images/freearea/valentine2025/img_decoration-choco16.png") no-repeat top 0 left 0/27rem;
  z-index: 3;
  pointer-events: none;
  margin: -12rem 0;
}
.category__inner {
  padding-block: 9rem 12rem;
  padding-inline: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 128rem;
}

/* --------------------
ご予算から選ぶ
-------------------- */
.budget {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/g_images/freearea/valentine2025/img_race-left.svg") no-repeat top 0 left 0/39rem;
}
.budget::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/g_images/freearea/valentine2025/img_decoration-choco14.png") no-repeat top 0 left -4rem/40rem;
  z-index: 3;
  pointer-events: none;
  margin: -16rem 0;
}
.budget__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 128rem;
  padding-block: 7.2rem 3.5rem;
}

/* --------------------
贈る相手から選ぶ
-------------------- */
.recipient {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url("/g_images/freearea/valentine2025/img_decoration-choco11.png") no-repeat bottom 0 right 2rem/20rem;
}
.recipient__inner {
  padding: 7rem 0 12rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 128rem;
}

/* --------------------
オプションリスト
-------------------- */
.options-list {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 108rem;
  padding-inline: 4rem;
  flex-wrap: wrap;
  gap: 2rem;
}

.options-item {
  display: inline-flex;
  width: calc((100% - 4rem) / 3);
  min-width: 32rem;
}
.options-item__link {
  display: flex;
  position: relative;
  align-items: center;
  width: 100%;
  height: 13rem;
  padding: 1rem 3rem 1rem 1rem;
  border: solid 0.1rem #b18d3e;
  border-radius: 99.9rem;
  gap: 0 1.6rem;
  transition: opacity 0.2s;
  background: #fff url("/g_images/freearea/valentine2025/gold/ico_arrow-right.svg") no-repeat top 50% right 1.6rem/2rem;
  transition: all 0.3s ease-in-out;
}
.options-item__link:hover {
  background: #cbaa25 url("/g_images/freearea/valentine2025/white/ico_arrow-right-thin.svg") no-repeat top 50% right 1.1rem/2rem;
  border: 1.5px solid #cbaa25;
}
.options-item__link:hover .options-item__text {
  color: #fff;
}
.options-item__image {
  height: 100%;
  aspect-ratio: 1/1;
}
.options-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.options-item__text {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 8px 4px;
  height: auto;
  color: #b18d3e;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
.options-item__text--translate {
  translate: 0 -4px;
}
.options-item__text-large {
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
  translate: 0 0.4rem;
}

/* --------------------
カタログから選ぶ
-------------------- */
.catalog__inner {
  padding: 9rem 4rem;
  text-align: center;
  background-image: url("/g_images/freearea/valentine2025/img_bg-diamond.jpg");
  background-size: auto;
  background-repeat: repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* --------------------
おすすめ特集
-------------------- */
.feature {
  display: flex;
  position: relative;
  flex-direction: column;
  background-image: url("/g_images/freearea/valentine2025/img_bg-pink.jpg");
  background-size: auto;
  background-repeat: repeat;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.feature__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 10rem 4rem 0;
  align-items: center;
  z-index: 0;
  background: url("/g_images/freearea/valentine2025/img_decoration-choco04.png") no-repeat top 216rem right 5rem/23rem, url("/g_images/freearea/valentine2025/img_decoration-choco07.png") no-repeat top 685rem left -2rem/34rem, url("/g_images/freearea/valentine2025/img_decoration-choco08.png") no-repeat top 875rem right 4rem/38rem;
}
.feature__inner::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  width: 30%;
  height: auto;
  background: url("/g_images/freearea/valentine2025/img_decoration-choco03.png") no-repeat top 21rem left 0rem/36rem, url("/g_images/freearea/valentine2025/img_decoration-choco05.png") no-repeat top 446rem left -6rem/44rem;
  z-index: 3;
  pointer-events: none;
}
.feature__inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: url("/g_images/freearea/valentine2025/img_decoration-choco06.png") no-repeat top 567rem right 5rem/22rem;
  z-index: 3;
  pointer-events: none;
}
.feature__heading-main {
  position: relative;
  margin-bottom: 16rem;
  color: #333;
  font-family: "Zen Old Mincho", serif;
  font-size: 5rem;
}
.feature__heading-main::before {
  content: "";
  display: block;
  width: 20rem;
  height: 18rem;
  background-image: url("/g_images/freearea/valentine2025/img_recommend-anna.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: -20%;
  z-index: -2;
}
.feature__subheading {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  color: #333;
}
.feature__heading {
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
  text-align: center;
  margin: 0 0 4.8rem;
  color: #333;
}
.feature__note {
  margin: 1.2rem 0 0 0;
  text-align: center;
  font-size: 2.4rem;
  color: #ff0000;
  font-weight: 800;
}
.feature__heading-box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4.8rem;
  gap: 2rem;
}
.feature__heading-sub {
  width: 30%;
  min-width: 30%;
}
.feature__heading-sub img {
  height: 100%;
}
.feature__child {
  display: flex;
  position: relative;
  flex-direction: column;
  width: 100%;
  max-width: 120rem;
  margin-bottom: 30rem;
  padding: 0rem 10rem 4rem;
  background-color: #fff;
  width: 100%;
  height: auto;
  z-index: 1;
}
.feature__child::before, .feature__child::after {
  content: "";
  position: absolute;
}
.feature__child::before {
  top: -7%;
  left: 0;
  width: 100%;
  height: 10%;
  background: url(/g_images/freearea/valentine2025/img_flame-top.png) no-repeat top -7% left 0rem/100%;
  z-index: -1;
}
.feature__child::after {
  bottom: -4%;
  right: 0rem;
  width: 100%;
  height: 10%;
  background: url("/g_images/freearea/valentine2025/img_flame-under.png") no-repeat center/contain;
  background-size: 100% 100%;
  z-index: -2;
}
.feature:last-of-type {
  margin-bottom: 0;
}
.feature .heading-main {
  color: #333;
}

/* --------------------
検索エリア下部
-------------------- */
.search__inner {
  padding: 7rem 0;
  background-color: #faf4ee;
}

/* --------------------
ブランド一覧
-------------------- */
.brand-all {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.brand-all::before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url("/g_images/freearea/valentine2025/img_decoration-choco12.png") no-repeat top 0 right 0/38rem;
  z-index: 3;
  pointer-events: none;
  margin: -10rem 0;
}
.brand-all__inner {
  padding-block: 8rem;
  padding-inline: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  background-image: url("/g_images/freearea/valentine2025/img_bg-stripe.jpg");
  background-size: auto;
  background-repeat: repeat;
}

.brand-list-all {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2rem;
  width: 100%;
  max-width: 105rem;
}
.brand-list-all__item {
  flex: 0 0 calc(50% - 2rem);
  max-width: calc(50% - 2rem);
  box-sizing: border-box;
  height: 100%;
}
.brand-list-all__header {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
  gap: 1rem;
  background-color: #fcf3c8;
  padding: 1.6rem 2.4rem;
  cursor: pointer;
  transition: background-color 0.3s;
  background-image: url("/g_images/freearea/valentine2025/gold/ico_opean.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 2.4rem;
  background-size: 1.6rem;
  box-shadow: 0 0 20px rgba(193, 96, 0, 0.2);
  color: #333;
}
.brand-list-all__header.open {
  background-image: url("/g_images/freearea/valentine2025/gold/ico_close.svg");
  background-repeat: no-repeat;
  background-position: top 50% right 2.4rem;
  background-size: 1.6rem;
}
.brand-list-all__content {
  display: flex;
  justify-content: flex-start;
  width: 100%;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap: 1.6rem 1rem;
  background-color: #fff;
  padding: 2.4rem;
}
.brand-list-all__content a {
  box-sizing: border-box;
  display: block;
  text-align: left;
  margin: 0;
  padding: 15px 16px;
  color: #906b02;
  font-size: 1.6rem;
  border-radius: 5px;
  cursor: pointer;
  border: 1.5px solid #cbaa25;
  border-radius: 99px;
}
.brand-list-all__content a:hover {
  color: #0c60d1;
  text-decoration: underline;
}

/* --------------------
...はこちら
-------------------- */
.other {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.other__buttons {
  display: flex;
  width: 100%;
  max-width: 108rem;
  padding: 0 4rem 3.5rem;
  gap: 0 1.6rem;
}

/* --------------------
こちらもおすすめ
-------------------- */
.banner {
  background-color: #faf4ee;
  padding-bottom: 16rem;
}
.banner__inner {
  padding: 4rem 8rem;
  text-align: center;
}

.banner-list {
  width: 100%;
  max-width: 128rem;
  display: flex;
  margin: 0 auto;
  padding-inline: 4rem;
  gap: 0 1rem;
}

.banner-item__link {
  transition: opacity 0.2s;
}
.banner-item__link:hover {
  opacity: 0.5;
}

/* --------------------
豆知識
-------------------- */
.knowledge {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/g_images/freearea/valentine2025/img_bg-pink.jpg");
  background-size: auto;
  background-repeat: repeat;
  width: 100%;
  height: auto;
}
.knowledge__inner {
  max-width: 128rem;
  margin: 0 auto;
  padding-inline: 4rem;
  padding-bottom: 8rem;
}

.knowledge-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  margin-top: -8rem;
  padding: 8rem 10rem 5.6rem;
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(94, 106, 145, 0.2);
}

.knowledge-article {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
}
.knowledge-article__paragraph {
  font-weight: 300;
  line-height: 1.8;
}
.knowledge-article__paragraph:not(:last-child) {
  margin-bottom: 4.8rem;
}
.knowledge-article__section {
  display: flex;
  flex-direction: column;
}
.knowledge-article__heading {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 5rem;
  margin-bottom: 24px;
  padding: 0.8rem 0 0.8rem 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 2.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.knowledge-article__heading::before, .knowledge-article__heading::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #cbaa25;
}
.knowledge-article__heading::before {
  top: -5px;
  box-shadow: 0 4px #cbaa25;
}
.knowledge-article__heading::after {
  bottom: -3px;
  box-shadow: 0 4px #cbaa25;
}
.knowledge-article__subheading {
  font-weight: 500;
  margin-bottom: 1.6rem;
}

.knowledge-illust-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 16px;
  gap: 32px 40px;
}

.knowledge-illust-item {
  display: flex;
  gap: 16px;
  width: calc((100% - 40px) / 2);
}
.knowledge-illust-item__image {
  width: 100px;
  height: 100px;
  border-radius: 5px;
  background-color: #f5f0da;
}
.knowledge-illust-item__text {
  flex: 1;
}
.knowledge-illust-item__name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 600;
}

/* --------------------
ご注意事項
-------------------- */
.guide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #faf4ee;
}
.guide__inner {
  padding: 7rem 4rem;
}

.guide-block {
  width: 100%;
  max-width: 120rem;
  padding: 5.6rem 5.6rem;
  background-color: #fff;
}
.guide-block__heading {
  margin-bottom: 4rem;
  color: #d00323;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  line-height: 1;
  font-size: 4rem;
}

.guide-section {
  margin-top: 3.2rem;
}
.guide-section:not(:last-of-type) {
  margin-bottom: 4rem;
}
.guide-section__heading {
  margin-bottom: 1.2rem;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid #b18d3e;
  color: #b18d3e;
  font-weight: 600;
  font-size: 2rem;
  text-align: center;
  line-height: 1;
}
.guide-section__detail {
  display: flex;
  flex-direction: column;
}
.guide-section .guide-text {
  font-size: 1.8rem;
}
.guide-section .guide-text--link {
  display: inline-block;
  margin-top: 1.2rem;
  color: #0c60d1;
  line-height: 1;
  text-decoration: underline;
}
.guide-section .guide-text--link::after {
  content: "";
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin-left: 0.4rem;
  background: url("/g_images/freearea/christmas2024/blue/ico_arrow-right.svg") no-repeat center/contain;
}
.guide-section .guide-text--link:hover {
  text-decoration: none;
}
.guide-section .guide-text-strong {
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
}
.guide-section .guide__map {
  display: flex;
  justify-content: center;
  margin-top: 1.6rem;
}
.guide-section .guide__map img {
  width: 100%;
  max-width: 38rem;
  height: auto;
}
.guide-section .guide-note-list {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-top: 2rem;
}
.guide-section .guide-note-box {
  margin: 1.2rem 0 0 0;
  text-align: center;
}
.guide-section .guide-note-box__text {
  margin: 0 0 0.4rem;
  font-size: 1.4rem;
  color: #7e7e7e;
}
.guide-section .guide-flex-list {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-inline: auto;
}
.guide-section .guide-flex-list .guide-flex-list-item {
  display: inline-flex;
  flex-wrap: wrap;
}
.guide-section .guide-flex-list .guide-flex-list-item:not(:last-child) {
  margin-bottom: 0.8rem;
}
.guide-section .guide-flex-list .guide-flex-list-item__heading {
  min-width: 12rem;
  text-align: left;
}
.guide-section .guide-flex-list .guide-flex-list-item__detail {
  width: auto;
  text-align: left;
}
.guide-section .guide-flex-list .guide-flex-list-item .guide-note {
  margin-top: 0.4rem;
}
.guide-section .guide-num-list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem 0;
}
.guide-section .guide-dot-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem 0;
}
.guide-section .guide-dot-list__item {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.guide-section .guide-dot-list__item::before {
  content: "⚫︎";
  position: absolute;
  top: 0.4rem;
  left: 0;
  font-size: 0.8rem;
}
.guide-section .guide-dot-list__item--red {
  color: #d00323;
  font-weight: 600;
}
.guide-section .guide-dot-list__item--red::before {
  color: #333;
}
.guide-section .guide-section-second {
  margin-top: 3.2rem;
}
.guide-section .guide-section-second:not(:last-of-type) {
  margin-bottom: 3.2rem;
}
.guide-section .guide-section-second__heading {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 600;
}
.guide-section .guide-section-second .guide-section-second--floormap .button-item {
  width: calc((100% - 4.8rem) / 4);
}
.guide-section .guide-section-second .guide-section-second--floormap .button-text {
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.guide-section .guide-buttonbox {
  display: flex;
  width: 100%;
  margin-top: 4rem;
  justify-content: center;
}
.guide-section .guide-buttonbox .button-text {
  line-height: 1.2;
}

/* --------------------
PCへmedia制限が必要なもの
-------------------- */
@media screen and (max-width: 1420px) {
  .pagetitle__keywords-list {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 1320px) {
  .top__inner::after {
    top: 24rem;
    left: -6rem;
    width: 18rem;
    height: 18rem;
    background: url(/g_images/freearea/valentine2025/img_decoration-choco02.png) no-repeat center/contain;
    z-index: -1;
  }
  .feature__inner {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco08.png) no-repeat top 875rem right -5rem/19rem;
  }
  .feature__inner::before {
    background: url("/g_images/freearea/valentine2025/img_decoration-choco03.png") no-repeat top 21rem left -8rem/36rem, url(/g_images/freearea/valentine2025/img_decoration-choco05.png) no-repeat top 446rem left -19rem/44rem;
  }
  .feature__inner::after {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco06.png) no-repeat top 550rem right -5rem/22rem;
  }
  .brand-all::before {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco12.png) no-repeat top 0 right 0/27rem;
  }
}
@media screen and (max-width: 1220px) {
  .valentine_2025 {
    translate: -20px 0;
  }
  #ranking {
    translate: -20px 0;
  }
  .top__inner::before {
    right: -7rem;
  }
  .feature__inner::after {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco06.png) no-repeat top 515rem right -5rem/22rem;
  }
  .brand-all::before {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco12.png) no-repeat top 0 right -5.5rem/27rem;
  }
  .feature__inner::before {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco05.png) no-repeat top 425rem left -19rem/42rem;
  }
  .brand-list__name {
    min-height: 11rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 1220px) and (min-width: 1200px) {
  .valentine_2025 {
    translate: -28px 0;
  }
  #ranking {
    translate: -28px 0;
  }
}
@media screen and (max-width: 1100px) {
  .p-category-top__ranking-content__body .goods:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .category::before {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco16.png) no-repeat top 0 left 0/24rem;
  }
  .feature__inner::before {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco03.png) no-repeat top 21rem left -12.5rem/36rem, url(/g_images/freearea/valentine2025/img_decoration-choco05.png) no-repeat top 446rem left -21rem/44rem;
  }
  .feature__inner::after {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco06.png) no-repeat top 490rem right -5rem/22rem;
  }
  .brand-all::before {
    background: url(/g_images/freearea/valentine2025/img_decoration-choco12.png) no-repeat top 5rem right -5.5rem/27rem;
  }
}
@media screen and (max-width: 1080px) {
  .feature__heading-main::before {
    width: 16rem;
    height: 14rem;
    top: 3rem;
    right: -14%;
  }
  .top__inner::after {
    background: none;
  }
  .top__inner::before {
    background: none;
  }
}
@media screen and (max-width: 1000px) {
  .feature__heading-main::before {
    width: 18rem;
    height: 13rem;
    top: 6rem;
    right: -1%;
  }
  .pagetitle__keywords-list {
    padding: 1.5rem;
  }
}
@media screen and (max-width: 780px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  /* sp */
  /* --------------------
    ページ上部背景エリア
    -------------------- */
  /* --------------------
    検索エリア
    -------------------- */
  /* 検索系パーツ */
  /* テキスト検索 */
  /* --------------------
  ランキング_sp
  -------------------- */
  /* slick */
  /* --------------------
  ブランドから選ぶ
  -------------------- */
  /* --------------------
    カテゴリから選ぶ
    -------------------- */
  /* --------------------
    ご予算から選ぶ
    -------------------- */
  /* --------------------
    贈る相手から選ぶ
    -------------------- */
  /* --------------------
    オプションリスト
    -------------------- */
  /* --------------------
    カタログから選ぶ
    -------------------- */
  /* --------------------
    おすすめ特集
    -------------------- */
  /* --------------------
    検索エリア下部
    -------------------- */
  /* --------------------
    ブランド一覧
    -------------------- */
  /* --------------------
    ...はこちら
    -------------------- */
  /* --------------------
    こちらもおすすめ
    -------------------- */
  /* --------------------
    豆知識
    -------------------- */
  /* --------------------
    ご注意事項
    -------------------- */
  /* --------------------
  スクロール追従ナビ_s
  -------------------- */
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  /* --------------------
  商品一覧
  -------------------- */
  .goods-large {
    flex-direction: column-reverse;
    margin: 0;
    margin-bottom: 4rem;
  }
  .goods-large__link {
    flex-direction: column-reverse;
  }
  .goods-large__image {
    width: 100%;
  }
  .goods-large__detailBox {
    padding: 2rem 0;
    max-width: 100%;
  }
  .goods-large__name {
    margin: 0 0 0.8rem;
    font-size: 2.2rem;
  }
  .goods-large__price {
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
  }
  .goods-large__price-num {
    font-size: 2.8rem;
  }
  .goods-large__description {
    margin: 0 0 1.6rem;
    font-size: 1.4rem;
  }
  .goods-large__more-link {
    border-bottom: 0;
    font-family: none;
    font-size: 1.6rem;
  }
  .goods-large__more-link::after {
    width: 1.5rem;
    height: 1.5rem;
    margin-left: 0.8rem;
  }
  .goods-list {
    flex-direction: column;
    gap: 4rem;
    margin: 0 0 3rem;
  }
  .goods-list__link {
    display: flex;
    gap: 1.2rem;
  }
  .goods-list__image {
    width: 100%;
    margin: 0;
    min-width: 50%;
  }
  .goods-list__image img {
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .goods-list__detailBox {
    display: block;
  }
  .goods-list__detail {
    width: 100%;
  }
  .goods-list__name {
    margin: 0 0 0.8rem;
    font-weight: normal;
  }
  .goods-list__price {
    font-size: 1.6rem;
  }
  .goods-list__price-num {
    font-family: "Roboto", sans-serif;
    font-size: 2.4rem;
  }
  /* --------------------
  ボタン
  -------------------- */
  .button-box {
    margin: 3.2rem 0 0;
  }
  .button {
    width: calc(100% - 32px);
  }
  .button .button-text {
    font-size: 1.6rem;
    font-weight: 600;
  }
  /* --------------------
  タグ / タグリスト
  -------------------- */
  .tag {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 4px 16px;
    transition: background-color 0.2s;
    border: solid 1px #fff;
    border-radius: 999px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
  }
  /* --------------------
  丸画像リスト
  -------------------- */
  .circle-list {
    padding-inline: 1.5rem;
    gap: 0 1.6rem;
  }
  .circle-list-item {
    width: calc((100% - 2.4rem) / 2);
    margin-bottom: 1.5rem;
  }
  .circle-list__image {
    position: relative;
    margin-bottom: 1.6rem;
  }
  .circle-list__image::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 99.9rem;
    background: radial-gradient(transparent calc(100% - 5.5rem), rgba(255, 255, 255, 0.5) calc(100% - 5.5rem));
  }
  .circle-list-item__text {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
  }
  /* --------------------
  見出し
  -------------------- */
  .heading-main {
    align-items: flex-start;
    padding: 0;
    font-size: 30px;
    gap: 0 8px;
  }
  .heading-main::before, .heading-main::after {
    top: 40%;
    width: 6rem;
  }
  .heading-main::before {
    left: 0;
    translate: 0 10%;
  }
  .heading-main::after {
    right: 0;
    translate: 0 10%;
  }
  /* --------------------
  ページタイトル
  -------------------- */
  .pagetitle {
    background-image: url("/g_images/freearea/valentine2025/img_pagetitle-sp.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .pagetitle__inner {
    padding: 0 3rem;
    height: 100%;
  }
  .pagetitle__search-keywords {
    position: relative;
  }
  .pagetitle__keywords-list {
    display: flex;
    justify-content: flex-start;
    gap: 2rem;
    width: 100%;
    padding-top: 5.3rem;
  }
  .pagetitle__keywords-item {
    padding: 1.5rem 1.6rem;
    border-radius: 40px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1.5px #e9dcae, 0 0 0 3px #fff;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .pagetitle__keywords-item a {
    color: #906b03;
  }
  .pagetitle__info {
    padding: 2.4rem 0;
  }
  .pagetitle__logo {
    margin-bottom: 90%;
  }
  .pagetitle__logo img {
    width: 100%;
    height: auto;
  }
  .pagetitle__tag-image {
    margin: 0 auto 10%;
  }
  .pagetitle__tag-image img {
    width: 100%;
    height: auto;
  }
  /* --------------------
  スクロール
  -------------------- */
  @keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  .top-product__wrap {
    display: flex;
    gap: 3rem;
    padding: 2rem 0;
  }
  .top-product__list {
    display: flex;
    gap: 3rem;
    list-style: none;
    padding: 0;
  }
  .top-product__item {
    width: 21rem;
    height: 100%;
  }
  .top-product__item:nth-child(odd) {
    transform: translateY(-1rem);
  }
  .top-product__item:nth-child(even) {
    transform: translateY(1rem);
  }
  .top-product__item img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .top__inner {
    position: relative;
    margin-top: -6rem;
    overflow: hidden;
  }
  .top__inner::before, .top__inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
  .top__inner::before {
    top: 23rem;
    right: -3rem;
    width: 24rem;
    height: 24rem;
    translate: 0% -30rem;
    z-index: 2;
  }
  .top__inner::after {
    top: 47rem;
    left: -74px;
    width: 12rem;
    height: 12rem;
    translate: 20% -20rem;
  }
  .top-notice {
    background: url("/g_images/freearea/valentine2025/img_parts-noticeBg-sp.svg") no-repeat center/contain;
    background-size: 100% 100%;
    padding: 4rem 4rem 6rem;
    width: 100%;
    max-width: 348px;
    height: 100%;
    z-index: 1;
  }
  .top-notice::before {
    left: 16%;
    width: 70%;
  }
  .top-notice__heading {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 4%;
    background: url("/g_images/freearea/valentine2025/img_parts-notice.svg") no-repeat center/contain;
    background-size: 100% 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 100%;
    width: 100%;
  }
  .top-notice__heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 12px;
    border: 1px solid #cbaa25;
    box-shadow: 0 6px #cbaa25;
    z-index: -2;
  }
  .top-notice__date {
    font-size: 2.2rem;
    color: #906b02;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
  }
  .top-notice__brands {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    padding-block: 4%;
  }
  .search-keywords {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 88rem;
    margin: 0 auto 1.6rem;
    padding-inline: 4rem;
    font-weight: 600;
    color: #333;
    gap: 0 1.6rem;
  }
  .search-keywords__heading {
    white-space: nowrap;
  }
  .search-keywords .keywords-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.8rem;
    color: #333;
    z-index: 2;
    justify-content: center;
  }
  .search-keywords .keywords-list .keywords-item .tag {
    background-color: #fff;
    color: #906b02;
    border: 1.5px solid #cbaa25;
  }
  .search-text {
    width: 100%;
    max-width: 88rem;
    padding-inline: 4rem;
    margin-inline: auto;
  }
  .search-text__form {
    position: relative;
    display: flex;
  }
  .search-text__input {
    padding: 0 16px;
    background: #fff url("/g_images/freearea/valentine2025/gold/ico_search.svg") no-repeat top 50% right 16px/20px;
    border-width: 1px;
    margin-inline: 1.6rem;
  }
  .search-text .search-text-button {
    display: none;
  }
  .search__note {
    display: block;
    margin-top: 12px;
    color: #333;
    text-align: center;
    line-height: 1.3;
  }
  #ranking {
    z-index: 1;
    translate: -20px;
  }
  #ranking .ranking-block {
    padding-inline: 4rem;
  }
  .p-category-top__ranking__body {
    height: auto;
    padding: 40px 16px;
  }
  .p-category-top__ranking-content__body .goods:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .p-category-top__ranking-icon-wrap {
    display: flex;
    justify-content: center;
  }
  .c-goods-info__image {
    display: flex;
    justify-content: center;
  }
  .p-category-top__ranking__body .slick-slide .c-goods-info__image img {
    width: 80%;
  }
  #ranking .p-category-top__ranking-content__body {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  #ranking .p-category-top__ranking-content__body .goods {
    margin-right: 1.6rem;
  }
  .p-category-top__ranking__body .slick-slider {
    width: 100%;
    max-width: 100vw;
  }
  .p-category-top__ranking__body .slick-list {
    width: 100%;
    border: solid salmon;
  }
  .p-category-top__ranking__body .slick-track {
    border: solid salmon;
    gap: 0 1.5rem;
  }
  .p-category-top__ranking-content__body .slick-slide {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100vw;
    height: auto;
  }
  .p-category-top__ranking-content__body .slick-dots {
    display: flex;
    justify-content: center;
    gap: 0 2rem;
    margin-top: 2.4rem;
  }
  .p-category-top__ranking-content__body .slick-dots button {
    font-size: 0;
    width: 1.6rem;
    height: 1.6rem;
    background-color: #e5e5e5;
    border-radius: 99.9rem;
    transition: 0.2s;
    border: 0;
  }
  .p-category-top__ranking-content__body .slick-dots button:hover,
  .p-category-top__ranking-content__body .slick-dots .slick-active button {
    background-color: #916f09;
  }
  .brand {
    background-size: auto;
  }
  .brand::before {
    background: none;
  }
  .brand__inner {
    padding: 5.6rem 0 7.2rem;
  }
  .brand-list {
    flex-wrap: wrap;
    justify-content: center;
    padding-inline: 0;
    gap: 1.6rem;
  }
  .brand-list__item {
    width: 40%;
    flex: none;
  }
  .brand-list__link {
    color: inherit;
    display: block;
    text-align: center;
    text-decoration: none;
  }
  .brand-list__name {
    font-size: 1.5rem;
    padding: 1rem 1.2rem;
    height: 6rem;
  }
  .category__inner {
    padding: 5.6rem 0;
  }
  .category::before {
    background: none;
  }
  .budget {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
  }
  .budget::before {
    background: none;
  }
  .budget__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 128rem;
    padding-block: 7.2rem 3.5rem;
  }
  .recipient {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: none;
  }
  .recipient__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 128rem;
    padding: 7.2rem 0 5.6rem;
  }
  .options-list {
    flex-direction: column;
    width: 100%;
    padding-inline: 4rem;
    flex-wrap: wrap;
    gap: 2rem;
  }
  .options-item {
    width: 100%;
  }
  .options-item__link {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    height: 13rem;
    padding: 1rem;
    border: solid 0.1rem #b18d3e;
    border-radius: 99.9rem;
    gap: 0 1.6rem;
    transition: opacity 0.2s;
    background: url("/g_images/freearea/valentine2025/gold/ico_arrow-right.svg") no-repeat top 50% right 1.6rem/2rem;
  }
  .options-item__image {
    height: 100%;
    aspect-ratio: 1/1;
  }
  .options-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .catalog__inner {
    padding: 7rem 2rem;
    text-align: center;
    background-image: url("/g_images/freearea/valentine2025/img_bg-diamond.jpg");
    background-repeat: repeat;
  }
  .feature__inner {
    padding: 5.6rem 0 30%;
    background: none;
  }
  .feature__inner::before {
    background: none;
  }
  .feature__inner::after {
    background: none;
  }
  .feature__heading-main {
    text-align: center;
    font-size: 3rem;
    margin-bottom: 16%;
  }
  .feature__heading-main::before {
    content: "";
    display: block;
    width: 12rem;
    height: 10rem;
    background-image: url("/g_images/freearea/valentine2025/img_recommend-anna.png");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 4rem;
    right: 0;
  }
  .feature__heading {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }
  .feature__heading-box {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 1rem;
  }
  .feature__heading-sub {
    width: 30%;
    min-width: 30%;
    margin: 0;
  }
  .feature__child {
    display: flex;
    position: relative;
    flex-direction: column;
    width: 100%;
    max-width: 120rem;
    margin-bottom: 40%;
    padding: 0rem 10rem 8rem;
  }
  .feature__child::before, .feature__child::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .feature__child::before {
    top: -7%;
    left: 0;
    width: 100%;
    height: 10%;
    background: url("/g_images/freearea/valentine2025/img_flame-top.png") no-repeat center/contain;
    background-size: 100% 90%;
  }
  .feature__child::after {
    top: 97%;
    right: 0rem;
    width: 100%;
    height: 10%;
    background: url("/g_images/freearea/valentine2025/img_flame-under.png") no-repeat center/contain;
    background-size: 100% 90%;
  }
  .feature__child:last-of-type {
    margin-bottom: 0;
  }
  .feature__child .heading-main {
    color: #333;
  }
  .search__inner {
    padding: 7rem 0;
    background-color: #faf4ee;
  }
  .brand-all {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .brand-all::before {
    background: none;
  }
  .brand-all__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .brand-list-all {
    flex-direction: column;
    align-items: center;
    padding-inline: 4rem;
  }
  .brand-list-all__item {
    width: 100%;
    max-width: 100%;
  }
  .brand-list-all__header {
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 600;
    gap: 1rem;
    background-color: #fcf3c8;
    padding: 1.6rem 2.4rem;
    cursor: pointer;
    transition: background-color 0.3s;
    background-image: url("/g_images/freearea/valentine2025/gold/ico_opean.svg");
    background-repeat: no-repeat;
    background-position: top 50% right 2.4rem;
    background-size: 1.6rem;
    box-shadow: 0 0 20px rgba(193, 96, 0, 0.2);
  }
  .brand-list-all__header .opean {
    background-image: url("/g_images/freearea/fukubukuro2024/ico_arrow-top.svg");
    background-repeat: no-repeat;
    background-position: top 50% right 2.4rem;
    background-size: 1.6rem;
  }
  .brand-list-all__content {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 24px;
    background-color: #fff;
    padding: 2.4rem;
  }
  .other {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .other__buttons {
    display: flex;
    width: 100%;
    max-width: 108rem;
    padding: 0 4rem 3.5rem;
    gap: 0 1.6rem;
  }
  .banner {
    background-color: #faf4ee;
    padding-bottom: 16rem;
  }
  .banner__inner {
    padding: 5.6rem 0 0;
    text-align: center;
  }
  .banner-list {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    padding-inline: 4rem;
    gap: 1.6rem 1.6rem;
  }
  .banner-item {
    flex: 0 0 calc(50% - 0.8rem);
  }
  .banner-item__link {
    transition: opacity 0.2s;
  }
  .knowledge {
    background-size: auto;
  }
  .knowledge__inner {
    max-width: 128rem;
    margin: 0 auto;
    padding-inline: 4rem;
    padding-bottom: 8rem;
  }
  .knowledge-block {
    padding-inline: 2rem;
    box-shadow: 0 0 5rem rgba(94, 106, 145, 0.2);
  }
  .knowledge-article {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .knowledge-article__paragraph {
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.8;
  }
  .knowledge-article__paragraph:not(:last-child) {
    margin-bottom: 24px;
  }
  .knowledge-article__heading {
    min-height: 4rem;
    margin-bottom: 1.6rem;
    padding: 1rem 0 1rem 1.4rem;
    font-size: 2rem;
  }
  .knowledge-article__heading::before, .knowledge-article__heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #cbaa25;
  }
  .knowledge-article__heading::before {
    top: -5px;
    box-shadow: 0 4px #cbaa25;
  }
  .knowledge-article__heading::after {
    bottom: -3px;
    box-shadow: 0 4px #cbaa25;
  }
  .knowledge-illust-list {
    margin-top: 0.8rem;
  }
  .guide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #faf4ee;
  }
  .guide__inner {
    padding: 7rem 4rem;
  }
  .guide-block {
    width: 100%;
    max-width: 120rem;
    padding: 5.6rem 5.6rem;
    background-color: #fff;
  }
  .guide-block__heading {
    margin-bottom: 4rem;
    color: #d00323;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    font-size: 4rem;
  }
  .guide-section {
    margin-top: 3.2rem;
  }
  .guide-section:not(:last-of-type) {
    margin-bottom: 4rem;
  }
  .guide-section__heading {
    margin-bottom: 1.2rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #b18d3e;
    color: #b18d3e;
    font-weight: 600;
    font-size: 2rem;
    text-align: center;
    line-height: 1;
  }
  .guide-section__detail {
    display: flex;
    flex-direction: column;
  }
  .guide-section .guide-text {
    font-size: 1.8rem;
  }
  .guide-section .guide-text--link {
    display: inline-block;
    margin-top: 1.2rem;
    color: #0c60d1;
    line-height: 1;
    text-decoration: underline;
  }
  .guide-section .guide-text--link::after {
    content: "";
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.4rem;
    background: url("/g_images/freearea/christmas2024/blue/ico_arrow-right.svg") no-repeat center/contain;
  }
  .guide-section .guide__map {
    display: flex;
    justify-content: center;
    margin-top: 1.6rem;
  }
  .guide-section .guide__map img {
    width: 100%;
    max-width: 38rem;
    height: auto;
  }
  .guide-section .guide-note-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
    margin-top: 2rem;
  }
  .guide-section .guide-note {
    position: relative;
    text-align: center;
  }
  .guide-section .guide-flex-list {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    margin-inline: auto;
  }
  .guide-section .guide-flex-list .guide-flex-list-item {
    display: inline-flex;
    flex-wrap: wrap;
  }
  .guide-section .guide-flex-list .guide-flex-list-item:not(:last-child) {
    margin-bottom: 0.8rem;
  }
  .guide-section .guide-flex-list .guide-flex-list-item__heading {
    min-width: 12rem;
    text-align: left;
  }
  .guide-section .guide-flex-list .guide-flex-list-item__detail {
    width: auto;
    text-align: left;
  }
  .guide-section .guide-flex-list .guide-flex-list-item .guide-note {
    margin-top: 0.4rem;
  }
  .guide-section .guide-num-list {
    display: flex;
    flex-direction: column;
    gap: 2.4rem 0;
  }
  .guide-section .guide-dot-list {
    display: flex;
    flex-direction: column;
    gap: 0.4rem 0;
  }
  .guide-section .guide-dot-list__item::before {
    top: 0.8rem;
  }
  .guide-section .guide-dot-list__item--red {
    color: #d00323;
    font-weight: 600;
  }
  .guide-section .guide-dot-list__item--red::before {
    color: #333;
  }
  .guide-section .guide-section-second {
    margin-top: 3.2rem;
  }
  .guide-section .guide-section-second:not(:last-of-type) {
    margin-bottom: 3.2rem;
  }
  .guide-section .guide-section-second__heading {
    margin-bottom: 1rem;
    font-size: 1.8rem;
    font-weight: 600;
  }
  .guide-section .guide-section-second .guide-section-second--floormap .button-item {
    width: calc((100% - 4.8rem) / 4);
  }
  .guide-section .guide-section-second .guide-section-second--floormap .button-text {
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  .guide-section .guide-buttonbox {
    display: flex;
    width: 100%;
    margin-top: 4rem;
    justify-content: center;
  }
  .guide-section .guide-buttonbox .button-text {
    line-height: 1.2;
  }
  .fixed-nav {
    width: 100vw;
    top: auto;
    bottom: 0;
    translate: none;
    transform: none;
    left: 0;
  }
  .fixed-nav__list {
    width: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 1px;
    list-style: none;
  }
  .fixed-nav__item {
    flex: 1;
  }
  .fixed-nav__item--guide {
    flex-basis: 100%;
  }
  .fixed-nav__link {
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 16px 8px;
    font-size: 10px;
    border-radius: 0;
    box-shadow: none;
  }
  .fixed-nav__text {
    max-width: -moz-max-content;
    max-width: max-content;
    font-size: 10px;
  }
  .fixed-nav__text::before {
    display: none;
  }
  .fixed-nav__text--guide {
    line-height: 16px;
    padding-left: 24px;
    text-align: left;
    background: url("/g_images/freearea/valentine2025/white/ico_guide.svg") no-repeat top 50% left 0/16px;
  }
  .valentine_2025 {
    translate: none;
    margin: 0 -2rem;
  }
  #ranking {
    translate: none;
    margin: 0 -2rem;
  }
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  /* --------------------
  タグ / タグリスト
  -------------------- */
  .tag {
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 4px 16px;
    transition: background-color 0.2s;
    border: solid 1px #fff;
    border-radius: 999px;
    color: #fff;
    line-height: 1;
    white-space: nowrap;
  }
  .tag:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }
  /* --------------------
  ページタイトル
  -------------------- */
  .pagetitle {
    background-position: center;
    padding-bottom: 1%;
  }
  .pagetitle__inner {
    padding: 0 1.5rem;
    height: 100%;
  }
  .pagetitle__search-keywords {
    position: relative;
    width: 100%;
    margin-left: 0;
  }
  .pagetitle__arrow:hover {
    background-color: #906b03;
  }
  .pagetitle__keywords-list {
    gap: 1.6rem;
    padding-top: 2.4rem;
  }
  .pagetitle__keywords-item {
    padding: 1rem 1.2rem;
    font-size: 1.4rem;
  }
  .pagetitle__keywords-item:hover {
    box-shadow: inset 0 0 0 1.5px #e9dcae, 0 0 0 3px #fff;
    background-color: #fff;
  }
  .pagetitle__keywords-item:hover a {
    color: #906b03;
  }
  .pagetitle__info {
    padding: 2.4rem 0 6rem;
  }
  .pagetitle__logo {
    margin-bottom: 90%;
  }
  .pagetitle__logo img {
    width: 100%;
    height: auto;
  }
  .pagetitle__tag-image {
    margin: 0 auto;
  }
  .pagetitle__tag-image img {
    width: 100%;
    height: auto;
  }
  /* --------------------
    おすすめ特集
    -------------------- */
  .feature__inner {
    padding: 5.6rem 0 30%;
  }
  .feature__heading-main {
    text-align: center;
    font-size: 3rem;
    gap: 0 8px;
    margin-bottom: 16%;
  }
  .feature__heading-main::before {
    width: 10rem;
    height: 10rem;
    top: 4rem;
  }
  .feature__subheading {
    font-size: 1.8rem;
    color: #333;
  }
  .feature__heading {
    margin: 0 0 2.4rem;
    font-size: 2.4rem;
  }
  .feature__note {
    margin: 0.8rem 0 0 0;
    font-size: 2rem;
  }
  .feature__heading-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
  }
  .feature__heading-sub {
    width: 40%;
  }
  .feature__child {
    max-width: 120rem;
    padding: 0rem 1.5rem 4rem;
    margin-bottom: 30%;
  }
  .feature__child::before, .feature__child::after {
    content: "";
    position: absolute;
  }
  .feature__child::before {
    top: -6%;
    left: 0;
    width: 100%;
    height: 10%;
    background: url("/g_images/freearea/valentine2025/img_flame-top.png") no-repeat center/contain;
  }
  .feature__child::after {
    top: 95%;
    bottom: 0;
    right: 0rem;
    width: 100%;
    height: 10%;
    background: url("/g_images/freearea/valentine2025/img_flame-under.png") no-repeat center/contain;
    z-index: -1;
  }
  .feature__child:last-of-type {
    margin-bottom: 0;
  }
  .feature__child .heading-main {
    color: #333;
  }
  /* --------------------
    検索エリア
    -------------------- */
  /* 検索系パーツ */
  .search-keywords {
    flex-direction: column;
    gap: 1.6rem;
    padding-inline: 0;
  }
  .search-keywords .keywords-list .keywords-item .tag {
    font-size: 1.4rem;
  }
  .search-keywords .keywords-list .keywords-item .tag:hover {
    background-color: #fff;
    color: #906b02;
    border: 1.5px solid #cbaa25;
  }
  .search-text {
    padding-inline: 0;
  }
  .search-text__input {
    margin-inline: 0;
  }
  .search-text__input::-moz-placeholder {
    font-size: 1.6rem;
  }
  .search-text__input::placeholder {
    font-size: 1.6rem;
  }
  .search-text__input .search-text-button:hover {
    background-color: #906b02;
  }
  /* --------------------
    商品画像リスト
    -------------------- */
  .goods-large__link {
    flex-direction: column-reverse;
  }
  .goods-large__link:hover .goods-large__name,
  .goods-large__link:hover .goods-large__price,
  .goods-large__link:hover .goods-large__description,
  .goods-large__link:hover .goods-large__more-link {
    color: #333;
    text-decoration: none;
  }
  .goods-large__link:hover .goods-large__more-link::after {
    left: 8rem;
  }
  .goods-large__link:hover .goods-large__image img {
    transform: none;
  }
  .goods-list__item {
    flex: 0;
    max-width: 100%;
  }
  .goods-list:hover {
    text-decoration: none;
  }
  .goods-list:hover .goods-list__name,
  .goods-list:hover .goods-list__price,
  .goods-list:hover .goods-list__description,
  .goods-list:hover .goods-list__more-link {
    color: #333;
    text-decoration: none;
  }
  .goods-list:hover .goods-list__more-link::after {
    left: 8rem;
  }
  .goods-list:hover .goods-list__image {
    opacity: 1;
  }
  /* --------------------
    ご注意事項
    -------------------- */
  .guide {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #faf4ee;
  }
  .guide__inner {
    padding: 0;
  }
  .guide-block {
    padding: 5.6rem 1.5rem;
  }
  .guide-block__heading {
    font-size: 3rem;
    line-height: 1.3;
  }
  .guide-section:not(:last-of-type) {
    margin-bottom: 3.2rem;
  }
  .guide-section__heading {
    margin-bottom: 0.8rem;
    font-size: 1.6rem;
  }
  .guide-section .guide-text {
    font-size: 1.4rem;
  }
  .guide-section .guide-text--link:hover {
    text-decoration: none;
  }
  .guide-section .guide-text-strong {
    font-size: 1.8rem;
  }
  .guide-section .guide-note--center {
    margin-top: 1rem;
  }
  .guide-section .guide-dot-list__item::before {
    top: 0.4rem;
  }
  /* --------------------
    ページ上部背景エリア
    -------------------- */
  .top {
    width: 100%;
    background-size: auto;
  }
  .top__inner {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-inline: 1.5rem;
    margin-top: -2rem;
  }
  .top__inner::before, .top__inner::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    z-index: 0;
  }
  .top__inner::before {
    top: 24rem;
    right: -6.8rem;
    width: 21rem;
    height: 21rem;
    translate: 0% -30rem;
    z-index: 2;
  }
  .top__inner::after {
    top: 45rem;
    left: -74px;
    width: 14rem;
    height: 12rem;
    translate: 20% -20rem;
  }
  .top__catalogLink {
    margin: 3.2rem 2rem 0;
  }
  .top__catalogLink:hover {
    opacity: 1;
  }
  .top-product {
    width: 100%;
    margin: -21rem 0 0;
    padding: 8rem 0 4rem;
  }
  .top-product__wrap {
    gap: 1.6rem;
  }
  .top-product__list {
    gap: 1.6rem;
  }
  .top-product__item {
    width: 14rem;
  }
  .top-product__item:hover img {
    transform: none;
  }
  .top-notice {
    padding: 4rem 2rem 5rem;
    margin: 0 0 1.5rem;
  }
  .top-notice::before {
    left: 7%;
    width: 88%;
  }
  .top-notice__heading {
    font-size: 2rem;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin-bottom: 4%;
    background: url("/g_images/freearea/valentine2025/img_parts-notice.svg") no-repeat center/contain;
    background-size: 100% 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    height: 100%;
    width: 100%;
  }
  .top-notice__heading::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    top: 12px;
    border: 1px solid #cbaa25;
    box-shadow: 0 6px #cbaa25;
    z-index: -2;
  }
  .top-notice__date {
    font-size: 2.2rem;
    color: #906b02;
    text-align: center;
    font-family: "Zen Old Mincho", serif;
  }
  .top-notice__brands {
    font-size: 1.4rem;
    line-height: 1.5;
    text-align: left;
    padding-block: 4%;
  }
  /* --------------------
  ランキング_500
  -------------------- */
  #ranking {
    padding: 0 1.6rem 5.6rem;
    align-items: flex-start;
  }
  #ranking .ranking-block {
    padding: 4rem 0;
    margin-top: -5rem;
    translate: 0 0;
    background-position: top -3rem right 0, bottom -3rem left 0;
    background-size: 24rem, 24rem;
  }
  #ranking .p-category-top__ranking-content__body .goods {
    width: 19rem;
  }
  .p-category-top__ranking-content__body .slick-dots {
    margin-top: 0;
  }
  #ranking .ranking-block .button {
    margin-top: 3rem;
    width: calc(100% - 2rem);
  }
  /* --------------------
  ブランドから選ぶ
  -------------------- */
  .brand {
    background-size: auto;
  }
  .brand__inner {
    padding: 5.6rem 0 7.2rem;
  }
  .brand-list {
    padding-inline: 1.5rem;
    gap: 1.6rem;
  }
  .brand-list__item {
    width: calc((100% - 2.4rem) / 2);
  }
  .brand-list__item:hover .brand-list__image img {
    transform: none;
  }
  .brand-list__name {
    font-size: 1.5rem;
    padding: 1rem 1.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 4rem;
  }
  /* --------------------
  カテゴリから選ぶ
  -------------------- */
  .category {
    background: url("/g_images/freearea/valentine2025/img_race-left.svg") no-repeat top 0 left 0/23rem, url("/g_images/freearea/valentine2025/img_race-right.svg") no-repeat bottom -13rem right -6rem/40rem;
  }
  /* --------------------
  ご予算から選ぶ
  -------------------- */
  .budget__inner {
    padding-block: 5.6rem 0;
  }
  /* --------------------
  贈る相手から選ぶ
  -------------------- */
  .recipient__inner {
    padding-block: 5.6rem 5.6rem;
  }
  /* --------------------
    オプションリスト
    -------------------- */
  .options-list {
    padding-inline: 1.5rem;
    gap: 1.6rem 0;
  }
  .options-item {
    width: 100%;
  }
  .options-item__link {
    height: 7rem;
    padding: 0.5rem;
    gap: 0 2.8rem;
    background-size: 1.2rem;
  }
  .options-item__link::after {
    right: 12px;
    width: 10px;
    height: 10px;
  }
  .options-item__link:hover {
    background: #fff, url("/g_images/freearea/valentine2025/white/ico_arrow-right-thin.svg") no-repeat top 50% right 1.6rem/2rem;
    border: solid 0.1rem #b18d3e;
  }
  .options-item__link:hover .options-item__text {
    color: #b18d3e;
  }
  .options-item__image img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .options-item__text {
    gap: 0 0.2rem;
    font-size: 1.6rem;
  }
  .options-item__text--translate {
    translate: none;
  }
  .options-item__text-large {
    font-size: 2.2rem;
    translate: 0 0.2rem;
  }
  /* --------------------
  カタログから選ぶ
  -------------------- */
  .catalog__inner {
    padding-block: 5.6rem 5.6rem;
  }
  /* --------------------
  検索エリア下部
  -------------------- */
  .search__inner {
    padding: 5.6rem 1.5rem;
  }
  /* --------------------
  ブランド一覧
  -------------------- */
  .brand-all__inner {
    padding: 5.6rem 1.5rem;
    background-size: 104px;
  }
  .brand-list-all {
    padding-inline: 0;
  }
  .brand-list-all__content {
    gap: 8px 6px;
  }
  .brand-list-all__content a {
    font-size: 1.3rem;
    padding: 1rem 1.2rem;
  }
  .brand-list-all__content a:hover {
    color: #906b02;
    text-decoration: none;
  }
  /* --------------------
  こちらもおすすめ
  -------------------- */
  .banner-list {
    padding-inline: 1.5rem;
  }
  .banner-item__link:hover {
    opacity: 1;
  }
  /* --------------------
  豆知識
  -------------------- */
  .knowledge {
    background-size: auto;
  }
  .knowledge__inner {
    margin-top: -5.6rem;
    padding-inline: 1.5rem;
    padding-bottom: 5.6rem;
  }
  .knowledge-block {
    margin-top: 0;
    padding: 5.6rem 2rem 3.7rem;
  }
  .knowledge-article__heading {
    min-height: 4rem;
    margin-bottom: 1.6rem;
    padding: 1rem 0 1rem 1.4rem;
    font-size: 2rem;
  }
  .knowledge-article__heading::before, .knowledge-article__heading::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #cbaa25;
  }
  .knowledge-article__heading::before {
    top: -5px;
    box-shadow: 0 4px #cbaa25;
  }
  .knowledge-article__heading::after {
    bottom: -3px;
    box-shadow: 0 4px #cbaa25;
  }
  .knowledge-article__subheading {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }
  /* --------------------
  スクロール追従ナビ_s
  -------------------- */
  /* ヘッドホンアイコン調整 */
  #pagetop,
  #withdesk-widget-window {
    translate: 0 -88px !important;
  }
  .fixed-nav__link {
    padding: 1.6rem 0.4rem;
  }
  .fixed-nav__text {
    text-align: center;
  }
  .fixed-nav__text--catalog {
    width: 100%;
    min-width: 6rem;
  }
  /* --------------------
  丸画像リスト
  -------------------- */
  .circle-list {
    gap: 1.6rem 2.4rem;
    padding-inline: 0;
  }
  .circle-list-item {
    width: calc((100% - 4rem) / 2);
    margin-bottom: 1.5rem;
  }
  .circle-list-item__text {
    font-size: 1.6rem;
  }
  .circle-list-item__overlay-text {
    font-size: 1.6rem;
  }
  .circle-list-item__link:hover img {
    transform: none;
  }
  /* --------------------
    ボタン
    -------------------- */
  .button:hover {
    background-color: #906b02;
  }
  .is-pc {
    display: none;
  }
}
@media screen and (max-width: 374px) {
  .valentine_2025 {
    translate: 10px 0;
  }
  #ranking {
    translate: 10px 0;
  }
}/*# sourceMappingURL=valentine2025.css.map */