.l_sale_inner {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}

.l_sale_fv {
  padding: 70px 30px;
}

.l_sale_fv_title {
  margin-top: 60px;
  display: block;
  text-align: center;
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 30px;
}
.l_sale_fv_title .red {
  color: #E50012;
  font-weight: 500;
}
.l_sale_fv_title .big {
  color: #E50012;
  font-weight: bold;
  font-size: 116px;
}

.l_sale_fv_subtitle {
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  background: #E50012;
  color: #fff;
  font-size: 62px;
  margin: 0 auto 40px;
  padding: 10px 24px;
  line-height: 1.1;
  box-sizing: border-box;
}

.l_sale_fv_text {
  text-align: center;
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 18px;
}

.l_sale_fv_time {
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  padding: 12px;
}
.l_sale_fv_time span {
  font-size: 20px;
  font-weight: 500;
}

.l_coupon {
  padding: 100px 30px;
  background: #FFFCE8;
}
.l_coupon .p_section_ttl {
  text-align: center;
  display: block;
}
.l_coupon .p_section_ttlMain {
  margin-bottom: 20px;
  padding: 0;
  margin-right: 0;
}
.l_coupon .p_section_ttlMain::before {
  left: 50% !important;
  bottom: calc(100% + 16px);
  top: unset !important;
  transform: translateX(-50%) !important;
  height: 82px;
  width: 1px;
}

.p_couponLists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 35px;
}

.p_couponList {
  padding-bottom: 40px;
  text-align: center;
}
.p_couponList img {
  width: 100%;
}
.p_couponList:nth-child(1), .p_couponList:nth-child(2) {
  border-bottom: 1px dashed rgba(38, 6, 2, 0.5);
}
.p_couponList_code {
  margin: 20px 0;
}
.p_couponList_btn {
  padding: 15px 30px;
  color: #fff;
  padding-right: 60px;
  font-size: 16px;
  font-weight: bold;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  cursor: pointer;
  background: url(../img/sale/icon_copy.svg) no-repeat;
  background-position: 92%;
  background-size: 30px;
  background-color: #E50012;
}
.p_couponList_btn:hover {
  opacity: 0.8;
}

.browse {
  margin: 70px auto 0;
  max-width: 800px;
  background: #FFFFFF;
  padding: 40px;
}
.browse_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  margin-bottom: 15px;
}
.browse_title img {
  vertical-align: bottom;
}
.browse_text {
  font-size: 13px;
  letter-spacing: 0;
}

.l_howto {
  padding: 100px 30px;
  background: #F4F4F4;
}

.p_howtoLists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-bottom: 60px;
}

