@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;
  --base-width-sp: 750;
}

@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;
  }
}

#newyear-herb202512 {
  font-size: 14px;
  font-size: var(--fz-14);
  line-height: 1.68;
  background: #f6daca;
  letter-spacing: 1px;
  font-feature-settings: 'palt';
}

#newyear-herb202512 a {
  transition: all 0.3s;
  /* color: #44342c; */
}

#newyear-herb202512 .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto;
}

#newyear-herb202512 #contents {
  background-color: #ffeeec;
  width: 375px;
  max-width: 100%;
}

#newyear-herb202512 h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
}

#newyear-herb202512 h2,
#newyear-herb202512 h3 {
  padding: 0;
  text-align: center;
}

#newyear-herb202512 .mainview {
  background: url(../../../../img/usr/freepage/newyear-herb202512/bg_mv.png) top center / cover;
  padding-bottom: 37px;
  background-size: contain;
}

#newyear-herb202512 .mainview .lineup {
  font-optical-sizing: auto;
  font-weight: bold;
  text-align: center;
  color: #6a420a;
  line-height: 1.8;
  font-size: 14px;
}

#newyear-herb202512 .mainview .lineup--lead {
  padding: 0 17px;
  margin-top: 25px;
  margin-bottom: 25px;
}

#newyear-herb202512 .mainview .lineup--lead img {
  vertical-align: bottom;
  width: 325px;
}

#newyear-herb202512 .mainview .lineup--recommend {
  margin-top: 21px;
  margin-bottom: 11px;
}

#newyear-herb202512 .mainview .lineup--recommend img {
  vertical-align: bottom;
}

#newyear-herb202512 .mainview .lineup--list.line01 li {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: 0 25px 10px;
}

#newyear-herb202512 .mainview .lineup--list.line01 li:last-child {
  padding-bottom: 0;
}

#newyear-herb202512 .mainview .lineup--list.line01 li img {
  vertical-align: bottom;
}

#newyear-herb202512 .mainview .recommend-swiper {
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 8px;
  padding-top: 8px;
}

#newyear-herb202512 .mainview .recommend-swiper .swiper-slide {
  height: 135px;
  width: 124px;
}

#newyear-herb202512 .mainview .recommend-swiper .swiper-slide:first-child img {
  margin-top: -7px;
}

#newyear-herb202512 .mainview .recommend-swiper .swiper-slide img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  vertical-align: bottom;
}

#newyear-herb202512 .sec01 {
  background-color: #f7e5cc;

}


#newyear-herb202512 .sec01 .sec-content {
  background-color: inherit;
  padding-bottom: 45px;
}

#newyear-herb202512 .sec01 .comment-box {
  width: calc(100% - 25px);
  margin: 32px auto 0;
}

#newyear-herb202512 .sec02 {
  background: linear-gradient(to bottom, #f7e5cc 45px, #f9ddd5 45px);
}

#newyear-herb202512 .sec02 .sec-content {
  background-color: #f9ddd5;
  padding-bottom: 48px;
  position: relative;
  padding-top: 20px;
}

#newyear-herb202512 .sec03 {
  background: linear-gradient(to bottom, #f9ddd5 20px, #fffde4 60px);
  background-color: #fffde4;
}

#newyear-herb202512 .sec03 .sec-content {
  background-color: #fffde4;
}

#newyear-herb202512 .sec04 {
  background-color: #fffde4;
}

#newyear-herb202512 .sec04 .sec-content {
  padding-top: 30px;
  background-color: #fffde4;
}

#newyear-herb202512 .sec05 {
  padding-top: 20px;
  background: linear-gradient(to bottom, #fffde4 40px, #dbe8d8 60px);
}

#newyear-herb202512 .sec05 .sec-content {
  padding-top: 30px;
  background-color: #dbe8d8;
}

#newyear-herb202512 .sec02 .sec-content::before,
#newyear-herb202512 .sec03 .sec-content::before,
#newyear-herb202512 .sec04 .sec-content::before,
#newyear-herb202512 .sec05 .sec-content::before {
  content: '';
  background-image: url(../../../../img/usr/freepage/newyear-herb202512/sec_bg_mid.png);
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: center top;
  left: 0;
  height: calc(100% + 2px);
  top: -1px;
  width: 100%;
  position: absolute;
  pointer-events: none;
  z-index: 2;
}

