@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 #9d7741;
  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,
.sale-point-content .copy-nonum,
.title-copy {
  font-size: 18px !important;
  font-weight: bold;
  margin: 0 0 10px !important;
  line-height: 1.4;
}

@media screen and (min-width:480px) {

  .sale-point-content .copy,
  .sale-point-content .copy-nonum,
  .title-copy {
    font-size: calc(16px + 1vw) !important;
  }
}

.sale-point-content .copy small,
.sale-point-content .copy-nonum 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,
.sale-point-content .copy-nonum {
  display: flex;
}

.sale-point-content .copy:before {
  margin-right: 10px;
  color: #efe6d9;
  background: #9d7741;
  border-radius: 50%;
  width: 30px;
  min-width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  counter-increment: number 1;
  content: counter(number) " ";
}

.wrap-shop .sale-point-content .copy:before {
  display: none;
}

.wrap-btn .layout-item {
  margin-top: 10px;
  margin-bottom: 0;
}

.wrap-btn .layout-item a {
  box-sizing: border-box;
}

.wrap-title {
  background-color: #ca4c1a;
  color: #fff;
  padding: 20px 0;
}

.wrap-img {
  background-color: #efe6d9;
  padding: 20px 20px 1px;
  border-radius: 10px;
  margin: 10px auto 0;
}

@media screen and (min-width:480px) {
  .wrap-img {
    width: 400px;
  }
}



.mgn-t0 {
  margin-top: 0 !important;
}

.mgn-tlarge,
.sale-point-content .copy-nonum.mgn-tlarge {
  margin-top: 30px !important;
}

.mgn-b0 {
  margin-bottom: 0 !important;
}

.mgn-bsmall {
  margin-bottom: 5px !important;
}

.mgn-t20-i {
  margin-top: 20px !important
}

.mgn-title {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}

.txt-bold {
  font-weight: bold;
}

.txt-red {
  color: #f00;
}

th,
td {
  vertical-align: middle;
}

th {
  text-align: center;
}

th.cls-nowrap,
td.cls-nowrap {
  white-space: nowrap;
}

.clr-orange {
  color: #ca4c1a;
}

.ec-shop {
  color: #9d7741;
  font-size: 80%;
  margin-bottom: 5px;
  display: inline-block;
}

a.btn.bg-red {
  background-color: #d90000;
  color: #fff;
}

.code-wear td:nth-of-type(2) {
  background-color: #f5f5f5;
  font-weight: bold;
  font-size: 120%;
}

.p-box .layout-item {
  border: 4px solid #efe6d9;
  border-radius: 10px;
  padding: 10px;
}

@media screen and (min-width:480px) {
  .wrap-title {
    margin: 20px 0;
  }

  .sale-point-content .copy small,
  .sale-point-content .copy-nonum small {
    font-size: calc(10px + 1vw);
    ;
  }

  .mgn-title {
    margin-top: 40px !important;
    margin-bottom: 20px !important;
  }

  .ec-shop {
    font-size: 70%;
  }

  .btn-small-pc .btn-small {
    padding: 1.2em 2em;
  }
}

@media screen and (max-width:480px) {
  .wrap-title {
    margin: 20px -20px;
  }
}