@charset "utf-8";
:root {
  --fz-10 : 10px;
  --fz-11 : 11px;
  --fz-12 : 12px;
  --fz-13 : 13px;
  --fz-14 : 14px;
  --fz-15 : 15px;
  --fz-16 : 16px;
  --fz-17 : 17px;
  --fz-18 : 18px;
  --fz-19 : 19px;
  --fz-20 : 20px;
  --fz-21 : 21px;
  --fz-22 : 22px;
  --fz-23 : 23px;
  --fz-25 : 25px;
  --fz-28 : 28px;
  --fz-32 : 32px;
}
@media (min-width:376px) and (max-width:800px) {
  :root {
    --fz-10 : 2.66vw;
    --fz-11 : 2.93vw;
    --fz-12 : 3.2vw;
    --fz-13 : 3.73vw;
    --fz-14 : 3.73vw;
    --fz-15 : 4vw;
    --fz-16 : 4.26vw;
    --fz-17 : 4.53vw;
    --fz-18 : 4.8vw;
    --fz-19 : 5vw;
    --fz-20 : 5.33vw;
    --fz-21 : 5.6vw;
    --fz-22 : 5.86vw;
    --fz-23 : 6.13vw;
    --fz-25 : 6.66vw;
    --fz-28 : 7.46vw;
    --fz-32 : 8.53vw;
  }
}
#spring-herb a {
  transition: all 0.3s;
  color: #44342c;
}
#spring-herb {
  font-size: var(--fz-14);
  line-height: 1.68;
  background: #ffe3e2;
  letter-spacing: 1px;
  font-feature-settings: 'palt';
}

#spring-herb .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto;
}
#spring-herb #contents {
  background-color: #ffeeec;
  width: 375px;
  max-width: 100%;
}
#spring-herb h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
}
#spring-herb h2,
#spring-herb h3 {
  padding: 0;
  text-align: center;
}

/* mv */
#spring-herb .mainview {
  background: url(../../../img/usr/freepage/spring-herb2025/bg_mv.jpg) no-repeat top center / cover;
  padding-bottom: 37px;
}
#spring-herb .mainview .lineup--lead {
  margin-block: 35px 25px;
  font-weight: bold;
  font-size: var(--fz-15);
  letter-spacing: 0;
  text-align: center;
  color: #6a420a;
}
#spring-herb .mainview .lineup--lead img {
  vertical-align: bottom;
}
#spring-herb .mainview .lineup--recommend {
  margin-block: 21px 11px;
}
#spring-herb .mainview .lineup--recommend img {
  vertical-align: bottom;
}
#spring-herb .mainview .lineup--list.line01 li {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
}
#spring-herb .mainview .lineup--list.line01 li img {
  vertical-align: bottom;
}
#spring-herb .mainview .lineup--list.line01 li {
  padding: 0 25px 10px;
}
#spring-herb .mainview .lineup--list.line01 li:last-child {
  padding-bottom: 0;
}
#spring-herb .mainview .recommend-swiper {
  padding-inline: 23px;
  padding-bottom: 8px;
}
#spring-herb .mainview .recommend-swiper .swiper-wrapper {
  align-items: flex-end;
}
#spring-herb .mainview .recommend-swiper .swiper-slide {
  width: 129px;
}
#spring-herb .mainview .recommend-swiper .swiper-slide img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  vertical-align: bottom;
}