#newyear-herb202512 .sec05 .sec-content {
  padding-bottom: 47px;
}

#newyear-herb202512 .sec05 .sec-content::before {
  height: calc(100% - 4px);
}

#newyear-herb202512 .sec05 .sec-content::after {
  content: '';
  background: url(../../../../img/usr/freepage/newyear-herb202512/sec_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;
}

#newyear-herb202512 .sec-ttl {
  margin: 0;
  margin: initial;
}

#newyear-herb202512 .sec-ttl img {
  vertical-align: bottom;
}

#newyear-herb202512 [class^="sec0"] .swiper {
  padding-right: 55px;
  margin-left: 13px;
  padding-bottom: 6%;
  margin-bottom: 7px;
}

#newyear-herb202512 [class^="sec0"] .swiper-pagination {
  bottom: 0 !important;
  width: calc(100% - 55px) !important;
}

#newyear-herb202512 [class^="sec0"] .swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #fff;
  margin: 0 4px;
}

#newyear-herb202512 [class^="sec03"] .swiper-pagination-bullet,
#newyear-herb202512 [class^="sec04"] .swiper-pagination-bullet {
  background: #d7d8d8;
}

#newyear-herb202512 [class^="sec0"] .swiper-pagination-bullet-active {
  background: #44342c;
}

#newyear-herb202512 [class^="sec0"] .item {
  background: #fff;
  border: 1px solid #a1906d;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 12px;
  padding: 11px 0 32px;
}

#newyear-herb202512 [class^="sec0"] .item .item-top {
  padding: 0 11px;
}

#newyear-herb202512 [class^="sec0"] .item .item-bottom {
  padding: 0 25px;

}

#newyear-herb202512 [class^="sec0"] .item h3 {
  font-size: 18px;
  font-size: var(--fz-18);
  text-align: left;
  font-weight: bold;
  margin: 0 0 3px;
}

#newyear-herb202512 [class^="sec0"] .item .qty-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 8px;
}

#newyear-herb202512 [class^="sec0"] .item .number-change {
  font-weight: bold;
}

#newyear-herb202512 [class^="sec0"] .item--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 17px;
  gap: 17px;
  margin-bottom: 13px;
}

#newyear-herb202512 [class^="sec0"] .item--list li {
  border: 2px solid #cbcbcb;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 16px 3px;
}

@media only screen and (max-width: 800px) {

  #newyear-herb202512 [class^="sec0"] .item--list li {
    padding: 10px 6px 3px 16px;
    padding: 10px min(calc(12 * (100vw / 750)), 10px) 3px min(calc(32 * (100vw / 750)), 32px);
    padding: 10px min(calc(12 * (100vw / var(--base-width-sp))), 10px) 3px min(calc(32 * (100vw / var(--base-width-sp))), 32px);
  }
}

#newyear-herb202512 .item--list li.active {
  border: 3px solid #f08b7e;
  background: #fff9f9;
  padding: 9px 15px 2px;
}

@media only screen and (max-width: 800px) {

  #newyear-herb202512 .item--list li.active {
    padding: 9px min(calc(10 * (100vw / 750)), 10px) 2px min(calc(30 * (100vw / 750)), 30px);
    padding: 9px min(calc(10 * (100vw / var(--base-width-sp))), 10px) 2px min(calc(30 * (100vw / var(--base-width-sp))), 30px);
  }
}

#newyear-herb202512 [class^="sec0"] .item--list li .content {
  font-size: 18px;
  font-size: var(--fz-18);
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2px;
}

@media only screen and (max-width: 800px) {

  #newyear-herb202512 [class^="sec0"] .item--list li .content {
    font-size: min(calc(36 * (100vw / 750)), 18px);
    font-size: min(calc(36 * (100vw / var(--base-width-sp))), var(--fz-18));
  }
}

#newyear-herb202512 [class^="sec0"] .item--list li .content span {
  font-size: 11px;
  font-size: var(--fz-11);
  letter-spacing: 0.01em;
  margin-bottom: 3px;
}

