@charset "UTF-8";


#hervest2025 a,
#hervest2025 a img {
  transition: opacity .3s ease-in-out;
}

#hervest2025 a:hover,
#hervest2025 a:hover img {
  opacity: .7;
}

#hervest2025 img,
#hervest2025 a {
  width: 100%;
}

.brTb {
  display: none;
}

.tabOn {
  display: None;
}

.spOn {
  display: None;
}

.xspOn {
  display: None;
}

.d-inline-b {
  display: inline-block;
}

#hervest2025 .spNone {
  display: inline;
}

#hervest2025 .letter-spacing-s {
  letter-spacing: 0.02em;
}

#hervest2025 .nowrap {
  white-space: nowrap;
}

#hervest2025 .section100vw {
  margin: 0 calc(50% - 50vw);
  overflow-x: hidden;
  padding: 0 calc(50vw - 50%);
  width: 100vw;
}

/* ページ全体のカラー指定 */
#hervest2025 .section {
  color: #000;
}

/* 疑似要素　共通設定 */
#hervest2025 .LeadText::before,
#hervest2025 .LeadText::after,
#hervest2025 .swiper-sec::before,
#hervest2025 .swiper-sec::after,
#hervest2025 .title .h2::before,
#hervest2025 .title .h2::after,
#hervest2025 .recommend-sec .itemImg::after,
#hervest2025 .recommend-sec .ranking-container::before,
#hervest2025 .recommend-sec .ranking-container::after

/* #hervest2025 .swiper-sec.recommend-sec .sectionInner::before,
#hervest2025 .swiper-sec.recommend-sec .sectionInner::after */
  {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
}

/* #hervest2025 .section + .section{
  margin-top: 50px;
} */


/* ボタン */
#hervest2025 .itemButtonW100 {
  width: 100%;
}

/* TOPページ・カテゴリーページボタン */
#hervest2025 .bnrWrap {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: center;
  margin: 80px auto 90px;
  max-width: 100%;
}

#hervest2025 .bnrWrap .categoryLink,
#hervest2025 .bnrWrap .topBtn {
  width: 50%;
}

#hervest2025 .bnrWrap .topBtn {
  margin-right: 20px;
  width: calc(50% - 20px);
}

#hervest2025 .bnrWrap .topBtn a {
  align-items: center;
  border: 1px solid #7a7778;
  color: #7a7778;
  display: flex;
  font-size: 20px;
  height: 70px;
  justify-content: center;
  max-width: 400px;
  padding: 0 10px;
  width: 100%;
}

#hervest2025 .bnrWrap .categoryLink a {
  align-items: center;
  background-color: #A9B79B;
  color: #fff;
  display: flex;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  justify-content: center;
  max-width: 415px;
  width: 100%;
  padding: 0 10px;
}

body .contentsTop {
  margin: 0 auto 50px !important;
}

#hervest2025 .mv-shipping-block {
  padding: 10px;
  background-color: #F2ECD1;
  font-family: var(--font-serif);
  letter-spacing: 0.05em;
  height: 110px;
}

#hervest2025 .shipping-detail {
  display: flex;
  align-items: center;
  background-color: #fff;
  height: 100%;
}

#hervest2025 .shipping-detail>dt {
  /* padding: 20px 10px 20px 0; */
  /* width: 37.5%; */
  width: 285px;
  height: 60px;
  max-width: 285px;
  padding: 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

#hervest2025 .shipping-detail>dt::after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #557633;
  position: absolute;
  top: 0;
  right: 0;
}

#hervest2025 .shipping-detail .shipping-detail-headding {
  display: flex;
  justify-content: center;
  align-items: center;
}

#hervest2025 .shipping-detail .shipping-detail-headding img {
  display: block;
  width: 51px;
}

#hervest2025 .shipping-detail .shipping-detail-headding .shipping-headding-text {
  margin-left: 8px;
  font-size: 25px;
  letter-spacing: 0.06em;
  line-height: 1.44;
  font-weight: var(--font-weight-semi-bold);
}

#hervest2025 .shipping-detail>dt .note {
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
  letter-spacing: 0.05em;
}

#hervest2025 .shipping-detail>dd,
#hervest2025 .shipping-detail .shipping-detail-cost {
  display: flex;
  align-items: center;
}

#hervest2025 .shipping-detail>dd {
  padding-left: 27px;
}

#hervest2025 .shipping-detail .shipping-detail-cost {
  font-size: 20px;
  font-weight: var(--font-weight-semi-bold);
}

#hervest2025 .shipping-detail .shipping-detail-cost:last-child {
  margin-left: 15px;
}

#hervest2025 .shipping-detail .shipping-detail-cost dt {
  text-align: left;
  white-space: nowrap;
}

#hervest2025 .shipping-detail .shipping-detail-cost dd {
  text-align: left;
}

#hervest2025 .shipping-detail .shipping-detail-cost .cool {
  line-height: 1.2;
  text-align: center;
  position: relative;
}

#hervest2025 .shipping-detail .shipping-detail-cost .cool .small {
  white-space: nowrap;
}

#hervest2025 .shipping-detail .shipping-detail-cost .cool::after {
  content: ":";
  display: block;
  position: absolute;
  right: -0.5em;
  top: calc(50% - 14px);
}

#hervest2025 .shipping-detail .shipping-detail-cost .cool-cost {
  margin-left: 0.8em;
}

#hervest2025 .shipping-detail .shipping-detail-cost .price {
  font-size: 30px;
  font-weight: var(--font-weight-semi-bold);
  color: #557633;
  line-height: 1.2;
}

#hervest2025 .shipping-detail .shipping-detail-cost .tax {
  margin-left: -6px;
  font-size: 15px;
  font-weight: normal;
}

#hervest2025 .shipping-detail .shipping-detail-cost .medium {
  font-size: 20px;
}

#hervest2025 .shipping-detail .shipping-detail-cost .small {
  font-size: 12px;
  font-weight: normal;
  font-feature-settings: "palt";
}


