* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.container {
  max-width: 1080px;
  padding: 0;
  width: 100%;
}
.new-year-2026 {
  background-color: #59A9E9;
}
.banner {
  background: url("../img/new-year-2026/banner-bg-pc.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  aspect-ratio: 1920 / 738;
  position: relative;
}
.banner .check-snow {
  display: flex;
  justify-content: space-between;
  max-width: 956px;
  width: 100%;
  position: absolute;
  top: 54%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  padding: 0 16px;
}
.banner .check-snow .snow-2 {
  margin-bottom: 7px;
}
.banner .check-box {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 16px;
  border: 2px solid #104484;
  max-width: 956px;
  width: 100%;
}
.banner .check-box .check-box-top {
  border-radius: 16px 16px 0 0;
  background: linear-gradient(0deg, #2D6AB6 0%, #2D6AB6 100%), #5E3629;
  padding: 20px 10px 12px;
}
.banner .check-box .check-box-title {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.banner .check-box .check-box-title .title-text {
  color: #FFF;
  font-family: Rubik;
  font-size: 32px;
  font-weight: 500;
}
.banner .check-box .check-box-title .title-normal {
  padding-top: 5px;
}
.banner .check-box .check-box-title .title-spe {
  letter-spacing: 5px;
}
.banner .check-box .check-box-bottom {
  border-radius: 0 0 16px 16px;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  padding: 26px 20px;
}
.banner .check-box .bottom-left,
.banner .check-box .bottom-right {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
}
.banner .check-box .check-box-item {
  display: flex;
  align-items: center;
  gap: 11px;
  cursor: pointer;
}
.banner .check-box .check-text {
  color: #0E2A4C;
  font-family: Rubik;
  font-size: 23px;
  font-weight: 500;
  text-decoration-line: underline;
}
.banner .check-box .check-tag {
  border-radius: 2px;
  border: 1px solid #E84708;
  color: #E84708;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 600;
  padding: 2px 5px;
}
.check-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 100;
  padding: 40px 16px;
}
.check-popup .check-popup-content {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.check-popup .check-swiper {
  padding-bottom: 40px;
}
.check-popup .check-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.check-popup .check-slide .check-popup-img {
  width: 1080px;
}
.check-popup .check-slide .check-popup-title {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 42px;
  font-weight: 500;
  letter-spacing: 0.422px;
}
.check-popup .swiper-pagination-bullet-active,
.check-popup .swiper-pagination-bullet {
  border-radius: 14px;
  background: #fff;
}
.check-popup.is-visible {
  display: flex;
}
.aio {
  background: url("../img/new-year-2026/section-bg.webp");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 50px 15px 68px;
  display: flex;
  justify-content: center;
  position: relative;
}
.aio::before {
  position: absolute;
  content: '';
  top: 186px;
  left: 0;
  width: 230px;
  height: 244px;
  background: url("../img/new-year-2026/aio-before.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.aio::after {
  position: absolute;
  content: '';
  bottom: 86px;
  right: 0;
  width: 238px;
  height: 206px;
  background: url("../img/new-year-2026/aio-after.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.aio .aio-wrap {
  border-radius: 40px;
  background: #207BBC;
  width: 1032px;
  height: 920px;
  transform: rotate(-5.128deg);
}
.aio .aio-content {
  transform: rotate(5.128deg);
  margin: 0 auto;
  max-width: 1032px;
  padding: 68px 72px;
  background: #FFF;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 48px;
  z-index: 8;
  position: relative;
}
.aio .aio-content::before {
  position: absolute;
  content: '';
  width: 51px;
  height: 99px;
  top: -44px;
  left: 4px;
  background: url("../img/new-year-2026/aio-img.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.aio .aio-top {
  display: flex;
  align-items: center;
  gap: 38px;
}
.aio .aio-top .aio-logo {
  width: 145px;
}
.aio .aio-top .aio-text {
  max-width: 682px;
}
.aio .aio-top h2 {
  color: #25262B;
  font-family: Rubik;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 2px;
  margin-bottom: 18px;
}
.aio .aio-top .aio-desc {
  color: #25262B;
  font-family: Aileron;
  font-size: 18px;
  line-height: 1.5;
}
.aio .aio-bottom {
  display: flex;
  gap: 50px;
}
.aio .aio-bottom .aio-bottom-left {
  width: 358px;
}
.aio .aio-bottom .left-top {
  border-radius: 16px;
  background: #FFFBEC;
  margin-bottom: 14px;
  padding: 20px 35px;
}
.aio .aio-bottom .left-top-item {
  display: none;
  flex-direction: column;
  gap: 14px;
}
.aio .aio-bottom .left-top-item.is-active {
  display: flex;
}
.aio .aio-bottom .left-title {
  color: #000;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
}
.aio .aio-bottom .product-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.aio .aio-bottom .product-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.aio .aio-bottom .product-item .product-icon {
  width: 22px;
}
.aio .aio-bottom .product-item .product-name {
  color: #323232;
  font-family: Rubik;
  font-size: 12px;
  line-height: 1.6;
  flex: 1;
}
.aio .aio-bottom .product-item .product-price {
  color: #696D71;
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration-line: line-through;
}
.aio .aio-bottom .left-bottom {
  border-radius: 16px;
  background: #FFFBEC;
  padding: 22px 35px;
}
.aio .aio-bottom .left-bottom-title {
  color: #000;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 12px;
}
.aio .aio-bottom .service-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.aio .aio-bottom .service-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.aio .aio-bottom .service-item .service-name {
  color: #323232;
  font-family: Rubik;
  font-size: 14px;
  line-height: 1.6;
}
.aio .aio-bottom .service-item .service-desc {
  color: rgba(254, 81, 18, 0.83);
  text-align: right;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.6;
}
.aio .aio-bottom .aio-bottom-right {
  display: flex;
}
.aio .aio-bottom .price-carousel-nav.price-carousel-nav-left {
  margin-right: -27px;
}
.aio .aio-bottom .price-carousel-nav.price-carousel-nav-right {
  margin-left: -27px;
}
.aio .aio-bottom .price-carousel-wrapper {
  width: 100%;
}
.aio .aio-bottom .price-carousel-slide {
  display: none;
}
.aio .aio-bottom .price-carousel-slide.is-active {
  display: block;
}
.aio .aio-bottom .price-card {
  width: 432px;
  margin-bottom: 30px;
}
.aio .aio-bottom .price-card .price-top {
  padding: 16px 0;
}
.aio .aio-bottom .price-card .price-top-second {
  display: flex;
  padding: 7px 0;
  flex-direction: column;
  gap: 5px;
}
.aio .aio-bottom .price-card .price-top-second .price-top-title {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.aio .aio-bottom .price-card .price-top-second .price-discount {
  color: #2F3133;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  background: url("../img/new-year-2026/single-discount.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 3px 15px 3px 12px;
}
.aio .aio-bottom .price-card .price-top-title {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-right: 5px;
}
.aio .aio-bottom .price-card .price-discount {
  color: #2F3133;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  background: url("../img/new-year-2026/aio-title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 2px 15px 2px 11px;
}
.aio .aio-bottom .price-card .price-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 38px 0;
  gap: 22px;
}
.aio .aio-bottom .price-card .price-title {
  font-size: 22px;
}
.aio .aio-bottom .price-card .price-info .price-label {
  font-size: 24px;
  margin-bottom: 7px;
}
.aio .aio-bottom .price-card .price-info .price-amount {
  font-size: 52px;
}
.aio .aio-bottom .price-card .price-info-second {
  display: none;
}
.aio .aio-bottom .price-card .price-info-second .price-label {
  font-size: 18px;
  margin-bottom: 6px;
}
.aio .aio-bottom .price-card .price-info-second .price-amount {
  font-size: 40px;
}
.aio .aio-bottom .price-card .price-tax {
  font-size: 20px;
}
.aio .aio-bottom .price-card .price-original {
  font-size: 18px;
}
.aio .aio-bottom .price-card .price-note {
  font-size: 16px;
}
.aio .aio-bottom .price-card .price-os {
  font-size: 16px;
}
.aio .aio-bottom .price-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.aio .aio-bottom .price-actions-second {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.aio .aio-bottom .price-buy-btn .price-buy-text {
  font-size: 30px;
  padding: 4px 146px;
}
.aio .aio-bottom .price-switch-os {
  color: #060606;
  font-family: Rubik;
  font-size: 16px;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.aio .aio-bottom .price-switch-os:hover {
  text-decoration-line: underline;
}
.price-carousel-nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  border-radius: 54px;
  background: #D1E4EF;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
  gap: 14px;
  margin-top: 166px;
  width: 48px;
  height: 168px;
  padding: 30px 11px 0;
}
.price-carousel-nav .nav-icon,
.price-carousel-nav .nav-text {
  font-size: 16px;
  color: #141D30;
  text-align: center;
  font-family: Rubik;
  font-weight: 500;
}
.price-carousel-nav .off {
  font-size: 12px;
  color: #FF0A0A;
  text-align: center;
  font-family: Rubik;
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}
.price-carousel-nav:hover,
.price-carousel-nav:active {
  background: #B2D9EE;
}
.price-carousel-nav:hover .nav-icon,
.price-carousel-nav:active .nav-icon,
.price-carousel-nav:hover .nav-text,
.price-carousel-nav:active .nav-text {
  font-weight: 600;
}
.price-carousel-nav.has-off {
  gap: 4px;
}
.price-card {
  border: 2px solid #2D6AB6;
  border-radius: 16px;
}
.price-card .price-top,
.price-card .price-top-second {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px 14px 0 0;
  background: linear-gradient(0deg, #2D6AB6 0%, #2D6AB6 100%), linear-gradient(180deg, #3C6EF9 0%, #3CA3EC 100%), #FFCE47;
}
.price-card .price-bottom {
  background: #FFF;
  border-radius: 0 0 14px 14px;
}
.price-card .price-title {
  color: #000;
  text-align: center;
  font-family: Rubik;
  font-weight: 600;
}
.price-card .price-info,
.price-card .price-info-second {
  display: flex;
  align-items: flex-end;
}
.price-card .price-info .price-label,
.price-card .price-info-second .price-label {
  color: #2C2B2A;
  text-align: center;
  font-family: Rubik;
  font-weight: 700;
}
.price-card .price-info .price-amount,
.price-card .price-info-second .price-amount {
  color: #FE4912;
  font-family: Rubik;
  font-weight: 700;
}
.price-card .price-tax {
  color: #3A3A3A;
  text-align: center;
  font-family: Rubik;
  font-weight: 500;
}
.price-card .price-original,
.price-card .price-original-2 {
  color: #3F3F3F;
  text-align: center;
  font-family: Rubik;
}
.price-card .price-original .highlight,
.price-card .price-original-2 .highlight {
  color: #FE4912;
}
.price-card .price-note {
  color: #4D4D4D;
  text-align: center;
  font-family: Rubik;
}
.price-card .price-os {
  color: #999;
  text-align: center;
  font-family: Aileron;
}
.price-buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 46px;
  background: #F2E9C8;
  padding: 6px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.price-buy-btn:not(.is-active) {
  display: none;
}
.price-buy-btn .price-buy-text {
  border-radius: 40px;
  background: linear-gradient(180deg, #FEEDBC 0%, #FFCD35 100%);
  box-shadow: 0 -4.286px 3.929px 0 rgba(222, 151, 20, 0.58) inset, 0 2.857px 13.643px 0 rgba(255, 255, 255, 0.53) inset;
  color: #BF3708;
  font-family: "Noto Sans JP";
  font-weight: 500;
  letter-spacing: 0.22px;
}
.price-buy-btn .price-buy-text:hover,
.price-buy-btn .price-buy-textactive {
  color: rgba(191, 55, 8, 0.53);
}
.single {
  background: url("../img/new-year-2026/section-bg.webp") top center / cover;
  background-repeat: no-repeat;
  position: relative;
}
.single::before {
  position: absolute;
  content: '';
  bottom: 416px;
  left: 117px;
  width: 152px;
  height: 134px;
  background: url("../img/new-year-2026/single-before.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.single::after {
  position: absolute;
  content: '';
  top: 680px;
  right: 64px;
  width: 282px;
  height: 274px;
  background: url("../img/new-year-2026/single-after.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.single .new-year-snow {
  width: 100%;
  margin-bottom: 70px;
}
.single .new-year-snow-mobile {
  display: none;
}
.single .single-select {
  z-index: 8;
  width: 100%;
  border-radius: 24px 24px 38px 38px;
  border: 2px solid #207BBC;
  border-bottom-width: 14px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 15px 64px;
  position: relative;
}
.single .single-select::before {
  position: absolute;
  content: '';
  bottom: -30%;
  left: 15%;
  width: 26px;
  height: 111px;
  background: url("../img/new-year-2026/single-link.png");
  background-repeat: no-repeat;
}
.single .single-select::after {
  position: absolute;
  content: '';
  bottom: -30%;
  right: 15%;
  width: 26px;
  height: 111px;
  background: url("../img/new-year-2026/single-link.png");
  background-repeat: no-repeat;
}
.single .single-select .single-title-pc {
  margin-bottom: 16px;
}
.single .single-select .single-title-mb,
.single .single-select .select-box {
  display: none;
}
.single .single-select .tabs {
  display: flex;
  align-items: center;
  gap: 32px;
}
.single .single-select .tab-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border-radius: 9px;
  border: 1px solid rgba(45, 106, 182, 0.64);
  background: #FFF;
  padding: 16px;
}
.single .single-select .tab-logo {
  width: 34px;
}
.single .single-select .tab-text {
  color: #323232;
  font-family: Rubik;
  font-size: 20px;
  line-height: 1.6;
}
.single .single-select .active {
  border: 1px solid #2D6AB6;
  background: linear-gradient(180deg, #3C6EF9 0%, #3CA3EC 100%);
  position: relative;
}
.single .single-select .active .tab-text {
  color: #FFF;
}
.single .single-select .active::before {
  position: absolute;
  content: '';
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  background: url("../img/new-year-2026/single-select.png");
  background-repeat: no-repeat;
}
.single .package-stack {
  position: relative;
  margin-top: 36px;
}
.single .package-box {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 0;
}
.single .package-box.is-active {
  position: relative;
  opacity: 1;
  pointer-events: auto;
  z-index: 1;
}
.single .package-box .package-item {
  z-index: 3;
  border-radius: 40px;
  border: 2px solid #207BBC;
  background: #FFF;
  padding: 75px 52px;
}
.single .package-box .package-item.package-item-top {
  border-bottom: 2px dashed rgba(32, 123, 188, 0.55);
}
.single .package-box .package-item.package-item-bottom {
  margin-top: -30px;
  border-top: none;
}
.single .package-box .item-info {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 62px;
}
.single .package-box .item-left {
  width: 120px;
}
.single .package-box .item-title {
  display: flex;
  align-items: center;
  gap: 20px;
  color: #191919;
  font-family: Rubik;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
.single .package-box .item-desc {
  max-width: 734px;
  color: #3A1B08;
  font-family: Aileron;
  font-size: 18px;
  line-height: 1.5;
}
.single .package-box .item-desc.item-desc-spe {
  max-width: 808px;
}
.single .package-box .item-price {
  display: flex;
  gap: 40px;
}
.single .package-box .item-price-left {
  width: 534px;
}
.single .package-box .item-price-right {
  display: flex;
}
.single .package-box .price-carousel-nav {
  margin-top: 142px;
}
.single .package-box .price-carousel-nav.price-carousel-nav-left {
  margin-right: -27px;
}
.single .package-box .price-carousel-nav.price-carousel-nav-right {
  margin-left: -27px;
}
.single .package-box .price-carousel-wrapper {
  width: 100%;
}
.single .package-box .price-carousel-slide {
  display: none;
}
.single .package-box .price-carousel-slide.is-active {
  display: block;
}
.single .package-box .price-card {
  width: 366px;
}
.single .package-box .price-card .price-top {
  padding: 16px 0;
}
.single .package-box .price-card .price-top .price-top-title {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin-right: 5px;
}
.single .package-box .price-card .price-top .price-discount {
  color: #2F3133;
  text-align: center;
  font-family: Rubik;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  background: url("../img/new-year-2026/aio-title.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 2px 15px 2px 11px;
}
.single .package-box .price-card .price-top-second {
  padding: 7px 0;
  flex-direction: column;
  gap: 5px;
}
.single .package-box .price-card .price-top-second .price-top-title {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
}
.single .package-box .price-card .price-top-second .price-discount {
  color: #2F3133;
  text-align: center;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  background: url("../img/new-year-2026/single-discount.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 3px 15px 3px 12px;
}
.single .package-box .price-card .price-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 18px 0;
  gap: 10px;
}
.single .package-box .price-card .price-title {
  font-size: 20px;
}
.single .package-box .price-card .price-info .price-label {
  font-size: 20px;
  margin-bottom: 6px;
}
.single .package-box .price-card .price-info .price-amount {
  font-size: 45px;
}
.single .package-box .price-card .price-info-second {
  display: none;
}
.single .package-box .price-card .price-info-second .price-label {
  font-size: 16px;
  margin-bottom: 6px;
}
.single .package-box .price-card .price-info-second .price-amount {
  font-size: 36px;
}
.single .package-box .price-card .price-tax {
  font-size: 16px;
}
.single .package-box .price-card .price-original,
.single .package-box .price-card .price-original-2 {
  max-width: 294px;
  font-size: 16px;
}
.single .package-box .price-card .price-note {
  font-size: 12px;
}
.single .package-box .price-card .price-os {
  font-size: 12px;
}
.single .package-box .price-actions {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.single .package-box .price-actions-second {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
}
.single .package-box .price-buy-btn .price-buy-text {
  font-size: 22px;
  padding: 4px 92px;
}
.single .package-box .price-switch-os {
  color: #060606;
  font-family: Rubik;
  font-size: 14px;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.single .package-box .price-switch-os:hover {
  text-decoration-line: underline;
}
.single .package-box .item-list {
  display: flex;
  justify-content: space-between;
}
.single .package-box .item-slide {
  position: relative;
  border-radius: 12px;
  border: 2px solid #F0F9FE;
  background: #F0F9FE;
  padding: 34px 18px 46px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single .package-box .item-slide.slide-center {
  border: 2px solid #2D6AB6;
}
.single .package-box .price-badge {
  position: absolute;
  top: -8%;
}
.single .package-box .price-badge .price-badge-desc {
  background: #2D6AB6;
  border-radius: 36px;
  padding: 10px 16px;
  position: relative;
}
.single .package-box .price-badge .price-badge-desc::after {
  position: absolute;
  content: '';
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 26px;
  height: 15px;
  background: url("../img/new-year-2026/single-tog.png");
  background-repeat: no-repeat;
}
.single .package-box .price-badge .price-badge-text {
  color: #FFF;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}
.single .package-box .price-badge .price-badge-off {
  color: #FFF83A;
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}
.single .package-box .slide-tit {
  color: #000;
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}
.single .package-box .slide-price {
  color: #000;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 6px;
}
.single .package-box .slide-price .slide-price-big {
  color: #FE4912;
  font-size: 45px;
}
.single .package-box .slide-tip {
  color: #3A3A3A;
  text-align: center;
  font-family: Rubik;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}
.single .package-box .slide-sale {
  color: #3F3F3F;
  font-family: Rubik;
  font-size: 16px;
  margin-bottom: 18px;
}
.single .package-box .slide-sale .color {
  color: #FE4912;
}
.single .package-box .slide-sale .through {
  text-decoration-line: line-through;
}
.single .package-box .slide-update {
  color: #4D4D4D;
  text-align: center;
  font-family: Rubik;
  font-size: 14px;
  margin-bottom: 12px;
}
.single .package-box .slide-os {
  color: #999;
  text-align: center;
  font-family: Aileron;
  font-size: 14px;
}
.single .package-box .slide-os .icon-web {
  margin: 0 0 2px 2px;
}
.single .package-box .btn-box {
  margin-top: 32px;
}
.single .package-box .btn-box .btn {
  padding: 12px 78px;
  border-radius: 46px;
  border: 5px solid #F2E9C8;
  background: linear-gradient(180deg, #FEEDBC 0%, #FFCD35 100%);
  box-shadow: 0 -4.286px 3.929px 0 rgba(222, 151, 20, 0.58) inset, 0 2.857px 13.643px 0 rgba(255, 255, 255, 0.53) inset;
  cursor: pointer;
  transition: all 0.3s ease;
}
.single .package-box .btn-box span {
  color: #BF3708;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.2px;
}
.single .package-box .btn-box:hover span,
.single .package-box .btn-box:active span {
  color: rgba(191, 55, 8, 0.53);
}
.single .package-shadow {
  display: flex;
  z-index: 1;
  width: 100%;
  height: 100px;
  background: #207BBC;
  border-radius: 40px;
  margin-top: -70px;
}
.other {
  background: url("../img/new-year-2026/section-bg.webp") top center / cover;
  background-repeat: no-repeat;
}
.other .new-year-snow {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 180px;
}
.other .new-year-snow-mobile {
  display: none;
}
.new {
  display: flex;
  justify-content: center;
  padding-bottom: 172px;
}
.new .new-wrap {
  width: 1500px;
  transform: rotate(-5deg);
  border-radius: 40px;
  background: #207BBC;
  z-index: 1;
}
.new .new-container {
  display: flex;
  justify-content: center;
  max-width: 1542px;
  width: 100%;
  transform: rotate(5deg);
  border-radius: 40px;
  background: #FFF;
  z-index: 5;
  position: relative;
}
.new .new-container::before {
  position: absolute;
  content: '';
  width: 80px;
  height: 157px;
  top: -68px;
  left: 4px;
  background: url("../img/new-year-2026/aio-img.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.new .new-content {
  max-width: 1260px;
  width: 100%;
  padding: 96px 15px 64px;
}
.new h2 {
  color: #0F63CD;
  font-family: Rubik;
  font-size: 52px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.52px;
  margin-bottom: 30px;
}
.new .new-desc {
  color: #292929;
  text-align: center;
  font-family: Rubik;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin: 0 auto 62px;
}
.new .new-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 21px;
}
.new .new-left {
  background: url("../img/new-year-2026/new-1-pc.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  height: 930px;
  padding: 42px 30px;
}
.new .new-middle,
.new .new-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.new .new-item {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: flex-start;
  width: 406px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  border: 2px solid #FFF;
  transition: all 0.3s ease;
}
.new .new-item:hover {
  border: 2px solid #4599ff;
}
.new .new-item.new-item-2 {
  background: url("../img/new-year-2026/new-2-pc.png");
  height: 452px;
  padding: 28px;
}
.new .new-item.new-item-3 {
  background: url("../img/new-year-2026/new-3-pc.png");
  height: 452px;
  padding: 28px;
}
.new .new-item.new-item-4 {
  background: url("../img/new-year-2026/new-4-pc.png");
  height: 452px;
  padding: 28px;
}
.new .new-item.new-item-5 {
  background: url("../img/new-year-2026/new-5-pc.png");
  height: 452px;
  padding: 28px;
}
.new .new-title {
  color: #FFF;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 18px;
}
.new .new-title.new-title-big {
  font-size: 24px;
}
.new .new-text {
  color: #FFF;
  font-family: Rubik;
  font-size: 16px;
  line-height: 1.6;
}
.new .new-text.new-text-big {
  font-size: 18px;
}
.new .new-swiper {
  display: none;
}
.new .new-btn-group {
  margin-top: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new .new-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 746px;
  width: 100%;
  border-radius: 86px;
  background: linear-gradient(180deg, #3C6EF9 0%, #3CA3EC 100%);
  padding: 11px 40px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.new .new-btn .new-btn-text {
  color: #FFF;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
}
.new .new-btn:hover span,
.new .new-btn:active span {
  color: rgba(255, 255, 255, 0.8);
}
.reason {
  margin-bottom: 108px;
}
.reason .reason-title {
  color: #0F0F0F;
  text-align: center;
  font-family: Rubik;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 75px;
}
.reason .reason-swiper .swiper-slide:nth-of-type(2) {
  border-left: 1px solid rgba(15, 15, 15, 0.47);
  border-right: 1px solid rgba(15, 15, 15, 0.47);
  padding: 0 40px;
  width: 400px;
}
.reason .swiper-wrapper {
  justify-content: space-between;
}
.reason .swiper-slide {
  width: 300px;
}
.reason .reason-item-title {
  color: #0F0F0F;
  font-family: Rubik;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
  margin: 20px 0;
}
.reason .reason-item-desc {
  color: #0F0F0F;
  font-family: Rubik;
  font-size: 16px;
  line-height: 1.6;
}
.rule {
  background: url("../img/new-year-2026/other-bottom.png") bottom center / contain;
  background-repeat: no-repeat;
  padding-bottom: 258px;
  position: relative;
}
.rule::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 390px;
  height: 226px;
  background: url("../img/new-year-2026/other-bottom-left.png");
  background-repeat: no-repeat;
}
.rule::after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  width: 390px;
  height: 226px;
  background: url("../img/new-year-2026/other-bottom-right.png");
  background-repeat: no-repeat;
}
.rule .rule-title {
  color: #0F0F0F;
  text-align: center;
  font-family: Rubik;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 58px;
}
.rule .rule-group {
  display: flex;
  flex-direction: column;
  max-width: 1036px;
  margin: 0 auto;
  gap: 20px;
}
.rule .rule-item {
  color: #1C1D20;
  font-family: Rubik;
  font-size: 20px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.2px;
}
.pop-pc {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  align-items: center;
  justify-content: center;
}
.pop-pc .pop-container {
  max-width: 910px;
  width: 100%;
  padding: 0 15px;
}
.pop-pc .close-btn {
  display: flex;
  justify-content: right;
  margin-bottom: 6px;
}
.pop-pc .close-btn .close-pc {
  cursor: pointer;
}
.pop-pc .pop-content {
  width: 100%;
  background: url(../img/new-year-2026/pop-bg-pc.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 166px 0 27px;
}
.pop-pc .pop-content .pop-img {
  display: flex;
  justify-content: center;
  gap: 32px;
  cursor: pointer;
}
.pop-pc .pop-content .pop-btn {
  border-radius: 64px;
  background: linear-gradient(180deg, #FEEDBC 0%, #FFCD35 100%);
  box-shadow: 0 -6px 5.5px 0 rgba(222, 151, 20, 0.58) inset, 0 4px 19.1px 0 rgba(255, 255, 255, 0.53) inset;
  color: #BF3708;
  text-align: center;
  font-family: Rubik;
  font-size: 22px;
  font-weight: 500;
  padding: 16px 20px;
  cursor: pointer;
  transition: all 0.3s;
  animation: pop-img-animation 1s ease-in-out infinite alternate;
}
.pop-pc .pop-content .pop-btn:hover,
.pop-pc .pop-content .pop-btn:active {
  color: rgba(191, 55, 8, 0.53);
}
.pop-1-pc .pop-select {
  position: relative;
}
.pop-1-pc .pop-select::after {
  position: absolute;
  content: '';
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: url("../img/new-year-2026/pop-1-choose.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.pop-1-pc .pop-select.is-checked::after {
  display: block;
}
.pop-2-pc .pop-select {
  position: relative;
}
.pop-2-pc .pop-select::after {
  position: absolute;
  content: '';
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: url("../img/new-year-2026/pop-2-choose.png");
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
}
.pop-2-pc .pop-select.is-checked::after {
  display: block;
}
.pop-mobile {
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  display: none;
}
@keyframes pop-img-animation {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.05);
  }
}
@media (max-width: 1620px) {
  .aio::before,
  .single::before,
  .aio::after,
  .single::after {
    display: none;
  }
  .new .new-wrap {
    max-width: 1542px;
    width: 100%;
    transform: rotate(0deg);
    margin: 0 15px;
  }
  .new .new-container {
    transform: rotate(0deg);
    border: 2px solid #207BBC;
  }
  .new .new-container::before {
    display: none;
  }
}
@media (max-width: 1300px) {
  .banner .check-snow {
    max-width: 840px;
    top: 53%;
  }
  .banner .check-snow .snow-1,
  .banner .check-snow .snow-3 {
    width: 130px;
  }
  .banner .check-snow .snow-2 {
    width: 420px;
    margin-bottom: 7px;
  }
  .banner .check-box {
    max-width: 840px;
  }
  .banner .check-box .check-box-top {
    padding: 20px 10px 12px;
  }
  .banner .check-box .check-box-title {
    gap: 8px;
  }
  .banner .check-box .check-box-title .title-text {
    font-size: 26px;
  }
  .banner .check-box .check-box-title .title-normal {
    padding-top: 6px;
  }
  .banner .check-box .check-box-bottom {
    gap: 20px;
    padding: 20px;
  }
  .banner .check-box .bottom-left,
  .banner .check-box .bottom-right {
    gap: 20px;
  }
  .banner .check-box .check-box-item {
    gap: 9px;
  }
  .banner .check-box .check-img {
    width: 22px;
  }
  .banner .check-box .check-text {
    font-size: 18px;
  }
  .banner .check-box .check-tag {
    font-size: 14px;
    padding: 2px 5px;
  }
  .check-popup .check-slide .check-popup-img {
    width: 956px;
  }
  .aio .aio-wrap {
    background-position: top left;
    max-width: 1040px;
    margin-left: 15px;
    width: 100%;
    height: 936px;
    transform: rotate(0deg);
  }
  .aio .aio-content {
    margin-left: -8px;
    margin-top: -4px;
    transform: rotate(0deg);
  }
  .new .new-left {
    height: 744px;
    padding: 32px 16px;
  }
  .new .new-item {
    width: 324px;
  }
  .new .new-item.new-item-2 {
    height: 362px;
    padding: 16px;
  }
  .new .new-item.new-item-3 {
    height: 362px;
    padding: 16px;
  }
  .new .new-item.new-item-4 {
    height: 362px;
    padding: 16px;
  }
  .new .new-item.new-item-5 {
    height: 362px;
    padding: 16px;
  }
}
@media (max-width: 1080px) {
  .container {
    padding: 0 15px;
  }
  .check-popup .check-slide .check-popup-img {
    max-width: 800px;
    width: 100%;
  }
  .check-popup .check-slide .check-popup-title {
    font-size: 30px;
  }
  .aio .aio-wrap {
    height: 936px;
  }
  .aio .aio-content {
    margin-left: -16px;
    margin-top: -4px;
  }
  .aio .aio-top h2 {
    font-size: 38px;
  }
  .aio .aio-top .aio-desc {
    font-size: 16px;
  }
  .aio .aio-bottom {
    gap: 16px;
  }
  .single .single-select .single-title-pc {
    width: 700px;
  }
  .single .single-select .tabs {
    gap: 12px;
  }
  .single .single-select .tab-item {
    padding: 8px;
  }
  .single .single-select .tab-text {
    font-size: 18px;
  }
  .single .single-select::after,
  .single .single-select::before {
    bottom: -36%;
  }
  .single .package-box .package-item {
    padding: 48px 24px;
  }
  .single .package-box .item-price {
    flex-direction: column-reverse;
    align-items: center;
  }
  .single .package-box .item-list {
    flex-direction: column-reverse;
    align-items: center;
    gap: 24px;
  }
  .single .package-box .item-slide {
    max-width: 400px;
    width: 100%;
  }
  .new h2 {
    font-size: 42px;
  }
  .new .new-group {
    display: none;
  }
  .new .new-title {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .new .new-text {
    font-size: 14px;
  }
  .new .new-swiper {
    display: block;
    max-width: 406px;
  }
  .new .new-swiper .new-wrapper {
    max-width: 406px;
    width: 100%;
  }
  .new .new-swiper .new-slide {
    width: 100%;
    border-radius: 8px;
    position: relative;
  }
  .new .new-swiper .new-slide-img {
    width: 100%;
  }
  .new .new-swiper .new-slide-text {
    width: 100%;
    padding: 30px 16px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .new .new-btn {
    max-width: 580px;
  }
  .new .new-btn .new-btn-text {
    font-size: 20px;
  }
  .reason .swiper-slide {
    width: 100%;
  }
  .reason .reason-swiper {
    max-width: 500px;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .reason .reason-swiper .swiper-slide:nth-of-type(2) {
    width: 100%;
    border: none;
    padding: 0;
  }
  .reason .swiper-pagination-bullet {
    background: #0F0F0F;
  }
  .rule::before,
  .rule::after {
    display: none;
  }
}
@media (max-width: 960px) {
  .aio .aio-wrap {
    height: 1474px;
  }
  .aio .aio-content {
    padding: 35px 38px;
  }
  .aio .aio-bottom {
    flex-direction: column-reverse;
    align-items: center;
  }
  .pop-pc .pop-content {
    gap: 12px;
    padding: 166px 0 27px;
  }
  .pop-pc .pop-content .pop-img img {
    width: 292px;
  }
  .pop-pc .pop-content .pop-btn {
    font-size: 18px;
    padding: 16px 20px;
  }
}
@media (max-width: 900px) {
  .aio .aio-wrap {
    height: 1532px;
  }
}
@media (max-width: 870px) {
  .banner .check-snow {
    max-width: 314px;
    top: 54%;
    padding: 0 10px;
  }
  .banner .check-snow .snow-1,
  .banner .check-snow .snow-3 {
    width: 64px;
  }
  .banner .check-snow .snow-2 {
    width: 146px;
    margin-bottom: 7px;
  }
  .banner .check-box {
    max-width: 314px;
    border-radius: 10px;
  }
  .banner .check-box .check-box-top {
    border-radius: 10px 10px 0 0;
    padding: 0 10px 6px;
  }
  .banner .check-box .check-box-title {
    gap: 8px;
  }
  .banner .check-box .check-box-title .title-text {
    font-size: 20px;
  }
  .banner .check-box .check-box-title .title-normal {
    padding-top: 6px;
  }
  .banner .check-box .check-box-bottom {
    border-radius: 0 0 10px 10px;
    gap: 20px;
    padding: 12px 16px;
  }
  .banner .check-box .bottom-left,
  .banner .check-box .bottom-right {
    gap: 10px;
    flex-direction: column;
    align-items: start;
  }
  .banner .check-box .check-box-item {
    gap: 7px;
  }
  .banner .check-box .check-img {
    width: 16px;
  }
  .banner .check-box .check-text {
    font-size: 14px;
  }
  .banner .check-box .check-tag {
    font-size: 10px;
    padding: 1px 3px;
  }
}
@media (max-width: 768px) {
  .banner {
    background: url("../img/new-year-2026/banner-bg-mobile.png");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    aspect-ratio: 375 / 560;
  }
  .banner .check-snow {
    top: 55.5%;
  }
  .check-popup .check-slide .check-popup-title {
    font-size: 30px;
  }
  .aio {
    padding: 32px 15px 38px;
  }
  .aio .aio-wrap {
    height: 1214px;
    border-radius: 18px;
    margin-left: 0;
  }
  .aio .aio-content {
    padding: 35px 10px;
    gap: 30px;
    border-radius: 18px;
    margin-right: -7px;
  }
  .aio .aio-content::before {
    top: -24px;
    width: 28px;
    height: 62px;
  }
  .aio .aio-top {
    flex-direction: column;
    gap: 16px;
  }
  .aio .aio-top .aio-logo {
    width: 70px;
  }
  .aio .aio-top .aio-text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .aio .aio-top h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 13px;
  }
  .aio .aio-top .aio-desc {
    padding: 0 5px;
    text-align: center;
    font-size: 14px;
  }
  .aio .aio-bottom {
    gap: 22px;
  }
  .aio .aio-bottom .left-top {
    border-radius: 14px;
    margin-bottom: 12px;
    padding: 17px 21px;
  }
  .aio .aio-bottom .left-top-item {
    gap: 12px;
  }
  .aio .aio-bottom .left-title {
    font-size: 16px;
  }
  .aio .aio-bottom .product-list {
    gap: 12px;
  }
  .aio .aio-bottom .product-item {
    gap: 10px;
  }
  .aio .aio-bottom .product-item .product-icon {
    width: 18px;
  }
  .aio .aio-bottom .product-item .product-name {
    font-size: 10px;
  }
  .aio .aio-bottom .product-item .product-price {
    font-size: 12px;
  }
  .aio .aio-bottom .left-bottom {
    border-radius: 16px;
    background: #FFFBEC;
    padding: 22px 35px;
  }
  .aio .aio-bottom .left-bottom-title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .aio .aio-bottom .service-list {
    gap: 10px;
  }
  .aio .aio-bottom .service-item .service-name {
    font-size: 12px;
  }
  .aio .aio-bottom .service-item .service-desc {
    font-size: 12px;
  }
  .aio .aio-bottom .price-carousel-nav.price-carousel-nav-left {
    margin-right: -16px;
  }
  .aio .aio-bottom .price-carousel-nav.price-carousel-nav-right {
    margin-left: -16px;
  }
  .aio .aio-bottom .price-carousel-wrapper {
    margin: 0 auto;
  }
  .aio .aio-bottom .price-card {
    width: 432px;
    border-radius: 10px;
    margin: 0 auto 12px;
  }
  .aio .aio-bottom .price-card .price-top {
    border-radius: 8px 8px 0 0;
    padding: 10px 0;
  }
  .aio .aio-bottom .price-card .price-top-title {
    font-size: 12px;
    margin-right: 3px;
  }
  .aio .aio-bottom .price-card .price-top-second {
    border-radius: 8px 8px 0 0;
    gap: 3px;
  }
  .aio .aio-bottom .price-card .price-top-second .price-top-title {
    font-size: 12px;
  }
  .aio .aio-bottom .price-card .price-top-second .price-discount {
    font-size: 14px;
    padding: 3px 15px 3px 12px;
  }
  .aio .aio-bottom .price-card .price-discount {
    font-size: 16px;
    padding: 4px 9px 1px 6px;
  }
  .aio .aio-bottom .price-card .price-bottom {
    border-radius: 0 0 8px 8px;
    padding: 23px 0;
    gap: 12px;
  }
  .aio .aio-bottom .price-card .price-title {
    font-size: 16px;
  }
  .aio .aio-bottom .price-card .price-info .price-label {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .aio .aio-bottom .price-card .price-info .price-amount {
    font-size: 32px;
  }
  .aio .aio-bottom .price-card .price-info-second .price-label {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .aio .aio-bottom .price-card .price-info-second .price-amount {
    font-size: 26px;
  }
  .aio .aio-bottom .price-card .price-tax {
    font-size: 12px;
  }
  .aio .aio-bottom .price-card .price-original {
    font-size: 12px;
  }
  .aio .aio-bottom .price-card .price-note {
    font-size: 12px;
  }
  .aio .aio-bottom .price-card .price-os {
    font-size: 12px;
  }
  .aio .aio-bottom .price-actions,
  .aio .aio-bottom .price-actions-second {
    gap: 14px;
  }
  .aio .aio-bottom .price-buy-btn .price-buy-text {
    text-wrap: nowrap;
    font-size: 16px;
    padding: 4px 80px;
  }
  .aio .aio-bottom .price-switch-os {
    font-size: 10px;
  }
  .price-carousel-nav {
    gap: 6px;
    margin-top: 102px;
    width: 30px;
    height: 106px;
    padding: 18px 8px 0;
  }
  .price-carousel-nav .nav-icon,
  .price-carousel-nav .nav-text {
    font-size: 10px;
  }
  .price-carousel-nav .off {
    font-size: 8px;
  }
  .price-carousel-nav.has-off {
    gap: 2px;
  }
  .single {
    padding-bottom: 28px;
  }
  .single .new-year-snow {
    display: none;
  }
  .single .new-year-snow-mobile {
    display: block;
    width: 100%;
    margin-bottom: 42px;
  }
  .single .single-select {
    border-radius: 20px;
    border-bottom-width: 2px;
    padding: 16px 10px 30px;
    gap: 10px;
  }
  .single .single-select::after,
  .single .single-select::before {
    bottom: -24%;
    width: 14px;
    height: 60px;
    background-size: contain;
  }
  .single .single-select::before {
    left: 10%;
  }
  .single .single-select::after {
    right: 10%;
  }
  .single .single-select .single-title-pc {
    display: none;
  }
  .single .single-select .single-title-mb {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .single .single-select .tabs {
    display: none;
  }
  .single .single-select .select-box {
    display: block;
    width: 100%;
    position: relative;
  }
  .single .single-select .select-value {
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 9px;
    cursor: pointer;
  }
  .single .single-select .select-value-detail {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .single .single-select .select-value-detail .select-value-logo {
    width: 24px;
  }
  .single .single-select .select-value-detail span {
    color: #1B1B1B;
    font-family: Rubik;
    font-size: 16px;
  }
  .single .single-select .select-list {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(100% + 6px);
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #DFDFDF;
    background: #FFF;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    z-index: 10;
    max-height: 260px;
    overflow-y: auto;
  }
  .single .single-select .select-item {
    display: flex;
    align-items: center;
    gap: 12px;
    border-radius: 4px;
    padding: 10px 5px;
  }
  .single .single-select .select-item .select-logo {
    width: 24px;
  }
  .single .single-select .select-item span {
    color: #1B1B1B;
    font-family: Rubik;
    font-size: 16px;
  }
  .single .single-select .select-item.active {
    background: #EEE;
  }
  .single .single-select .select-value-arrow {
    transition: transform 0.3s ease;
  }
  .single .single-select .select-box.is-open .select-list {
    display: block;
  }
  .single .single-select .select-box.is-open .select-value-arrow {
    transform: rotate(180deg);
  }
  .single .single-select .active {
    border: unset;
    background: #EEE;
  }
  .single .single-select .active::before {
    display: none;
  }
  .single .package-stack {
    margin-top: 20px;
  }
  .single .package-box .package-item {
    border-radius: 20px;
    padding: 26px 17px;
  }
  .single .package-box .package-item.package-item-top {
    border-bottom: 2px solid #207BBC;
  }
  .single .package-box .package-item.package-item-bottom {
    display: none;
  }
  .single .package-box .package-item .item-info {
    gap: 13px;
    margin-bottom: 108px;
  }
  .single .package-box .package-item .item-left {
    width: 66px;
  }
  .single .package-box .package-item .item-title {
    display: block;
    font-size: 20px;
    padding-top: 6px;
  }
  .single .package-box .package-item .item-desc {
    position: absolute;
    width: 82%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
    margin: 13px 0;
  }
  .single .package-box .price-carousel-nav {
    margin-top: 118px;
  }
  .single .package-box .price-carousel-nav.price-carousel-nav-left {
    margin-right: -16px;
  }
  .single .package-box .price-carousel-nav.price-carousel-nav-right {
    margin-left: -16px;
  }
  .single .package-box .price-card {
    width: 276px;
  }
  .single .package-box .price-card .price-top-second {
    border-radius: 8px 8px 0 0;
    gap: 3px;
  }
  .single .package-box .price-card .price-top-second .price-top-title {
    font-size: 12px;
  }
  .single .package-box .price-card .price-top-second .price-discount {
    font-size: 14px;
    padding: 3px 15px 3px 12px;
  }
  .single .package-box .price-card .price-top .price-top-title {
    font-size: 12px;
  }
  .single .package-box .price-card .price-top .price-discount {
    font-size: 14px;
  }
  .single .package-box .price-card .price-title {
    font-size: 16px;
  }
  .single .package-box .price-card .price-info .price-label {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .single .package-box .price-card .price-info .price-amount {
    font-size: 32px;
  }
  .single .package-box .price-card .price-info-second .price-label {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .single .package-box .price-card .price-info-second .price-amount {
    font-size: 26px;
  }
  .single .package-box .price-card .price-tax {
    font-size: 12px;
  }
  .single .package-box .price-card .price-original,
  .single .package-box .price-card .price-original-2 {
    font-size: 12px;
  }
  .single .package-box .price-buy-btn .price-buy-text {
    font-size: 16px;
    padding: 8px 80px;
  }
  .single .package-box .price-switch-os {
    font-size: 10px;
  }
  .single .package-box .item-price-left {
    display: none;
  }
  .single .package-shadow {
    display: none;
  }
  .other .new-year-snow {
    display: none;
  }
  .other .new-year-snow-mobile {
    display: block;
    width: 100%;
    margin-bottom: 28px;
  }
  .new {
    padding: 0 15px 96px;
  }
  .new .new-wrap,
  .new .new-container {
    border-radius: 20px;
  }
  .new .new-content {
    padding: 26px 10px 50px;
  }
  .new h2 {
    font-size: 24px;
    max-width: 250px;
    margin: 0 auto 14px;
  }
  .new .new-desc {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .new .new-btn-group {
    margin-top: 22px;
  }
  .new .new-btn {
    max-width: 294px;
    padding: 7px 40px;
  }
  .new .new-btn .new-btn-text {
    font-size: 16px;
  }
  .reason {
    margin-bottom: 74px;
  }
  .reason .reason-title {
    font-size: 24px;
    margin-bottom: 42px;
  }
  .rule {
    background: unset;
    padding-bottom: 34px;
  }
  .rule .rule-title {
    font-size: 24px;
    margin-bottom: 38px;
  }
  .rule .rule-group {
    gap: 10px;
  }
  .rule .rule-item {
    font-size: 14px;
  }
  .pop-pc {
    display: none;
  }
  .pop-mobile {
    background: rgba(0, 0, 0, 0.5);
    align-items: center;
    justify-content: center;
  }
  .pop-mobile .pop-container {
    max-width: 350px;
    width: 100%;
    padding: 0 15px;
  }
  .pop-mobile .pop-content {
    background: url("../img/new-year-2026/pop-bg-mobile.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 136px 0 38px;
  }
  .pop-mobile .pop-content .pop-img {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    cursor: pointer;
  }
  .pop-mobile .pop-content .pop-btn {
    max-width: 250px;
    border-radius: 40px;
    background: linear-gradient(180deg, #FEEDBC 0%, #FFCD35 100%);
    box-shadow: 0 -6px 5.5px 0 rgba(222, 151, 20, 0.58) inset, 0 4px 19.1px 0 rgba(255, 255, 255, 0.53) inset;
    color: #BF3708;
    text-align: center;
    font-family: Rubik;
    font-size: 14px;
    font-weight: 500;
    padding: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .pop-mobile .pop-content .pop-btn:hover,
  .pop-mobile .pop-content .pop-btn:active {
    color: rgba(191, 55, 8, 0.53);
  }
  .pop-mobile .close-btn {
    display: flex;
    justify-content: end;
    padding-right: 4px;
    margin-bottom: 12px;
  }
  .pop-mobile .close-btn .close-mobile {
    cursor: pointer;
  }
  .pop-1-mobile .pop-select {
    position: relative;
  }
  .pop-1-mobile .pop-select::after {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: url("../img/new-year-2026/pop-1-choose.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
  }
  .pop-1-mobile .pop-select.is-checked::after {
    display: block;
  }
  .pop-2-mobile .pop-select {
    position: relative;
  }
  .pop-2-mobile .pop-select::after {
    position: absolute;
    content: '';
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    background: url("../img/new-year-2026/pop-2-choose.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: none;
  }
  .pop-2-mobile .pop-select.is-checked::after {
    display: block;
  }
}
@media (max-width: 592px) {
  .aio .aio-wrap {
    height: 1236px;
  }
}
@media (max-width: 530px) {
  .banner .check-snow {
    top: 55%;
  }
  .check-popup .check-slide .check-popup-title {
    font-size: 16px;
  }
  .aio .aio-bottom .aio-bottom-left {
    width: 284px;
  }
  .aio .aio-bottom .price-card {
    width: 270px;
  }
}
@media (max-width: 432px) {
  .aio .aio-wrap {
    height: 1258px;
  }
}
