@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;
  }
}

#applecinnamon-herb {
  font-size: 14px;
  font-size: var(--fz-14);
  line-height: 1.68;
  background: #edc4a2;
  letter-spacing: 1px;
  font-feature-settings: 'palt';
}

#applecinnamon-herb a {
  transition: all 0.3s;
  color: #44342c;
}

#applecinnamon-herb .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 750px;
  margin: 0 auto;
}

#applecinnamon-herb #contents {
  background-color: #edd8a2;
  width: 375px;
  max-width: 100%;
}

#applecinnamon-herb h1 {
  padding: 0;
  margin: 0;
  line-height: 0;
}

#applecinnamon-herb h2,
#applecinnamon-herb h3 {
  padding: 0;
  text-align: center;
}

#applecinnamon-herb .mainview .lineup {
  /* font-family: "Noto Serif JP", serif; */
  font-optical-sizing: auto;
  /* font-weight: 900; */
  text-align: center;
  color: #6A420A;
  background: url(../../../img/usr/freepage/applecinnamon-herb/mv_bg.png) #FFF no-repeat bottom center / cover;
  padding-top: 25px;
  padding-bottom: 37px;

}

#applecinnamon-herb .mainview .lineup--lead {
  margin-bottom: 25px;
  font-size: var(--fz-15);
  font-weight: bold;
  line-height: 1.73;
}

#applecinnamon-herb .mainview .lineup--recommend {
  margin-top: 21px;
  margin-bottom: 11px;
}

#applecinnamon-herb .mainview .lineup--recommend img {
  vertical-align: bottom;
}

#applecinnamon-herb .mainview .lineup--list.line01 li {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  padding: 0 25px 10px;
}

#applecinnamon-herb .mainview .lineup--list.line01 li:last-child {
  padding-bottom: 0;
}

#applecinnamon-herb .mainview .lineup--list.line01 li img {
  vertical-align: bottom;
}

#applecinnamon-herb .mainview .recommend-swiper {
  padding-left: 23px;
  padding-right: 23px;
  padding-bottom: 8px;
}

#applecinnamon-herb .mainview .recommend-swiper .swiper-slide {
  height: 140px;
  width: 129px;
}

#applecinnamon-herb .mainview .recommend-swiper .swiper-slide img {
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  vertical-align: bottom;
}

#applecinnamon-herb .sec01 {
  background-color: #f1d6ad;
}

#applecinnamon-herb .sec01 .sec-content {
  background-color: inherit;
}

#applecinnamon-herb .sec01 .sec-content,
#applecinnamon-herb .sec02 .sec-content,
#applecinnamon-herb .sec03 .sec-content,
#applecinnamon-herb .sec04 .sec-content,
#applecinnamon-herb .sec05 .sec-content {
  padding-bottom: 30px;
}

#applecinnamon-herb .sec01 .recipe-box {
  margin: 32px auto 0;
}

#applecinnamon-herb .sec01 .comment-box {
  width: calc(100% - 25px);
  margin: 20px auto 0;
}

#applecinnamon-herb .sec02 {
  position: relative;
  z-index: 1;
}

#applecinnamon-herb .sec02::before {
  display: block;
  position: absolute;
  content: '';
  left: 0;
  height: 33px;
  top: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
  background-color: #f1d6ad;
}

#applecinnamon-herb .sec05 .sec-content::before {
  height: calc(100% - 4px);
}

/* #applecinnamon-herb .sec05 .sec-content::after {
  content: '';
  background: url(../../../img/usr/freepage/applecinnamon-herb/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;
} */

#applecinnamon-herb .sec-ttl {
  margin: 0 0 25px;
}
#applecinnamon-herb .sec01 .sec-ttl {
  margin-bottom: 10px;
}

#applecinnamon-herb .sec-ttl img {
  vertical-align: bottom;
}

#applecinnamon-herb [class^="sec0"] .swiper {
  padding-right: 55px;
  margin-left: 13px;
  padding-bottom: 6%;
  margin-bottom: 7px;
}

#applecinnamon-herb [class^="sec0"] .swiper-pagination {
  bottom: 0 !important;
  width: calc(100% - 55px) !important;
}

#applecinnamon-herb [class^="sec0"] .swiper-pagination-bullet {
  opacity: 1;
  width: 9px;
  height: 9px;
  background: #fff;
  margin: 0 4px;
}