#hervest2025 .link-area {
  margin-top: 20px;
}

#hervest2025 .link-area .link-parent {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

/* #hervest2025 .link-area .link-parent li:last-child{
  grid-area: 2 / 1 / 3 / 4;
} */

#hervest2025 .link-area .link-parent a {
  background-color: #fff;
  border: #557633 1px solid;
  color: #557633;
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 70px;
  padding: 0 10px;
  position: relative;
  font-family: var(--font-serif);
}

#hervest2025 .link-area .link-parent a::before {
  background-image: url(../icon-arrow-anchor-scroll01.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
}

#hervest2025 .link-area .link-parent li a.link-transition::before {
  transform: translateY(-50%) rotate(-90deg);
}

#hervest2025 .link-area .link-parent li {
  padding-left: 0;
}

#hervest2025 .link-area .link-parent li.link-all a::before {
  background-image: url(../icon-arrow-alllink.svg);
}

/* セクション内共通要素 */
#hervest2025 .section .title {
  display: flex;
  justify-content: center;
  text-align: center;
  /* line-height: 1.325; */
}

#hervest2025 .title .h2 {
  display: inline-block;
  font-weight: bold;
  font-size: 32px;
  line-height: 1.4375;
  letter-spacing: 0.08em;
  position: relative;
}

#hervest2025 .sub-title {
  margin-top: 5px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}

#hervest2025 .title .h2 .small {
  font-size: 25px;
}

/* #hervest2025 .title .h2 span{
  font-family: "Dancing Script", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 55px;
} */
#hervest2025 .section .body {
  margin-top: 20px;
}

#hervest2025 .section .itemLead {
  font-size: 16px;
  line-height: 1.5;
}

#hervest2025 .section .shop-name {
  font-size: 14px;
  line-height: 1.4;
  text-indent: -7px;
}

#hervest2025 .section .itemName {
  margin-top: 5px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

#hervest2025 .section .itemPrice {
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}

#hervest2025 .section .itemPrice .number {
  font-weight: bold;
  font-size: 18px;
  /* padding-right: 5px; */
}

#hervest2025 .section .shipping-free .price-text {
  position: relative;
}

#hervest2025 .section .shipping-free .price-text::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../icon_shipping_free.svg);
  top: 50%;
  transform: translateY(-50%);
  left: -59px;
  width: 55.55px;
  height: 25.92px;
}

#hervest2025 .section .shipping-free02 .price-text::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../icon_shipping_free02.svg);
  top: 66%;
  transform: translateY(-50%);
  left: -62px;
  width: 58px;
  height: 35px;
}

/* タイトル横 */
#hervest2025 .recommend-sec .h3 {
  position: relative;
}

#hervest2025 .recommend-sec.section01 .h3::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../deco_section01_ttl_left.svg);
  width: 55px;
  height: 49px;
  left: -60px;
}

#hervest2025 .recommend-sec.section01 .h3::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../deco_section01_ttl_right.svg);
  width: 63px;
  height: 36px;
  right: -75px;
}

#hervest2025 .recommend-sec.section02 .h3::before {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../deco_section02_ttl_left.svg);
  width: 70px;
  height: 40px;
  left: -80px;
}

#hervest2025 .recommend-sec.section02 .h3::after {
  content: '';
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../deco_section02_ttl_right.svg);
  width: 50px;
  height: 40px;
  right: -60px;
}

@media screen and (max-width: 900px) {
  #hervest2025 .recommend-sec.section01 .h3 .pcNone {
    display: block;
  }

  #hervest2025 .recommend-sec.section01 .h3::before {
    width: 45px;
    height: 39px;
    left: -50px;
  }

  #hervest2025 .recommend-sec.section01 .h3::after {
    width: 53px;
    height: 28px;
    top: 30px;
    right: -49px;
  }

  #hervest2025 .recommend-sec.section02 .h3::before {
    width: 53px;
    height: 42px;
    left: -70px;
    top: 35%;
  }

  #hervest2025 .recommend-sec.section02 .h3::after {
    width: 50px;
    height: 40px;
    right: -54px;
    top: -3%;
  }
}



/* swiper */
#hervest2025 .swiper-sec {
  position: relative;
  overflow: hidden;
}

#hervest2025 .swiper-sec a {
  color: #36312E;
}

#hervest2025 .swiper-sec .body {
  margin-top: 30px;
  padding: 0 40px;
  position: relative;
}

#hervest2025 .swiper-sec.swiper {
  width: 100%;
  max-width: 1009px;
  overflow: hidden;
}

/* #hervest2025 .swiper-sec.swiper-slide {
    width: 323px;
  } */
/* #hervest2025 .swiper-sec .swiper{
    position: relative;
  } */
#hervest2025 .swiper-sec .swiper-slide {
  text-align: left;
}

#hervest2025 .swiper-sec .swiper-slide:not(:last-child) {
  margin-right: 20px;
}

#hervest2025 .swiper-sec .swiper-button-next,
#hervest2025 .swiper-sec .swiper-button-prev {
  /* top: 54.85%; */
  /* top:calc(50% - 25px); */
  /* top: 24.236%; */
  /* top: 50%;
   transform: translateY(calc(-50% - 60px)); */
  /* top: 98px; */
}

#hervest2025 .swiper-sec .swiper-button-next {
  right: 15px;
  background-image: url(../slide_arrow.svg);
  /* transform: translateY(calc(-50% - 60px)) rotate(180deg); */
}

#hervest2025 .swiper-sec .swiper-button-prev {
  left: 15px;
  background-image: url(../slide_arrow.svg);
}

#hervest2025 .swiper-sec .swiper-wrapper {
  margin-bottom: 0;
}

#hervest2025 .swiper-sec .swiper {
  /* padding: 0 40px; */
  overflow: hidden;
}

#hervest2025 .swiper-sec .swiper-pagination-bullet-active {
  background-color: #E86879;
}

