@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: #f7e8d8;
  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: 80px;
  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: 20px 0 30px;
}
#snoopy #leftmenu .menu-box:not(:last-child) {
  margin: 0 0 40px;
}
#snoopy #leftmenu .menu-box-ttl {
  height: 77px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px 0 0 20px;
  margin: 0 0 18px;
}
#snoopy #leftmenu .menu-box-ttl span {
  display: inline-block;
  font-size: 18px;
  margin: 2px 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;
  gap: 4px;
  margin: 0 0 0 auto;
}
#snoopy #leftmenu .icon-limited {
  display: inline-block;
  color: #be3f36;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  background: #fff;
  border: 2px solid #be3f36;
  border-radius: 5px;
  padding: 3px 5px;
}
#snoopy #leftmenu .icon-free {
  display: inline-block;
  color: #498d26;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  background: #fff;
  border: 2px solid #498d26;
  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/snoopy202410/icon_leftmenu_01.png) no-repeat right 50px center,url(../../../img/usr/freepage/snoopy202410/bg_leftmenu_01.png) no-repeat 5px top;
}
#snoopy #leftmenu #menu02 .menu-box-ttl {
  background: url(../../../img/usr/freepage/snoopy202410/icon_leftmenu_02.png) no-repeat right 40px center,url(../../../img/usr/freepage/snoopy202410/bg_leftmenu_02.png) no-repeat 5px top;
}
#snoopy #leftmenu #menu01 li {
  background: url(../../../img/usr/freepage/snoopy202410/icon_leftmenu_leaf01.png) no-repeat 5px 3px;
}
#snoopy #leftmenu #menu02 li {
  background: url(../../../img/usr/freepage/snoopy202410/icon_leftmenu_leaf02.png) no-repeat 5px 3px;
}

/*-----------------------------------------
  main
-----------------------------------------*/
#snoopy #contents {
  width: 375px;
  max-width: 100%;
  overflow-x: hidden;
}
#snoopy .intro .message {
  line-height: 0;
  margin-top: -1px;
}

/*-----------------------------------------
  lineup
-----------------------------------------*/
#snoopy .lineup {
  margin-top: -1px;
  padding: 0 22px 40px;
  background: url(../../../img/usr/freepage/snoopy202410/bg_lineup.jpg) no-repeat center / cover;
}
#snoopy .lineup h2 {
  font-size: var(--fz-20);
  font-weight: bold;
  line-height: 1;
  text-align: center;
  letter-spacing: 1px;
  margin: 0 0 12px;
}
#snoopy .lineup li:not(:last-child) {
  margin: 0 0 20px;
}
#snoopy .lineup li a {
  display: block;
  line-height: 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
#snoopy .lineup li a:hover {
  opacity: 0.8;
}

