:root {
  --swiper-navigation-size: 44px;
}

#sectionA {
  overflow: hidden;
}

img {
  max-width: 100%;
}

p {
  line-height: 1.4;
}

#boxA {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}
#boxA .box-images {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
#boxA .box-images img {
  max-width: 100%;
  margin: 0 auto;
}
#boxA .box-images img.box-confetti {
  position: absolute;
  top: 10%;
  scale: 1.2;
}
#boxA .box-images .space {
  min-height: 30vh;
}
#boxA .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: absolute;
  align-items: center;
  padding-top: 6%;
}
#boxA .text .title {
  font-weight: 700;
  font-size: 60px;
}
#boxA .text .subtitle {
  text-align: center;
  font-size: 24px;
  color: #002d63;
  line-height: 1.4;
}
#boxA .text-intro {
  width: 100%;
  text-align: center;
  margin-top: -100px;
  margin-bottom: 100px;
}
#boxA .text-intro h4 {
  font-size: 36px;
  color: #0056ff;
  font-weight: 700;
}
#boxA .mouse-scroll-down {
  position: absolute;
  z-index: 99;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#boxA .mouse-scroll-down img {
  animation: down 1.5s infinite ease-in-out;
}

#sectionB {
  position: relative;
  overflow: hidden;
}
#sectionB #sectionB-1 {
  position: relative;
  height: 100vh;
}
#sectionB .section-bg {
  width: 100%;
  height: 100%;
}
#sectionB .section-bg img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#sectionB .container-text {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: end;
}
#sectionB .container-text .text {
  text-align: center;
}
#sectionB .container-text .text .title {
  font-size: 38px;
  justify-content: center;
  font-weight: 700;
}
#sectionB .container-text .text p {
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
}

#sectionC,
#sectionCm {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#sectionC .content,
#sectionCm .content {
  display: flex;
}
#sectionC .content p,
#sectionCm .content p {
  font-size: 20px;
}
#sectionC .content .left-content,
#sectionCm .content .left-content {
  width: 56%;
  box-sizing: border-box;
  padding-right: 15px;
}
#sectionC .content .right-content,
#sectionCm .content .right-content {
  padding-top: 44px;
  position: relative;
  width: 44%;
  box-sizing: border-box;
  padding-left: 15px;
}
#sectionC .text .title,
#sectionCm .text .title {
  font-size: 38px;
  font-weight: 700;
  color: #f0851f;
}
#sectionC .text .subtitle,
#sectionCm .text .subtitle {
  font-size: 30px;
  font-weight: 700;
  color: #0056ff;
}
#sectionC .character-group,
#sectionCm .character-group {
  position: relative;
  width: 100%;
  height: 400px;
}
#sectionC .character-group::after,
#sectionCm .character-group::after {
  content: "";
  display: inline-block;
  clear: both;
}
#sectionC .character-group img,
#sectionCm .character-group img {
  position: absolute;
  top: 0;
}
#sectionC .character-group img#characterC1, #sectionC .character-group img#characterC1m,
#sectionCm .character-group img#characterC1,
#sectionCm .character-group img#characterC1m {
  width: 200px;
  top: auto;
  bottom: 75px;
  scale: 1.3;
}
#sectionC .character-group img#characterC2, #sectionC .character-group img#characterC2m,
#sectionCm .character-group img#characterC2,
#sectionCm .character-group img#characterC2m {
  width: 160px;
  right: 140px;
  top: 85px;
  scale: 1.3;
}
#sectionC .character-group img#characterC3, #sectionC .character-group img#characterC3m,
#sectionCm .character-group img#characterC3,
#sectionCm .character-group img#characterC3m {
  width: 120px;
  top: 16px;
  left: 180px;
  scale: 1.3;
}
#sectionC .group-item-1,
#sectionCm .group-item-1 {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sectionC .group-item-1 .pic-1,
#sectionCm .group-item-1 .pic-1 {
  width: 260px;
  margin-top: 25%;
}
#sectionC .group-item-1 .pic-2,
#sectionCm .group-item-1 .pic-2 {
  position: absolute;
  top: 20%;
  width: 260px;
}
#sectionC .group-item-1 .other-1,
#sectionC .group-item-1 .other-2,
#sectionC .group-item-1 .other-3,
#sectionCm .group-item-1 .other-1,
#sectionCm .group-item-1 .other-2,
#sectionCm .group-item-1 .other-3 {
  position: absolute;
  top: 12px;
  left: 40px;
}
#sectionC .group-item-1 .other-2,
#sectionCm .group-item-1 .other-2 {
  top: 0;
}
#sectionC .group-item-1 .arrow-1,
#sectionC .group-item-1 .arrow-2,
#sectionC .group-item-1 .arrow-3,
#sectionCm .group-item-1 .arrow-1,
#sectionCm .group-item-1 .arrow-2,
#sectionCm .group-item-1 .arrow-3 {
  position: absolute;
  bottom: 80px;
  left: 26px;
}
#sectionC .group-item-1 .arrow-1,
#sectionC .group-item-1 .arrow-2,
#sectionC .group-item-1 .arrow-3,
#sectionCm .group-item-1 .arrow-1,
#sectionCm .group-item-1 .arrow-2,
#sectionCm .group-item-1 .arrow-3 {
  top: 126px;
  bottom: auto;
}
#sectionC .group-item-1 .arrow-2,
#sectionCm .group-item-1 .arrow-2 {
  top: 150px;
}
#sectionC .group-item-1 .arrow-3,
#sectionCm .group-item-1 .arrow-3 {
  top: 180px;
}
#sectionC .group-item-1 .zoom-1,
#sectionC .group-item-1 .zoom-2,
#sectionCm .group-item-1 .zoom-1,
#sectionCm .group-item-1 .zoom-2 {
  position: absolute;
  top: 24px;
  left: 33px;
  width: 160px;
}
#sectionC .group-item-1 .zoom-2,
#sectionCm .group-item-1 .zoom-2 {
  width: 240px;
  top: 10px;
  left: 0;
}
#sectionC .group-item-1 .zoom-3,
#sectionCm .group-item-1 .zoom-3 {
  position: absolute;
  left: 0;
  width: 200px;
  top: 30px;
}
#sectionC .group-item-1 .group-text,
#sectionCm .group-item-1 .group-text {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: center;
}
#sectionC .group-item-1 .text-1,
#sectionC .group-item-1 .text-2,
#sectionC .group-item-1 .text-3,
#sectionCm .group-item-1 .text-1,
#sectionCm .group-item-1 .text-2,
#sectionCm .group-item-1 .text-3 {
  text-align: center;
}
#sectionC .group-item-1 .text-1 h6,
#sectionC .group-item-1 .text-2 h6,
#sectionC .group-item-1 .text-3 h6,
#sectionCm .group-item-1 .text-1 h6,
#sectionCm .group-item-1 .text-2 h6,
#sectionCm .group-item-1 .text-3 h6 {
  font-size: 20px;
  font-weight: 700;
  color: #0056ff;
}
#sectionC .group-item-1 .text-2,
#sectionC .group-item-1 .text-3,
#sectionCm .group-item-1 .text-2,
#sectionCm .group-item-1 .text-3 {
  position: absolute;
}