@media only screen and (max-width: 800px) {

  #newyear-herb202512 [class^="sec0"] .item--list li .content span {
    font-size: min(calc(22 * (100vw / 750)), 11px);
    font-size: min(calc(22 * (100vw / var(--base-width-sp))), var(--fz-11));
  }
}

#newyear-herb202512 [class^="sec0"] .item--list li .price {
  font-size: 22px;
  font-size: var(--fz-22);
  font-weight: bold;
  letter-spacing: -1px;
  white-space: nowrap;
}

@media only screen and (max-width: 800px) {

  #newyear-herb202512 [class^="sec0"] .item--list li .price {
    font-size: min(calc(44 * (100vw / 750)), 22px);
    font-size: min(calc(44 * (100vw / var(--base-width-sp))), var(--fz-22));
  }
}

#newyear-herb202512 [class^="sec0"] .item--list li .price span {
  font-size: 13px;
  font-size: var(--fz-13);
  letter-spacing: 0.01em;
  display: inline-block;
  white-space: nowrap;
}

@media only screen and (max-width: 800px) {

  #newyear-herb202512 [class^="sec0"] .item--list li .price span {
    font-size: min(calc(26 * (100vw / 750)), 13px);
    font-size: min(calc(26 * (100vw / var(--base-width-sp))), var(--fz-13));
  }
}

#newyear-herb202512 [class^="sec0"] .omatome a {
  color: #bb4d59 !important;
  letter-spacing: 0;
}

#newyear-herb202512 [class^="sec0"] .detail a {
  color: #2c97ec !important;
  letter-spacing: 0;
}

#newyear-herb202512 [class^="sec0"] .caution-txt {
  font-size: 12px;
  font-size: var(--fz-12);
  letter-spacing: .13em;
  line-height: 1.3;
  margin: 11px 0 0;
  text-align: left;
}

#newyear-herb202512 [class^="sec0"] .caution-content {
  background: #f4f0ec;
  padding: 7px 11px;
  margin: 8px 0 7px;
}

#newyear-herb202512 [class^="sec0"] .caution-content .ttl {
  font-size: 12px;
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: .02em;
  margin-bottom: 3px;
}

#newyear-herb202512 [class^="sec0"] .caution-content .type dt {
  font-size: 12px;
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: .04em;
  margin-bottom: 2px;
}

#newyear-herb202512 [class^="sec0"] .caution-content .type dd {
  font-size: 12px;
  font-size: var(--fz-12);
  letter-spacing: .04em;
  line-height: 1.33;
}

#newyear-herb202512 [class^="sec0"] .caution-content .type dd .indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: .03em;
}

#newyear-herb202512 [class^="sec0"] .caution-content .type dd .indent2 {
  display: block;
  padding-left: 1em;
  text-indent: -0.6em;
  /* margin-left: 1em; */
  letter-spacing: .03em;
}

#newyear-herb202512 [class^="sec0"] .caution-content .type:nth-of-type(n+2) {
  margin-top: 5px;
}

#newyear-herb202512 .comment-box {
  display: block;
}

#newyear-herb202512 .comment-box>figure {
  display: block;
}

#newyear-herb202512 .campaign {
  border: 3px solid #c0405b;
  box-sizing: border-box;
  margin: 33px 11px 0;
  background-color: #fff;
  background-image: url(../../../../img/usr/freepage/newyear-herb202512/bg_campaign.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 51%;
  position: relative;
}

#newyear-herb202512 .campaign .summary {
  font-size: 13px;
  font-size: var(--fz-13);
  padding: 0 35px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  line-height: 1.54;
}

#newyear-herb202512 .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;
}

#newyear-herb202512 .campaign .caution {
  font-size: 12px;
  font-size: var(--fz-12);
  padding-left: 35px;
  padding-right: 35px;
  letter-spacing: 0.05em;
  line-height: 1.54;
}

#newyear-herb202512 .campaign .btn {
  margin: 0 auto;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

#newyear-herb202512 .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;
  -webkit-text-decoration: none;
  text-decoration: none;
  min-width: 166px;
}