#applecinnamon-herb [class^="sec0"] .swiper-pagination-bullet-active {
  background: #44342c;
}

#applecinnamon-herb [class^="sec0"] .item {
  background: #fff;
  border: 1px solid #a1906d;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 0 12px;
  padding: 11px 0 32px;
}

#applecinnamon-herb [class^="sec0"] .item .item-top {
  padding: 0 11px;
}

#applecinnamon-herb [class^="sec0"] .item .item-bottom {
  padding: 0 25px;
}

#applecinnamon-herb [class^="sec0"] .item h3 {
  font-size: 18px;
  font-size: var(--fz-18);
  text-align: left;
  font-weight: bold;
  margin: 0 0 3px;
}

#applecinnamon-herb [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;
}

#applecinnamon-herb [class^="sec0"] .item .number-change {
  font-weight: bold;
}

#applecinnamon-herb [class^="sec0"] .item--list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 17px;
  gap: 17px;
  margin-bottom: 13px;
}

#applecinnamon-herb [class^="sec0"] .item--list li {
  border: 2px solid #cbcbcb;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 16px 3px;
  cursor: pointer;
}

@media only screen and (max-width: 800px) {

  #applecinnamon-herb [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);
  }
}

#applecinnamon-herb [class^="sec0"] .item--list li.active {
  border: 3px solid #f08b7e;
  background: #fff9f9;
  padding: 9px 15px 2px;
}

@media only screen and (max-width: 800px) {

  #applecinnamon-herb [class^="sec0"] .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);
  }
}

#applecinnamon-herb [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) {

  #applecinnamon-herb [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));
  }
}

#applecinnamon-herb [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) {

  #applecinnamon-herb [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));
  }
}

#applecinnamon-herb [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) {

  #applecinnamon-herb [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));
  }
}

#applecinnamon-herb [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) {

  #applecinnamon-herb [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));
  }
}

#applecinnamon-herb [class^="sec0"] .omatome a {
  color: #bb4d59 !important;
  letter-spacing: 0;
}

#applecinnamon-herb [class^="sec0"] .detail a {
  color: #2c97ec !important;
  letter-spacing: 0;
}

#applecinnamon-herb [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;
}

#applecinnamon-herb [class^="sec0"] .caution-content {
  background: #f4f0ec;
  padding: 7px 11px;
  margin: 8px 0 7px;
}

#applecinnamon-herb [class^="sec0"] .caution-content .ttl {
  font-size: 12px;
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: .02em;
  margin-bottom: 3px;
}

#applecinnamon-herb [class^="sec0"] .caution-content .type dt {
  font-size: 12px;
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: .04em;
  margin-bottom: 2px;
}

#applecinnamon-herb [class^="sec0"] .caution-content .type dd {
  font-size: 12px;
  font-size: var(--fz-12);
  letter-spacing: .04em;
  line-height: 1.33;
}

#applecinnamon-herb [class^="sec0"] .caution-content .type dd .indent {
  display: block;
  text-indent: -1em;
  margin-left: 1em;
  letter-spacing: .03em;
}

#applecinnamon-herb [class^="sec0"] .caution-content .type dd .indent2 {
  display: block;
  padding-left: 1em;
  text-indent: -0.6em;
  /* margin-left: 1em; */
  letter-spacing: .03em;
}

#applecinnamon-herb [class^="sec0"] .caution-content .type:nth-of-type(n+2) {
  margin-top: 5px;
}

#applecinnamon-herb .comment-box {
  display: block;
}

#applecinnamon-herb .comment-box>figure {
  display: block;
}
/* 
#applecinnamon-herb .campaign {
  border: 3px solid #c0405b;
  box-sizing: border-box;
  margin: 33px 11px 0;
  background-color: #fff;
  background-image: url(../../../img/usr/freepage/applecinnamon-herb/bg_campaign.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100%;
  padding-bottom: 51%;
  position: relative;
}

#applecinnamon-herb .campaign .summary {
  font-size: 13px;
  font-size: var(--fz-13);
  padding: 0 35px;
  margin-bottom: 12px;
  letter-spacing: 0.05em;
  line-height: 1.54;
}

#applecinnamon-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;
}

#applecinnamon-herb .campaign .caution {
  font-size: 12px;
  font-size: var(--fz-12);
  padding-left: 35px;
  padding-right: 35px;
  letter-spacing: 0.05em;
  line-height: 1.54;
}

#applecinnamon-herb .campaign .btn {
  margin: 0 auto;
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
}

#applecinnamon-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;
  -webkit-text-decoration: none;
  text-decoration: none;
  min-width: 166px;
}

#applecinnamon-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);
}

#applecinnamon-herb .campaign--title {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 0 9px;
  padding: 23px 15px 9px;
}

#applecinnamon-herb .campaign--title *:nth-child(1) {
  flex-shrink: 0;
  margin: 0;
  margin: initial;
}

#applecinnamon-herb .campaign--title *:nth-child(1)>img {
  vertical-align: bottom;
}

#applecinnamon-herb .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;
} */