#hervest2025 .swiper-sec .swiper-container-horizontal>.swiper-pagination-bullets {
  bottom: 60px;
}

#hervest2025 .swiper-sec .itemLead {
  margin-top: 10px;
}

#hervest2025 .swiper-sec .itemButton {
  background-color: #fff;
  border: 1px solid #E86879;
  color: #E86879;
  font-size: 20px;
  margin: 15px auto 0;
  line-height: 1.45;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
}

/* おすすめランキング */
#hervest2025 .recommend-sec {
  margin-top: 60px;
}

#hervest2025 .recommend-sec .ranking-container {
  margin-top: 35px;
  padding: 35px 0 40px;
  background: url(../bg.png) repeat-y;
  background-size: cover;
  position: relative;
}

/* section01 */
#hervest2025 .recommend-sec.section01 .ranking-container {
  background-color: #E7F0DC;
}

/* section02 */
#hervest2025 .recommend-sec.section02 .ranking-container {
  background-color: #FFF3E9;
}

#hervest2025 .recommend-sec .body .h3 {
  font-size: 32px;
  font-weight: bold;
  color: #E36E13;
  letter-spacing: 0.1em;
  line-height: 1.43;
}

#hervest2025 .recommend-sec .body .h3 .sml {
  font-size: 25px;
  color: #000;
}

#hervest2025 .recommend-sec .body .sub-title {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.43;
  letter-spacing: 0;
}

#hervest2025 .recommend-sec .living-rank {
  margin-top: 30px;
}

/* #hervest2025 .swiper-sec.recommend-sec::before{
    background-image: url("../bg_ranking_left.png");
    width: 192px;
    height: 200px;
    top: 0;
    left:0;
  }
  #hervest2025 .swiper-sec.recommend-sec::after{
    background-image: url("../bg_ranking_right.png");
    width: 192px;
    height: 200px;
    bottom: 0;
    right:0;
  } */
/* #hervest2025 .swiper-sec.recommend-sec .sectionInner{
    padding: 53px 0 43px;
    position: relative;
    background-image: url("../bg_ranking_corner.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
  }
  #hervest2025 .swiper-sec.recommend-sec .title .h2::before{
    background-image: url("../deco_ranking_left.svg");
    width: 55px;
    height: 53px;
    top: -40px;
    left: -36px;
  }
  #hervest2025 .swiper-sec.recommend-sec .title .h2::after{
    background-image: url("../deco_ranking_right.svg");
    width: 25.59px;
    height: 24.38px;
    top: -25px;
    right: -35px;
  }
  #hervest2025 .swiper-sec.recommend-sec .title .h2 img{
    max-width: 350px;
  }
  #hervest2025 .swiper-sec.recommend-sec .sub-title{
    margin-top: 9px;
    color: #6B6B6B;
    font-family: var(--font-serif);
  } */
#hervest2025 .recommend-sec .itemImg {
  position: relative;
}

#hervest2025 .recommend-sec .itemImg::after {
  width: 30px;
  height: 40px;
  top: 0;
  left: 10px;
}

#hervest2025 .recommend-sec .itemImg.rank1::after {
  background-image: url("../icon-ranking01.svg");
}

#hervest2025 .recommend-sec .itemImg.rank2::after {
  background-image: url("../icon-ranking02.svg");
}

#hervest2025 .recommend-sec .itemImg.rank3::after {
  background-image: url("../icon-ranking03.svg");
}

#hervest2025 .recommend-sec .itemImg.rank4::after {
  background-image: url("../icon-ranking04.svg");
}

#hervest2025 .recommend-sec .itemImg.rank5::after {
  background-image: url("../icon-ranking05.svg");
}

/* カテゴリーから選ぶ */
#hervest2025 .category-sec {
  margin-top: 80px;
}

#hervest2025 .category-sec .title .h2 {
  color: #50270D;
  text-align: center;
}

#hervest2025 .category-sec .title .h2::before {
  background-image: url("../deco_category_ttl_left.svg");
  width: 53px;
  height: 69px;
  top: 0px;
  left: -62px;
  z-index: -1;
}

#hervest2025 .category-sec .title .h2::after {
  background-image: url("../deco_category_ttl_right.svg");
  width: 37px;
  height: 41px;
  top: 10px;
  right: -45px;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  #hervest2025 .category-sec .title .h2::before {
    width: 45px;
    height: 60px;
    top: 6px;
    left: -50px;
  }

  #hervest2025 .category-sec .title .h2::after {
    width: 48px;
    height: 46px;
    top: 0;
    right: -52px;
    z-index: -1;
  }
}

#hervest2025 .section.category-sec .body {
  margin-top: 30px;
}

#hervest2025 .category-sec .category-link-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#hervest2025 .category-sec .category-link-list.highlight-link-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

#hervest2025 .category-name {
  font-size: 16px;
  color: #fff;
  line-height: 1.6;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55px;
  background-color: #ff8c32;
  background-image: url(../icon_category_arrow.svg);
  background-position: calc(100% - 20px) 50%;
  background-repeat: no-repeat;
  background-size: 7.8px 16.9px;
  font-family: var(--font-serif);
}

#hervest2025 .category-name .small {
  font-size: 14px;
}

/* キーワード */
#hervest2025 .hashCategories {
  margin-top: 60px;
  padding-bottom: 10px;
}

/* #hervest2025 .hashCategories .title .h2::before,
#hervest2025 .hashCategories .title .h2::after{
  background-image: url("../deco_keyword.svg");
  width: 35.73px;
  height: 35.73px;
  top: 10px;
} */
#hervest2025 .hashCategories .title .h2::before {
  background-image: url("../deco_title-blossom_left.svg");
  width: 38px;
  height: 79px;
  top: -42px;
  left: -38px;
}

/* #hervest2025 .hashCategories .title .h2::after{
  right: -50px;
}
 */
#hervest2025 .hashCategories .item ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 745px;
}

