@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;

  --font-family-gothic: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  --font-family-mincho: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
#newlife-herb p {
  margin: 0;
}
#newlife-herb a {
  transition: all 0.3s;
}
#newlife-herb {
  font-size: 15px;
  font-size: var(--fz-15);
  font-weight: 500;
  line-height: 1.68;
  background: #FFF8E8;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}
#newlife-herb .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 855px;
  margin: 0 auto;
  padding: 30px 0;
}
#newlife-herb #contents {
  width: 375px;
  max-width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-left: auto;
}
#newlife-herb h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
}
#newlife-herb h2,
#newlife-herb h3 {
  padding: 0;
  text-align: center;
}
#newlife-herb img {
  width: 100%;
}
#newlife-herb .intro {
  /* padding: 20px 10px 0; */
  padding: 25px 10px 13px;
}
#newlife-herb .intro .intro-ttl {
  padding: 0 15px;
  margin: 0 0 5px;
}
#newlife-herb .intro .message {
  position: relative;
  background: url(../../../img/usr/freepage/newlife-herb2025/img-message.png) no-repeat bottom 10px right/80px;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 400;
  padding: 0 15px 10px;
}
#newlife-herb .lineup .lineup-ttl {
  max-width: 292px;
  display: block;
  margin: 0 auto 15px;
}
#newlife-herb .lineup .lineup-link {
  display: flex;
  line-height: 0;
}
#newlife-herb .lineup-top {
  background: url(../../../img/usr/freepage/newlife-herb2025/bg-lineup-top.jpg) center top/100%;
  background-size: cover;
  padding: 40px 25px;
}
#newlife-herb .lineup-top .lineup-top-ttl {
  width: 90%;
  display: block;
  margin: 0 auto 20px;
}
#newlife-herb .lineup-top .lineup-top-box {
  background-color: #FFFBEF;
  /* padding: 30px 15px 15px; */
  padding: 20px 15px 15px;
}
#newlife-herb .lineup-top .lineup-top-box .img-lineup {
  /* width: 82%; */
  width:calc((250 / 295) * 100%);
  display: block;
  /* margin: 20px 0 20px auto; */
  margin: 20px 0 0 auto;
}
#newlife-herb .lineup-top .lineup-top-box .lineup-top-txt {
  color: #44342C;
  font-size: 14px;
  font-size: var(--fz-14);
  font-weight: 500;
  padding: 0 4px 0;
  margin: -7px 0 20px;
  line-height: 1.72;
}
#newlife-herb .lineup-top .lineup-top-box .lineup-story {
  color: #44342C;
  font-size: 12px;
  font-size: var(--fz-12);
  font-weight: 500;
  background-color: #ffffff;
  border: 2px solid #FCEEBE;
  padding: 20px 10px 15px;
}
#newlife-herb .lineup-top .lineup-top-box .lineup-story div {
  line-height: 2;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-family: var(--font-family-gothic);
}
#newlife-herb .lineup-top .lineup-top-box .lineup-story div span {
  color: #DE6B6B;
  display: contents;
}
#newlife-herb .lineup-top .lineup-top-box .lineup-story .lineup-story-txt{
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 14px;
}
#newlife-herb .lineup-top .lineup-top-box .lineup-story .lineup-story-txt p{
  display: inline;
  line-height: 1.83;
}
#newlife-herb .lineup-top .lineup-top-box .lineup-story .lineup-story-txt p img {
  position: relative;
  width: 72px;
  float: right;
  margin: -35px 0 0 7px;
  clear: both;
}
#newlife-herb #yuzu,
#newlife-herb #yuzu .wrapper {
  background-color: #FFF9D0;
}
#newlife-herb #yuzu .keyherb-yuzu {
  border-top: 1px solid #D6D1A8;
  border-bottom: 1px solid #D6D1A8;
}
#newlife-herb #yuzu .keyherb-yuzu .item-keyherb-ttl {
  color: #E8B200;
}
@media only screen and (max-width: 800px) {
  #newlife-herb #yuzu .keyherb-yuzu .item-keyherb-ttl {
    padding-top: 15px;
  }
}
#newlife-herb #yuzu > div:not(.item-ttl):not(.item-img):not(.item-point):not(.item-keyherb):not(.item-info) {
    line-height: 1.6;
    letter-spacing: 0.1em;
  }