#applecinnamon-herb .set {
  background: #fff;
  padding: 1px 0;
}

#applecinnamon-herb .set .qty-area {
  margin: 15px 0 5px;
}

#applecinnamon-herb .set .set-inner {
  box-sizing: border-box;
  border: 1px solid #a19995;
  border-radius: 10px;
  margin: 12px;
  padding: 16px 0 20px;
}

#applecinnamon-herb .set .icon-limited {
  color: #fff;
  font-size: 13px;
  font-size: var(--fz-13);
  background: #c0405b;
  padding: 1px 8px;
  border-radius: 4px;
}

#applecinnamon-herb .set .icon-freeshipping {
  color: #fff;
  font-size: 13px;
  font-size: var(--fz-13);
  background: #7eccb8;
  padding: 1px 8px;
  border-radius: 4px;
}

#applecinnamon-herb .set .icon {
  padding: 0 10px;
}

#applecinnamon-herb .set h2 {
  font-size: 23px;
  font-size: var(--fz-23);
  color: #473127;
  text-align: left;
  font-weight: bold;
  margin: 6px 0;
  padding: 0 10px;
}

#applecinnamon-herb .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;
}

#applecinnamon-herb .set .qty-area {
  margin: 5px 0;
}

#applecinnamon-herb .set .qty {
  margin: 0 7px 0 5px;
}

#applecinnamon-herb .set.tealeaves .price {
  display: flex;
  justify-content: center;
  align-items: start;
  gap: 0 10px;
}

#applecinnamon-herb .set.tealeaves .price .img {
  width: 92px;
}

#applecinnamon-herb .set.tealeaves .price .txt1 {
  font-size: 18px;
  font-size: var(--fz-18);
  font-weight: bold;
  letter-spacing: 0.01em;
}

#applecinnamon-herb .set.tealeaves .price .txt1 span {
  font-size: 13px;
  font-size: var(--fz-13);
  font-weight: normal;
}

#applecinnamon-herb .set.tealeaves .price .txt2 {
  font-size: 23px;
  font-size: var(--fz-23);
  font-weight: bold;
}

#applecinnamon-herb .set.tealeaves .price .txt2 span {
  font-size: 16px;
  font-size: var(--fz-16);
}

#applecinnamon-herb .set .omatome {
  margin: 0 26px 12px;
}

#applecinnamon-herb .set .omatome a {
  color: #bb4d59 !important;
}

#applecinnamon-herb .set .btn-cart {
  margin: 0 26px 12px;
}

#applecinnamon-herb .set .caution-content {
  margin: 0 26px 12px;
  letter-spacing: 0.01em;
  font-size: 13px;
  font-size: var(--fz-13);
}

#applecinnamon-herb .set .surely-read {
  position: relative;
  margin: 0 26px 10px;
  padding: 0 18px;
  background: #f4f0ec;
}

#applecinnamon-herb .set .qty-area {
  padding-right: 16px;
}

#applecinnamon-herb .set.teabag .price .ttl {
  margin: 10px;
}

#applecinnamon-herb .set.teabag .price .price-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 8px;
}

#applecinnamon-herb .set.teabag .price .price-inner .img {
  width: 89px;
}

#applecinnamon-herb .set.teabag .price .price-inner .txt1 {
  font-size: 19px;
  font-size: var(--fz-19);
  font-weight: bold;
  letter-spacing: 0.01em;
}

#applecinnamon-herb .set.teabag .price .price-inner .txt2 {
  width: 89px;
}

#applecinnamon-herb .set.teabag .price .price-inner .txt3 {
  font-size: 23px;
  font-size: var(--fz-23);
  font-weight: bold;
  color: #ff4036;
}

