@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;
}
@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;
  }
}

/*-----------------------------------------
  layout
-----------------------------------------*/
html[data-browse-mode="S"] .chatdealer-main-frame {
  display: none !important;
}
#snoopy h1,
#snoopy h2 {
  padding: 0;
  margin: 0;
  line-height: 0;
}
#snoopy a {
  color: inherit;
}
#snoopy img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
#snoopy {
  color: #583c32;
  font-size: var(--fz-14);
  line-height: 1.44;
  background: #f3f1f3;
  letter-spacing: 1px;
  font-feature-settings: "palt";
}
#snoopy .inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 810px;
  margin: 0 auto;
}

/*-----------------------------------------
  leftmenu
-----------------------------------------*/
#snoopy #leftmenu {
  position: sticky;
  top: 40px;
  left: 0;
  width: 340px;
  max-height: calc(100vh - 80px);
  overflow: auto;
  padding: 0 0 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#snoopy #leftmenu::-webkit-scrollbar {
  display: none;
}
#snoopy #leftmenu .ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding: 40px 30px 30px;
  background: url(../../../img/usr/freepage/snoopy202511/bg_leftmenu_title.png) no-repeat center top / contain;
}
#snoopy #leftmenu .menu-box:not(:last-child) {
  margin: 0 0 40px;
}
#snoopy #leftmenu .menu-box-ttl {
  height: 77px;
  font-size: 14px;
  font-weight: bold;
  padding: 15px 0 0;
  margin: 0 0 18px;
  text-align: center;
}
#snoopy #leftmenu .menu-box-ttl span {
  display: inline-block;
  font-size: 18px;
  margin: 2px 0 0;
}
#snoopy #leftmenu #menu04 .menu-box-ttl span {
  font-size: 16px;
  margin: 5px 24px 0 0;
}
#snoopy #leftmenu li {
  margin: 0 0 20px 0;
  padding: 0 0 0 28px;
}
#snoopy #leftmenu li a {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-decoration: none;
}
#snoopy #leftmenu li a:hover {
  color: #c6574f;
}
#snoopy #leftmenu .icon {
  display: flex;
  align-items: baseline;
  gap: 4px;
  margin: 0 0 0 auto;
}
#snoopy #leftmenu .icon-limited {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  background: #ec928b;
  border-radius: 5px;
  padding: 3px 5px;
}
#snoopy #leftmenu .icon-free {
  display: inline-block;
  color: #FFF;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  background: #7eccb8;
  border-radius: 5px;
  padding: 3px 5px;
}
#snoopy #leftmenu li.set04 .icon {
  margin-top: -22px;
}
#snoopy #leftmenu #menu01 .menu-box-ttl {
  background: url(../../../img/usr/freepage/snoopy202511/bg_leftmenu_01.png) no-repeat center / 100% auto;
}
#snoopy #leftmenu #menu02 .menu-box-ttl {
  background: url(../../../img/usr/freepage/snoopy202511/bg_leftmenu_02.png) no-repeat center / 100% auto;
}
#snoopy #leftmenu #menu03 .menu-box-ttl {
  background: url(../../../img/usr/freepage/snoopy202511/bg_leftmenu_03.png) no-repeat center / 100% auto;
}
#snoopy #leftmenu #menu04 .menu-box-ttl {
  background: url(../../../img/usr/freepage/snoopy202511/bg_leftmenu_04.png) no-repeat center / 100% auto;
}
#snoopy #leftmenu #menu01 li {
  background: url(../../../img/usr/freepage/snoopy202511/icon_leftmenu_leaf01.png) no-repeat 5px 3px;
}
#snoopy #leftmenu #menu02 li {
  background: url(../../../img/usr/freepage/snoopy202511/icon_leftmenu_leaf02.png) no-repeat 5px 3px;
}
#snoopy #leftmenu #menu03 li {
  background: url(../../../img/usr/freepage/snoopy202511/icon_leftmenu_leaf03.png) no-repeat 5px 3px;
}
#snoopy #leftmenu #menu04 li {
  background: url(../../../img/usr/freepage/snoopy202511/icon_leftmenu_leaf04.png) no-repeat 5px 3px;
}