#hervest2025 .hashCategories .item ul li {
  /* margin-bottom: 15px;
  margin-left: calc(15px /2);
  margin-right: calc(15px /2); */
}

#hervest2025 .hashCategories .item ul li+li {
  margin-left: 15px;
}

/* #hervest2025 .hashCategories .item ul li:nth-child(5n + 1){
  margin-left: 0;
} */
/* #hervest2025 .hashCategories .item ul li:nth-child(n + 4){
  margin-top: 10px;
} */

#hervest2025 .hashCategories .item ul li a {
  color: #EE87A6;
  font-size: 16px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EE87A6;
  border-radius: 50px;
  background-color: #fff;
  height: 40px;
  padding: 0 32px;
}

#hervest2025 .hashCategories .item ul li a:before {
  content: "#";
  margin-right: 3px;
}

/* カテゴリーから選ぶ */
#hervest2025 .select-sec {
  border: 10px solid #D4E4E9;
}

#hervest2025 .select-sec .sectionInner {
  padding: 0 30px 30px;
  position: relative;
}

#hervest2025 .select-sec .sectionInner::before {
  background-image: url("../bg_select_right.png");
  width: 267px;
  height: 278.4px;
  top: 0;
  right: 0;
  z-index: -1;
}

#hervest2025 .select-sec .sectionInner::after {
  background-image: url("../bg_select_left.png");
  width: 267px;
  height: 278.4px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

#hervest2025 .select-sec .title .h2 {
  margin-top: 40px;
}

#hervest2025 .select-sec .title .sub-title {
  margin-top: 0;
}

#hervest2025 .select-sec .category-container .title .h2::before {
  top: 11px;
  left: -35px;
}

#hervest2025 .select-sec .category-container .title .h2::after {
  bottom: -8.42px;
  right: -35px;
}

#hervest2025 .select-sec .budget-sec .title .h2::before {
  bottom: 0;
  left: -37px;
}

#hervest2025 .select-sec .budget-sec .title .h2::after {
  top: -5px;
  right: -35px;
}

#hervest2025 .select-sec .category-container .category-link-list {
  display: grid;
}

#hervest2025 .select-sec .category-container .category-link-list img {
  border: 1px solid #128DB3;
  border-bottom: none;
}

#hervest2025 .select-sec .category-container .category-link-list-main {
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 10px;
}

#hervest2025 .select-sec .category-container .category-link-list-sub {
  margin-top: 10px;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 10px;
}

#hervest2025 .select-sec .category-container .category-name {
  padding-right: 18px;
  font-size: 18px;
  color: #128DB3;
  background-color: #fff;
  background-image: url(../icon-arrow-price01.svg);
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 7.844px 16.903px;
  border: 1px solid #128DB3;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
}

#hervest2025 .select-sec .category-container {
  container-type: inline-size;
}

@container (width <=474px) {
  #hervest2025 .select-sec .category-container .category-name {
    font-size: 14px;
  }
}


/* すべての商品を見るボタン */
#hervest2025 .allBtn {
  margin-top: 90px;
  padding-bottom: 10px;
}

#hervest2025 .allBtn a {
  padding: 5px;
  /* background-size: 100%; */
  /* background-size: cover; */
  background-color: #557633;
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin: 0 auto;
  letter-spacing: 0.05em;
  max-width: 750px;
  height: 100px;
  text-align: center;
  display: block;
  /* justify-content: center;
    align-items: center;
    flex-wrap: wrap; */
  font-family: var(--font-serif);
}

#hervest2025 .allBtn .allBtn-inner {
  border: 1px solid #fff;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* おすすめバナー */
#hervest2025 .banner-recommend {
  margin-top: 50px;
}

#hervest2025 .banner-recommend .banner-recommend-text {
  margin-top: 10px;
  font-size: 14px;
}

#hervest2025 .itemButtonLargeWrap {
  margin: 40px auto 0;
  position: relative;
  text-align: center;
}

#hervest2025 .itemButtonLargeWrap .itemButtonLarge {
  background-color: #B4792E;
  margin: 0 auto;
  width: 570px;
  height: 70px;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.45;
}

#hervest2025 .itemButtonLargeWrap .itemButtonLarge .spNone {
  display: inline-block;
}

@media screen and (max-width: 1400px) {
  #hervest2025 .swiper-sec.recommend-sec .sectionInner {
    background: none;
    position: relative;
  }

  #hervest2025 .swiper-sec.recommend-sec .sectionInner::before {
    background-image: url("../deco-corner-left01.png");
    width: 127px;
    height: 138px;
    top: 0;
    left: 0;
    transform: scale(0.8);
    transform-origin: left top;
  }

  #hervest2025 .swiper-sec.recommend-sec .sectionInner::after {
    background-image: url("../deco-corner-right01.png");
    width: 207px;
    height: 145.49px;
    top: 0;
    right: 0;
    transform: scale(0.8);
    transform-origin: right top;
  }
}

@media screen and (max-width: 1385px) and (min-width: 1101px) {
  #hervest2025 .shipping-detail .shipping-detail-headding .shipping-headding-text {
    font-size: 1.3vw;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost,
  #hervest2025 .shipping-detail .shipping-detail-cost .medium {
    font-size: 1.444vw;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost .price {
    font-size: 2.31vw;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost .small {
    font-size: 1.155vw;
  }
}

@media screen and (max-width: 1385px) and (min-width: 768px) {
  /* MV部分 */

  #hervest2025 .shipping-detail>dt .note {
    font-size: 10px;
  }
}

@media screen and (max-width: 1100px) and (min-width: 861px) {
  #hervest2025 .brTb {
    display: block;
  }
}

@media screen and (max-width: 1100px) and (min-width: 768px) {
  .tabOn {
    display: block;
  }

  #hervest2025 .shipping-detail>dd {
    display: block;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost:last-child {
    margin-left: 0;
  }

}


#hervest2025 .link-area .link-parent a {
  line-height: 1.4;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hervest2025 .swiper-sec .swiper-button-next,