#newyear-herb202512 .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);
}

#newyear-herb202512 .campaign--title {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 0 9px;
  padding: 23px 15px 9px;
}

#newyear-herb202512 .campaign--title *:nth-child(1) {
  flex-shrink: 0;
  margin: 0;
  margin: initial;
}

#newyear-herb202512 .campaign--title *:nth-child(1)>img {
  vertical-align: bottom;
}

#newyear-herb202512 .campaign--title *:nth-child(2) {
  font-size: 20px;
  font-size: var(--fz-20);
  text-align: left;
  letter-spacing: .08em;
  line-height: 1.48;
  font-weight: 600;
  margin: 0;
}

#newyear-herb202512 .set {
  background: #fff;
  padding: 1px 0;
}

#newyear-herb202512 .set .qty-area {
  margin: 15px 0 5px;
}

#newyear-herb202512 .set .set-inner {
  box-sizing: border-box;
  border: 1px solid #a19995;
  border-radius: 10px;
  margin: 12px;
  padding: 16px 0 20px;
}

#newyear-herb202512 .set .icon-limited {
  color: #fff;
  font-size: 13px;
  font-size: var(--fz-13);
  background: #c0405b;
  padding: 1px 8px;
  border-radius: 4px;
}

#newyear-herb202512 .set .icon-freeshipping {
  color: #fff;
  font-size: 13px;
  font-size: var(--fz-13);
  background: #7eccb8;
  padding: 1px 8px;
  border-radius: 4px;
}

#newyear-herb202512 .set .icon {
  padding: 0 10px;
}

#newyear-herb202512 .set h2 {
  font-size: 23px;
  font-size: var(--fz-23);
  color: #473127;
  text-align: left;
  font-weight: bold;
  margin: 6px 0;
  padding: 0 10px;
}

#newyear-herb202512 .set .kind {
  font-size: 13px;
  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;
}

#newyear-herb202512 .set .qty-area {
  margin: 5px 0;
}

#newyear-herb202512 .set .qty {
  margin: 0 7px 0 5px;
}

#newyear-herb202512 .set.tealeaves .price {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 10px;
}

#newyear-herb202512 .set.tealeaves .price .img {
  width: 92px;
}

#newyear-herb202512 .set.tealeaves .price .txt1 {
  font-size: 18px;
  font-size: var(--fz-18);
  font-weight: bold;
  letter-spacing: 0.01em;
}

#newyear-herb202512 .set.tealeaves .price .txt1 span {
  font-size: 13px;
  font-size: var(--fz-13);
  font-weight: normal;
}

#newyear-herb202512 .set.tealeaves .price .txt2 {
  font-size: 23px;
  font-size: var(--fz-23);
  font-weight: bold;
}

#newyear-herb202512 .set.tealeaves .price .txt2 span {
  font-size: 16px;
  font-size: var(--fz-16);
}

#newyear-herb202512 .set .omatome {
  margin: 0 26px 12px;
}

#newyear-herb202512 .set .omatome a {
  color: #bb4d59 !important;
}

#newyear-herb202512 .set .btn-cart {
  margin: 0 26px 12px;
}

#newyear-herb202512 .set .caution-content {
  margin: 0 26px 12px;
  letter-spacing: 0.01em;
  font-size: 13px;
  font-size: var(--fz-13);
}

#newyear-herb202512 .set .surely-read {
  position: relative;
  margin: 0 26px 10px;
  padding: 0 18px;
  background: #f4f0ec;
}

#newyear-herb202512 .set .qty-area {
  padding-right: 16px;
}

#newyear-herb202512 .set.teabag .price .ttl {
  margin: 10px;
}

#newyear-herb202512 .set.teabag .price .price-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}

#newyear-herb202512 .set.teabag .price .price-inner .img {
  width: 89px;
}

#newyear-herb202512 .set.teabag .price .price-inner .txt1 {
  font-size: 19px;
  font-size: var(--fz-19);
  font-weight: bold;
  letter-spacing: 0.01em;
}

#newyear-herb202512 .set.teabag .price .price-inner .txt2 {
  width: 89px;
}