/*-----------------------------------------
  main
-----------------------------------------*/
#snoopy #contents {
  width: 375px;
  max-width: 100%;
  overflow-x: hidden;
}
#snoopy .main {
  background: url(../../../img/usr/freepage/snoopy202511/bg_mv.png) no-repeat center bottom / 100% auto;
}
#snoopy .intro .message {
  position: relative;
  margin-bottom: 25px;
  font-size: var(--fz-13);
  font-weight: bold;
  line-height: 2.5;
  text-align: center;
}
#snoopy .intro .message:before {
  position: absolute;
  display: block;
  content: "";
  background: url(../../../img/usr/freepage/snoopy202511/lead_img01.png) no-repeat center / 100% auto;
  width: 57px;
  height: 57px;
  top: -45px;
  left: 0;
}
#snoopy .intro .message:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../../../img/usr/freepage/snoopy202511/lead_img02.png) no-repeat center / 100% auto;
  width: 74px;
  height: 74px;
  bottom: -50px;
  right: 0;
}
#snoopy .intro .message span {
  display: inline-block;
  padding-inline: 10px;
  background: url(../../../img/usr/freepage/snoopy202511/lead_line.png) no-repeat center bottom / auto 3px;
}

/*-----------------------------------------
  lineup
-----------------------------------------*/
#snoopy .lineup {
  padding: 25px 25px 30px;
  color: #231815;
}
#snoopy .lineup h2 {
  text-align: center;
  margin: 0 0 12px;
}
#snoopy .lineup .lineup_pokapoka_title img {
  height: 46px;
}
#snoopy .lineup .lineup_variety_title img {
  height: 17px;
}
#snoopy .lineup .lineup_relax_title img {
  height: 15px;
}
#snoopy .lineup .lineup_etc_title img {
  height: 18px;
}
#snoopy .lineup .lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 12px;
  margin-bottom: 20px;
}
#snoopy .lineup .lineup_list:last-of-type {
  margin-bottom: 50px;
}
#snoopy .lineup .lineup_list li {
  width: calc((100% - 12px) / 2);
}
#snoopy .lineup .lineup_list li._w100 {
  width: 100%;
}
#snoopy .lineup h3 {
  text-align: center;
  height: 18px;
  margin: 0 0 11px;
}
#snoopy .lineup .lineup_etc {
  margin-right: -25px;
  padding: 0 11px 10px;
  margin-bottom: 30px;
}
#snoopy .lineup .lineup_etc:last-child {
  margin-bottom: 0;
}
#snoopy .lineup .lineup_etc .swiper-slide {
  width: 145px;
}
#snoopy .lineup li a {
  display: block;
  line-height: 0;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
#snoopy .lineup li a:hover {
  opacity: 0.8;
}

