/*****************************************
*                  index                 *
*****************************************/
:root {
  --animation-frames: 20; /* 每段動畫的幀數 */
  --frame-time: 0.05s; /* 單幀時長 (20 FPS) */
  --segment-duration: 1s; /* 每段動畫總時長 (20 * 0.05s) */
  --static-duration: 0.2s; /* 靜態幀停留時長 */
}
html,
body {
  font-size: calc(10 / 1920 * 100vw);
}
html.onload {
  overflow: hidden;
}
body {
  min-height: 100vh;
  min-height: 100dvh;
  min-width: 1000px;
}
section {
  position: relative;
  width: 100%;
  overflow-x: hidden;
}
#main {
  min-height: 100vh;
  min-height: 100dvh;
  overflow: initial;
}
#main img {
  width: 100%;
}
#warnings {
  z-index: 3;
}
.sec-title {
  position: relative;
  margin: 0 auto;
}
.sec-title h2 {
  text-align: center;
  color: #fff;
}
.sec-title h2 {
  font-size: 4.6rem;
  font-weight: 500;
  font-style: italic;
}

.sec-title-bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.product .sec-title-bg {
  width: 34.7rem;
}
.media .sec-title-bg {
  width: 30rem;
}
.products {
  z-index: 3;
}
.products .sec-title-bg {
  width: 48.2rem;
}

.loadingpic {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.loadingpic > div {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0; /* 初始隱藏 */
  background-position: center 70%;
  background-size: cover;
  background-repeat: no-repeat;
  /* 應用通用的動畫名稱 */
}

.loadingpic div.load1 {
  background-image: url("../images/loading/1-24.jpg");
}
.loadingpic div.load25 {
  background-image: url("../images/loading/25t.jpg");
}
.loadingpic div.load26 {
  background-image: url("../images/loading/26t.jpg");
}
.loadingpic div.load27 {
  background-image: url("../images/loading/27t.jpg");
}
.loadingpic div.load28 {
  background-image: url("../images/loading/28t.jpg");
}
.loadingpic div.load29 {
  background-image: url("../images/loading/29t.jpg");
}
.loadingpic div.load30 {
  background-image: url("../images/loading/30t.jpg");
}
.loadingpic div.load2 {
  background-image: url("../images/loading/31-48.jpg");
}
.loadingpic div.load49 {
  background-image: url("../images/loading/49t.jpg");
}
.loadingpic div.load50 {
  background-image: url("../images/loading/50t.jpg");
}
.loadingpic div.load51 {
  background-image: url("../images/loading/51t.jpg");
}
.loadingpic div.load52 {
  background-image: url("../images/loading/52t.jpg");
}
.loadingpic div.load53 {
  background-image: url("../images/loading/53t.jpg");
}
.loadingpic div.load54 {
  background-image: url("../images/loading/54t.jpg");
}
.loadingpic div.load3 {
  background-image: url("../images/loading/55-73.jpg");
}
.loadingpic div.load74 {
  background-image: url("../images/loading/74t.jpg");
}
.loadingpic div.load75 {
  background-image: url("../images/loading/75t.jpg");
}
.loadingpic div.load76 {
  background-image: url("../images/loading/76t.jpg");
}
.loadingpic div.load77 {
  background-image: url("../images/loading/77t.jpg");
}
.loadingpic div.load78 {
  background-image: url("../images/loading/78t.jpg");
}
.loadingpic div.load79 {
  background-image: url("../images/loading/79t.jpg");
}
.loadingpic div.load4 {
  background-image: url("../images/loading/80-100.jpg");
}

.loadingpic div.show {
  opacity: 1;
}

/* loading */

.loadingbox {
  height: calc(100vh - 90px - 138px);
  width: 100%;
  height: calc(100dvh - 90px - 138px);

  position: relative;
  z-index: 99;
}

.loadingbox video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.loadingbox > span {
  position: absolute;
  z-index: 1;
}

.loadingbox span:nth-of-type(1) {
  width: calc(100% - 9rem);
  height: 1.6rem;
  top: calc(0px + 5rem);
  right: 0;
  background: url("../images/2025/loading-txt1.png");
  background-size: auto 100%;
}
.loadingbox span:nth-of-type(2) {
  height: calc(100% - 9rem);
  width: 1.6rem;
  top: calc(0px + 9rem);
  right: 5rem;
  background: url("../images/2025/loading-txt2.png");
  background-size: 100% auto;
}
.loadingbox span:nth-of-type(3) {
  width: calc(100% - 9rem);
  height: 1.6rem;
  bottom: calc(5rem + 0px);
  left: 0;
  background: url("../images/2025/loading-txt1.png");
  background-size: auto 100%;
}
.loadingbox span:nth-of-type(4) {
  height: calc(100% - 9rem - 0px - 0px);
  width: 1.6rem;
  top: calc(0px);
  left: 5rem;
  background: url("../images/2025/loading-txt2.png");
  background-size: 100% auto;
}

/* loading */

/* fixed */

.fixed-btn {
  position: fixed;
  right: 0;
  z-index: 2;
  bottom: 100px;
  width: 33.7rem;
  display: none !important;
}
.fixed-btn img {
  width: 100%;
}
/* fixed */

.kv {
  width: 100%;

  height: 127.3rem;
  padding-top: 15.3rem;
  z-index: 1;
}
.kv-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 0;
  background: url("../images/2025/kv-bg.png") center center no-repeat;
  background-size: cover;
}