.p_howtoList {
  text-align: center;
  position: relative;
}
.p_howtoList + .p_howtoList::before {
  content: "";
  position: absolute;
  left: -35px;
  top: 30%;
  width: 15px;
  height: 20px;
  transform: translateY(-50%);
  background: url(../img/sale/icon_right.svg) no-repeat;
  background-size: 15px;
}
.p_howtoList_img {
  margin-bottom: 30px;
}
.p_howtoList h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 15px;
  font-weight: normal;
  margin-top: 30px;
  line-height: 1.5;
  height: 80px;
}
.p_howtoList p {
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.caution {
  max-width: 800px;
  margin: 0 auto;
  padding: 40px;
  background: #FFFCE8;
}
.caution_title {
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 20px;
  margin-bottom: 20px;
}
.caution_title img {
  vertical-align: bottom;
}
.caution p {
  font-size: 13px !important;
  line-height: 1.7 !important;
  color: #000 !important;
}

.p_contactBox_sub {
  max-width: 1200px;
  margin: 0 auto;
}

.backBtn {
  width: 300px;
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-content: center;
  border: 1px solid #000;
  text-align: center;
  background: url(../img/sale/icon_back.svg) no-repeat;
  background-position: 5%;
  background-size: 16px;
  font-weight: bold;
  font-size: 16px;
  margin: 80px auto 0;
  transition: 0.3s ease;
}
.backBtn:hover {
  background: url(../img/sale/icon_back_wh.svg) no-repeat;
  background-position: 5%;
  background-size: 16px;
  background-color: #E50012;
  color: #fff;
  border: 1px solid #E50012;
  opacity: 1;
}

.state_l {
  border: none !important;
}

.b_newArrivalList {
  margin: 0 !important;
}

.b_newArrivalList_item {
  list-style: none !important;
}

@media screen and (max-width: 768px) {
  .l_sale_inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .l_sale_fv {
    padding: 40px 15px 60px;
  }
  .l_sale_fv_title {
    margin-top: 15px;
    display: block;
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-bottom: 15px;
    line-height: 1.1;
  }
  .l_sale_fv_title span {
    display: inline-block;
  }
  .l_sale_fv_title .middle {
    font-size: 40px;
  }
  .l_sale_fv_title .red {
    color: #E50012;
    font-weight: 500;
  }
  .l_sale_fv_title .big {
    color: #E50012;
    font-weight: bold;
    font-size: 100px;
  }
  .l_sale_fv_subtitle {
    text-align: center;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    background: transparent;
    color: #fff;
    font-size: 29px;
    margin: 0 auto 15px;
    padding: 10px 24px;
    line-height: 1.1;
    box-sizing: border-box;
  }
  .l_sale_fv_subtitle span {
    display: inline-block;
    background: #E50012;
    margin-bottom: 10px;
    padding: 10px;
  }
  .l_sale_fv_text {
    text-align: center;
    line-height: 1.8;
    margin-bottom: 30px;
    font-size: 16px;
  }
  .l_sale_fv_time {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 0;
  }
  .l_coupon {
    padding: 70px 15px 70px;
    background: #FFFCE8;
  }
  .l_coupon .p_section_ttlMain {
    margin-bottom: 20px;
    padding: 0;
    margin-right: 0;
  }
  .l_coupon .p_section_ttlMain::before {
    left: 50% !important;
    bottom: calc(100% + 8px);
    top: unset !important;
    transform: translateX(-50%) !important;
    height: 60px;
    width: 1px;
  }
  .p_couponLists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    width: 90%;
    margin: 0 auto;
  }
  .p_couponList {
    text-align: center;
  }
  .p_couponList img {
    width: 85%;
    display: block;
    margin: 0 auto;
  }
  .p_couponList:nth-child(1), .p_couponList:nth-child(2), .p_couponList:nth-child(3) {
    border-bottom: 1px dashed rgba(38, 6, 2, 0.5);
  }
  .p_couponList_code {
    margin: 20px 0;
    font-size: 18px;
  }
  .p_couponList_btn {
    padding: 15px 30px;
    color: #fff;
    padding-right: 60px;
    font-size: 16px;
    font-weight: bold;
    width: -moz-max-content;
    width: max-content;
    max-width: 100%;
    margin: 0 auto;
    cursor: pointer;
    background: url(../img/sale/icon_copy.svg) no-repeat;
    background-position: 92%;
    background-size: 30px;
    background-color: #E50012;
  }
  .p_couponList_btn:hover {
    opacity: 0.8;
  }
  .browse {
    margin: 50px auto 0;
    max-width: 800px;
    background: #FFFFFF;
    padding: 40px 20px;
  }
  .browse_title {
    padding-bottom: 15px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .browse_title img {
    vertical-align: bottom;
    width: 28px;
  }
  .browse_text {
    font-size: 13px;
    letter-spacing: 0;
  }
  .p_section_ttlMain,
  .p_section_ttlSub {
    color: #000;
  }
  .p_contactBox_subItem {
    width: 92% !important;
    margin: 0 auto 20px !important;
    bottom: 0 !important;
    border-top: 0 !important;
    border-bottom: 0 !important;
    border-left: 1px solid #000 !important;
    border-right: 1px solid #000 !important;
  }
  .l_howto {
    padding: 70px 15px;
    background: #F4F4F4;
  }
  .l_howto .p_section_ttl {
    display: block;
    text-align: center;
  }
  .l_howto .p_section_ttlMain {
    margin-bottom: 10px;
    padding: 0;
    margin-right: 0;
  }
  .l_howto .p_section_ttlMain::before {
    left: 50% !important;
    bottom: calc(100% + 8px);
    top: unset !important;
    transform: translateX(-50%) !important;
    height: 60px;
    width: 1px;
  }
  .p_howtoLists {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 90px;
    margin-bottom: 50px;
  }
  .p_howtoList {
    text-align: center;
  }
  .p_howtoList + .p_howtoList::before {
    content: "";
    position: absolute;
    left: 50%;
    top: -55px;
    width: 20px;
    height: 25px;
    transform: translateX(-50%) rotate(90deg);
    background: url(../img/sale/icon_right.svg) no-repeat;
    background-size: 20px;
  }
  .p_howtoList img {
    display: block;
    margin: 0 auto;
    width: 180px;
  }
  .p_howtoList h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 17px;
    font-weight: normal;
    margin-top: 25px;
    line-height: 1.5;
    height: auto;
  }
  .p_howtoList p {
    font-size: 16px;
    line-height: 1.7;
    text-align: left;
  }
  .caution {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #FFFCE8;
  }
  .caution_title {
    padding-bottom: 20px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .caution_title img {
    vertical-align: bottom;
    width: 24px;
  }
  .caution p {
    font-size: 13px !important;
    line-height: 1.7 !important;
    color: #000 !important;
  }
}
.countdown {
  text-align: center;
  background: linear-gradient(to bottom, #ef9a9a, #fbe9e7);
  border-radius: 280px;
  padding: 30px 20px 55px;
  width: 100%;
  display: block;
}

.countdown__title {
  background: #fff;
  display: inline-block;
  padding: 15px 17px;
  font-size: 22px;
  font-weight: bold;
  color: #E50012;
  position: relative;
}

.countdown__title::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 8px 8px 0 8px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.countdown__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 30px;
}

.colon {
  font-size: 30px;
  color: #000;
  font-weight: 500;
}

.countdown__item {
  position: relative;
  width: 90px;
  height: 90px;
}

.countdown__item svg {
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
  border-radius: 50%;
}

/* .circle {
                                            background: #fff;
                                        } */
circle.bg {
  fill: #fff;
  stroke: #f5f5f5;
  stroke-width: 2;
}

circle.progress {
  fill: none;
  stroke: #d32f2f;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-dasharray: 283;
  stroke-dashoffset: 283;
  transition: stroke-dashoffset 0.5s linear;
}

.countdown__number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 40px;
  color: #d32f2f;
  font-weight: 700;
}

.countdown__label {
  text-align: center;
  font-size: 20px;
  color: #000;
  position: absolute;
  bottom: -25px;
  font-weight: 500;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .countdown {
    border-radius: 20px;
  }
  .countdown__number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    font-size: 24px;
    color: #d32f2f;
  }
  .countdown__timer {
    margin-top: 15px;
  }
  .countdown__label {
    bottom: -15px;
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */