@charset "UTF-8";
/*
リセット
------------------------------ */
@import url("https://cdn.jsdelivr.net/npm/destyle.css@4.0.0/destyle.min.css");
* {
  background-repeat: no-repeat;
}

@media (prefers-color-scheme: dark) {
  body::-webkit-scrollbar {
    background-color: #fff;
  }
  body::-webkit-scrollbar-thumb {
    background: #d6d6d6;
    border-radius: 6px;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    background-clip: padding-box;
  }
  ::-webkit-scrollbar-track {
    margin-top: 3px;
    margin-bottom: 3px;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
}

:focus {
  outline: none;
}

/*
ベース
------------------------------ */
.category-tpl-main {
  font-size: 14px;
  line-height: 1.5;
  color: #000000;
}
.category-tpl-main p {
  line-height: 1.8;
}

/* body:has(header.fix) .category-tpl-main {
    padding-top: 70px;
} */
.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 767px) {
  .category-tpl-main {
    font-size: 13px;
    /* margin-top: -20px; */
  }
  body:has(header.fix) .category-tpl-main {
    margin-top: 0;
    padding-top: 112px;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*
汎用
------------------------------ */
.u-mt-00 {
  margin-top: 0 !important;
}

.u-mt-10 {
  margin-top: 10px !important;
}

.u-mt-20 {
  margin-top: 20px !important;
}

.u-mt-30 {
  margin-top: 30px !important;
}

.u-mt-40 {
  margin-top: 40px !important;
}

.u-mt-50 {
  margin-top: 50px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

.u-mb-00 {
  margin-bottom: 0 !important;
}

.u-mb-10 {
  margin-bottom: 10px !important;
}

.u-mb-20 {
  margin-bottom: 20px !important;
}

.u-mb-30 {
  margin-bottom: 30px !important;
}

.u-mb-40 {
  margin-bottom: 40px !important;
}

.u-mb-50 {
  margin-bottom: 50px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

.u-pt-00 {
  padding-top: 0 !important;
}

.u-pb-00 {
  padding-bottom: 0 !important;
}

.only-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-mt-10-sp {
    margin-top: 10px !important;
  }
  .u-mt-20-sp {
    margin-top: 20px !important;
  }
  .u-mt-30-sp {
    margin-top: 30px !important;
  }
  .u-mt-40-sp {
    margin-top: 40px !important;
  }
  .u-mt-50-sp {
    margin-top: 50px !important;
  }
  .u-mt-60-sp {
    margin-top: 60px !important;
  }
  .u-mt-70-sp {
    margin-top: 70px !important;
  }
  .u-mt-80-sp {
    margin-top: 80px !important;
  }
  .u-mt-90-sp {
    margin-top: 90px !important;
  }
  .u-mt-100-sp {
    margin-top: 100px !important;
  }
  .u-mb-10-sp {
    margin-bottom: 10px !important;
  }
  .u-mb-20-sp {
    margin-bottom: 20px !important;
  }
  .u-mb-30-sp {
    margin-bottom: 30px !important;
  }
  .u-mb-40-sp {
    margin-bottom: 40px !important;
  }
  .u-mb-50-sp {
    margin-bottom: 50px !important;
  }
  .u-mb-60-sp {
    margin-bottom: 60px !important;
  }
  .u-mb-70-sp {
    margin-bottom: 70px !important;
  }
  .u-mb-80-sp {
    margin-bottom: 80px !important;
  }
  .u-mb-90-sp {
    margin-bottom: 90px !important;
  }
  .u-mb-100-sp {
    margin-bottom: 100px !important;
  }
  .only-pc {
    display: none;
  }
  .only-sp {
    display: block;
  }
}
/*
ラップ
------------------------------ */
.l-wrap-01 {
  max-width: 1360px;
  margin: 0 auto;
}

.l-wrap-02 {
  max-width: 1280px;
  margin: 0 auto;
}

.l-wrap-03 {
  max-width: 1160px;
  margin: 0 auto;
}

.l-wrap-04 {
  max-width: 1060px;
  margin: 0 auto;
}

.l-wrap-05 {
  max-width: 980px;
  margin: 0 auto;
}

.l-wrap-06 {
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 1400px) {
  .l-wrap-full {
    padding: 0 16px;
  }
}
/*
テキスト
------------------------------ */
.c-center {
  text-align: center;
}

.fs-12 {
  font-size: 12px;
}

.fw-500 {
  font-weight: 500;
}

.c-color-green {
  color: #16BF7A;
}

@media screen and (max-width: 767px) {
  .c-center-sp {
    text-align: center;
  }
}
/*
リスト
------------------------------ */
.c-list-01 ul li {
  text-indent: -1em;
  padding-left: 1em;
}

/*
セクション
------------------------------ */
.l-section-01 {
  padding: 100px 0;
}
.l-section-01.--v-pt-00 {
  padding-top: 0;
}

@media screen and (max-width: 1400px) {
  .l-section-01 {
    padding: 64px 0;
  }
}
/*
Hover
------------------------------ */
.c-img-hover__in {
  display: block;
  transition: all 0.3s ease-in-out;
  position: relative;
}

.c-img-hover__in::before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 #999999, inset 0 0 #999999, inset 0 0 #999999, inset 0 0 #999999;
  transition: all 0.3s ease-in-out;
  display: block;
  content: "";
}

.c-img-hover:hover {
  opacity: 1 !important;
}
.c-img-hover:hover .c-img-hover__in::before {
  box-shadow: inset 3px 0 #cccccc, inset 0 3px #cccccc, inset -3px 0 #cccccc, inset 0 -3px #cccccc;
}

.c-button-hover {
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.c-button-hover::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000000;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.4s;
  z-index: -1;
}
.--v-black .c-button-hover::before {
  background-color: #666666;
}
.c-button-hover:hover {
  opacity: 1 !important;
}
.c-button-hover:hover::before {
  left: 0;
}
.c-button-hover.--v-brown::before {
  background-color: #B27218;
}

.c-bnr-hover-01 {
  position: relative;
  top: 0;
  transition: 0.3s;
}
.c-bnr-hover-01:hover {
  top: -6px;
  transition: 0.3s;
}

.c-card-hover-01 {
  position: relative;
  top: 0;
  transition: 0.3s;
}
.c-card-hover-01:hover {
  top: -6px;
  transition: 0.3s;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
}

/*
テキスト色
------------------------------ */
.c-color-white {
  color: #ffffff;
}

.c-color-brown-01 {
  color: #D29F66;
}

/*
背景色
------------------------------ */
.bg-color-orange {
  background-color: rgba(247, 195, 171, 0.5);
}

.bg-color-blue {
  background-color: rgba(186, 219, 238, 0.5);
}

.bg-color-grey {
  background-color: #F3F3F3;
}

.bg-color-brown {
  background-color: #F0EBD8;
}

.bg-color-red {
  background-color: #D8333C;
}

/*
背景画像
------------------------------ */
.bg-img-ochugen2025-01 {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/bg-01.webp);
  background-size: cover;
  background-position: center top;
}

.bg-img-ochugen2025-02 {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/bg-02.webp);
  background-size: cover;
  background-position: center top;
}