#newlife-herb #lemon,
#newlife-herb #lemon .wrapper {
  background-color: #ECF0D7;
}



/* スライダー要素 */
#newlife-herb .swiper {
  padding-right: 55px;
  margin-left: 13px;
  padding-bottom: 6%;
  margin-bottom: 7px;
}

#newlife-herb .swiper-slide img {
  border-radius: 10px;
}

#newlife-herb .swiper-pagination {
  bottom: 0 !important;
  width: calc(100% - 55px) !important;
}
#newlife-herb .swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #d7d8d8;
  margin: 0 4px;
}
#newlife-herb .swiper-pagination-bullet-active {
  background: #44342c;
}
#newlife-herb .swiper-button-prev,
#newlife-herb .swiper-button-next {
  opacity: 0;
}

/* #newlife-herb #lime .keyherb-momo {
  border-top: 1px solid #8a983d;
  border-bottom: 1px solid #8a983d;
}

#newlife-herb #lime .keyherb-momo .item-keyherb-ttl {
  color: #8a983d;
} */

@media only screen and (max-width: 800px) {
  #newlife-herb #lime .keyherb-momo .item-keyherb-ttl {
    padding-top: 15px;
  }
}

#newlife-herb
  #yuzu
  > div:not(.item-ttl):not(.item-img):not(.item-point):not(.item-keyherb):not(
    .item-info
  ) {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/* 配達について・ご購入の前にかならずご確認ください */
#newlife-herb .about-nekopos {
  margin: 15px 0 0;
}
#newlife-herb .surely-read {
  position: relative;
  padding: 0 11px;
  margin: 10px 0;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
}
#newlife-herb .surely-read + .surely-read {
  margin-top: 8px;
}
#newlife-herb .surely-read ul {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #92857c;
}
#newlife-herb .surely-read li {
  font-size: 12px;
  font-size: var(--fz-12);
  line-height: 1.4;
  padding: 2px 0;
  padding-left: 7px;
  /* text-indent: -7px; */
}
#newlife-herb .surely-read li.nekopos {
  padding-left: 0;
  text-indent: 0;
}
#newlife-herb .surely-read li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
#newlife-herb .surely-read .btn-acd {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #44342c;
  margin-left: auto;
}
#newlife-herb .surely-read .btn-acd::before,
#newlife-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;
}
#newlife-herb .surely-read .btn-acd::after {
  transform: rotate(90deg);
}
#newlife-herb .surely-read .btn-acd.open::after {
  opacity: 0;
}
#newlife-herb .surely-read .surely-read--title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-size: var(--fz-13);
  /* font-weight: bold; */
  letter-spacing: 0.05em;
  padding: 9px 0 8px;
  cursor: pointer;
  text-align: left;
}

