@charset "UTF-8";
/* --------------------
フォント読み込み
-------------------- */
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
/* ----------------------
全体・リセット
---------------------- */
.tobugift {
  width: 100vw;
  transform: translateX(calc((100vw - 120rem) / -2));
}

@media screen and (max-width: 1220px) {
  .tobugift {
    transform: translateX(-2rem);
  }
}
.tobugift *,
#ranking * {
  padding: 0;
  font-size: 1.6rem;
  font-family: "Roboto", "Noto Sans", sans-serif;
  color: #606060;
  box-sizing: border-box;
}

.tobugift a,
.tobugift a:visited {
  color: #606060;
}

.tobugift a:hover {
  text-decoration: none;
  opacity: 1;
}

.tobugift figure {
  margin: 0;
}

/* -----------------------------
フリーエリア
----------------------------- */
#eventTopFreeArea1 {
  padding-top: 3.2rem;
  margin-bottom: 4.8rem;
}

#eventTopFreeArea2 {
  margin-top: 7.2rem;
}

/* -----------------------------
PCSP出しわけ
-------------------- */
.is-onlySP {
  display: none;
}

/* --------------------
共通_セクション(PC)
-------------------- */
.tobugift .section {
  margin-bottom: 9.6rem !important;
}

/* ----------------------
共通_セクション見出し(PC)
---------------------- */
.tobugift .section-heading,
#ranking .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.2rem;
  gap: 0.2rem;
}
.tobugift .section-heading,
#ranking .section-heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.2rem;
  gap: 0.2rem;
}
.tobugift .section-heading__ja,
#ranking .section-heading__ja {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  font-size: 2.8rem;
  font-weight: 400;
  line-height: 1.5;
  color: #564808;
}
.tobugift .section-heading__en,
#ranking .section-heading__en {
  display: block;
  font-family: "Times New Roman", serif;
  font-size: 1.2rem;
  font-weight: 400;
  font-style: italic;
  color: #c6ad38;
  line-height: 1;
}

.tobugift .section-heading-small,
#ranking .section-heading-small {
  display: inline-flex;
  align-items: center;
  margin: 0 auto 3.2rem;
}
.tobugift .section-heading-small .section-heading-small__icon,
#ranking .section-heading-small .section-heading-small__icon {
  width: 3.2rem;
  height: 3.2rem;
  aspect-ratio: 1/1;
  margin-right: 0.8rem;
}
.tobugift .section-heading-small-text,
#ranking .section-heading-small-text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 2.8rem;
}
.tobugift .section-heading-small-text,
.tobugift .section-heading-small-text__small,
#ranking .section-heading-small-text,
#ranking .section-heading-small-text__small {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体", serif;
  color: #564808;
  line-height: 1.5;
}
.tobugift .section-heading-small .section-heading-small-text__small,
#ranking .section-heading-small .section-heading-small-text__small {
  font-size: 1.8rem;
}

/* -----------------------------
共通_ボタン
----------------------------- */
.tobugift .button-wrap,
#ranking .button-wrap {
  display: flex;
  justify-content: center;
}

.tobugift .button,
#ranking .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1.6rem 1.2rem 1.6rem 2rem;
  background-color: #fff;
  border: solid 0.1rem #a99124;
  border-radius: 9.99rem;
  transition: border-color 0.3s;
}
.tobugift .button:hover,
#ranking .button:hover {
  border-color: #c6ad38;
}
.tobugift .button::after,
#ranking .button::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  aspect-ratio: 1/1;
  margin-left: 0.8rem;
  background: url("/g_images/freearea/tobugift/gold/ico_arrow-right.svg") no-repeat center/contain;
  transition: background-image 0.3s;
}
.tobugift .button__icon,
#ranking .button__icon {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  aspect-ratio: 1/1;
  margin-right: 0.8rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: background-image 0.3s;
}
.tobugift .button__icon--food,
#ranking .button__icon--food {
  background-image: url("/g_images/freearea/tobugift/gold/ico_food.svg");
}
.tobugift .button__icon--gift,
#ranking .button__icon--gift {
  background-image: url("/g_images/freearea/tobugift/gold/ico_gift.svg");
}
.tobugift .button-text,
#ranking .button-text {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem 0;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  transition: color 0.3s;
}
.tobugift .button:hover .button-text,
#ranking .button:hover .button-text {
  color: #c6ad38;
}
.tobugift .button .button-text__large,
.tobugift .button .button-text__small,
#ranking .button .button-text__large,
#ranking .button .button-text__small {
  transition: color 0.3s;
  line-height: 1.25;
}
.tobugift .button:hover .button-text__large,
.tobugift .button:hover .button-text__small,
#ranking .button:hover .button-text__large,
#ranking .button:hover .button-text__small {
  color: #c6ad38;
}
.tobugift .button-text__large,
#ranking .button-text__large {
  font-size: 1.8rem;
}
.tobugift .button-text__small,
#ranking .button-text__small {
  font-size: 1.2rem;
  align-self: flex-end;
  translate: 0 -0.1rem;
}