/*-----------------------------------------
  common
-----------------------------------------*/
#snoopy .item-slider .swiper-container,
#snoopy .selection-slider .swiper-container {
  position: relative;
  overflow: hidden;
}
#snoopy .item-slider .swiper-slide {
  padding: 2px;
  line-height: 0;
}
#snoopy .item .swiper-button-prev,
#snoopy .item .swiper-button-next {
  opacity: 0;
}
#snoopy .item .name {
  padding: 0 30px;
  margin: 0 0 15px;
}
#snoopy .item .name h3 {
  position: relative;
  padding: 0;
  margin: 0;
  font-size: var(--fz-17);
  font-weight: bold;
  line-height: 1.4;
  font-feature-settings: "palt";
  letter-spacing: 0;
}
#snoopy .item .name h3.teapack::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 4px;
  width: 22px;
  height: 28px;
  background: url(../../../img/usr/freepage/snoopy202410/icon_teapack.png) no-repeat center / contain;
}
#snoopy .item .icon {
  display: flex;
  gap: 8px;
}
#snoopy .item .icon-limited {
  display: inline-block;
  color: #be3f36;
  font-size: var(--fz-11);
  line-height: 1;
  font-weight: bold;
  background: #fff;
  border: 2px solid #be3f36;
  border-radius: 5px;
  padding: 3px 5px;
}
#snoopy .item .icon-free {
  display: inline-block;
  color: #498d26;
  font-size: var(--fz-11);
  line-height: 1;
  font-weight: bold;
  background: #fff;
  border: 2px solid #498d26;
  border-radius: 5px;
  padding: 3px 5px;
}
#snoopy .item .recommend {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 4px;
  font-size: var(--fz-16);
  font-weight: bold;
  line-height: 1;
}
#snoopy .item .recommend span {
  padding: 4px 10px;
  font-size: var(--fz-11);
  color: #fff;
  border-radius: 15px;
}
#snoopy .item .item-text {
  font-weight: bold;
  margin: 0 30px 18px;
  padding: 0 0 0 20px;
  background: url(../../../img/usr/freepage/snoopy202410/icon_leaf.png) no-repeat left center / 15px;
}
#snoopy .item .acd {
  margin: 0 30px;
  background: #fff;
  border: 1px solid #583c32;
  border-radius: 20px;
}
#snoopy .item .acd-head {
  position: relative;
  font-size: var(--fz-15);
  font-weight: bold;
  padding: 8px 20px;
  cursor: pointer;
}
#snoopy .item .acd-head::before,
#snoopy .item .acd-head::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 2px;
  background: #583c32;
  transition: all .3s;
  transform: translateY(-50%);
}
#snoopy .item .acd-head::after {
  transform: translateY(-50%) rotate(90deg);
}
#snoopy .item .acd-head.open::after {
  transform: translateY(-50%) rotate(180deg);
}
#snoopy .item .acd-body {
  display: none;
  padding: 5px 20px 10px;
  font-size: var(--fz-13);
}
#snoopy .item .acd-body dl {
  margin-top: 1em;
}
#snoopy .item .acd-body dl dt {
  display: flex;
  align-items: center;
  font-size: var(--fz-12);
}
#snoopy .item .acd-body dl.set dt::after {
  content: "";
  height: 1px;
  flex-grow: 1;
  margin-left: 4px;
  border-top: 1px dashed #583c32;
}
#snoopy .item .acd-body dl dd {
  font-size: var(--fz-12);
  line-height: 1.3;
}
#snoopy .item .acd-body dl dd span {
  display: inline-block;
  margin-top: 6px;
}
#snoopy .item .acd-body ul li {
  padding-left: 1em;
  text-indent: -1em;
}
#snoopy .item .flavor {
  color: #583c32;
  font-size: var(--fz-15);
  font-weight: bold;
  padding: 0 0 0 20px;
  margin: 0 30px 15px;
  background: url(../../../img/usr/freepage/snoopy202402/icon_flavor.png)
    no-repeat left center / 15px;
}
#snoopy .item .info {
  margin: 30px 0 0;
}
#snoopy .item .info ul {
  padding: 0 30px;
}
#snoopy .item .info li {
  position: relative;
  padding: 15px 10px 14px 20px;
  margin: 0 0 10px;
  background: #dd8f99;
}
#snoopy .item .info li:last-child {
  margin: 0;
}
#snoopy .item .info li .text {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#snoopy .item .info li .amount {
  display: flex;
  align-items: center;
  font-size: var(--fz-15);
  font-weight: bold;
  margin: 0 0 3px;
  width: 100%;
}
#snoopy .item .info li .icon {
  gap: 5px;
  margin: 0 0 0 10px;
}
#snoopy .item .info li .icon-limited,
#snoopy .item .info li .icon-free {
  font-size: var(--fz-10);
}
#snoopy .item .info li .price {
  font-size: var(--fz-13);
  font-weight: bold;
  letter-spacing: 0;
}
#snoopy .item .info li .price span:not(.tax) {
  font-size: var(--fz-20);
  line-height: 1;
  letter-spacing: 0;
}
#snoopy .item .info li .price span.tax {
  font-size: var(--fz-14);
}
#snoopy .qty-area {
  float: right;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: auto;
  margin-left: auto;
  position: relative;
}
#snoopy .qty-area.hide {
  display: none;
}
#snoopy .qty.hide {
  display: none;
}
#snoopy .qty select {
  color: #231815;
  font-size: var(--fz-12);
  border: 1px solid #44342c;
  width: 70px;
  height: 25px;
  line-height: 25px;
  padding: 0 20px 0 5px;
  background: #fff url(../../../img/usr/freepage/snoopy202311/arrow.png)
    no-repeat right 5px top 9px / 14px;
  -webkit-appearance: none;
}
#snoopy .qty-area-wrap {
  margin: 0 0 0 auto;
}
#snoopy .bookmark {
  margin: 0 5px 0 0;
}
#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/snoopy202311/icon_bookmark_off.png)
    no-repeat center / 100%;
}
#snoopy .bookmark .js-cancel-modal i:before {
  background: url(../../../img/usr/freepage/snoopy202402/icon_bookmark.png)
    no-repeat center / 100%;
}
#snoopy .info .note {
  font-size: var(--fz-12);
  letter-spacing: 0;
  margin: 2px 0 0;
}
#snoopy .btn-cart {
  margin: 15px 30px 0;
}
#snoopy .to-cart {
  display: block;
  text-align: center;
  text-decoration: none;
  background: #3b2016;
  padding: 22px 0;
}
#snoopy .to-cart:hover {
  opacity: 0.8;
}
#snoopy .to-cart span {
  color: #fff;
  font-size: var(--fz-16);
  font-weight: bold;
  padding: 0 0 0 30px;
  background: url(../../../img/usr/freepage/snoopy202311/icon_cart.png)
    no-repeat left center / 24px;
}
#snoopy .link-detail {
  padding: 0 30px;
  margin: 15px 0 0;
  text-align: center;
}
#snoopy .link-detail a {
  position: relative;
  font-size: var(--fz-15);
  font-weight: bold;
  padding: 0 12px 0 0;
}
#snoopy .link-detail a:after {
  content: "";
  position: absolute;
  top: 6px;
  right: 0;
  width: 8px;
  height: 8px;
  border-right: 2px solid #583c32;
  border-bottom: 2px solid #583c32;
  transform: rotate(-45deg);
}
#snoopy .link-detail + .caution {
  color: #583c32;
  font-size: var(--fz-11);
  font-weight: bold;
  text-align: center;
  margin: 8px 0 0;
  letter-spacing: 0.5px;
}