.star-line {
  position: relative;
}
.star-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0056ff;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.star-line .star {
  position: relative;
  left: 42%;
}
.star-line.type-2 .star {
  position: relative;
  left: 90%;
}
.star-line.type-3 .star {
  position: relative;
  left: 0;
}

#sectionD,
#sectionDm {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
#sectionD .container,
#sectionDm .container {
  background-color: #f6f6f6;
  border-top-right-radius: 105px;
  height: 100%;
}
#sectionD .text h3,
#sectionDm .text h3 {
  font-size: 38px;
  font-weight: 700;
}
#sectionD .text p,
#sectionDm .text p {
  font-size: 20px;
  color: #002d63;
}
#sectionD .character-group,
#sectionDm .character-group {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  scale: 0.85;
}
#sectionD .character-group img,
#sectionDm .character-group img {
  position: absolute;
}
#sectionD .character-group img#characterD1,
#sectionDm .character-group img#characterD1 {
  position: relative;
  align-self: flex-start;
}
#sectionD .character-group img#characterD2,
#sectionDm .character-group img#characterD2 {
  bottom: 80px;
  left: 0;
}
#sectionD .character-group img#characterD3,
#sectionDm .character-group img#characterD3 {
  bottom: 0;
  left: 146px;
}
#sectionD .character-group img#characterD4,
#sectionDm .character-group img#characterD4 {
  bottom: 37px;
  right: 122px;
}
#sectionD .character-group img#characterD5,
#sectionDm .character-group img#characterD5 {
  bottom: 50px;
  right: 10px;
}
#sectionD .pic-group,
#sectionDm .pic-group {
  position: relative;
  height: calc(100% - 70px);
  display: flex;
  justify-content: center;
  align-items: center;
}
#sectionD .pic-group .group,
#sectionDm .pic-group .group {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#sectionD .pic-group .group img.pic, #sectionD .pic-group .group img.picD-3, #sectionD .pic-group .group img.picD-4,
#sectionDm .pic-group .group img.pic,
#sectionDm .pic-group .group img.picD-3,
#sectionDm .pic-group .group img.picD-4 {
  width: 340px;
  margin-top: 26px;
}
#sectionD .pic-group .group img.picD-2, #sectionD .pic-group .group img.picD-5,
#sectionDm .pic-group .group img.picD-2,
#sectionDm .pic-group .group img.picD-5 {
  width: 400px;
  margin-bottom: 60px;
  margin-top: 0;
}
#sectionD .pic-group .group img.otherD-1, #sectionD .pic-group .group img.otherD-2, #sectionD .pic-group .group img.otherD-3, #sectionD .pic-group .group img.otherD-4, #sectionD .pic-group .group img.otherD-5,
#sectionDm .pic-group .group img.otherD-1,
#sectionDm .pic-group .group img.otherD-2,
#sectionDm .pic-group .group img.otherD-3,
#sectionDm .pic-group .group img.otherD-4,
#sectionDm .pic-group .group img.otherD-5 {
  position: absolute;
  top: -20px;
  left: 20px;
  width: 80px;
}
#sectionD .pic-group .group img.otherD-1,
#sectionDm .pic-group .group img.otherD-1 {
  right: 0;
  left: auto;
  transform: rotate(75deg);
  top: 120px;
}
#sectionD .pic-group .group img.otherD-2,
#sectionDm .pic-group .group img.otherD-2 {
  width: 50px;
  top: 0;
  right: 30px;
  left: auto;
}
#sectionD .pic-group .group img.otherD-3,
#sectionDm .pic-group .group img.otherD-3 {
  right: 22px;
  left: auto;
  transform: rotate(75deg);
  top: 85px;
  width: 70px;
}
#sectionD .pic-group .group img.otherD-4,
#sectionDm .pic-group .group img.otherD-4 {
  width: 50px;
  top: 72px;
  right: 22px;
  left: auto;
}
#sectionD .pic-group .group img.otherD-5,
#sectionDm .pic-group .group img.otherD-5 {
  width: 60px;
  right: 30px;
  left: auto;
}
#sectionD .pic-group .group img.zoomD-1, #sectionD .pic-group .group img.zoomD-2, #sectionD .pic-group .group img.zoomD-3, #sectionD .pic-group .group img.zoomD-4, #sectionD .pic-group .group img.zoomD-5,
#sectionDm .pic-group .group img.zoomD-1,
#sectionDm .pic-group .group img.zoomD-2,
#sectionDm .pic-group .group img.zoomD-3,
#sectionDm .pic-group .group img.zoomD-4,
#sectionDm .pic-group .group img.zoomD-5 {
  position: absolute;
  right: 0;
  top: 29%;
  width: 180px;
}
#sectionD .pic-group .group img.zoomD-1,
#sectionDm .pic-group .group img.zoomD-1 {
  right: -40px;
}
#sectionD .pic-group .group img.zoomD-2,
#sectionDm .pic-group .group img.zoomD-2 {
  width: 180px;
  top: 16%;
  right: -40px;
}
#sectionD .pic-group .group img.zoomD-3,
#sectionDm .pic-group .group img.zoomD-3 {
  right: -90px;
  top: 20%;
  width: auto;
  height: 240px;
}
#sectionD .pic-group .group img.zoomD-4,
#sectionDm .pic-group .group img.zoomD-4 {
  width: 220px;
  top: 24%;
  right: -50px;
}
#sectionD .pic-group .group img.zoomD-5,
#sectionDm .pic-group .group img.zoomD-5 {
  top: 4%;
  width: 240px;
  right: -60px;
}
#sectionD .pic-group .group img.arrowD-1, #sectionD .pic-group .group img.arrowD-2, #sectionD .pic-group .group img.arrowD-3, #sectionD .pic-group .group img.arrowD-4, #sectionD .pic-group .group img.arrowD-5,
#sectionDm .pic-group .group img.arrowD-1,
#sectionDm .pic-group .group img.arrowD-2,
#sectionDm .pic-group .group img.arrowD-3,
#sectionDm .pic-group .group img.arrowD-4,
#sectionDm .pic-group .group img.arrowD-5 {
  position: absolute;
  right: 0;
  bottom: 215px;
  width: 100px;
}
#sectionD .pic-group .group img.arrowD-2,
#sectionDm .pic-group .group img.arrowD-2 {
  right: -24px;
  bottom: 245px;
}
#sectionD .pic-group .group img.arrowD-5,
#sectionDm .pic-group .group img.arrowD-5 {
  right: -30px;
}
#sectionD .pic-group .group .text-image,
#sectionDm .pic-group .group .text-image {
  text-align: center;
  margin-top: 20px;
}
#sectionD .pic-group .group .text-image h6,
#sectionDm .pic-group .group .text-image h6 {
  font-size: 26px;
  color: #0056ff;
  font-weight: 700;
}
#sectionD .pic-group .group .text-image p,
#sectionDm .pic-group .group .text-image p {
  font-size: 20px;
}