.tobugift .navigation-button {
  display: block;
  padding: 1.2rem 0.8rem;
  border-bottom: solid 0.1rem #dedede;
  font-weight: 700;
  transition: border-color 0.3s;
}

.tobugift .navigation-button:hover {
  border-color: #c6ad38;
}

.tobugift .navigation-button__text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 0.3s;
}

.tobugift .navigation-button:hover .navigation-button__text {
  color: #c6ad38;
}

.tobugift .navigation-button__text::after {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background: url("/g_images/freearea/tobugift/gray/ico_arrow-down.svg") no-repeat center/contain;
  transition: background-image 0.3s;
}

.tobugift .budget-button {
  display: inline-flex;
  align-items: center;
  padding: 1.6rem 1.2rem 1.6rem 2rem;
  background-color: #fff;
  border: solid 0.1rem #a99124;
  border-radius: 9.99rem;
  transition: border-color 0.3s;
}

.tobugift .budget-button:hover {
  border-color: #c6ad38;
}

.tobugift .budget-button::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 1.6rem;
  background: url("/g_images/freearea/tobugift/gold/ico_arrow-right.svg") no-repeat center/contain;
  transition: background-image 0.3s;
}

.tobugift .budget-button-text,
.tobugift .budget-button-text * {
  transition: color 0.3s;
}

.tobugift .budget-button:hover .budget-button-text,
.tobugift .budget-button:hover .budget-button-text * {
  color: #c6ad38;
}

.tobugift .budget-button-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: 700;
  gap: 0.8rem;
  line-height: 1;
}

.tobugift .budget-button-text__num {
  font-size: 3rem;
  font-weight: 500;
}

/* --------------------
注目ワード(PC)
-------------------- */
.tobugift .keywords {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 1.6rem;
}

.tobugift .keywords-list {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 126.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  gap: 1.2rem;
}

.tobugift .keywords-item {
  display: flex;
}

.tobugift .keywords-item__link {
  padding: 0.8rem 1.2rem;
  border: solid 0.1rem #ccc;
  border-radius: 9.99rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  transition: 0.3s;
}

.tobugift .keywords-item__link:hover {
  border: solid 0.1rem #c6ad38;
  color: #c6ad38;
  background: #fffef9;
  cursor: pointer;
}

/* --------------------
メインビジュアル(PC)
-------------------- */
.tobugift .mainvisual {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 3.2rem;
}

.tobugift .mainvisual img {
  width: 100%;
}

/* --------------------
ナビゲーション(PC)
-------------------- */
.tobugift .navigation {
  margin-bottom: 3.2rem;
}

.tobugift .navigation-list {
  display: flex;
  width: 100%;
  max-width: 126.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.tobugift .navigation-item {
  width: calc((100% - 7.2rem) / 4);
}

/* --------------------
キーワード検索(PC)
-------------------- */
.tobugift .search {
  margin-bottom: 9.6rem;
  width: 100%;
  padding: 0 3.2rem;
}

.tobugift .search__form {
  display: flex;
  width: 100%;
  max-width: 96rem;
  margin: 0 auto;
}

.tobugift .search__input {
  flex: 1;
  height: 4.8rem;
  padding: 0 2.4rem;
  border: solid 0.1rem #a99124;
  border-radius: 9.99rem 0 0 9.99rem;
}

.tobugift .search__input::-moz-placeholder {
  color: #999;
}

.tobugift .search__input::placeholder {
  color: #999;
}

.tobugift .search__input:focus {
  outline: none;
}

.tobugift .search-submit {
  font-family: YuGothic, "Yu Gothic", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2.4rem;
  border-radius: 0 9.99rem 9.99rem 0;
  background-color: #a99124;
  border: 0;
  transition: 0.3s;
}

.tobugift .search-submit:hover {
  background-color: #c6ad38;
  cursor: pointer;
}

.tobugift .search-submit__text {
  display: inline-flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}

.tobugift .search-submit__text::after {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  margin-left: 0.8rem;
  background: url("/g_images/freearea/tobugift/white/ico_search.svg") no-repeat center/contain;
}

/* --------------------
おすすめ特集(PC)
-------------------- */
.tobugift .feature {
  margin-bottom: 6.4rem;
}

.tobugift .feature-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 126.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  gap: 1.6rem;
}

.tobugift .feature-item {
  width: calc((100% - 3.2rem) / 3);
}

.tobugift .feature-item__link {
  transition: 0.3s;
}

.tobugift .feature-item__link:hover {
  opacity: 0.7;
}

.tobugift .feature-item__image img {
  width: 100%;
  height: auto;
}

.tobugift .feature-item__note {
  margin-top: 0.8rem;
  font-size: 1.4rem;
  color: #bd0000;
  text-align: center;
}

/* --------------------
カテゴリから選ぶ(PC)
-------------------- */
.tobugift .category {
  margin-bottom: 6.4rem;
}

.tobugift .category-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 126.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
  gap: 3.6rem 2.4rem;
}

.category-item {
  width: calc((100% - 9.6rem) / 5);
}

.tobugift .category-item--large {
  width: calc((100% - 4.8rem) / 3);
}

.tobugift .category-item__image {
  margin-bottom: 1.2rem;
  transition: 0.3s;
}