.bg-img-ochugen2025-03 {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/bg-04.webp);
  background-size: cover;
  background-position: center top;
}

.bg-img-christmas2025-01 {
  background: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/christmas2025/bg-01.webp), linear-gradient(180deg, #014130 0%, #021D13 100%);
  background-size: 100% auto, cover;
}

/*
パンくず
------------------------------ */
.p-breadcrumbs-01 {
  margin-top: 64px;
}
.p-breadcrumbs-01 ul {
  display: flex;
}
.p-breadcrumbs-01 ul li::before {
  content: ">";
  margin: 0 4px;
}
.p-breadcrumbs-01 ul li:first-child::before {
  display: none;
}
.p-breadcrumbs-01 ul li a:hover {
  text-decoration: underline;
}
.p-breadcrumbs-01.--v-mb {
  margin-bottom: 64px;
}
.p-breadcrumbs-01.--v-mtb {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .p-breadcrumbs-01 {
    display: none;
  }
}

/*
ボタン
------------------------------ */
.c-button-01 {
  text-align: center;
  margin-top: 100px;
}
.c-button-01 a {
  display: inline-block;
  padding: 12px 36px;
  color: #ffffff;
  background-color: #434343;
}
.c-button-01.--v-red a {
  background-color: #AA0D0F;
}
@media screen and (max-width: 767px) {
  .c-button-01 {
    padding: 0 46px;
    margin-top: 60px;
  }
  .c-button-01 a {
    width: 100%;
  }
}

/*
バナー
------------------------------ */
.c-bnr-wrap-01 {
  display: flex;
  justify-content: center;
  gap: 0 50px;

  .c-bnr-01 {
    margin: 0;
  }
}
.c-bnr-01 {
  width: 360px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .c-bnr-wrap-01 {
    display: block;

    .c-bnr-01 {

      + .c-bnr-01 {
        margin-top: 20px;
      }
    }
  }
  .c-bnr-01 {
    width: 100%;
  }
}

/*
見出し
------------------------------ */
.c-heading-01 {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 50px;
}
.c-heading-01 h2 {
  font-size: 28px;
  font-weight: 800;
}
.c-heading-01.--v-orange {
  border-bottom: 6px solid #F45903;
}
.c-heading-01.--v-blue {
  border-bottom: 6px solid #38396F;
}
.c-heading-01.--v-black {
  border-bottom: 6px solid #4D4D4D;
}
@media screen and (max-width: 767px) {
  .c-heading-01 {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .c-heading-01 h2 {
    font-size: 20px;
  }
  .c-heading-01.--v-orange {
    border-bottom: 4px solid #F45903;
  }
  .c-heading-01.--v-blue {
    border-bottom: 4px solid #38396F;
  }
  .c-heading-01.--v-black {
    border-bottom: 4px solid #4D4D4D;
  }
}

.c-heading-02 {
  text-align: center;
  margin-bottom: 36px;
}
.c-heading-02 h2 {
  font-size: 28px;
  font-weight: 800;
}
.c-heading-02::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 4px;
  background-color: #000000;
}
.c-heading-02.--v-green h2 {
  color: #16BF7A;
}
.c-heading-02.--v-green::after {
  background-color: #16BF7A;
}
.c-heading-02.--v-brown h2 {
  color: #B68136;
}
.c-heading-02.--v-brown::after {
  background-color: #B68136;
}
.c-heading-02.--v-white h2 {
  color: #ffffff;
}
.c-heading-02.--v-white::after {
  background-color: #ffffff;
}
.c-heading-02.--v-colorful-01::after {
  width: 60px;
  background: linear-gradient(90deg, #98CBE6 0%, #98CBE6 50%, #EDC3C3 50%, #EDC3C3 100%);
}
.c-heading-02.--v-oseibo h2 {
  color: #000000;
}
.c-heading-02.--v-oseibo::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 13px;
  background: none;
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/oseibo2025/deco-01.webp);
  background-size: 52px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 16px;
}
.c-heading-02.--v-oseibo.--v-white h2 {
  color: #FFFFFF;
}
.c-heading-02.--v-oseibo.--v-white::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/oseibo2025/deco-02.webp);
}
.c-heading-02.--v-oseibo.--v-red h2 {
  color: #D8333C;
}
.c-heading-02.--v-christmas h2 {
  color: #D29F66;
}
.c-heading-02.--v-christmas::before {
  content: "";
  display: inline-block;
  width: 43px;
  height: 34px;
  background: none;
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/christmas2025/icon-bell-01.svg);
  background-size: 43px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-bottom: 4px;
}
.c-heading-02.--v-christmas::after {
  display: none;
}
@media screen and (max-width: 767px) {
  .c-heading-02 {
    margin-bottom: 28px;
  }
  .c-heading-02 h2 {
    font-size: 20px;
  }
}