#sectionE,
#sectionEm {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
#sectionE .container,
#sectionEm .container {
  padding: 20px 0;
}
#sectionE h3,
#sectionEm h3 {
  font-size: 38px;
  font-weight: 700;
  margin-top: 10px;
}
#sectionE .subtitle,
#sectionEm .subtitle {
  color: #002d63;
  font-size: 20px;
}
#sectionE .container-animate,
#sectionEm .container-animate {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
#sectionE .container-animate .pic,
#sectionEm .container-animate .pic {
  width: 45%;
}
#sectionE .container-animate .pic img,
#sectionEm .container-animate .pic img {
  display: block;
  width: 460px;
  margin: 0 auto;
}
#sectionE .container-animate .character,
#sectionEm .container-animate .character {
  position: relative;
  width: 55%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#sectionE .container-animate .character p,
#sectionEm .container-animate .character p {
  font-size: 20px;
  position: relative;
  top: -40px;
  color: #002d63;
}
#sectionE .container-animate .character .otherE-1,
#sectionEm .container-animate .character .otherE-1 {
  position: absolute;
  top: -110px;
  width: 60px;
  right: 100px;
}
#sectionE .container-animate .text,
#sectionEm .container-animate .text {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
#sectionE .container-animate .text p,
#sectionEm .container-animate .text p {
  font-size: 20px;
  color: #002d63;
  font-weight: 700;
}

#sectionF {
  position: relative;
}
#sectionF .section-title {
  position: relative;
  display: flex;
  justify-content: center;
}
#sectionF .section-title .star-line {
  width: 20%;
}
#sectionF .section-title .star-line.type-2 .star {
  left: 80%;
}
#sectionF .section-title .star-line.type-3 .star {
  left: -10px;
}
#sectionF .section-title .star-line .star {
  top: 2px;
}
#sectionF .section-title .text {
  width: 60%;
}
#sectionF .section-title .text h3 {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}
#sectionF .product_banner {
  width: 100%;
  max-width: 1920px;
  border-radius: 30px;
  overflow: hidden;
  margin: 0 auto;
}
#sectionF .product_banner picture,
#sectionF .product_banner img {
  width: 100%;
}
#sectionF .product-item {
  margin: 30px 0;
}
#sectionF .product-info h6,
#sectionF .product-info .price {
  font-size: 24px;
  color: #0056ff;
  font-weight: 700;
}
#sectionF .product-info .price {
  color: #002d63;
  margin-bottom: 8px;
}
#sectionF .product-info .prodect-description {
  font-size: 18px;
  color: #002d63;
  height: 100px;
  overflow: hidden;
}
#sectionF .link-to-buy {
  float: left;
}
#sectionF .link-to-buy .title-link {
  font-size: 18px;
  color: #fff;
  background-color: #f0851f;
  border-radius: 10px;
  text-align: center;
}
#sectionF .link-to-buy .shop-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
#sectionF .link-to-buy .shop-list li {
  width: 60px;
  height: 60px;
}
#sectionF .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}
#sectionF .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}
#sectionF .swiper-slide img {
  display: block;
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sectionF .productSwiper1-2,
#sectionF .productSwiper2-2,
#sectionF .productSwiper3-2,
#sectionF .productSwiper4-2 {
  height: 300px;
  width: 100%;
}
#sectionF .productSwiper1,
#sectionF .productSwiper2,
#sectionF .productSwiper3,
#sectionF .productSwiper4 {
  height: 180px;
  box-sizing: border-box;
  padding: 10px 0;
}
#sectionF .productSwiper1 .swiper-slide,
#sectionF .productSwiper2 .swiper-slide,
#sectionF .productSwiper3 .swiper-slide,
#sectionF .productSwiper4 .swiper-slide {
  width: 33.33%;
  height: 100%;
  opacity: 1;
  cursor: pointer;
}
#sectionF .productSwiper1 .swiper-slide-thumb-active,
#sectionF .productSwiper2 .swiper-slide-thumb-active,
#sectionF .productSwiper3 .swiper-slide-thumb-active,
#sectionF .productSwiper4 .swiper-slide-thumb-active {
  opacity: 1;
}
#sectionF .swiper-button-next,
#sectionF .swiper-button-prev {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-size: contain;
  background-repeat: no-repeat;
}
#sectionF .swiper-button-next::after,
#sectionF .swiper-button-prev::after {
  opacity: 0;
}
#sectionF .swiper-button-next {
  background-image: url("../images/2025NewYearGiftItem/next_arrow.svg");
}
#sectionF .swiper-button-prev {
  background-image: url("../images/2025NewYearGiftItem/prev_arrow.svg");
}

#sectionG {
  position: relative;
}
#sectionG .swiper {
  width: 100%;
  height: 300px;
}
#sectionG .swiper-slide {
  width: auto;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#sectionG .swiper-slide img {
  display: block;
  width: auto;
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#sectionG .swiper-button-next,
#sectionG .swiper-button-prev {
  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);
  background-size: contain;
  background-repeat: no-repeat;
}
#sectionG .swiper-button-next::after,
#sectionG .swiper-button-prev::after {
  opacity: 0;
}
#sectionG .swiper-button-next {
  background-image: url("../images/2025NewYearGiftItem/next_arrow.svg");
}
#sectionG .swiper-button-prev {
  background-image: url("../images/2025NewYearGiftItem/prev_arrow.svg");
}
#sectionG .section-title {
  position: relative;
  display: flex;
  justify-content: center;
}
#sectionG .section-title .star-line {
  width: 20%;
}
#sectionG .section-title .star-line.type-2 .star {
  left: 80%;
}
#sectionG .section-title .star-line.type-3 .star {
  left: -10px;
}
#sectionG .section-title .star-line .star {
  top: 2px;
}
#sectionG .section-title .text {
  width: 60%;
}
#sectionG .section-title .text h3 {
  font-size: 48px;
  text-align: center;
  font-weight: 700;
  margin-top: 10px;
}

.carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
}