.tobugift .category-item__link:hover .category-item__image {
  opacity: 0.7;
}

.tobugift .category-item__image img {
  width: 100%;
  height: auto;
}

.tobugift .category-item__text {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.25;
  font-weight: 700;
  transition: 0.3s;
}

.tobugift .category-item__link:hover .category-item__text {
  color: #c6ad38;
}

/* --------------------
予算から選ぶ(PC)
-------------------- */
.tobugift .budget {
  margin-bottom: 6.2rem;
}

.tobugift .budget-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 90rem;
}

.tobugift .budget-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto 1.6rem;
  padding: 3.2rem;
  background-color: #f8f8f8;
}

.tobugift .budget-section:last-child {
  margin-bottom: 0;
}

.tobugift .budget-section .section-heading-small-text {
  line-height: 1;
}

.tobugift .budget-section .section-heading-small-text__small {
  align-self: flex-end;
}

.tobugift .budget-list {
  gap: 1.2rem;
}

.tobugift .budget-item .budget-button {
  width: 100%;
}

.tobugift .budget-item:nth-child(3n) {
  margin-right: 0;
}

/* --------------------
ご用途から選ぶ(PC)
-------------------- */
.tobugift .purpose {
  margin-bottom: 6.4rem;
}

.tobugift .purpose-section {
  margin-bottom: 2.4rem;
  text-align: center;
}

.tobugift .purpose-section:last-child {
  margin-bottom: 0;
}

.tobugift .purpose-bg-wrap {
  padding: 6.4rem 3.2rem;
}

.tobugift .purpose-bg-wrap--lightgray {
  background-color: #f8f8f8;
}

.tobugift .purpose-bg-wrap--gray {
  background-color: #f0f0f0;
}

.tobugift .purpose-category-sections-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
}

.tobugift .purpose-category-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  padding: 4rem 8rem;
  background-color: #fff;
}

.tobugift .purpose-category-section__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.tobugift .purpose-category-section-heading {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体";
  font-size: 2.8rem;
  color: #564808;
  white-space: nowrap;
}

.tobugift .purpose-category-section-heading__large {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体";
  font-size: 4rem;
  color: #564808;
}

.tobugift .purpose-category-section-heading-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem 1.6rem;
  justify-content: center;
  align-items: center;
}

.tobugift .purpose-category-section-heading-buttons .button {
  min-width: 28.6rem;
}

.tobugift .purpose-category-section-heading-buttons .button-text__large {
  white-space: nowrap;
}

.tobugift .purpose-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
}

.tobugift .purpose-item {
  width: calc((100% - 4.8rem) / 3);
}

.tobugift .purpose-item .purpose-item__image {
  transition: opacity 0.3s;
}

.tobugift .purpose-item:hover .purpose-item__image {
  opacity: 0.7;
}

.tobugift .purpose-item__text {
  margin-top: 1.2rem;
  text-align: center;
  font-weight: 700;
  transition: color 0.3s;
}

.tobugift .purpose-item:hover .purpose-item__text {
  color: #c6ad38;
}

.tobugift .purpose-category-smallSection {
  display: flex;
  flex-direction: column;
  width: calc((100% - 7.2rem) / 4);
  padding: 2.4rem 2rem;
  background-color: #fff;
}

.tobugift .purpose-category-smallSection-heading {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  margin-bottom: 2.4rem;
  font-size: 2.2rem;
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体";
  line-height: 1;
  text-align: center;
  color: #564808;
}

.tobugift .purpose-category-smallSection-heading__large {
  font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体";
  font-size: 2.8rem;
  color: #564808;
}

.tobugift .purpose-category-smallSection-button-wrap {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.tobugift .purpose-category-smallSection .button {
  width: 100%;
  justify-content: space-between;
}

.tobugift .purpose-category-smallSection .button:last-child {
  margin-bottom: 0;
}

.tobugift .purpose-category-smallSection .button-text {
  justify-content: center;
  flex-wrap: nowrap;
  width: 100%;
  white-space: nowrap;
}

.tobugift .purpose-category-smallSection .button-text__small {
  font-size: 1.1rem;
  translate: 0 -0.2rem;
  align-self: flex-end;
}

@media screen and (max-width: 1220px) {
  .tobugift .purpose-category-section__header {
    flex-direction: column;
    gap: 1.2rem;
  }
  .tobugift .purpose-category-section {
    padding: 3.2rem;
  }
  .purpose-category-section-heading-buttons {
    justify-content: center;
  }
  .purpose-category-section-heading-buttons .button-text__small {
    translate: 0;
  }
  .tobugift .purpose-category-smallSection {
    width: calc((100% - 2.4rem) / 2);
  }
}
/* --------------------
ランキング(PC)
-------------------- */
.p-category-top__ranking__inner {
  display: none;
}

#ranking {
  display: flex;
  flex-direction: column;
}
#ranking .section-heading-small {
  padding: 0 3.2rem;
}
#ranking .ranking-block {
  display: flex;
  position: relative;
  padding-block: 4.8rem;
  flex-direction: column;
  background: #fdfbf1;
}
#ranking .ranking-block::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
  width: calc(100% - 1.2rem);
  height: calc(100% - 1.2rem);
  border: solid 0.1rem #c6ad38;
  pointer-events: none;
}
#ranking .p-category-top__ranking-icon-wrap {
  display: flex;
  justify-content: center;
}
#ranking .button {
  margin: 4rem auto 0;
}
#ranking .p-category-top__ranking-content__body {
  padding: 0 3.2rem;
}