.kv-media {
  position: relative;
  width: 133.4rem;
  height: 75rem;
  margin: 0 auto;
  background: #000;
  pointer-events: none;
  user-select: none;
}
.kv-media iframe {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.kv-videotxt {
  position: absolute;
  right: -13rem;
  top: -8rem;
  width: 28.5rem;
}

.kv-videotxt span {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.kv-can {
  width: 53.2rem;
  position: absolute;
  left: -26rem;
  bottom: -14rem;
}

/* rtb */
.rtb {
  overflow-x: hidden;
  height: calc(100vh + 0rem);
  height: calc(100dvh + 0rem);
  margin-top: -24rem;
  overflow-y: hidden;
  /* 	padding-right: 50%; */

  z-index: 0;
}
.rtb-stage {
  /* 	overflow-y: hidden; */
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtb-stage.active {
  opacity: 1;
}
.rtb-main {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding-right: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 3;
}
.rtb-main.w h3,
.rtb-main.w p {
  color: #fff;
}
.rtb-main.w .rtb-content h3::before {
  background-image: url("../images/2025/rtb-icon-w.png");
}

.rtb-main.w dl {
  border-bottom: 1px solid #fff;
}
.rtb-stage > * {
  position: absolute;
}

.rtb-bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.rtb1 .rtb-bg {
  background: url("../images/2025/rtb-bg1.png") center center no-repeat;
  background-size: cover;
}
.rtb2 .rtb-bg {
  background: url("../images/2025/rtb-bg2.png") center center no-repeat;
  background-size: cover;
}
.rtb3 .rtb-bg {
  background: url("../images/2025/rtb-bg3.png") center center no-repeat;
  background-size: cover;
}

.rtb-content {
  position: fixed;
  position: relative;
  width: 51rem;
  /* 	right: 50%; */
  left: 50%;
  transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
}
.rtb-stage.rtb1 {
  opacity: 1;
}
.rtb-content h3 {
  font-size: 4rem;
  font-style: italic;
  color: #010d56;
  font-weight: 500;
}
.rtb-content h3 .big-char {
  font-size: 1.5em;
}
.rtb-content h3::before {
  content: "";
  width: 2.4rem;
  height: 2.4rem;
  display: inline-block;
  margin-right: 1rem;
  background: url("../images/2025/rtb-icon.png");
  background-size: cover;
}

.rtb-content dl:not(.active) h3 {
  font-size: calc(3.4rem / 1.5);
}

.rtb-content dl:not(.active) h3::before {
  width: calc(2.4rem / 1.5);
  height: calc(2.4rem / 1.5);
}

.rtb1-pic {
  width: 61.5rem;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.rtb1-ing1 {
  width: 26.6rem;
  left: 15rem;
  bottom: 11rem;
}
.rtb1-ing2 {
  width: 17.1rem;
  right: 8rem;
  top: 9.5rem;
}

.rtb2-pic {
  width: 71.3rem;
  left: 50%;
  top: 50%;
  transform: translateY(-50%);
}
.rtb2-ing1 {
  width: 31.4rem;
  left: 13rem;
  bottom: 3rem;
}
.rtb2-ing2 {
  width: 11.3rem;
  right: 7rem;
  top: 8rem;
}

.rtb3-pic {
  width: 86.2rem;
  left: calc(50% - 7.4rem);
  top: 50%;
  transform: translateY(-50%);
}
.rtb3-ing1 {
  width: 32.6rem;
  left: 7rem;
  top: 2rem;
}
.rtb3-ing2 {
  width: 33.1rem;
  left: 44.2rem;
  bottom: 3rem;
}
.rtb3-ing3 {
  width: 51.9rem;
  right: -35rem;
  top: 3rem;
}

.rtb-content dl {
  width: 100%;
  padding: 4rem 0;
  border-bottom: 1px solid #838686;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtb-content dl:last-child {
  border-bottom: none !important;
}

.rtb-content dt {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtb-content dd {
  padding-top: 2.4rem;

  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtb-content dl:not(.active) dt,
.rtb-content dl:not(.active) dd {
  opacity: 0.3;
}
.rtb-content dl:not(.active) dd p {
  font-size: 0;
}
.rtb-content dl:not(.active) dd {
  opacity: 0.3;
  padding-top: 0;
}
.rtb-content p {
  font-size: 2rem;
  line-height: 1.5em;
  /* -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; */
  color: #010d56;
  padding-left: 3rem;
}

/* product */

.product {
  background: url("../images/2025/product-bg.png?t=2");
  background-size: cover;
  width: 100%;
  height: 197.6rem;
  z-index: 2;
  margin-top: -22.5rem;
  padding-top: 31rem;
}

.pro-deco1 {
  position: absolute;
  right: 0;
  top: 2rem;
  width: 15.1rem;
}
.product-list {
  width: 133rem;
  margin: 0 auto;
  margin-top: 10rem;
  display: flex;
  flex-direction: column;
}
.product-box {
  position: relative;
  margin-bottom: 10rem;
  background-size: cover;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 13.5rem;
}
.product-box1 {
  background-image: url("../images/2025/product-item1-bg.png");
  width: 123.4rem;
  height: 34.2rem;
}
.product-box2 {
  background-image: url("../images/2025/product-item2-bg.png");
  width: 124.3rem;
  height: 34.2rem;
  padding-left: 0rem;
  padding-right: 13.5rem;
  align-self: flex-end;
  flex-direction: row-reverse;
  /* 	justify-content: space-between; */
}
.product-box3 {
  background-image: url("../images/2025/product-item3-bg.png");
  width: 123.4rem;
  height: 34.2rem;
}

.product-box1 .product-box-title {
  width: 28.3rem;
}
.product-box2 .product-box-title {
  width: 27.9rem;
}
.product-box3 .product-box-title {
  width: 41.1rem;
}

.product-box-con p {
  font-size: 1.6rem;
  color: #010d56;
  line-height: 1.5em;
  margin-top: 1em;
  max-width: 36.5rem;
  font-weight: 400;
}
.product-box1 .product-box-item {
  width: 57.4rem;
  margin-left: 6.5rem;
}
.product-box2 .product-box-item {
  width: 59rem;
  margin-right: 7rem;
}
.product-box3 .product-box-item {
  width: 44.1rem;
  margin-left: 8rem;
}

/* media */

.media {
  position: relative;
  height: 180rem;
  margin-top: -24rem;
  padding-top: 21.5rem;
  overflow: hidden;

  /* 	overflow: scroll; */
}
.videos-content .order-1,
.videos-content .order-2,
.videos-content .order-3 {
  margin-left: 0 !important;
}
.media.sticky {
}
.videos-content .order-1,
.videos-content .order-2,
.videos-content .order-3 {
  margin-left: 0 !important;
}
.media.sticky {
}
.media-bg,
.media-bg-top,
.media-bg-bottom {
  top: 0px;
  position: absolute;
  width: 100%;
  height: calc(100vh - 90px);
  height: calc(100dvh - 90px);
  pointer-events: none;
}
.media-bg-top {
  top: 60px;
}

.media-bg-bottom {
  z-index: 2;
}
.media-bg-top::before {
  content: "";
  top: -10rem;
  left: 0;
  position: absolute;
  width: 100%;
  height: 55.5rem;
  background: url("../images/2025/media-bgtop.png");
  background-size: cover;
  z-index: 1;
}
.media-bg-bottom::after {
  content: "";
  bottom: 0rem;
  left: 0;
  position: absolute;
  width: 100%;
  height: 77.6rem;
  background: url("../images/2025/media-bg.png?v=2");
  background-size: cover;
  z-index: 1;
}

.media.sticky .media-bg,
.media.sticky .media-bg-top,
.media.sticky .media-bg-bottom {
  top: 0px;
  position: fixed;
}
.media.pin .media-content {
  position: fixed;
  top: initial;
  bottom: 0;
}
.media-content {
  position: absolute;
  left: 0;
  top: 21.5rem;
  width: 100%;
  height: 180rem;
  transition: filter 0.3s ease-out;
}
.media.sticky .media-content {
  /* 	position: fixed;
	left: 0;
	bottom: 0; */
}
.media.blur .media-content {
  filter: blur(5px);
}
.media video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#tvc {
  /* 	width: calc(54rem * 2 + 0rem); */
  padding: 0rem;
}
#tvc {
  position: relative;
  height: auto;
  width: 128rem;
  margin: 0 auto;
}
.media .videos-content {
  width: calc(58rem * 2);
  /* 	padding: 0 5rem; */
  left: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.media .videos-content ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#tvc .swiper-button-next,
#tvc .swiper-button-prev {
  background: url("../images/2025/media_arrow.png");
  background-size: cover;
  width: 1.8rem;
  height: 3.1rem;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}
.swiper-button-prev {
  transform: scaleX(-1);
}
.videos-content {
  width: 100%;

  padding-top: 6.5rem !important;
}
.videos-content ul {
  display: flex;
}
.videos-content li {
  position: relative;
  left: initial !important	;
  top: initial !important	;
  width: 58rem;
  padding: 0 6rem 0 0rem;
  margin: 0 0rem;
}
.videos-content li::after {
  content: "";
  width: 13rem;
  height: 13rem;
  background: url("../images/2025/media-light.png");
  background-size: cover;
  position: absolute;
  right: 6rem;
  top: 0;
  transform: translate(50%, -50%) rotate(30deg);
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videos-content li:hover:after {
  opacity: 1;
  transform: translate(50%, -50%) rotate(0deg);
  -webkit-transform: translate(50%, -50%) rotate(0deg);
}

.videos-content li .pic {
  position: relative;
  width: 52rem;
  height: 29.2rem;
  /* 	border: 1px solid #fff; */
}
.videos-content li .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
}
.videos-content li .pic:after,
.reels-box .pic:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: #ffffff 1px solid;
  box-sizing: border-box;
  background: rgb(0 0 0 /0.7);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.videos-content li:hover .pic:after,
.reels-box:hover .pic:after {
  background: rgb(0 0 0 /0);
}

.videos-content li .pic:before,
.reels-box .pic:before {
  content: "";
  width: 6.4rem;
  height: 6.4rem;
  background: url("../images/2025/play.png");
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 1;
}
.videos-content li .name,
.media-reels .reels-box .name,
.media-reels .reels-box .des {
  color: #fff;
  font-size: 2rem;
  position: relative;
  text-align: left;
  line-height: 1.5em;
  padding: 0;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.media-reels .reels-box .des {
  margin-top: 1rem;
}

.media-reels {
  position: relative;
  margin-top: 10rem;
}
.reels-list {
  margin-top: 6.5rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.reels-box {
  width: 34rem;
  height: 60.5rem;
  margin: 0 1rem;
}

.reels-box .pic {
  width: 100%;
  height: 100%;
  position: relative;
}
.reels-box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* products */

.products {
  /* 	background: url('../images/2025/products-bg.png'); */
  position: relative;
  top: 57px;
  height: auto;
  padding-bottom: 200px;
  /* height: calc(( 100dvh - 90px - 57px));
	height: 80dvh; */
  /* 	overflow: hidden; */
}
.products .products-scroll-content {
  padding: 8rem 0;
  width: 100%;
  height: auto;
  /* <--- 讓它有自己的滾動條 (如果需要可設定為 auto) */
  /* *** 必須加上這行以確保順暢滾動 *** */
  -webkit-overflow-scrolling: touch;
  /* 	overflow-y: scroll; */
}
.products-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: url("../images/2025/products-bg.png");
}
.products.sticky .products-bg {
  position: fixed;
  top: 57px;
  left: 0;
}
.products.sticky .products-scroll-content {
}
#related {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  height: auto;
}
.related-content {
  width: 100%;
  left: initial;
  overflow: initial;
}
.related-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.related-box {
  width: 192px;
  margin: 20px 12.5px 20px 12.5px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.related-box:hover {
  opacity: 1;
}
.dimmed {
  opacity: 0.55 !important;
}
.related-box .pic {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 0 auto;
  z-index: 1;
}
.related-box-con {
  width: 192px;
  height: 190px;
  background: url("../images/2025/products-txtbg.png");
  background-size: cover;
  position: relative;
  margin-top: -60px;
  padding: 67px 16px 0 16px;
}
.related-box-con::after {
  content: "";
  position: absolute;
  width: 66px;
  height: 66px;
  background: url("../images/2025/products-star.png");
  right: 0;
  top: 0;
  z-index: 2;
  transform: translate(50%, -50%) rotate(30deg);
  -webkit-transform: translate(50%, -50%) rotate(30deg);
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
  opacity: 0;
}
.related-box:hover .related-box-con::after {
  opacity: 1;
  transform: translate(50%, -50%) rotate(0deg);
  -webkit-transform: translate(50%, -50%) rotate(0deg);
}
.status {
  margin-bottom: 5px;
  height: 21px;
}
.status span {
  font-size: 14px;
  color: #010d56;
  padding: 0 0.5em;
  line-height: 21px;
  position: relative;
  display: inline-block;
  z-index: 1;
  text-align: center;
}
.status span::before {
  content: "";
  position: absolute;
  left: -0.25em;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffd800;
  z-index: -1;
  transform-origin: bottom;
  transform: skewX(-20deg);
}

.name {
  font-size: 16px;
  color: #010d56;
  line-height: 1em;
  height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  box-sizing: border-box;
}

.more-btn {
  font-size: 14px;
  color: #010d56;
  line-height: 2em;
  display: flex;
  align-items: center;
}

.more-btn::after {
  content: "";
  background: url("../images/2025/products-arrow.png");
  display: inline-block;
  width: 9px;
  height: 16px;
  margin-left: 0.5em;
}

.main-bottom {
  width: 100%;
  height: 187px;
  background: #fff;
  margin-bottom: -152px;
  z-index: 4;
}

#footer {
  height: auto;
}

/* pop */

#pop {
}

.pop-container {
  background: rgba(0 0 0 / 0.7);
}

.pop-main {
  margin-top: 80px;
  margin-bottom: 80px;
}

.pop-main .btn-close {
  top: -40px;
  right: 0;
  width: 24px;
  height: 24px;
  background-image: url(../images/2025/pop-btn-close.png);
}

.pop-main .btn-close:hover {
  background-position: center bottom;
}

#video {
  width: 1000px;
}

#video .embed {
  width: 1000px;
  height: 560px;
  background: #000000;
  overflow: hidden;
}

#video .btn-close {
}

/* an */

.kv-can {
  -webkit-animation: loadingP0 5s ease-out infinite;
  animation: loadingP0 5s ease-out infinite;
}

.kv-videotxt {
  -webkit-animation: loadingP0 5s ease-out infinite;
  animation: loadingP0 5s ease-out infinite;
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}

.rtb1-pic img,
.rtb2-pic img,
.rtb3-pic img {
  -webkit-animation: loadingP1 5s ease-out infinite;
  animation: loadingP1 5s ease-out infinite;
  animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
}
.rtb1-ing1 img,
.rtb2-ing1 img,
.rtb3-ing1 img,
.rtb3-ing3 img {
  -webkit-animation: loadingP1 5s ease-out infinite;
  animation: loadingP1 5s ease-out infinite;
}
.rtb1-ing2 img,
.rtb2-ing2 img,
.rtb3-ing2 img {
  -webkit-animation: loadingP1 5s ease-out infinite;
  animation: loadingP1 5s ease-out infinite;
}

.product-box1 .product-box-item {
  -webkit-animation: loadingP1 3s ease-out infinite;
  animation: loadingP1 3s ease-out infinite;
}

.product-box2 .product-box-item {
  -webkit-animation: loadingP1 3s ease-out infinite;
  animation: loadingP1 3s ease-out infinite;
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.product-box3 .product-box-item {
  -webkit-animation: loadingP1 3s ease-out infinite;
  animation: loadingP1 3s ease-out infinite;
}

@keyframes loadingP0 {
  0% {
    transform: translateY(-20px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px);
  }
}

@keyframes loadingP1 {
  0% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-10px);
  }
}
.kv-bg {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rtb1 {
  transform: scale(0.9, 0.9);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  transform-origin: 50% 50%;
}
.rtb-main {
  transform: scale(0.9, 0.9);
  -webkit-transition: all 1.5s ease;
  transition: all 1.5s ease;
  transform-origin: 50% 50%;
}
.rtb1 .rtb-bg {
  transform: scale(1.15, 1.15);
  -webkit-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
}
.rtb.in .rtb1 {
  transform: scale(1, 1);
}
.rtb.in .rtb1 .rtb-bg {
  transform: scale(1.2, 1.2);
}

.rtb.in .rtb-main {
  transform: scale(1, 1);
}
.kv.out .kv-bg {
  -webkit-transition: all 1.5s ease-in;
  transition: all 1.5s ease-in;
  transform: translateY(calc(-57px - 10rem)) rotate(3deg);
}

#pop {
  position: fixed;
}

.mb {
  display: none;
}

/*  MB版 */
@media screen and (max-width: 750px) {
  .group-content{
    font-size: 14px;
  }
  .v1 #main {
    /* 		    padding-bottom: 63px; */
  }
  .loadingpic div.load1 {
    background-image: url("../images/loading/m/1-24.jpg");
  }
  .loadingpic div.load25 {
    background-image: url("../images/loading/m/25t.jpg");
  }
  .loadingpic div.load26 {
    background-image: url("../images/loading/m/26t.jpg");
  }
  .loadingpic div.load27 {
    background-image: url("../images/loading/m/27t.jpg");
  }
  .loadingpic div.load28 {
    background-image: url("../images/loading/m/28t.jpg");
  }
  .loadingpic div.load29 {
    background-image: url("../images/loading/m/29t.jpg");
  }
  .loadingpic div.load30 {
    background-image: url("../images/loading/m/30t.jpg");
  }
  .loadingpic div.load2 {
    background-image: url("../images/loading/m/31-48.jpg");
  }
  .loadingpic div.load49 {
    background-image: url("../images/loading/m/49t.jpg");
  }
  .loadingpic div.load50 {
    background-image: url("../images/loading/m/50t.jpg");
  }
  .loadingpic div.load51 {
    background-image: url("../images/loading/m/51t.jpg");
  }
  .loadingpic div.load52 {
    background-image: url("../images/loading/m/52t.jpg");
  }
  .loadingpic div.load53 {
    background-image: url("../images/loading/m/53t.jpg");
  }
  .loadingpic div.load54 {
    background-image: url("../images/loading/m/54t.jpg");
  }
  .loadingpic div.load3 {
    background-image: url("../images/loading/m/55-73.jpg");
  }
  .loadingpic div.load74 {
    background-image: url("../images/loading/m/74t.jpg");
  }
  .loadingpic div.load75 {
    background-image: url("../images/loading/m/75t.jpg");
  }
  .loadingpic div.load76 {
    background-image: url("../images/loading/m/76t.jpg");
  }
  .loadingpic div.load77 {
    background-image: url("../images/loading/m/77t.jpg");
  }
  .loadingpic div.load78 {
    background-image: url("../images/loading/m/78t.jpg");
  }
  .loadingpic div.load79 {
    background-image: url("../images/loading/m/79t.jpg");
  }
  .loadingpic div.load4 {
    background-image: url("../images/loading/m/80-100.jpg");
  }
  html {
    font-size: 1.33333vw;
  }
  body {
    min-width: initial;
  }
  .loadingbox {
    height: calc(100vh - 63px - 57px);
    height: calc(100dvh - 63px - 57px);
  }

  .loadingbox span:nth-of-type(1) {
    width: 100%;
    height: 3rem;
    top: calc(3.5rem + 0px);
    right: 0;
    background: url("../images/2025/m/loading-txt1.png");
    background-size: auto 100%;
  }
  .loadingbox span:nth-of-type(3) {
    width: 100%;
    height: 3rem;
    bottom: calc(3.5rem + 0px);
    left: 0;
    background: url("../images/2025/m/loading-txt1.png");
    background-size: auto 100%;
  }
  .loadingbox span:nth-of-type(2),
  .loadingbox span:nth-of-type(4) {
    display: none;
  }

  .mb {
    display: block;
  }
  .pc {
    display: none;
  }
  .sec-title h2 {
    font-size: 7.2rem;
  }
  .kv {
    height: 127.9rem;
    padding-top: 0;
  }
  .kv-media {
    width: 100%;
    height: 125vw;
  }
  .kv-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .kv-can,
  .kv-videotxt {
    display: none;
  }
  .kv-bg {
    background-image: url("../images/2025/m/kv-bg.png");
  }

  .product .sec-title-bg {
    width: 43.9rem;
  }
  .media .sec-title-bg {
    width: 35rem;
  }
  .products .sec-title-bg {
    width: 56.8rem;
  }
  .kv-media iframe {
    height: 125vw;
    width: 222vw;
    left: 50%;
    position: relative;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }

  /* rtb */
  .rtb {
    margin-top: -24rem;
  }

  .rtb-main {
    padding-top: calc(57px + 3rem);
    padding-right: 0%;
    align-items: flex-start;
    justify-content: center;
  }

  .rtb-bg {
    height: 100%;
    top: 57px;
  }
  .rtb1 .rtb-bg {
    background: url("../images/2025/m/rtb-bg1.png") center center no-repeat;
    background-size: cover;
  }
  .rtb2 .rtb-bg {
    background: url("../images/2025/m/rtb-bg2.png") center center no-repeat;
    background-size: cover;
  }
  .rtb3 .rtb-bg {
    background: url("../images/2025/m/rtb-bg3.png") center center no-repeat;
    background-size: cover;
  }

  .rtb-content {
    position: fixed;
    position: relative;
    width: 67rem;
    left: 0;
    transform: none;
    -webkit-transform: none;
  }
  .rtb-content h3 {
    font-size: 4.8rem;
    color: #010d56;
  }
  .rtb-content dl:not(.active) h3 {
    font-size: calc(4.8rem / 1.5);
  }
  .rtb-content h3::before {
    width: 4.8rem;
    height: 4.8rem;
  }
  .rtb-content dl:not(.active) h3::before {
    width: calc(4.8rem / 1.5);
    height: calc(4.8rem / 1.5);
  }

  .rtb1-pic {
    width: 53.3rem;
    left: initial;
    top: initial;
    transform: translateY(0%);
    bottom: 15vh;
    bottom: 15dvh;
    right: 0;
  }
  .rtb1-ing1 {
    width: 17rem;
    left: 5.6rem;
    bottom: 23vh;
    bottom: 23dvh;
  }
  .rtb1-ing2 {
    display: none;
  }

  .rtb2-pic {
    width: 39.6rem;
    left: 50%;
    top: initial;
    transform: translate(-50%, 0%);
    bottom: 15vh;
    bottom: 15dvh;
  }
  .rtb2-ing1 {
    width: 20.4rem;
    left: -5rem;
    bottom: 5vh;
    bottom: 5dvh;
  }
  .rtb2-ing2 {
    width: 8.9rem;
    right: 9rem;
    top: initial;
    bottom: calc(15vh + 36rem);
    bottom: calc(15dvh + 36rem);
  }

  .rtb3-pic {
    width: 66.7rem;
    left: 0;
    top: initial;
    transform: translateY(0%);
    bottom: 15vh;
    bottom: 15dvh;
  }
  .rtb3-ing1 {
    width: 23.1rem;
    left: -4.5rem;
    top: initial;
    bottom: 5vh;
    bottom: 5dvh;
  }
  .rtb3-ing2 {
    width: 21rem;
    left: 66.7rem;
    bottom: calc(15vh + 23rem);
    bottom: calc(15dvh + 23rem);
  }
  .rtb3-ing3 {
    display: none;
  }

  .rtb-content dl {
    width: 100%;
    padding: 4.8rem 0;
    border-bottom: 1px solid #838686;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .rtb-content dl:last-child {
    border-bottom: none !important;
  }

  .rtb-content dt {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .rtb-content dd {
    padding-top: 2.4rem;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .rtb-content p {
    color: #010d56;
    font-size: 2.8rem;
  }

  /* pro */

  .product {
    background: url("../images/2025/m/product-bg.png");
    background-size: cover;
    width: 100%;
    height: 356.3rem;
    z-index: 2;
    margin-top: -35rem;
    padding-top: 28rem;
  }

  .pro-deco1 {
    display: none;
  }
  .product-list {
    width: 100%;
    margin: 0 auto;
    margin-top: 10rem;
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .product-box {
    position: relative;
    margin-bottom: 6.4rem;
    background-size: cover;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 6rem 8rem 0 8rem;
  }
  .product-box1 {
    background-image: url("../images/2025/m/product-item1-bg.png");
    width: 75rem;
    height: 88.7rem;
  }
  .product-box2 {
    background-image: url("../images/2025/m/product-item2-bg.png");
    width: 75rem;
    height: 86rem;
    align-self: flex-end;
    flex-direction: column;
  }
  .product-box3 {
    background-image: url("../images/2025/m/product-item3-bg.png");
    width: 75rem;
    height: 93.2rem;
  }

  .product-box1 .product-box-title {
    width: 44.9rem;
  }
  .product-box2 .product-box-title {
    width: 42.8rem;
  }
  .product-box3 .product-box-title {
    width: 58.2rem;
  }

  .product-box-con p {
    font-size: 2.8rem;
    margin-top: 1em;
    max-width: initial;
  }
  .product-box1 .product-box-item {
    width: 60.3rem;
    margin-left: 0rem;
    margin-top: 2rem;
  }
  .product-box2 .product-box-item {
    width: 65rem;
    margin-right: 0rem;
    margin-top: 3rem;
  }
  .product-box3 .product-box-item {
    width: 53.7rem;
    margin-left: 0rem;
    margin-top: 8rem;
  }

  /*     media */
  #tvc {
    width: 100%;
  }
  .videos-content li {
    width: 32rem;
    padding: 0;
  }
  .videos-content li .pic {
    position: relative;
    height: 18rem;
    width: 100%;
  }
  .videos-content li {
    margin: 0 1.6rem;
  }
  .media .videos-content {
    width: 100%;
    left: 0;
  }
  .media .videos-content ul {
    width: calc(32rem * 2 + 1.6rem * 4);
    flex-wrap: wrap;
    justify-content: left;
    /* 		justify-content: flex-start; */
  }
  .media video {
    object-fit: cover;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .videos-content li .name,
  .media-reels .reels-box .name,
  .media-reels .reels-box .des {
    font-size: 3rem;
  }

  .reels-box {
    width: 32rem;
    height: auto;
    margin: 0 1.6rem;
    margin-bottom: 5rem;
  }
  .reels-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: calc(32rem * 2 + 1.6rem * 4);
    margin: 6.5rem auto 0 auto;
  }
  .media-bg,
  .media-bg-top,
  .media-bg-bottom {
    height: calc(100vh - 63px);
    height: calc(100dvh - 63px);
  }
  .media-bg-top {
    z-index: 2;
  }
  .media.sticky .media-bg-top {
    top: 3px;
    position: fixed;
  }
  .media-bg-top::before {
    background: url("../images/2025/m/media-bgtop.png") center top no-repeat;
    background-size: 100% auto;
  }
  .media-bg-top {
    top: 4px;
  }
  .media-bg-bottom::after {
    left: initial;
    right: 0;
    width: 25.1rem;
    background: url("../images/2025/m/media-bg.png?v=2") center bottom no-repeat;
    background-size: 100% auto;
  }
  .media {
    height: 227rem;
  }
  .media-content {
    height: auto;
    padding-bottom: calc(5rem + 63px);
  }

  .videos-content li::after {
    right: 0rem;
  }

  /* 	products */
  .products {
    padding-bottom: 20rem;
  }
  #related {
    width: 100%;
  }
  .related-box .pic {
    width: 22rem;
    height: 22rem;
  }
  .related-box {
    width: 31.9rem;
  }
  .dimmed {
    opacity: 1 !important;
  }
  .related-box-con {
    width: 31.8rem;
    height: 31.5rem;
    background-image: url("../images/2025/m/products-txtbg.png");
    margin-top: -10rem;
    padding: 10rem 1.6rem 0 1.6rem;
  }

  .status {
    margin-bottom: 5px;
    height: 3.7rem;
  }
  .status span {
    font-size: 2.8rem;
    line-height: 3.7rem;
  }
  .name {
    font-size: 3.2rem;
  }

  .more-btn {
    font-size: 2.8rem;
  }

  .more-btn::after {
    width: 1.8rem;
    height: 3.2rem;
  }

  #pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 100%;
    /* background-color: rgba(255, 255, 255, 0.5); */
    z-index: 2;
  }
  .pop-container {
    position: absolute;
    width: 100%;
    height: auto;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .pop-container {
    background: rgba(0 0 0 / 0.7);
  }
  #video {
    position: relative;
    width: 90%;
  }

  #video .embed {
    width: 100%;
    height: calc(56.25vw * 0.9);
    background: #000000;
    overflow: hidden;
  }
  #video .embed iframe {
    width: 100%;
    height: 100%;
  }
  #video .btn-close {
  }
  .pop-main .btn-close {
    position: absolute;
    font-size: 0;
    text-indent: -5000px;
    background-position: center 0;
    background-repeat: no-repeat;
  }
  #shortcut-line-oa {
    display: none !important;
  }
}

@media screen and (max-width: 750px) and (min-aspect-ratio: 375/700) {
  .rtb1-pic {
    bottom: 10vh;
    bottom: 10dvh;
  }
  .rtb1-ing1 {
    bottom: 18vh;
    bottom: 18dvh;
  }
  .rtb2-pic {
    bottom: 12vh;
    bottom: 12dvh;
  }
  .rtb2-ing1 {
    bottom: 5vh;
    bottom: 5dvh;
  }
  .rtb2-ing2 {
    bottom: calc(12vh + 36rem);
    bottom: calc(12dvh + 36rem);
  }
  .rtb3-pic {
    bottom: 10vh;
    bottom: 10dvh;
  }
  .rtb3-ing1 {
    bottom: 2vh;
    bottom: 2dvh;
  }
  .rtb3-ing2 {
    bottom: calc(10vh + 23rem);
    bottom: calc(10dvh + 23rem);
  }

  .group-content{
    font-size: 14px;
  }
}

@media screen and (max-width: 750px) and (min-aspect-ratio: 375/700) {
  .loadingpic > div {
    background-position: center 50%;
  }

  .rtb-content dl {
    padding: 3rem 0;
  }
  .rtb1-pic {
    width: 53.3rem;
    bottom: 3vh;
    bottom: 3dvh;
  }
  .rtb1-ing1 {
    width: 17rem;
    bottom: 13vh;
    bottom: 13dvh;
  }
  .rtb1-ing2 {
    display: none;
  }

  .rtb2-pic {
    width: 39.6rem;
    bottom: 10vh;
    bottom: 10dvh;
  }
  .rtb2-ing1 {
    width: 20.4rem;
    bottom: 3vh;
    bottom: 3dvh;
  }
  .rtb2-ing2 {
    width: 8.9rem;
    bottom: calc(10vh + 36rem);
    bottom: calc(10dvh + 36rem);
  }

  .rtb3-pic {
    width: 66.7rem;
    bottom: 10vh;
    bottom: 10dvh;
  }
  .rtb3-ing1 {
    width: 23.1rem;
    bottom: 2vh;
    bottom: 2dvh;
  }
  .rtb3-ing2 {
    width: 21rem;
    bottom: calc(10vh + 23rem);
    bottom: calc(10dvh + 23rem);
  }

  .group-content{
    font-size: 14px;
  }
}