.c-heading-03 {
  margin-bottom: 32px;
}
.c-heading-03 h2, .c-heading-03 h3, .c-heading-03 h4, .c-heading-03 h5, .c-heading-03 h6 {
  font-size: 24px;
  font-weight: 700;
}
.c-heading-03.--v-white h2, .c-heading-03.--v-white h3, .c-heading-03.--v-white h4, .c-heading-03.--v-white h5, .c-heading-03.--v-white h6 {
  color: #FFFFFF;
}

.c-heading-04 {
  margin-bottom: 20px;
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
}
.c-heading-04 h2, .c-heading-04 h3, .c-heading-04 h4, .c-heading-04 h5, .c-heading-04 h6 {
  font-size: 20px;
  font-weight: 700;
}
.c-heading-04.--v-brown {
  border-bottom: 1px solid #D29F66;
}
.c-heading-04.--v-brown h2, .c-heading-04.--v-brown h3, .c-heading-04.--v-brown h4, .c-heading-04.--v-brown h5, .c-heading-04.--v-brown h6 {
  color: #D29F66;
}

/*
セクション (リード文)
------------------------------ */
.c-section-read-01 {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 2.3;
}
.c-section-read-01 p + p {
  margin-top: 40px;
}
.c-section-read-01 .e-bnr-01 {
  max-width: 1296px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .c-section-read-01 {
    font-size: 16px;
  }
  .c-section-read-01 p + p {
    margin-top: 30px;
  }
  .c-section-read-01 .e-bnr-01 {
    margin: 50px auto 0;
  }
}

.c-section-read-02 {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 2;
}
.c-section-read-02 p + p {
  margin-top: 40px;
}
.c-section-read-02 .e-bnr-01 {
  max-width: 1296px;
  margin: 100px auto 0;
}
@media screen and (max-width: 767px) {
  .c-section-read-02 {
    font-size: 16px;
  }
  .c-section-read-02 p + p {
    margin-top: 30px;
  }
  .c-section-read-02 .e-bnr-01 {
    margin: 50px auto 0;
  }
}

/*
商品検索
------------------------------ */
.p-search-01 {
  display: flex;
  justify-content: center;
  margin-bottom: 56px;
}
.p-search-01 .e-input-01 {
  width: 440px;
  border-radius: 4px 0 0 4px;
  border: 1px solid #000000;
  font-size: 16px;
  padding: 0 16px;
}
.p-search-01 .e-button-01 {
  background-color: #000000;
  display: block;
  width: 97px;
  height: 48px;
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-search-01.svg);
  background-position: center center;
  border-radius: 0 4px 4px 0;
}
@media screen and (max-width: 767px) {
  .p-search-01 {
    margin-bottom: 20px;
  }
  .p-search-01 .e-input-01 {
    width: auto;
    flex: 1;
    font-size: 12px;
    padding: 0 12px;
  }
  .p-search-01 .e-button-01 {
    width: 48px;
    height: 40px;
  }
}

/*
ページ内リンク
------------------------------ */
.p-page-link-01 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.p-page-link-01 > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  background-color: #000000;
  color: #ffffff;
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/icon-arrow-01.svg);
  background-position: right 10px center;
  font-size: 18px;
  font-weight: 500;
}
.p-page-link-01.--v-red-wide {
  gap: 0 60px;
}
.p-page-link-01.--v-red-wide > div a {
  width: 300px;
  background-color: #D8333C;
  background-position: right 24px center;
}
@media screen and (max-width: 767px) {
  .p-page-link-01 {
    display: block;
    width: 272px;
    margin: 0 auto;
  }
  .p-page-link-01 > div a {
    width: 100%;
    height: 42px;
    background-position: right 20px center;
  }
  .p-page-link-01 > div + div {
    margin-top: 10px;
  }
  .p-page-link-01.--v-red-wide > div a {
    width: 100%;
    background-position: right 16px center;
  }
}

.p-page-link-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80px;
  margin-top: 60px;
}
.p-page-link-02 > div a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  height: 40px;
  background-color: #ffffff;
  border: 1px solid #000000;
  color: #000000;
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/icon-arrow-02.svg);
  background-position: right 20px center;
  font-weight: 600;
}
.p-page-link-02.--v-red > div a {
  border: 1px solid #D8333C;
  color: #D8333C;
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/icon-arrow-03.svg);
}
@media screen and (max-width: 767px) {
  .p-page-link-02 {
    gap: 0 12px;
    margin: 24px auto 0;
    width: 272px;
  }
  .p-page-link-02 > div {
    flex: 1;
  }
  .p-page-link-02 > div a {
    font-size: 10px;
    width: 100%;
    height: 32px;
    background-position: right 8px center;
    background-size: 8px auto;
  }
}