#newlife-herb #lemon .keyherb-yuzu {
  border-top: 1px solid #BFC88F;
  border-bottom: 1px solid #BFC88F;
}
#newlife-herb #lemon .keyherb-yuzu .item-keyherb-ttl {
  color: #8A983D;
}
#newlife-herb .item .wrapper {
  padding: 15px 25px 30px;
}
#newlife-herb .item .item-ttl {
  position: relative;
  width: calc(100% + 30px);
}
#newlife-herb .item .item-img {
  position: relative;
 /*  margin: 25px auto; */
 /* margin: 0px auto 17px; */
  /* padding: 0 25px; */
}
#newlife-herb .item .item-img .item-img-icon {
  position: absolute;
  top: -10px;
  right: 20px;
  display: flex;
  gap: 10px 5px;
  align-items: center;
}
#newlife-herb .item .item-img .item-img-icon img {
  /* width: 50px; */
  width: 45px;
}
#newlife-herb .item .item-img .item-img-icon img:last-child {
  margin-left: 4px;
}
#newlife-herb .item .item-point {
  padding: 20px 0;
}
#newlife-herb .item .item-point img {
  display: block;
  width: auto;
  height: 18px;
  margin: 0 auto 15px;
}
#newlife-herb .item .item-point div {
  display: flex;
  justify-content: center;
}
#newlife-herb .item .item-point div p {
  display: flex;
  align-items: center;
  justify-content: center;
  /* width: 92px; */
  min-width: 84px;
  height: 25px;
  color: #44342C;
  font-size: 13px;
  font-size: var(--fz-13);
  border: 1px solid #44342C;
  padding: 0 5px 0;
  margin: 0;
  white-space: nowrap;

}
#newlife-herb .item .item-point div p:last-child {
  margin-left: 10px;
}
#newlife-herb .item .item-keyherb {
  padding: 15px 0;
}
@media only screen and (max-width: 800px) {
  #newlife-herb .item .item-keyherb {
    padding: 15px 0 ;
  }
}
#newlife-herb .item .item-keyherb img {
  width: 80%;
}
#newlife-herb .item .item-keyherb .item-keyherb-ttl {
  text-align: center;
}
#newlife-herb .item .item-keyherb .item-keyherb-txt {
  color: #44342C;
  font-size: 12px;
  font-size: var(--fz-12);
  /* text-align: center; */
}
@media only screen and (max-width: 800px) {
  #newlife-herb .item .item-keyherb .item-keyherb-txt {
    line-height: 1.2;
  }
}
#newlife-herb .item .item-keyherb .item-keyherb-txt span {
  font-size: 15px;
  font-size: var(--fz-15);
}
#newlife-herb .item .item-info .item-info-link {
  padding: 15px 0;
}
@media only screen and (max-width: 800px) {
  #newlife-herb .item .item-info .item-info-link {
    padding-top: 7px;
  }
}
#newlife-herb .item .item-info .item-info-link a {
  display: block;
  color: #44342C;
  font-size: 14px;
  font-size: var(--fz-14);
  text-align: right;
}
.select-flex {
  display: flex;
  justify-content: space-between;
}
.select-flex .selectbox {
  display: inline-flex;
  align-items: center;
  position: relative;
}
.select-flex .selectbox::after {
  content: "";
  position: absolute;
  right: 15px;
  width: 8px;
  height: 6px;
  background-color: #44342C;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  pointer-events: none;
}
.select-flex .selectbox select {
  height: 44px;
  padding: 0 15px 0 10px;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
  background-color: #ffffff;
  color: #44342C;
  font-size: 14px;
  font-size: var(--fz-14);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
}
.select-flex .selectbox .select-item {
  width: 268px;
}
.select-flex .selectbox .select-num {
  width: 52px;
}
.select-flex .none {
  pointer-events: none;
}
.select-flex .none::after {
  content: none;
}
.btn-cart a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 57px;
  background: url(../../../img/usr/freepage/newlife-herb2025/icon_cart_f.png) no-repeat left 45px center/25px;
  color: #ffffff;
  -webkit-text-decoration: none;
  text-decoration: none;
  background-color: #44342C;
  border-radius: 10px;
  margin: 15px auto;
}
.btn-cart a span {
  position: relative;
  left: 15px;
}
.btn-cart a:hover {
  opacity: 0.6;
}
.btn-bookmark {
  display: table;
  margin: auto;
}
.btn-bookmark a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
  height: 20px;
  margin: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
  line-height: 1;
  padding-bottom: 5px;
  border-bottom: 1px solid #44342C;
}
.btn-bookmark a::after {
  content: "お気に入りに登録";
  min-width: 110px;
  color: #44342C;
  font-size: 13px;
}
.btn-bookmark a .fa-spinner {
  animation: none !important;
}
.btn-bookmark a .sr-only {
  display: none !important;
}
.btn-bookmark a i {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
}
.btn-bookmark a p {
  color: #44342C;
  font-size: 13px;
  font-size: var(--fz-13);
}
#newlife-herb .bookmark i:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../img/usr/freepage/newlife-herb2025/icon_bookmark.png) no-repeat center/100%;
}
#newlife-herb .bookmark .js-cancel-modal i:before {
  background: url(../../../img/usr/freepage/newlife-herb2025/icon_bookmark_after.png) no-repeat center/100%;
}
.together {
  background-color: #FFFBF2;
  padding: 45px 0 0;
}
.together .wrapper {
  background-color: #FFFBF2;
  padding: 10px 25px 0;
}