/* section01~05 */
#spring-herb .sec01 {
  background-color: #fad4da;
}
#spring-herb .sec01 .sec-content {
  background-color: inherit;
}
#spring-herb .sec02 {
  margin-top: -30px;
}
#spring-herb .sec02 .sec-content {
  background-color: #f3e1d7;
}
#spring-herb .sec02 .item--list {
  display: block !important;
}
#spring-herb .sec03 {
  margin-top: -30px;
}
#spring-herb .sec03 .sec-content {
  background-color: #ffeeec;
  padding-bottom: 30px;
  position: relative;
}
#spring-herb .sec04 .sec-content {
  background-color: #ffeeec;
  position: relative;
}
#spring-herb .sec05 {
  position: relative;
  margin-top: -30px;
  z-index: 2;
}
#spring-herb .sec05 .sec-content {
  background-color: #e1e9ca;
  padding-bottom: 47px;
  position: relative;
}
#spring-herb .sec03 .sec-content::before,
#spring-herb .sec04 .sec-content::before,
#spring-herb .sec05 .sec-content::before {
  content: '';
  background-image: url(../../../img/usr/freepage/spring-herb2025/sec_bg_mid.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  left: 0;
  height: calc(100% + 2px); /* 2px高さを余分に設ける 画面幅によって生じる繋ぎ目を塞ぐ */
  top: -1px; /* 1px上にずらす 画面幅によって生じる繋ぎ目を塞ぐ */
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}
#spring-herb .sec05 .sec-content::before {
  background-image: url(../../../img/usr/freepage/spring-herb2026/sec05_bg_mid.png);
  height: calc(100% - 4px);
}
#spring-herb .sec05 .sec-content::after {
  content: '';
  background: url(../../../img/usr/freepage/spring-herb2026/sec05_bg_btm.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  bottom: 0;
  left: 0;
  height: 7px;
  width: 100%;
  position: absolute;
  z-index: 3;
}
#spring-herb .sec-ttl {
  margin: 0;
}
#spring-herb .sec-ttl img {
  vertical-align: bottom;
}
#spring-herb .sec-content {
  padding: 30px 0 70px;
}

#spring-herb [class^="sec0"] .swiper {
  padding-right: 55px;
  margin-left: 13px;
  padding-bottom: 6%;
  margin-bottom: 7px;
}

#spring-herb .swiper-slide img {
  vertical-align: bottom;
}

#spring-herb .swiper-pagination {
  bottom: 0!important;
  width: calc(100% - 55px)!important;
}

#spring-herb [class^="sec0"] .swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #fff;
  margin: 0 4px;
}

#spring-herb [class^="sec0"] .swiper-pagination-bullet-active {
  background: #44342c;
}

/* 商品カート */
#spring-herb [class^="sec0"] .item {
  background: #fff;
  border: 1px solid #a1906d;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 12px;
  padding: 11px 0 32px;
}

#spring-herb [class^="sec0"] .item .item-top {
  padding: 0 11px;
}

#spring-herb [class^="sec0"] .item .item-bottom {
  padding: 0 25px;
}

#spring-herb [class^="sec0"] .item h3 {
  font-size: var(--fz-18);
  text-align: left;
  font-weight: bold;
  margin: 0 0 3px;
}

#spring-herb [class^="sec0"] .item--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
  margin-bottom: 13px;
}
#spring-herb [class^="sec0"] .item--list li {
  border: 2px solid #cbcbcb;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 9px 15px 2px;
}
#spring-herb [class^="sec0"] .item--list li.active {
  border: 3px solid #f08b7e;
  background: #fff9f9;
}

#spring-herb [class^="sec0"] .item--list li .content,
#spring-herb [class^="sec0"] .item--list li .content {
  font-size: var(--fz-18);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
}

#spring-herb [class^="sec0"] .item--list li .content span {
  font-size: var(--fz-11);
  letter-spacing: 0.01em;
  margin-bottom: 3px;
}
#spring-herb [class^="sec0"] .item--list li .content small {
  font-size: var(--fz-14);
}
#spring-herb [class^="sec0"] .item--list li .price {
  font-size: var(--fz-23);
  font-weight: bold;
  letter-spacing: -1px;
}
#spring-herb [class^="sec0"] .item--list li .price span {
  font-size: var(--fz-14);
  letter-spacing: 0.01em;
}

#spring-herb [class^="sec0"] .qty-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 8px;
}

#spring-herb [class^="sec0"] .qty-area .number-change {
  font-weight: bold;
}