/*-----------------------------------------
  set
-----------------------------------------*/
#snoopy #set {
  background: url(../../../img/usr/freepage/snoopy202410/bg_set.jpg) repeat-y center / 100%;
}
#snoopy #set .item {
  padding: 30px 0 65px;
  background: url(../../../img/usr/freepage/snoopy202410/border_set.jpg)
    no-repeat center bottom / 100%;
}
#snoopy #set .item-slider {
  margin: 0 22px 13px;
  background: url(../../../img/usr/freepage/snoopy202402/frame02.png) no-repeat
    center / 100%;
}
#snoopy #set .swiper-slide {
  padding: 3px 2px;
}
#snoopy #set .item .title {
  width: 224px;
  margin: 0 auto 15px;
}
#snoopy #set .item .info li {
  background: #e5a77e;
  padding: 10px 10px 10px 23%;
}
#snoopy #set .item .info li figure {
  position: absolute;
  top: -25%;
  left: -3%;
  width: 24.4%;
}
#snoopy #set .item#set03 .info li figure.box {
  top: 54%;
  left: -6%;
  width: 28.2%;
  transform: translateY(-50%);
}
#snoopy #set .item#set04 .info li figure.box {
  top: 20%;
  left: -5%;
  width: 26.8%;
}
#snoopy #set .item#set05 .info li figure.box {
  top: 20%;
  left: -6%;
  width: 28.2%;
}
#snoopy #set .item#set06 .info li figure.box {
  top: 15%;
  left: -4%;
  width: 24.8%;
}
#snoopy #set .set-bottom {
  margin-top: -1px;
  padding: 5px 0 45px;
  background: #ecbd9f;
  text-align: center;
}
#snoopy #set .set-bottom .caution {
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 0 25px;
}
#snoopy #set .set-bottom .bnr,
#snoopy #popular .popular-bottom .bnr {
  line-height: 0;
}
#snoopy #set .set-bottom .bnr img {
  width: 91.07%;
  transform: translateX(-1.5%);
}
#snoopy #set #set04 .name h3.teapack::after {
  top: -5px;
  bottom: auto;
}
/*-----------------------------------------
  single
-----------------------------------------*/
#snoopy #single {
  padding: 0 0 35px;
  background: url(../../../img/usr/freepage/snoopy202410/bg_single.jpg) repeat-y
    center / 100%;
}
#snoopy #single .item-slider {
  margin: 0 22px 13px;
  background: url(../../../img/usr/freepage/snoopy202402/frame02.png)
    no-repeat center / 100%;
}
#snoopy #single .item {
  padding: 30px 0 0;
}
#snoopy #single .item:not(:last-child) {
  padding: 30px 0 65px;
  background: url(../../../img/usr/freepage/snoopy202410/border_single.jpg) no-repeat center bottom / 100%;
}
#snoopy #single .item .info li {
  background: #e2cd66;
}
#snoopy #single .item .info li {
  padding: 12px 10px 11px 18%;
}
#snoopy #single .item .info li figure {
  position: absolute;
  top: 14%;
  left: -3%;
  width: 17.5%;
}
#snoopy #single #yuzu>div:not(:first-child) {
  padding: 35px 0 0;
  margin: 35px 0 0;
  background: url(../../../img/usr/freepage/snoopy202402/border_message.png) no-repeat center top / 86%;
}
#snoopy #single #yuzu .item-slider {
  background-image: url(../../../img/usr/freepage/snoopy202410/bg_single01_slide.png)
}
#snoopy #single #yuzu .recommend span {
  background: #e69600;
}
#snoopy #single #yuzu .info li:nth-child(2) figure {
  top: 15%;
  left: -8%;
  width: 25.4%;
}
#snoopy #single #berry {
  padding-bottom: 0;
  background: none;
}
#snoopy #single #berry .item-slider {
  background-image: url(../../../img/usr/freepage/snoopy202410/bg_single02_slide.png)
}
#snoopy #single #berry .recommend span {
  background: #db7c89;
}
#snoopy #single #berry .info li figure {
  top: -10%;
  left: -3%;
  width: 16%;
}
#snoopy #single #berry .info li:nth-child(2) figure {
  top: 8%;
  left: -3%;
  width: 17%;
}
#snoopy #single #cinnamon {
  padding: 35px 0 65px;
  margin: 35px 0 0;
  background: url(../../../img/usr/freepage/snoopy202402/border_message.png) no-repeat center top / 86%, url(../../../img/usr/freepage/snoopy202410/border_single.jpg) no-repeat center bottom / 100%;
}
#snoopy #single #cinnamon .recommend span {
  background: #946129;
}
#snoopy #single #cinnamon .info li figure {
  top: -10%;
  left: -3%;
  width: 16%;
}
#snoopy #single #cinnamon .info li:nth-child(2) figure {
  top: 12%;
  left: -3%;
  width: 16.5%;
}
#snoopy #single #honeycinnamon .item-slider {
  background-image: url(../../../img/usr/freepage/snoopy202410/bg_single03_slide.png)
}
#snoopy #single #honeycinnamon .info li {
  padding: 15px 10px 14px 20px;
}
#snoopy #single #bottle .item-slider {
  background-image: url(../../../img/usr/freepage/snoopy202410/bg_single04_slide.png)
}
#snoopy #single #bottle .info li {
  padding: 15px 10px 14px 20px;
}

