@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,
#snoopy h3 {
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 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: #fcefd9;
  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;
}
#snoopy h2 img,
#snoopy h3 img {
  height: 100%;
}

/*-----------------------------------------
  leftmenu
-----------------------------------------*/
#snoopy #leftmenu {
  position: sticky;
  top: 80px;
  left: 0;
  width: 340px;
  max-height: calc(100vh - 80px);
  overflow: auto;
  padding: 0 10px 40px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  color: #44342c;
}
#snoopy #leftmenu::-webkit-scrollbar {
  display: none;
}
#snoopy #leftmenu .ttl {
  font-size: 20px;
  line-height: 1.6;
  font-weight: bold;
  padding: 42px 7px 43px;
  background: url(../../../img/usr/freepage/snoopy202501/img_leftmenu.png) no-repeat 100% 69% / 55px auto;
}
#snoopy #leftmenu .ttl span {
  display: block;
  font-size: 17px;
}
#snoopy #leftmenu .menu-box:not(:last-child) {
  margin: 0 0 45px;
}
#snoopy #leftmenu .menu-box-ttl {
  margin-bottom: 10px;
}
#snoopy #leftmenu .menu-box-ttl a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
#snoopy #leftmenu .menu-box-ttl a:before {
  content: "";
  width: 30px;
  height: 16px;
}
#snoopy #leftmenu .menu-box01 .menu-box-ttl a:before {
  background: url(../../../img/usr/freepage/snoopy202501/icon_menu01.png) no-repeat center / 100% auto;
}
#snoopy #leftmenu .menu-box02 .menu-box-ttl a:before {
  background: url(../../../img/usr/freepage/snoopy202501/icon_menu02.png) no-repeat center / 100% auto;
}
#snoopy #leftmenu .menu-box03 .menu-box-ttl a:before {
  background: url(../../../img/usr/freepage/snoopy202501/icon_menu03.png) no-repeat center / 100% auto;
}
#snoopy #leftmenu ul {
  padding-left: 6px;
}
#snoopy #leftmenu li {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 16px;
}
#snoopy #leftmenu li:last-child {
  margin-bottom: 0;
}
#snoopy #leftmenu li:before {
  content: "";
  width: 17px;
  height: 22px;
}
#snoopy #leftmenu .menu-box01 li:before {
  background: url(../../../img/usr/freepage/snoopy202501/icon_menu-list01.png) no-repeat center / 100% auto;
}
#snoopy #leftmenu .menu-box02 li:before {
  background: url(../../../img/usr/freepage/snoopy202501/icon_menu-list02.png) no-repeat center / 100% auto;
}
#snoopy #leftmenu li a {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-decoration: none;
}
#snoopy #leftmenu li a:hover {
  color: #c6574f;
}
#snoopy #leftmenu .icon {
  display: flex;
  height: 18px;
  width: 70px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #FFF;
  border-radius: 5px;
}
#snoopy #leftmenu .icon-limited {
  background: #b28800;
}
#snoopy #leftmenu .icon-standard {
  background: #c3606e;
}

/*-----------------------------------------
  main
-----------------------------------------*/
#snoopy #contents {
  position: relative;
  width: 375px;
  max-width: 100%;
  overflow-x: hidden;
}
#snoopy .intro {
  position: relative;
}
#snoopy .intro .message {
  position: absolute;
  bottom: 6.2%;
  left: 0;
  width: 100%;
}
/*-----------------------------------------
  lineup
-----------------------------------------*/
#snoopy .lineup {
  padding: 47px 25px 30px;
  color: #231815;
  background: url(../../../img/usr/freepage/snoopy202501/bg_lineup.png) no-repeat center / cover;
}
#snoopy .lineup h2 {
  text-align: center;
  height: 15px;
  margin: 0 0 20px;
}
#snoopy .lineup .lineup_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 12px;
  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_recommend {
  margin-right: -25px;
  padding: 0 11px 10px;
  margin-bottom: 30px;
}
#snoopy .lineup .lineup_recommend:last-child {
  margin-bottom: 0;
}
#snoopy .lineup .lineup_recommend .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;
}