#hervest2025 .swiper-sec .swiper-button-prev {
  top: 27.18%;
}

#hervest2025 .swiper-sec.recommend-sec .body {
  container-type: inline-size;
}

@container (width <=660px) {

  #hervest2025 .swiper-sec .swiper-button-next,
  #hervest2025 .swiper-sec .swiper-button-prev {
    top: 23.18%;
  }
}

#hervest2025 .swiper-sec .sweets-contents .swiper-button-next,
#hervest2025 .swiper-sec .sweets-contents .swiper-button-prev {
  top: calc(27.18% - 22.5px);
}

#hervest2025 .swiper-sec .sweets-contents .body {
  container-type: inline-size;
}

@container (width <=660px) {

  #hervest2025 .swiper-sec .sweets-contents .swiper-button-next,
  #hervest2025 .swiper-sec .sweets-contents .swiper-button-prev {
    top: 18.18%;
  }
}

#hervest2025 .swiper-sec .goods-contents .swiper-button-next,
#hervest2025 .swiper-sec .goods-contents .swiper-button-prev {
  top: 19%;
}

#hervest2025 .swiper-sec .goods-contents .body {
  container-type: inline-size;
}

@container (width <=660px) {

  #hervest2025 .swiper-sec .goods-contents .swiper-button-next,
  #hervest2025 .swiper-sec .goods-contents .swiper-button-prev {
    top: 15.18%;
  }
}

#hervest2025 .swiper-sec .title .h2 img {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

#hervest2025 .swiper-sec.recommend-sec .title .h2::before {
  left: -1vw;
}

#hervest2025 .swiper-sec.recommend-sec .title .h2::after {
  right: 0;
}

#hervest2025 .swiper-sec.recommend-sec .title .h2 img {
  width: 76%;
}

#hervest2025 {
  container-type: inline-size;
}

@container (width <=665px) {
  /* #hervest2025 .swiper-sec.recommend-sec .sectionInner{
      padding-top: 15px;
    } */

  #hervest2025 .swiper-sec.recommend-sec .sectionInner::before,
  #hervest2025 .swiper-sec.recommend-sec .sectionInner::after {
    transform: scale(0.5);
  }

  #hervest2025 .swiper-sec.recommend-sec .title .h2::before,
  #hervest2025 .swiper-sec.recommend-sec .title .h2::after {
    transform: scale(0.8);
  }

  #hervest2025 .swiper-sec.recommend-sec .title .h2::before {
    /* margin-left: -5px; */
    left: 0;
  }

  #hervest2025 .swiper-sec.recommend-sec .title .h2::after {
    right: 1vw;
  }

  /*  #hervest2025 .swiper-sec.recommend-sec .sub-title{
      margin-top: -27px;
    } */
}

#hervest2025 .budget-sec .item-price-list {
  display: block;
  gap: 0;
}

/* #hervest2025 .budget-sec .item-price-list li + li{
    margin-top: 15px;
  } */

#hervest2025 .hashCategories .item {
  container-type: inline-size;
}

@container (width <=762px) {
  #hervest2025 .hashCategories .item ul {
    max-width: 500px;
  }

  #hervest2025 .hashCategories .item ul li:nth-child(3n + 1) {
    margin-left: 0;
  }

  #hervest2025 .hashCategories .item ul li:nth-child(n + 4) {
    margin-top: 10px;
  }
}

@container (width <=467px) {
  #hervest2025 .hashCategories .item ul li a {
    font-size: 1.735vw;
  }
}

@media screen and (max-width: 1080px) and (min-width: 768px) {
  .pcOn {
    display: none;
  }

  /* カテゴリーから選ぶ */
  #hervest2025 .category-sec {
    container-type: inline-size;
  }

  @container (width <=620px) {

    /* #hervest2025 .category-sec .category-link-list{
      grid-column-gap: 15px;
      grid-row-gap: 20px;
    } */
    #hervest2025 .category-name {
      font-size: 1.6vw;
      line-height: 1.4;
      background-position: calc(100% - 10px) 50%;
    }

    #hervest2025 .category-name .small {
      font-size: 10px;
    }

    /* #hervest2025 .category-name .xspNone{
      display: none;
    } */
    @container (width <=500px) {
      #hervest2025 .category-name {
        background-position: calc(100% - 5px) 50%;
        background-size: 5.8px 14.9px;
      }
    }
  }

  /* ボタン */
  /* TOPページ・カテゴリーページボタン */
  /*  #hervest2025 .bnrWrap{
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
  }
  #hervest2025 .bnrWrap .categoryLink a{
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
  }
  #hervest2025 .bnrWrap .topBtn a{
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
  } */

  #hervest2025 #select_category.category-select {
    container-type: inline-size;
  }

  @container (width <=660px) {
    #hervest2025 #select_category.category-select .item-price-list {
      gap: 5px;
    }

    #hervest2025 #select_category.category-select .item-price-list.list-row4 {
      margin-top: 5px;
      gap: 5px;
    }

    #hervest2025 #select_category.category-select .item-price-list .item a {
      font-size: 1.5vw;
    }

    #hervest2025 #select_category.category-select .item a .small {
      font-size: 1.2vw;
    }
  }

  @container (width <=570px) {
    #hervest2025 #select_category.category-select .item-price-list.list-row4 {
      grid-template-columns: repeat(2, 1fr);
    }

    #hervest2025 #select_category.category-select .item-price-list .item a {
      font-size: 14px;
    }

    #hervest2025 #select_category.category-select .item a .small {
      font-size: 12px;
    }
  }

}

@media screen and (max-width: 980px) and (min-width: 768px) {
  #hervest2025 .recommend-sec .body .h3 {
    font-size: 28px;
  }

  #hervest2025 .recommend-sec .body .h3 .sml {
    font-size: 23px;
    color: #000;
  }

  #hervest2025 .mv-shipping-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  #hervest2025 .shipping-detail>dt {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #hervest2025 .shipping-detail>dd {
    /* padding-left: 15px; */
    padding: 10px;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost+.shipping-detail-cost {
    margin-left: 5px;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost .medium {
    font-feature-settings: "palt";
    font-size: 10px;
  }
}