@media only screen and (max-width: 800px) {
  /* .together {
    padding: 40px 25px 0;
  } */
}
.together .together-ttl-img {
  max-width: 222px;
  margin: auto;
}
.together hr {
  width: 32px;
  border-bottom: 1px solid #44342C;
  margin: 15px auto;
}
.together .together-box {
  padding-bottom: 40px;
}
.together .together-box .together-ttl {
  color: #44342C;
  font-size: 18px;
  font-size: var(--fz-18);
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
.together .together-box .together-img {
  position: relative;
  margin: 15px auto;
}
@media only screen and (max-width: 800px) {
  .together .together-box .together-img {
    margin: 12px auto 20px;
  }
}
.together .together-box .together-img img {
  display: block;
  max-width: 193px;
  margin: auto;
}
.together .together-box .together-img .together-img-icon {
  position: absolute;
  top: -15px;
  right: 45px;
  display: flex;
  align-items: center;
  max-width: 50px;
  height: 50px;
}
.together .together-box .together-detail .together-detail-small {
  display: flex;
  margin-bottom: 10px;
}
.together .together-box .together-detail .together-detail-small p {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 20px;
  color: #44342C;
  font-size: 11px;
  font-size: var(--fz-11);
  border: 1px solid #44342C;
}
.together .together-box .together-detail .together-detail-small p:nth-child(2) {
  margin-left: 5px !important;
}
.together .together-box .together-detail .together-detail-txt {
  color: #44342C;
  font-size: 15px;
  font-size: var(--fz-15);
}
@media only screen and (max-width: 800px) {
  .together .together-box .together-detail .together-detail-txt {
    line-height: 1.45;
  }
}
.together .together-box .item-info .item-info-link {
  padding: 10px 0 15px;
}
@media only screen and (max-width: 800px) {
  .together .together-box .item-info .item-info-link {
    padding: 28px 0 15px;
  }
}
.together .together-box .item-info .item-info-link a {
  display: block;
  color: #44342C;
  font-size: 13px;
  font-size: var(--fz-13);
  text-align: right;
}
.selectbox.hide {
  display: none;
}
#set-yuzu {
  background-color: #FFF9D0;
}
#set-yuzu .img-set-top {
  position: absolute;
  top: -41px;
  right: -2px;
  width: 102px;
}
#set-lemon {
  background-color: #ECF0D7;
}
#set-lemon .img-set-top {
  position: absolute;
  top: -34px;
  right: -2px;
  width: 105px;
}
.set {
  position: relative;
  padding: 50px 10px;
}
.set .set-ttl-img {
  padding: 0 15px;
  margin: 0 auto 15px;
}
.set hr {
  width: 32px;
  border-bottom: 1px solid #44342C;
  margin: 15px auto 30px;
}
.set .set-flex {
  display: flex;
  justify-content: space-between;
}
.set .set-flex .set-item {
  width: 47%;
}
.set .set-flex .set-item .set-item-ttl {
    color: #44342C;
    font-size: 16px;
    font-weight: bold;
    height: 86px;
	letter-spacing: 0.03em;
}
.set .set-flex .set-item .set-img {
  position: relative;
  margin: 10px auto;
}
.set .set-flex .set-item .set-img .set-img-icon {
  position: absolute;
  top: -10px;
  right: -5px;
  display: flex;
  align-items: center;
  max-width: 50px;
  height: 50px;
}
.set .set-flex .set-item p {
  color: #44342C;
  font-size: 15px;
  font-size: var(--fz-15);
}
.set .set-flex .set-item .prace {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px auto;
}
.set .set-flex .set-item .prace .prace-txt {
  color: #44342C;
  font-size: 10px;
  font-size: var(--fz-10);
}
.set .set-flex .set-item .prace .prace-txt span {
  font-size: 15px;
  font-size: var(--fz-15);
}
.set .set-flex .set-item .btn-cart a {
  width: 95%;
  height: 40px;
  background: url(../../../img/usr/freepage/newlife-herb2025/icon_cart_f.png) no-repeat left 15px center/20px;
  background-color: #44342C;
  font-size: 13px;
  font-size: var(--fz-13);
  line-height: 1.2;
  margin: 0 auto 10px;
}
.set .set-flex .set-item .btn-bookmark a {
  font-size: 12px;
  font-size: var(--fz-12);
}
/* herblife-recomend */
#newlife-herb .herblife-recomend,
#newlife-herb .howto_buy,
#newlife-herb .set_menu {
  padding: 0 20px 45px;
  margin: 30px 0;
  background: url(../../../img/usr/freepage/newlife-herb2025/usr/freepage/newlife-herb2023/border_item_btm.png) no-repeat center bottom/90%;
}
/* #newlife-herb .set_menu {
  padding-right: 0;
  padding-left: 0;
} */
#newlife-herb .herblife-recomend {
  background: none;
  margin: 0;
  padding-top: 40px;
}
#newlife-herb .set_menu#category03 {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
#newlife-herb .ankerlink .ankerlink_5,
#newlife-herb .herblife-recomend h2 span,
#newlife-herb .howto_buy h2 span {
  display: inline-block;
  padding: 0 20px 5px;
  font-size: 14px;
  line-height: 1.4;
  font-weight: bold;
  letter-spacing: 1px;
  background-image: url(../../../img/usr/freepage/newlife-herb2023/bg_ttl_item_l.png), url(../../../img/usr/freepage/newlife-herb2023/bg_ttl_item_r.png);
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: 15px;
}
#newlife-herb .howto_buy h2 .h2_small {
  background: none;
  font-size: 13px;
}
#newlife-herb .herblife-recomend h2,
#newlife-herb .howto_movie-content h2,
#newlife-herb .howto_buy h2 {
  font-size: 19px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 15px;
  background: url(../../../img/usr/freepage/newlife-herb2023/border_select_ttl.png) no-repeat left bottom/100%;
}
#newlife-herb .herblife-recomend h2 {
  position: relative;
}
#newlife-herb .herblife-recomend h2::after {
  content: "";
  position: absolute;
  background: url(../../../img/usr/freepage/newlife-herb2023/img_staff.png) center/contain no-repeat;
  right: 1px;
  bottom: 11px;
  width: 55px;
  height: 55px;
}
#newlife-herb .herblife-recomend p {
  padding: 0 10px;
}
#newlife-herb .herblife-recomend .herblife-howto {
  border: 2px solid #64a03c;
  box-shadow: 3px 3px #cee0c2;
  margin: 20px 0;
  padding: 25px 10px 30px;
}
#newlife-herb .herblife-detail {
  margin-bottom: 1.5em;
}
#newlife-herb .herblife-detail:nth-child(5) {
  margin-bottom: 0;
}
#newlife-herb .herblife-recomend .herblife-detail h3 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.2em;
  padding: 0 10px;
}
#newlife-herb .herblife-recomend .herblife-detail p {
  padding: 0 10px;
}
#newlife-herb .herblife-recomend .herblife-detail p span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff4cc;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#newlife-herb .herblife-recomend .herblife-detail .herblife-img {
  width: 60%;
  margin: 5px auto;
  display: block;
}
#newlife-herb .herblife-recomend .herblife-detail:nth-child(3) .herblife-img {
  width: 45%;
  margin-top: 10px;
}
#newlife-herb .herblife-recomend .box_relax {
  margin-top: 8px;
  padding: 0 15px;
}
/* herblife-recomend */
/* youtube-area */
#newlife-herb .howto_movie-content {
  padding: 0 20px;
  margin-bottom: 45px;
}
#newlife-herb .howto_movie-content h2 span {
  margin-bottom: 5px;
}
/* youtube */
#newlife-herb .howto_movie {
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
}
/* youtube */
#newlife-herb .howto_movie-content ol {
  padding: 0 10px 0 2em;
}
#newlife-herb .howto_movie-content ol li {
  padding-bottom: 0.5em;
  list-style-type: decimal;
}
/* youtube-area */
/* 3point */
#newlife-herb .point__wrapper .point__bg {
  background: #f5f0ea;
  padding: 0 20px;
}
#newlife-herb .point__wrapper .point__inner {
  padding: 20px 0;
}
#newlife-herb .point__wrapper .sub {
  text-align: center;
}
#newlife-herb .point__wrapper .sub p {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 5px 30px 0;
  background-image: url(../../../img/usr/freepage/newlife-herb2023/line_left.png), url(../../../img/usr/freepage/newlife-herb2023/line_right.png);
  background-repeat: no-repeat;
  background-position: left center, right center;
  background-size: 15px 33px;
  position: relative;
  margin-bottom: 15px;
}
#newlife-herb .point__wrapper .ttl {
  margin: 0 auto 10px;
  width: 90%;
}
#newlife-herb .point__wrapper .point {
  margin: 0 0 20px;
}
#newlife-herb .point__wrapper .point li {
  background: #fff;
  margin: 0 0 10px;
}
#newlife-herb .point__wrapper .point li:last-child {
  margin: 0;
}
#newlife-herb .point__wrapper .point li .num {
  line-height: 0;
}
#newlife-herb .point__wrapper .point li .num img {
  width: 21.045%;
}
#newlife-herb .point__wrapper .point li h3 {
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 10px;
  font-weight: normal;
}
#newlife-herb .point__wrapper .point li h3 span {
  display: block;
  font-weight: bold;
}
#newlife-herb .point__wrapper .point li p {
  padding: 0 15px 10px;
}
#newlife-herb .point__wrapper .point li p span {
  -webkit-text-decoration: underline;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff4cc;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