/*
セクション (おすすめ商品)
------------------------------ */
.p-section-recommend-01 .e-content {
  display: flex;
  justify-content: space-between;
  gap: 0 30px;
}
.p-section-recommend-01 .e-content .m-img {
  width: 420px;
}
.p-section-recommend-01 .e-content .m-img img {
  width: 420px;
  height: 420px;
  object-fit: cover;
}
.p-section-recommend-01 .e-content .m-img.--v-large {
  width: 610px;
}
.p-section-recommend-01 .e-content .m-img.--v-large img {
  width: 610px;
  height: 610px;
}
.p-section-recommend-01 .e-content .m-text {
  flex: 1;
}
.p-section-recommend-01 .e-content .m-text .s-heading {
  font-size: 20px;
  font-weight: 700;
}
.p-section-recommend-01 .e-content .m-text .s-name {
  margin-top: 40px;
}
.p-section-recommend-01 .e-content .m-text .s-name dt {
  font-weight: 400;
}
.p-section-recommend-01 .e-content .m-text .s-name dd, .p-section-recommend-01 .e-content .m-text .s-name p {
  font-size: 20px;
  font-weight: 700;
}
.p-section-recommend-01 .e-content .m-text .s-text {
  margin-top: 40px;
  line-height: 1.8;
}
.p-section-recommend-01 .e-content .m-text .s-price {
  font-size: 20px;
  font-weight: 700;
  margin-top: 40px;
}
.p-section-recommend-01 .e-content .m-text .s-button {
  margin-top: 40px;
}
.p-section-recommend-01 .e-content .m-text .s-button a {
  display: flex;
  width: 153px;
  height: 40px;
  justify-content: center;
  align-items: center;
  color: #ffffff;
}
.p-section-recommend-01 .e-content .m-text .s-button.--v-orange a {
  background: #F45903;
}
.p-section-recommend-01 .e-content .m-text .s-button.--v-blue a {
  background: #38396F;
}
.p-section-recommend-01 .e-content .m-text .s-button.--v-black a {
  background: #000000;
}
.p-section-recommend-01 .e-content.--v-reverse {
  flex-direction: row-reverse;
}
.p-section-recommend-01 .e-content.--v-align-center {
  align-items: center;
}
.p-section-recommend-01 .e-content.--v-mt-80 {
  margin-top: 80px;
}
.p-section-recommend-01 .e-content-color-01 .e-content .m-text .s-name {
  color: #000000;
}
.p-section-recommend-01 .e-content-color-01 .e-content .m-text .s-button a {
  background: #F45903;
}
.p-section-recommend-01 .e-content-color-02 .e-content .m-text .s-name {
  color: #000000;
}
.p-section-recommend-01 .e-content-color-02 .e-content .m-text .s-button a {
  background: #38396F;
}
.p-section-recommend-01 .e-content-color-03 .e-content .m-text .s-name {
  color: #16BF7A;
}
.p-section-recommend-01 .e-content-color-03 .e-content .m-text .s-button a {
  background: #000000;
}
.p-section-recommend-01 .e-content-color-04 .e-content .m-text .s-name {
  color: #B68136;
}
.p-section-recommend-01 .e-content-color-04 .e-content .m-text .s-button a {
  background: #103A34;
}
@media screen and (max-width: 767px) {
  .p-section-recommend-01 .e-content {
    display: block;
    padding: 0 30px;
  }
  .p-section-recommend-01 .e-content .m-img {
    width: 100%;
  }
  .p-section-recommend-01 .e-content .m-img img {
    width: 100%;
    height: auto;
  }
  .p-section-recommend-01 .e-content .m-text {
    flex: none;
    margin-top: 30px;
  }
  .p-section-recommend-01 .e-content .m-text .s-heading {
    font-size: 18px;
  }
  .p-section-recommend-01 .e-content .m-text .s-name {
    margin-top: 16px;
  }
  .p-section-recommend-01 .e-content .m-text .s-name dt {
    font-size: 14px;
  }
  .p-section-recommend-01 .e-content .m-text .s-name dd {
    font-size: 18px;
  }
  .p-section-recommend-01 .e-content .m-text .s-text {
    margin-top: 16px;
    font-size: 14px;
  }
  .p-section-recommend-01 .e-content .m-text .s-price {
    margin-top: 16px;
  }
  .p-section-recommend-01 .e-content .m-text .s-button {
    margin-top: 16px;
  }
  .p-section-recommend-01 .e-content .m-text .s-button a {
    width: 100%;
    height: 48px;
  }
  .p-section-recommend-01 .e-content.--v-mt-80 {
    margin-top: 40px;
  }
}

/*
商品一覧 (5カラム)
------------------------------ */
.p-item-list-01 {
  margin-top: 70px;
}
.p-item-list-01 > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.p-item-list-01 > ul > li a {
  display: block;
}
.p-item-list-01 > ul > li .e-text {
  font-size: 15px;
  margin-top: 10px;
}
.p-item-list-01 > ul > li .e-name {
  margin-top: 10px;
}
.p-item-list-01 > ul > li .e-name dt {
  font-size: 20px;
}
.p-item-list-01 > ul > li .e-name dd {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-item-list-01 {
    margin: 70px -16px 0;
    width: calc(100% + 32px);
  }
  .p-item-list-01 > ul {
    display: flex;
    gap: 0;
  }
  .p-item-list-01 > ul > li {
    width: 242px;
  }
  .p-item-list-01 > ul > li .e-text {
    font-size: 15px;
  }
  .p-item-list-01 > ul > li .e-name dt {
    font-size: 16px;
  }
  .p-item-list-01 > ul > li .e-name dd {
    font-size: 20px;
  }
}

.p-item-list-01-white {
  margin-top: 70px;
}
.p-item-list-01-white .l-layout-01 {
  overflow: inherit !important;
}
.p-item-list-01-white .l-layout-01 > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
.p-item-list-01-white .l-layout-01 .l-card-01 a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}
.p-item-list-01-white .l-layout-01 .l-card-01 .e-name {
  margin-top: 16px;
}
.p-item-list-01-white .l-layout-01 .l-card-01 .e-name dt {
  font-size: 16px;
  font-weight: 600;
}
.p-item-list-01-white .l-layout-01 .l-card-01 .e-name dd {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
}
.p-item-list-01-white .l-layout-01 .l-card-01 .e-name dd span {
  font-size: 11px;
  color: #747474;
}
@media screen and (max-width: 767px) {
  .p-item-list-01-white {
    margin-top: 40px;
  }
  .p-item-list-01-white .l-layout-01 {
    overflow: auto !important;
    scrollbar-width: thin;
    scrollbar-color: #4b5563 #e6eef8;
    padding-bottom: 20px;
  }
  .p-item-list-01-white .l-layout-01::-webkit-scrollbar {
    width: 12px; /* 横スクロールバーの場合は height を指定 */
    height: 12px;
  }
  .p-item-list-01-white .l-layout-01::-webkit-scrollbar-track {
    background: #e6eef8;
    border-radius: 8px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.03);
  }
  .p-item-list-01-white .l-layout-01::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #6b7280, #374151);
    border-radius: 8px;
    border: 3px solid #e6eef8; /* 見た目の余白を確保 */
  }
  .p-item-list-01-white .l-layout-01::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #4b5563, #111827);
  }
  .p-item-list-01-white .l-layout-01::-webkit-scrollbar-corner {
    background: #e6eef8;
  }
  .p-item-list-01-white .l-layout-01 > div {
    display: flex;
    gap: 8px;
  }
  .p-item-list-01-white .l-layout-01 .l-card-01 a {
    padding: 8px;
    height: 100%;
    width: 200px;
  }
  .p-item-list-01-white .l-layout-01 .l-card-01 .e-text {
    font-size: 15px;
  }
  .p-item-list-01-white .l-layout-01 .l-card-01 .e-name {
    margin-top: 8px;
  }
  .p-item-list-01-white .l-layout-01 .l-card-01 .e-name dt {
    font-size: 12px;
  }
  .p-item-list-01-white .l-layout-01 .l-card-01 .e-name dd {
    font-size: 12px;
    margin-top: 8px;
  }
  .p-item-list-01-white .l-layout-01 .l-card-01 .e-name dd span {
    font-size: 10px;
  }
}

