@charset "UTF-8";

/*============================
　共通設定
============================*/
:root {
  color-scheme: light;
  /* コンテンツ幅 */
  --contents_wide_s: 300px;
  --contents_wide_default: 1150px;
  --contents_wide_L: 1366px;
  --contents_wide_head: 1440px;
  --contents_wide_max: 1920px;
  --responsive-change: 767px;
  --contents_padding_default: 20px;
  /* カラー設定 */
  --contents_color_default: #6E503A;
  --contents_color_sub01: #826855;
  --contents_color_sub02: #eee;
  --contents_color_sub03: #F4F1EF;
  --contents_color_sub04: #82685525;
  --contents_color_sub05: #C0B4AA;
  --contents_color_sub06: #985400;
  --contents_color_sub07: #D6B88A;
  --contents_color_sub08: #F7F1E8;
  --contents_color_font01: #000;
  --contents_color_font02: #fff;
}

.color-style01 * {
  --color-set01: #ff8800;
  --color-set02: #ff9944;
  --color-set03: #fdf4eb;
  --color-set-f: #fff;
}

/* ===== 汎用 ===== */
.wbr {
  display: inline-block;
  white-space: pre-wrap;
  word-break: keep-all;
}

/* wrapper */
.wrapper {
  margin: 0 auto;
  max-width: var(--contents_wide_default);
  width: 100%;
  overflow: hidden;
  padding-left: var(--contents_padding_default);
  padding-right: var(--contents_padding_default);
  text-align: center;
}

.default_wide {
  margin: 0 auto;
  max-width: var(--contents_wide_default);
  width: 100%;
  padding-left: var(--contents_padding_default);
  padding-right: var(--contents_padding_default);
}

main div,
main figure,
main article,
main section,
main aside {
  text-align: center;
}

/* ===== 画面固定のお問い合わせエリア ===== */
.inquiry_posision {
  position: relative;
  z-index: 199;
}

#js_inquiry {
  position: fixed;
  right: 20px;
  text-align: left;
  z-index: 9001;
  bottom: initial;
}

#js_inquiry .inquiry-btn-check_tri::before {
  background-color: #fff;
  color: #b2242d;
  content: "\e5cd";
  display: inline-block;
  font-family: "Material Icons";
  font-weight: 600;
  line-height: 1;
  margin-top: 12px;
  margin-right: 5px;
  padding: 2px;
}

#js_inquiry.fade {
  animation: fadeIn 0.4s ease-in 0s forwards;
  display: block;
  opacity: 1;
}

#inquiry-btn-check {
  display: none;
}

#inquiry-btn-check~.inquiry-btn,
#inquiry-btn-check~.inquiry-btn-check_tri {
  display: inline-block;
  transition: all 600ms;
}

#inquiry-btn-check:checked~.inquiry-btn,
#inquiry-btn-check:checked~.inquiry-btn-check_tri {
  display: none;
}

#js_inquiry .inquiry-btn-check_tri {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 101;
}

#js_inquiry .inquiry-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 99;
}

/* ===== 【共通】パーツ ===== */
.button {
  cursor: pointer;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  display: inline-grid;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  /*  */
  /*  */
}

.button:hover {
  opacity: 0.8;
}

.button::after {
  display: inline-block;
}

.button p {
  display: inline-block;
  white-space: pre-wrap;
  word-break: keep-all;
}

.button.style01 {
  --color-set01: #826855;
  background-color: #fff;
  grid-template-columns: 1fr auto;
  border: 2px solid var(--color-set01);
  gap: 10px;
  height: 60px;
  max-width: 200px;
  padding-left: 20px;
  padding-right: 10px;
  justify-items: start;
}

.button.style01::after {
  color: var(--color-set01);
  /* content: ">"; */
  content: "\e5e1";
  font-family: "Material Icons";
}

.button.style01 p {
  text-align: left;
  color: var(--color-set01);
  font-weight: 400;
}

.button.style02 {
  --color-set01: #826855;
  grid-template-columns: 1fr auto;
  background-color: var(--color-set01);
  color: var(--contents_color_font02);
  gap: 10px;
  height: 60px;
  /* guide.html のデザイン参照 */
  max-width: 200px;
  text-align: left;
  padding-left: 20px;
  padding-right: 10px;
  /* guide.html のデザイン参照 */
}

.button.style02::after {
  content: "\e5e1";
  font-family: "Material Icons";
}

.button.style02 p {
  text-align: left;
  color: var(--contents_color_font02);
  font-weight: 500;
}

.button .style03 {
  --color-set03: #00f;
}

.indent {
  display: block;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

/* ===== 【共通】下層 KV ===== */
.clump_kv {
  overflow: hidden;
  width: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 1/0.35;
  color: var(--contents_color_font02);
  display: grid;
  grid-template-rows: auto 1fr;
}

.clump_kv.noPhoto {
  min-height: 250px;
  aspect-ratio: initial;
}

.clump_kv .clump_kv_box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /*height: 100%;*/
  height: calc(100% - 17.5px);
  width: 100%;
  flex-direction: column;
  line-height: 1.6;
  padding-bottom: 20px;
}

.clump_kv .clump_kv_box h1 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(2.0625rem, -0.099rem + 4.508vw, 3.75rem);
  font-weight: 600;
}

.clump_kv .clump_kv_box p {
  padding-top: 15px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.0625rem, 0.502rem + 1.169vw, 1.5rem);
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_kv {
    aspect-ratio: initial;
    min-height: 210px;
  }

  .clump_kv.noPhoto {
    min-height: 160px;
    aspect-ratio: initial;
  }

  .clump_kv .clump_kv_box p {
    padding-top: 0;
  }
}

@media screen and (min-width: 1400px) {
  .clump_kv {
    /*max-height: 500px;*/
    height: 500px;
  }
}

.clump_breadcrumbs .breadcrumbs {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  margin-top: 20px;
}