.main-image {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.thumbnails {
  display: flex;
  gap: 20px;
}

.thumbnails img {
  width: 160px; /* Or a fixed width */
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
  transition: transform 0.2s;
}

.thumbnails img:hover {
  transform: scale(1.1);
}

@media screen and (min-width: 1400px) and (max-height: 720px) {
  #boxA {
    scale: 0.8;
  }
  #sectionC .group-item-1,
  #sectionC .character-group,
  #sectionCm .group-item-1,
  #sectionCm .character-group {
    scale: 0.7;
    margin-top: -50px;
  }
  #sectionD .pic-group,
  #sectionDm .pic-group {
    scale: 0.7;
    margin-top: -50px;
  }
  #sectionD .character-group,
  #sectionDm .character-group {
    scale: 0.6;
    margin-top: -60px;
  }
  #sectionE .container-animate,
  #sectionEm .container-animate {
    scale: 0.8;
  }
}
@media screen and (max-width: 1399px) and (max-height: 720px) {
  #boxA {
    scale: 0.8;
  }
  #sectionC .group-item-1,
  #sectionC .character-group,
  #sectionCm .group-item-1,
  #sectionCm .character-group {
    scale: 0.6;
    margin-top: -100px;
  }
  #sectionD .pic-group,
  #sectionDm .pic-group {
    scale: 0.6;
    margin-top: -50px;
  }
  #sectionD .character-group,
  #sectionDm .character-group {
    scale: 0.5;
    margin-top: -120px;
  }
  #sectionE .container-animate,
  #sectionEm .container-animate {
    scale: 0.7;
    margin-top: -60px;
  }
}
@media screen and (max-width: 991px) {
  #boxA .box-images #boxLib {
    width: 200px;
  }
  #boxA .box-images img.box-confetti {
    top: 28%;
  }
  #boxA .text br {
    display: none;
  }
  #boxA .text .title {
    font-size: 30px;
  }
  #boxA .text .subtitle {
    font-size: 16px;
  }
  #boxA .text-intro h4 {
    font-size: 24px;
  }
  #sectionB .section-bg img {
    width: auto;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  #sectionB .container-text .text {
    padding: 0 15px;
  }
  #sectionB .container-text .text br {
    display: none;
  }
  #sectionB .container-text .text .title {
    font-size: 24px;
    padding-bottom: 40px;
  }
  #sectionB .container-text .text p {
    font-size: 16px;
  }
  #sectionB .container-text .text p:nth-child(4) {
    padding-bottom: 40px;
  }
  #sectionCm,
  #sectionC {
    height: auto;
  }
  #sectionCm .star-line .star,
  #sectionC .star-line .star {
    width: 40px;
    left: 62%;
  }
  #sectionCm .text .title,
  #sectionCm .text .subtitle,
  #sectionC .text .title,
  #sectionC .text .subtitle {
    font-size: 32px;
  }
  #sectionCm .content,
  #sectionC .content {
    flex-wrap: wrap;
  }
  #sectionCm .content p,
  #sectionC .content p {
    font-size: 18px;
  }
  #sectionCm .content .left-content,
  #sectionC .content .left-content {
    width: 100%;
    padding-right: 0;
  }
  #sectionCm .content .right-content,
  #sectionC .content .right-content {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
  #sectionCm .group-item-1,
  #sectionC .group-item-1 {
    margin-top: 60px;
  }
  #sectionCm .group-item-1 .group-text br,
  #sectionC .group-item-1 .group-text br {
    display: none;
  }
  #sectionCm .group-item-1 .pic-1,
  #sectionCm .group-item-1 .pic-2,
  #sectionC .group-item-1 .pic-1,
  #sectionC .group-item-1 .pic-2 {
    width: 240px;
  }
  #sectionCm .group-item-1 .pic-1,
  #sectionC .group-item-1 .pic-1 {
    margin-top: 15%;
  }
  #sectionCm .group-item-1 .pic-2,
  #sectionC .group-item-1 .pic-2 {
    top: 10%;
  }
  #sectionCm .group-item-1 .other-1,
  #sectionCm .group-item-1 .other-2,
  #sectionC .group-item-1 .other-1,
  #sectionC .group-item-1 .other-2 {
    top: -40px;
    left: 50px;
  }
  #sectionCm .group-item-1 .other-3,
  #sectionC .group-item-1 .other-3 {
    top: -10px;
    left: 15px;
    width: 45px;
  }
  #sectionCm .group-item-1 .arrow-1,
  #sectionCm .group-item-1 .arrow-2,
  #sectionC .group-item-1 .arrow-1,
  #sectionC .group-item-1 .arrow-2 {
    bottom: 105px;
    left: 0px;
    width: 80px;
  }
  #sectionCm .group-item-1 .arrow-3,
  #sectionC .group-item-1 .arrow-3 {
    bottom: 114px;
    left: 0px;
    width: 80px;
  }
  #sectionCm .group-item-1 .zoom-1,
  #sectionCm .group-item-1 .zoom-2,
  #sectionC .group-item-1 .zoom-1,
  #sectionC .group-item-1 .zoom-2 {
    left: 0;
    width: 260px;
    top: 0;
  }
  #sectionCm .group-item-1 .zoom-3,
  #sectionC .group-item-1 .zoom-3 {
    right: 0;
  }
  #sectionCm .character-group,
  #sectionC .character-group {
    height: 340px;
  }
  #sectionCm .character-group img#characterC1m,
  #sectionC .character-group img#characterC1m {
    width: 140px;
    left: 30px;
    top: 160px;
  }
  #sectionCm .character-group img#characterC2m,
  #sectionC .character-group img#characterC2m {
    width: 110px;
    right: 10px;
    bottom: 50px;
    top: auto;
  }
  #sectionCm .character-group img#characterC3m,
  #sectionC .character-group img#characterC3m {
    left: 145px;
    width: 85px;
    top: 48px;
  }
  #sectionD {
    height: auto;
  }
  #sectionD .star-line {
    position: absolute;
    top: 35px;
    right: 70px;
  }
  #sectionD .star-line.type-2 .star {
    width: 40px;
  }
  #sectionD .text br {
    display: none;
  }
  #sectionD .text h3 {
    font-size: 32px;
    padding-right: 30%;
  }
  #sectionD .text p {
    font-size: 18px;
  }
  #sectionDm .container {
    border-radius: 0;
  }
  #sectionDm .pic-group br {
    display: none;
  }
  #sectionDm .pic-group .group .text-image h6 {
    font-size: 20px;
  }
  #sectionDm .pic-group .group .text-image p {
    font-size: 18px;
  }
  #sectionDm .pic-group .group img.pic, #sectionDm .pic-group .group img.picD-3, #sectionDm .pic-group .group img.picD-4 {
    width: 240px;
  }
  #sectionDm .pic-group .group img.picD-2, #sectionDm .pic-group .group img.picD-5 {
    width: 260px;
  }
  #sectionDm .pic-group .group img.zoomD-1 {
    right: 0;
    top: 22%;
    width: 140px;
  }
  #sectionDm .pic-group .group img.zoomD-2 {
    width: 140px;
  }
  #sectionDm .pic-group .group img.zoomD-3 {
    width: auto;
    top: 40px;
    right: -80px;
  }
  #sectionDm .pic-group .group img.zoomD-4, #sectionDm .pic-group .group img.zoomD-5 {
    width: 180px;
    top: 115px;
  }
  #sectionDm .pic-group .group img.zoomD-5 {
    top: 0;
  }
  #sectionDm .pic-group .group img.otherD-1 {
    top: -6px;
    width: 66px;
  }
  #sectionDm .pic-group .group img.otherD-2 {
    width: 30px;
    right: 0;
  }
  #sectionDm .pic-group .group img.otherD-3 {
    width: 50px;
    right: 20px;
  }
  #sectionDm .pic-group .group img.otherD-4, #sectionDm .pic-group .group img.otherD-5 {
    width: 40px;
  }
  #sectionDm .pic-group .group img.arrowD-1 {
    bottom: 160px;
    width: 80px;
    right: -14px;
  }
  #sectionDm .pic-group .group img.arrowD-2 {
    bottom: 180px;
    width: 75px;
  }
  #sectionDm .pic-group .group img.arrowD-3 {
    bottom: 160px;
    width: 80px;
  }
  #sectionDm .pic-group .group img.arrowD-4, #sectionDm .pic-group .group img.arrowD-5 {
    bottom: 160px;
    width: 80px;
  }
  #sectionDm .character-group {
    height: 380px;
  }
  #sectionDm .character-group img#characterD1 {
    width: 260px;
  }
  #sectionDm .character-group img#characterD2 {
    bottom: 140px;
    left: 0;
    width: 100px;
  }
  #sectionDm .character-group img#characterD3 {
    bottom: 80px;
    left: 87px;
    width: 100px;
  }
  #sectionDm .character-group img#characterD4 {
    bottom: 104px;
    right: 100px;
    width: 85px;
  }
  #sectionDm .character-group img#characterD5 {
    bottom: 115px;
    right: 25px;
    width: 85px;
  }
  #sectionE {
    height: auto;
  }
  #sectionE .star-line-title {
    position: absolute;
    width: 30%;
    right: 0px;
    top: 60px;
  }
  #sectionE .star-line-title .star-line.type-3 .star {
    left: -10px;
  }
  #sectionE .star-line-title .star-line.type-3 .star img {
    width: 40px;
  }
  #sectionE h3 {
    font-size: 32px;
    padding-right: 30%;
  }
  #sectionE .subtitle {
    font-size: 18px;
  }
  #sectionEm .container-animate {
    padding-top: 20%;
  }
  #sectionEm .container-animate .pic {
    position: relative;
    width: 100%;
  }
  #sectionEm .container-animate .pic img {
    width: 100%;
  }
  #sectionEm .container-animate .pic .otherE-1 {
    position: absolute;
    top: -90px;
    width: 60px;
    left: 0;
  }
  #sectionEm .container-animate .character {
    width: 100%;
    margin-top: 50px;
  }
  #sectionEm .container-animate .character p {
    font-size: 18px;
    top: 0;
    margin-bottom: 50px;
  }
  #sectionEm .container-animate .text p {
    font-size: 18px;
  }
  #sectionF .section-title .text {
    width: 100%;
  }
  #sectionF .section-title .text h3 {
    font-size: 32px;
  }
  #sectionF .product-info h6 {
    font-size: 22px;
  }
  #sectionF .product-info .price {
    font-size: 22px;
  }
  #sectionF .product-info .prodect-description {
    height: auto;
  }
  #sectionF .product-info .prodect-description br {
    display: none;
  }
  #sectionF .productSwiper1-2,
  #sectionF .productSwiper2-2,
  #sectionF .productSwiper3-2,
  #sectionF .productSwiper4-2 {
    height: 190px;
  }
  #sectionF .productSwiper1,
  #sectionF .productSwiper2,
  #sectionF .productSwiper3,
  #sectionF .productSwiper4 {
    height: 120px;
  }
  #sectionF .swiper-slide img {
    width: 100%;
  }
  #sectionG {
    padding-bottom: 40px;
  }
  #sectionG .section-title .text {
    width: 100%;
  }
  #sectionG .section-title .text h3 {
    font-size: 32px;
  }
  #sectionG .workshop-slide-1 {
    margin-bottom: 20px;
  }
  #sectionG .swiper {
    height: 180px;
  }
  #sectionG .swiper-slide img {
    height: 180px;
  }
  .carousel {
    margin-bottom: 20px;
  }
  .thumbnails {
    gap: 12px;
  }
  .thumbnails img {
    width: calc(33% - 8px);
  }
}
@media screen and (max-width: 420px) {
  #sectionCm .character-group,
  #sectionC .character-group {
    height: 240px;
    margin-top: 30px;
  }
  #sectionCm .character-group img#characterC1m,
  #sectionC .character-group img#characterC1m {
    width: 140px;
    left: 45px;
  }
  #sectionCm .character-group img#characterC2m,
  #sectionC .character-group img#characterC2m {
    width: 100px;
    right: 24px;
  }
  #sectionCm .character-group img#characterC3m,
  #sectionC .character-group img#characterC3m {
    left: 130px;
    width: 90px;
  }
  #sectionCm .group-item-1 .pic-1,
  #sectionCm .group-item-1 .pic-2,
  #sectionC .group-item-1 .pic-1,
  #sectionC .group-item-1 .pic-2 {
    width: 220px;
  }
  #sectionCm .group-item-1 .arrow-1,
  #sectionCm .group-item-1 .arrow-2,
  #sectionC .group-item-1 .arrow-1,
  #sectionC .group-item-1 .arrow-2 {
    width: 60px;
  }
  #sectionCm .group-item-1 .arrow-3,
  #sectionC .group-item-1 .arrow-3 {
    bottom: 124px;
    width: 40px;
  }
  #sectionDm .character-group img#characterD1 {
    left: -20px;
  }
  #sectionDm .character-group img#characterD2 {
    bottom: 140px;
    width: 85px;
  }
  #sectionDm .character-group img#characterD3 {
    bottom: 90px;
    left: 72px;
    width: 85px;
  }
  #sectionDm .character-group img#characterD4 {
    bottom: 108px;
    right: 100px;
    width: 74px;
  }
  #sectionDm .character-group img#characterD5 {
    bottom: 115px;
    right: 33px;
    width: 77px;
  }
  #sectionDm .pic-group .group img.pic, #sectionDm .pic-group .group img.picD-3, #sectionDm .pic-group .group img.picD-4 {
    width: 220px;
  }
  #sectionDm .pic-group .group img.zoomD-1 {
    right: -30px;
  }
  #sectionDm .pic-group .group img.zoomD-3 {
    width: 100px;
    left: 40px;
  }
  #sectionDm .pic-group .group img.zoomD-4, #sectionDm .pic-group .group img.zoomD-5 {
    width: 100px;
    right: 0;
  }
  #sectionDm .pic-group .group img.otherD-1 {
    width: 50px;
    top: 40px;
  }
  #sectionDm .pic-group .group img.otherD-3 {
    width: 50px;
    top: 0;
    right: 0px;
  }
  #sectionDm .pic-group .group img.otherD-4, #sectionDm .pic-group .group img.otherD-5 {
    width: 30px;
  }
  #sectionDm .pic-group .group .text-image p br {
    display: none;
  }
}
@media screen and (max-width: 420px) and (max-height: 900px) {
  #sectionCm .character-group {
    scale: 0.8;
  }
  #sectionCm .character-group img#characterC2m {
    right: 6px;
    bottom: 0;
  }
  #sectionCm .group-item-1 {
    scale: 0.8;
    margin-top: -20px;
  }
  #sectionCm .group-item-1 .other-2 {
    left: 30px;
  }
  #sectionCm .group-item-1 .zoom-2 {
    left: -30px;
  }
  #sectionCm .content br {
    display: none;
  }
  #sectionDm .character-group {
    scale: 0.8;
    margin-top: 0;
    height: 300px;
  }
  #sectionDm .character-group img#characterD1 {
    width: 220px;
  }
  #sectionDm .character-group img#characterD2 {
    bottom: 101px;
    width: 82px;
  }
  #sectionDm .character-group img#characterD3 {
    bottom: 57px;
    left: 86px;
    width: 75px;
  }
  #sectionDm .character-group img#characterD4 {
    bottom: 71px;
    right: 95px;
    width: 74px;
  }
  #sectionDm .character-group img#characterD5 {
    bottom: 87px;
    right: 38px;
    width: 66px;
  }
  #sectionDm .pic-group {
    scale: 0.8;
    margin-top: 20px;
  }
  #sectionDm .pic-group .group img.zoomD-3 {
    left: auto;
    right: -100px;
    width: auto;
  }
  #sectionDm .pic-group .group img.zoomD-4, #sectionDm .pic-group .group img.zoomD-5 {
    right: -80px;
    width: 200px;
  }
  #sectionEm .container-animate {
    scale: 0.8;
  }
  #sectionEm .container-animate .pic .otherE-1 {
    width: 40px;
  }
  #sectionEm .container-animate .character {
    margin-top: 20px;
  }
}
@media screen and (max-width: 400px) and (max-height: 900px) {
  #boxA .text .subtitle {
    font-size: 14px;
  }
  #sectionB .container-text .text p {
    font-size: 14px;
  }
  #sectionC .content p {
    font-size: 16px;
  }
  #sectionCm .character-group {
    scale: 0.8;
  }
  #sectionCm .character-group img#characterC2m {
    right: 6px;
  }
  #sectionCm .group-item-1 {
    scale: 0.8;
    margin-top: -20px;
  }
  #sectionCm .group-item-1 .other-2 {
    left: 30px;
  }
  #sectionCm .group-item-1 .group-text {
    width: 120%;
  }
  #sectionCm .group-item-1 .text-1 h6,
  #sectionCm .group-item-1 .text-2 h6,
  #sectionCm .group-item-1 .text-3 h6 {
    font-size: 22px;
  }
  #sectionCm .content br {
    display: none;
  }
  #sectionCm .content p {
    font-size: 20px;
  }
  #sectionDm .character-group {
    scale: 0.8;
    margin-top: 0;
    height: 300px;
  }
  #sectionDm .character-group img#characterD1 {
    width: 220px;
  }
  #sectionDm .character-group img#characterD2 {
    bottom: 101px;
    width: 82px;
  }
  #sectionDm .character-group img#characterD3 {
    bottom: 57px;
    left: 86px;
    width: 75px;
  }
  #sectionDm .character-group img#characterD4 {
    bottom: 71px;
    right: 95px;
    width: 74px;
  }
  #sectionDm .character-group img#characterD5 {
    bottom: 87px;
    right: 38px;
    width: 66px;
  }
  #sectionDm .pic-group {
    scale: 0.8;
    margin-top: 20px;
  }
  #sectionEm .container-animate {
    scale: 0.8;
  }
  #sectionEm .container-animate .pic .otherE-1 {
    width: 40px;
  }
  #sectionEm .container-animate .character {
    margin-top: 20px;
  }
}
@media screen and (max-width: 380px) and (max-height: 720px) {
  #sectionCm .character-group {
    scale: 0.8;
    margin-top: 0;
  }
  #sectionCm .character-group img#characterC2m {
    right: 6px;
    bottom: 0;
  }
  #sectionCm .group-item-1 {
    scale: 0.8;
    margin-top: -20px;
  }
  #sectionCm .group-item-1 .zoom-1 {
    left: -20px;
    top: -24px;
  }
  #sectionCm .group-item-1 .zoom-2 {
    left: -60px;
    width: 300px;
    top: -26px;
  }
  #sectionCm .group-item-1 .other-1 {
    left: 0;
  }
  #sectionCm .group-item-1 .other-2 {
    left: 6px;
  }
  #sectionCm .group-item-1 .group-text {
    width: 130%;
  }
  #sectionCm .content br {
    display: none;
  }
  #sectionDm .character-group {
    scale: 0.8;
    margin-top: 0;
    height: 300px;
  }
  #sectionDm .character-group img#characterD1 {
    width: 220px;
  }
  #sectionDm .character-group img#characterD2 {
    bottom: 101px;
    width: 82px;
  }
  #sectionDm .character-group img#characterD3 {
    bottom: 59px;
    left: 72px;
    width: 75px;
  }
  #sectionDm .character-group img#characterD4 {
    bottom: 71px;
    right: 95px;
    width: 74px;
  }
  #sectionDm .character-group img#characterD5 {
    bottom: 87px;
    right: 38px;
    width: 66px;
  }
  #sectionDm .pic-group {
    scale: 0.8;
    margin-top: 20px;
  }
  #sectionDm .pic-group .group img.zoomD-3 {
    left: auto;
    right: -125px;
    width: auto;
  }
  #sectionDm .pic-group .group img.zoomD-4, #sectionDm .pic-group .group img.zoomD-5 {
    right: -80px;
    width: 200px;
  }
  #sectionDm .pic-group .group img.zoomD-4 {
    top: 100px;
  }
  #sectionDm .pic-group .group img.zoomD-5 {
    top: -15px;
  }
  #sectionEm .container-animate {
    scale: 0.8;
  }
  #sectionEm .container-animate .pic .otherE-1 {
    width: 40px;
  }
  #sectionEm .container-animate .character {
    margin-top: 20px;
  }
}
@media screen and (min-width: 544px) and (max-width: 1080px) and (max-height: 1366px) {
  #boxA .text .subtitle {
    font-size: 20px;
    max-width: 600px;
  }
  #boxA .box-images img.box-confetti {
    top: 25%;
  }
  #sectionB .section-bg img {
    height: 100%;
  }
  #sectionB .container-text .text p {
    font-size: 20px;
    max-width: 600px;
  }
  #sectionC .content {
    flex-wrap: wrap;
  }
  #sectionC .content .left-content,
  #sectionC .content .right-content {
    width: 100%;
  }
  #sectionCm .character-group {
    max-width: 400px;
    margin: 60px auto 0;
  }
  #sectionCm .group-item-1 {
    max-width: 400px;
    margin: 60px auto 0;
  }
  #sectionD .star-line {
    top: 0;
  }
  #sectionDm .character-group {
    max-width: 400px;
    margin: 60px auto 0;
  }
  #sectionDm .pic-group {
    max-width: 400px;
    margin: 0 auto;
  }
  #sectionE .star-line-title {
    top: 28px;
  }
  #sectionE .subtitle {
    font-size: 20px;
  }
  #sectionEm .container-animate {
    max-width: 400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 800px) and (max-width: 1080px) and (max-height: 1366px) {
  #sectionCm .character-group {
    margin-top: 120px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1080px) and (max-height: 1366px) {
  #boxA .text .subtitle {
    max-width: 740px;
  }
  #sectionC .character-group,
  #sectionC .group-item-1 {
    max-width: 460px;
    margin: 0 auto;
  }
  #sectionD .container .row {
    height: 100%;
  }
  #sectionD .pic-group {
    height: 100%;
  }
  #sectionD .character-group {
    margin-top: 120px;
  }
  #sectionD .character-group img#characterD2 {
    bottom: 80px;
    left: 0;
    width: 130px;
  }
  #sectionD .character-group img#characterD3 {
    bottom: 13px;
    left: 110px;
    width: 120px;
  }
  #sectionD .character-group img#characterD4 {
    bottom: 40px;
    right: 115px;
    width: 106px;
  }
  #sectionD .character-group img#characterD5 {
    bottom: 50px;
    right: 20px;
    width: 110px;
  }
  #sectionE {
    padding-top: 20vh;
  }
  #sectionE .container-animate .character .otherE-1 {
    width: 30px;
    top: -40px;
  }
  #sectionF .productSwiper1-2,
  #sectionF .productSwiper2-2,
  #sectionF .productSwiper3-2,
  #sectionF .productSwiper4-2 {
    height: 240px;
  }
}
@keyframes down {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}/*# sourceMappingURL=2025_newyeargiftitem.min.css.map */