.p-item-list-01-ranking .e-img {
  position: relative;
}
.p-item-list-01-ranking .e-img::after {
  content: "";
  display: block;
  width: 31px;
  height: 34px;
  position: absolute;
  right: 8px;
  top: 0;
  background-size: 100% auto;
}
.p-item-list-01-ranking .l-card-01:nth-of-type(1) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-01.png);
}
.p-item-list-01-ranking .l-card-01:nth-of-type(2) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-02.png);
}
.p-item-list-01-ranking .l-card-01:nth-of-type(3) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-03.png);
}
.p-item-list-01-ranking .l-card-01:nth-of-type(4) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-04.png);
}
.p-item-list-01-ranking .l-card-01:nth-of-type(5) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-05.png);
}
.p-item-list-01-ranking .l-card-01:nth-of-type(6) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-06.png);
}
.p-item-list-01-ranking .l-card-01:nth-of-type(7) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-07.png);
}
.p-item-list-01-ranking .l-card-01:nth-of-type(8) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-08.png);
}
.p-item-list-01-ranking .l-card-01:nth-of-type(9) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-09.png);
}
.p-item-list-01-ranking .l-card-01:nth-of-type(10) .e-img::after {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/icon-ranking-10.png);
}
.swiper-pagination-orange,
.swiper-pagination-sp {
  text-align: center;
  margin-top: 20px;
}
.swiper-pagination-orange .swiper-pagination-bullet-active,
.swiper-pagination-sp .swiper-pagination-bullet-active {
  background-color: #F45903;
}

.swiper-pagination-blue {
  text-align: center;
  margin-top: 20px;
}
.swiper-pagination-blue .swiper-pagination-bullet-active {
  background-color: #38396F;
}

@media screen and (min-width: 768px) {
  .swiper-pagination-orange,
  .swiper-pagination-sp {
    display: none;
  }
  .swiper-pagination-blue {
    display: none;
  }
}
/*
商品一覧 (4カラム)
------------------------------ */
.p-item-list-02 {
  margin-top: 70px;
}
.p-item-list-02 > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px;
}
.p-item-list-02 > ul > li a {
  display: block;
}
.p-item-list-02 > ul > li .e-text {
  font-size: 16px;
  margin-top: 10px;
}
.p-item-list-02 > ul > li .e-name {
  margin-top: 10px;
}
.p-item-list-02 > ul > li .e-name dt {
  font-size: 20px;
}
.p-item-list-02 > ul > li .e-name dd {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-item-list-02 {
    margin-top: 40px;
  }
  .p-item-list-02 > ul {
    grid-template-columns: 1fr 1fr;
  }
  .p-item-list-02 > ul > li .e-text {
    font-size: 13px;
    margin-top: 8px;
  }
  .p-item-list-02 > ul > li .e-name {
    margin-top: 8px;
  }
  .p-item-list-02 > ul > li .e-name dt {
    font-size: 13px;
  }
  .p-item-list-02 > ul > li .e-name dd {
    font-size: 13px;
  }
}