#spring-herb [class^="sec0"] .omatome a {
  display: inline-block;
  color: #bb4d59 !important;
  letter-spacing: 0;
}

#spring-herb [class^="sec0"] .detail a {
  display: inline-block;
  color: #2c97ec !important;
  font-size: var(--fz-13);
}

#spring-herb [class^="sec0"] .caution-txt {
  font-size: var(--fz-12);
  letter-spacing: .13em;
  line-height: 1.3;
  margin: 11px 0 0;
  text-align: left;
}

#spring-herb [class^="sec0"] .caution-content {
  background: #f4f0ec;
  padding: 7px 11px;
  margin: 8px 0 7px;
}

#spring-herb [class^="sec0"] .caution-content .ttl {
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: .02em;
  margin-bottom: 3px;
}
#spring-herb [class^="sec0"] .caution-content .type dt {
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: .04em;
  margin-bottom: 2px;
}
#spring-herb [class^="sec0"] .caution-content .type dd + dt {
  margin-top: 4px;
}
#spring-herb [class^="sec0"] .caution-content .type dd {
  font-size: var(--fz-12);
  letter-spacing: .04em;
  line-height: 1.33;
}

#spring-herb [class^="sec0"] .caution-content .type dd .indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: .03em;
}

/* しょうが茶おかわりキャンペーン */
#spring-herb .campaign {
  border: 3px solid #c0405b;
  box-sizing: border-box;
  margin: 33px 11px 0;
  background-color: #fff;
  background-image: url(../../../img/usr/freepage/spring-herb2025/bg_campaign.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 51%;
  position: relative;
}
#spring-herb .campaign--title {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 0 9px;
  padding: 23px 15px 9px;
}
#spring-herb .campaign--title *:nth-child(1) {
  flex-shrink: 0;
  margin: unset;
}
#spring-herb .campaign--title *:nth-child(1) > img {
  vertical-align: bottom;
}
#spring-herb .campaign--title *:nth-child(2) {
  font-size: var(--fz-20);
  text-align: left;
  letter-spacing: .08em;
  line-height: 1.48;
  font-weight: 600;
  margin: 0;
}
#spring-herb .campaign .summary {
  font-size: var(--fz-13);
  padding: 0 35px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  line-height: 1.54;
}
#spring-herb .campaign .period {
  border-top: 1px solid #c23a1e;
  border-bottom: 1px solid #c23a1e;
  color: #c23a1e;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  letter-spacing: -.06em;
  margin: 0 50px 11px;
}
#spring-herb .campaign .caution {
  font-size: var(--fz-12);
  padding-inline: 35px;
  letter-spacing: 0.05em;
  line-height: 1.54;
}
#spring-herb .campaign .btn {
  margin: 0 auto;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}
#spring-herb .campaign .btn a {
  background: #fff;
  border: 1px solid #675448;
  border-radius: 24px;
  color: #44342c;
  font-size: 12px;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  width: 100%;
  height: 100%;
  position: relative;
  padding: 5px 20px;
  text-align: center;
  text-decoration: none;
  min-width: 166px;
}

#spring-herb .campaign .btn a::before {
  position: absolute;
  content: '';
  top: 50%;
  right: 2px;
  width: 7px;
  height: 7px;
  margin: 0 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform:translateY(-50%) rotate(45deg);
}


/* 3セット 共通*/
#spring-herb .set {
  background: #fff;
  padding: 1px 0;
}

#spring-herb .set .qty-area {
  margin: 15px 0 5px;
}
#spring-herb .set-inner {
  box-sizing: border-box;
  border: 1px solid #a19995;
  border-radius: 10px;
  margin: 12px;
  padding: 16px 0 20px;
}
#spring-herb .set .icon-limited {
  color: #fff;
  font-size: var(--fz-13);
  background: #c0405b;
  padding: 1px 8px;
  border-radius: 4px;
}
#spring-herb .set .icon-freeshipping {
  color: #fff;
  font-size: var(--fz-13);
  background: #7eccb8;
  padding: 1px 8px;
  border-radius: 4px;
} 
#spring-herb .set .icon {
  padding: 0 10px;
} 
#spring-herb .set h2 {
  font-size: var(--fz-23);
  color: #473127;
  text-align: left;
  font-weight: bold;
  margin: 6px 0;
  padding: 0 10px;
}

#spring-herb .set .kind {
  font-size: var(--fz-13);
  color: #6a420a;
  border-bottom: 1px solid #a6a6a6;
  padding-bottom: 15px;
  margin-bottom: 16px;
  margin: 0 10px 16px;
  letter-spacing: 0.01em;
}

#spring-herb .set .qty-area .number-change {
  font-weight: bold;
}

#spring-herb .set .qty-area {
  margin: 5px 0;
}

#spring-herb .set .qty {
  margin: 0 7px 0 5px;
}


/* 茶葉3種セット */
#spring-herb .set.tealeaves .price {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 10px;
}
#spring-herb .set.tealeaves .price .img {
  width: 92px;
}
#spring-herb .set.tealeaves .price .txt1 {
  font-size: var(--fz-18);
  font-weight: bold;
  letter-spacing: 0.01em;
}
#spring-herb .set.tealeaves .price .txt1 span {
  font-size: var(--fz-13);
  font-weight: normal;
}
#spring-herb .set.tealeaves .price .txt2 {
  font-size: var(--fz-23);
  font-weight: bold;
}
#spring-herb .set.tealeaves .price .txt2 span {
  font-size: var(--fz-16);
}

#spring-herb .set .omatome {
  margin: 0 26px 12px;
}
#spring-herb .set .omatome a {
  color: #bb4d59 !important;
  
}
#spring-herb .set .btn-cart {
  margin: 0 26px 12px;
}

#spring-herb .set .caution-content {
  margin: 0 26px 12px;
  letter-spacing: 0.01em;
  font-size: var(--fz-13);
}

#spring-herb .set .surely-read {
  position: relative;
  margin: 0 26px 10px;
  padding: 0 18px;
  background: #f4f0ec;
}
#spring-herb .set .qty-area {
  padding-right: 16px;
}

/* ティーバッグ3種セット */
#spring-herb .set.teabag .price .ttl {
  margin: 10px;
}
#spring-herb .set.teabag .price-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}

#spring-herb .set.teabag .price-inner .img {
  width: 89px;
}
#spring-herb .set.teabag .price-inner .txt1 {
  font-size: var(--fz-19);
  font-weight: bold;
  letter-spacing: 0.01em;
}
#spring-herb .set.teabag .price-inner .txt2 {
  width: 89px;
}

#spring-herb .set.teabag .price-inner .txt3 {
  font-size: var(--fz-23);
  font-weight: bold;
  color: #ff4036;
}

#spring-herb .set.teabag .price-inner .txt3 span {
  font-size: var(--fz-16);
}

/* 共通設定 */
#spring-herb .swiper-button-prev,
#spring-herb .swiper-button-next {
  opacity: 0;
}

#spring-herb .qty.hide {
  display: none;
}
#spring-herb .qty select {
  color: #44342c;
  -webkit-appearance: none;
  appearance: none;
  height: 35px;
  min-width: 67px;
  max-width: 105px;
  line-height: 35px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 0 25px 0 7px;
  background: #fff url(../../../img/usr/common/icon_select.png) no-repeat top 13px
    right 5px / 14px;
}
#spring-herb .item .btn-cart {
  margin: 13px 0 10px;
}
#spring-herb .to-cart {
  display: block;
  background: #44342c;
  border-radius: 8px;
  padding: 13px 0 12px;
  text-decoration: none;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 70%);
  text-align: center;
}
#spring-herb .to-cart span {
  color: #fff;
  font-size: var(--fz-17);
  font-weight: bold;
  letter-spacing: .16em;
  padding: 0 0 0 30px;
  background: url(../../../img/usr/freepage/christmasgift2022/sp/icon_cart.png) no-repeat left center / 21px;
}

#spring-herb .item .caution {
  font-size: var(--fz-12);
  line-height: 1.4;
  padding: 0 25px;
}

#spring-herb .label {
  font-size: var(--fz-10);
  font-weight: bold;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 20px;
  background: #44342c;
}
#spring-herb .surely-read .label {
  padding: 1px 10px;
  margin: 0 0 0 5px;
}

#spring-herb .qty-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
  position: relative;
}
#spring-herb .qty {
  margin: 0 7px 0 18px;
}

#spring-herb .bookmark.hide {
  display: none;
}

#spring-herb .bookmark a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
#spring-herb .bookmark i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../img/usr/freepage/spice-herb2024/icon_bookmark_off.png) no-repeat center / 100%;
}
#spring-herb .bookmark .js-cancel-modal i:before {
  background: url(../../../img/usr/common/icon_bookmark.png) no-repeat center / 100%;
}

#spring-herb .bookmark.hide i:before {
  content: none;
}

#spring-herb .about-nekopos {
  margin: 15px 0 0;
}
#spring-herb .surely-read {
  position: relative;
  padding: 0 11px;
  background: #f4f0ec;
}
#spring-herb .surely-read + .surely-read {
  margin-top: 8px;
}
#spring-herb .surely-read ul {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #92857c;
}
#spring-herb .surely-read li {
  font-size: var(--fz-12);
  line-height: 1.4;
  padding: 2px 0;
  padding-left: 7px;
  text-indent: -7px;
}
#spring-herb .surely-read.nekopos li {
  padding-left: 0;
  text-indent: 0;
}
#spring-herb .surely-read li a {
  text-decoration: underline;
}
#spring-herb .surely-read .btn-acd {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #44342c;
  margin-left: auto;
}
#spring-herb .surely-read .btn-acd::before,
#spring-herb .surely-read .btn-acd::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #fff;
}
#spring-herb .surely-read .btn-acd::after {
  transform: rotate(90deg);
}
#spring-herb .surely-read .btn-acd.open::after {
  opacity: 0;
}
#spring-herb .surely-read .surely-read--title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: var(--fz-13);
  font-weight: bold;
  letter-spacing: .05em;
  padding: 9px 0 8px;
  cursor: pointer;
  text-align: left;
}
#spring-herb .item-caution {
  font-size: var(--fz-12);
  line-height: 1.3;
  margin: 20px 0 0;
  text-align: center;
}

/* レフトメニュー */
#spring-herb #leftmenu {
  position: sticky;
  top: 80px;
  left: 0;
  padding-left: 16px;
  width: 340px;
}

