@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;
}

#web-limited p {
  margin: 0;
}

#web-limited a {
  transition: all 0.3s;
}

#web-limited {
  font-size: 15px;
  font-size: var(--fz-15);
  font-weight: 500;
  line-height: 1.68;
  background: #fdf9f7;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}

#web-limited .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 855px;
  margin: 0 auto;
  padding: 30px 0;
}

#web-limited #contents {
  width: 375px;
  max-width: 100%;
  background: #ffffff;
  box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  margin-left: auto;
}

#web-limited h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
}

#web-limited h2,
#web-limited h3 {
  padding: 0;
  text-align: center;
}

#web-limited img {
  width: 100%;
}

#web-limited .intro {
  /* padding: 20px 10px 0; */
  padding: 25px 10px;
}

#web-limited .intro .intro-ttl {
  padding: 0 15px;
  /* margin: 0 0 5px; */
}

#web-limited .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;
}

#web-limited .lineup .lineup-ttl {
  max-width: 292px;
  display: block;
  margin: 0 auto 15px;
}

#web-limited .lineup .lineup-link {
  display: flex;
  line-height: 0;
}

#web-limited .lineup-top {
  /* background: url(../../../img/usr/freepage/newlife-herb2025/bg-lineup-top.jpg)
    center top/100%; 
    background-image: radial-gradient(circle at 72% 70%, #e2e6e7, #ffefe9);
  background: #fffbf2;
  background-image: repeating-radial-gradient(at 50% 26%, #fffcf5, #fff2d3);
  background-image: repeating-radial-gradient(at 50% 26%, #f5f5f4, #e6eeef);*/
  background-color: #fff7f4;
  background-size: cover;
  padding: 40px 25px;
}

#web-limited .lineup-top .lineup-top-ttl {
  width: 90%;
  display: block;
  margin: 0 auto 20px;
}

#web-limited .lineup-top .lineup-top-box {
  background-color: #fff;
  /* padding: 30px 15px 15px; */
  padding: 20px 15px 15px;
}

#web-limited .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;
}

#web-limited .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;
}

#web-limited .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;
}

#web-limited .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);
}

#web-limited .lineup-top .lineup-top-box .lineup-story div span {
  color: #de6b6b;
  display: contents;
}

#web-limited .lineup-top .lineup-top-box .lineup-story .lineup-story-txt {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-top: 14px;
}

#web-limited .lineup-top .lineup-top-box .lineup-story .lineup-story-txt p {
  display: inline;
  line-height: 1.83;
}

#web-limited .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;
}

/* お客様の声 */

#web-limited .voice .voice-ttl img {
  width: 65%;
  display: block;
  margin: 30px auto 15px;
}

.voice-users {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.voice-user {
  display: flex;
  justify-content: center;
  column-gap: 15px;
}
.voice-users .voice-user:nth-child(even) {
  flex-direction: row-reverse;
}
.voice-user-icon-wrap {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 30%;
}
.voice-user-icon-wrap > img {
  height: auto;
  width: 80px;
  vertical-align: bottom;
}
.voice-user-txt-box {
  background-color: #fdf0eb;
  border-radius: 10px;
  padding: 12px;
  position: relative;
}
.voice-user-txt-box::before {
  content: "";
  border-style: solid;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: 14px solid #fdf0eb;
  border-left: 0;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: -14px;
  translate: 0 -50%;
}
.voice-users .voice-user:nth-child(even) .voice-user-txt-box::before {
  border-left: 14px solid #fdf0eb;
  border-right: 0;
  right: -14px;
  left: auto;
}
.voice-user-title {
  font-size: 15px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.voice-user-txt {
  font-size: 14px;
}
span.voice-user-caution {
  font-size: 11px;
}

#web-limited #momo,
#web-limited #momo .wrapper {
  background-color: #fdf0eb;
}

/* スライダー要素 */
#web-limited .swiper {
  padding-right: 55px;
  margin-left: 13px;
  padding-bottom: 6%;
  margin-bottom: 7px;
}

#web-limited .swiper-slide img {
  border-radius: 10px;
}

#web-limited .swiper-pagination {
  bottom: 0 !important;
  width: calc(100% - 55px) !important;
}
#web-limited .swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #d7d8d8;
  margin: 0 4px;
}
#web-limited .swiper-pagination-bullet-active {
  background: #44342c;
}
#web-limited .swiper-button-prev,
#web-limited .swiper-button-next {
  opacity: 0;
}

#web-limited #momo .keyherb-momo {
  border-top: 1px solid #f3ccd0;
  border-bottom: 1px solid #f3ccd0;
}

#web-limited #momo .keyherb-momo .item-keyherb-ttl {
  color: #e88b96;

}

@media only screen and (max-width: 800px) {
  #web-limited #momo .keyherb-momo .item-keyherb-ttl {
    padding-top: 15px;
  }
}

#web-limited
  #momo
  > div:not(.item-ttl):not(.item-img):not(.item-point):not(.item-keyherb):not(
    .item-info
  ) {
  line-height: 1.6;
  letter-spacing: 0.1em;
}