.p-item-list-02-white {
  margin-top: 70px;
}
.p-item-list-02-white .l-layout-01 > div {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
.p-item-list-02-white .l-layout-01 .l-card-01 a {
  display: block;
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
}
.p-item-list-02-white .l-layout-01 .l-card-01 .e-name {
  margin-top: 16px;
}
.p-item-list-02-white .l-layout-01 .l-card-01 .e-name dt {
  font-size: 16px;
  font-weight: 600;
}
.p-item-list-02-white .l-layout-01 .l-card-01 .e-name dd {
  font-size: 18px;
  font-weight: 700;
  margin-top: 16px;
  text-align: center;
}
.p-item-list-02-white .l-layout-01 .l-card-01 .e-name dd span {
  font-size: 11px;
  color: #747474;
}
.p-item-list-02-white.--v-3column {
  max-width: 688px;
  margin-left: auto;
  margin-right: auto;
}
.p-item-list-02-white.--v-3column .l-layout-01 {
  overflow: inherit !important;
}
.p-item-list-02-white.--v-3column .l-layout-01 > div {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px 20px;
}
.p-item-list-02-white.--v-5column .l-layout-01 > div {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 40px 20px;
}
@media screen and (max-width: 767px) {
  .p-item-list-02-white {
    margin-top: 50px;
  }
  .p-item-list-02-white .l-layout-01 > div {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .p-item-list-02-white .l-layout-01 .l-card-01 a {
    padding: 10px;
  }
  .p-item-list-02-white .l-layout-01 .l-card-01 .e-name {
    margin-top: 8px;
  }
  .p-item-list-02-white .l-layout-01 .l-card-01 .e-name dt {
    font-size: 12px;
  }
  .p-item-list-02-white .l-layout-01 .l-card-01 .e-name dd {
    font-size: 12px;
    margin-top: 8px;
  }
  .p-item-list-02-white .l-layout-01 .l-card-01 .e-name dd span {
    font-size: 10px;
  }
  .p-item-list-02-white.--v-3column .l-layout-01 > div {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .p-item-list-02-white.--v-5column .l-layout-01 > div {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

.p-item-list-03-white {
  margin-top: 70px;
}
.p-item-list-03-white .l-layout-01 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.p-item-list-03-white .l-layout-01 .l-card-01 {
  width: 100%;
}
.p-item-list-03-white .l-layout-01 .l-card-01 a {
  display: flex;
  justify-content: space-between;
  gap: 0 24px;
  background-color: #ffffff;
  padding: 20px;
  height: 100%;
  width: 100%;
}
.p-item-list-03-white .l-layout-01 .l-card-01 .e-img-01 {
  width: 240px;
}
.p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 {
  flex: 1;
}
.p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 .m-text-01 dt {
  font-size: 20px;
  font-weight: 700;
}
.p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 .m-text-01 dd {
  margin-top: 16px;
}
.p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 .m-price-01 {
  font-size: 12px;
  margin-top: 16px;
}
.p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 .m-price-01 span {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-item-list-03-white {
    margin-top: 50px;
  }
  .p-item-list-03-white .l-layout-01 {
    display: block;
  }
  .p-item-list-03-white .l-layout-01 .l-card-01 a {
    display: block;
    padding: 20px;
  }
  .p-item-list-03-white .l-layout-01 .l-card-01 .e-img-01 {
    margin: 0 auto;
  }
  .p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 {
    flex: none;
    margin-top: 8px;
  }
  .p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 .m-text-01 dt {
    text-align: center;
  }
  .p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 .m-text-01 dd {
    margin-top: 8px;
  }
  .p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 .m-price-01 {
    text-align: center;
    margin-top: 8px;
  }
  .p-item-list-03-white .l-layout-01 .l-card-01 .e-content-01 .m-price-01 span {
    font-size: 16px;
  }
}

/*
タブ切り替え
------------------------------ */
.p-tab-block.--v-mt {
  margin-top: 72px;
}

.p-tab-block__buttons {
  display: flex;
  justify-content: center;
  gap: 0 20px;
  width: 100%;
}
.p-tab-block__buttons.--v-center {
  justify-content: center;
}

.p-tab-block__buttons__button-01,
.p-tab-block__buttons__button-02,
.p-tab-block__buttons__button-03,
.p-tab-block__buttons__button-04,
.p-tab-block__buttons__button-05 {
  flex: 1;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #747474;
  border-bottom: 5px solid rgba(255, 255, 255, 0);
  padding-bottom: 10px;
  white-space: nowrap;
}
.p-tab-block__buttons__button-01.--v-active,
.p-tab-block__buttons__button-02.--v-active,
.p-tab-block__buttons__button-03.--v-active,
.p-tab-block__buttons__button-04.--v-active,
.p-tab-block__buttons__button-05.--v-active {
  color: #000000;
  border-bottom: 5px solid #000000;
}
.p-tab-block__buttons__button-01:hover,
.p-tab-block__buttons__button-02:hover,
.p-tab-block__buttons__button-03:hover,
.p-tab-block__buttons__button-04:hover,
.p-tab-block__buttons__button-05:hover {
  color: #000000;
  border-bottom: 5px solid #000000;
}
.p-tab-block__buttons__button-01.--v-green.--v-active,
.p-tab-block__buttons__button-02.--v-green.--v-active,
.p-tab-block__buttons__button-03.--v-green.--v-active,
.p-tab-block__buttons__button-04.--v-green.--v-active,
.p-tab-block__buttons__button-05.--v-green.--v-active {
  color: #16BF7A;
  border-bottom: 5px solid #16BF7A;
}
.p-tab-block__buttons__button-01.--v-green:hover,
.p-tab-block__buttons__button-02.--v-green:hover,
.p-tab-block__buttons__button-03.--v-green:hover,
.p-tab-block__buttons__button-04.--v-green:hover,
.p-tab-block__buttons__button-05.--v-green:hover {
  color: #16BF7A;
  border-bottom: 5px solid #16BF7A;
}
.p-tab-block__buttons__button-01.--v-brown.--v-active,
.p-tab-block__buttons__button-02.--v-brown.--v-active,
.p-tab-block__buttons__button-03.--v-brown.--v-active,
.p-tab-block__buttons__button-04.--v-brown.--v-active,
.p-tab-block__buttons__button-05.--v-brown.--v-active {
  color: #B68136;
  border-bottom: 5px solid #B68136;
}
.p-tab-block__buttons__button-01.--v-brown:hover,
.p-tab-block__buttons__button-02.--v-brown:hover,
.p-tab-block__buttons__button-03.--v-brown:hover,
.p-tab-block__buttons__button-04.--v-brown:hover,
.p-tab-block__buttons__button-05.--v-brown:hover {
  color: #B68136;
  border-bottom: 5px solid #B68136;
}
.p-tab-block__buttons__button-01.--v-brown-02.--v-active,
.p-tab-block__buttons__button-02.--v-brown-02.--v-active,
.p-tab-block__buttons__button-03.--v-brown-02.--v-active,
.p-tab-block__buttons__button-04.--v-brown-02.--v-active,
.p-tab-block__buttons__button-05.--v-brown-02.--v-active {
  color: #D29F66;
  border-bottom: 5px solid #D29F66;
}
.p-tab-block__buttons__button-01.--v-brown-02:hover,
.p-tab-block__buttons__button-02.--v-brown-02:hover,
.p-tab-block__buttons__button-03.--v-brown-02:hover,
.p-tab-block__buttons__button-04.--v-brown-02:hover,
.p-tab-block__buttons__button-05.--v-brown-02:hover {
  color: #D29F66;
  border-bottom: 5px solid #D29F66;
}
.p-tab-block__buttons__button-01.--v-pink.--v-active,
.p-tab-block__buttons__button-02.--v-pink.--v-active,
.p-tab-block__buttons__button-03.--v-pink.--v-active,
.p-tab-block__buttons__button-04.--v-pink.--v-active,
.p-tab-block__buttons__button-05.--v-pink.--v-active {
  color: #FFA5A5;
  border-bottom: 5px solid #FFA5A5;
}
.p-tab-block__buttons__button-01.--v-pink:hover,
.p-tab-block__buttons__button-02.--v-pink:hover,
.p-tab-block__buttons__button-03.--v-pink:hover,
.p-tab-block__buttons__button-04.--v-pink:hover,
.p-tab-block__buttons__button-05.--v-pink:hover {
  color: #FFA5A5;
  border-bottom: 5px solid #FFA5A5;
}

.p-tab-block__content-01,
.p-tab-block__content-02,
.p-tab-block__content-03,
.p-tab-block__content-04,
.p-tab-block__content-05 {
  display: none;
  animation: fadeIn 0.3s ease;
}
.p-tab-block__content-01.--v-active,
.p-tab-block__content-02.--v-active,
.p-tab-block__content-03.--v-active,
.p-tab-block__content-04.--v-active,
.p-tab-block__content-05.--v-active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .p-tab-block__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px 20px;
  }
  .p-tab-block__buttons__button-01,
  .p-tab-block__buttons__button-02,
  .p-tab-block__buttons__button-03,
  .p-tab-block__buttons__button-04,
  .p-tab-block__buttons__button-05 {
    font-size: 13px;
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    padding-bottom: 6px;
  }
  .p-tab-block__buttons__button-01.--v-active,
  .p-tab-block__buttons__button-02.--v-active,
  .p-tab-block__buttons__button-03.--v-active,
  .p-tab-block__buttons__button-04.--v-active,
  .p-tab-block__buttons__button-05.--v-active {
    border-bottom: 2px solid #000000;
  }
  .p-tab-block__buttons__button-01:hover,
  .p-tab-block__buttons__button-02:hover,
  .p-tab-block__buttons__button-03:hover,
  .p-tab-block__buttons__button-04:hover,
  .p-tab-block__buttons__button-05:hover {
    color: #000000;
    border-bottom: 2px solid #000000;
  }
  .p-tab-block__buttons__button-01.--v-green.--v-active,
  .p-tab-block__buttons__button-02.--v-green.--v-active,
  .p-tab-block__buttons__button-03.--v-green.--v-active,
  .p-tab-block__buttons__button-04.--v-green.--v-active,
  .p-tab-block__buttons__button-05.--v-green.--v-active {
    border-bottom: 2px solid #16BF7A;
  }
  .p-tab-block__buttons__button-01.--v-green:hover,
  .p-tab-block__buttons__button-02.--v-green:hover,
  .p-tab-block__buttons__button-03.--v-green:hover,
  .p-tab-block__buttons__button-04.--v-green:hover,
  .p-tab-block__buttons__button-05.--v-green:hover {
    border-bottom: 2px solid #16BF7A;
  }
}
/*
バナーリンクリスト
------------------------------ */
.p-bnr-list-wrap-01 {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
}
.p-bnr-list-wrap-01 + * {
  margin-top: 20px;
}

.p-bnr-list-wrap-02 {
  max-width: 1554px;
  margin-left: auto;
  margin-right: auto;
}
.p-bnr-list-wrap-02 + * {
  margin-top: 20px;
}

.p-bnr-list-01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.p-bnr-list-01 .e-title {
  display: none;
}
.p-bnr-list-01.--v-4column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.p-bnr-list-02 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 12px;
}
.p-bnr-list-02 .e-title {
  display: none;
}

@media screen and (max-width: 767px) {
  .p-bnr-list-01,
  .p-bnr-list-02 {
    grid-template-columns: 1fr 1fr;
    padding: 0 14px;
    gap: 20px;
  }
  .p-bnr-list-01 > div > a,
  .p-bnr-list-02 > div > a {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  .p-bnr-list-01 > div > a img,
  .p-bnr-list-02 > div > a img {
    width: 50px;
  }
  .p-bnr-list-01 > div > a .e-title,
  .p-bnr-list-02 > div > a .e-title {
    display: block;
    flex: 1;
    font-size: 13px;
    font-weight: 700;
  }
  .p-bnr-list-01.--v-4column,
  .p-bnr-list-02.--v-4column {
    grid-template-columns: 1fr 1fr;
  }
  .p-bnr-list-01.--v-white-sp > div > a,
  .p-bnr-list-02.--v-white-sp > div > a {
    color: #ffffff;
  }
}
/*
テキストリンクリスト
------------------------------ */
.p-link-list-01 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px 20px;
  margin-top: 70px;
}
.p-link-list-01 > div a {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 128px;
  font-size: 28px;
  font-weight: 600;
  border: 1px solid #000000;
  transition: 0.3s;
}
.p-link-list-01 > div a:hover {
  border: 5px solid #999999;
  transition: 0.3s;
}
.p-link-list-01.--v-brown > div a {
  border: none;
  color: #B1821A;
  border: 5px solid #ffffff;
  transition: 0.3s;
}
.p-link-list-01.--v-brown > div a:hover {
  border: 5px solid #B1821A;
  transition: 0.3s;
}
.p-link-list-01.--v-2column {
  grid-template-columns: 1fr 1fr;
}
.p-link-list-01.--v-4column {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media screen and (max-width: 767px) {
  .p-link-list-01 {
    grid-template-columns: 1fr 1fr;
    gap: 20px 12px;
    margin-top: 28px;
  }
  .p-link-list-01 > div a {
    height: 50px;
    font-size: 14px;
  }
  .p-link-list-01 > div a:hover {
    border: 3px solid #999999;
  }
  .p-link-list-01.--v-brown > div a:hover {
    border: 3px solid #B1821A;
  }
  .p-link-list-01.--v-4column {
    grid-template-columns: 1fr 1fr;
  }
}

/*
よくあるご質問
------------------------------ */
.p-faq-01 > dl {
  font-size: 16px;
  border-bottom: 1px solid #000000;
}
.p-faq-01 > dl > dt {
  display: flex;
  gap: 0 40px;
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/icon-plus-01.svg);
  background-repeat: no-repeat;
  background-position: right top 5px;
  padding-right: 60px;
  padding-bottom: 20px;
  padding-top: 5px;
  cursor: pointer;
}
.p-faq-01 > dl > dt::before {
  content: "";
  display: block;
  width: 35px;
  height: 36px;
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/icon-q-01.svg);
  background-repeat: no-repeat;
}
.p-faq-01 > dl > dt span {
  flex: 1;
  font-weight: 500;
  padding-top: 7px;
}
.p-faq-01 > dl > dt.is-open {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/icon-minus-01.svg);
  background-repeat: no-repeat;
}
.p-faq-01 > dl > dd {
  display: none;
  height: 0;
  gap: 0 40px;
  padding-right: 60px;
  padding-bottom: 20px;
}
.p-faq-01 > dl > dd::before {
  content: "";
  display: block;
  width: 35px;
  height: 36px;
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/icon-a-01.svg);
  background-repeat: no-repeat;
}
.p-faq-01 > dl > dd span {
  flex: 1;
  font-weight: 500;
}
.p-faq-01 > dl > dd span a {
  text-decoration: underline;
}
.p-faq-01 > dl > dd span a:hover {
  text-decoration: none;
}
.p-faq-01 > dl > dd.is-open {
  display: flex;
  height: auto;
}
.p-faq-01 > dl + dl {
  margin-top: 20px;
}
.p-faq-01.--v-red > dl > dt {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/oseibo2025/icon-plus-01.svg);
}
.p-faq-01.--v-red > dl > dt::before {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/oseibo2025/icon-q-01.svg);
}
.p-faq-01.--v-red > dl > dt.is-open {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/oseibo2025/icon-minus-01.svg);
}
.p-faq-01.--v-red > dl > dd::before {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/oseibo2025/icon-a-01.svg);
}
@media screen and (max-width: 767px) {
  .p-faq-01 > dl {
    font-size: 16px;
    border-bottom: 1px solid #000000;
  }
  .p-faq-01 > dl > dt {
    gap: 0 10px;
    background-position: right top 7px;
    background-size: 23px auto;
    padding-right: 40px;
  }
  .p-faq-01 > dl > dt::before {
    width: 28px;
    height: 28px;
    background-size: 28px auto;
  }
  .p-faq-01 > dl > dt span {
    font-size: 13px;
    padding-top: 5px;
  }
  .p-faq-01 > dl > dd {
    gap: 0 10px;
    padding-right: 40px;
  }
  .p-faq-01 > dl > dd::before {
    width: 28px;
    height: 28px;
    background-size: 28px auto;
  }
  .p-faq-01 > dl > dd span {
    font-size: 13px;
  }
}

