@import url(variable.css?02);

@media screen and (min-width:480px) {
  .wrap-contents{
    max-width: 780px;
    margin: 0 auto;
    box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  }
  .main-catch img {
    width: 100%;
  }
}

@media screen and (min-width:480px) {
  .wrap-sale-point {
    margin: 0  20px;
  }
}
.sale-point-content {
  width: 94vw;
  margin: 0 auto 10px;
  padding: 3vw;
  list-style-type: none;
  border-radius: 6px;
  background: white;
  box-shadow: 0px 2px 4px rgba(0,0,0,.2);
  border: 3px solid #ec008b;
  box-sizing: border-box;
}
@media screen and (min-width:480px) {
  .sale-point-content {
    width: 100%;
  }
}
.sale-point-content h3 {
  display:inline-block;
  font-size: 14px!important;
  font-weight: normal;
  margin: 0 0 8px!important;
  background:linear-gradient(transparent 70%, #ffb5e6 30%);
}
.sale-point-content h4 {
  margin-top: 30px;
  font-size: 18px!important;
  color: #ed018a;
}
.sale-point-content .copy {
  font-size: 20px!important;
  font-weight : bold;
  margin: 0 0 10px!important;
  line-height: 1.4;
}
@media screen and (min-width:480px) {
  .sale-point-content .copy {
    font-size: calc(18px + 1vw)!important;
  }
}
.sale-point-content .copy small {
  font-size: 70%;
}
.sale-point-content h4 {
  font-size: 18px!important;
}
.sale-point-content p {
  margin: 0!important;
}

.sale-point-content .list-notice li,
.memo .notice{
  font-size: 13px!important;
  line-height: 1.2!important;
  margin-bottom: 0!important;
}
body {
  counter-reset: number 0;
}

.sale-point-content .copy{
  display: flex;
}
.sale-point-content .copy:before {
  margin-right: 10px;
  color: #fff;
  background: #ec008b;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  counter-increment: number 1;
  content: counter(number) " ";
}

.wrap-btn .layout-item{
  margin-top: 10px;
  margin-bottom: 0;
}
.wrap-btn .layout-item a{
  box-sizing: border-box;
}
.btn.twitter {
  background: #000;
  color: white;
  width: 100%;
  text-align: center;
}
.btn.mail {
  width: 100%;
  color: white;
  background: var(--color-ys-blue-light);
  text-align: center;
  box-sizing: border-box;
}

.badge.color-bf {
  background-color: #ec008b;
  color: white;
  font-size: 15px;
  padding: 0 10px;
  height: 34px;
  border-radius: 6px;
  line-height: 34px;
}
ul.badge-list {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.badge-list li {
  margin-bottom: 0;
}

.memo {
  padding-bottom: 20px;
  font-size: 13px;
  
}
.memo .memo-title,
.memo .merit-title {
  font-size: 16px!important;
  margin: 0 0 8px;
}
.memo h4{
  font-size: 14px;
  margin: 0 0 8px;
}