.clump_breadcrumbs .breadcrumbs span {
  display: flex;
  align-items: center;
  line-height: 1.2;
  font-size: clamp(0.75rem, 0.59rem + 0.334vw, 0.875rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.clump_breadcrumbs .breadcrumbs span::before {
  content: "＞";
  margin-right: 15px;
}

.clump_breadcrumbs .breadcrumbs span:first-of-type::before {
  display: none;
}

.clump_kv .clump_breadcrumbs .breadcrumbs {
  padding-left: clamp(1.25rem, -0.351rem + 3.339vw, 2.5rem);
  overflow: hidden;
}

.clump_kv .clump_breadcrumbs .breadcrumbs span a:hover {
  text-decoration: underline;
}

/* ===== index.html ===== */
.slider_up {
  align-items: center;
  display: flex;
  width: 100%;
}

.slider_up a:hover {
  opacity: 1;
  transition: 0.3s;
  filter: none;
}

.slider_up .js_slider li {
  text-align: center;
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.slider_up .js_slider li.slick-center {
  transition: 0.5s cubic-bezier(0.45, 0, 0.55, 1);
}

.slider_up .js-slick_prev.ptop_up {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d6b88a;
  box-shadow: 0 0 18px -3px rgba(0, 0, 0, 0.6);
  color: #d6b88a;
  cursor: pointer;
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  left: 0;
  margin-left: 20px;
  padding: 4px;
  position: absolute;
  z-index: 101;
}

.slider_up .js-slick_prev.ptop_up:hover {
  background-color: #d6b88a;
  color: #fff;
}

.slider_up .js-slick_prev.ptop_up::after {
  content: "\e5cb";
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1;
}

.slider_up .js-slick_next.ptop_up {
  align-items: center;
  background-color: #fff;
  border: 1px solid #d6b88a;
  box-shadow: 0 0 18px -3px rgba(0, 0, 0, 0.6);
  color: #d6b88a;
  cursor: pointer;
  display: flex;
  aspect-ratio: 1/1;
  justify-content: center;
  right: 0;
  margin-right: 20px;
  padding: 4px;
  position: absolute;
  z-index: 101;
}

.slider_up .js-slick_next.ptop_up:hover {
  background-color: #d6b88a;
  color: #fff;
}

.slider_up .js-slick_next.ptop_up::after {
  content: "\e5cc";
  font-family: "Material Icons";
  font-size: 28px;
  line-height: 1;
}

.js_slider.ptop_thumb {
  margin-top: 20px;
  max-width: 525px;
  width: 100%;
}

.js_slider.ptop_thumb .slick-slide {
  margin: 0 5px;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.js_slider.ptop_thumb .slick-slide.slick-current {
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
}

.js_slider.ptop_thumb .slick-slide {
  opacity: 0.2;
}

.js_slider.ptop_thumb .slick-active {
  opacity: 0.6;
}

.js_slider.ptop_thumb .slick-current {
  opacity: 1;
}

.js_slider.ptop_thumb picture {
  cursor: pointer;
  font-size: large;
}

.js_slider.ptop_thumb picture:hover {
  opacity: 0.9;
}

/* hack */
.slick-dotted.slick-slider {
  margin-bottom: 50px;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li button:before {
  color: #d6b88a;
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  color: #b2242d;
}

/* hack */
@media screen and (max-width: 767px) {
  .slider_up .js_slider li picture {
    width: 95%;
  }
}

.clump_pickup_list_box {
  margin: 5px 0 0;
  padding-bottom: 15px;
  /*max-width: var(--contents_wide_default);*/
  width: 100%;
}

@media screen and (max-width: 767px) {
  .clump_pickup_list_box {
    /*border-radius: 0 10px 0 0;*/
    margin-right: 20px;
  }
}

/*
.clump_pickup_list li:nth-of-type(1) .clump_pickup_list_box {
 background: rgba(178, 37, 46, 1); 0.6274509804 
}
@media screen and (max-width: 767px) {
  .clump_pickup_list li:nth-of-type(1) .clump_pickup_list_box {
    background: rgba(178, 37, 46, 0.6274509804);
  }
}
.clump_pickup_list li:nth-of-type(2) .clump_pickup_list_box {
  background: rgba(130, 104, 85, 1); 0.6274509804
}

@media screen and (max-width: 767px) {
  .clump_pickup_list li:nth-of-type(2) .clump_pickup_list_box {
    background: rgba(130, 104, 85, 0.6274509804);
  }
}
*/

.clump_pickup_list_box>.inner {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  /*margin-left: calc(50% - 100vw);*/
  padding: 0;
}

@media screen and (max-width: 767px) {
  .clump_pickup_list_box>.inner {
    margin-left: 0;
  }
}

.clump_pickup_list_box>.inner .contents {
  max-width: var(--contents_wide_default);
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10vw;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .clump_pickup_list_box>.inner .contents {
    align-items: flex-start;
    flex-direction: column;
  }
}

.clump_pickup_list_box>.inner .contents>div {
  height: 100%;
  border-radius: 0 10px 0 0;
  padding: 20px 20px 20px 35px;
  width: 50vw;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_pickup_list_box>.inner .contents>div {
    width: 100%;
    background: initial;
    border-radius: initial;
    margin: 0;
    height: initial;
    padding-right: 30px;
    padding-left: 30px;
  }
}

.clump_pickup_list_box>.inner .contents>div h4 {
  font-size: clamp(1.125rem, 0.725rem + 0.835vw, 1.4375rem);
  color: #fff;
  font-weight: 400;
}

.clump_pickup_list_box>.inner .contents>div p {
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (min-width: 767px) {
  .clump_pickup_list li:nth-of-type(1) .clump_pickup_list_box>.inner::after {
    /*content: "";*/
    display: block;
    width: 100vw;
    background: rgba(178, 37, 46, 0.6274509804);
  }

  /*.clump_pickup_list li:nth-of-type(1) .clump_pickup_list_box>.inner .contents>div {
    background: rgba(178, 37, 46, 0.6274509804);
  }*/

  .clump_pickup_list li:nth-of-type(2) .clump_pickup_list_box>.inner::after {
    /*content: "";*/
    display: block;
    width: 100vw;
    background: rgba(130, 104, 85, 0.6274509804);
  }

  /*.clump_pickup_list li:nth-of-type(2) .clump_pickup_list_box>.inner .contents>div {
    background: rgba(130, 104, 85, 0.6274509804);
  }*/
}

@media screen and (min-width: 1500px) {

  /* .clump_pickup_list_box>.inner {
    margin-left: calc(50% - 50vw);
  } */
  .clump_pickup_list_box>.inner::after {
    width: 100%;
  }
}

/*  */
.clump_pickup header {
  margin-top: clamp(3.125rem, -3.278rem + 13.356vw, 8.125rem);
  margin-bottom: clamp(1.875rem, -1.326rem + 6.678vw, 4.375rem);
}

.clump_pickup header h2 {
  color: var(--contents_color_sub01);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_pickup header p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

.clump_pickup header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_pickup_list ul li {
  text-align: left;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.clump_pickup_list ul li:nth-of-type(1) {
  background-image: url(../image/pick-up_img01.jpg);
}

@media screen and (max-width: 767px) {
  .clump_pickup_list ul li:nth-of-type(1) {
    background-image: url(../image/pick-up_img01sp.jpg);
  }
}

.clump_pickup_list ul li:nth-of-type(2) {
  background-image: url(../image/pick-up_img02.jpg);
}

@media screen and (max-width: 767px) {
  .clump_pickup_list ul li:nth-of-type(2) {
    background-image: url(../image/pick-up_img02sp.jpg);
  }
}

.clump_pickup_list ul li h3 {
  position: relative;
  padding: 80px 30px 20px;
  font-size: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
  color: var(--contents_color_font02);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .clump_pickup_list ul li h3 {
    padding-left: 20px;
  }
}

.clump_pickup_list ul li h3::before {
  position: absolute;
  top: 0;
  content: "";
  width: 50px;
  aspect-ratio: 1/1;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.clump_pickup_list ul li:nth-of-type(1) h3::before {
  background-image: url(../image/pick-up_icon_01.svg);
}

.clump_pickup_list ul li:nth-of-type(2) h3::before {
  background-image: url(../image/pick-up_icon_02.svg);
}

.clump_pickup_list_box p {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_pickup_list_box p {
    margin-bottom: 0;
  }
}

.clump_pickup_list_box a.button {
  margin-right: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .clump_pickup_list_box a.button {
    margin-right: auto;
    margin-bottom: 20px;
  }
}

.tab-contents {
  width: 100%;
}

/*  */
@media screen and (max-width: 767px) {
  .clump_ranking {
    overflow: hidden;
  }
}

.clump_ranking>div {
  overflow: initial;
}

.clump_ranking header {
  font-weight: 600;
  margin-top: clamp(5rem, 0.999rem + 8.347vw, 8.125rem);
  margin-bottom: 40px;
}

.clump_ranking header .ranking-icon {
  margin: 0 auto 20px;
  max-width: 35px;
  width: 100%;
}

.clump_ranking header h2 {
  color: var(--contents_color_sub01);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_ranking header p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

.clump_ranking header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_ranking.gift header {
  margin-bottom: 20px;
}

.clump_ranking.gift header h2 {
  font-weight: 600;
  line-height: 1;
}

.clump_ranking.gift header p {
  font-weight: 500;
}

.clump_ranking.gift header .ranking-icon {
  margin-bottom: 10px;
  max-width: 30px;
}

@media screen and (max-width: 767px) {
  .clump_ranking.gift header .ranking-icon {
    max-width: 26px;
    margin-bottom: 5px;
  }
}

/*  */
.tab {
  margin: 0 auto;
}

.tab-list {
  align-items: stretch;
  display: flex;
  gap: 5px;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .tab-list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: hidden;
  }
}

.tab-list-item {
  background-color: var(--contents_color_sub05);
  color: #fff;
  cursor: pointer;
  padding: 20px 10px;
  text-align: center;
  width: 33.3333333333%;
}

.tab-list-item:hover {
  text-decoration: underline;
  opacity: 0.8;
}

.tab-contents {
  display: none;
}

.is-btn-active {
  background-color: var(--contents_color_sub01);
}

.is-contents-active {
  display: block;
  position: relative;
}

/* slick */
.tab-contents-wrap .js_slider li {
  margin-top: 20px;
  position: relative;
}

.tab-contents-wrap .js_slider li.ranking-icon::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 101;
}

.tab-contents-wrap .js_slider li.ranking-icon.no1::before {
  background-image: url(../image/clump_ranking_icon01.png);
}

.tab-contents-wrap .js_slider li.ranking-icon.no2::before {
  background-image: url(../image/clump_ranking_icon02.png);
}

.tab-contents-wrap .js_slider li.ranking-icon.no3::before {
  background-image: url(../image/clump_ranking_icon03.png);
}

.tab-contents-wrap .js_slider li section {
  padding: 40px 20px 20px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.tab-contents-wrap .js_slider li section:hover {
  text-decoration: underline;
}

.tab-contents-wrap .js_slider li section h3 {
  font-weight: 400;
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
}

.tab-contents-wrap .js_slider li section p {
  font-size: clamp(0.8125rem, 0.652rem + 0.334vw, 0.9375rem);
}

.tab-contents-wrap .js_slider li section p .value {
  font-size: clamp(0.8125rem, 0.252rem + 1.169vw, 1.25rem);
}

.tab-contents-wrap .js_slider li section .caption {
  margin-top: 15px;
  margin-bottom: 20px;
}

.tab-contents-wrap .js_slider li section picture {
  aspect-ratio: 1/1;
  display: block;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.tab-contents-wrap .js_slider li section picture>img,
.tab-contents-wrap .js_slider li section picture>source {
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.tab-contents-wrap .js-slick_prev {
  background-color: #fff;
  border: 2px solid #d6b88a;
  box-shadow: 0 0 18px -3px rgba(0, 0, 0, 0.6);
  color: #d6b88a;
  cursor: pointer;
  display: inline-flex;
  left: 0;
  margin-left: -20px;
  padding: 4px;
  position: absolute;
  top: 50%;
  z-index: 101;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  width: clamp(2.5rem, 1.3rem + 2.504vw, 3.4375rem);
}

.tab-contents-wrap .js-slick_prev:hover {
  background-color: #d6b88a;
  color: #fff;
}

.tab-contents-wrap .js-slick_prev::after {
  content: "\e5cb";
  font-family: "Material Icons";
}

.tab-contents-wrap .js-slick_next {
  background-color: #fff;
  border: 2px solid #d6b88a;
  box-shadow: 0 0 18px -3px rgba(0, 0, 0, 0.6);
  color: #d6b88a;
  cursor: pointer;
  display: inline-flex;
  padding: 4px;
  position: absolute;
  top: 50%;
  z-index: 101;
  width: clamp(2.5rem, 1.3rem + 2.504vw, 3.4375rem);
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
  right: 0;
  margin-right: -20px;
}

.tab-contents-wrap .js-slick_next:hover {
  background-color: #d6b88a;
  color: #fff;
}

.tab-contents-wrap .js-slick_next::after {
  content: "\e5cc";
  font-family: "Material Icons";
}

.slider_popularmenu {
  /* display: flex;
  align-items: center; */
  position: relative;
}

.clump_popularmenu header h2 {
  color: var(--contents_color_sub01);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_popularmenu header p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

.clump_popularmenu header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.slider_popularmenu .js-slick_prev {
  left: 0;
  margin-left: -20px;
  background-color: #fff;
  border: 2px solid #d6b88a;
  box-shadow: 0 0 18px -3px rgba(0, 0, 0, 0.6);
  color: #d6b88a;
  cursor: pointer;
  display: inline-flex;
  padding: 4px;
  position: absolute;
  top: 50%;
  z-index: 101;
  width: 40px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
}

.slider_popularmenu .slick-slide {
  margin: 0 10px;
}

.slider_popularmenu .js-slick_prev::after {
  content: "\e5cb";
  font-family: "Material Icons";
}

.slider_popularmenu .js-slick_next {
  margin-right: -20px;
  right: 0;
  background-color: #fff;
  border: 2px solid #d6b88a;
  box-shadow: 0 0 18px -3px rgba(0, 0, 0, 0.6);
  color: #d6b88a;
  cursor: pointer;
  display: inline-flex;
  padding: 4px;
  position: absolute;
  top: 50%;
  z-index: 101;
  width: 40px;
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
}

.slider_popularmenu .js-slick_next::after {
  content: "\e5cc";
  font-family: "Material Icons";
}

@media screen and (min-width: 767px) {

  .slider_popularmenu .js-slick_prev,
  .slider_popularmenu .js-slick_next {
    display: none;
  }
}

/*  */
.clump_popularmenu>div {
  overflow: initial;
}

.clump_popularmenu.madeleine>div {
  position: relative;
}

.clump_popularmenu.madeleine>div::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 150px;
  position: absolute;
  right: 0;
  top: 0;
}

.clump_popularmenu header {
  text-align: center;
  padding-top: clamp(5rem, 0.999rem + 8.347vw, 8.125rem);
  padding-bottom: clamp(2.5rem, 0.899rem + 3.339vw, 3.75rem);
}

.clump_popularmenu header h2 {
  font-weight: 600;
  color: var(--contents_color_default);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_popularmenu header p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

/* .clump_popularmenu ul {
  display: flex;
  gap: 10px;
} */

.clump_popularmenu ul li:hover {
  text-decoration: underline;
}

.clump_popularmenu ul li p {
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.8125rem, 0.412rem + 0.835vw, 1.125rem);
}

.clump_popularmenu ul li p .value {
  font-size: clamp(0.8125rem, 0.252rem + 1.169vw, 1.25rem);
}

.clump_popularmenu ul li .caption {
  margin: 10px 0;
}

.clump_categories header {
  font-weight: 600;
  margin-top: clamp(5.3125rem, -2.29rem + 15.86vw, 11.25rem);
  margin-bottom: clamp(2.5rem, 0.899rem + 3.339vw, 3.75rem);
}

.clump_categories header h2 {
  color: var(--contents_color_sub01);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_categories header p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

.clump_categories header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_categories ul {
  display: grid;
  /* gap: 25px; */
  grid-template-columns: 1fr 1fr 1fr;
}

.clump_categories ul li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.clump_categories ul li:nth-of-type(1) {
  /* background-image: url(../image/categories_img01.jpg); */
  /* background-color: #0000007a; */
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../image/categories_img01.jpg) no-repeat center/cover, rgb(0, 0, 0);
}

.clump_categories ul li:nth-of-type(2) {
  background-image: url(../image/categories_img02.jpg);
}

.clump_categories ul li:nth-of-type(3) {
  background-image: url(../image/categories_img03.jpg);
}

.clump_categories ul li:nth-of-type(4) {
  /* background-image: url(../image/categories_img04.jpg); */
  background: linear-gradient(rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.15)), url(../image/categories_img04.jpg) no-repeat center/cover, rgb(0, 0, 0);
}

.clump_categories ul li:nth-of-type(5) {
  background-image: url(../image/categories_img05.jpg);
}

.clump_categories ul li:nth-of-type(6) {
  background-image: url(../image/categories_img06.jpg);
}

.clump_categories ul li a {
  font-size: clamp(0.875rem, 0.555rem + 0.668vw, 1.125rem);
  aspect-ratio: 1/0.664;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  color: var(--contents_color_font02);
  flex-direction: column;
}

.clump_categories ul li a:hover {
  background-color: var(--contents_color_sub06);
  opacity: 0.8;
}

.clump_categories ul li a p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 2px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .clump_categories ul {
    grid-template-columns: 1fr;
  }
}

.clump_voice-slide {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 60%, #F0EEED 60%, #F0EEED 100%);
  padding-bottom: 60px;
}

.clump_voice-slide>div {
  /* overflow: initial; */
}

.clump_voice-slide header {
  margin-top: clamp(5rem, 0.999rem + 8.347vw, 8.125rem);
  margin-bottom: clamp(1.875rem, -0.526rem + 5.008vw, 3.75rem);
}

.clump_voice-slide header h2 {
  color: var(--contents_color_sub01);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_voice-slide header p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

.clump_voice-slide header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_voice-slide.gift header h2 {
  font-weight: 600;
}

.clump_voice-slide.gift header p {
  font-weight: 500;
}

.clump_voice-slide .button {
  margin-top: 40px;
}

.slider_voice {
  /* display: flex;
  align-items: center; */
  position: relative;
}

.slider_voice .js-slick_prev {
  left: 0;
  margin-left: -20px;
  background-color: #fff;
  border: 2px solid #d6b88a;
  box-shadow: 0 0 18px -3px rgba(0, 0, 0, 0.6);
  color: #d6b88a;
  cursor: pointer;
  display: inline-flex;
  padding: 4px;
  position: absolute;
  top: 50%;
  z-index: 101;
  width: clamp(2.5rem, 1.3rem + 2.504vw, 3.4375rem);
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
}

.slider_voice .js-slick_prev:hover {
  background-color: #d6b88a;
  color: #fff;
  transform: initial;
}

.slider_voice .js-slick_prev::after {
  content: "\e5cb";
  font-family: "Material Icons";
}

.slider_voice .js-slick_next {
  margin-right: -20px;
  right: 0;
  background-color: #fff;
  border: 2px solid #d6b88a;
  box-shadow: 0 0 18px -3px rgba(0, 0, 0, 0.6);
  color: #d6b88a;
  cursor: pointer;
  display: inline-flex;
  padding: 4px;
  position: absolute;
  top: 50%;
  z-index: 101;
  width: clamp(2.5rem, 1.3rem + 2.504vw, 3.4375rem);
  aspect-ratio: 1/1;
  align-items: center;
  justify-content: center;
}

.slider_voice .js-slick_next:hover {
  background-color: #d6b88a;
  color: #fff;
}

.slider_voice .js-slick_next::after {
  content: "\e5cc";
  font-family: "Material Icons";
}

.slider_voice ul li {
  background-color: #fff;
  position: relative;
  box-shadow: 0px 0px 4.72px rgba(0, 0, 0, 0.15);
  text-align: left;
  margin: 10px;
}

.slider_voice ul li a {
  padding: 40px 35px;
  display: block;
}

.slider_voice ul li a:hover {
  transition: initial;
  text-decoration: underline;
}

.slider_voice ul li .slider_voice_title {
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  color: var(--contents_color_default);
  border-bottom: 2px dotted #333333;
  line-height: 1.3;
  padding-bottom: 30px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.slider_voice ul li .slider_voice_cap {
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
}

.slider_voice ul li .slider_voice_name {
  margin-top: 20px;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
}

.clump_news header {
  margin-top: clamp(4.375rem, -0.027rem + 9.182vw, 7.8125rem);
  font-size: clamp(1rem, 0.68rem + 0.668vw, 1.25rem);
  margin-bottom: clamp(2.1875rem, 0.187rem + 4.174vw, 3.75rem);
}

.clump_news header h2 {
  color: var(--contents_color_sub01);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_news header p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

.clump_news header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_news dl {
  align-items: stretch;
  display: grid;
  gap: 0;
  /*grid-template-columns: 1fr 100%;*/
  grid-template-columns: auto auto;
}

.clump_news dl dt {
  align-items: center;
  display: flex;
  justify-content: center;
  font-family: "Noto Sans JP", serif;
  padding: 25px 10px;
  /*width: 150px;*/
  border-bottom: 2px solid #3D1E0A;
  border-top: 2px solid #3D1E0A;
  font-size: clamp(0.75rem, 0.43rem + 0.668vw, 1rem);
  font-weight: 600;
}

.clump_news dl dt:nth-of-type(1) {
  border-top: 4px solid #3D1E0A;
  margin-top: -1px;
}

.clump_news dl dt:nth-last-of-type(1) {
  border-bottom: 4px solid #3D1E0A;
}

.clump_news dl dd {
  padding: 25px 10px;
  font-size: clamp(0.8125rem, 0.572rem + 0.501vw, 1rem);
  align-items: center;
  /*display: flex;*/
  display: grid;
  justify-content: flex-start;
  font-family: "Noto Sans JP", serif;
  border-bottom: 1px solid #3D1E0A;
  border-top: 1px solid #3D1E0A;
  /**/
  grid-template-columns: auto auto;
  justify-items: start;
  justify-content: start;
  text-align: left;
}

.clump_news dl dd:nth-of-type(1) {
  border-top: 2px solid #3D1E0A;
}

.clump_news dl dd:nth-last-of-type(1) {
  border-bottom: 2px solid #3D1E0A;
  margin-bottom: 1px;
}

.clump_news dl dd span {
  color: var(--contents_color_default);
  display: inline-block;
  font-size: clamp(0.8125rem, 0.572rem + 0.501vw, 1rem);
  text-align: center;
  width: 150px;
  font-weight: 600;
}

.clump_news dl dd a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .clump_news dl {
    align-items: stretch;
    /* grid-template-columns: 90px 1fr; */
    grid-template-columns: auto 1fr;
  }

  .clump_news dl dt {
    /* max-width: 90px; */
    width: 100%;
  }

  .clump_news dl dd {
    display: flex;
    flex-direction: column;
    padding: 10px 0 10px 20px;
    align-items: flex-start;
    text-align: left;
    font-weight: 500;
    justify-content: center;
  }

  .clump_news dl dd span {
    text-align: initial;
    width: initial;
  }
}

.clump_recommend {
  margin-top: clamp(4.6875rem, 3.487rem + 2.504vw, 5.625rem);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .clump_recommend {
    margin-top: 60px;
    margin-bottom: 40px;
  }
}

.clump_recommend>.inner {
  position: relative;
}

.clump_recommend>.inner::before {
  bottom: 0;
  left: 0;
  margin-left: -20vw;
  margin-bottom: 60px;
  position: absolute;
  z-index: 99;
  content: "";
  background-image: url(../image/recommend_backimg01.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: clamp(28.75rem, 17.546rem + 23.372vw, 37.5rem);
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .clump_recommend>.inner::before {
    top: initial;
    bottom: 0;
    transform: initial;
    margin-left: -10vw;
    margin-bottom: 0;
  }
}

.clump_recommend>.inner::after {
  margin-top: -50px;
  top: 0;
  right: 0;
  margin-right: -20vw;
  position: absolute;
  z-index: 99;
  content: "";
  background-image: url(../image/recommend_backimg02sp.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  width: clamp(29.375rem, 18.971rem + 21.703vw, 37.5rem);
  aspect-ratio: 1/1;
}

@media screen and (max-width: 767px) {
  .clump_recommend>.inner::after {
    margin-top: -20px;
    margin-right: -10vw;
  }
}

.clump_recommend .clump_recommend_column {
  color: var(--contents_color_default);
  display: inline-flex;
  gap: 0;
  flex-direction: column;
  align-items: stretch;
  background-color: #fff;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.6);
  border-radius: 50% 50% 0px 0px/40% 40% 0px 0px;
  min-height: 400px;
  margin-bottom: 180px;
  padding: 90px 60px 60px;
  max-width: 650px;
  margin-top: 120px;
  z-index: 101;
  position: relative;
}

@media screen and (max-width: 767px) {
  .clump_recommend .clump_recommend_column {
    border-radius: 50% 50% 0px 0px/160px 160px 0px 0px;
    margin: 260px auto 360px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 30px;
  }
}

.clump_recommend .clump_recommend_column header {
  font-size: clamp(1rem, 0.68rem + 0.668vw, 1.25rem);
}

.clump_recommend .clump_recommend_column header h2 {
  color: var(--contents_color_sub01);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_recommend .clump_recommend_column header p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

.clump_recommend .clump_recommend_column header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_recommend .clump_recommend_column figure {
  max-width: 350px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.clump_recommend .clump_recommend_column .caption {
  text-align: left;
}

.clump_recommend .clump_recommend_column .caption h3 {
  font-size: 18px;
  margin-bottom: 10px;
}

.clump_recommend .clump_recommend_column .caption p {
  font-size: clamp(0.8125rem, 0.652rem + 0.334vw, 0.9375rem);
  line-height: 26px;
  margin-top: 20px;
  font-family: "Noto Sans JP", sans-serif;
}

.clump_recommend .clump_recommend_column footer {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .clump_recommend .clump_recommend_column footer {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .clump_recommend .clump_recommend_column figure {
    margin-bottom: 10px;
    max-width: initial;
  }
}

.clump_commitment {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 37%, #826855 37%, #826855 100%);
  padding: 0;
  margin-top: clamp(4.6875rem, 3.487rem + 2.504vw, 5.625rem);
}

.clump_commitment header {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_commitment header {
    text-align: center;
  }
}

.clump_commitment header h2 {
  color: var(--contents_color_sub01);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_commitment header p {
  min-height: 60px;
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

.clump_commitment header p::before {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

@media screen and (max-width: 767px) {
  .clump_commitment header p::before {
    margin-left: auto;
    margin-right: auto;
  }
}

.clump_commitment .clump_commitment_inner {
  height: 100%;
  display: grid;
  grid-template-columns: 360px auto;
  text-align: left;
  margin: initial;
  justify-items: stretch;
}

@media screen and (max-width: 767px) {
  .clump_commitment .clump_commitment_inner {
    order: 2;
    grid-template-columns: 1fr;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.clump_commitment .clump_commitment_inner div {
  order: 1;
  padding-bottom: 50px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  .clump_commitment .clump_commitment_inner div {
    order: 2;
    margin: 0 30px;
    padding-bottom: 30px;
  }
}

.clump_commitment .clump_commitment_inner div p {
  margin-top: 50px;
  margin-bottom: 20px;
  font-size: 18px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .clump_commitment .clump_commitment_inner div p {
    margin-top: 30px;
  }
}

.clump_commitment .clump_commitment_inner picture {
  order: 2;
  margin-top: -100px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .clump_commitment .clump_commitment_inner picture {
    order: 1;
    padding-bottom: 0;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .clump_commitment .clump_commitment_inner picture img {
    width: 100%;
  }
}

.clump_commitment .clump_commitment_inner button.button {
  margin-left: 0;
}

/* 須見追記 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
body {
  overflow-x: clip;
}

.clump_pickup_list_box>.inner .contents>div p {
  font-weight: 300;
}

.clump_popularmenu header h2,
.clump_categories header h2,
.clump_voice-slide header h2 {
  font-weight: 600;
}

.slider_voice ul li .slider_voice_title {
  font-weight: 500;
}

.slider_voice ul li .slider_voice_cap,
.slider_voice ul li .slider_voice_name {
  font-family: "Noto Sans JP", sans-serif;
}

.slider_voice ul li .slider_voice_cap {
  font-weight: 300;
}

.slider_voice ul li .slider_voice_name {
  font-weight: 500;
}

.clump_news dl dd span {
  font-weight: 500;
}

.clump_gift section .clump_gift_list ul li h3 {
  font-weight: 500;
}

.clump_gift section .clump_gift_list ul li p {
  font-weight: 300;
}

/* レコメンド */
.clump_recommend .clump_recommend_column .caption p span {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.clump_recommend .clump_recommend_column .caption p span>span:nth-of-type(1) {
  font-size: 18px;
  letter-spacing: 0;
}

.clump_recommend .clump_recommend_column .caption p span>span:nth-of-type(2) {
  font-size: 20px;
  letter-spacing: 0;
}

.clump_commitment header h2 {
  font-weight: 600;
}

.clump_commitment .clump_commitment_inner div p {
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.9;
}

.button.style01 {
  color: var(--contents_color_sub01);
}

/* ご利用ガイド */
.clump_guide .clump_guide_title h2 {
  color: var(--contents_color_default);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_guide .clump_guide_title:not(h2) {
  font-weight: 500;
  min-height: 60px;
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-family: "Shippori Mincho", serif;
}

/* KVスライダー */
.slider_up .js-slick_prev.ptop_up,
.slider_up .js-slick_next.ptop_up {
  border: none;
  color: var(--contents_color_sub01);
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .slider_up .js-slick_prev.ptop_up {
    margin-left: 0;
  }

  .slider_up .js-slick_next.ptop_up {
    margin-right: 0;
  }
}

/* pick up */
@media screen and (min-width: 768px) {
  .clump_pickup_list_box>.inner .contents>div {
    border-radius: 0 30px 0 0;
  }

  /*.clump_pickup_list li:nth-of-type(1) .clump_pickup_list_box>.inner .contents>div,
  .clump_pickup_list li:nth-of-type(1) .clump_pickup_list_box>.inner::after {
    background: rgba(178, 37, 46, 0.8);
  }

  .clump_pickup_list li:nth-of-type(2) .clump_pickup_list_box>.inner .contents>div,
  .clump_pickup_list li:nth-of-type(2) .clump_pickup_list_box>.inner::after {
    background: rgba(130, 104, 85, 0.8);
  }*/
}

.clump_pickup_list_box a.button {
  border: none;
}

@media screen and (max-width: 767px) {
  .clump_pickup_list_box>.inner .contents {
    gap: 0;
  }

  .clump_pickup_list_box a.button {
    max-height: 45px;
    max-width: 145px;
    font-size: 14px;
  }
}

/* ランキング */
.tab-list {
  gap: 8px;
}

.tab-list-item {
  height: 50px;
  padding: 0;
}

.tab-list-item:hover {
  text-decoration: none;
}

.tab-contents-wrap .js_slider li section h3,
.tab-contents-wrap .js_slider li section p.price {
  font-weight: 500;
}

.tab-contents-wrap .js_slider li section p {
  font-weight: 300;
}

.tab-contents-wrap .js_slider li section p.price span.currencyMark {
  font-size: clamp(0.8125rem, 0.752rem + 0.434vw, 1.1375rem);
}

.tab-contents-wrap .js-slick_prev,
.tab-contents-wrap .js-slick_next {
  display: block;
}

@media screen and (min-width: 768px) {

  .tab-contents-wrap .js-slick_prev,
  .tab-contents-wrap .js-slick_next {
    display: none;
  }

  /* =========== /min-width:768px =========== */
}

.clump_popularmenu ul li .caption {
  font-size: clamp(0.8125rem, 0.412rem + 0.835vw, 0.9375rem);
}

.clump_recommend .clump_recommend_column header p {
  color: #333333;
}

@media screen and (max-width: 767px) {
  .tab-list {
    gap: 4px;
  }

  .tab-list-item {
    height: 40px;
    font-size: 14px;
  }

  /* タブ内コンテンツ */
  .tab-contents-wrap .js_slider li section {
    padding: 0 4px;
  }

  .tab-contents-wrap .js_slider li.ranking-icon::before {
    max-width: 35px;
  }

  .tab-contents-wrap .js-slick_prev,
  .tab-contents-wrap .js-slick_next {
    top: 40%;
  }

  .tab-contents-wrap .js_slider li section p .value {
    font-size: 1rem;
  }

  .tab-contents-wrap .js_slider li section p.price span.currencyMark {
    font-size: 1rem;
  }

  .clump_popularmenu ul li a {
    font-weight: 500;
  }

  /* slick矢印まとめて変更 */
  .tab-contents-wrap .js-slick_prev,
  .tab-contents-wrap .js-slick_next,
  .slider_popularmenu .js-slick_prev,
  .slider_popularmenu .js-slick_next {
    border: none;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    color: var(--contents_color_sub01);
  }

  .tab-contents-wrap .js-slick_prev::after,
  .tab-contents-wrap .js-slick_next::after,
  .slider_popularmenu .js-slick_prev::after,
  .slider_popularmenu .js-slick_next::after {
    font-size: 21px;
  }

  .slider_popularmenu .js-slick_prev,
  .slider_popularmenu .js-slick_next {
    top: 47%;
  }

  /* / slick矢印まとめて変更 */
  /* カテゴリー */
  section.clump_categories {
    overflow-x: clip;
  }

  .clump_categories ul {
    grid-template-columns: 1fr 1fr;
    width: 110%;
    transform: translateX(-5%);
  }

  .clump_categories ul li a p::before {
    margin: 3px auto !important;
  }

  /* スタッフのおすすめ */
  .clump_recommend .clump_recommend_column {
    margin: 260px auto 277px;
  }

  .clump_recommend>.inner::after {
    width: clamp(19.375rem, 18.971rem + 21.703vw, 37.5rem);
  }

  .clump_recommend>.inner::before {
    width: clamp(21.75rem, 15.546rem + 25.372vw, 37.5rem);
    transform: rotate(-7deg);
    margin-left: -5vw;
  }

  .clump_recommend .clump_recommend_column figure {
    margin-bottom: 2rem;
  }

  .clump_recommend .clump_recommend_column .caption p>span {
    display: inline-block;
    margin: 0.8em auto 0;
  }

  .clump_recommend .clump_recommend_column footer {
    margin-top: 1.8rem;
  }

  /* 私たちのこだわり */
  .clump_commitment .clump_commitment_inner button.button {
    margin-left: auto;
  }

  .clump_commitment .clump_commitment_inner div {
    padding-bottom: 40px;
  }

  /* ご利用ガイド */
  .clump_guide .clump_guide_column>li:nth-of-type(2)>section:nth-of-type(1),
  .clump_guide .clump_guide_column>li:nth-of-type(2)>section:nth-of-type(2) {
    height: auto !important;
  }

  .clump_guide .clump_guide_column>li:nth-of-type(2) {
    display: flex;
    flex-direction: column;
  }

  .clump_guide .clump_guide_column>li:nth-of-type(2)>section:nth-of-type(1) {
    order: 1;
  }

  .clump_guide .clump_guide_column>li:nth-of-type(2)>section:nth-of-type(2) {
    order: 3;
  }

  .clump_guide .clump_guide_column>li:nth-of-type(2)>section:nth-of-type(3) {
    order: 2;
  }

  .clump_guide .clump_guide_column {
    gap: 0;
  }

  .clump_guide .clump_guide_column section>header p,
  .clump_guide .clump_guide_column section p {
    margin-left: 0;
  }

  /* =========== /max-width:767px =========== */
}

/* おすすめカテゴリから選ぶ */
.clump_categories ul li a {
  font-size: clamp(0.875rem, 0.555rem + 0.668vw, 1.125rem);
}

.clump_categories ul li a p::before {
  width: 13px;
  height: 1px;
  margin: 12px auto;
}

/* お客様の声 */
.clump_voice-slide {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 57.6%, #F0EEED 57.6%, #F0EEED 100%);
}

.clump_voice-slide .wrapper {
  overflow: visible;
}

.slider_voice ul li a:hover {
  text-decoration-color: var(--contents_color_sub01);
}

.slider_voice .js-slick_prev,
.slider_voice .js-slick_next {
  width: clamp(1.5rem, 1.3rem + 1.504vw, 2.1875rem);
  border: none;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
}

.slider_voice .js-slick_prev {
  left: 3px;
}

.slider_voice .js-slick_next {
  right: 3px;
}

@media screen and (min-width: 1180px) {
  .slider_voice .js-slick_prev {
    left: -1%;
  }

  .slider_voice .js-slick_next {
    right: -1%;
  }
}

.slider_voice ul li .slider_voice_title {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .clump_voice-slide .wrapper {
    padding: 0 0%;
  }

  /* 矢印 */
  .slider_voice .js-slick_prev,
  .slider_voice .js-slick_next {
    width: 35px;
  }

  .slider_voice .js-slick_prev {
    left: 20px;
  }

  .slider_voice .js-slick_next {
    right: 20px;
  }
}

/* お知らせ */
.clump_news dl dd span {
  color: var(--contents_color_sub01);
}

.clump_news dl dd:nth-of-type(1),
.clump_news dl dd,
.clump_news dl dd:nth-last-of-type(1) {
  border-width: 1px;
  border-collapse: collapse;
}

.clump_news dl dd {
  border: none;
  border-bottom: 1px solid #3D1E0A;
}

/* スタッフのおすすめ */
.clump_recommend .clump_recommend_column .caption p {
  color: #333333;
}

/* ご利用ガイド */
.clump_guide .clump_guide_column section>header h3 {
  font-size: clamp(0.9375rem, 0.857rem + 0.167vw, 0.9375rem);
}

.clump_guide .clump_guide_column section>header {
  padding-bottom: clamp(1rem, 1.5714vw, 1.375rem);
}

@media screen and (max-width: 767px) {
  .clump_guide .clump_guide_column>li:nth-of-type(2)>section:nth-of-type(1) {
    height: 25%;
  }
}

@media screen and (max-width: 767px) {
  .clump_guide .clump_guide_column>li:nth-of-type(2)>section:nth-of-type(2) {
    height: 30.8%;
  }
}

.clump_guide .clump_guide_column section>header p {
  font-weight: 600;
}

/* フッター */
body>footer .footer-info_box .tel p a {
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-bottom: 0.1em;
  color: #fff;
}

body>footer .footer-info_box .tel p span {
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 14px;
}

body>footer {
  background: var(--contents_color_sub01);
}

body>footer .footer-info_column .column-in .accordion_sp ul li a {
  font-size: 18px;
  font-family: "Shippori Mincho", serif;
}

body>footer .footer-info_box .button a {
  border: 2px solid var(--contents_color_sub07);
}

body>footer .footer-info_box .button a::before {
  width: 23px;
}

body>footer .footer-info_box .button a::after {
  font-size: 180%;
}

body>footer .footer-info_column .column-in .accordion_sp ul.font_s li a {
  font-family: "Noto Sans JP", sans-serif;
}

.clump_guide .clump_guide_column section p {
  font-size: clamp(0.875rem, 0.795rem + 0.267vw, 1.0375rem);
}

.clump_guide .clump_guide_column section p.icon_holiday {
  position: relative;
  z-index: 0;
  font-family: "Noto Serif JP", serif;
  /* margin-left: 25px;
  margin-right: 25px; */
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
}

.clump_guide .clump_guide_column section p.holiday {
  margin-left: 25px;
  margin-right: 25px;
}

.clump_guide .clump_guide_column section p.icon_holiday::before {
  content: "●";
  display: inline-block;
  font-size: 130%;
  vertical-align: top;
  color: #ECE8E5;
  margin: 0 0.3em 0 0;
}

@media screen and (min-width: 767px) {
  body>footer .footer-info_column .column-in .accordion_sp ul {
    gap: 17px 20px;
  }
}

/* セクション見出し共通 */
.clump_pickup header h2,
.clump_ranking header h2,
.clump_popularmenu header h2,
.clump_categories header h2,
.clump_voice-slide header h2,
.clump_news header h2,
.clump_gift section header h2,
.clump_recommend .clump_recommend_column header h2,
.clump_commitment header h2,
.clump_guide .clump_guide_title h2 {
  color: var(--contents_color_sub01) !important;
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
}

.clump_pickup header p::before,
.clump_ranking header p::before,
.clump_popularmenu header p::before,
.clump_categories header p::before,
.clump_voice-slide header p::before,
.clump_news header p::before,
.clump_gift section header p::before,
.clump_gift section header p::before,
.clump_recommend .clump_recommend_column header p::before,
.clump_commitment header p::before,
.clump_guide .clump_guide_title h2::after {
  background: var(--contents_color_sub01) !important;
}

.clump_guide .clump_guide_title h2::after {
  width: 40px;
  height: 4px;
}

#js_inquiry .inquiry-btn-check_tri::before {
  cursor: pointer;
}

#js_inquiry {
  bottom: calc(100% - 38.475vw);
  transition: 1.2s;
}

body.off-topPe #js_inquiry {
  position: fixed;
  bottom: clamp(4.113rem, 1.919rem + 6.29vw, 7.875rem);
}

/* フローティングバナー */
@media screen and (max-width: 767px) {
  body #js_inquiry {
    inset: auto auto 0 0 !important;
  }

  #js_pagetop a>i {
    font-size: 12px;
  }

  /* =========== /max-width:767px =========== */
}

/* /須見追記 ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
/* ===== commitment.html ===== */
.clump_commit_head {
  margin-top: clamp(5rem, 0.598rem + 9.182vw, 8.4375rem);
  margin-bottom: clamp(2.5rem, -0.701rem + 6.678vw, 5rem);
}

.clump_commit_head header h2 {
  color: var(--contents_color_default);
  font-size: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
  font-weight: 600;
}

.clump_commit_head header p {
  margin-top: clamp(1.5625rem, -0.438rem + 4.174vw, 3.125rem);
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  line-height: 2.1;
  font-weight: 400;
  display: inline-block;
}

.clump_commit-message {
  overflow-x: hidden;
  padding: clamp(3.125rem, 2.325rem + 1.669vw, 3.75rem) 0 0;
  margin: clamp(3.125rem, 3.125rem + 0vw, 3.125rem) auto 0;
}

.clump_commit-message>section>.wrapper {
  padding: 0 clamp(1.875rem, -3.327rem + 10.851vw, 5.9375rem);
  max-width: 1300px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .clump_commit-message>section>.wrapper {
    padding: 0 20px;
  }
}

.clump_commit-message_category .clump_commit-message_category_wide {
  max-width: 1340px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  display: inline-grid;
  justify-content: space-between;
}

/*  */
.clump_commit-message_category.one .clump_commit-message_category_wide {
  padding: 0 clamp(1.875rem, -3.327rem + 10.851vw, 5.9375rem) 80px;
  max-width: 1300px;
  gap: 30px clamp(2.5rem, -3.102rem + 11.686vw, 6.875rem);
  grid-template-columns: auto auto;
  background-image: url(../image/commit-message_img08.png);
  background-position: top 11vw center;
}

.clump_commit-message_category.one .clump_commit-message_category_wide header>p {
  margin-bottom: 14%;
  font-family: "Antic Slab", serif;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents {
  padding-top: 50px;
  max-width: 350px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents {
    padding-top: 75px;
  }
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents header {
  text-align: left;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents header p {
  font-size: clamp(3rem, 2.44rem + 1.169vw, 3.4375rem);
  color: var(--contents_color_sub01);
  line-height: 1;
  font-weight: 500;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents header p::after {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 55px;
  height: 4px;
  background-color: #C0B4AA;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents header h4 {
  font-size: clamp(1.375rem, 0.735rem + 1.336vw, 1.875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
  letter-spacing: -1px;
}

.clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents>p {
  margin-top: 30px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.one .clump_commit-message_category_wide .clump_commit-message_category_contents>p {
    line-height: 1.8;
  }
}

.clump_commit-message_category.one .clump_commit-message_category_wide figure {
  margin-top: -10vw;
  padding-top: clamp(0rem, -3.201rem + 6.678vw, 2.5rem);
}

.clump_commit-message_category.one .clump_commit-message_category_wide figure img {
  position: relative;
  border-radius: 8px;
}

.clump_commit-message_category.one .clump_commit-message_category_wide figure img:nth-of-type(1) {
  width: clamp(18.75rem, -9.26rem + 58.431vw, 40.625rem);
  z-index: 99;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 108;
}

.clump_commit-message_category.one .clump_commit-message_category_wide figure img:nth-of-type(2) {
  width: clamp(11.25rem, 1.647rem + 20.033vw, 18.75rem);
  margin-right: auto;
  margin-top: -60px;
  z-index: 101;
  margin-left: clamp(0rem, -20.808rem + 43.406vw, 16.25rem);
  position: relative;
  z-index: 109;
}

.clump_commit-message_category.two {
  background-image: url(../image/commit-message_img07.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  max-height: 540px;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.two {
    background-image: url(../image/commit-message_img07sp.jpg);
    max-height: 475px;
  }
}

.clump_commit-message_category.two::after {
  content: "";
  background-image: url(../image/commit-message_category_cap.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 90px;
  display: inline-block;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.two::after {
    display: none;
  }
}

.clump_commit-message_category.two .clump_commit-message_category_wide {
  grid-template-columns: 1fr;
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents {
  display: grid;
  max-width: 550px;
  width: 100%;
  justify-content: end;
  margin: 0 40px 0 auto;
  color: var(--contents_color_font02);
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents header p {
  font-family: "Antic Slab", serif;
  font-size: clamp(3rem, 2.44rem + 1.169vw, 3.4375rem);
  color: var(--contents_color_sub01);
  text-align: center;
  font-weight: 500;
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents header p::after {
  border-bottom: 55px;
  content: "";
  display: block;
  margin: 10px 0 10px;
  width: 40px;
  height: 4px;
  margin: auto;
  background-color: #fff;
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents header h4 {
  margin-top: clamp(1.875rem, 1.075rem + 1.669vw, 2.5rem);
  font-size: clamp(1.375rem, 0.735rem + 1.336vw, 1.875rem);
  font-weight: 600;
}

.clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents>p {
  margin-top: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.1;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.two .clump_commit-message_category_wide .clump_commit-message_category_contents>p {
    line-height: 1.8;
    text-align: left;
  }
}

.clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(1) {
  margin-left: auto;
  margin-right: clamp(3.75rem, -20.259rem + 50.083vw, 22.5rem);
  position: relative;
  z-index: 110;
  margin-top: -5px;
}

.clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(1) img {
  border-radius: 8px;
  width: clamp(14.375rem, 1.09rem + 27.713vw, 24.75rem);
}

.clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(2) {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 110;
  margin-bottom: -70px;
  margin-top: 70px;
}

.clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(2) img {
  margin-left: clamp(0rem, -75.227rem + 156.928vw, 58.75rem);
  width: clamp(14.375rem, -1.631rem + 33.389vw, 26.875rem);
}

.clump_commit-message_category.thr .clump_commit-message_category_wide {
  padding: 100px clamp(1.875rem, -3.327rem + 10.851vw, 5.9375rem) 0;
  gap: 30px clamp(2.5rem, -0.701rem + 6.678vw, 5rem);
  grid-template-columns: 1fr auto;
  background-image: url(../image/commit-message_img08.png);
  background-position: bottom 20vw center;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide header {
  text-align: left;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide header p {
  font-size: clamp(3rem, 2.44rem + 1.169vw, 3.4375rem);
  color: var(--contents_color_sub01);
  line-height: 1;
  font-family: "Antic Slab", serif;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide header p::after {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 60px;
  height: 4px;
  background-color: #C0B4AA;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide header h4 {
  margin-top: 10%;
  font-size: clamp(1.375rem, 0.735rem + 1.336vw, 1.875rem);
  color: var(--contents_color_sub01);
  letter-spacing: -1px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.thr .clump_commit-message_category_wide header h4 {
    margin-top: 0;
  }
}

.clump_commit-message_category.thr .clump_commit-message_category_wide>p {
  text-align: left;
  margin-top: clamp(1.875rem, 1.075rem + 1.669vw, 2.5rem);
  font-family: "Noto Sans JP", sans-serif;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide .clump_commit-message_category_contents {
  padding-bottom: 50px;
  max-width: 360px;
  width: 100%;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide .clump_commit-message_category_contents>p {
  margin-top: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.thr .clump_commit-message_category_wide .clump_commit-message_category_contents>p {
    line-height: 1.8;
  }
}

.clump_commit-message_category.thr .clump_commit-message_category_wide>figure {
  order: 2;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide>figure img {
  border-radius: 8px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide>figure img:nth-of-type(1) {
  z-index: 101;
  width: clamp(9.375rem, -2.63rem + 25.042vw, 18.75rem);
  margin-right: clamp(0rem, -24.009rem + 50.083vw, 18.75rem);
  position: relative;
  z-index: 109;
}

.clump_commit-message_category.thr .clump_commit-message_category_wide>figure img:nth-of-type(2) {
  width: 100%;
  width: clamp(12.5rem, -23.513rem + 75.125vw, 40.625rem);
  margin-top: -30px;
  position: relative;
  z-index: 108;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category.one .clump_commit-message_category_wide {
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
    background: linear-gradient(0deg, #F0EEED 0%, #F0EEED 38%, #fff 38%, #fff 100%);
  }

  .clump_commit-message_category.one .clump_commit-message_category_wide header>p {
    margin-bottom: 0;
  }

  .clump_commit-message_category.one .clump_commit-message_category_wide>figure {
    margin-top: 0;
    padding-top: 0;
  }

  .clump_commit-message_category.one .clump_commit-message_category_wide>figure img:nth-of-type(1) {
    width: 80.6%;
    margin-left: auto;
    margin-right: 0;
  }

  .clump_commit-message_category.one .clump_commit-message_category_wide>figure img:nth-of-type(2) {
    margin-left: 0;
    margin-right: auto;
    width: 45vw;
    margin-top: -20px;
  }

  .clump_commit-message_category.two .clump_commit-message_category_wide {
    grid-template-columns: 1fr;
  }

  .clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(1) {
    margin-left: auto;
    margin-right: -25px;
    margin-top: -80px;
  }

  .clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(1) img {
    margin-left: clamp(0rem, -16.006rem + 33.389vw, 12.5rem);
    width: 48vw;
  }

  .clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(2) {
    margin-right: auto;
    margin-top: -20px;
    margin-left: -30px;
    padding-top: 20px;
  }

  .clump_commit-message_category.two .clump_commit-message_category_wide figure:nth-of-type(2) img {
    margin-left: clamp(0rem, -76.828rem + 160.267vw, 60rem);
    width: 60vw;
  }

  .clump_commit-message_category.thr .clump_commit-message_category_wide {
    background: #F0EEED;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .clump_commit-message_category.thr .clump_commit-message_category_wide>figure {
    order: initial;
  }

  .clump_commit-message_category.thr .clump_commit-message_category_wide>figure img:nth-of-type(1) {
    margin-right: 0;
    margin-left: auto;
    width: 45vw;
  }

  .clump_commit-message_category.thr .clump_commit-message_category_wide>figure img:nth-of-type(2) {
    width: 79%;
    margin-left: 0;
    margin-right: auto;
  }
}

/*  */
.clump_commit-message_category_title {
  display: grid;
  grid-template-columns: 1fr 1fr;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_commit-message_category_title {
    grid-template-columns: 1fr;
    height: initial;
    text-align: center;
    margin-left: 0;
  }
}

.clump_commit-message_category_title h3 {
  font-size: clamp(1.75rem, 1.19rem + 1.169vw, 2.1875rem);
  color: var(--contents_color_default);
  font-weight: 600;
  line-height: 1.67;
}

.clump_commit-items {
  margin-top: clamp(4.6875rem, 0.686rem + 8.347vw, 7.8125rem);
}

.clump_commit-items section {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_commit-items section {
    text-align: center;
  }
}

.clump_commit-items section header {
  text-align: left;
}

.clump_commit-items section header h3 {
  font-weight: 600;
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  color: var(--contents_color_sub01);
}

.clump_commit-items section header div {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .clump_commit-items section header div {
    align-items: flex-start;
    flex-direction: column;
  }
}

.clump_commit-items section header div p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 400;
}

.clump_commit-items section header div p::before {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

@media screen and (max-width: 767px) {
  .clump_commit-items section header div p::before {
    margin-bottom: 10px;
  }
}

.clump_commit-items section header div .notes {
  font-size: clamp(0.75rem, 0.59rem + 0.334vw, 0.875rem);
  font-family: "Noto Sans JP", sans-serif;
}

.clump_commit-items section header div .notes::before {
  display: none;
}

@media screen and (max-width: 767px) {
  .clump_commit-items section header div .notes {
    text-align: center;
    width: 100%;
    margin-top: 30px;
  }
}

.clump_commit-items section>p {
  font-size: clamp(0.9375rem, 0.857rem + 0.167vw, 1rem);
}

.clump_commit-items section .clump_commit-items_list {
  margin-top: clamp(0rem, -1.601rem + 3.339vw, 1.25rem);
}

@media screen and (max-width: 767px) {
  .clump_commit-items section .clump_commit-items_list {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}

.clump_commit-items section .clump_commit-items_list ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 0;
}

@media screen and (max-width: 767px) {
  .clump_commit-items section .clump_commit-items_list ul {
    grid-template-columns: 1fr;
  }
}

.clump_commit-items section .clump_commit-items_list ul li {
  margin-top: 10px;
  display: grid;
  grid-row: span 2;
  gap: 0;
  grid-template-rows: subgrid;
}

.clump_commit-items section .clump_commit-items_list ul li h4 {
  margin-top: -30px;
  order: 2;
  font-size: clamp(1rem, 0.68rem + 0.668vw, 1.25rem);
  color: #707070;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
}

.clump_commit-items section .clump_commit-items_list ul li h4::before {
  font-family: "Antic Slab", serif;
  font-weight: 300;
  color: var(--contents_color_sub01);
  position: relative;
  z-index: 101;
  display: inline-block;
  margin: 0 auto 15px;
  font-size: clamp(3rem, 2.44rem + 1.169vw, 3.4375rem);
  line-height: 1;
}

.clump_commit-items section .clump_commit-items_list ul li h4 span {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 1px;
  font-size: clamp(0.8125rem, 0.973rem - 0.334vw, 0.6875rem);
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--contents_color_sub01);
}

.clump_commit-items section .clump_commit-items_list ul li div {
  position: relative;
  z-index: 99;
  order: 1;
  width: 100%;
  aspect-ratio: 1/0.4;
}

.clump_commit-items section .clump_commit-items_list ul li div a {
  background-color: rgba(147, 125, 109, 0.5647058824);
  font-family: "Noto Sans JP", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  opacity: 0;
  color: var(--contents_color_font02);
}

.clump_commit-items section .clump_commit-items_list ul li div a:hover {
  opacity: 0.85;
  filter: initial;
}

@media screen and (max-width: 767px) {
  .clump_commit-items section .clump_commit-items_list ul li div a:hover {
    opacity: 0;
  }
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(1) h4 {
  position: relative;
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(1) h4::before {
  content: "01";
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(1) div {
  background-image: url(../image/commit-items_img01.jpg);
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(2) h4::before {
  content: "02";
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(2) div {
  background-image: url(../image/commit-items_img02.jpg);
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(3) h4::before {
  content: "03";
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(3) div {
  background-image: url(../image/commit-items_img03.jpg);
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(4) h4::before {
  content: "04";
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(4) div {
  background-image: url(../image/commit-items_img04.jpg);
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(5) h4::before {
  content: "05";
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(5) div {
  background-image: url(../image/commit-items_img05.jpg);
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(6) h4::before {
  content: "06";
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(6) div {
  background-image: url(../image/commit-items_img06.jpg);
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(7) h4::before {
  content: "07";
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(7) div {
  background-image: url(../image/commit-items_img07.jpg);
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(8) h4::before {
  content: "08";
}

.clump_commit-items section .clump_commit-items_list ul li:nth-of-type(8) div {
  background-image: url(../image/commit-items_img08.jpg);
}

/* モーダル */
.button-open {
  cursor: pointer;
  display: inline-block;
}

.modal-overlay {
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 199;
}

.modal-window {
  background-color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 8px 2px rgba(81, 81, 81, 0.3607843137);
  display: none;
  left: 50%;
  max-height: 94svh;
  padding: 20px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  z-index: 200;
  padding: clamp(3.75rem, 2.149rem + 3.339vw, 5rem) clamp(1.25rem, -1.951rem + 6.678vw, 3.75rem) clamp(1.875rem, -0.526rem + 5.008vw, 3.75rem);
  max-width: 1110px;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .modal-window {
    width: 94vw;
  }
}

.modal-window .button-close {
  margin: 5px 5px 0 0;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: bold;
  aspect-ratio: 1/1;
  width: clamp(3.75rem, 1.349rem + 5.008vw, 5.625rem);
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  background-image: url(../image/modal-window_icon01.svg);
}

.modal-window>section {
  overflow-y: scroll;
  height: 100%;
  max-width: 800px;
  margin: auto;
}

.modal-window>section::-webkit-scrollbar {
  display: none;
}

.modal-window>section>header {
  text-align: center;
  margin-bottom: 30px;
}

.modal-window>section>header h4 {
  order: 2;
  font-size: clamp(0.875rem, 0.555rem + 0.668vw, 1.125rem);
  color: var(--contents_color_sub01);
  font-family: "Noto Sans JP", sans-serif;
}

.modal-window>section>header h4::before {
  font-family: "Antic Slab", serif;
  font-weight: 400;
  color: var(--contents_color_sub01);
  position: relative;
  z-index: 101;
  display: inline-block;
  margin: 0 auto 10px;
  font-size: clamp(2.5rem, 1.3rem + 2.504vw, 3.4375rem);
  line-height: 1;
}

.modal-window[data-id=modal1]>section>header h4::before {
  content: "01";
}

.modal-window[data-id=modal2]>section>header h4::before {
  content: "02";
}

.modal-window[data-id=modal3]>section>header h4::before {
  content: "03";
}

.modal-window[data-id=modal4]>section>header h4::before {
  content: "04";
}

.modal-window[data-id=modal5]>section>header h4::before {
  content: "05";
}

.modal-window[data-id=modal6]>section>header h4::before {
  content: "06";
}

.modal-window[data-id=modal7]>section>header h4::before {
  content: "07";
}

.modal-window[data-id=modal8]>section>header h4::before {
  content: "08";
}

.modal-window[data-id=modal9]>section>header h4::before {
  content: "09";
}

.modal-window[data-id=modal10]>section>header h4::before {
  content: "10";
}

.modal-window>section>header h4 i {
  display: block;
  font-style: normal;
}

.modal-window>section>header h4 span {
  font-size: clamp(1.25rem, 0.69rem + 1.169vw, 1.6875rem);
  display: block;
  font-weight: 600;
  margin-bottom: 5px;
  font-family: "Shippori Mincho", serif;
}

.modal-window>section dl {
  text-align: left;
  margin-top: clamp(1.875rem, 1.075rem + 1.669vw, 2.5rem);
  line-height: 1.8;
}

.modal-window>section dl dt {
  font-size: clamp(1rem, 0.68rem + 0.668vw, 1.25rem);
  font-size: 18px;
  color: var(--contents_color_default);
  font-weight: 600;
  border-bottom: 2px dotted #333333;
  padding-bottom: 10px;
}

.modal-window>section dl dd {
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.1;
  margin-top: 10px;
  padding-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;

}

.modal-window>section dl dd.figure {
  display: grid;
  grid-template-columns: 1fr auto;
  /* grid-template-columns: 1fr minmax(200px, 340px); */
  gap: 20px;
}

@media screen and (max-width: 767px) {
  .modal-window>section dl dd.figure {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }
}

.modal-window>section dl dd p {}

.modal-window>section dl dd figure {}

.clump_large-banner-link {
  margin-top: clamp(5.625rem, 2.424rem + 6.678vw, 8.125rem);
}

@media screen and (max-width: 767px) {
  .clump_large-banner-link .clump_large-banner-link_list {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.clump_large-banner-link .clump_large-banner-link_list ul li {
  margin-top: 30px;
  aspect-ratio: 1/0.31;
  display: block;
  position: relative;
}

.clump_large-banner-link .clump_large-banner-link_list ul li a {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 40px;
}

.clump_large-banner-link .clump_large-banner-link_list ul li a:hover {
  opacity: 0.9;
}

.clump_large-banner-link .clump_large-banner-link_list ul li a div {
  color: var(--contents_color_font02);
}

.clump_large-banner-link .clump_large-banner-link_list ul li a div h4 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  font-weight: 600;
  color: var(--contents_color_font02);
}

.clump_large-banner-link .clump_large-banner-link_list ul li a div p {
  font-family: "Shippori Mincho", serif;
  font-size: 17px;
  font-weight: 600;
  color: var(--contents_color_font02);
}

.clump_large-banner-link .clump_large-banner-link_list ul li a div p::before {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 40px;
  height: 4px;
  background-color: #fff;
}

.clump_large-banner-link .clump_large-banner-link_list ul li a .clump_large-banner-link_list_button {
  position: absolute;
  display: inline-flex;
  bottom: 0;
  right: 0;
  background-color: #fff;
  gap: 40px;
  border: 2px solid var(--contents_color_default);
  color: var(--contents_color_default);
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 15px;
  min-height: 60px;
  aspect-ratio: 3.34/1;
  margin-right: 40px;
  margin-bottom: 40px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .clump_large-banner-link .clump_large-banner-link_list ul li a .clump_large-banner-link_list_button {
    min-height: 45px;
  }
}

.clump_large-banner-link .clump_large-banner-link_list ul li a .clump_large-banner-link_list_button::after {
  content: "\e5e1";
  font-family: "Material Icons";
  font-size: 80%;
}

.clump_large-banner-link .clump_large-banner-link_list ul li.style01 a {
  background-image: url(../image/large-banner-link_img01.jpg);
}

@media screen and (max-width: 767px) {
  .clump_large-banner-link .clump_large-banner-link_list ul li.style01 a {
    background-image: url(../image/large-banner-link_img01sp.jpg);
  }
}

.clump_large-banner-link .clump_large-banner-link_list ul li.style02 a {
  background-image: url(../image/large-banner-link_img02.jpg);
}

@media screen and (max-width: 767px) {
  .clump_large-banner-link .clump_large-banner-link_list ul li.style02 a {
    background-image: url(../image/large-banner-link_img02sp.jpg);
  }
}

.clump_large-banner-link .clump_large-banner-link_list ul li.style03 a {
  background-image: url(../image/large-banner-link_img03.jpg);
}

@media screen and (max-width: 767px) {
  .clump_large-banner-link .clump_large-banner-link_list ul li.style03 a {
    background-image: url(../image/large-banner-link_img03sp.jpg);
  }
}

.clump_large-banner-link .clump_large-banner-link_list ul li.style04 a {
  background-image: url(../image/large-banner-link_img04.jpg);
}

@media screen and (max-width: 767px) {
  .clump_large-banner-link .clump_large-banner-link_list ul li.style04 a {
    background-image: url(../image/large-banner-link_img04sp.jpg);
  }
}

@media screen and (max-width: 767px) {
  .clump_large-banner-link .clump_large-banner-link_list ul li {
    aspect-ratio: initial;
  }

  .clump_large-banner-link .clump_large-banner-link_list ul li a {
    padding: 30px 20px;
    text-align: right;
  }

  .clump_large-banner-link .clump_large-banner-link_list ul li a div {
    text-align: left;
  }

  .clump_large-banner-link .clump_large-banner-link_list ul li a .clump_large-banner-link_list_button {
    position: relative;
    margin: 60px 0 0;
  }
}

/* ===== contact.html ===== */
.clump_contact {
  text-align: left;
}

.clump_contact .notes {
  font-family: "Noto Sans JP", sans-serif;
}

/* .clump_contact .notes::before {
  content: "※";
  display: inline-block;
  color: #f00;
}

.clump_contact .required::after {
  content: "※";
  display: inline-block;
  color: #f00;
} */

.clump_contact .clump_contact_header {
  text-align: left;
  margin-top: clamp(3.75rem, -1.852rem + 11.686vw, 8.125rem);
  margin-bottom: clamp(3.4375rem, 1.437rem + 4.174vw, 5rem);
}

.clump_contact .clump_contact_header p {
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.2;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

.clump_contact .clump_contact_form {
  font-family: "Noto Sans JP", sans-serif;
  text-align: left;
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
}

.clump_contact .clump_contact_form>ul {
  margin-top: 10px;
  border-bottom: #333333 dotted 2px;
}

@media screen and (max-width: 767px) {
  .clump_contact .clump_contact_form>ul {
    margin-top: 15px;
  }
}

.clump_contact .clump_contact_form>ul>li {
  border-top: #333 dotted 2px;
}

@media screen and (max-width: 767px) {
  .clump_contact .clump_contact_form>ul>li {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.clump_contact .clump_contact_form>ul>li>ul {
  font-family: "Noto Sans JP", sans-serif;
  align-items: center;
  display: grid;
  grid-template-columns: 315px 1fr;
  justify-items: stretch;
  gap: 0 40px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .clump_contact .clump_contact_form>ul>li>ul {
    grid-template-columns: 1fr;
    margin-top: 15px;
    padding-bottom: 15px;
  }
}

.clump_contact .clump_contact_form>ul>li>ul li {
  padding: 5px;
}

@media screen and (max-width: 767px) {
  .clump_contact .clump_contact_form>ul>li>ul li {
    padding: 5px 0 0 0;
  }
}

.clump_contact .clump_contact_form>ul>li>ul li:first-of-type {
  display: inline-block;
  white-space: pre-wrap;
  word-break: keep-all;
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
  padding-left: 12%;
}

@media screen and (max-width: 767px) {
  .clump_contact .clump_contact_form>ul>li>ul li:first-of-type {
    padding-left: 0;
  }
}

.clump_contact .clump_contact_form>ul>li>ul li:nth-of-type(2) {
  display: flex;
  gap: 10px;
  width: clamp(25rem, 0.991rem + 50.083vw, 43.75rem);
}

@media screen and (max-width: 767px) {
  .clump_contact .clump_contact_form>ul>li>ul li:nth-of-type(2) {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .clump_contact .clump_contact_form>ul>li>ul li {
    width: 100% !important;
  }
}

.clump_contact .clump_contact_form>ul>li>ul li input[type=text] {
  width: 100%;
  min-height: 60px;
  padding: 5px 5px 5px 20px;
}

.clump_contact .clump_contact_form>ul>li>ul li input[type=text]::-moz-placeholder {
  color: #ccc;
}

.clump_contact .clump_contact_form>ul>li>ul li input[type=text]::placeholder {
  color: #ccc;
}

@media screen and (max-width: 767px) {
  .clump_contact .clump_contact_form>ul>li>ul li input[type=text] {
    min-height: 45px;
    padding: 5px 5px 5px 10px;
  }
}

.clump_contact .clump_contact_form input[type=text],
.clump_contact .clump_contact_form textarea {
  box-sizing: border-box;
  margin: 5px 0;
  width: 100%;
  border: 1px solid #333333;
}

.clump_contact .clump_contact_footer {
  text-align: center;
  padding: 60px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.clump_contact .clump_contact_footer p {
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
  line-height: 1.8;
}

.clump_contact .clump_contact_footer p>a {
  text-decoration: underline;
}

.clump_contact .clump_contact_footer .checkbox {
  padding: 25px 0 30px;
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
  line-height: 1.7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.clump_contact .clump_contact_footer .checkbox input {
  width: 18px;
  aspect-ratio: 1/1;
  margin-right: 5px;
}

.clump_contact .clump_contact_footer .checkbox label {
  font-weight: 600;
}

/* ===== faq.html ===== */
.clump_faq {
  margin: 0 auto;
  text-align: left;
}

.clump_faq .clump_faq_category {
  margin-top: clamp(0.625rem, -0.175rem + 1.669vw, 1.25rem);
}

.clump_faq .clump_faq_category:nth-of-type(1) {
  margin-top: clamp(5rem, 1.398rem + 7.513vw, 7.8125rem);
}

.clump_faq .clump_faq_category:nth-last-of-type(1) {
  margin-bottom: 0;
}

.clump_faq .clump_faq_category ul {
  list-style: none;
  margin: 0;
}

.clump_faq .clump_faq_category label {
  font-weight: 800;
  color: var(--contents_color_sub01);
  font-size: clamp(1.0625rem, 0.422rem + 1.336vw, 1.5625rem);
  min-height: 80px;
  background-color: rgba(130, 104, 85, 0.1450980392);
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 60px 10px 30px;
}

@media screen and (max-width: 767px) {
  .clump_faq .clump_faq_category label {
    min-height: 70px;
    padding: 10px 50px 10px 15px;
  }
}

.clump_faq .clump_faq_category label::after {
  line-height: 1;
  font-family: "Material Icons";
  content: "\e313";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 32%;
  font-size: 32px;
  font-weight: 100;
  margin-right: clamp(0.9375rem, 0.137rem + 1.669vw, 1.5625rem);
}

.clump_faq .clump_faq_category .clump_faq_category_box {
  text-align: left;
}

.clump_faq .clump_faq_category .clump_faq_category_box dl dt {
  color: var(--contents_color_sub01);
  border-bottom-style: Dashed;
  border-bottom-color: #333333;
  border-bottom-width: 1px;
  font-size: 18px;
  margin-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 14px;
  line-height: 1.6;
  font-weight: 800;
  display: grid;
  grid-template-columns: auto 1fr;
}

@media screen and (max-width: 767px) {
  .clump_faq .clump_faq_category .clump_faq_category_box dl dt {
    margin-top: 25px;
  }
}

.clump_faq .clump_faq_category .clump_faq_category_box dl dt::before {
  content: "Q:";
  display: inline-block;
}

.clump_faq .clump_faq_category .clump_faq_category_box dl dd {
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  display: grid;
  grid-template-columns: auto 1fr;
}

.clump_faq .clump_faq_category .clump_faq_category_box dl dd::before {
  content: "A:";
  display: inline-block;
}

.clump_faq a:hover {
  text-decoration: underline;
}

.toggle-new {
  display: none;
}

.toggle-new+label+div {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.5s ease;
}

.toggle-new+label+div dl {
  overflow: hidden;
}

.toggle-new:checked+label+div {
  grid-template-rows: 1fr;
  transition: all 0.5s ease-in;
  padding-bottom: clamp(1.875rem, -0.126rem + 4.174vw, 3.4375rem);
}

.toggle-new:checked+label::after {
  transform: rotate(180deg);
}

/* ===== gift.html ===== */
.clump_price section {
  text-align: left;
}

.clump_price section header {
  display: block;
  text-align: center;
  margin-top: clamp(4.375rem, 2.774rem + 3.339vw, 5.625rem);
  margin-bottom: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_price section header.left {
  text-align: left;
}

.clump_price section header h2 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
}

.clump_price section header p {
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  font-weight: 500;
}

.clump_price section header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_price section header.left p::before {
  margin-left: 0;
}

.clump_price section .clump_price_list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 25px 20px;
}

@media screen and (max-width: 767px) {
  .clump_price section .clump_price_list ul {
    gap: 10px 0px;
  }
}

.clump_price section .clump_price_list ul li {
  position: relative;
}

.clump_price section .clump_price_list ul li a {
  display: flex;
  background-color: var(--contents_color_sub03);
  color: var(--contents_color_sub01);
  align-items: center;
  justify-content: center;
  font-size: clamp(1.125rem, 0.965rem + 0.334vw, 1.25rem);
  min-height: 100px;
  height: 100%;
  padding: 0 40px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_price section .clump_price_list ul li a {
    justify-content: flex-start;
    min-height: 65px;
    padding: 0 40px 0 20px;
  }
}

.clump_price section .clump_price_list ul li a:hover {
  background-color: var(--contents_color_sub01);
  color: var(--contents_color_font02);
}

.clump_price section .clump_price_list ul li a::after {
  position: absolute;
  content: "";
  background-image: url(../image/icon_arrow01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  width: 35px;
  aspect-ratio: 1/1;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .clump_price section .clump_price_list ul li a::after {
    margin-right: 5px;
  }
}

.clump_price section .clump_price_list ul li a:hover:after {
  background-image: url(../image/icon_arrow01h.svg);
}

.clump_gift.lowerlayer section header {
  text-align: left;
}

.clump_gift.lowerlayer section header p::before {
  margin: 10px 0 20px;
  font-weight: 500;
}

.clump_gift.item {
  padding-top: 0;
}

.clump_gift section {
  /* text-align: left; */
  text-align: center;
}

/* @media screen and (max-width: 767px) {
  .clump_gift section {
    text-align: center;
  }
} */
.clump_gift section header {
  margin-top: clamp(5rem, 0.999rem + 8.347vw, 8.125rem);
  /* margin-bottom: 25px; */
  margin-bottom: 50px;
  display: block;
}

.clump_gift section header.left {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_gift section header.left.sp {
    text-align: center;
  }
}

/* @media screen and (max-width: 767px) {
  .clump_gift section header {
    margin-bottom: 45px;
  }
} */
.clump_gift section header h2 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
}

.clump_gift section header p {
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  font-weight: 500;
}

.clump_gift section header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

@media screen and (max-width: 767px) {
  .clump_gift section header p::before {
    margin-bottom: 20px;
  }
}

.clump_gift section header.left p::before {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .clump_gift section header.left.sp p::before {
    margin-left: auto;
  }
}

.clump_gift section .clump_gift_list ul {
  display: grid;
  /* gap: 30px 22px; */
  gap: 30px 20px;
  grid-template-columns: repeat(2, 1fr);
}

@media screen and (max-width: 767px) {
  .clump_gift section .clump_gift_list ul {
    grid-template-columns: 1fr;
  }
}

/*.clump_gift section .clump_gift_list ul li{
	max-height:170px;
}*/
.clump_gift section .clump_gift_list ul li a:hover {
  text-decoration: underline;
}

.clump_gift section .clump_gift_list ul li figure {
  position: relative;
  max-height: 170px;
  overflow: hidden;
}

.clump_gift section .clump_gift_list ul li figure::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 15%;
  aspect-ratio: 1/1;
  display: block;
}

/* @media screen and (max-width: 767px) {
  .clump_gift section .clump_gift_list ul li figure::before {
    width: 17.5%;
  }
} */
.clump_gift section .clump_gift_list ul li figure img {
  width: 100%;
}

.clump_gift section .clump_gift_list ul li:nth-of-type(1) figure::before {
  background-image: url(../image/icon_clump_gift_01.svg);
}

.clump_gift section .clump_gift_list ul li:nth-of-type(2) figure::before {
  /*background-image: url(../image/icon_clump_gift_02.svg);*/
  background-image: url(../image/icon_clump_gift_04.svg);
}

.clump_gift section .clump_gift_list ul li:nth-of-type(3) figure::before {
  background-image: url(../image/icon_clump_gift_03.svg);
}

.clump_gift section .clump_gift_list ul li h3 {
  margin-top: 10px;
  font-size: 18px;
  color: var(--contents_color_default);
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .clump_gift section .clump_gift_list ul li h3 {
    margin-top: 15px;
  }
}

.clump_gift section .clump_gift_list ul li p {
  /* margin-top: 8px; */
  margin-top: 10px;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .clump_gift section .clump_gift_list ul li p {
    line-height: 1.85;
  }
}

.clump_gift section footer {
  margin-top: 40px;
  text-align: center;
}

/* ===== guide.html ===== */
.clump_guid-top {
  margin-top: clamp(5rem, 0.598rem + 9.182vw, 8.4375rem);
  overflow: hidden;
}

.tab.style01 {
  max-width: var(--contents_wide_default);
  padding: 0 20px;
  margin: 0 auto;
}

.tab.style01 .tab-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 15px;
  justify-content: center;
  justify-items: stretch;
  align-items: center;
}

.tab.style01 .tab-list .tab-list-item_style01 {
  position: relative;
  line-height: 1.2;
  cursor: pointer;
  background-color: var(--contents_color_sub04);
  border-radius: 10px 10px 0 0;
  text-align: center;
  min-height: 80px;
  padding: 10px 10px 25px 10px;
  font-size: clamp(0.9375rem, 0.777rem + 0.334vw, 1.0625rem);
  color: var(--contents_color_sub01);
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tab.style01 .tab-list .tab-list-item_style01::after {
  color: var(--contents_color_sub05);
  position: absolute;
  bottom: 0;
  content: "\e313";
  font-family: "Material Icons";
  display: block;
  font-size: 20px;
  font-weight: 100;
  width: 100%;
  left: 0;
  text-align: center;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .tab.style01 .tab-list .tab-list-item_style01::after {
    margin-bottom: 6px;
  }
}

.tab.style01 .tab-list .tab-list-item_style01.is-active {
  background-color: var(--contents_color_sub01);
  color: var(--contents_color_font02);
}

.tab.style01 .tab-list .tab-list-item_style01.is-active::after {
  color: #fff;
}

.tab.style01 .tab-list .tab-list-item_style01:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 {
  display: none;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01.is-active {
  display: block;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 .tab-contents_style01_title h3 {
  font-size: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
  color: var(--contents_color_default);
  font-weight: 600;
  margin-top: 80px;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 .tab-contents_style01_title p {
  text-align: left;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  margin-top: clamp(1.25rem, -0.351rem + 3.339vw, 2.5rem);
  margin-bottom: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 .tab-contents_style01_title .tab-contents_style01_title_butt {
  margin-bottom: 30px;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section {
  margin-top: clamp(5.3125rem, 1.311rem + 8.347vw, 8.4375rem);
  text-align: left;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section header {
  display: block;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section header h4 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section header p {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  font-weight: 500;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section header p::before {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section dl {
  margin-top: 5px;
  line-height: 1.8;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section dl dt {
  margin-top: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
  font-size: 18px;
  color: var(--contents_color_default);
  font-weight: 600;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section dl dd {
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  margin-top: 10px;
  padding-top: 12px;
  border-top: 2px dotted #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section ul {
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

.tab.style01 .tab-contents-wrap .tab-contents_style01 section ul li {
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .tab.style01 .tab-list {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
  }
}

.clump_online-shop {
  margin-top: clamp(5rem, 1.799rem + 6.678vw, 7.5rem);
  margin-left: auto;
  margin-right: auto;
  padding-top: clamp(3.125rem, -0.076rem + 6.678vw, 5.625rem);
  padding-bottom: clamp(4.375rem, 1.974rem + 5.008vw, 6.25rem);
  background-color: #F4F1EF;
}

@media screen and (max-width: 767px) {
  .clump_online-shop {
    overflow: hidden;
  }
}

.clump_online-shop header {
  text-align: left;
  display: block;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .clump_online-shop header {
    margin-bottom: 50px;
  }
}

.clump_online-shop header h4 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
}

.clump_online-shop header p {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  font-weight: 500;
}

.clump_online-shop header p::before {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_online-shop footer {
  margin-top: 40px;
}

/*  */
.tab.style02 {
  max-width: var(--contents_wide_default);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.tab.style02 .tab-list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}

@media screen and (max-width: 767px) {
  .tab.style02 .tab-list {
    gap: 1px;
  }
}

.tab.style02 .tab-list-item_style02 {
  font-weight: 800;
  position: relative;
  cursor: pointer;
  border-radius: 10px 10px 0 0;
  text-align: center;
  min-height: 80px;
  padding: 20px 10px;
  font-size: clamp(0.8125rem, 0.492rem + 0.668vw, 1.0625rem);
  background-color: rgba(130, 104, 85, 0.2509803922);
  opacity: 0.6;
  color: var(--contents_color_default);
}

@media screen and (max-width: 767px) {
  .tab.style02 .tab-list-item_style02 {
    border-radius: 0 0 0 0;
  }
}

.tab.style02 .tab-list-item_style02.is-active {
  background-color: #fff;
  opacity: 1;
  color: var(--contents_color_sub01);
}

.tab.style02 .tab-list-item_style02:hover {
  opacity: 0.8;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .tab.style02 .tab-contents-wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 {
  display: none;
  padding: 60px 80px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .tab.style02 .tab-contents-wrap .tab-contents_style02 {
    padding: 45px 25px;
  }
}

.tab.style02 .tab-contents-wrap .tab-contents_style02.is-active {
  display: block;
}

.tab.style02 .tab-contents-wrap .tab-contents_style02>h2 {
  background-color: #E0D9D4;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 50px;
}

.tab.style02 .tab-contents-wrap .tab-contents_style02>h2:nth-of-type(2) {
  margin-top: 70px;
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  display: grid;
  gap: 50px;
  grid-template-columns: auto auto;
  justify-content: space-around;
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner.look_pc {
  display: grid;
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner.look_sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner {
    grid-template-columns: 1fr;
  }

  .tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner.look_pc {
    display: none;
  }

  .tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner.look_sp {
    display: grid;
    gap: 0;
  }

}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner>figure img {
  width: 100%;
  min-width: 200px;
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap {
  max-width: 220px;
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section {
    margin-top: 40px;
  }
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section h3 {
  font-weight: 400;
  padding-left: 1.8em;
  text-indent: -1.9em;
  letter-spacing: -.2px;
}

/* .tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section h3.short_f {
  letter-spacing: -.2px;
} */

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section h3>i {
  text-indent: initial;
  background-color: #A40000;
  border-radius: 50%;
  width: 25px;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-style: normal;
  color: #fff;
  padding: 0;
  margin-right: 10px;
  font-family: "Archivo Narrow", sans-serif;
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section p {
  margin: 15px 0 30px;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  font-weight: 400;
}

@media screen and (max-width: 767px) {

  .tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner>figure {}

  .tab.style02 .tab-contents-wrap .tab-contents_style02>h2 {
    margin-bottom: 30px;
  }

  .tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap {
    max-width: initial;
    margin-bottom: 40px;
  }

  .tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section p {
    margin-top: 10px;
  }
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section ol,
.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section ul {
  margin: 20px 0;
}

.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section ol li,
.tab.style02 .tab-contents-wrap .tab-contents_style02 .tab_inner .tab_cap>section ul li {
  display: block;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 500;
}

.clump_guide-gift {
  margin-top: clamp(5rem, 3.399rem + 3.339vw, 6.25rem);
}

.clump_guide-gift div>header {
  text-align: left;
  display: block;
  margin-bottom: 40px;
}

.clump_guide-gift div>header h3 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
}

.clump_guide-gift div>header p {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  font-weight: 500;
}

.clump_guide-gift div>header p::before {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_guide-gift div .clump_guide-gift_category {
  margin-top: clamp(1.25rem, -0.351rem + 3.339vw, 2.5rem);
}

/* .clump_guide-gift div .clump_guide-gift_category:nth-of-type(1) {
  margin-top: 0;
} */

.clump_guide-gift div .plink:nth-of-type(1) .clump_guide-gift_category {
  margin-top: 0;
}

.clump_guide-gift div .clump_guide-gift_category>p {
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}

.clump_guide-gift div .clump_guide-gift_category ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 23px;
}

.clump_guide-gift div .clump_guide-gift_category ul li {
  text-align: left;
  display: grid;
  grid-row: span 3;
  gap: 0;
  grid-template-rows: subgrid;
  justify-items: center;
}

.clump_guide-gift div .clump_guide-gift_category ul li img {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .clump_guide-gift div .clump_guide-gift_category ul li img {
    width: 80%;
    margin-top: 20px;
  }
}

.clump_guide-gift div .clump_guide-gift_category ul li p {
  width: 100%;
  display: block;
  text-align: left;
}

.clump_guide-gift div .clump_guide-gift_category ul li p:nth-of-type(1) {
  margin-top: 25px;
  /* letter-spacing: 0.6px; */
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1rem, 0.84rem + 0.334vw, 1.125rem);
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .clump_guide-gift div .clump_guide-gift_category ul li p:nth-of-type(1) {
    margin-top: 15px;
  }
}

.clump_guide-gift div .clump_guide-gift_category ul li p:nth-of-type(2) {
  margin-top: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
  font-weight: 300;
}

.clump_guide-gift div .clump_guide-gift_category.cate-wrapping ul li img {
  width: 100%;
}

.clump_guide-gift div .clump_guide-gift_category.cate-message ul li img {
  width: 100%;
}

.clump_guide-gift div .clump_guide-gift_category>header {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  width: 100%;
  aspect-ratio: 1/0.1982;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: var(--contents_color_font02);
}

@media screen and (max-width: 767px) {
  .clump_guide-gift div .clump_guide-gift_category>header {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    background-size: cover;
    aspect-ratio: 1/0.5333;
  }
}

.clump_guide-gift div .clump_guide-gift_category>header h4 {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: clamp(1.25rem, 0.69rem + 1.169vw, 1.6875rem);
  font-weight: 600;
}

.clump_guide-gift div .clump_guide-gift_category>header h4::before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  width: 45px;
  aspect-ratio: 1/1;
  display: inline-block;
  margin-bottom: 10px;
}

.clump_guide-gift div .clump_guide-gift_category>header p {
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 5px;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  font-weight: 500;
}

.clump_guide-gift div .clump_guide-gift_category>p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: left;
  padding: 25px 0;
}

.clump_guide-gift div .clump_guide-gift_category.cate-paperbag>header {
  background-image: url(../image/guide-gift_headerimg01.jpg);
}

@media screen and (max-width: 767px) {
  .clump_guide-gift div .clump_guide-gift_category.cate-paperbag>header {
    background-image: url(../image/guide-gift_headerimg01sp.jpg);
  }
}

.clump_guide-gift div .clump_guide-gift_category.cate-paperbag>header h4::before {
  background-image: url(../image/icon_clump_gift_01.svg);
}

.clump_guide-gift div .clump_guide-gift_category.cate-wrapping>header {
  /*background-image: url(../image/guide-gift_headerimg02.jpg);*/
  background-image: url(../image/guide-gift_headerimg04.jpg);
}

@media screen and (max-width: 767px) {
  .clump_guide-gift div .clump_guide-gift_category.cate-wrapping>header {
    /*background-image: url(../image/guide-gift_headerimg02sp.jpg);*/
    background-image: url(../image/guide-gift_headerimg04sp.jpg);
  }
}

.clump_guide-gift div .clump_guide-gift_category.cate-wrapping>header h4::before {
  /*background-image: url(../image/icon_clump_gift_02.svg);*/
  background-image: url(../image/icon_clump_gift_04.svg);
}

.clump_guide-gift div .clump_guide-gift_category.cate-message>header {
  background-image: url(../image/guide-gift_headerimg03.jpg);
}

@media screen and (max-width: 767px) {
  .clump_guide-gift div .clump_guide-gift_category.cate-message>header {
    background-image: url(../image/guide-gift_headerimg03sp.jpg);
  }
}

.clump_guide-gift div .clump_guide-gift_category.cate-message>header h4::before {
  background-image: url(../image/icon_clump_gift_03.svg);
}

.clump_tel-fax {
  margin-top: clamp(5rem, 1.799rem + 6.678vw, 7.5rem);
  margin-bottom: clamp(5rem, 1.799rem + 6.678vw, 7.5rem);
}

.clump_tel-fax div>header {
  text-align: center;
  display: block;
  margin-bottom: 40px;
}

.clump_tel-fax div>header h3 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
}

.clump_tel-fax div>header p {
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  font-weight: 500;
}

.clump_tel-fax div>header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_tel-fax div>ul {
  padding: 40px 80px;
  background-color: var(--contents_color_sub03);
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .clump_tel-fax div>ul {
    grid-template-columns: 1fr;
    padding: 20px;
  }
}

.clump_tel-fax div>ul li:nth-of-type(1) {
  text-align: left;
  border-right: 1px solid var(--contents_color_default);
  padding: 20px 40px 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .clump_tel-fax div>ul li:nth-of-type(1) {
    padding-right: 0;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid var(--contents_color_default);
  }
}

.clump_tel-fax div>ul li:nth-of-type(2) {
  padding-left: 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_tel-fax div>ul li:nth-of-type(2) {
    padding-left: 0;
  }
}

.clump_tel-fax div>ul li:nth-of-type(2) .clump_tel-fax_tel {
  display: flex;
  font-size: clamp(2.5rem, 1.3rem + 2.504vw, 3.4375rem);
  color: var(--contents_color_default);
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .clump_tel-fax div>ul li:nth-of-type(2) .clump_tel-fax_tel {
    justify-content: center;
  }
}

.clump_tel-fax div>ul li:nth-of-type(2) .clump_tel-fax_tel .sp-tel {
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 400;
}

.clump_tel-fax div>ul li:nth-of-type(2) .clump_tel-fax_tel .sp-tel a {
  text-decoration: none;
}

.clump_tel-fax div>ul li:nth-of-type(2) .clump_tel-fax_tel img {
  width: 50px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .clump_tel-fax div>ul li:nth-of-type(2) .clump_tel-fax_tel img {
    width: 40px;
    margin-right: 10px;
  }
}

.clump_tel-fax div>ul li:nth-of-type(2) .clump_tel-fax_tim {
  font-size: clamp(0.8125rem, 0.732rem + 0.167vw, 0.875rem);
  font-weight: 500;
  padding-left: 65px;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .clump_tel-fax div>ul li:nth-of-type(2) .clump_tel-fax_tim {
    padding-left: 20px;
    letter-spacing: -0.8px;
  }
}

.clump_guide-benefits {
  margin: 30px auto;
  overflow: hidden;
  background-color: var(--contents_color_sub03);
}

.clump_guide-benefits .default_wide>.inner {
  display: grid;
  grid-template-columns: 43% auto;
  gap: 0 clamp(3.125rem, -0.876rem + 8.347vw, 6.25rem);
  width: initial;
}

@media screen and (max-width: 767px) {
  .clump_guide-benefits .default_wide>.inner {
    grid-template-columns: 1fr;
  }
}

.clump_guide-benefits .default_wide>.inner>section {
  margin-top: clamp(2.5rem, -0.701rem + 6.678vw, 5rem);
  margin-bottom: clamp(2.5rem, -0.701rem + 6.678vw, 5rem);
}

.clump_guide-benefits .default_wide>.inner>section>header {
  text-align: left;
  display: block;
  margin-bottom: 40px;
}

.clump_guide-benefits .default_wide>.inner>section>header h3 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
}

.clump_guide-benefits .default_wide>.inner>section>header p {
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  font-weight: 500;
}

.clump_guide-benefits .default_wide>.inner>section>header p::before {
  content: "";
  display: block;
  margin: 4px 0 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_guide-benefits .default_wide>.inner>section dl {
  margin-top: 30px;
  text-align: left;
}

.clump_guide-benefits .default_wide>.inner>section dl dt {
  margin-top: 30px;
  font-size: 18px;
  color: var(--contents_color_default);
  font-weight: 600;
  list-style-position: inside;
  padding-left: 1em;
  text-indent: -1em;
}

.clump_guide-benefits .default_wide>.inner>section dl dd {
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px dotted #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .clump_guide-benefits .default_wide>.inner>section dl dd {
    line-height: 1.71;
  }
}

.clump_guide-benefits .clump_guide-benefits_figure {
  width: 50vw;
  overflow: hidden;
  margin-right: calc(50% - 50vw);
}

@media screen and (max-width: 767px) {
  .clump_guide-benefits .clump_guide-benefits_figure {
    width: 100vw;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    display: grid;
    grid-template-columns: 33.33% 33.33% 33.33%;
  }
}

.clump_guide-benefits .clump_guide-benefits_figure>figure {
  overflow: hidden;
  background-color: #ccc;
  height: 33.33%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .clump_guide-benefits .clump_guide-benefits_figure>figure {
    display: inline-block;
    background-position: center;
    height: 200px;
  }
}

.clump_guide-benefits .clump_guide-benefits_figure>figure:nth-of-type(1) {
  background-image: url(../image/guide-gift_img01.jpg);
  /* background-size: 110%; */
}

@media screen and (max-width: 767px) {
  .clump_guide-benefits .clump_guide-benefits_figure>figure:nth-of-type(1) {
    background-position: right -110px center;
    background-size: cover;
  }
}

.clump_guide-benefits .clump_guide-benefits_figure>figure:nth-of-type(2) {
  background-image: url(../image/guide-gift_img02.jpg);
  background-size: 155%;
  background-position: center right -155px;
}

@media screen and (max-width: 767px) {
  .clump_guide-benefits .clump_guide-benefits_figure>figure:nth-of-type(2) {
    background-position: center center;
    background-size: 300%;
  }
}

.clump_guide-benefits .clump_guide-benefits_figure>figure:nth-of-type(3) {
  background-image: url(../image/guide-gift_img03.jpg);
  background-position: center center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .clump_guide-benefits .clump_guide-benefits_figure>figure:nth-of-type(3) {
    background-position: right -50px center;
  }
}

/* ===== item.html ===== */
.item {
  padding-top: 20px;
}

.clump_kv.item {
  height: initial;
  max-height: initial;
  aspect-ratio: initial;
  min-height: initial;
}

.item .clump_breadcrumbs ul {
  margin-top: 0;
}

.item .clump_breadcrumbs ul li {
  color: var(--contents_color_default);
  font-family: "Noto Sans JP", sans-serif;
}

.clump_product-mainBox {
  margin-top: clamp(3.125rem, -3.677rem + 14.19vw, 8.4375rem);
}

.clump_product-mainBox>div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 40px;
}

@media screen and (max-width: 767px) {
  .clump_product-mainBox>div {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  .clump_product-mainBox>div .clump_product-mainBox_image {
    margin-left: -10px;
    margin-right: -10px;
  }
}

.clump_product-mainBox>div .clump_product-mainBox_image figure>img {
  width: 100%;
}

.clump_product-mainBox>div .clump_product-mainBox_image ul {
  margin-top: 10px;
  display: flex;
  gap: 5px;
}

.clump_product-mainBox>div .clump_product-mainBox_image ul li img {
  width: clamp(3.125rem, 0.724rem + 5.008vw, 5rem);
}

.clump_product-mainBox>div .clump_product-mainBox_status header {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_product-mainBox>div .clump_product-mainBox_status header {
    margin-top: 20px;
  }
}

.clump_product-mainBox>div .clump_product-mainBox_status header p {
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.clump_product-mainBox>div .clump_product-mainBox_status header h1 {
  font-size: clamp(1.4375rem, 1.037rem + 0.835vw, 1.75rem);
  margin: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem) 0 clamp(1.25rem, -0.351rem + 3.339vw, 2.5rem);
  font-weight: 600;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-price {
  text-align: left;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  font-weight: 600;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-price .value {
  font-size: clamp(2.1875rem, 1.387rem + 1.669vw, 2.8125rem);
  line-height: 1;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-basic {
  display: flex;
  margin-top: 10px;
  gap: 5px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .clump_product-mainBox>div .clump_product-mainBox_status .status-basic {
    margin-top: 15px;
  }
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-basic li img {
  width: 110px;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-temperature {
  display: flex;
  margin-top: 10px;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .clump_product-mainBox>div .clump_product-mainBox_status .status-temperature {
    margin-top: 20px;
  }
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-temperature li img {
  width: 50px;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-package {
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .clump_product-mainBox>div .clump_product-mainBox_status .status-package {
    margin-top: 40px;
  }
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-package .radio-inline__input01 {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-package .radio-inline__label01 {
  display: inline-block;
  padding: 0.5rem 1rem;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-package .radio-inline__label01 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: clamp(5rem, 1.159rem + 8.013vw, 8rem);
  height: 60px;
  font-size: clamp(0.8125rem, 0.412rem + 0.835vw, 1.125rem);
  cursor: pointer;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-package .radio-inline__input01+.radio-inline__label01 {
  border: 1px solid var(--contents_color_sub01);
  color: var(--contents_color_default);
  font-family: "Noto Sans JP", sans-serif;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-package .radio-inline__input01:checked+.radio-inline__label01 {
  background: var(--contents_color_default);
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-volume {
  text-align: left;
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-volume>label {
  font-size: clamp(0.75rem, 0.43rem + 0.668vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-volume>select {
  width: 70px;
  height: 50px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #929292;
}

.clump_product-mainBox>div .clump_product-mainBox_status .favorite {
  display: flex;
  border: 1px solid #929292;
  color: #929292;
  border-radius: 100px;
  max-width: 180px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  min-height: 50px;
  font-size: clamp(0.75rem, 0.51rem + 0.501vw, 0.9375rem);
  align-items: center;
  justify-content: center;
}

.clump_product-mainBox>div .clump_product-mainBox_status .favorite a {
  padding-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.clump_product-mainBox>div .clump_product-mainBox_status .favorite a::before {
  content: "\e87d";
  display: inline-block;
  font-family: "Material Icons";
  margin-right: 10px;
}

.clump_product-mainBox>div .clump_product-mainBox_status .column {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}

@media screen and (max-width: 767px) {
  .clump_product-mainBox>div .clump_product-mainBox_status .column {
    margin-top: 40px;
  }
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-button {
  margin: 30px auto 0;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .clump_product-mainBox>div .clump_product-mainBox_status .status-button {
    margin-top: 20px;
  }
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-button a {
  position: relative;
  background-color: var(--contents_color_default);
  color: var(--contents_color_font02);
  max-width: 530px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 80px;
  margin: auto;
}

.clump_product-mainBox>div .clump_product-mainBox_status .status-button a>img {
  width: 50px;
  position: absolute;
  left: 0;
  margin-left: 15px;
}

.clump_product-subBox {
  margin-top: 80px;
}

.clump_product-subBox>div p {
  text-align: left;
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1;
}

.clump_product-subBox .clump_product-subBox_list {
  margin-top: 35px;
  text-align: left;
  display: grid;
  grid-template-columns: 275px 1fr;
  border-top: 1px solid var(--contents_color_sub05);
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .clump_product-subBox .clump_product-subBox_list {
    grid-template-columns: 90px 1fr;
  }
}

.clump_product-subBox .clump_product-subBox_list dt {
  border-bottom: 1px solid var(--contents_color_sub05);
  border-right: 1px solid var(--contents_color_sub05);
  padding: 20px 20px 20px 0;
  display: flex;
  align-items: center;
  font-weight: 600;
  color: var(--contents_color_default);
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
}

.clump_product-subBox .clump_product-subBox_list dd {
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  border-bottom: 1px solid var(--contents_color_sub05);
  padding: 20px 30px;
  display: flex;
  align-items: center;
  font-weight: 400;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .clump_product-subBox .clump_product-subBox_list dd {
    padding: 20px;
  }
}

.clump_secret {
  margin-top: 80px;
}

.clump_secret .clump_secret_key-image {
  background-image: url(../image/secret_key_backimg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  width: 100%;
  aspect-ratio: 1/0.31;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 30px;
}

@media screen and (max-width: 767px) {
  .clump_secret .clump_secret_key-image {
    background-image: url(../image/secret_key_backimg_sp.jpg);
  }
}

.clump_secret .clump_secret_key-image::before {
  content: "";
  background-color: var(--contents_color_default);
  background-image: url(../image/secret_key_icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 55%;
  display: inline-block;
  border-radius: 50%;
  width: 80px;
  aspect-ratio: 1/1;
  margin-bottom: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
}

@media screen and (max-width: 767px) {
  .clump_secret .clump_secret_key-image::before {
    width: 50px;
  }
}

.clump_secret .clump_secret_key-image>h3 {
  font-size: clamp(1.375rem, 0.735rem + 1.336vw, 1.875rem);
  margin-bottom: 25px;
  background-color: #fff;
  padding-right: 10px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_secret .clump_secret_key-image>h3 {
    background-color: initial;
    margin-bottom: 20px;
  }
}

.clump_secret .clump_secret_key-image>h3>span {
  display: inline-block;
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .clump_secret .clump_secret_key-image>h3>span {
    margin: 4px 0;
    background-color: #fff;
    padding: 2px 10px 4px;
  }
}

.clump_secret .clump_secret_key-image>p {
  color: var(--contents_color_font02);
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  line-height: 1.9;
  text-align: left;
}

.clump_secret .clump_secret_list {
  margin-top: clamp(4.375rem, 3.575rem + 1.669vw, 5rem);
}

.clump_secret .clump_secret_list ul {
  counter-reset: my-num;
  display: grid;
  gap: 70px 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.clump_secret .clump_secret_list ul li::before {
  counter-increment: my-num;
  content: "0" counter(my-num);
  display: inline-block;
  font-weight: 600;
  font-size: 35px;
  line-height: 1;
  color: var(--contents_color_default);
  font-family: "Archivo Narrow", sans-serif;
  margin-bottom: 20px;
}

.clump_secret .clump_secret_list ul li figure img {
  width: 100%;
}

.clump_secret .clump_secret_list ul li h4 {
  text-align: left;
  margin-top: 10px;
  font-size: clamp(1.375rem, 1.295rem + 0.167vw, 1.4375rem);
  font-weight: 600;
}

.clump_secret .clump_secret_list ul li p {
  line-height: 1.8;
  text-align: left;
  margin-top: clamp(0.625rem, -0.175rem + 1.669vw, 1.25rem);
  font-size: clamp(0.875rem, 0.715rem + 0.334vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.clump_postage {
  margin-top: clamp(4.375rem, -0.427rem + 10.017vw, 8.125rem);
}

.clump_postage section header h3 {
  font-size: clamp(1.25rem, 0.85rem + 0.835vw, 1.5625rem);
  display: flex;
  font-weight: 600;
}

.clump_postage section header h3::before {
  content: "■";
  display: inline-block;
  color: #826855;
  font-size: clamp(1rem, 0.84rem + 0.334vw, 1.125rem);
  margin-right: 8px;
  padding-top: 2px;
}

@media screen and (max-width: 767px) {
  .clump_postage section header h3::before {
    color: #C84C4E;
  }
}

.clump_postage section .clump_postage_list {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .clump_postage section .clump_postage_list {
    grid-template-columns: 1fr;
  }
}

.clump_postage section .clump_postage_list dt {
  gap: 15px;
  padding: 15px 20px;
  display: grid;
  text-align: left;
  grid-template-columns: auto 1fr;
  align-items: center;
  justify-items: stretch;
  margin-bottom: 5px;
  color: var(--contents_color_font02);
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .clump_postage section .clump_postage_list dt {
    align-items: start;
    padding: 15px;
  }
}

.clump_postage section .clump_postage_list dt span strong {
  font-weight: 300;
  font-size: 18px;
  display: block;
}

@media screen and (max-width: 767px) {
  .clump_postage section .clump_postage_list dt {
    margin-bottom: 0;
  }
}

.clump_postage section .clump_postage_list dt:nth-of-type(1) {
  background-color: #D6B88A;
}

.clump_postage section .clump_postage_list dt:nth-of-type(1)::before {
  content: "";
  display: inline-block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url(../image/postage_list_icon01.svg);
  background-size: cover;
}

.clump_postage section .clump_postage_list dt:nth-of-type(2) {
  background-color: #00A7E6;
}

.clump_postage section .clump_postage_list dt:nth-of-type(2)::before {
  content: "";
  display: inline-block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url(../image/postage_list_icon02.svg);
  background-size: cover;
}

.clump_postage section .clump_postage_list dt:nth-of-type(3) {
  background-color: #005CA9;
}

.clump_postage section .clump_postage_list dt:nth-of-type(3)::before {
  content: "";
  display: inline-block;
  width: 60px;
  aspect-ratio: 1/1;
  background-image: url(../image/postage_list_icon03.svg);
  background-size: cover;
}

.clump_postage section .clump_postage_list dt span {
  font-size: clamp(0.9375rem, 0.857rem + 0.167vw, 1rem);
}

.clump_postage section .clump_postage_list dt span strong {
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  margin-bottom: 8px;
  font-weight: 600;
}

.clump_postage section .clump_postage_list dd {
  padding: 15px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  .clump_postage section .clump_postage_list dd {
    margin-bottom: 15px;
    padding: 15px;
  }
}

.clump_postage section .clump_postage_list dd:nth-of-type(1) {
  color: #D6B88A;
  background-color: #F7F1E8;
}

.clump_postage section .clump_postage_list dd:nth-of-type(2) {
  background-color: #E5F6FC;
  color: #00A7E6;
}

.clump_postage section .clump_postage_list dd:nth-of-type(3) {
  background-color: #E5EFF6;
  color: #005CA9;
}

.clump_postage section .clump_postage_list dd .price-box {
  display: flex;
  align-items: flex-end;
}

.clump_postage section .clump_postage_list dd .price-box p>span:nth-of-type(1) {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
}

.clump_postage section .clump_postage_list dd .price-box p>span:nth-of-type(2) {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}

.clump_postage section .clump_postage_list dd .price-box p>span:nth-of-type(2) i {
  font-style: normal;
  font-size: 20px;
  margin-left: 3px;
}

.clump_postage section .clump_postage_list dd .price-box p.plus {
  font-size: 20px;
  margin-bottom: 2px;
  line-height: 1;
}

.clump_postage section .clump_postage_list dd .exception {
  color: #333333;
  font-size: 13px;
  margin-top: 4px;
  letter-spacing: 1px;
  font-weight: 400;
}

.clump_postage-rule {
  margin-top: clamp(4.375rem, 3.575rem + 1.669vw, 5rem);
}

.clump_postage-rule section header h3 {
  font-size: clamp(1.25rem, 0.85rem + 0.835vw, 1.5625rem);
  display: flex;
  font-weight: 600;
}

.clump_postage-rule section header h3::before {
  content: "■";
  display: inline-block;
  color: #826855;
  font-size: clamp(0.8125rem, 0.652rem + 0.334vw, 0.9375rem);
  margin-right: 10px;
}

.clump_postage-rule section>div>div {
  text-align: left;
  margin-top: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_postage-rule section>div>div h4 {
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.clump_postage-rule section>div>div h4 span {
  margin-top: 15px;
  display: block;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  font-weight: 400;
}

.clump_postage-rule section>div>div .clump_postage-rule_list {
  margin-top: 20px;
  padding: 25px 10px;
  background-color: #E5F6FC;
  display: flex;
  align-items: center;
  justify-content: space-around;
  text-align: center;
  gap: 30px;
}

@media screen and (max-width: 767px) {
  .clump_postage-rule section>div>div .clump_postage-rule_list {
    flex-direction: column;
    align-items: flex-start;
    padding: 25px;
  }

  .clump_postage-rule section>div>div .clump_postage-rule_list img {
    max-width: 280px;
  }
}

.clump_postage-rule section>div>div .clump_postage-rule_list.not {
  background-color: #E9E9E9;
}

.clump_postage-rule section>div>div .clump_postage-rule_list.not img {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .clump_postage-rule section>div>div .clump_postage-rule_list.not img:nth-of-type(1) {
    max-width: 130px;
  }

  .clump_postage-rule section>div>div .clump_postage-rule_list.not img:nth-of-type(2) {
    max-width: 220px;
  }

  .clump_postage-rule section>div>div .clump_postage-rule_list.not img:nth-of-type(3) {
    max-width: 130px;
  }
}

.clump_recommend_item {
  margin-top: clamp(6.875rem, 5.274rem + 3.339vw, 8.125rem);
  padding-bottom: clamp(5rem, 0.598rem + 9.182vw, 8.4375rem);
  border-bottom: 2px solid #826855;
}

.clump_recommend_item header {
  margin-bottom: 20px;
}

.clump_recommend_item header h3 {
  color: var(--contents_color_sub01);
  font-family: "Archivo Narrow", sans-serif;
  font-weight: 600;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
}

.clump_recommend_item header p {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
  font-weight: 500;
}

.clump_recommend_item header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_recommend_item .clump_recommend_list li {
  text-align: left;
}

.clump_recommend_item .clump_recommend_list li .caption {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: clamp(0.9375rem, 0.857rem + 0.167vw, 1rem);
}

.clump_recommend_item .clump_recommend_list li .price {
  margin-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.clump_recommend_item .clump_recommend_list li .price .currencyMark {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
}

.clump_recommend_item .clump_recommend_list li .price .value {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
}

.clump_shopping-box-large {
  margin-top: clamp(5rem, 0.598rem + 9.182vw, 8.4375rem);
}

.clump_shopping-box-large>div {
  background: rgb(255, 255, 255);
  box-shadow: 0px 0px 10.14px rgba(0, 0, 0, 0.3);
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .clump_shopping-box-large>div {
    padding: 20px;
  }
}

.clump_shopping-box-large>div aside {
  text-align: left;
  border-bottom: 1px solid var(--contents_color_default);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.clump_shopping-box-large>div aside header h2 {
  font-size: clamp(1.25rem, 0.61rem + 1.336vw, 1.75rem);
  font-weight: 600;
}

.clump_shopping-box-large>div aside .price {
  line-height: 1;
  margin-top: 10px;
  font-weight: 600;
}

.clump_shopping-box-large>div aside .price .currencyMark {
  font-size: clamp(1.5625rem, 0.762rem + 1.669vw, 2.1875rem);
}

.clump_shopping-box-large>div aside .price .value {
  font-size: clamp(1.8125rem, 0.532rem + 2.671vw, 2.8125rem);
  line-height: 1;
}

.clump_shopping-box-large>div aside .number-pieces {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .clump_shopping-box-large>div aside .number-pieces {
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
  }
}

.clump_shopping-box-large>div aside .number-pieces .number-pieces_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
}

@media screen and (max-width: 767px) {
  .clump_shopping-box-large>div aside .number-pieces .number-pieces_list {
    margin-top: 10px;
  }
}

.clump_shopping-box-large>div aside .number-pieces .number-pieces_list .radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

.clump_shopping-box-large>div aside .number-pieces .number-pieces_list .radio-inline__label {
  display: inline-block;
  padding: 0.5rem 1rem;
}

.clump_shopping-box-large>div aside .number-pieces .number-pieces_list .radio-inline__label {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.8125rem, 0.412rem + 0.835vw, 1.125rem);
  cursor: pointer;
  width: 128px;
  height: 60px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_shopping-box-large>div aside .number-pieces .number-pieces_list .radio-inline__label {
    width: 70px;
    height: 55px;
  }
}

.clump_shopping-box-large>div aside .number-pieces .number-pieces_list .radio-inline__input+.radio-inline__label {
  border: 1px solid var(--contents_color_default);
  color: #333333;
}

.clump_shopping-box-large>div aside .number-pieces .number-pieces_list .radio-inline__input:checked+.radio-inline__label {
  background: var(--contents_color_default);
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.7);
}

.clump_shopping-box-large>div aside .number-pieces .number-pieces_select>label {
  font-size: clamp(0.75rem, 0.43rem + 0.668vw, 1rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.clump_shopping-box-large>div aside .number-pieces .number-pieces_select>select {
  line-height: 1;
  width: 75px;
  height: 50px;
  text-align: center;
  font-weight: 400;
  background-color: #fff;
  border: #ccc 1px solid;
}

.clump_shopping-box-large>div .number-pieces_button {
  margin: 10px auto;
  text-align: center;
}

.clump_shopping-box-large>div .number-pieces_button a {
  position: relative;
  background-color: var(--contents_color_default);
  color: var(--contents_color_font02);
  max-width: 530px;
  text-align: center;
  font-weight: 300;
  font-size: 18px;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 70px;
  margin: auto;
}

.clump_shopping-box-large>div .number-pieces_button a>img {
  width: 50px;
  position: absolute;
  left: 0;
  margin-left: 20px;
}

.clump_commit-message.item.item {
  margin-bottom: 0;
  padding-bottom: 0;
}

.clump_voice-slide.item .button.style01 {
  margin-top: clamp(2.1875rem, 1.787rem + 0.835vw, 2.5rem);
}

.number-pieces_select {
  position: relative;
}

.number-pieces_select::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #929292 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-box__item {
  width: 100%;
  padding: 10px 25px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-box__item::-ms-expand {
  display: none;
}

.status-volume {
  position: relative;
}

.status-volume::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 7px 0 7px;
  border-color: #929292 transparent transparent transparent;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translateY(-50%);
  pointer-events: none;
}

.select-box__item {
  width: 100%;
  padding: 10px 25px 10px 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.select-box__item::-ms-expand {
  display: none;
}

/* ===== item-list.html ===== */
.clump_premium>p {
  text-align: left;
  font-size: clamp(0.875rem, 0.555rem + 0.668vw, 1.125rem);
  padding-top: clamp(3.125rem, -3.278rem + 13.356vw, 8.125rem);
  padding-bottom: clamp(2.5rem, -4.703rem + 15.025vw, 8.125rem);
  line-height: 2.1;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_premium>p {
    line-height: 2.3;
  }
}

.clump_premium .clump_premium_box {
  background-color: #F4F1EF;
  padding-top: clamp(2.5rem, -0.701rem + 6.678vw, 5rem);
  padding-bottom: clamp(2.5rem, -0.701rem + 6.678vw, 5rem);
}

.clump_premium .clump_premium_box .clump_premium-column {
  margin-top: clamp(3.125rem, 2.325rem + 1.669vw, 3.75rem);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  justify-content: space-between;
}

.clump_premium .clump_premium_box .clump_premium-column:nth-of-type(1) {
  margin-top: 0;
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box {
  text-align: left;
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header {
  color: #826855;
  border-bottom: 2px solid #826855;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header {
    margin-bottom: 40px;
  }
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header p {
  display: inline-flex;
  align-items: center;
  font-size: 32px;
  font-family: "Antic Slab", serif;
  font-weight: 500;
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header p::before {
  margin-top: -10px;
  content: "";
  display: block;
  background-image: url(../image/icon_clump_premium_check01.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 55px;
  aspect-ratio: 1/1;
  margin-right: 5px;
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header h2 {
  font-size: clamp(1.375rem, 0.975rem + 0.835vw, 1.6875rem);
  margin-top: clamp(1.25rem, 0.85rem + 0.835vw, 1.5625rem);
  line-height: 1.55;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box header h2 {
    line-height: 2;
  }
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box p {
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  line-height: 2.3;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  /* margin-right: 40px; */
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box p {
    margin-left: 0;
    margin-right: 0;
  }
}

.clump_premium .clump_premium_box .clump_premium-column .clump_premium-column_box figure img {
  width: 100%;
}

.clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box {
  order: 2;
}

.clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box header {
  text-align: right;
}

.clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box header h2 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box header h2 {
    text-align: left;
  }
}

.clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box p {
  /* margin-left: 40px; */
  margin-right: 0;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box p {
    margin-left: 0;
    margin-right: 0;
  }
}

.clump_premium .clump_premium_box .clump_premium-column.right figure {
  order: 1;
}

@media screen and (max-width: 767px) {
  .clump_premium .clump_premium_box .clump_premium-column {
    grid-template-columns: 1fr;
  }

  .clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box {
    order: initial;
  }

  .clump_premium .clump_premium_box .clump_premium-column.right .clump_premium-column_box header {
    text-align: left;
  }

  .clump_premium .clump_premium_box .clump_premium-column.right figure {
    order: initial;
  }
}

/*  */
.clump_item {
  padding: clamp(3.125rem, -2.077rem + 10.851vw, 7.1875rem) 0 0;
}

.clump_item .clump_item_setting {
  padding: 15px 0 0;
  margin-bottom: clamp(1.875rem, -2.126rem + 8.347vw, 5rem);
  font-size: 14px;
}

.clump_item .clump_item_setting::after {
  content: "";
  background-color: var(--contents_color_sub01);
  width: 100%;
  height: 1px;
  display: block;
  margin-top: 20px;
}

.clump_item .clump_item_setting>div {
  display: grid;
  grid-template-columns: auto auto;
}

.clump_item .clump_item_setting>div p {
  text-align: right;
}

.clump_item .clump_item_setting .clump_item_setting_orderlist {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  display: flex;
  gap: 5px 0;
  flex-wrap: wrap;
  font-weight: 400;
}

.clump_item .clump_item_setting .clump_item_setting_orderlist li {
  font-size: 14px;
  margin-right: 25px;
}

.clump_item .clump_item_setting .clump_item_setting_orderlist li:nth-of-type(1) {
  margin-right: 15px;
}

.clump_item .clump_item_setting .clump_item_setting_orderlist li a:hover {
  text-decoration: underline;
}

.clump_item .clump_item_setting .clump_item_setting_pager span {
  font-size: 14px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
}

@media screen and (max-width: 767px) {
  .clump_item .clump_item_setting::after {
    display: none;
  }

  .clump_item .clump_item_setting>div {
    grid-template-columns: 1fr;
  }

  .clump_item .clump_item_setting>div p {
    text-align: left;
  }

  .clump_item .clump_item_setting>div p::before {
    content: "";
    background-color: var(--contents_color_sub01);
    width: 100%;
    height: 1px;
    display: block;
    width: 100vw;
    margin: 10px calc(50% - 50vw);
  }
}

/*  */
.clump_item_list.item ul.item_list_box {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 23px;
}

@media screen and (max-width: 767px) {
  .clump_item_list.item ul.item_list_box {
    grid-template-columns: 1fr 1fr;
    gap: 40px 7px;
  }
}

.clump_item_list.item ul.item_list_box li {
  gap: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
}

@media screen and (min-width: 767px) {
  .clump_item_list.item ul.item_list_box li {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 3;
  }
}

.clump_item_list.item ul.item_list_box li:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.clump_item_list.item ul.item_list_box li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 767px) {
  .clump_item_list.item ul.item_list_box li figure {
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    padding: 10px;
  }
}

@media screen and (min-width: 767px) {
  .clump_item_list.item ul.item_list_box li figure img {
    margin: auto;
    height: 100%;
  }
}

.clump_item_list.item ul.item_list_box li header {
  text-align: left;
}

.clump_item_list.item ul.item_list_box li header>* {
  font-size: clamp(0.9375rem, 0.857rem + 0.167vw, 1rem);
  line-height: 1.6;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_item_list.item ul.item_list_box li header>* {
    line-height: 1.2;
  }
}

.clump_item_list.item ul.item_list_box li .price {
  margin-top: 15px;
  text-align: left;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .clump_item_list.item ul.item_list_box li .price {
    margin-top: 10px;
  }
}

.clump_item_list.item ul.item_list_box li .price .currencyMark {
  font-size: clamp(0.9375rem, 0.697rem + 0.501vw, 1.125rem);
}

.clump_item_list.item ul.item_list_box li .price .value {
  font-size: clamp(1rem, 0.84rem + 0.334vw, 1.125rem);
}

.fs-c-listControl {
  text-align: center;
}

.fs-c-listControl ul {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  gap: clamp(0.3125rem, -0.488rem + 1.669vw, 0.9375rem);
  width: 100%;
  align-items: center;
  justify-content: center;
}

.fs-c-listControl ul li {
  width: 100%;
  width: clamp(2.5rem, 1.3rem + 2.504vw, 3.4375rem);
  aspect-ratio: 1/1;
}

.fs-c-listControl ul li a {
  width: 100%;
  border: 2px solid var(--contents_color_sub01);
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1;
  font-size: clamp(1rem, 0.92rem + 0.167vw, 1.0625rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.fs-c-listControl ul li a:hover {
  background-color: var(--contents_color_default);
  color: var(--contents_color_font02) !important;
}

.fs-c-listControl ul li a .back {
  font-style: normal;
  color: var(--contents_color_default);
}

.fs-c-listControl ul li a:hover .back {
  color: var(--contents_color_font02);
}

.fs-c-listControl ul li a .back::before {
  content: "\e2ea";
  font-family: "Material Icons";
  display: inline-block;
  font-size: 110%;
}

/* .fs-c-listControl ul li.space {
  width: 25%;
  max-width: 20px;
  height: 100%;
  color: var(--contents_color_default);
} */

/* .fs-c-listControl ul li.space::before {
  content: "\e5d3";
  font-family: "Material Icons";
  display: inline-block;
} */

.fs-c-listControl ul li span {
  background-color: var(--contents_color_sub01);
  color: var(--contents_color_font02);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 1/1;
  font-size: clamp(1rem, 0.92rem + 0.167vw, 1.0625rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
}

.fs-c-listControl ul li a .next {
  font-style: normal;
  color: var(--contents_color_default);
}

.fs-c-listControl ul li a:hover .next {
  color: var(--contents_color_font02);
}

.fs-c-listControl ul li a .next::before {
  content: "\e5e1";
  font-family: "Material Icons";
  display: inline-block;
}

span.page-numbers.dots {
  background-color: initial;
  color: var(--contents_color_default);
}

/* .fs-c-listControl ul li.set_sp {
  display: flex;
  font-size: 16px;
  align-items: center;
  justify-content: center;
  width: 70px;
  font-weight: 600;
} */

/* ===== voice.html ===== */
.clump_voice section {
  text-align: center;
}

.clump_voice section header {
  display: block;
  margin-top: clamp(4.375rem, -0.027rem + 9.182vw, 7.8125rem);
  margin-bottom: clamp(1.875rem, 0.274rem + 3.339vw, 3.125rem);
}

.clump_voice section header h2 {
  font-family: "Archivo Narrow", sans-serif;
  font-size: clamp(1.875rem, 1.475rem + 0.835vw, 2.1875rem);
  color: var(--contents_color_sub01);
  font-weight: 600;
}

.clump_voice section header p {
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  font-weight: 500;
}

.clump_voice section header p::before {
  content: "";
  display: block;
  margin: 4px auto 10px;
  width: 40px;
  height: 4px;
  background-color: var(--contents_color_sub01);
}

.clump_voice section .clump_voice_list ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px 22.5px;
}

.clump_voice section .clump_voice_list ul li {
  position: relative;
  box-shadow: 0px 0px 4.72px rgba(0, 0, 0, 0.15);
  padding: 35px 40px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .clump_voice section .clump_voice_list ul li {
    padding: 25px 35px;
  }
}

.clump_voice section .clump_voice_list ul li figure {
  /* object-fit: fill; */
}

.clump_voice section .clump_voice_list ul li figure img {
  width: 100%;
}

.clump_voice section .clump_voice_list ul li .clump_voice_list_title {
  font-size: clamp(1.0625rem, 0.982rem + 0.167vw, 1.125rem);
  color: var(--contents_color_default);
  border-bottom: 2px dotted #333333;
  line-height: 1.3;
  padding-bottom: 25px;
  margin-bottom: 20px;
  font-weight: 500;
  margin-top: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
}

.clump_voice section .clump_voice_list ul li .clump_voice_list_cap {
  font-size: clamp(0.9375rem, 1.018rem - 0.167vw, 0.875rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.clump_voice section .clump_voice_list ul li .clump_voice_list_name {
  margin-top: 20px;
  font-size: clamp(0.9375rem, 1.018rem - 0.167vw, 0.875rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

/* ===== give.html ===== */
.clump_premium.style-give>header {
  text-align: center;
  margin-top: clamp(3.75rem, -2.252rem + 12.521vw, 8.4375rem);
}

.clump_premium.style-give>header h2 {
  color: var(--contents_color_default);
  font-size: clamp(1.25rem, 0.45rem + 1.669vw, 1.875rem);
  font-weight: 600;
}

.clump_premium.style-give>header p {
  margin-top: clamp(1.875rem, 1.075rem + 1.669vw, 2.5rem);
  text-align: left;
  font-size: clamp(0.875rem, 0.795rem + 0.167vw, 0.9375rem);
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .clump_premium.style-give>header p {
    line-height: 1.7;
  }
}

.clump_premium.style-give .clump_premium_box {
  background-color: initial;
  padding-top: 0;
  padding-bottom: 0;
}

.clump_premium.style-give .clump_premium_box div:has(.clump_premium-column_box_icon) {
  text-align: left;
  margin-bottom: 15px;
  line-height: 1;
}

.clump_premium.style-give .clump_premium_box .right div:has(.clump_premium-column_box_icon) {
  text-align: right !important;
}

@media screen and (max-width: 767px) {
  .clump_premium.style-give .clump_premium_box .right div:has(.clump_premium-column_box_icon) {
    text-align: left !important;
  }
}

.clump_premium.style-give .clump_premium_box .clump_premium-column {
  margin-top: clamp(3.75rem, -0.251rem + 8.347vw, 6.875rem);
  display: grid;
  grid-template-columns: auto auto;
  gap: 0 45px;
  justify-content: space-between;
  align-items: center;
}

.clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box {
  text-align: left;
  display: grid;
  align-items: center;
  max-width: 560px;
}

@media screen and (max-width: 767px) {
  .clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box {
    max-width: initial;
  }
}

.clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box header {
  color: #826855;
  border-bottom: 2px solid #826855;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box header h2 {
  font-size: clamp(1.375rem, 0.975rem + 0.835vw, 1.6875rem);
  margin-top: 20px;
  line-height: 1.6;
}

.clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box p {
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box p {
    line-height: 1.7;
  }
}

.clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box p span {
  font-size: clamp(1.25rem, 0.29rem + 2.003vw, 2rem);
}

.clump_premium.style-give .clump_premium_box .right .clump_premium-column_box {
  order: 2;
}

/* .clump_premium.style-give .clump_premium_box .right .clump_premium-column_box header {
  text-align: right!important;
} */

.clump_premium.style-give .clump_premium_box .clump_premium-column.right figure {
  order: 1;
}

.clump_premium.style-give .clump_premium_box .clump_premium-column figure img {
  width: 100%;
}

.clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box_icon {
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.25rem, 0.29rem + 2.003vw, 2rem);
  font-family: "Antic Slab", serif;
  color: var(--contents_color_default);
  font-weight: 400;
}

.clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box_icon::before {
  content: "";
  display: block;
  background-image: url(../image/icon_clump_premium_check02.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: clamp(2.1875rem, 0.587rem + 3.339vw, 3.4375rem);
  aspect-ratio: 1/1;
  margin-top: -10px;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .clump_premium.style-give .clump_premium_box .clump_premium-column {
    grid-template-columns: 1fr;
  }

  .clump_premium.style-give .clump_premium_box .clump_premium-column.right .clump_premium-column_box header {
    text-align: left;
  }

  .clump_premium.style-give .clump_premium_box .clump_premium-column .clump_premium-column_box {
    order: 2;
  }

  .clump_premium.style-give .clump_premium_box .clump_premium-column figure {
    order: 1;
  }
}

/*  */
.clump_item.style-give {
  padding: 115px 0 0;
}

.clump_item.style-give .clump_item_setting {
  padding: 15px 0 0;
  margin-bottom: 40px;
  font-size: 14px;
}

.clump_item.style-give .clump_item_setting::after {
  content: "";
  background-color: var(--contents_color_sub01);
  width: 100%;
  height: 2px;
  display: block;
  margin-top: 15px;
}

.clump_item.style-give .clump_item_setting>div {
  display: grid;
  grid-template-columns: auto auto;
}

.clump_item.style-give .clump_item_setting>div p {
  text-align: right;
}

.clump_item.style-give .clump_item_setting .clump_item_setting_orderlist {
  display: flex;
  gap: 5px 20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .clump_item.style-give .clump_item_setting::after {
    display: none;
  }

  .clump_item.style-give .clump_item_setting>div {
    grid-template-columns: 1fr;
  }

  .clump_item.style-give .clump_item_setting>div p {
    text-align: left;
  }

  .clump_item.style-give .clump_item_setting>div p::before {
    content: "";
    background-color: var(--contents_color_sub01);
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/*  */
.clump_item_list.style-give ul {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 23px;
}

.clump_item_list.style-give ul li {
  font-family: "Noto Sans JP", sans-serif;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  gap: 5px;
  position: relative;
}

.clump_item_list.style-give ul li a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.clump_item_list.style-give ul li figure img {
  width: 100%;
}

.clump_item_list.style-give ul li header {
  text-align: left;
}

.clump_item_list.style-give ul li header>h2 {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
  font-weight: 600;
}

.clump_item_list.style-give ul li header>p {
  margin-top: 15px;
  font-size: clamp(0.9375rem, 0.938rem + 0vw, 0.9375rem);
  line-height: 1.7;
}

.clump_item_list.style-give ul li .price {
  margin-top: 10px;
  text-align: left;
  font-weight: 600;
}

.clump_item_list.style-give ul li .price .currencyMark {
  font-size: clamp(1.125rem, 1.125rem + 0vw, 1.125rem);
}

.clump_item_list.style-give ul li .price .value {
  font-size: clamp(1.25rem, 1.25rem + 0vw, 1.25rem);
}


/* カレンダー */
.calendar_box .calendars.xo-months {
  font-family: initial;
}

.calendar_box .xo-event-calendar table.xo-month {
  border: none;
  border-right-width: 0;
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
  padding: 0;
}

.calendar_box .xo-event-calendar table.xo-month button {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  color: #333;
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-shadow: none;
  width: 30px;
  border-radius: 50%;
  background-color: #826855;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.calendar_box .xo-event-calendar table.xo-month button span {
  color: #fff;
}

/* .calendar_box .xo-event-calendar table.xo-month button span.nav-prev {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin-right: -3px;
}

.calendar_box .xo-event-calendar table.xo-month button span.nav-next {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 10px;
  height: 10px;
  margin-left: -3px;
} */

.calendar_box .xo-event-calendar table.xo-month caption {
  margin: 20px 8px;
}

.calendar_box .xo-event-calendar table.xo-month .month-dayname-space {
  margin-top: 5px;
}

.calendar_box .xo-event-calendar table.xo-month thead {
  height: 50px;
}

.calendar_box .xo-event-calendar table.xo-month td,
.calendar_box .xo-event-calendar table.xo-month th {
  background-color: initial;
  border: none;
  text-align: center;
  font-weight: normal;
}

.calendar_box .xo-event-calendar table.xo-month>thead th.sunday,
.calendar_box .xo-event-calendar table.xo-month>thead th.saturday {
  color: initial;
}

.calendar_box .xo-event-calendar table.xo-month .month-header>span {
  font-size: 21px;
}

.calendar_box .xo-event-calendar table.xo-month .month-dayname .dayname td div {
  width: 32px;
  border-width: initial;
  font-size: 14px;
  height: initial;
  line-height: 1;
  padding: 4px;
  text-align: center;
  border-radius: 50%;
  aspect-ratio: 1 / 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/*
.calendar_box .xo-event-calendar table.xo-month .month-dayname .dayname td:first-of-type div,
.calendar_box .xo-event-calendar table.xo-month .month-dayname .dayname td:last-of-type div {
  background: #ECE8E5;
}
*/
.calendar_box .xo-event-calendar table.xo-month .month-dayname .dayname td div.today {
  color: #826855;
}

.calendar_box .xo-event-calendar .holiday-titles {
  display: none;
}

.calendar_box .xo-event-calendar .month-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.calendar_box .xo-event-calendar table {
  width: 100%;
}

.calendar_box .xo-event-calendar table.xo-month {
  /* width: initial; */
}

.clump_guide .clump_guide_column .calendar_holiday {
  max-width: 300px;
  margin: 5px auto 0;
}

.clump_guide .clump_guide_column .icon_holiday {
  max-width: 300px;
  margin: 5px auto 0;
}


/* js_slider の flex 化css */
.js_slider.flex .slick-track {
  display: flex;
  gap: 0;
}

.js_slider.flex .slick-track::before,
.js_slider.flex .slick-track::after {
  display: none;
}

.js_slider.flex .slick-track .slick-slide {
  height: initial;
  float: initial;
  padding: 0;
}

/*  */
.plink {
  padding-top: 105px;
  margin-top: -105px;
}

@media screen and (max-width: 767px) {
  .plink {
    padding-top: 50px;
    margin-top: -50px;
  }
}


/*お問い合わせ*/
.snow-monkey-form input[type="email"] {
  color: #000 !important;
}

.smf-text-control .f_color {
  color: #000 !important;
}

/*.page-template-page_contact-temp .clump_contact_header {
    display: none;
}*/

.page-template-page_contact-temp .smf-placeholder {
  text-align: left;
}

/**/

.value::after {
  content: "(税込)";
  display: inline-block;
  font-size: 14px;
  margin-left: 2px;
}

.clump_recommend .clump_recommend_column .caption p span>span:nth-of-type(2)::after {
  content: "(税込)";
  display: inline-block;
  font-size: 14px;
  margin-left: 2px;
}

/* ===== ブロックエディタCSS ===== */
/* table */
.wp-block-table {
  width: 100%
}

.wp-block-table table {
  width: 100%;
  border-top: #ccc solid 1px;
  border-left: #ccc solid 1px;
}

.wp-block-table table th {
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: 12px
}

.wp-block-table table td {
  border-right: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: 12px
}

/* group */
.wp-block-group {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
  margin-bottom: 2em;
}

.wp-block-group.is-vertical {
  flex-direction: column;
}

.wp-block-group.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.wp-block-group.is-grid {
  display: grid;
  gap: 1.5em;
}

.wp-block-group.columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.wp-block-group.columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.wp-block-group.columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 768px) {
  .wp-block-group.is-grid.columns-3 {
    grid-template-columns: repeat(2, 1fr);
  }

  .wp-block-group.is-grid.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {

  .wp-block-group.is-grid.columns-3,
  .wp-block-group.is-grid.columns-4 {
    grid-template-columns: 1fr;
  }
}

/* list */
.wp-block-list {
  margin: 10px !important;
}