#newyear-herb202512 .set.teabag .price .price-inner .txt3 {
  font-size: 23px;
  font-size: var(--fz-23);
  font-weight: bold;
  color: #ff4036;
}

#newyear-herb202512 .set.teabag .price .price-inner .txt3 span {
  font-size: 16px;
  font-size: var(--fz-16);
}

#newyear-herb202512 .swiper-button-prev,
#newyear-herb202512 .swiper-button-next {
  opacity: 0;
}

#newyear-herb202512 .qty.hide {
  display: none;
}

#newyear-herb202512 .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;
}

#newyear-herb202512 .item .btn-cart {
  /* margin: 13px 0 10px; */
  margin: 7px 0 10px;
}

#newyear-herb202512 .to-cart {
  display: block;
  background: #44342c;
  border-radius: 8px;
  padding: 13px 0 12px;
  -webkit-text-decoration: none;
  text-decoration: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
  text-align: center;
}

#newyear-herb202512 .to-cart span {
  color: #fff;
  font-size: 17px;
  font-size: var(--fz-17);
  font-weight: bold;
  letter-spacing: .16em;
  padding: 0 0 0 30px;
  background: url(../../../../img/usr/freepage/newyear-herb202512/icon_cart.png) no-repeat left center / 21px;
}

#newyear-herb202512 .item .caution {
  font-size: 12px;
  font-size: var(--fz-12);
  line-height: 1.4;
  padding: 0 25px;
}

#newyear-herb202512 .label {
  font-size: 10px;
  font-size: var(--fz-10);
  font-weight: bold;
  display: inline-block;
  padding: 3px 10px;
  color: #fff;
  border-radius: 20px;
  background: #44342c;
}

#newyear-herb202512 .surely-read .label {
  padding: 1px 10px;
  margin: 0 0 0 5px;
}

#newyear-herb202512 .qty-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
  position: relative;
}

#newyear-herb202512 .qty {
  margin: 0 7px 0 18px;
}

#newyear-herb202512 .bookmark.hide {
  display: none;
}

#newyear-herb202512 .bookmark a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

#newyear-herb202512 .bookmark i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../../img/usr/freepage/newyear-herb202512/icon_bookmark_off.png) no-repeat center / 100%;
}

#newyear-herb202512 .bookmark .js-cancel-modal i:before {
  background: url(../../../../img/usr/common/icon_bookmark.png) no-repeat center / 100%;
}

#newyear-herb202512 .bookmark.hide i:before {
  content: none;
}

#newyear-herb202512 .about-nekopos {
  margin: 15px 0 0;
}

#newyear-herb202512 .surely-read {
  position: relative;
  padding: 0 11px;
  background: #f4f0ec;
}

#newyear-herb202512 .surely-read+.surely-read {
  margin-top: 8px;
}

#newyear-herb202512 .surely-read ul {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #92857c;
}

#newyear-herb202512 .surely-read li {
  font-size: 12px;
  font-size: var(--fz-12);
  line-height: 1.4;
  padding: 2px 0;
  padding-left: 7px;
  text-indent: -7px;
}
#newyear-herb202512 .surely-read li.nonelist {
  padding-left: 0;
  text-indent: 0;
}
#newyear-herb202512 .surely-read li.nekopos {
  padding-left: 0;
  text-indent: 0;
}

#newyear-herb202512 .surely-read li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#newyear-herb202512 .surely-read .btn-acd {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #44342c;
  margin-left: auto;
}

#newyear-herb202512 .surely-read .btn-acd::before,
#newyear-herb202512 .surely-read .btn-acd::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  background: #fff;
}

#newyear-herb202512 .surely-read .btn-acd::after {
  transform: rotate(90deg);
}

#newyear-herb202512 .surely-read .btn-acd.open::after {
  opacity: 0;
}

#newyear-herb202512 .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: .05em;
  padding: 9px 0 8px;
  cursor: pointer;
  text-align: left;
}

#newyear-herb202512 .item-caution {
  font-size: 12px;
  font-size: var(--fz-12);
  line-height: 1.3;
  margin: 20px 0 0;
  text-align: center;
}