/* 配達について・ご購入の前にかならずご確認ください */
#web-limited .about-nekopos {
  margin: 15px 0 0;
}
#web-limited .surely-read {
  position: relative;
  padding: 0 11px;
  margin: 10px 0;
  background: #fff;
  border: 1px solid #bbbbbb;
  border-radius: 3px;
}
#web-limited .surely-read + .surely-read {
  margin-top: 8px;
}
#web-limited .surely-read ul {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #92857c;
}
#web-limited .surely-read li {
  font-size: 12px;
  font-size: var(--fz-12);
  line-height: 1.4;
  padding: 2px 0;
  padding-left: 7px;
  /* text-indent: -7px; */
}
#web-limited .surely-read li.nekopos {
  padding-left: 0;
  text-indent: 0;
}
#web-limited .surely-read li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}
#web-limited .surely-read .btn-acd {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #44342c;
  margin-left: auto;
}
#web-limited .surely-read .btn-acd::before,
#web-limited .surely-read .btn-acd::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #fff;
}
#web-limited .surely-read .btn-acd::after {
  transform: rotate(90deg);
}
#web-limited .surely-read .btn-acd.open::after {
  opacity: 0;
}
#web-limited .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;
}

#web-limited #lemon,
#web-limited #lemon .wrapper {
  background-color: #ecf0d7;
}

#web-limited #lemon .keyherb-yuzu {
  border-top: 1px solid #bfc88f;
  border-bottom: 1px solid #bfc88f;
}

#web-limited #lemon .keyherb-yuzu .item-keyherb-ttl {
  color: #8a983d;
  padding-top: 8px;
}

#web-limited .item .wrapper {
  padding: 15px 25px 30px;
}

#web-limited .item .item-ttl {
  position: relative;
  width: calc(100% + 30px);
}

#web-limited .item .item-img {
  /*  position: relative;
  margin: 25px auto; */
  margin: 22px auto 17px;
  /* padding: 0 25px; */
}

#web-limited .item .item-img .item-img-icon {
  position: absolute;
  top: -10px;
  right: 20px;
  display: flex;
  gap: 10px 5px;
  align-items: center;
}

#web-limited .item .item-img .item-img-icon img {
  /* width: 50px; */
  width: 45px;
}

#web-limited .item .item-img .item-img-icon img:last-child {
  margin-left: 4px;
}

#web-limited .item .item-point {
  padding: 20px 0;
}

#web-limited .item .item-point img {
  display: block;
  width: auto;
  height: 20px;
  margin: 0 auto 15px;
}

#web-limited .item .item-point div {
  display: flex;
  justify-content: center;
}

#web-limited .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;
}

#web-limited .item .item-point div p:last-child {
  margin-left: 10px;
}

#web-limited .item .item-keyherb {
  padding: 15px 10px;
}

@media only screen and (max-width: 800px) {
  #web-limited .item .item-keyherb {
    padding: 15px 15px 15px;
  }
}

#web-limited .item .item-keyherb img {
  width: 80%;
}

#web-limited .item .item-keyherb .item-keyherb-ttl {
  text-align: center;
  letter-spacing: 0px;
}

#web-limited .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) {
  #web-limited .item .item-keyherb .item-keyherb-txt {
    line-height: 1.2;
  }
}

#web-limited .item .item-keyherb .item-keyherb-txt span {
  font-size: 15px;
  font-size: var(--fz-15);
}

#web-limited .item .item-info .item-info-link {
  padding: 15px 0;
}

@media only screen and (max-width: 800px) {
  #web-limited .item .item-info .item-info-link {
    padding-top: 7px;
  }
}

#web-limited .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);
}

#web-limited .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%;
}

#web-limited .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 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 30px;
}

.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;
  line-height: 1.4;
}

.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;
}

.img-howto {
  margin: 50px 0;
}

@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 */
#web-limited .herblife-recomend,
#web-limited .howto_buy,
#web-limited .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%;
}

/* #web-limited .set_menu {
  padding-right: 0;
  padding-left: 0;
} */
#web-limited .herblife-recomend {
  background: none;
  margin: 0;
  padding-top: 40px;
}

#web-limited .set_menu#category03 {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#web-limited .ankerlink .ankerlink_5,
#web-limited .herblife-recomend h2 span,
#web-limited .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;
}

#web-limited .howto_buy h2 .h2_small {
  background: none;
  font-size: 13px;
}

#web-limited .herblife-recomend h2,
#web-limited .howto_movie-content h2,
#web-limited .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%;
}

#web-limited .herblife-recomend h2 {
  position: relative;
}

#web-limited .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;
}

#web-limited .herblife-recomend p {
  padding: 0 10px;
}

#web-limited .herblife-recomend .herblife-howto {
  border: 2px solid #64a03c;
  box-shadow: 3px 3px #cee0c2;
  margin: 20px 0;
  padding: 25px 10px 30px;
}

#web-limited .herblife-detail {
  margin-bottom: 1.5em;
}

#web-limited .herblife-detail:nth-child(5) {
  margin-bottom: 0;
}

#web-limited .herblife-recomend .herblife-detail h3 {
  text-align: left;
  font-size: 16px;
  margin-bottom: 0.2em;
  padding: 0 10px;
}