@media screen and (max-width: 920px) and (min-width: 768px) {
  #hervest2025 .shipping-detail>dt::after {
    display: none;
  }

  #hervest2025 .mv-shipping-block {
    height: auto;
  }

  #hervest2025 .shipping-detail {
    padding: 10px 12px;
    flex-direction: column;
  }

  #hervest2025 .shipping-detail>dt {
    width: 100%;
    max-width: inherit;
    border-bottom: 1px solid #557633;
  }

  #hervest2025 .shipping-detail>dt .note {
    text-align: center;
  }

  #hervest2025 .shipping-detail .shipping-detail-headding .shipping-headding-text {
    font-size: 20px;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost dt,
  #hervest2025 .shipping-detail .shipping-detail-cost .medium {
    font-size: 17px;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost .price {
    font-size: 24px;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost .tax {
    font-size: 12px;
  }

  #hervest2025 .shipping-detail>dd {
    display: flex;
  }
}

@media screen and (max-width: 880px) {

  #hervest2025 .budget-sec .item a {
    height: 55px;
  }

  #hervest2025 .bnrWrap {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin: 60px auto 90px;
  }

  #hervest2025 .bnrWrap .categoryLink a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 19px;
    font-weight: bold;
    height: 70px;
    justify-content: center;
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
    line-height: 1.2;
    margin: -1px auto 1px;
  }

  #hervest2025 .bnrWrap .topBtn a {
    height: 50px;
    margin: 20px auto 0;
    width: 80%;
  }


  #hervest2025 .bnrWrap .categoryLink,
  #hervest2025 .bnrWrap .topBtn {
    width: 100%;
  }
}

@media screen and (max-width: 860px) and (min-width: 768px) {
  #hervest2025 .brTb {
    display: none;
  }

  #hervest2025 .link-area .link-parent {
    display: block;
    grid-column-gap: 0;
  }

  #hervest2025 .link-area .link-parent li+li {
    margin-top: 10px;
  }

  #hervest2025 .link-area .link-parent a {
    height: 50px;
  }
}