/*-----------------------------------------
  common
-----------------------------------------*/
#snoopy .title {
  margin-bottom: 20px;
}
#snoopy .item {
  padding: 0 25px 80px;
}
#snoopy .item-head {
  margin-inline: -25px;
  margin-bottom: 15px;
}
/* 各アイテムスライダー */
#snoopy .item-slider {
  background: url(../../../img/usr/freepage/snoopy202511/slide_frame.png) no-repeat center / 100% 100%;
  padding: 2px;
}
#snoopy .item-slider + .item-slider {
  margin-top: 10px;
}
#snoopy .item-slider .swiper-container,
#snoopy .selection-slider .swiper-container {
  position: relative;
  overflow: hidden;
}
#snoopy .item-slider .swiper-slide {
  line-height: 0;
}
#snoopy .item .swiper-button-prev,
#snoopy .item .swiper-button-next {
  opacity: 0;
}
/* 各カートエリア */
#snoopy .item-cart {
  background: #fff;
  border: 1px solid #44342c;
  box-sizing: border-box;
  border-radius: 6px;
  margin: 35px auto 5px;
  padding: 10px 12px;
}
#snoopy .item-cart .item--list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 10px;
}
#snoopy .item-cart .item--list li {
  border: 2px solid #cbcbcb;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 6px 1px 4px;
  width: 100%;
  cursor: pointer;
}
#snoopy .item--list li .content-img01 {
  width: 47px;
}
#snoopy .item--list li .content-img02 {
  width: 59px;
}
#snoopy .item-cart .item--list li.active {
  border: 3px solid #f08b7e;
  padding: 5px 0 3px;
  background: #fff9f9;
}
#snoopy .item-cart .item--list li.active:not(:has(.content-img)) {
  width: 55%;
  padding-top: 0;
  padding-inline: 15px;
}
#snoopy .item-cart .item--list li .content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: var(--fz-18);
  font-weight: bold;
  line-height: 1.1;
  min-height: 60px;
}
#snoopy .item-cart .item--list li .content:not(:has(.content-img)) {
  justify-content: flex-start;
}
#snoopy .item-cart .item--list li .content-txt {
  font-size: var(--fz-15);
  font-weight: bold;
  line-height: calc((40 / 30));
  letter-spacing: 0;
}
#snoopy .item-cart .item--list li .content-txt._long {
  font-size: var(--fz-14);
  letter-spacing: -0.02em;
}
#snoopy .item-cart .item--list li .content:not(:has(.content-img)) .content-txt {
  font-size: var(--fz-18);
  line-height: 1.1;
}
#snoopy .item-cart .item--list li .price {
  font-size: var(--fz-22);
  font-weight: bold;
  letter-spacing: -0.01em;
  text-align: right;
  padding-inline: 5px;
}
#snoopy .item-cart .item--list li .content:not(:has(.content-img)) + .price {
  text-align: left;
  padding: 0;
}
#snoopy .item-cart .item--list li .price span {
  font-size: var(--fz-14);
  letter-spacing: 0.05em;
}
#snoopy .item-cart .item--list li .content-txt .price {
  font-size: var(--fz-20);
  padding: 0;
}
#snoopy .item-cart .item--list li .content-txt .price span {
  font-size: var(--fz-12);
}
#snoopy .item-cart .item--list li .notes {
  font-size: var(--fz-11);
  letter-spacing: -0.02em;
  text-align: center;
  line-height: 1;
}
#snoopy .qty-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 14px;
}
#snoopy .qty {
  margin: 0 7px 0 10px;
}
#snoopy .qty-area .number-change {
  font-size: var(--fz-13);
  font-weight: bold;
}
#snoopy .qty select {
  color: #44342c;
  -webkit-appearance: none;
  appearance: none;
  width: 80px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #cbcbcb;
  border-radius: 5px;
  padding: 0 25px 0 7px;
  background: #fff url(https://www.enherb.jp/img/usr/common/icon_select.png) no-repeat top 13px right 6px / 16px;
}
#snoopy .bookmark.hide {
  display: none;
}
#snoopy .bookmark a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
#snoopy .bookmark i:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../../../img/usr/freepage/snoopy202501/icon_bookmark_off.png) no-repeat center / 100%;
}
#snoopy .bookmark .js-cancel-modal i:before {
  background: url(https://www.enherb.jp/img/usr/common/icon_bookmark.png) no-repeat center / 100%;
}
#snoopy .bookmark.hide i:before {
  content: none;
}
#snoopy .btn-cart {
  margin: 0 auto 18px;
}
#snoopy .item-cart .item .btn-cart {
  width: 90%;
}
#snoopy .to-cart {
  display: block;
  background: #44342c;
  border-radius: 8px;
  padding: 14px 0 13px;
  text-decoration: none;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 70%);
  text-align: center;
}
#snoopy .to-cart span {
  color: #fff;
  font-size: var(--fz-18);
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0 0 0 32px;
  background: url(../../../img/usr/freepage/snoopy202501/icon_cart.png) no-repeat left center / 21px;
}
#snoopy .detail {
  text-align: center;
}
#snoopy .detail a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
  color: #44342c;
  font-size: var(--fz-14);
  font-weight: bold;
  border-bottom: 1px solid #44342c;
  text-decoration: none;
  margin-bottom: 4px;
}
#snoopy .detail a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #44342c;
  border-right: 1px solid #44342c;
  transform: rotate(45deg);
}
#snoopy .detail p {
  color: #44342c;
  font-size: var(--fz-12);
  letter-spacing: 0.03em;
}
#snoopy .item-cart .headline {
  position: relative;
  font-size: var(--fz-17);
  font-weight: bold;
  color: #231815;
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #44342c;
}
#snoopy .item-cart .headline .icon-limited {
  display: inline-block;
  color: #be3f36;
  font-size: 12px;
  line-height: 1;
  font-weight: bold;
  border: 1px solid #be3f36;
  border-radius: 5px;
  padding: 3px 5px;
  transform: translateY(-2px);
}
#snoopy .item-cart .headline span {
  font-size: var(--fz-15);
}
#snoopy .item-cart .headline:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 8px;
  right: 0;
  background: url(../../../img/usr/freepage/snoopy202511/icon_teabag.png) no-repeat center / cover;
  width: 22px;
  height: 27px;
}
#snoopy .item-cart .headline--nonicon:after {
  display: none;
}
#snoopy .item-cart .item-txt {
  margin-bottom: 10px;
  font-weight: bold;
  border: none;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.15em;
}
#snoopy .item-cart .item-txt:before {
  content: "";
  width: 15px;
  height: 15px;
}
#snoopy .item-cart > .price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  color: #231815;
  margin-bottom: 2px;
}
#snoopy .item-cart > .price .price-head {
  font-size: var(--fz-19);
  line-height: 1;
  font-weight: bold;
}
#snoopy .item-cart > .price .price-body {
  font-size: var(--fz-22);
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
}
#snoopy .item-cart > .price .price-body span {
  font-size: var(--fz-14);
  letter-spacing: 0.05em;
}
#snoopy .item-cart > .notes {
  margin-bottom: 5px;
  color: #44342c;
  font-size: var(--fz-12);
  letter-spacing: -0.03em;
  text-align: right;
}
#snoopy .free-shipping {
  height: 20px;
  width: 69px;
  color: #FFF;
  font-size: var(--fz-13);
  background: #7eccb8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
