/** @format */
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Light.ttf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-Regular.ttf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Rubik';
  src: url('../font/Rubik-SemiBold.ttf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
.hide,
.mb-style {
  display: none;
}
.pc-style {
  display: block;
}
main .container {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
body {
  font-family: 'Rubik', Sans-serif;
}
main {
  background: #208ef7;
}
.banner {
  padding: 66px 0 74px;
  background: url('../img/activity/obon-sale-2026/banner-pc.webp') no-repeat center / cover;
}
.banner .banner-cont {
  display: flex;
  align-items: end;
  width: 100%;
}
.banner .banner-left {
  flex: 0 0 548px;
}
.banner .banner-left .select-tit {
  position: absolute;
  top: 8px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.banner .banner-left .select-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.banner .banner-left .banner-left-select {
  position: relative;
  margin-top: 36px;
  padding: 40px 28px 12px 10px;
  border-radius: 8px;
  border: 2px solid #38a9f1;
  background: #fff;
}
.banner .banner-left .select-item {
  position: relative;
  height: 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  padding: 12px 30px;
  width: 100%;
  background: #b5dfff;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}
.banner .banner-left .select-item.active {
  background: #208ef7;
}
.banner .banner-left .select-item.active .item-tit,
.banner .banner-left .select-item.active .item-desc {
  color: #fff;
}
.banner .banner-left .item-sale {
  position: absolute;
  top: 0;
  left: 0;
}
.banner .banner-left .item-tit {
  color: #0a1938;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.banner .banner-left .item-desc {
  margin-top: 2px;
  color: rgba(10, 25, 56, 0.79);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.banner .banner-left .item-desc span {
  text-decoration: underline;
}
.banner .banner-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-radius: 24px;
  border: 2px solid #38a9f1;
  background: #fff;
  width: 100%;
  margin: 18px 0 0 -36px;
  z-index: 2;
  padding: 52px 10px 36px;
  overflow: hidden;
  text-align: center;
}
.banner .banner-right .banner-right-tit {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.banner .banner-right .product-swiper {
  position: relative;
  width: 100%;
}
.banner .banner-right .swiper-slide {
  height: auto;
  position: relative;
}
.banner .banner-right .product-tit {
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.banner .banner-right .product-img {
  margin-top: 26px;
}
.banner .banner-right .product-sale {
  position: absolute;
  top: -70px;
  right: 0;
}
.banner .banner-right .product-desc {
  max-width: 458px;
  margin: 18px auto 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
  text-align: center;
}
.banner .banner-right .product-price {
  display: flex;
  align-items: baseline;
  justify-content: center;
  column-gap: 18px;
  margin: 12px 0 0 0;
}
.banner .banner-right .price-new {
  color: #03130f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.banner .banner-right .price-new .price-big {
  color: #ff6715;
  font-size: 45px;
}
.banner .banner-right .price-old {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.banner .banner-right .product-btn-box {
  margin: 18px 14px 0;
}
.banner .banner-right .product-btn {
  width: -webkit-fill-available;
  max-width: 224px;
  height: 50px;
}
.product-btn-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px 28px;
}
.product-btn-box .product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 224px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ae1154;
  background: #fa76ae;
  box-shadow: 0 4px 0 0 #ae1154;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  transition: all 0.3s;
}
.product-btn-box .product-btn:hover {
  box-shadow: 0 2px 0 0 #ae1154;
}
.product-btn-box .product-btn .iconfont {
  font-size: 20px;
}
.wrap-tit {
  margin-bottom: 40px;
}
.wrap-tit img {
  margin: 0 auto;
}
.content {
  padding: 254px 0 152px;
  background: url('../img/activity/obon-sale-2026/content-pc.webp') no-repeat center / cover;
}
.wrap1 .wrap-pro {
  max-width: 1020px;
  margin: 0 auto;
}
.wrap1 .wrap-cont {
  position: relative;
  border-radius: 25px;
  padding: 32px 30px;
  background: #3190e9;
}
.wrap1 .wrap-cont::after {
  content: '';
  position: absolute;
  right: 20px;
  top: -220px;
  width: 393px;
  height: 246px;
  background: url('../img/activity/obon-sale-2026/wrap1-tit-pc.png') no-repeat center / cover;
}
.wrap2 {
  margin-top: 98px;
}
.wrap2 .wrap-tit {
  margin-bottom: 0;
}
.wrap2 .step-list {
  display: flex;
  align-items: center;
  margin-top: 44px;
}
.wrap2 .step-list .step-item {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 16px 36px;
  border-radius: 12px 12px 0 0;
  background: #fff;
  opacity: 0.7;
  color: #202020;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
  transition: all 0.3s;
  cursor: pointer;
}
.wrap2 .step-list .step-item.active {
  opacity: 1;
}
.wrap2 .wrap-pro {
  border-radius: 0;
  background: none;
  padding: 40px;
}
.wrap2 .wrap-pro .pro-item .item-sale {
  top: -40px;
  right: -40px;
}
.wrap2 .wrap-pro .pro-info .info-tit {
  font-size: 32px;
}
.wrap2 .step-swiper {
  position: relative;
  overflow: hidden;
  background: #3190e9;
  padding: 14px 28px 26px;
  border-radius: 0 0 24px 24px;
}
.wrap2 .step-swiper .swiper-slide {
  padding: 0 18px 26px;
  border-radius: 12px;
  background: #fff;
}
.wrap2 .wrap-group {
  display: flex;
  margin-top: 20px;
}
.wrap2 .wrap-group .group-info {
  flex: 1;
  position: relative;
  padding: 40px 20px 0;
  border-radius: 14px;
  background: linear-gradient(0deg, #d5edff 0%, #d5edff 100%), #fff;
  text-align: center;
}
.wrap2 .wrap-group .group-sale {
  position: absolute;
  top: 10px;
  right: 34px;
  width: 96px;
  height: auto;
}
.wrap2 .wrap-group .pro-item {
  width: 362px;
  padding: 40px 20px 26px;
  border-radius: 16px;
  border: 2px solid #187ddf;
  background: #fff;
}
.wrap2 .wrap-group .group-tit {
  margin-top: 20px;
  color: #03130f;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  /* 26px */
}
.wrap2 .wrap-group .group-desc {
  max-width: 484px;
  margin: 8px auto 0;
  color: #03130f;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.wrap2 .wrap-group .item-plan {
  color: #03130f;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap2 .wrap-group .item-price {
  margin-top: 16px;
  color: #03130f;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap2 .wrap-group .item-price .big-price {
  font-size: 45px;
  color: #ff6715;
}
.wrap2 .wrap-group .item-tax {
  margin-top: 6px;
  color: #3a3a3a;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
}
.wrap2 .wrap-group .item-txt {
  margin-top: 18px;
  color: #4d4d4d;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap2 .wrap-group .item-old-price {
  margin-top: 12px;
  color: #3f3f3f;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap2 .wrap-group .product-btn-box {
  flex-direction: column;
  margin-top: 14px;
}
.wrap2 .wrap-group .product-btn-box .product-btn {
  width: 232px;
  height: 42px;
  box-sizing: border-box;
}
.wrap-pro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 56px;
  border-radius: 20px;
  background: #fff;
}
.wrap-pro .pro-info {
  width: 520px;
}
.wrap-pro .pro-info .info-tit {
  max-width: 400px;
  margin-top: 20px;
  color: #2c2c2c;
  font-size: 42px;
  font-weight: 600;
  letter-spacing: -2.24px;
}
.wrap-pro .pro-info .info-plan {
  margin-top: 16px;
  color: #f04b95;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.wrap-pro .pro-info .info-desc {
  margin-top: 14px;
  color: #0b234e;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
  /* 32.4px */
}
.wrap-pro .pro-item {
  position: relative;
  width: 334px;
  padding: 34px 10px;
  border-radius: 12px;
  border: 1px solid #187ddf;
  background: #caf0ff;
}
.wrap-pro .pro-item .item-old-price {
  color: #3f3f3f;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap-pro .pro-item .item-price {
  margin-top: 14px;
  color: #ff6715;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.wrap-pro .pro-item .item-price .big-price {
  font-size: 45px;
}
.wrap-pro .pro-item .item-tax {
  margin-top: 14px;
  color: #6e6e6e;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.wrap-pro .pro-item .item-txt {
  margin-top: 14px;
  color: #4d4d4d;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.wrap-pro .pro-item .product-btn-box {
  flex-direction: column;
  margin-top: 26px;
  gap: 18px 28px;
}
.wrap-pro .pro-item .product-btn-box .product-btn {
  width: 100%;
  max-width: 280px;
  box-sizing: border-box;
}
.wrap-pro .pro-item .item-sale {
  position: absolute;
  width: 96px;
  height: auto;
  top: -40px;
  right: -40px;
}
@media (max-width: 1200px) {
  main .container {
    padding: 0 15px;
  }
  .banner .banner-left {
    flex: 0 0 500px;
  }
  .banner .banner-right .product-img {
    width: 100%;
  }
  .wrap-tit img {
    width: 100%;
  }
  .wrap-pro {
    padding: 20px 26px;
  }
  .wrap-pro .pro-item .item-sale {
    top: -52px;
    right: -40px;
    width: 120px;
    height: 120px;
  }
  .wrap2 .wrap-pro {
    padding: 20px 8px;
  }
  .wrap2 .wrap-pro .pro-item .item-sale {
    top: -40px;
    right: -50px;
  }
  .wrap2 .wrap-group .pro-item {
    width: 320px;
  }
  .wrap2 .step-list .step-item {
    padding: 16px;
  }
}
@media (max-width: 996px) {
  .banner .banner-cont {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .banner .banner-left .banner-left-select {
    padding: 40px 10px 12px 10px;
  }
  .banner .banner-right {
    max-width: 620px;
    margin: 0 auto;
  }
  .banner .banner-right .product-img {
    width: auto;
  }
  .content {
    padding: 190px 0;
  }
  .wrap1 .wrap-pro {
    max-width: 345px;
  }
  .wrap-pro {
    flex-direction: column;
    gap: 38px;
    border-radius: 16px;
    padding: 30px 16px;
  }
  .wrap-pro .pro-info {
    width: 100%;
  }
  .wrap-pro .pro-info .info-logo {
    width: 40px;
    height: 40px;
  }
  .wrap-pro .pro-info .info-tit {
    font-size: 22px;
  }
  .wrap-pro .pro-info .info-plan {
    font-size: 18px;
  }
  .wrap-pro .pro-info .info-desc {
    font-size: 14px;
  }
  .wrap-pro .pro-item {
    width: 310px;
  }
  .wrap-pro .pro-item .item-sale {
    width: 76px;
    height: auto;
    top: -30px;
    right: -20px;
  }
  .wrap-pro .pro-item .item-old-price {
    font-size: 16px;
  }
  .wrap-pro .pro-item .item-price {
    margin-top: 12px;
    font-size: 19px;
  }
  .wrap-pro .pro-item .item-price .big-price {
    font-size: 42px;
  }
  .wrap-pro .pro-item .item-tax {
    margin-top: 12px;
    font-size: 14px;
  }
  .wrap-pro .pro-item .item-txt {
    margin-top: 12px;
    font-size: 14px;
  }
  .wrap-pro .pro-item .product-btn-box .product-btn {
    max-width: 222px;
    height: 40px;
  }
  .wrap2 {
    margin-top: 54px;
  }
  .wrap2 .wrap-pro .pro-info .info-tit {
    font-size: 22px;
  }
  .wrap2 .step-list .step-item {
    font-size: 16px;
    gap: 12px;
  }
  .wrap2 .step-list .step-logo {
    width: 38px;
    height: 38px;
  }
  .wrap2 .wrap-group {
    max-width: 310px;
    margin: 32px auto 0;
    flex-direction: column;
    border-radius: 16px;
    background: #d5edff;
  }
  .wrap2 .wrap-group .group-info {
    background: none;
    max-width: 310px;
    padding: 28px 20px 0;
  }
  .wrap2 .wrap-group .group-pro {
    width: 220px;
    height: auto;
  }
  .wrap2 .wrap-group .group-sale {
    top: 120px;
    right: 10px;
    width: 76px;
    height: auto;
  }
  .wrap2 .wrap-group .group-tit {
    font-size: 16px;
  }
  .wrap2 .wrap-group .group-desc {
    font-size: 14px;
  }
  .wrap2 .wrap-group .pro-item {
    width: 310px;
    padding: 22px 20px 32px;
    border-radius: 0;
    border: 0;
    background: none;
  }
  .wrap2 .wrap-pro {
    padding: 0;
  }
  .wrap2 .wrap-pro .pro-info {
    max-width: 310px;
  }
  .wrap2 .step-swiper {
    background: #fff;
    padding: 0;
  }
  .wrap2 .step-swiper .swiper-slide {
    padding: 30px 18px 18px;
  }
}
@media (max-width: 768px) {
  .pc-style {
    display: none;
  }
  .mb-style {
    display: block;
  }
  .product-btn-box {
    gap: 14px 20px;
  }
  .banner {
    padding: 66px 0 148px;
    background: url('../img/activity/obon-sale-2026/banner-mb.webp') no-repeat center / cover;
    background-size: 100% 100%;
  }
  .banner .banner-left {
    flex: auto;
  }
  .banner .banner-left .banner-left-select {
    max-width: 320px;
    padding: 24px 6px 8px;
    margin: 28px auto 0;
    border: 1px solid #38a9f1;
    border-radius: 4px;
  }
  .banner .banner-left .banner-left-tit {
    width: 100%;
    height: auto;
    max-width: 335px;
  }
  .banner .banner-left .select-group {
    gap: 8px;
  }
  .banner .banner-left .item-sale {
    width: 42px;
    height: 42px;
  }
  .banner .banner-left .select-item {
    height: 56px;
    padding: 8px 0 0;
    border-radius: 0;
  }
  .banner .banner-left .select-tit {
    top: 0px;
    width: 170px;
    height: auto;
  }
  .banner .banner-left .item-tit {
    font-size: 12px;
  }
  .banner .banner-left .item-desc {
    margin-top: 0;
    font-size: 10px;
  }
  .banner .banner-right {
    padding: 20px 8px 18px;
    border-radius: 12px;
    max-width: 320px;
  }
  .banner .banner-right .banner-right-tit {
    font-size: 14px;
  }
  .banner .banner-right .product-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin-top: 8px;
  }
  .banner .banner-right .product-sale {
    top: -40px;
    right: -10px;
    width: 94px;
    height: 94px;
  }
  .banner .banner-right .product-tit {
    margin-top: 8px;
    font-size: 14px;
  }
  .banner .banner-right .product-desc {
    margin: 10px auto 0;
    font-size: 11px;
    max-width: 274px;
    letter-spacing: 0.55px;
  }
  .banner .banner-right .product-price {
    margin: 8px 0 0 0;
    column-gap: 8px;
  }
  .banner .banner-right .price-new {
    font-size: 12px;
  }
  .banner .banner-right .price-new .price-big {
    font-size: 27px;
  }
  .banner .banner-right .price-old {
    font-size: 10px;
  }
  .banner .product-btn-box .product-btn {
    width: 126px;
    height: 28px;
    font-size: 10px;
    gap: 6px;
  }
  .banner .product-btn-box .product-btn .iconfont {
    font-size: 12px;
  }
  .wrap1 .wrap-cont {
    padding: 0;
    background: none;
  }
  .wrap1 .wrap-cont::after {
    width: 294px;
    height: 184px;
    right: 0px;
    top: -150px;
  }
  .prod-list .prod-sale {
    width: 100px;
    height: 100px;
    top: -40px;
    right: -30px;
  }
  .prod-list .prod-item {
    flex: auto;
  }
  .wrap2 .wrap-tit img {
    width: 305px;
  }
  .wrap2 .step-list {
    margin-top: 16px;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
  }
  .wrap2 .step-list .step-tit {
    display: none;
  }
  .wrap2 .step-list .step-item {
    justify-content: center;
    padding: 14px;
    border-radius: 0;
  }
  .wrap2 .wrap-pro .pro-item .item-sale {
    top: -30px;
    right: -16px;
  }
  .content {
    padding: 190px 0 78px;
  }
}