@media screen and (max-width: 820px) {

  /* アンカーリンク・ボタン */
  #hervest2025 .link-area .link-parent a {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .goodsList .main .sideMenu {
    padding: 0 1em;
  }

  .tabOn {
    display: None;
  }

  .spOn {
    display: block;
  }

  .pcOn {
    display: none;
  }

  #hervest2025 .spNone {
    display: none;
  }

  body .contents {
    margin: 0;
    padding: 0;
  }

  .top .contentsTop {
    margin-bottom: 0 !important;
  }

  /* ボタン */
  /* TOPページ・カテゴリーページボタン */
  #hervest2025 .bnrWrap {
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;

  }

  #hervest2025 .bnrWrap .categoryLink a {
    align-items: center;
    color: #fff;
    display: flex;
    font-size: 19px;
    font-weight: bold;
    height: 70px;
    justify-content: center;
    margin: 0 auto;
    max-width: 480px;
    width: 95%;
    line-height: 1.2;
    margin: -1px auto 1px;
  }

  #hervest2025 .bnrWrap .topBtn {
    margin-right: 0;
  }

  #hervest2025 .bnrWrap .topBtn a {
    font-size: 16px;
    height: 50px;
    line-height: 1.4;
    margin: 20px auto 0;
    text-align: center;
    width: 80%;
  }

  #hervest2025 .banner-recommend+.bnrWrap {
    margin: 45px auto 40px;
  }

  #hervest2025 .shipping-fee {
    margin-top: 0;
  }

  #hervest2025 .link-area {
    margin-top: 20px;
    padding: 0 10px;
  }

  #hervest2025 .mv-shipping-block {
    /* padding: 10px 20px; */
    height: auto;
  }

  #hervest2025 .shipping-detail {
    padding: 15px;
    display: block;
  }

  #hervest2025 .shipping-detail>dt {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 3px;
    border-bottom: 1px solid #557633;
    width: 100%;
    max-width: inherit;
  }

  #hervest2025 .shipping-detail>dt::after {
    display: none;
  }

  #hervest2025 .shipping-detail>dd {
    padding-left: 0;
    display: block;
    /* justify-content: center; */
  }

  #hervest2025 .shipping-detail .shipping-detail-cost {
    font-size: 18px;
    justify-content: center;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost .price {
    font-size: 22px;
    line-height: 1.2;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost .medium {
    font-size: 16px;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost .small {
    font-size: 10px;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost .tax {
    font-size: 12px;
  }

  #hervest2025 .shipping-detail .shipping-detail-cost+.shipping-detail-cost {
    margin-top: 5px;
    margin-left: 0;
  }

  #hervest2025 .shipping-detail>dt .note {
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
  }

  /* アンカーリンク・ボタン */
  #hervest2025 .link-area {
    /* padding: 0 20px; */
  }

  #hervest2025 .link-area .link-parent {
    display: block;
  }

  #hervest2025 .link-area .link-parent li+li {
    margin-top: 10px;
  }

  #hervest2025 .link-area .link-parent a {
    line-height: 50px;
    font-size: 16px;
    height: 50px;
  }

  /* セクション内共通要素 */
  #hervest2025 .title .h2 {
    font-size: 20px;
  }

  #hervest2025 .title .h2 span {
    font-size: 26px;
  }

  #hervest2025 .title .h2 .small {
    font-size: 20px;
  }

  #hervest2025 .recommend-sec .body .h3 .sml {
    font-size: 20px;
  }

  #hervest2025 .section .itemLead {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.4;
  }

  #hervest2025 .section .shop-name {
    /* font-size: 14px;
    line-height: 1.4; */
  }

  #hervest2025 .section .itemName {
    font-size: 15px;
    line-height: 1.4;
  }

  #hervest2025 .section .itemPrice {
    font-size: 13px;
    line-height: 17.5px;
  }

  #hervest2025 .section .itemPrice .number {
    font-size: 18px;
    line-height: 1.8;
    padding-right: 2px;
  }

  #hervest2025 .LeadText::before {
    left: -45px;
    scale: 0.8;
    transform-origin: left top;
  }

  #hervest2025 .LeadText::after {
    right: -45px;
    scale: 0.8;
    transform-origin: right top;
  }

  /*   #hervest2025 .lead-emphasis{
    margin-bottom: 10px;
    font-size: 24px;
  } */
  #hervest2025 .lead-normal {
    margin-top: 15px;
    font-size: 16px;
  }

  #hervest2025 .section+.section {
    margin-top: 50px;
  }

  #hervest2025 .sub-title {
    font-size: 14px;
  }

  /* swiper */
  #hervest2025 .swiper-sec {
    /*  margin-bottom: 40px; */
    background-size: cover;
  }

  #hervest2025 .swiper-sec .title .h2 img {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
  }

  #hervest2025 .swiper-sec .title .h2 span {
    font-size: 40px;
  }

  #hervest2025 .swiper-sec .body {
    margin-top: 20px;
    padding: 0 20px;
    position: relative;
  }

  #hervest2025 .swiper-sec .itemButton {
    max-width: 280px;
    font-size: 18px;
    height: 50px;
  }

  #hervest2025 .swiper-sec .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 40px;
  }

  #hervest2025 .swiper-sec::before {
    width: 215px;
    top: -13px;
  }

  #hervest2025 .swiper-sec::after {
    width: 215px;
    bottom: -120px;
  }

  #hervest2025 .swiper-button-next,
  #hervest2025 .swiper-button-prev {
    width: 9px;
    height: 30px;
    background-size: contain;
    /* top: 35% !important; */
  }

  /* #hervest2025 .swiper-sec .swiper-button-next,
#hervest2025 .swiper-sec .swiper-button-prev{
top: 32.18%;
} */
  /* #hervest2025 .swiper-sec.recommend-sec .body{
  container-type: inline-size;
}
@container (width <= 557px) {
#hervest2025 .swiper-sec .swiper-button-next,
#hervest2025 .swiper-sec .swiper-button-prev{
  top: 23.18%;
}
}
@container (width <= 430px) {
#hervest2025 .swiper-sec .swiper-button-next,
#hervest2025 .swiper-sec .swiper-button-prev{
  top: 18%;
}
}
@container (width <= 430px) {
  #hervest2025 .swiper-sec .swiper-button-next,
  #hervest2025 .swiper-sec .swiper-button-prev{
    top: 24%;
  } */
  /* @container (width <= 430px) {
    #hervest2025 .swiper-sec .swiper-button-next,
    #hervest2025 .swiper-sec .swiper-button-prev{
      top: 18%;
    }
    } */
  /* #hervest2025 .swiper-sec .sweets-contents .swiper-button-next,
#hervest2025 .swiper-sec .sweets-contents .swiper-button-prev{
top: 26%;
}
#hervest2025 .swiper-sec .sweets-contents .body{
  container-type: inline-size;
}
@container (width <= 557px) {
#hervest2025 .swiper-sec .sweets-contents .swiper-button-next,
#hervest2025 .swiper-sec .sweets-contents .swiper-button-prev{
  top: 22%;
}
} */
  /* @container (width <= 430px) {
#hervest2025 .swiper-sec .sweets-contents .swiper-button-next,
#hervest2025 .swiper-sec .sweets-contents .swiper-button-prev{
  top: 19%;
}
} */
  /* @container (width <= 395px) {
#hervest2025 .swiper-sec .sweets-contents .swiper-button-next,
#hervest2025 .swiper-sec .sweets-contents .swiper-button-prev{
  top: 16%;
}
} */
  /* #hervest2025 .swiper-sec .goods-contents .swiper-button-next,
#hervest2025 .swiper-sec .goods-contents .swiper-button-prev{
top: 26%;
}
#hervest2025 .swiper-sec .goods-contents .body{
  container-type: inline-size;
}
@container (width <= 557px) {
#hervest2025 .swiper-sec .goods-contents .swiper-button-next,
#hervest2025 .swiper-sec .goods-contents .swiper-button-prev{
  top: 22%;
}
}
@container (width <= 430px) {
#hervest2025 .swiper-sec .goods-contents .swiper-button-next,
#hervest2025 .swiper-sec .goods-contents .swiper-button-prev{
  top: 16%;
}
} */
  /* @container (width <= 395px) {
#hervest2025 .swiper-sec .goods-contents .swiper-button-next,
#hervest2025 .swiper-sec .goods-contents .swiper-button-prev{
  top: 16%;
}
} */

  #hervest2025 .swiper-button-next {
    background-image: url("../slide_arrow_rignt_sp.svg") !important;
    transform: rotate(0deg);
    right: 6px !important;
  }

  #hervest2025 .swiper-button-prev {
    background-image: url("../slide_arrow_left_sp.svg") !important;
    left: 6px !important;

  }

  #hervest2025 .swiper-sec .itemLead {
    margin-top: 10px;
  }

  #hervest2025 .recommend-sec {
    margin-top: 30px;
  }

  #hervest2025 .recommend-sec .ranking-container::before {
    top: -20px;
    left: -4px;
    scale: 0.7;
    transform-origin: left top;
  }

  #hervest2025 .recommend-sec .ranking-container::after {
    display: none;
  }

  #hervest2025 .recommend-sec .ranking-container {
    margin-top: 15px;
    padding: 25px 0;
  }

  #hervest2025 .recommend-sec .body .h3 {
    font-size: 26px;
  }

  #hervest2025 .recommend-sec .body .sub-title {
    font-size: 16px;
  }

  /* カテゴリーから選ぶ */
  #hervest2025 .category-sec .title .h2::after {
    /* right: -4px;
  bottom: -21px; */
    scale: 0.8;
    transform-origin: left;
  }

  #hervest2025 .section.category-sec .body {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  #hervest2025 .category-sec .category-link-list {
    grid-template-columns: repeat(2, 1fr);
  }

  #hervest2025 .category-name {
    font-size: 16px;
    line-height: 1.4;
    background-position: calc(100% - 10px) 50%;
    height: 40px;
  }

  #hervest2025 .category-name .small {
    font-size: 11px;
  }

  /* #hervest2025 .select-sec{
 border-width: 5px;
}
#hervest2025 .select-sec .sectionInner{
  padding: 0 15px 20px;
}
#hervest2025 .select-sec .sectionInner::before,
#hervest2025 .select-sec .sectionInner::after{
  transform: scale(0.6);
}
#hervest2025 .select-sec .sectionInner::before{
  transform-origin: right top;
}
#hervest2025 .select-sec .sectionInner::after{
  transform-origin: left bottom;
}
#hervest2025 .select-sec .title .h2{
  margin-top: 20px;
}
#hervest2025 .select-sec .category-container .title .h2::before{
  top: 0;
}
#hervest2025 .select-sec .category-container .category-name{
  padding-right: 12px;
  font-size: 16px;
  height: 54px;
  background-size: 5.844px 16.903px;
  background-position: calc(100% - 5px) 50%;
  line-height: 1.4;
}
#hervest2025 .select-sec .category-container{
  container-type: inline-size;
 }
 @container (width <= 474px) {
  #hervest2025 .select-sec .category-container .category-name {
    font-size: 14px;
  }
}
#hervest2025 .select-sec .category-container .category-link-list-main{
  grid-column-gap: 5px;
 }
#hervest2025 .select-sec .category-container .category-link-list-sub{
  margin-top: 5px;
  grid-column-gap: 5px;
} */

  #hervest2025 .allBtn a {
    margin: -1px auto 1px;
    max-width: none;
    height: 90px;
    font-size: 20px;
    line-height: 1.4;
    width: calc(100% - 12px);
  }


  /* TOPページ・カテゴリーページボタン */
  #hervest2025 .banner-recommend+.bnrWrap {
    margin: 90px auto;
  }
}