/* --------------------
ピックアップ商品(PC)
-------------------- */
.tobugift .section--pickup {
  margin-bottom: 0;
  padding-top: 2.4rem;
}

.tobugift .product-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2.4rem;
  width: 100%;
  max-width: 126.4rem;
  margin: 0 auto;
  padding: 0 3.2rem;
}

.tobugift .product-item {
  width: calc((100% - 4.8rem) / 3);
}

.tobugift .product-item__image {
  width: 100%;
  margin-bottom: 1.6rem;
  transition: opacity 0.3s;
}

.tobugift .product-item__link:hover .product-item__image {
  opacity: 0.7;
}

.tobugift .product-item__image img {
  width: 100%;
}

.tobugift .product-item__detail {
  font-weight: 700;
}

.tobugift .product-item__link:hover .product-item__detail * {
  color: #0c60d1;
  text-decoration: underline;
}

.tobugift .product-item__name {
  font-size: 2rem;
}

.tobugift .product-item__brand {
  margin-bottom: 0.4rem;
  font-size: 1.4rem;
}

.tobugift .product-item-price {
  font-size: 2.4rem;
}

.tobugift .product-item-price__small {
  margin-left: 0.2rem;
  font-size: 1.4rem;
}

/* =============================================
下層（用途ページ）
============================================= */
.tobugiftUsage {
  background-color: #f8f8f8;
  margin-bottom: 10px;
  padding: 30px;
}

.tobugiftUsage .section:not(:last-child) {
  margin-bottom: 2rem;
}

.tobugiftUsage .summary {
  align-items: flex-end;
  display: flex;
  flex-direction: row-reverse;
}

.tobugiftUsage .summary .text {
  color: #3b3b3b;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2.4rem;
  padding-right: 30px;
  width: calc(100% - 83px);
}

.tobugiftUsage .summary .text .bold {
  font-weight: 700;
}

.tobugiftUsage .title {
  margin-bottom: 13px;
  text-align: left;
}

.tobugiftUsage .title .h3 {
  color: #c96371;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  line-height: 25px;
  padding: 0;
}

.tobugiftUsage .title .h3::after,
.tobugiftUsage .title .h3::before {
  content: none;
}

.tobugiftUsage .item .text {
  background-color: transparent;
  border: 1px solid #cc5b6d;
  padding: 0 10px;
  text-align: left;
}

.tobugiftUsage .item .name {
  background-image: url(../tobugift/usage/bg-arrow-right02.svg);
  background-repeat: no-repeat;
  background-size: 4.611px 10px;
  background-position: 100% 50%;
  color: #c95967;
  font-size: 1.4rem;
  font-weight: normal;
  height: 60px;
  justify-content: flex-start;
  letter-spacing: 0.08em;
  line-height: 17px;
  text-align: left;
}

.tobugiftUsageYouto04 .title .h3 {
  color: #936baf;
}

.tobugiftUsageYouto04 .item .text {
  border-color: #936baf;
}

.tobugiftUsageYouto04 .item .name {
  color: #936baf;
  background-image: url(../tobugift/usage/bg-arrow-right03.svg);
}

.tobugiftUsageYouto07 .summary {
  display: block;
}

.tobugiftUsageYouto07 .summary .text {
  padding-right: 0;
  width: auto;
}

.tobugiftUsageYouto07 .summary .image {
  clear: both;
  float: right;
  padding-left: 10px;
  padding-right: 0;
}

.tobugiftUsageYouto07 .summary .fix {
  float: right;
  height: 310px;
}

.tobugiftUsagesp .summary .fix {
  display: none;
}

.tobugiftUsagesp {
  padding: 0 15px 15px;
}