#newyear-herb202512 #leftmenu {
  position: sticky;
  top: 80px;
  left: 0;
  padding-left: 16px;
  width: 340px;
}

#newyear-herb202512 #leftmenu .leftmenu--contents {
  position: relative;
}

#newyear-herb202512 #leftmenu .leftmenu--contents::before {
  content: '';
  top: -10px;
  right: -70px;
  position: absolute;
  width: 188px;
  height: 165px;
  background: url(../../../../img/usr/freepage/newyear-herb202512/bg_icon_pc.png) no-repeat center center / contain;
}



#newyear-herb202512 #leftmenu a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}

#newyear-herb202512 #leftmenu a:hover {
  opacity: 0.6;
}

#newyear-herb202512 #leftmenu .top-ttl {
  display: flex;
  flex-direction: column;
  padding: 40px 0 0 0;

}

#newyear-herb202512 #leftmenu .top-ttl--main {
  font-size: 22px;
  font-size: var(--fz-22);
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #6a420a;
}

#newyear-herb202512 #leftmenu .top-ttl--sub {
  font-size: 17px;
  font-size: var(--fz-17);
  font-weight: bold;
  letter-spacing: .025em;
  line-height: 1.5;
}

#newyear-herb202512 #leftmenu .nav-ttl01,
#newyear-herb202512 #leftmenu .nav-ttl02 {
  color: #6a420a;
  font-weight: bold;
  font-size: 17px;
  font-size: var(--fz-17);
  padding-bottom: 4px;
  margin-bottom: 21px;
  position: relative;
}

#newyear-herb202512 #leftmenu .nav-ttl01::after,
#newyear-herb202512 #leftmenu .nav-ttl02::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -10px;
  width: 100%;
}

#newyear-herb202512 #leftmenu .nav-ttl01.nav-ttl01::after,
#newyear-herb202512 #leftmenu .nav-ttl02.nav-ttl01::after {
  border-bottom: 1px dashed #e1abaf;
}

#newyear-herb202512 #leftmenu .nav-ttl01.nav-ttl02::after,
#newyear-herb202512 #leftmenu .nav-ttl02.nav-ttl02::after {
  border-bottom: 1px dashed #c3727a;
}

#newyear-herb202512 #leftmenu .icon-type {
  color: #6a420a;
  font-size: 13px;
  font-size: var(--fz-13);
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #f5cdb6;
  padding: 3px 8px;
  border-radius: 8px;
  margin-left: 5px;
  letter-spacing: -1px;
}

#newyear-herb202512 #leftmenu .contents--nav:nth-child(1) {
  margin-top: 30px;
}

#newyear-herb202512 #leftmenu .contents--nav:nth-child(2) {
  margin-top: 40px;
}

#newyear-herb202512 #leftmenu .contents--nav a {
  display: flex;
  font-size: 16px;
  font-size: var(--fz-16);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.5;
}

#newyear-herb202512 #leftmenu .contents--nav a+a {
  margin-top: 16px;
}

#newyear-herb202512 #leftmenu .contents--nav .nav-icon {
  flex-shrink: 0;
  margin-right: 10px;
}

#newyear-herb202512 #leftmenu .contents--nav .pot.nav-icon {
  margin-top: -5px;
}

#newyear-herb202512 #leftmenu .contents--nav .icon-limited {
  color: #fff;
  font-size: 13px;
  font-size: var(--fz-13);
  flex-shrink: 0;
  letter-spacing: .156em;
  background: #cb0715;
  border-radius: 5px;
  padding: 2px 5px;
  margin-top: 0px;
  margin-left: 6px;
  height: 19px;
  line-height: 16px;
}

#newyear-herb202512 #leftmenu .contents--nav .one.icon-limited {
  margin-top: 25px;
}

#newyear-herb202512 #feature {
  padding: 0 0 28px;
  background: #FFF;
}

#newyear-herb202512 #feature h2 {
  margin: 0;
  margin: initial;
}

#newyear-herb202512 #feature h2 img {
  vertical-align: bottom;
}

#newyear-herb202512 #feature .message {
  font-size: 16px;
  font-size: var(--fz-16);
  font-weight: bold;
  line-height: 1.44;
  padding: 23px 35px 31px;
  text-align: center;
  color: #002700;
}