@media screen and (max-width: 550px) {

  #hervest2025 .swiper-sec.recommend-sec .sectionInner::before,
  #hervest2025 .swiper-sec.recommend-sec .sectionInner::after {
    transform: scale(0.5);
  }

  #hervest2025 .section.category-sec .body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 520px) {
  #hervest2025 .xspNone {
    display: none;
  }

  #hervest2025 .allBtn a {
    /* background-size: inherit; */
  }

  #hervest2025 .swiper-sec.recommend-sec .sectionInner {
    padding-top: 45px;
  }

  #hervest2025 .swiper-sec .title .h2 img {
    width: 82%;
  }

  #hervest2025 .swiper-sec.recommend-sec .title .h2::before {
    /* margin-left: -1px; */
    left: 6px;
    transform: scale(0.7);
  }

  #hervest2025 .swiper-sec.recommend-sec .title .h2::after {
    top: -18px;
    right: 3px;
    transform: scale(0.7);
  }

  /* #hervest2025 .link-area .link-parent a{
    line-height: 43px;
  } */
  #hervest2025 .budget-sec .item a {
    font-size: 16px;
  }

  #hervest2025 .budget-sec .item a .small {
    font-size: 12px;
  }

  #hervest2025 #select_category.category-select .item-price-list {
    grid-template-columns: repeat(2, 1fr);
  }

  /*  #hervest2025 #select_category.category-select .item a{
    font-size: 14px;
  }
  #hervest2025 #select_category.category-select .item a .small{
    font-size: 10px;
  } */
}

@media screen and (max-width: 480px) {
  #hervest2025 .shipping-detail>dd {
    display: inline-block;
  }

  #hervest2025 .shipping-detail>dd .shipping-detail-cost:first-child .price {
    /* margin-left: 1em; */
  }

  .m-spOn {
    display: block;
  }
}

@media screen and (max-width: 420px) {
  .xspOn {
    display: block;
  }

  /* #hervest2025 .swiper-button-next, 
  #hervest2025 .swiper-button-prev{
    top: 24% !important;
  }
 */
  #hervest2025 .category-name {
    font-size: 15px;
    background-size: 5.8px 14.9px;
    background-position: calc(100% - 8px) 50%;
    height: 40px;
  }

  #hervest2025 .category-name .small {
    font-size: 10px;
  }
}

@media screen and (max-width: 385px) {

  /*  #hervest2025 .budget-sec .title .h2::before,
  #hervest2025 .budget-sec .title .h2::after{
    transform: scale(0.7);
  }
  #hervest2025 .budget-sec .title .h2::after{
    right: -137px;
  } */
  #hervest2025 .swiper-sec.recommend-sec .sectionInner::before,
  #hervest2025 .swiper-sec.recommend-sec .sectionInner::after {
    transform: scale(0.4);
  }

  #hervest2025 #select_category.category-select .item a {
    font-size: 14px;
  }

  #hervest2025 #select_category.category-select .item a .small {
    font-size: 10px;
  }
}

@media screen and (max-width: 374px) {

  /* TOPページ・カテゴリーページボタン */
  #hervest2025 .bnrWrap .categoryLink a {
    font-size: 16px;
  }

  /* #hervest2025 .budget-sec .title .h2::before,
  #hervest2025 .budget-sec .title .h2::after{
    transform: scale(0.64);
  }
  #hervest2025 .budget-sec .title .h2::before{
    left: -102px;
  }
  #hervest2025 .budget-sec .title .h2::after{
    right: -116px;
  } */
}

@media screen and (max-width: 370px) {

  #hervest2025 .bnrWrap .categoryLink a {
    font-size: 15px;
  }
}