/*-----------------------------------------
  section
-----------------------------------------*/
#snoopy .sec {
  position: relative;
  padding: 47px 12px 20px;
}
/* スライド */
#snoopy .sec-slider {
  margin-right: -12px;
  padding-right: 12px;
}
#snoopy .sec-slider:has(.sec-ttl) {
  padding-top: 13px;
}
#snoopy .sec-slider .swiper-slide {
  width: 307px;
}
#snoopy .sec-slider .swiper-slide:before,
#snoopy .sec-slider .swiper-slide:after {
  position: absolute;
  display: block;
  content: "";
  background: url(../../../img/usr/freepage/snoopy202501/icon_slider-arrow.png) no-repeat center / cover;
  width: 9px;
  height: 14px;
  top: 50%;
}
#snoopy .sec-slider .swiper-slide:before {
  left: 7px;
  transform: translateY(-50%) scale(-1, 1);
}
#snoopy .sec-slider .swiper-slide:after {
  right: 7px;
  transform: translateY(-50%);
}
#snoopy .sec-slider .swiper-slide:first-child:before,
#snoopy .sec-slider .swiper-slide:last-child:after {
  display: none;
}
#snoopy .sec-slider .swiper-button-prev,
#snoopy .sec-slider .swiper-button-next {
  width: 20px;
  height: 30px;
  opacity: 0;
}
#snoopy .sec-slider .swiper-button-prev {
  left: 7px;
}
#snoopy .sec-slider .swiper-button-prev:has( + .swiper-button-disabled) {
  left: 50px;
}
#snoopy .sec-slider .swiper-button-next {
  left: 280px;
}
#snoopy .sec-slider .swiper-pagination {
  position: static;
  margin-top: 3px;
}
#snoopy .sec-slider .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  background: #ffffff;
  opacity: 1;
}
#snoopy .sec-slider .swiper-pagination-bullet-active {
  background: #44342c;
}
/* 数量限定アイコン */
#snoopy .set-icon {
  position: absolute;
  content: "";
  top: 15px;
  right: 15px;
  width: 60px;
  height: 60px;
  z-index: 1;
}
/* 商品カート */
#snoopy .sec .item {
  background: #fff;
  border: 1px solid #44342c;
  box-sizing: border-box;
  border-radius: 6px;
  margin-top: 8px;
  margin-bottom: 48px;
  padding: 24px 10px 10px;
}
#snoopy .sec .item-head {
  margin-bottom: 20px;
}
#snoopy .sec .item-head dt {
  display: inline-block;
  position: relative;
  padding-inline: 18px;
  margin-bottom: 12px;
  font-size: var(--fz-17);
  font-weight: 700;
  color: #231815;
}
#snoopy .sec .item-head dt span {
  font-size: var(--fz-15);
}
#snoopy .sec .item-head dt:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 3px;
  right: -18px;
  background: url(../../../img/usr/freepage/snoopy202501/icon_teabag.png) no-repeat center / cover;
  width: 22px;
  height: 27px;
}
#snoopy .sec .item-head dd {
  padding: 12px 18px 0;
  border-top: 1px solid #44342c;
  font-size: var(--fz-14);
  line-height: calc( 47 / 28 );
  letter-spacing: -0.02em;
  color: #44342c;
}
#snoopy .sec dd.item-txt {
  font-weight: bold;
  border: none;
  color: #231815;
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 0.15em;
}
#snoopy .sec dd.item-txt:before {
  content: "";
  width: 15px;
  height: 15px;
  background: url(../../../img/usr/freepage/snoopy202501/icon_item.png) no-repeat center / cover;
}
#snoopy .sec .item--list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  gap: 15px;
}
#snoopy .sec .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 .sec .item--list li.active {
  border: 3px solid #f08b7e;
  padding: 5px 0 3px;
  background: #fff9f9;
}
#snoopy .sec .item--list li.active:not(:has(.content-img)) {
  width: 55%;
  padding-top: 0;
  padding-inline: 15px;
}
#snoopy .sec .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 .sec .item--list li .content:not(:has(.content-img)) {
  justify-content: flex-start;
}
#snoopy .sec .item--list li .content-txt {
  font-size: var(--fz-15);
  font-weight: bold;
  line-height: calc((40 / 30));
}
#snoopy .sec .item--list li .content:not(:has(.content-img)) .content-txt {
  font-size: var(--fz-18);
  line-height: 1.1;
}
#snoopy .sec .item--list li .price {
  font-size: var(--fz-22);
  font-weight: bold;
  letter-spacing: -0.01em;
  text-align: right;
  padding-inline: 5px;
}
#snoopy .sec .item--list li .content:not(:has(.content-img)) + .price {
  text-align: left;
  padding: 0;
}
#snoopy .sec .item--list li .price span {
  font-size: var(--fz-14);
  letter-spacing: 0.05em;
}
#snoopy .sec .item--list li .notes {
  font-size: var(--fz-11);
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1;
}
#snoopy .sec .qty-area {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 14px;
  padding-inline: 18px;
}
#snoopy .sec .qty {
  margin: 0 7px 0 10px;
}
#snoopy .sec .qty-area .number-change {
  font-size: var(--fz-13);
  font-weight: bold;
}
#snoopy .sec .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 .sec .bookmark.hide {
  display: none;
}
#snoopy .sec .bookmark a {
  position: relative;
  display: block;
  width: 20px;
  height: 20px;
}
#snoopy .sec .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 .sec .bookmark .js-cancel-modal i:before {
  background: url(https://www.enherb.jp/img/usr/common/icon_bookmark.png) no-repeat center / 100%;
}
#snoopy .sec .bookmark.hide i:before {
  content: none;
}
#snoopy .sec .btn-cart {
  margin: 0 auto 18px;
}
#snoopy .sec .item .btn-cart {
  width: 90%;
}
#snoopy .sec .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 .sec .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;
}
/* comingsoon */
#snoopy .sec .to-cart--comingsoon {
  background: #616161;
  pointer-events: none;
}
#snoopy .sec .to-cart--comingsoon span {
  background: none;
  padding: 0;
}
#snoopy .sec .detail {
  text-align: center;
}
#snoopy .sec .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 .sec .detail a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #44342c;
  border-right: 1px solid #44342c;
  transform: rotate(45deg);
}
#snoopy .sec .detail p {
  color: #44342c;
  font-size: var(--fz-12);
  letter-spacing: 0.03em;
}
/* ギフトセット */
#snoopy .sec-giftset-ttl {
  margin-bottom: 15px;
  text-align: center;
}
#snoopy .giftset-item .swiper-slide {
  background: #FFF;
  border-radius: 16px;
  padding: 27px 27px 15px;
  height: auto;
}
#snoopy .giftset-item .headline {
  position: relative;
  margin-top: 10px;
  font-size: var(--fz-17);
  font-weight: bold;
  color: #231815;
}
#snoopy .giftset-item .headline span {
  font-size: var(--fz-15);
}
#snoopy .giftset-item .headline:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 3px;
  right: 0;
  background: url(../../../img/usr/freepage/snoopy202501/icon_teabag.png) no-repeat center / cover;
  width: 22px;
  height: 27px;
}
#snoopy .giftset-item .headline--nonicon:after {
  display: none;
}
#snoopy .giftset-item .price {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-top: 1px solid #44342c;
  color: #231815;
  margin: 4px 0 2px;
  padding-top: 7px;
}
#snoopy .giftset-item .price-head {
  font-size: var(--fz-19);
  line-height: 1;
  font-weight: bold;
}
#snoopy .giftset-item .price-body {
  font-size: var(--fz-22);
  font-weight: bold;
  letter-spacing: -0.01em;
  line-height: 1;
}
#snoopy .giftset-item .price-body span {
  font-size: var(--fz-14);
  letter-spacing: 0.05em;
}
#snoopy .giftset-item .notes {
  margin-bottom: 5px;
  color: #44342c;
  font-size: var(--fz-12);
  letter-spacing: -0.03em;
  text-align: right;
}
#snoopy .giftset-item .qty-area {
  padding: 0;
}
#snoopy .giftset-item .free-shipping {
  height: 20px;
  width: 60px;
  color: #FFF;
  font-size: var(--fz-13);
  background: #7eccb8;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
	letter-spacing: -0.5px;
}
#snoopy .giftset-item .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 .giftset-item .detail {
  margin-inline: -27px;
}
/* 「スライドして⾒てね」 */
#snoopy .sec .comments {
  margin-top: 12px;
  text-align: center;
}
#snoopy .sec .comments-btn {
  position: relative;
  display: inline-block;
  font-size: var(--fz-16);
  font-weight: bold;
  color: #FFF;
  margin-left: 10px;
  padding: 20px 55px 10px 40px;
  letter-spacing: -0.03em;
}
#snoopy .sec .comments-btn:after {
  position: absolute;
  display: block;
  content: "";
  width: 101%;
  height: 101%;
  background: url(../../../img/usr/freepage/snoopy202501/img_comments.png) no-repeat center / 100% auto;
  top: 2px;
  left: -7px;
}
#snoopy .sec .comments-txt {
  margin-top: 13px;
  font-size: var(--fz-12);
  letter-spacing: -0.01em;
}
#snoopy .sec .comments-txt + .bnr {
	margin-top: 20px;
	text-align: center;
}
/* shining, cheering, relaxing */
#snoopy #shining .sec-ttl,
#snoopy #cheering .sec-ttl,
#snoopy #relaxing .sec-ttl {
  position: absolute;
  left: 12px;
  z-index: 10;
}
/* teabottle, giftset */
#snoopy #teabottle .sec-ttl,
#snoopy #giftset .sec-ttl {
  text-align: center;
  margin-bottom: 15px;
}
/* shining */
#snoopy #shining {
  border-top: 12px solid #d9898f;
  background: url(../../../img/usr/freepage/snoopy202501/bg_shining.png) no-repeat center top / cover;
}
#snoopy #shining .sec-ttl {
  top: -5px;
  height: 69px;
}
#snoopy #shining .sec-giftset-ttl {
  height: 45px;
}
#snoopy #shining .comments-btn {
  background: url(../../../img/usr/freepage/snoopy202501/bg_shining-comments.png) no-repeat center / cover;
}
/* cheering */
#snoopy #cheering {
  border-top: 12px solid #c86723;
  background: url(../../../img/usr/freepage/snoopy202501/bg_cheering.png) no-repeat center top / cover;
}
#snoopy #cheering .sec-ttl {
  top: -13px;
  height:80px;
}
#snoopy #cheering .sec-giftset-ttl {
  height: 48px;
}
#snoopy #cheering .comments-btn {
  background: url(../../../img/usr/freepage/snoopy202501/bg_cheering-comments.png) no-repeat center / cover;
}
/* relaxing */
#snoopy #relaxing {
  border-top: 12px solid #aabc66;
  background: url(../../../img/usr/freepage/snoopy202501/bg_relaxing.png) no-repeat center top / cover;
}
#snoopy #relaxing .sec-ttl {
  top: -5px;
  height: 71px;
}
#snoopy #relaxing .sec-giftset-ttl {
  height: 48px;
}
#snoopy #relaxing .comments-btn {
  background: url(../../../img/usr/freepage/snoopy202501/bg_relaxing-comments.png) no-repeat center / cover;
}
/* teabottle */
#snoopy #teabottle {
  padding-top: 47px;
  border-top: 12px solid #ebc749;
  background: url(../../../img/usr/freepage/snoopy202501/bg_teabottle.png) no-repeat center top / cover;
}
#snoopy #teabottle .sec-ttl {
  height: 26px;
}
#snoopy #teabottle .item-head dt:after {
  display: none;
}
#snoopy #teabottle .giftset-inner {
  border: 8px solid #f3dd92;
  background: #FFF;
  margin-inline: 7px;
  padding: 15px 20px 15px 25px;
}
#snoopy #teabottle .giftset-item .headline {
  border-top: 1px solid #44342c;
  margin-top: 24px;
  padding-top: 15px;
}
#snoopy #teabottle .giftset-inner .price {
  border: none;
  margin-bottom: 10px;
}
/* giftset */
#snoopy #giftset {
  padding-top: 47px;
  padding-bottom: 108px;
  border-top: 12px solid #deab6e;
  background: url(../../../img/usr/freepage/snoopy202501/bg_giftset.png) no-repeat center top / cover;
}
#snoopy #giftset .sec-ttl {
  height: 27px;
}
#snoopy #giftset .sec-giftset-ttl {
  height: 48px;
}
#snoopy #giftset .comments-btn {
  background: url(../../../img/usr/freepage/snoopy202501/bg_giftset-comments.png) no-repeat center / cover;
}

/*-----------------------------------------
  bottom
-----------------------------------------*/
#snoopy .bottom {
  position: relative;
  margin-top: -80px;
  padding-bottom: 25px;
}
#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 .inner {
    width: auto !important;
  }
  #snoopy #leftmenu {
    display: none;
  }
  #snoopy #contents {
    width: 100% !important;
    margin: 0;
  }
  #snoopy .to-cart span {
    background-size: 5vw;
    padding-left: 6vw;
  }
}

/* is-soldout */
#snoopy .sec .item--list li.is-soldout .price {
  margin-top: 2%;
  font-size: var(--fz-14);
  text-align: right;
  color: #c23a1e;
  padding-inline: 10%;
}
#snoopy .sec .item--list li.is-soldout {
  pointer-events: none;
}