* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.container {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
@font-face {
  font-family: "Rubik";
  src: url(../fonts/Rubik-Regular.ttf);
}
@font-face {
  font-family: "GenJyuuGothic";
  src: url(../fonts/GenJyuuGothic-P-Heavy.ttf);
  font-weight: 700;
}
body {
  font-family: "Rubik", sans-serif;
}
a {
  text-decoration: none;
}
.pc {
  display: block;
}
.mb {
  display: none;
}
.icon {
  background: url(../img/new-product-sale-2025/spite.png) no-repeat;
  background-size: 1081px 167px;
}
.icon-win {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 18px;
  background: url(../img/new-product-sale-2025/win.svg) no-repeat;
  background-size: 100% 100%;
}
.icon-mac {
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 18px;
  background: url(../img/new-product-sale-2025/mac.svg) no-repeat;
  background-size: 100% 100%;
}
.banner img {
  width: 100%;
}
.label {
  color: #f45151;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 12px;
}
.label::before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #f45151;
  transform: rotate(-10deg);
  margin-right: 15px;
}
.label::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 25px;
  background: #f45151;
  transform: rotate(10deg);
  margin-left: 15px;
}
.wrap-title {
  color: #000;
  text-align: center;
  font-family: "GenJyuuGothic";
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0px 3px 0px #000;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000;
  color: #fff;
  font-size: 38px;
}
.wrap-title span {
  color: #ffbf4a;
}
.wrap1 {
  background: url(../img/new-product-sale-2025/wrap-bg.png) repeat-y center;
  background-size: 100% 100%;
  padding: 60px 0 100px;
}
.wrap1 .special .text-title {
  width: 100%;
}
.wrap2 {
  background: url(../img/new-product-sale-2025/wrap2-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.wrap2 .container {
  background: url(../img/new-product-sale-2025/box-bg.png) no-repeat center;
  background-size: 100% 100%;
}
.wrap3 {
  background: url(../img/new-product-sale-2025/wrap-bg.png) repeat-y center;
  background-size: 100% 100%;
  padding: 100px 0 70px;
}
.wrap3 .wrap-box-item .text-title {
  width: 155px;
}
.wrap3 .wrap-box-item .item-price {
  color: #303030;
  font-size: 20px;
  font-weight: 700;
  flex-direction: row;
  align-items: baseline;
}
.wrap3 .special .text-title {
  width: 100%;
}
.wrap-box {
  display: flex;
  justify-content: space-between;
}
.wrap-box-item {
  position: relative;
  width: 327px;
  background: #fff;
  border-radius: 10px;
  padding: 22px 20px;
}
.wrap-box-item .discount {
  right: 0;
  top: 0;
}
.wrap-box-item .item-info {
  display: flex;
  gap: 16px;
  align-items: center;
  background: url(../img/new-product-sale-2025/line.png) no-repeat bottom;
  background-size: contain;
  padding-bottom: 20px;
}
.wrap-box-item .text-title {
  color: #151515;
  font-size: 19px;
  font-weight: 700;
  width: 155px;
}
.wrap-box-item .min-text {
  color: #303030;
  font-size: 13px;
  font-weight: 500;
  margin-top: 16px;
}
.wrap-box-item .item-desc {
  color: #303030;
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
  padding: 10px 0;
  border-bottom: 1px solid #e6e6e6;
}
.wrap-box-item .item-price {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  flex-wrap: wrap;
  gap: 10px;
}
.wrap-box-item .item-price .price-new {
  color: #e54e0c;
  font-size: 39.556px;
  font-weight: 700;
}
.wrap-box-item .item-price .price-old {
  color: #6a6a6a;
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: line-through;
}
.wrap-box-item .item-btn {
  display: flex;
  gap: 20px;
  margin-top: 15px;
}
.wrap-box-item .item-btn .btn {
  border-radius: 8px;
  border: 1px solid #95553a;
  background: #ffdd64;
  box-shadow: 0px 4px 0px 0px #95553a;
  padding: 10px 13px;
  color: #601c00;
  font-size: 15px;
  font-weight: 400;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s;
}
.wrap-box-item .item-btn .btn:hover {
  border-radius: 7.826px;
  border: 1.957px solid #95553a;
  background: #ffbe64;
  box-shadow: 0px 3.913px 0px 0px #95553a;
  transform: translateY(-6px);
}
.wrap-box-item .txt {
  color: #6a6a6a;
  font-size: 13px;
  font-weight: 400;
  margin-top: 15px;
}
.wrap-box-item .discount {
  position: absolute;
}
.special {
  width: 492px;
  padding: 20px 38px;
  background: url(../img/new-product-sale-2025/top1.png) no-repeat top, #fff;
  background-size: 100% 78px;
  box-shadow: 0px 4px 0px 0px #eadab1;
}
.special .item-top {
  color: #fff;
  text-align: center;
  text-shadow: 0px 2.224px 0px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-color: #807cf3;
  font-size: 20px;
  font-weight: 700;
  font-family: "GenJyuuGothic";
  height: 90px;
  margin-top: -12px;
}
.special .discount {
  top: 63px;
  right: 28px;
}
.special .item-price {
  flex-direction: row;
  align-items: baseline;
}
.wrap-box-special {
  margin-top: 50px;
  justify-content: space-between;
}
.wrap-box-special .special:nth-child(2) {
  background: url(../img/new-product-sale-2025/top2.png) no-repeat top, #fff;
}
.wrap-box-special .special:nth-child(2) .item-top {
  -webkit-text-stroke-color: #417fd3;
}
.music-wrap {
  position: relative;
  border-radius: 10px;
  background: #ffeadd;
  padding: 76px 26px 36px;
  margin-top: 120px;
}
.music-wrap .music {
  position: absolute;
  left: -25px;
  top: -88px;
}
.music-wrap .wrap-box-item {
  border-radius: 8.857px;
  border: 0.942px solid #e9c2aa;
  background: #fff;
  box-shadow: 0px 6.593px 0px 0px #e9c2aa;
}
.video-wrap {
  position: relative;
  border-radius: 10px;
  background: #ededff;
  padding: 76px 26px 36px;
  margin-top: 120px;
}
.video-wrap .video {
  position: absolute;
  right: -25px;
  top: -88px;
}
.video-wrap .wrap-box-item {
  border-radius: 8.857px;
  border: 0.942px solid #c3c3fa;
  background: #fff;
  box-shadow: 0px 6.593px 0px 0px #c3c3fa;
}
.wrap2 {
  padding: 150px 0 70px;
}
.wrap2 .container {
  border-radius: 10px;
  padding: 100px 0 40px;
}
.wrap2 .title {
  display: block;
  margin: -150px auto 0;
}
.wrap2 .wrap-box {
  display: none;
  justify-content: center;
  gap: 120px;
}
.wrap2 .wrap-box.active {
  display: flex;
}
.wrap2 .wrap-box-item .text-title {
  width: auto;
}
.wrap2 .wrap-box-item .price-new span {
  font-size: 16px;
  vertical-align: baseline;
}
.wrap2 .switch {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  border: 1px solid #8e490b;
  width: max-content;
  margin: 20px auto 65px;
  border-radius: 8px;
  overflow: hidden;
}
.wrap2 .switch .switch-item {
  width: 141px;
  padding: 11px 0;
  cursor: pointer;
  transition: all 0.3s;
  background: #f8e8c0;
  color: #b79d5e;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
.wrap2 .switch .switch-item.active {
  background: #f98e30;
  color: #fff;
}
.wrap2 .wrap-box-item {
  padding: 0 0 15px;
  background: #f4fbff;
  width: 360px;
  border: 1px solid #aed4ed;
  text-align: center;
}
.wrap2 .wrap-box-item .discount {
  right: unset;
  left: -30px;
  top: -60px;
}
.wrap2 .wrap-box-item .img {
  width: 100%;
  margin-bottom: 15px;
}
.wrap2 .wrap-box-item .item-info {
  flex-direction: column;
}
.wrap2 .wrap-box-item .item-content {
  padding: 0 22px;
}
.wrap2 .wrap-box-item .item-content .item-btn {
  justify-content: center;
}
.wrap2 .wrap-box-item:nth-child(2) {
  border-color: #c0b9ff;
  background: #fbfaff;
}
@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
  .wrap-box-special {
    padding: 0 15px;
  }
  .pc {
    display: none;
  }
  .label {
    font-size: 20px;
  }
  .wrap-title {
    font-size: 26px;
  }
  .mb {
    display: block;
  }
  .wrap-box {
    flex-direction: column;
    gap: 25px;
    border-radius: 0;
    margin-top: 25px;
  }
  .wrap-box-item .min-text {
    margin-top: 10px;
  }
  .wrap-box-item .item-desc {
    font-size: 12px;
  }
  .wrap-box-item .item-price {
    flex-direction: row;
    align-items: baseline;
  }
  .wrap-box-item .item-price .price-new {
    font-size: 36px;
  }
  .wrap-box-item .item-btn {
    gap: 10px;
  }
  .wrap-box-item .item-btn .btn {
    gap: 5px;
  }
  .wrap-box-item,
  .special {
    width: 100%;
  }
  .special {
    padding: 20px 17px;
    background-image: url(../img/new-product-sale-2025/top1-mb.png);
    background-size: 100% 72px;
  }
  .special .text-title {
    width: 155px;
  }
  .special .discount {
    width: 55px;
    top: 56px;
    right: 5px;
  }
  .wrap-box-special .special:nth-child(2) {
    background-image: url(../img/new-product-sale-2025/top2-mb.png);
    background-size: 100% 72px;
  }
  .music,
  .video {
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
  }
  .wrap1,
  .wrap3 {
    background: #fffbf1;
    padding-bottom: 0;
  }
  .wrap2 {
    border-top: 20px solid #fd6c12;
    padding: 100px 15px 40px;
    background: #ff904c;
  }
  .wrap2 .container {
    padding: 0 33px 18px;
    background-size: cover;
  }
  .wrap2 .switch {
    margin-top: -20px;
    margin-bottom: 50px;
  }
  .wrap2 .wrap-box {
    gap: 30px;
  }
  .wrap2 .title {
    position: relative;
    left: 50%;
    width: 350px;
    margin: 0 auto;
    transform: translateY(-40px) translateX(-50%);
  }
  .wrap2 .wrap-box-item {
    width: 100%;
  }
  .wrap2 .wrap-box-item .item-content {
    padding: 0 20px;
  }
  .wrap2 .wrap-box-item .discount {
    width: 140px;
    left: -32px;
    top: -51px;
  }
  .wrap2 .text-title {
    font-size: 15px;
  }
  .wrap2 .item-btn {
    justify-content: space-between;
  }
  .wrap2 .min-text,
  .wrap2 .item-desc,
  .wrap2 .txt {
    font-size: 10px;
  }
  .wrap2 .item-price {
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 4px;
  }
  .wrap2 .item-price .price-new {
    font-size: 22px;
  }
  .wrap2 .item-price .price-old {
    font-size: 12px;
  }
  .wrap3 .wrap-box-item .item-price {
    font-size: 16px;
  }
  .wrap3 .wrap-box-item .item-price .price-new {
    font-size: 30px;
  }
  .wrap3 .wrap-box-item .item-price .price-old {
    font-size: 12px;
  }
  .wrap-box-item .item-btn .btn {
    font-size: 13px;
  }
  .music-wrap,
  .video-wrap {
    margin-top: 100px;
  }
}