#snoopy .limited-quantity {
  height: 20px;
  width: 69px;
  color: #FFF;
  font-size: var(--fz-13);
  background: #b28800;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
}
/* アコーディオン */
#snoopy .acd {
  background: #fff;
  border: 1px solid #583c32;
  border-radius: 6px;
}
#snoopy .acd-head {
  position: relative;
  font-size: var(--fz-15);
  font-weight: bold;
  padding: 8px 20px;
  cursor: pointer;
}
#snoopy .acd-head::before,
#snoopy .acd-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 2px;
  background: #583c32;
  transition: all .3s;
  transform: translateY(-50%);
}
#snoopy .acd-head::after {
  transform: translateY(-50%) rotate(90deg);
}
#snoopy .acd-head.open::after {
  transform: translateY(-50%) rotate(180deg);
}
#snoopy .acd-body {
  display: none;
  padding: 5px 20px 10px;
  font-size: var(--fz-13);
}
#snoopy .acd-body dl {
  margin-top: 1em;
}
#snoopy .acd-body dl dt {
  display: flex;
  align-items: center;
  font-size: var(--fz-12);
}
#snoopy .acd-body dl dt::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-left: 4px;
  border-top: 1px dashed #583c32;
}
#snoopy .acd-body dl dd {
  font-size: var(--fz-11);
  line-height: 1.3;
}
#snoopy .acd-body dl dd span {
  display: block;
  margin-top: 6px;
}
#snoopy .acd-body ul li {
  padding-left: 1em;
  text-indent: -1em;
}

/*-----------------------------------------
  各エリア
-----------------------------------------*/
#snoopy .pokapoka {
  background: url(../../../img/usr/freepage/snoopy202511/sec01_pokapoka_bg.png) repeat-y center / 100% auto;
}
#snoopy .pokapoka .item#bottle_khaki .item-head {
  margin-bottom: 0;
}
#snoopy .pokapoka .item#bottle_khaki .item-slider {
  margin-inline: -25px;
  background-image: url(../../../img/usr/freepage/snoopy202511/sec01_pokapoka_gift1_line.png), url(../../../img/usr/freepage/snoopy202511/sec01_pokapoka_gift1_line.png);
  background-repeat: no-repeat;
  background-position: center top, center bottom;
  background-size: 100% auto;
  padding: 3px 0;
}
#snoopy .variety {
  background: url(../../../img/usr/freepage/snoopy202511/sec02_variety_bg.png) repeat-y center / 100% auto;
}
#snoopy .relax {
  background: url(../../../img/usr/freepage/snoopy202511/sec01_relax_bg.png) repeat-y center / 100% auto;
}
#snoopy .etc {
  background: url(../../../img/usr/freepage/snoopy202511/sec02_etc_bg.png) repeat-y center / 100% auto;
}
#snoopy .etc .item:not(:first-of-type) {
  padding-top: 90px;
  background: url(../../../img/usr/freepage/snoopy202511/sec02_etc_sub.png) no-repeat center top / 100% auto;
}
#snoopy .etc .item:has(.item-head) {
  padding-top: 70px;
}
#snoopy .item#herbaltea .item-cart .item-txt:before {
  background: url(../../../img/usr/freepage/snoopy202511/sec02_etc_item4_icon.png) no-repeat center / cover;
}
#snoopy .item#soybean_cinnamon .item-cart .item-txt:before,
#snoopy .item#cranberry_ginger .item-cart .item-txt:before {
  background: url(../../../img/usr/freepage/snoopy202511/sec03_etc_item7_icon.png) no-repeat center / cover;
}

