.sale-section{
  padding-bottom: 60px;
}

.sale-title{
  text-align: center;
  margin-bottom: 40px;
}

.sale-title h1{
  font-size: 50px;
  font-weight: bold;
  color: #565f70;
  letter-spacing: 1px;
}

.sale-hdg{
  text-align: center;
  margin-bottom: 40px;
}

.sale-hdg p{
  font-size: 24px;
  font-weight: bold;
}

.sale-hdg span{
  color: #cb3435;
}

.sale-discount{
  max-width: 360px;
  margin: 0 auto 40px;
}

.sale-discount img{
  width: 100%;
  max-width: 100%;
}

.sale-ancker{
  max-width: 295px;
  margin: 0 auto;
}

.sale-ancker a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 43px;
  background: #fff;
  border-radius: 9999px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
}

.sale-ancker a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-right: 2px solid #bababa;
  border-bottom: 2px solid #bababa;
  transform: translateY(-70%) rotate(45deg);
}

.sale-list{
  max-width: 1000px;
  margin: 0 auto;
}

.sale-list-item{
  width: 100%;
  max-width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #bababa;
}

.sale-list-item:last-child{
  border-bottom: none;
}

.sale-list-item img{
  width: 100%;
  max-width: 100%;
  height: auto;
}

.sale-step{
  background: #fff;
  padding: 60px 0;
}

.sale-step-title{
  text-align: center;
  margin-bottom: 40px;
}

.sale-step-title h2{
  font-size: 27px;
  font-weight: bold;
}

.sale-step-content{
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}

.sale-step-content-btn{
  width: 100%;
  max-width: 100%;
  position: absolute;
  bottom: 20px;
  cursor: pointer;
}

.sale-step-content-btn img{
  width: 100%;
  max-width: 222px;
}

.sale-step-img img{
  width: 100%;
  max-width: 100%;
}

.sale-present{
  padding: 60px 0;
}

.sale-present-title{
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
}

.sale-present-title h2{
  font-size: 31px;
  font-weight: bold;
  color: #00265e;
}

.sale-present-hdg{
  text-align: center;
  margin-bottom: 40px;
}

.sale-present-hdg p{
  font-size: 31px;
  font-weight: bold;
  letter-spacing: 2px;
  text-decoration: underline;
  text-underline-offset: 0px;
  text-decoration-color: #ffff00;
  text-decoration-thickness: 6px;
  text-decoration-style: solid;
}

.sale-present-hdg span{
  color: #cb3435;
}

.sale-present-text{
  text-align: center;
  margin-bottom: 40px;
}

.sale-present-text p{
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1;
}

.sale-present-text span{
  color: #cb3435;
}

.sale-present-image{
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
}

.sale-present-image img{
  width: 100%;
  max-width: 100%;
}

.sale-present-hr{
  width: 100%;
  max-width: 32px;
  margin: 20px auto;
}

.sale-present-hr img{
  width: 100%;
  max-width: 100%;
}

.sale-present-hdg2{
  text-align: center;
  margin-bottom: 40px;
}

.sale-present-hdg2 p{
  font-size: 27px;
  font-weight: bold;
}

.sale-present-image2{
  width: 100%;
  max-width: 965px;
  margin: 0 auto 40px;
}

.sale-present-image2 img{
  width: 100%;
  max-width: 100%;
}

.sale-present-note{
  text-align: center;
  margin-bottom: 30px;
}

.sale-present-note p{
  font-size: 12px;
  font-weight: bold;
}

.sale-present-btn{
  background: #fff;
  padding: 40px 0;
}

@media screen and (max-width:768px){

  .sale-section{
    width: 90%;
    margin: 0 auto;
  }

  .sale-title{
    margin: 3rem 0;
  }

  .sale-title h1{
    font-size: 24px;
  }

  .sale-hdg{
    margin-bottom: 10px;
  }

  .sale-hdg p{
    font-size: 16px;
    letter-spacing: 1px;
  }

  .sale-discount{
    max-width: 185px;
  }

  .sale-ancker{
    max-width: 80%;
  }

  .sale-ancker a{
    font-size: 13px;
  }

  .sale-list{
    max-width: 90%;
  }

  .sale-step-title h2{
    font-size: 25px;
  }

  .sale-step-content{
    max-width: 90%;
  }

  .sale-step-content-btn{
    top: 154px;
    text-align: center;
    height: 35px;
  }

  .sale-step-content-btn img{
    max-width: 72%;
  }

  .sale-present-title h2{
    font-size: 28px;
  }

  .sale-present-hdg p{
    font-size: 21px;
    line-height: 2;
  }

  .sale-present-text p{
    font-size: 15px;
    line-height: 2;
  }

  .sale-present-image{
    max-width: 85%;
  }

  .sale-present-hr{
    margin: 25px auto;
  }

  .sale-present-hdg2 p{
    font-size: 25px;
  }

  .sale-present-image2{
    max-width: 90%;
  }

  .sale-present-btn{
    padding: 1px 0 30px;
  }

  .sale-present-btn .btn01{
    max-width: 90%;
    margin: 0 auto;
  }

}

/* ===== Copy toast ===== */
.copy-toast{
  position: fixed;
  left: 50%;
  bottom: 80px;
  transform: translate(-50%, 10px);
  background: rgba(0, 38, 94, 0.92);
  color: #fff;
  padding: 12px 24px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0.04em;
  white-space: nowrap;
  max-width: calc(100% - 32px);
  text-align: center;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  opacity: 0;
  pointer-events: none;
  z-index: 9999;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.copy-toast.is-show{
  opacity: 1;
  transform: translate(-50%, 0);
}

@media screen and (max-width: 768px){
  .copy-toast{
    bottom: 100px;
    font-size: 13px;
    padding: 10px 20px;
  }
}