#spring-herb #leftmenu .leftmenu--contents {
  position: relative;
}
#spring-herb #leftmenu .leftmenu--contents::before {
    content: '';
    top: 0;
    right: 0;
    position: absolute;
    width: 114px;
    height: 108px;
    background: url(../../../img/usr/freepage/spring-herb2025/bg_icon_pc.png) no-repeat right bottom / 100%;
}
#spring-herb #leftmenu a {
  text-decoration: none;
  transition: all 0.3s;
}
#spring-herb #leftmenu a:hover {
  opacity: 0.6;
}
#spring-herb #leftmenu .top-ttl {
  display: flex;
  flex-direction: column;
  padding: 30px 0 0 0;
}
#spring-herb #leftmenu .top-ttl--main {
  font-size: var(--fz-25);
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1.3;
}
#spring-herb #leftmenu .top-ttl--sub {
  font-size: var(--fz-17);
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.5;
}
.leftmenu--contents .nav-ttl01 {
  color: #860012;
  font-weight: bold;
  font-size: var(--fz-17);
  padding-bottom: 4px;
  margin-bottom: 21px;
  position: relative;
}
.leftmenu--contents .nav-ttl02 {
  color: #860012;
  font-weight: bold;
  font-size: var(--fz-17);
  letter-spacing: 0;
  padding-bottom: 4px;
  margin-bottom: 17px;
  position: relative;
}
.leftmenu--contents .nav-ttl01::after,
.leftmenu--contents .nav-ttl02::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -10px;
  width: 100%;
}
.leftmenu--contents .nav-ttl01::after {
  border-bottom: 1px dashed #e1abaf;
}
.leftmenu--contents .nav-ttl02::after {
  border-bottom: 1px dashed #c3727a;
}
#spring-herb #leftmenu .icon-type {
  color: #6a420a;
  font-size: var(--fz-13);
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #a88e65;
  padding: 3px 8px;
  border-radius: 8px;
  margin-left: 5px;
  letter-spacing: -1px;
}
#spring-herb #leftmenu .contents--nav:nth-child(1) {
  margin-top: 53px;
}
#spring-herb #leftmenu .contents--nav:nth-child(2) {
  margin-top: 40px;
}
#spring-herb #leftmenu .contents--nav a {
  display: flex;
  font-size: var(--fz-16);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.35;
}
#spring-herb #leftmenu .contents--nav a + a {
  margin-top: 16px;
}
#spring-herb #leftmenu .contents--nav .nav-icon {
  flex-shrink: 0;
  margin-right: 15px;
}
#spring-herb #leftmenu .contents--nav .nav-icon.cup {
  margin-left: -3px;
  margin-right: 10px;
}
#spring-herb #leftmenu .contents--nav .icon-limited {
  color: #fff;
  font-size: var(--fz-13);
  flex-shrink: 0;
  letter-spacing: .156em;
  background: #c0405b;
  border-radius: 5px;
  padding: 1px 5px;
  margin-top: 2px;
  margin-left: 6px;
  height: 17px;
}

/* ハーブティーの魅力 */
#spring-herb #feature {
  padding: 0 0 38px;
  background: #FFF;
}
#spring-herb #feature h2 {
  margin: unset;
}
#spring-herb #feature h2 img {
  vertical-align: bottom;
}
#spring-herb #feature .message {
  font-size: var(--fz-16);
  font-weight: bold;
  line-height: 1.44;
  padding: 23px 35px 31px;
  text-align: center;
  color: #002700;
}

#spring-herb #feature ul {
  padding: 0 22px;
}
#spring-herb #feature li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.2%;
  margin: 0 0 12px;
}
#spring-herb #feature li:last-child {
  margin: 0;
}
#spring-herb #feature li img {
  flex-shrink: 0;
}
#spring-herb #feature li .text {
  color: #44342c;
  font-size: var(--fz-16);
  letter-spacing: 0;
  line-height: 1.5;
}
#spring-herb #feature li .caution {
  font-size: var(--fz-12);
  margin: 5px 0 0;
}

@media only screen and (max-width: 800px) {
  #spring-herb .inner {
    width: auto;
  }
  #spring-herb #leftmenu {
    display: none;
  }
  #spring-herb #contents {
    margin: 0 auto;
  }
  #spring-herb .to-cart {
    padding: 4vw 0 3.8vw;
  }
  #spring-herb .intro #set .btn-cart {
    margin: 0 3.5vw 4.8vw;
  }
  #spring-herb .intro #set .item-caution {
    padding: 0 8vw;
  }
  #spring-herb .flavor span {
    background-size: 2.8vw;
    padding: 0 0 0 3.6vw;
  }
  #spring-herb .bookmark a {
    width: 6.6vw;
    height: 6.6vw;
  }
}
@media (min-width: 376px) and (max-width:800px) {
  #spring-herb {
    padding: 0;
  }
  #spring-herb #contents {
    width: 100%;
  }
}
@media only screen and (min-width: 801px) {
  #spring-herb #contents {
    box-shadow: 0 0 8px rgba(0,0,0,.3);
  }
  #spring-herb {
    padding: 20px 0 40px;
  }
}

@media (max-width: 480px) {
  #spring-herb .set .qty select {
    width: 25vw;
  }
}