/*
固有ページ 【お中元】リウボウの夏のギフト2025
------------------------------ */
.p-ochugen2025-noshi-wrap {
  background-image: url(https://gigaplus.makeshop.jp/ryubo/assets/tpl-category/ochugen2025/bg-03.webp);
  background-size: cover;
  background-position: center top;
  padding: 170px 0 80px;
  position: relative;
}
.p-ochugen2025-noshi-wrap .e-catch-img-01 {
  position: absolute;
  left: 50%;
  top: -10px;
  transform: translateX(-50%);
  width: 200px;
}
@media screen and (max-width: 767px) {
  .p-ochugen2025-noshi-wrap {
    width: calc(100% + 32px);
    margin: 0 -16px;
    padding: 40px 28px 80px;
  }
  .p-ochugen2025-noshi-wrap .e-catch-img-01 {
    left: 0;
    top: 4px;
    transform: none;
    width: 120px;
  }
}
.p-ochugen2025-noshi-wrap.--v-red {
  background: none;
  background-color: #D8333C;
  color: #ffffff;
}

.p-ochugen2025-noshi-01 {
  display: flex;
  justify-content: space-between;
  gap: 0 50px;
  margin: 50px auto 70px;
  color: #000000;
}
@media screen and (max-width: 767px) {
  .p-ochugen2025-noshi-01 {
    display: block;
    margin: 30px auto 40px;
  }
}

.p-ochugen2025-noshi-01__in {
  flex: 1;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 60px 50px 40px;
  position: relative;
}
.p-ochugen2025-noshi-01__in .e-heading-01 {
  font-size: 28px;
  font-weight: 700;
}
.p-ochugen2025-noshi-01__in .e-text-01 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 32px;
}
.p-ochugen2025-noshi-01__in .e-layout-01 {
  display: flex;
  justify-content: space-between;
  gap: 0 36px;
  margin-top: 32px;
}
.p-ochugen2025-noshi-01__in .e-layout-01 .m-img-01 {
  width: 143px;
}
.p-ochugen2025-noshi-01__in .e-layout-01 .m-text-01 {
  flex: 1;
}
.p-ochugen2025-noshi-01__in .e-layout-01 .m-text-01 > dl dt {
  font-size: 18px;
  font-weight: 700;
}
.p-ochugen2025-noshi-01__in .e-layout-01 .m-text-01 > dl dd {
  font-size: 14px;
  font-weight: 500;
  margin-top: 4px;
}
.p-ochugen2025-noshi-01__in .e-layout-01 .m-text-01 > dl + dl {
  margin-top: 24px;
}
.p-ochugen2025-noshi-01__in .e-catch-01 {
  position: absolute;
  width: 100px;
  right: 24px;
  top: 20px;
}
.p-ochugen2025-noshi-01__in.--v-bg-white {
  background-color: white;
}
@media screen and (max-width: 767px) {
  .p-ochugen2025-noshi-01__in {
    flex: none;
    padding: 60px 20px 36px;
    position: relative;
  }
  .p-ochugen2025-noshi-01__in .e-heading-01 {
    font-size: 20px;
  }
  .p-ochugen2025-noshi-01__in .e-text-01 {
    font-size: 13px;
    margin-top: 16px;
  }
  .p-ochugen2025-noshi-01__in .e-layout-01 {
    gap: 0 32px;
    margin-top: 32px;
  }
  .p-ochugen2025-noshi-01__in .e-layout-01 .m-img-01 {
    width: 92px;
  }
  .p-ochugen2025-noshi-01__in .e-layout-01 .m-text-01 > dl dt {
    font-size: 15px;
  }
  .p-ochugen2025-noshi-01__in .e-layout-01 .m-text-01 > dl dd {
    font-size: 13px;
  }
  .p-ochugen2025-noshi-01__in .e-layout-01 .m-text-01 > dl + dl {
    margin-top: 16px;
  }
  .p-ochugen2025-noshi-01__in .e-catch-01 {
    width: 72px;
    right: 16px;
    top: 24px;
  }
  .p-ochugen2025-noshi-01__in + .p-ochugen2025-noshi-01__in {
    margin-top: 30px;
  }
}