<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.group {
  margin-bottom: 6.4vw;
}
.group .groupTitle {
  font-size: 5vw;
  color: #fff;
  text-align: center;
  line-height: 1.0;
  background: #d597bc;
  border-bottom: 3px solid #b679ca;
  margin-bottom: 3.6vw;
  padding: 1.5vw 0;
  overflow: hidden;
  position: relative;
}
.group .groupTitle:before,
.group .groupTitle:after {
  position: absolute;
  top: 50%;
  content: '\f192';
  font-family: "Font Awesome 5 Free";
  font-size: 10.0vw;
  color: rgba(255,255,255,0.5);
}
.group .groupTitle:before {
  left: 7.5vw;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.group .groupTitle:after {
  right: 7.5vw;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

.shop_items {
}
.shop_items:last-child {
  margin-bottom: 0;
}
.shop_item {
  background-color: #FFFFFF;
  border: 0.2666vw solid rgb(177, 145, 48);
  border-radius: 2.6666vw;
  box-shadow: 0.3770vw 0.3770vw 1.0666vw 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 3.6vw;
  padding-bottom: 3.73333vw;
}
.shop_item:last-child {
  margin-bottom: 0;
}
.shop_item .h5 {
  margin-top: 3.8666vw;
  line-height: 1;
  font-size: 5.6vw;
  font-weight: bold;
  color: #FA64D3;
  text-align: center;
}
.shop_item .h5 span {
  display: block;
}
.shop_item .h5:before {
  content: "";
  background: url("/smp/img/shoplist/bg_h5.png");
  background-size: cover;
  display: inline-block;
  margin-right: 3.2vw;
  width: 5.7333vw;
  height: 5.4666vw;
  vertical-align: -0.4vw;
}
.shop_item .h5:after {
  content: "";
  background: url("/smp/img/shoplist/bg_h5.png");
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-left: 3.2vw;
  width: 5.7333vw;
  height: 5.4666vw;
  vertical-align: -0.4vw;
}
.shop_item .h5.h5_long {
  line-height: 6.4vw;
}
.shop_item .h5.h5_long .flower_icon:before {
  content: "";
  background: url("/smp/img/shoplist/bg_h5.png");
  background-size: cover;
  display: inline-block;
  margin-right: 3.2vw;
  width: 5.7333vw;
  height: 5.4666vw;
  vertical-align: -0.4vw;
}
.shop_item .h5.h5_long .flower_icon:after {
  content: "";
  background: url("/smp/img/shoplist/bg_h5.png");
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin-left: 3.2vw;
  width: 5.7333vw;
  height: 5.4666vw;
  vertical-align: -0.4vw;
}
.shop_item .h5.h5_long:before {
  display: none;
}
.shop_item .h5.h5_long:after {
  display: none;
}
.shop_item .shop_item_con {
  width: 88.13333vw;
  margin: 0 auto;
}
.shop_item .banner {
  width: 100%;
  margin-top: 3.33333vw;
}
.desc_items {
  list-style: none;
  margin-bottom: 3.5vw;
}
.desc_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3.7333vw;
  align-items: center;
}
.desc_item--top {
  align-items: start;
}
.desc_item .h6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 21.3333vw;
  margin-right: 5.0666vw;
  padding: 1.4666vw 0;
  color: #966464;
  background: #FFCCCC;
  font-size: 3.7333vw;
  font-weight: normal;
  line-height: 1;
}
.desc_item .txt_desc {
  width: 57.6vw;
  font-size: 3.7333vw;
  color: #966464;
}

.movieBox {
  margin: 3.8666vw 0 0;
  padding: 0;
}
.movieBox video {
  width: 100%;
}

.twitter_link,
.shop_link {
  width: 74.6666vw;
  margin: 0 auto;
}
.twitter_link .twitterBtn,
.shop_link .shopBtn {
  display: block;
  font-size: 5vw;
  color: #fff;
  line-height: 1.0;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  padding: 2.85vw 0;
  position: relative;
}
.twitter_link .twitterBtn:after,
.shop_link .shopBtn:after {
  position: absolute;
  top: 3vw;
  right: 1.5vw;
  content: "";
  width: 0;
  height: 0;
  border-width: 2vw;
  border-style: solid;
  border-color: transparent;
  border-top: 2.8vw solid #fff;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.twitter_link {
  margin-bottom: 2.5vw;
}
.twitter_link .twitterBtn {
  background: #00acee;
}
.shop_link {
}
.shop_link .shopBtn {
  background: #f69;
}
</pre></body></html>