#newlife-herb .point__wrapper .point li .point_img {
  padding: 0 90px 15px;
}
#newlife-herb #leftmenu {
  position: sticky;
  top: 80px;
  left: 0;
  width: 425px;
  padding: 50px 0 0 65px;
  background: url(../../../img/usr/freepage/newlife-herb2025/img-leftmenu01.png) no-repeat right top/105px, url(../../../img/usr/freepage/newlife-herb2025/img-leftmenu02.png) no-repeat left 0px top 75px/50px;
}
#newlife-herb #leftmenu .leftmenu--contents {
  padding: 0 0 180px;
  max-width: 360px;
}
#newlife-herb #leftmenu a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}
#newlife-herb #leftmenu a:hover {
  opacity: 0.6;
}
#newlife-herb #leftmenu .main-ttl {
  font-size: 17px;
  font-size: var(--fz-17);
  font-weight: bold;
  padding: 0 0 20px;
  letter-spacing: 0.02em;
  line-height: 1.5;
  border-bottom: 1px solid #231815;
  margin: 0 0 20px;
}
#newlife-herb #leftmenu .contents--nav {
  margin: 0 0 20px;
}
#newlife-herb #leftmenu .contents--nav-link {
  display: block;
}
#newlife-herb #leftmenu .contents--nav-link .text-wrap--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 5px;
}
#newlife-herb #leftmenu .contents--nav-link .text-wrap--box.mb10 {
    margin-bottom: 10px;
}
#newlife-herb #leftmenu .contents--nav-link .name {
  display: flex;
  color: #231815;
  font-size: 16px;
  font-size: var(--fz-16);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.5px;
}
#newlife-herb #leftmenu .contents--nav-link .name span {
  color: #E8B200;
  font-weight: bold;
  margin-right: 5px;
}
#newlife-herb #leftmenu .contents--nav-link .icon {
  display: flex;
}
#newlife-herb #leftmenu .contents--nav-link .icon img {
  position: relative;
  width: 50px;
  margin-left: -3px;
}
#newlife-herb #leftmenu .contents--nav-link .icon img {
  margin-left: 5px;
}
.contents--subnav {
  width: 278px;
  border-top: 1px solid #707070;
  padding: 25px 0 0;
}
.contents--subnav .contents--subnav-link {
  display: flex;
  align-items: center;
  background: url(../../../img/usr/freepage/newlife-herb2025/img_herb.png) no-repeat left;
  color: #231815;
  line-height: 1;
  padding: 10px 0 10px 30px;
  margin: 0 0 5px;
}
/* feature----------------------------------- */
#newlife-herb #feature {
  position: relative;
  margin-bottom: 45px;
}
#newlife-herb #feature h2 {
  margin: 0 0 17%;
}
#newlife-herb #feature .message {
  position: absolute;
  top: 34%;
  right: 0;
  font-size: 16px;
  line-height: 1.5;
  width: 90%;
  padding: 15px 20px;
  background: rgba(238, 238, 237, 0.8);
}
#newlife-herb #feature ul {
  padding: 0 20px;
}
#newlife-herb #feature li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 12px;
}
#newlife-herb #feature li:last-child {
  margin: 0;
}
#newlife-herb #feature li img {
  width: 118.5px;
}
#newlife-herb #feature li .text {
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  margin: 0 0 0 10px;
  letter-spacing: 0;
}
#newlife-herb #feature li .caution {
  font-size: 12px;
  margin: 5px 0 0;
}
@media only screen and (max-width: 800px) {
  #newlife-herb .inner {
    width: auto;
    padding: 0 0 30px;
  }
  #newlife-herb #leftmenu {
    display: none;
  }
  #newlife-herb #contents {
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
  }
  .lineup-story-ttl {
    margin-bottom: 10px;
  }
  #pane-footer-link {
    margin: 0 auto;
  }
}