/*-----------------------------------------
  popular
-----------------------------------------*/
#snoopy #popular {
  background: url(../../../img/usr/freepage/snoopy202410/bg_single.jpg) repeat-y
    center / 100%;
}
#snoopy #popular .item .item-slider {
  margin: 0 22px 10px;
  background: url(../../../img/usr/freepage/snoopy202402/bg_selection01.png) no-repeat center / 100%;
}
#snoopy #popular .item {
  padding: 30px 0 0;
}
#snoopy #popular .item:not(:last-child) {
  padding: 30px 0 65px;
  background: url(../../../img/usr/freepage/snoopy202410/border_single.jpg) no-repeat center bottom / 100%;
}
#snoopy #popular .item .info li {
  background: #e2cd66;
  padding: 12px 10px 11px 18%;
}
#snoopy #popular .item .info li figure {
  position: absolute;
}
#snoopy #popular #selection .selection-slider {
  margin: 0 22px 13px;
  background: url(../../../img/usr/freepage/snoopy202410/bg_popular01-02_slide.png)
    no-repeat center / 100%;
}
#snoopy #popular #selection .selection-slider .swiper-slide {
  padding: 2px;
}
#snoopy #popular #selection .info li figure {
  top: 50%;
  left: -1%;
  width: 17.465%;
  transform: translateY(-50%);
}
#snoopy #popular #selection .info li:nth-child(2) figure {
  left: -5%;
  width: 22.86%;
}
#snoopy #popular #cup .item-slider {
  background: url(../../../img/usr/freepage/snoopy202410/bg_popular02_slide.png)
    no-repeat center / 100%;
}
#snoopy #popular #cup .info li {
  padding: 15px 10px 14px 20px;
}
#snoopy #popular #honeyberry {
  padding-bottom: 0;
  background: none;
}
#snoopy #popular #honeyberry .item-slider {
  background: url(../../../img/usr/freepage/snoopy202410/bg_popular03_slide.png) no-repeat
    center / 100%;
}
#snoopy #popular #honeyberry .info li {
  padding: 15px 10px 14px 20px;
}
#snoopy #popular .popular-bottom {
  padding: 30px 0 45px;
  background: #e8d785;
  text-align: center;
}
#snoopy #popular .popular-bottom .caution {
  font-size: var(--fz-12);
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 0 25px;
}
#snoopy #popular .popular-bottom .bnr img {
  width: 87.735%;
}
#snoopy #popular .popular-bottom .copy {
  margin: 35px 0 0;
  line-height: 0;
}
#snoopy #popular .popular-bottom .copy img {
  width: 37.87%;
}