.tobugiftUsagesp .h2 {
  background: transparent;
  padding: 0;
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.tobugiftUsagesp .h2 img {
  height: auto;
  width: 100%;
}

.tobugiftUsagesp .section:not(:last-child) {
  margin-bottom: 2rem;
}

.tobugiftUsagesp .mainvisual {
  margin: 0 -15px 15px;
}

.tobugiftUsagesp .summary {
  align-items: flex-end;
  display: block;
}

.tobugiftUsagesp .summary .text {
  color: #3b3b3b;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  line-height: 2.4rem;
  padding-right: 0;
  width: auto;
}

.tobugiftUsagesp .summary .image {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}

.tobugiftUsagesp .title {
  margin-bottom: 10px;
}

.tobugiftUsagesp .item .name {
  height: 50px;
  line-height: 15px;
}

.tobugiftUsagesp .listCol3 ul li {
  width: calc((100% - 5px) / 2);
}

.tobugiftUsagesp .listCol3 ul li:not(:nth-child(3n)) {
  margin-right: 0;
}

.tobugiftUsagesp .listCol3 ul li:nth-last-child(n+5) {
  margin-bottom: 0;
}

.tobugiftUsagesp .listCol3 ul li:not(:nth-child(2n)) {
  margin-right: 5px;
}

.tobugiftUsagesp .listCol3 ul li:nth-last-child(n+3) {
  margin-bottom: 5px;
}

.tobugiftUsagesp .sectionNoSummary .title {
  margin-bottom: 0;
}

@media screen and (max-width: 37.4rem) {
  .tobugiftUsagesp .section .title .h3 {
    font-size: 15.5px;
  }
  .tobugiftUsagesp .section .summary .text {
    font-size: 13px;
  }
}
/* =============================================
下層（カテゴリ）
============================================= */
.tobugifCategory {
  padding: 0;
  background-color: transparent;
  margin-bottom: 2rem;
}

.tobugifCategory .mainTitle {
  margin-bottom: 2rem;
}

.tobugifCategory .mainTitle .h2 {
  background-color: #f7f1db;
  color: #89711c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 2.8rem;
  padding: 9px 5px 9px 2rem;
  position: relative;
}

.tobugifCategory .mainTitle .h2::after {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='6' height='2' viewBox='0 0 6 2'><g><circle cx='1' cy='1' r='1' fill='%2389711c'/><rect width='6' height='2' fill='none'/></g></svg>");
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}

.tobugifCategory .nav {
  margin: 0 auto;
  width: calc(100% - 15px);
}

.tobugifCategory .listCol2 ul li {
  width: calc((100% - 5px) / 2);
}

.tobugifCategory .listCol2 ul li:not(:nth-child(3n)) {
  margin-right: 0;
}

.tobugifCategory .listCol2 ul li:nth-last-child(n+5) {
  margin-bottom: 0;
}

.tobugifCategory .listCol2 ul li:not(:nth-child(2n)) {
  margin-right: 5px;
}

.tobugifCategory .listCol2 ul li:nth-last-child(n+3) {
  margin-bottom: 5px;
}

.tobugifCategory .item .text {
  border-color: #89711c;
}

.tobugifCategory .item .name {
  color: #89711c;
  background-image: url(../tobugift/usage/bg-arrow-right05.svg);
}

.tobugifCategorysp {
  margin-bottom: 1.6rem;
}

.tobugifCategorysp .mainTitle {
  margin-bottom: 15px;
}

.tobugifCategorysp .mainTitle .h2 {
  border: none;
  box-shadow: none;
  margin-bottom: 0;
}

.tobugiftUsageCatalog {
  background-color: transparent;
  padding: 0;
}

.tobugiftUsageCatalog .nav {
  background-color: #fffdf2;
  padding: 30px 2rem;
}

.tobugiftUsageCatalog .nav .list:not(:last-child) {
  margin-bottom: 2rem;
}

.tobugiftUsageCatalog .nav .listTitle {
  margin-bottom: 10px;
}

.tobugiftUsageCatalog .nav .listTitle .h3 {
  color: #89711c;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.tobugiftUsageCatalog .item .text {
  border-color: #977b34;
}

.tobugiftUsageCatalog .item .name {
  background-image: url(../tobugift/usage/bg-arrow-right04.svg);
  color: #977b34;
}

.tobugiftUsageCatalog .listCol2 ul li {
  width: calc((100% - 5px) / 2);
}

.tobugiftUsageCatalog .listCol2 ul li:not(:nth-child(3n)) {
  margin-right: 0;
}

.tobugiftUsageCatalog .listCol2 ul li:nth-last-child(n+5) {
  margin-bottom: 0;
}

.tobugiftUsageCatalog .listCol2 ul li:not(:nth-child(2n)) {
  margin-right: 5px;
}

.tobugiftUsageCatalog .listCol2 ul li:nth-last-child(n+3) {
  margin-bottom: 5px;
}

.tobugiftUsageCatalog .xsBlock {
  display: none;
}

.tobugiftUsageCatalogsp .nav {
  padding: 15px 7.5px;
}

.tobugiftUsageCatalogsp .nav .listTitle {
  margin-bottom: 9px;
}

.tobugiftUsageCatalogsp .nav .listTitle .h3 {
  font-size: 2rem;
}

.tobugiftUsageCatalogsp .list:nth-child(2) .item .text {
  padding: 0 10px;
  height: 50px;
  display: table;
  width: 100%;
}

.tobugiftUsageCatalogsp .list:nth-child(2) .item .name {
  background-position: calc(100% - 0px) 50%;
  height: 100%;
  display: table-cell;
  line-height: 1.2;
  vertical-align: middle;
}

@media screen and (max-width: 37.4rem) {
  .tobugiftUsageCatalogsp .xsBlock {
    display: block;
  }
}
/* =============================================
カタログギフトページ
============================================= */
.tobugiftCatalog2023 * {
  box-sizing: border-box;
}

/* 共通 表示切替 */
.tobugiftCatalog2023 .spBlock {
  display: none;
}

.tobugift .pcBlock {
  display: none;
}

.tobugift .spBlock {
  display: block;
}

/* hover 共通 */
.tobugiftCatalog2023 a {
  transition: opacity 0.3s ease-in-out;
}

.tobugiftCatalog2023 a:hover {
  opacity: 0.7;
  text-decoration: none;
}

/* セクション 共通 */
.tobugiftCatalog2023 .section:not(:last-child) {
  margin-bottom: 4rem;
}

.tobugiftCatalog2023 .section .body .section:not(:last-child) {
  margin-bottom: 4rem;
}

.tobugiftCatalog2023 .body {
  padding: 0 2rem;
}

.tobugiftCatalog2023 .body .body {
  padding: 0;
}

.tobugiftCatalog2023 .nav {
  margin: 0 auto;
  width: 100%;
  background-color: #fffdf2;
  padding: 2rem 2rem 4rem;
}

.tobugiftCatalog2023 .nav .list:not(:last-child) {
  margin-bottom: 2rem;
}

.tobugiftCatalog2023 .nav .listTitle {
  margin-bottom: 10px;
}

.tobugiftCatalog2023 .nav .listTitle .h3 {
  color: #89711c;
  font-family: "Noto Serif JP", serif;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
}

.tobugiftCatalog2023 .item {
  background-color: #fff;
  font-weight: 700;
}

.tobugiftCatalog2023 .item .text {
  background-color: transparent;
  padding: 0 10px;
  text-align: center;
  display: block;
  letter-spacing: 0.05em;
  height: 4rem;
}

.tobugiftCatalog2023 .item .name {
  background-repeat: no-repeat;
  background-size: 4.611px 10px;
  background-position: 100% 50%;
  color: #977b34;
  font-size: 1.6rem;
  font-weight: 700;
  height: 4rem;
  justify-content: flex-start;
  line-height: 4rem;
  text-align: center;
  align-items: center;
}

.tobugiftCatalog2023 .item .name .unit {
  font-size: 11px;
  font-weight: 700;
}

.tobugiftCatalog2023 .item .image,
.tobugiftCatalog2023 .item .name {
  display: block;
}

.tobugiftCatalog2023 .item .image {
  transition: all 0.4s;
}

/* フレックスボックス */
.tobugiftCatalog2023 .list ul {
  display: flex;
  flex-wrap: wrap;
}

.tobugiftCatalog2023 .list:nth-child(2) ul .item .text {
  letter-spacing: 0;
  height: 90px;
  padding: 0 0.5px;
}

.tobugiftCatalog2023 .list:nth-child(2) ul .item .name {
  line-height: 90px;
  font-size: 16.2px;
}

.tobugiftCatalog2023 .list:nth-child(3) ul .item .text {
  height: 50px;
}

.tobugiftCatalog2023 .list:nth-child(3) ul .item:nth-child(4) .text {
  padding: 5px 2px 0;
}

.tobugiftCatalog2023 .list:nth-child(3) ul .item:nth-child(4) .text .name {
  line-height: 1.4;
}

.tobugiftCatalog2023 .list:nth-child(3) ul .item .name {
  line-height: 50px;
}

.tobugiftCatalog2023 .listCol4 ul li {
  width: 25%;
  border: 1px solid #977b34;
}

.tobugiftCatalog2023 .listCol4 ul li:not(:nth-child(4n)) {
  border-right: 0;
}

.tobugiftCatalog2023 .listCol4 ul li:nth-last-child(n+5) {
  margin-bottom: 5px;
}

.tobugiftCatalog2023 .listCol3 ul li {
  width: 33.3333333333%;
  border: 1px solid #977b34;
}

.tobugiftCatalog2023 ul li .image img {
  width: 100%;
  height: 100%;
}

.tobugiftCatalog2023 .listCol3 ul li:not(:nth-child(3n)) {
  border-right: 0;
}

.tobugiftCatalog2023 .listCol3 ul li:nth-child(-n+3) {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  /* -----------------------------
  PCSP出しわけ(SP)
  -------------------- */
  .is-onlyPC {
    display: none !important;
  }
  .is-onlySP {
    display: block;
  }
  /* ----------------------
  全体・リセット(SP)
  ---------------------- */
  .tobugift {
    translate: 0;
  }
  /* --------------------
  共通_セクション(SP)
  -------------------- */
  /* ----------------------
  共通_セクション見出し(SP)
  ---------------------- */
  /* -----------------------------
  共通_ボタン(SP)
  ----------------------------- */
  /* --------------------
  注目ワード(SP)
  -------------------- */
  /* --------------------
  メインビジュアル(SP)
  -------------------- */
  /* --------------------
  ナビゲーション(SP)
  -------------------- */
  /* --------------------
  キーワード検索(SP)
  -------------------- */
  /* --------------------
  おすすめ特集(SP)
  -------------------- */
  /* --------------------
  カテゴリから選ぶ(SP)
  -------------------- */
  /* --------------------
  予算から選ぶ(SP)
  -------------------- */
  /* --------------------
  ご用途から選ぶ(SP)
  -------------------- */
  /* --------------------
  ランキング(SP)
  -------------------- */
  /* --------------------
  ピックアップ商品(SP)
  -------------------- */
  /* --------------------
  ギフトマナー(SP)
  -------------------- */
}
@media screen and (max-width: 767px) and (max-width: 374px) {
  .tobugift {
    translate: 1rem 0;
  }
}
@media screen and (max-width: 767px) {
  .tobugift .section {
    margin-bottom: 6.4rem !important;
  }
  .tobugift .section-heading,
  #ranking .section-heading {
    margin-bottom: 2.4rem;
  }
  .tobugift .section-heading-small-text,
  #ranking .section-heading-small-text {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .section-heading-small,
  #ranking .section-heading-small {
    flex-direction: column;
  }
  .tobugift .section-heading-small__icon,
  #ranking .section-heading-small__icon {
    margin-right: 0;
    margin-bottom: 0.8rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .button-text__large {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tobugift .budget-button-text {
    width: 100%;
  }
  .tobugift .budget-button-text__num {
    font-size: 2rem;
  }
  .tobugift .button-text__small {
    translate: 0;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .navigation-button {
    padding-inline: 0;
  }
  .tobugift .navigation-button__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tobugift .keywords {
    display: flex;
    margin-bottom: 2rem;
  }
  .tobugift .keywords__heading {
    margin: 0.8rem 0.8rem 0 0;
    font-family: "Yu Mincho Light", "YuMincho", "Yu Mincho", "游明朝体";
    font-size: 1.4rem;
    font-weight: 700;
    color: #564808;
  }
  .tobugift .keywords-list {
    padding: 0 1.6rem;
  }
  .tobugift .keywords-item {
    display: flex;
  }
  .tobugift .keywords-item__link {
    padding: 0.8rem;
    border: solid 1px #ccc;
    border-radius: 99.9rem;
    font-size: 1.4rem;
    line-height: 1;
    transition: 0.3s;
  }
  .tobugift .keywords-item__link:hover {
    border: solid 1px #c6ad38;
    color: #c6ad38;
    background: #fffef9;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .keywords-list {
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .tobugift .mainvisual {
    margin-bottom: 4rem;
  }
  .tobugift .navigation {
    margin-bottom: 4rem;
  }
  .tobugift .navigation-list {
    gap: 1.6em 0.8rem;
    padding: 0 1.6rem;
  }
  .tobugift .navigation-item {
    width: calc((100% - 1.6rem) / 2);
  }
  .tobugift .navigation-item:nth-child(even) {
    margin-right: 0;
  }
  .tobugift .search {
    display: flex;
    margin-bottom: 4rem;
  }
  .tobugift .search__form {
    max-width: 100%;
  }
  .tobugift .search__input {
    flex: 1;
    height: 4.8rem;
    padding: 0 2.4rem;
    border: solid 1px #c6ad38;
    border-radius: 99.9rem 0 0 99.9rem;
    font-size: 1.4rem;
  }
  .tobugift .search__input:focus {
    outline: none;
  }
  .tobugift .search-submit {
    width: 5.6rem;
    border-radius: 0 99.9rem 99.9rem 0;
    border: 0;
    transition: 0.3s;
    background: #c6ad38 url("/g_images/freearea/tobugift/white/ico_search.svg") no-repeat center/1.8rem;
    transition: background-color 0.3s;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .search {
    padding-inline: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .tobugift .feature-list {
    padding: 0 3.2rem;
    gap: 1.2rem;
  }
  .tobugift .feature-item {
    width: calc((100% - 2.4rem) / 3);
  }
  .tobugift .feature-item:last-child {
    margin-bottom: 0;
  }
  .tobugift .feature-item__link {
    transition: 0.3s;
  }
  .tobugift .feature-item__link:hover {
    opacity: 0.7;
  }
  .tobugift .feature-item__image img {
    width: 100%;
    height: auto;
  }
  .tobugift .feature-item__note {
    margin-top: 0.4rem;
    font-size: 1.2rem;
    color: #bd0000;
    text-align: right;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .feature-list {
    padding: 0 1.6rem;
  }
  .tobugift .feature-item {
    width: calc((100% - 1.2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .tobugift .category {
    padding: 0 1.6rem;
    margin-bottom: 5.6rem;
  }
  .tobugift .category-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    padding: 0 3.2rem;
    gap: 2.4rem 1.2rem;
  }
  .tobugift .category-item,
  .tobugift .category-item--large {
    width: calc((100% - 2.4rem) / 3);
  }
  .tobugift .category-item__image {
    margin-bottom: 0.8rem;
    transition: 0.3s;
  }
  .tobugift .category-item__link:hover .category-item__image {
    opacity: 0.7;
  }
  .tobugift .category-item.category-item--large .category-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  .tobugift .category-item__image img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .category-list {
    padding: 0 1.6rem;
  }
  .tobugift .category-item,
  .tobugift .category-item--large {
    width: calc((100% - 1.2rem) / 2);
  }
  .tobugift .category-item__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  .tobugift .budget {
    margin-bottom: 5.6rem;
    padding: 0 1.6rem;
  }
  .tobugift .budget-list {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
  }
  .tobugift .budget-item {
    width: calc((100% - 1.2rem) / 2);
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .budget-button {
    padding: 1.6rem 1.2rem 1.6rem 1.2rem;
  }
  .tobugift .budget-button::after {
    min-width: 1.6rem;
    margin-left: 0.4rem;
  }
  .tobugift .budget-section {
    padding-inline: 1.6rem;
  }
  .tobugift .budget-button-text {
    gap: 0.4rem;
  }
  .tobugift .budget-button-text * {
    font-size: 1.4rem;
    white-space: nowrap;
  }
}
@media screen and (max-width: 767px) {
  .tobugift .purpose-category-section-heading {
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .tobugift .purpose-category-section-heading__large {
    font-size: 2.8rem;
  }
  .tobugift .purpose-category-section-heading-buttons .button {
    width: 100%;
    min-width: 0;
  }
  .tobugift .purpose-category-smallSection {
    width: 100%;
  }
  .tobugift .purpose-category-smallSection-heading {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: center;
    gap: 0;
  }
  .tobugift .purpose-category-smallSection-button-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1.2rem;
  }
  .tobugift .purpose-category-smallSection .button {
    width: 100%;
    justify-content: center;
  }
  .tobugift .purpose-category-smallSection .button-text {
    width: auto;
  }
  .tobugift .purpose-list {
    gap: 1.2rem;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .purpose-bg-wrap {
    padding-inline: 1.6rem;
  }
  .tobugift .purpose-category-sections-wrap {
    gap: 1.6rem;
  }
  .tobugift .purpose-category-section {
    padding-inline: 2rem;
  }
  .tobugift .purpose-category-section-heading-buttons {
    flex-direction: column;
    gap: 1.2rem;
  }
  .tobugift .purpose-category-section-heading-buttons .button {
    width: 100%;
    justify-content: space-between;
  }
  .tobugift .purpose-item {
    width: calc((100% - 1.2rem) / 2);
  }
  .tobugift .purpose-item__text {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 767px) {
  #ranking .ranking-block {
    overflow: hidden;
  }
  #ranking .p-category-top__ranking-content__body {
    padding: 0;
  }
  #ranking .p-category-top__ranking-content__body .goods {
    display: flex;
    flex-direction: column;
    margin-right: 2.4rem;
  }
  #ranking .slick-dots {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
  }
  #ranking .slick-dots button {
    font-size: 0;
    width: 0.8rem;
    height: 0.8rem;
    background-color: #c6ad38;
    border-radius: 99.9rem;
  }
  #ranking .slick-dots .slick-active button {
    background-color: #564808;
  }
  #ranking .section-heading-small-text br {
    display: none;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  #ranking .section-heading-small {
    padding: 0 1.6rem;
  }
  #ranking .p-category-top__ranking-content__body .goods {
    align-items: center;
    max-width: 50vw;
    margin-right: 1.6rem;
  }
  #ranking .section-heading-small-text br {
    display: inline;
  }
}
@media screen and (max-width: 767px) and (max-width: 500px) {
  .tobugift .product-list {
    padding-inline: 1.6rem;
    gap: 2.4rem 1.2rem;
  }
  .tobugift .product-item {
    width: calc((100% - 1.2rem) / 2);
  }
}
@media screen and (max-width: 767px) {
  .tobugift .manner {
    padding: 0 1.6rem;
  }
  .tobugift .manner-item {
    padding: 1.6rem 0;
    border-bottom: solid 1px #dedede;
  }
  .tobugift .manner-item.is-active {
    background: #fffef9;
  }
  .tobugift .manner-item:last-child {
    margin-bottom: 0;
  }
  .tobugift .manner-question {
    display: flex;
    padding-right: 2.4rem;
    background: url("/g_images/freearea/tobugift/ico_plus.svg") no-repeat top 0.4rem right 0/1.6rem;
  }
  .tobugift .manner-item.is-active .manner-question {
    background: url("/g_images/freearea/tobugift/ico_minus.svg") no-repeat top 0.4rem right 0/1.6rem;
  }
  .tobugift .manner-item:hover {
    background: #fffef9;
    cursor: pointer;
  }
  .tobugift .manner-question__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
  }
  .tobugift .manner-question__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tobugift .manner-question__text {
    flex: 1;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .tobugift .manner-answer {
    display: flex;
    padding-top: 1.2rem;
  }
  .tobugift .manner-answer__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
  }
  .tobugift .manner-answer__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .tobugift .manner-answer__text {
    flex: 1;
    font-size: 1.4rem;
  }
  .tobugift .manner__button-box {
    display: flex;
    margin-top: 2.4rem;
    justify-content: center;
  }
  .tobugift .manner-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 4.8rem;
    margin: 0 auto;
    font-size: 1.4rem;
    border: solid 1px #707070;
    border-radius: 99.9rem;
    transition: 0.3s;
  }
  .tobugift .manner-button:hover {
    border: solid 1px #c6ad38;
    background: #fffef9;
  }
  .tobugift .manner-button__text {
    display: flex;
    align-items: center;
  }
  .tobugift .manner-button__text::after {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: 0.4rem;
    background: url("/g_images/freearea/tobugift/ico_arrow-right.svg") no-repeat center/contain;
  }
}/*# sourceMappingURL=gift-top.css.map */