#web-limited .herblife-recomend .herblife-detail p {
  padding: 0 10px;
}

#web-limited .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;
}

#web-limited .herblife-recomend .herblife-detail .herblife-img {
  width: 60%;
  margin: 5px auto;
  display: block;
}

#web-limited .herblife-recomend .herblife-detail:nth-child(3) .herblife-img {
  width: 45%;
  margin-top: 10px;
}

#web-limited .herblife-recomend .box_relax {
  margin-top: 8px;
  padding: 0 15px;
}

/* herblife-recomend */
/* youtube-area */
#web-limited .howto_movie-content {
  padding: 0 20px;
  margin-bottom: 45px;
}

#web-limited .howto_movie-content h2 span {
  margin-bottom: 5px;
}

/* youtube */
#web-limited .howto_movie {
  margin: 10px 0 20px;
  display: flex;
  justify-content: center;
}

/* youtube */
#web-limited .howto_movie-content ol {
  padding: 0 10px 0 2em;
}

#web-limited .howto_movie-content ol li {
  padding-bottom: 0.5em;
  list-style-type: decimal;
}

/* youtube-area */
/* 3point */
#web-limited .point__wrapper .point__bg {
  background: #f5f0ea;
  padding: 0 20px;
}

#web-limited .point__wrapper .point__inner {
  padding: 20px 0;
}

#web-limited .point__wrapper .sub {
  text-align: center;
}

#web-limited .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;
}

#web-limited .point__wrapper .ttl {
  margin: 0 auto 10px;
  width: 90%;
}

#web-limited .point__wrapper .point {
  margin: 0 0 20px;
}

#web-limited .point__wrapper .point li {
  background: #fff;
  margin: 0 0 10px;
}

#web-limited .point__wrapper .point li:last-child {
  margin: 0;
}

#web-limited .point__wrapper .point li .num {
  line-height: 0;
}

#web-limited .point__wrapper .point li .num img {
  width: 21.045%;
}

#web-limited .point__wrapper .point li h3 {
  font-size: 14px;
  text-align: left;
  margin: 0;
  padding: 10px;
  font-weight: normal;
}

#web-limited .point__wrapper .point li h3 span {
  display: block;
  font-weight: bold;
}

#web-limited .point__wrapper .point li p {
  padding: 0 15px 10px;
}

#web-limited .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;
}

#web-limited .point__wrapper .point li .point_img {
  padding: 0 90px 15px;
}

#web-limited #leftmenu {
  position: sticky;
  top: 80px;
  left: 0;
  width: 425px;
  padding: 50px 0 0 65px;
  background: url(../../../img/usr/freepage/web-limited/250702momokamitsure/img-leftmenu01.png)
    no-repeat right top/105px;
  /*,
    url(../../../img/usr/freepage/newlife-herb2025/img-leftmenu02.png) no-repeat
      left 0px top 75px/50px; */
}

#web-limited #leftmenu .leftmenu--contents {
  padding: 0 0 180px;
  max-width: 360px;
}

#web-limited #leftmenu a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}

#web-limited #leftmenu a:hover {
  opacity: 0.6;
}

#web-limited #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;
}

#web-limited #leftmenu .contents--nav {
  margin: 0 0 20px;
}

#web-limited #leftmenu .contents--nav-link {
  display: block;
}

#web-limited #leftmenu .contents--nav-link .text-wrap--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 50px;
  margin-bottom: 5px;
}

#web-limited #leftmenu .contents--nav-link .text-wrap--box.mb10 {
  margin-bottom: 10px;
}

#web-limited #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;
}

#web-limited #leftmenu .contents--nav-link .name span {
  color: #e88b96;
  font-weight: bold;
  margin-right: 5px;
}

#web-limited #leftmenu .contents--nav-link .icon {
  display: flex;
}

#web-limited #leftmenu .contents--nav-link .icon img {
  position: relative;
  width: 50px;
  margin-left: -3px;
}

#web-limited #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----------------------------------- */
#web-limited #feature {
  position: relative;
  margin-bottom: 45px;
}

#web-limited #feature h2 {
  margin: 0 0 17%;
}

#web-limited #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);
}

#web-limited #feature ul {
  padding: 0 20px;
}

#web-limited #feature li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 12px;
}

#web-limited #feature li:last-child {
  margin: 0;
}

#web-limited #feature li img {
  width: 118.5px;
}

#web-limited #feature li .text {
  font-size: 16px;
  line-height: 1.5;
  flex: 1;
  margin: 0 0 0 10px;
  letter-spacing: 0;
}

#web-limited #feature li .caution {
  font-size: 12px;
  margin: 5px 0 0;
}

@media only screen and (max-width: 800px) {
  #web-limited .inner {
    width: auto;
    padding: 0 0 30px;
  }

  #web-limited #leftmenu {
    display: none;
  }

  #web-limited #contents {
    width: 375px;
    max-width: 100%;
    margin: 0 auto;
  }

  .lineup-story-ttl {
    margin-bottom: 10px;
  }

  #pane-footer-link {
    margin: 0 auto;
  }
}