#applecinnamon-herb .set.teabag .price .price-inner .txt3 span {
  font-size: 16px;
  font-size: var(--fz-16);
}

#applecinnamon-herb .swiper-button-prev,
#applecinnamon-herb .swiper-button-next {
  opacity: 0;
}

#applecinnamon-herb .qty.hide {
  display: none;
}

#applecinnamon-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;
}

#applecinnamon-herb .item .btn-cart {
  /* margin: 13px 0 10px; */
  margin: 7px 0 10px;
}

#applecinnamon-herb .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;
}

#applecinnamon-herb .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/applecinnamon-herb/icon_cart.png) no-repeat left center / 21px;
}

#applecinnamon-herb .item .caution {
  font-size: 12px;
  font-size: var(--fz-12);
  line-height: 1.4;
  padding: 0 25px;
}

#applecinnamon-herb .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;
}

#applecinnamon-herb .surely-read .label {
  padding: 1px 10px;
  margin: 0 0 0 5px;
}

#applecinnamon-herb .qty-area {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
  position: relative;
}

#applecinnamon-herb .qty {
  margin: 0 7px 0 18px;
}

#applecinnamon-herb .omatome {
  margin-right: -20px;
}

#applecinnamon-herb .bookmark.hide {
  display: none;
}

#applecinnamon-herb .bookmark a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}

#applecinnamon-herb .bookmark i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../img/usr/freepage/applecinnamon-herb/icon_bookmark_off.png) no-repeat center / 100%;
}

#applecinnamon-herb .bookmark .js-cancel-modal i:before {
  background: url(../../../img/usr/common/icon_bookmark.png) no-repeat center / 100%;
}

#applecinnamon-herb .bookmark.hide i:before {
  content: none;
}

#applecinnamon-herb .about-nekopos {
  margin: 15px 0 0;
}

#applecinnamon-herb .surely-read {
  position: relative;
  padding: 0 11px;
  background: #f4f0ec;
}

#applecinnamon-herb .surely-read+.surely-read {
  margin-top: 8px;
}

#applecinnamon-herb .surely-read ul {
  display: none;
  padding: 10px 0;
  border-top: 1px solid #92857c;
}

#applecinnamon-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;
}

#applecinnamon-herb .surely-read.nekopos li {
  padding-left: 0;
  text-indent: 0;
}

#applecinnamon-herb .surely-read li a {
  -webkit-text-decoration: underline;
  text-decoration: underline;
}

#applecinnamon-herb .surely-read .btn-acd {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background: #44342c;
  margin-left: auto;
}

#applecinnamon-herb .surely-read .btn-acd::before,
#applecinnamon-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;
}

#applecinnamon-herb .surely-read .btn-acd::after {
  transform: rotate(90deg);
}

#applecinnamon-herb .surely-read .btn-acd.open::after {
  opacity: 0;
}

#applecinnamon-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: .05em;
  padding: 9px 0 8px;
  cursor: pointer;
  text-align: left;
}

#applecinnamon-herb .item-caution {
  font-size: 12px;
  font-size: var(--fz-12);
  line-height: 1.3;
  margin: 20px 0 0;
  text-align: center;
}

#applecinnamon-herb #leftmenu {
  position: sticky;
  top: 80px;
  left: 0;
  padding-left: 16px;
  width: 340px;
}

#applecinnamon-herb #leftmenu .leftmenu--contents {
  position: relative;
}

#applecinnamon-herb #leftmenu .leftmenu--contents::before {
  content: '';
  top: 5px;
  right: 0;
  position: absolute;
  width: 120px;
  height: 201px;
  background: url(../../../img/usr/freepage/applecinnamon-herb/bg_pc.png) no-repeat center center / contain;
}

#applecinnamon-herb #leftmenu a {
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all 0.3s;
}

#applecinnamon-herb #leftmenu a:hover {
  opacity: 0.6;
}

#applecinnamon-herb #leftmenu .top-ttl {
  display: flex;
  flex-direction: column;
  padding: 40px 0 0 0;
  font-size: 19px;
  font-size: var(--fz-19);
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #6a420a;
}

#applecinnamon-herb #leftmenu .nav-ttl01,
#applecinnamon-herb #leftmenu .nav-ttl02 {
  color: #6a420a;
  font-weight: bold;
  font-size: 17px;
  font-size: var(--fz-17);
  padding-bottom: 4px;
  margin-bottom: 21px;
  position: relative;
}

