@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: 92vw;
  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 #ff5d1c;
  box-sizing: border-box;
}
@media screen and (min-width:480px) {
  .sale-point-content {
    width: 100%;
  }
}
/* .sale-point-content h3, */
.title-point {
  display:inline-block;
  font-size: 14px!important;
  font-weight: normal;
  margin: 0 0 8px!important;
  background:linear-gradient(transparent 70%, #fdc49a 30%);
}
@media screen and (min-width:480px) {
  .title-point {
    margin-top:20px !important;
  }
}
.sale-point-content .copy,
.title-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,
  .title-copy {
    font-size: calc(18px + 1vw)!important;
  }
}
.sale-point-content .copy small {
  font-size: 14px;
}
.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;
}
.num-reset {
  counter-reset: number 0;
}

.sale-point-content .copy{
  display: flex;
}
.sale-point-content .copy:before {
  margin-right: 10px;
  color: #ff5d1c;
  background: #ffec1a;
  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;
}

.wrap-title {
  background-color: #ff5d1c;
  color: #fff;
  padding: 20px 0;
}

.mgn-t0 {
  margin-top: 0 !important;
}
.mgn-b0 {
  margin-bottom: 0 !important;
}
.mgn-t20-i {
  margin-top: 20px !important
}

.clr-orange {
  color: #ff5d1c;
}
a.btn.bg-red {
  background-color: #d90000;
  color: #fff;
}

@media screen and (min-width:480px)  {
  .wrap-title {
    margin: 20px 0;
  }
  .sale-point-content .copy small {
    font-size: calc(10px + 1vw);;
  }
}

@media screen and (max-width:480px)  {
  .wrap-title {
    margin: 20px -20px;
  }
}