#newyear-herb202512 #feature ul {
  padding: 0 22px;
}

#newyear-herb202512 #feature ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.2%;
  margin: 0 0 12px;
}

#newyear-herb202512 #feature ul li:last-child {
  margin: 0;
}

#newyear-herb202512 #feature ul li img {
  flex-shrink: 0;
}

#newyear-herb202512 #feature ul li .text {
  color: #44342c;
  font-size: 16px;
  font-size: var(--fz-16);
  letter-spacing: 0;
  line-height: 1.5;
}

#newyear-herb202512 #feature ul li .caution {
  font-size: 12px;
  font-size: var(--fz-12);
  margin: 5px 0 0;
}

@media only screen and (max-width: 800px) {
  #newyear-herb202512 .inner {
    width: auto;
  }

  #newyear-herb202512 #leftmenu {
    display: none;
  }

  #newyear-herb202512 #contents {
    margin: 0 auto;
  }

  #newyear-herb202512 .to-cart {
    padding: 4vw 0 3.8vw;
  }

  #newyear-herb202512 .intro #set .btn-cart {
    margin: 0 3.5vw 4.8vw;
  }

  #newyear-herb202512 .intro #set .item-caution {
    padding: 0 8vw;
  }

  #newyear-herb202512 .qty select {
    width: 19vw;
  }

  #newyear-herb202512 #set .qty select {
    width: 27vw;
  }

  #newyear-herb202512 .flavor span {
    background-size: 2.8vw;
    padding: 0 0 0 3.6vw;
  }

  #newyear-herb202512 .bookmark a {
    width: 6.6vw;
    height: 6.6vw;
  }
}

@media (min-width: 376px) and (max-width:800px) {
  #newyear-herb202512 {
    padding: 0;
  }

  #newyear-herb202512 #contents {
    width: 100%;
  }
}

@media only screen and (min-width: 801px) {
  #newyear-herb202512 #contents {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  }

  #newyear-herb202512 {
    padding: 20px 0 40px;
  }
}

@media (max-width: 480px) {
  #newyear-herb202512 .set .qty select {
    width: 25vw;
  }
}

.sec01-slider .swiper-wrapper {
  overflow: visible !important;
}

.swiper-slide {
  position: relative;
  padding-top: 10px;
  padding-left: 10px;
}

.sec01-slider .swiper-slide.point_t::before {
  content: '';
  display: block;
  background-image: url('../../../../img/usr/freepage/newyear-herb202512/sec01_point.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 25px;
  left: -0px;
  z-index: 9999;
}

/* 新しいグループに対して Flexbox を適用 */
.color-bookmark-group {
  display: flex;
  /* 子要素（qty-area と bookmark-area）を横並びにする */
  align-items: center;
  /* 垂直方向の中央に揃える */
  gap: 10px;
  /* 要素間に隙間を空ける */
  /* 必要に応じて、このグループ自体のマージンを調整 */
  margin: 10px 0;
}

/* カラー選択エリア: 幅を優先して広げる */
.color-bookmark-group .qty-area {
  /* 可能な限り幅を占有 */
  flex-grow: 1;
}

/* ブックマークエリア: アイコンサイズに合わせて幅を固定 */
.color-bookmark-group .bookmark-area {
  /* 幅がアイコンサイズに合わせて固定されるようにする */
  flex-grow: 0;
  flex-shrink: 0;
}

/* ★補足: カラー変更のラベルとドロップダウンが縦並びなら、ここも調整が必要 */
.color-bookmark-group .qty-area {
  /* color-change と color-select を縦並びのまま維持 */
  display: block;
}

.bookmark-area {
  position: relative;
  /* ★追加: .balloontipの基準点になる */
}

.balloontip {
  position: absolute;
  top: -60px;
  left: -0%;
  transform: translateX(0%);
  z-index: 9999;
}

#sec01,
#sec02,
#sec03,
#sec04,
#sec05 {
  /* 固定ヘッダーの高さ + 安全マージン（例: 30px）を設定 */
  scroll-margin-top: 100px; 
}