@charset "UTF-8";
/* CSS Document */
.contents-frame-star {
  background-color: #fff;
  background-image: url(../img/common/bg-check-pink.png);
  box-shadow: 0 0 8px 8px #fdbdd9, inset 0 0 2px 2px #fff;
  border-radius: 50px;
  position: relative;
  padding: 40px;
  width: 96%;
  margin: 0 auto;
}
.contents-frame-star-inner {
  position: relative;
  z-index: 10;
}
.contents-frame-star:before {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  background: url(../img/common/frame-star-icon-top.webp);
  left: -60px;
  top: -80px;
  background-position: left top;
  background-size: contain;
  background-repeat: no-repeat;
}
.contents-frame-star:after {
  position: absolute;
  content: "";
  width: 240px;
  height: 240px;
  background: url(../img/common/frame-star-icon-bottom.webp);
  right: -60px;
  bottom: -60px;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 600px) {
  .contents-frame-star {
    padding: 20px;
    border-radius: 25px;
  }
  .contents-frame-star:before {
    width: 180px;
    height: 180px;
    left: -40px;
    top: -60px;
  }
  .contents-frame-star:after {
    position: absolute;
    content: "";
    width: 180px;
    height: 180px;
    right: -40px;
    bottom: -40px;
  }
}
@media only screen and (max-width: 400px) {
  .contents-frame-star {
    padding: 15px;
  }
  .contents-frame-star:before {
    width: 120px;
    height: 120px;
    left: -30px;
    top: -40px;
  }
  .contents-frame-star:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 120px;
    right: -30px;
    bottom: -20px;
  }
}
.contents-wrapper-right.goods {
  background: url(../img/common/bg/bg5.png), linear-gradient(to bottom, #BCFF7A, #83ffc9);
  overflow: hidden;
}
.contents-wrapper-right.goods .contents-wrapper-right-inner {
  background: url(../img/common/bg-star-blue-yellow.png);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: 50% 0;
}
.footer-copyright.goods {
  background-color: #83ffc9;
  color: #5f5f5f;
}
.goods-section {
  margin-bottom: 60px;
}
.goods-image-container {
  margin-bottom: 60px;
}
.goods-present1 {
  margin-bottom: 80px;
}
.goods-list-image {
  margin-bottom: 40px;
  box-shadow: 0 0 10px 0 #ff3185, inset 2px 3px 2px rgba(0, 0, 0, .2), inset -2px -3px 2px rgba(0, 0, 0, .2);
}
.goods-list-image.shocomi {
  box-shadow: 0 0 10px 0 rgb(58 0 255), inset 2px 3px 2px rgba(0, 0, 0, .2), inset -2px -3px 2px rgba(0, 0, 0, .2);
}
.goods-list-section.shocomi {
  margin-bottom: 80px;
}
.contents-frame-star.goods-present2 {
  margin-bottom: 120px;
}
.sub-heading-defult.goods-notice-heading {
  font-size: 26px;
  line-height: 1.2;
}
.sub-heading-defult.goods-notice-heading:before {
  bottom: 10px;
  z-index: -2;
}
.sub-heading-defult.goods-notice-heading:after {
  position: absolute;
  content: "";
  width: 300px;
  height: 40px;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  z-index: -1;
}
.notice-default-sub-lists.goods {
  margin-top: 0.5em;
}
.notice-default-lists.goods-notice {
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .goods-present1 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 500px) {
  .goods-apply-step-list {
    font-size: 16px;
  }
  .sub-heading-defult.goods-notice-heading {
    font-size: 18px;
    line-height: 1.2;
  }
  .sub-heading-defult.goods-notice-heading:before {
    bottom: 3px;
  }
  .sub-heading-defult.goods-notice-heading:after {
    width: 240px;
  }
}
/*
.goods-apply-step-list span{
    display: inline-block;
    background-color:#d871f1;
    width: 1.5em;
    height: 1.5em;
    border-radius: 100px;
    color: #fff;
    text-align: center;
}*/