/*-----------------------------------------
  wrapping
-----------------------------------------*/
#snoopy #popular #wrapping {
  margin: 30px 24px 0;
  padding: 65px 0 0;
  background: url(../../../img/usr/freepage/snoopy202410/icon_leaf02.png) no-repeat top center / 80px;
}
#snoopy #popular #wrapping .wrapping-inner {
  padding-bottom: 25px;
  background: url(../../../img/usr/freepage/snoopy202402/bg_wrapping_t.png)
      no-repeat center top / 100%,
    url(../../../img/usr/freepage/snoopy202402/bg_wrapping_b.png) no-repeat
      center bottom / 100%,
    url(../../../img/usr/freepage/snoopy202402/bg_wrapping.png) repeat-y center /
      100%;
}
#snoopy #popular #wrapping h2 {
  width: 86%;
  margin: 0 auto;
  padding: 20px 0 0 0;
}
#snoopy #popular #wrapping .info {
  margin: 0;
}
#snoopy #popular #wrapping .info li {
  padding: 0;
  color: #231815;
  background: none;
}
#snoopy #wrapping .info li h3 {
  font-size: var(--fz-18);
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.5px;
  margin: 0 0 10px;
  padding: 0;
}
#snoopy #popular #wrapping .info li h3 span {
  font-size: var(--fz-14);
}
#snoopy #popular #wrapping .link-detail {
  margin: 10px 0 0;
}

/*-----------------------------------------
  all
-----------------------------------------*/
#snoopy #popular #all {
  margin: 30px 0 40px;
  padding: 65px 0 0;
  background: url(../../../img/usr/freepage/snoopy202410/icon_leaf03.png) no-repeat top center / 39px;
}
#snoopy #popular #all h2 {
  padding: 0 24px;
  margin: 0 0 30px;
}
#snoopy #popular #all .info li {
  padding: 15px 10px 14px 20px;
}
#snoopy #popular #all .btn-cart {
  margin-top: 10px;
}

/*-----------------------------------------
  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 .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;
  }
}