/*-----------------------------------------
  bottom
-----------------------------------------*/
#snoopy .bottom {
  padding: 30px 0 25px;
  background: #e8d785;
  text-align: center;
}
#snoopy .bottom .caution {
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}
#snoopy .bottom .bnr {
  margin-block: 20px;
  line-height: 0;
}
#snoopy .bottom .bnr img {
  width: 91.07%;
  transform: translateX(-1.5%);
}
#snoopy .bottom .logo {
  width: 90px;
  margin-inline: auto;
  margin-bottom: 8px;
  padding-left: 10px;
}
#snoopy .bottom .copyright {
  width: 169px;
  margin-inline: auto;
}

/*-----------------------------------------
  appeal
-----------------------------------------*/
#snoopy .appeal {
  margin: 0 auto;
  background: #efeff4
    url(/img/usr/freepage/trial-herb/sp/appeal_bg_sp.jpg) bottom center no-repeat;
  background-size: 100% auto;
  padding: 50px 25px 0;
}
#snoopy .appeal h2 {
  margin: 0;
  padding: 10px;
  text-align: center;
}
#snoopy .appeal ul {
  margin-top: 30px;
  padding-bottom: 18px;
  display: flex;
  flex-direction: column;
}
#snoopy .appeal ul li {
  width: 63.73%;
  position: relative;
}
#snoopy .appeal ul li + li {
  margin-top: 18px;
}
#snoopy .appeal ul li .appeal_text {
  width: 55vw;
  margin: 0;
  position: absolute;
  top: 13.6vw;
  left: 6vw;
  letter-spacing: -0.05em;
  font-size: 12px;
  font-size: 3.2vw;
}
#snoopy .appeal ul li .appeal_text .note {
  font-size: 9px;
  font-size: 2.4vw;
}

/*-----------------------------------------
  pagetop
-----------------------------------------*/
#snoopy #pagetop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 50px;
  width: 50px;
  background: #5a4a42;
  z-index: 1;
}
#snoopy #pagetop a {
  display: block;
  height: 50px;
  width: 50px;
  margin: 0 auto 15px auto;
}
#snoopy #pagetop a:before,
#snoopy #pagetop a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -1px 0 0 -8px;
  border-top: 1px #fff solid;
  border-left: 1px #fff solid;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#snoopy #pagetop a:after {
  margin-top: -9px;
}

@media only screen and (min-width: 376px) {
  #snoopy #contents {
    margin: 10px 0 0;
  }
}
@media only screen and (min-width: 801px) {
  #snoopy {
    padding: 20px 0 40px;
  }
  #snoopy #contents {
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  }
  #snoopy #pagetop {
    display: none !important;
  }
}
@media only screen and (max-width: 800px) {
  #snoopy {
    font-size: 3.74vw;
  }
  #snoopy img {
    width: 100%;
  }
  #snoopy .inner {
    width: auto !important;
  }
  #snoopy #leftmenu {
    display: none;
  }
  #snoopy #contents {
    width: 100% !important;
    margin: 0;
  }
  #snoopy .intro .message {
    font-size: min(13px, 3.4666666666666663vw);
  }
  #snoopy .lineup h2 img {
    width: auto;
  }
  #snoopy .to-cart span {
    background-size: 5vw;
    padding-left: 6vw;
  }
  #snoopy .link-detail a:after {
    top: 1.6vw;
    width: 2.4vw;
    height: 2.4vw;
  }
  #snoopy .item .info li:not(:last-child) {
    margin: 0 0 2.5vw;
  }
  #snoopy .item .info li .price span:not(.tax) {
    letter-spacing: 0;
  }
  #snoopy .item .icon-limited,
  #snoopy .item .icon-free {
    padding-top: 5px;
  }
  #snoopy #contents .item .info li {
    margin-bottom: 4vw;
  }
}