#applecinnamon-herb #leftmenu .nav-ttl01::after,
#applecinnamon-herb #leftmenu .nav-ttl02::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -10px;
  width: 100%;
}

#applecinnamon-herb #leftmenu .nav-ttl01.nav-ttl01::after,
#applecinnamon-herb #leftmenu .nav-ttl02.nav-ttl01::after {
  border-bottom: 1px dashed #e1abaf;
}

#applecinnamon-herb #leftmenu .nav-ttl01.nav-ttl02::after,
#applecinnamon-herb #leftmenu .nav-ttl02.nav-ttl02::after {
  border-bottom: 1px dashed #c3727a;
}

#applecinnamon-herb #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;
}

#applecinnamon-herb #leftmenu .contents--nav:nth-child(1) {
  margin-top: 30px;
}

#applecinnamon-herb #leftmenu .contents--nav:nth-child(2) {
  margin-top: 40px;
}

#applecinnamon-herb #leftmenu .contents--nav a {
  display: flex;
  font-size: 16px;
  font-size: var(--fz-16);
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.35;
}

#applecinnamon-herb #leftmenu .contents--nav a+a {
  margin-top: 16px;
}

#applecinnamon-herb #leftmenu .contents--nav .nav-icon {
  flex-shrink: 0;
  margin-right: 15px;
}

#applecinnamon-herb #leftmenu .contents--nav .icon-limited {
  margin-top: auto;
  color: #fff;
  font-size: 13px;
  font-size: var(--fz-13);
  flex-shrink: 0;
  letter-spacing: .156em;
  background: #bd6943;
  border-radius: 5px;
  padding: 2px 5px;
  margin-left: 6px;
  margin-bottom: 3px;
  height: 19px;
}

#applecinnamon-herb #feature {
  padding: 0 0 28px;
  background: #FFF;
}

#applecinnamon-herb #feature h2 {
  margin: 0;
  margin: initial;
}

#applecinnamon-herb #feature h2 img {
  vertical-align: bottom;
}

#applecinnamon-herb #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;
}

#applecinnamon-herb #feature ul {
  padding: 0 22px;
}

#applecinnamon-herb #feature ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4.2%;
  margin: 0 0 12px;
}

#applecinnamon-herb #feature ul li:last-child {
  margin: 0;
}

#applecinnamon-herb #feature ul li img {
  flex-shrink: 0;
}

#applecinnamon-herb #feature ul li .text {
  color: #44342c;
  font-size: 16px;
  font-size: var(--fz-16);
  letter-spacing: 0;
  line-height: 1.5;
}

#applecinnamon-herb #feature ul li .caution {
  font-size: 12px;
  font-size: var(--fz-12);
  margin: 5px 0 0;
}

@media only screen and (max-width: 800px) {
  #applecinnamon-herb .inner {
    width: auto;
  }

  #applecinnamon-herb #leftmenu {
    display: none;
  }

  #applecinnamon-herb #contents {
    margin: 0 auto;
  }

  #applecinnamon-herb .to-cart {
    padding: 4vw 0 3.8vw;
  }

  #applecinnamon-herb .intro #set .btn-cart {
    margin: 0 3.5vw 4.8vw;
  }

  #applecinnamon-herb .intro #set .item-caution {
    padding: 0 8vw;
  }

  #applecinnamon-herb .qty select {
    width: 19vw;
  }

  #applecinnamon-herb #set .qty select {
    width: 27vw;
  }

  #applecinnamon-herb .flavor span {
    background-size: 2.8vw;
    padding: 0 0 0 3.6vw;
  }

  #applecinnamon-herb .bookmark a {
    width: 6.6vw;
    height: 6.6vw;
  }
}

@media (min-width: 376px) and (max-width:800px) {
  #applecinnamon-herb {
    padding: 0;
  }

  #applecinnamon-herb #contents {
    width: 100%;
  }
}

@media only screen and (min-width: 801px) {
  #applecinnamon-herb #contents {
    box-shadow: 0 0 8px rgba(0, 0, 0, .3);
  }

  #applecinnamon-herb {
    padding: 20px 0 40px;
  }
}

@media (max-width: 480px) {
  #applecinnamon-herb .set .qty select {
    width: 25vw;
  }
}
