@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC: wght@100..900&display=swap";
	body {
	font-family: "Noto Sans TC","微軟正黑體","新細明體","細明體",Arial,"Arial Black",sans-serif;
	text-align: justify
}
* {
	max-height: 99999px
}
.navbar-nav {
	flex-grow: 1;
	justify-content: end
}
:root {
	--swiper-theme-color: #198754;
	--rwd-60px: 60px;
	--rwd-75px: 75px;
	--img-200: 200px;
	--fs-L: 25px;
	--lh-L: 47px;
	--fs-Ms: 20px;
	--lh-Ms: 40px;
	--fs-M: 22px;
	--lh-M: 35px
}
@media(max-width: 1399px) {
	:root {
	--rwd-60px: 4.166vw;
	--rwd-75px: 5.2vw;
	--img-200: 75%;
	--fs-Ms: 18px;
	--lh-Ms: 36px;
	--fs-M: 20px;
	--lh-M: 35px;
	--fs-L: 22px;
	--lh-L: 42px
}
}@media(max-width: 1200px) {
	:root {
	--fs-L: 20px;
	--lh-L: 39px;
	--fs-Ms: 16px
}
}@media(max-width: 1024px) {
	:root {
	--rwd-60px: 4.166vw;
	--rwd-75px: 5.2vw;
	--img-200: 75%;
	--fs-L: 19px;
	--lh-L: 35px;
	--fs-Ms: 16px;
	--lh-Ms: 33px;
	--fs-M: 18px;
	--lh-M: 33px
}
}@media(max-width: 768px) {
	:root {
	--rwd-60px: 36px;
	--rwd-75px: 48px;
	--fs-16px-min: 13px;
	--fs-L: 17px;
	--lh-L: 34px;
	--fs-Ms: 17px;
	--lh-Ms: 32px;
	--fs-M: 17px;
	--lh-M: 32px
}
}@media(max-width: 575px) {
	:root {
	--rwd-75px: 40px;
	--rwd-60px: 32px;
	--fs-Ms: 18px;
	--lh-Ms: 30px;
	--fs-M: 16px;
	--lh-M: 30px
}
}@media(max-width: 320px) {
	:root {
	--rwd-75px: 11.12vw;
	--rwd-60px: 5.6vw
}
}a {
	text-decoration: none
}
ul.ul-reset {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0
}
.img {
	max-width: 100%
}
.hover-bigger:hover {
	transform: scale(1.1)
}
.tr-1 {
	transition: all 1s ease
}
.tr-5 {
	transition: all .5s ease
}
#loading {
	position: fixed;
	width: 100vw;
	height: 100vh;
	background-color: #fff;
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .5s ease
}
#go-top {
	border: 0;
	background: none;
	bottom: 3vw;
	right: 30px;
	z-index: 999
}
#go-top img {
	width: 5vw;
	height: auto
}
@media(max-width: 1440px) {
	#go-top img {
	width: 5vw
}
}@media(max-width: 991px) {
	#go-top img {
	width: 7vw
}
}@media(max-width: 767px) {
	#go-top img {
	width: 12vw
}
}@media(max-width: 576px) {
	#go-top img {
	width: 15vw
}
}.buy-now {
	width: 7.5vw;
	position: fixed;
	z-index: 999;
	bottom: 120px;
	right: 30px;
	transition: all .5s ease-in-out;
	animation: buy-now 2s infinite
}
@media(max-width: 1440px) {
	.buy-now {
	width: 9vw;
	bottom: 100px;
	right: 30px
}
}@media(max-width: 991px) {
	.buy-now {
	width: 12vw;
	bottom: 100px;
	right: 30px
}
}@media(max-width: 767px) {
	.buy-now {
	width: 15vw;
	bottom: 90px;
	right: 30px
}
}@media(max-width: 576px) {
	.buy-now {
	width: 21vw;
	bottom: 80px;
	right: 30px
}
}@keyframes buy-now {
	0%,100% {
	transform: translateY(0px)
}
50% {
	transform: translateY(20px)
}
}#menu {
	position: absolute;
	z-index: 99;
	width: 100%
}
@media(max-width: 991px) {
	#menu {
	align-items: center;
	justify-content: space-between
}
}.nav-link {
	font-weight: bold;
	font-size: 20px
}
.nav-item a {
    color: #ffffff;
    font-weight: normal;
    font-size: 1.1vw;
    text-align: center;
    margin: 0 8px;
    padding: 0px 8px;
    text-decoration: none;
    display: block;
  }
  .nav-item a:hover {
    color: #fffb09;
    font-weight: 500;
  }
  @media (max-width: 1440px) {
    .nav-item a {
      font-size: var(--fs-Ms);
      margin: 0 8px;
      padding: 0 2px;
    }
  }
  
  .nav-item li:last-child > a {
    border-right: none;
  }
.logos {
	display: flex;
	align-items: flex-start;
	padding-top: 4vw; 
	padding-left: 7.5vw;
}
.logos a {
	display: block
}
.logos img {
	width: auto;
	height: 4.5vw;
	margin-left: 1vw;
	margin-top: 1vw
}
@media(max-width: 991px) {
	.logos img {
	width: auto;
	height: 4.5vw
}
}@media(max-width: 575px) {
	.logos img {
	height: 11vw
}
.logos {
	padding-top: 2vw; 
	padding-left: 4vw;
}
}#menu-nav > ul {
    background-color: #e6596e82;
    border-radius: 99px;
    border: 2px solid #fff;
    padding: 6px 0;
  }
  @media (max-width: 1440px) {
    #menu-nav > ul {
      padding: 4px 24px;
    }
  }
  @media (max-width: 991px) {
    #menu-nav > ul {
      border-radius: 0;
      padding-top: 7.5vw;
      padding-bottom: 4vw;
      background-color: rgba(0, 0, 0, 0.589);
	  border: none;
    }
  }
  @media (max-width: 575px) {
    #menu-nav > ul {
      padding-top: 16vw;
      padding-bottom: 3vw;
    }
  }
  .nav-item:not(:last-child) {
	border-right: 1px solid #fff
}
@media(max-width: 991px) {
	.nav-item:not(:last-child) {
	border-right: none
}
}
#menu-btn img {
	display: block;
	padding: .5vw;
	width: 5vw;
	height: auto
}
@media(max-width: 767px) {
	#menu-btn img {
	width: 7.5vw
}
}@media(max-width: 575px) {
	#menu-btn img {
	width: 11vw
}
}.menu-link ul {
    display: flex;
    align-items: center;
    margin-right: 7.5vw;
    margin-top: 1vw;
  }
@media(max-width: 991px) {
	#menu.menu-add-bg {
	top: 0px
}
.nav-item {
	width: 100%;
	text-align: center
}
.nav-item {
	width: 100%;
	text-align: center
}
.nav-item a {
	padding: 8px
}
.nav-item:not(:last-child) {
    border-bottom: none;
  }
.menu-link {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 0;
	overflow: hidden;
	z-index: -1
}
.menu-link.show-menu {
	height: 100vh
}
.menu-link {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    z-index: -1;
  }
  .menu-link.show-menu {
    height: 100vh;
  }
  .menu-link ul {
    flex-direction: column;
    padding-top: 54px;
    background: rgba(255, 253, 253, 0.6666666667);
    padding-bottom: 16px;
    margin-right: 0vw;
    margin-top: 0vw;
  }
}.section-block {
	padding: var(--rwd-75px) 0
}
.w-fit {
	width: -moz-fit-content;
	width: fit-content
}
@media(max-width: 1440px) {
	.section-block {
	padding: var(--rwd-60px) 0
}
}.swiper-add-arrows {
	position:relative;
	/* width: 64%; */
	margin: auto
}
.fade-png .swiper-slide:not(.swiper-slide-active) {
	opacity: 0 !important
}
.swiper-add-arrows .swiper-button-next,.swiper-add-arrows .swiper-button-prev {
	opacity: 0;
	z-index: -99
}
.arr-left,.arr-right {
	position: absolute;
	opacity: 1;
	cursor: pointer;
	width: 4vw;
	height: 4vw;
	top: 40%;
	background: url(../images/arr.png) center center no-repeat;
	background-size: 100% auto
}
.arr-left:hover,.arr-right:hover {
	opacity: .5
}
.arr-left {
	left: -4vw
}
.arr-right {
	right: -4vw;
	transform:rotate(180deg)
}
.hide-3-items .arr-left,.hide-3-items .arr-right {
	display: none
}
@media(max-width: 1600px) {
	.swiper-add-arrows {
	/* width: 80% */
}
}@media(max-width: 1199px) {
	.swiper-add-arrows {
	/* width: 80% */
}
.arr-left,.arr-right {
	background-size: 50%
}
}@media(max-width: 1024px) {
	.swiper-add-arrows {
	/* width: 80% */
}
.arr-left,.arr-right {
	background-size: 100%
}
}@media(max-width: 990px) {
	.hide-3-items .arr-left,.hide-3-items .arr-right {
	display: block
}
}@media(max-width: 575px) {
	.arr-left {
	left: -7vw
}
.swiper-add-arrows {
	width: 76%
}
.arr-right {
	right: -7vw;
	transform:rotate(180deg)
}
.arr-left,.arr-right {
	background-size: 100%;
	width: 10vw;
	height: 10vw;
}
}#loading {
	background: #f1f2f3
}
body {
	margin: 0;
	background: #f5f2ee
}
.video-background {
	position:relative;
	top: 0;
	left: 0;
	width: 100vw;
	height: 56vw;
	z-index: -1;
	overflow: hidden
}
.video-background iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100vw;
	height: 57vw;
	transform: translate(-50%, -50%);
	pointer-events: none
}
.kv{
	width: 100%;
	overflow-x: hidden
}

.kvSwiperBg{
	z-index: -1;
	width: 60%;
	left: 20%;
	top: 4vw;
}

.kv-price-date{
	position: absolute;
	width: 59vw;
    z-index: 3;
    right: 6vw;
    top: 37.5vw;
}

@media (max-width:575px) {
	.kvSwiperBg{
		width: 96%;
		left: 2%;
		top: 64vw;
	}
	.kv-price-date{
		width: 64vw;
		right: 4vw;
		top: 132.5vw;
	}
	.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
		content: none;
	}
	.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
		content: none;
	}
}

.swiper-slide img {
	width: 100%;
	height: auto
}
.kvSwiper,.swiper-wrapper {
	position:relative;
	width: 100%;
	height: auto
}
ul.temp-nav {
	top: 0vw;
	right: 0vw;
	background-color: #f1f2f3;
	border-radius: 0 0 0 99rem;
	padding-left: 16px
}
ul.temp-nav li>a {
	display: block;
	padding: .5vw 1.03vw;
	color: #0daccc;
	font-size: 1.35vw;
	border-right: 2px dashed #b3f2ff
}
ul.temp-nav li>a:hover {
	color: #ffd30e;
	font-weight: 500
}
ul.temp-nav li:last-child>a {
	border-right: none
}
/* 輪 */
.swiper-slide {
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 1.5vw
}
.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

@media (max-width: 575px) {
	.swiper-slide {
		padding-bottom: 7.5vw
	}
	.sw-flower .swiper-slide {
		padding-bottom: 2vw
	}
}

.info-art{
	background-image:url('../images/bg-art_01.png'),  url('../images/1x/bg-about.png');
	background-size:100% auto, 80% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: center bottom, center center;
	padding: 7.5vw 0;
}

.title-img{
	display: block;
	width: 49%;
	margin: auto;
	margin-bottom: 2vw;
}

.p-about{
	width: 42vw;
	font-size: 1.23vw;
	margin: auto;
}

.art-br{
	width: 17vw;
    right: 18%;
    bottom: 2vw;
}

.info-flower{
	background-color: #ffd5e1;
	background-image: url('../images/bg-art_02.png'), url('../images/1x/bg-art-bottom-100.jpg');
	background-size:100% auto, 100% auto;
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center bottom ;
	padding-bottom: 11vw;
}

.sw-flower{
	width: 64%;
}

.flower-tab img {
	cursor: pointer
}
.flower-tab img.tab-hover {
	position: absolute;
	width: 100%;
	height: auto;
	opacity: 0
}
.flower-tab img.tab-hover:hover {
	opacity: 1
}
.flower-tab.swiper-slide-thumb-active img.tab-hover {
	opacity: 1
}

@media (max-width: 1400px) {
	.info-art{
		background-image:url('../images/bg-art_01.png'),  url('../images/1x/bg-about.png');
		background-size:100% auto, 106% auto;
		padding-top: 8vw;
		padding-bottom: 12vw;
	}
	.p-about{
		width: 54vw;
		font-size: 1.4vw;
		margin: auto;
	}
	.art-br{
		width: 17vw;
		right: 13%;
		bottom: 7vw;
	}
}

@media (max-width: 991px) {
	.p-about{
		width: 56vw;
		font-size: 1.6vw;
	}
	.title-img{
		width: 58%;
	}
	.sw-flower{
		width: 76%;
	}
}

@media (max-width: 575px) {
	.info-art{
		background-image:url('../images/bg-art_01.png'),  url('../images/1x/bg-about.png');
		background-size:100% auto, 120% auto;
		padding-top: 2vw;
		padding-bottom: 12vw;
	}
	.p-about{
		width: 56vw;
		font-size: 3.2vw;
	}
	.title-img{
		width: 94%;
		margin-bottom: 5vw;
	}
	.sw-flower{
		width: 88%;
	}
}

.info-train{
	background-image: url('../images/1x/bg-info-blue-100.jpg');
	background-size: 100% auto;
	margin-top: -2px;
	padding-bottom: 7vw;
}

.block-train{
	padding-top: 4.5vw;
	padding-left: 3vw;
	padding-right: 3vw;
	padding-bottom: 2vw;
	width: 74vw;
	font-size: 1.5vw;
	margin: auto;
	margin-top: -4.5vw;
	background-color: #ffffff55;
	border-radius: 48px;
	margin-bottom: 5vw;
}

.block-train p{
	padding: 0 2.65vw;
}

.sw-animate{
	margin-bottom: 5vw;
	width: 66%;
}

.block-paint{
	padding-top: 7vw;
	padding-left: 3vw;
	padding-right: 3vw;
	padding-bottom: 2vw;
	width: 74vw;
	font-size: 1.5vw;
	margin: auto;
	margin-top: -6vw;
	background-color: #fff;
}

.sw-train{
	width: 95%;
}

.sw-paint{
	width: 95%;
}

.sw-pink{
	width: 66%;
	padding-bottom: 4vw;
}

.sw-blog{
	width: 60%;
	padding-bottom: 4vw;
}

.sub-title-train{
	width: 24.5vw;
	display: block;
	margin-bottom: 1vw;
}

@media (max-width: 1400px) {
	.block-train{
		padding-top: 4.5vw;
		padding-left: 3vw;
		padding-right: 3vw;
		padding-bottom: 2vw;
		width: 80vw;
		font-size: 1.6vw;
	}
	
	.block-paint{
		padding-top: 7vw;
		padding-left: 4vw;
		padding-right: 4vw;
		padding-bottom: 2vw;
		width: 84vw;
	}
	.sw-animate{
		margin-bottom: 5vw;
		width: 77%;
	}
	.sw-pink,.sw-blog{
		width: 75%;
		padding-bottom: 4vw;
	}	
}

@media (max-width: 991px) {
	.block-train{
		padding-top: 4.5vw;
		padding-left: 3vw;
		padding-right: 3vw;
		padding-bottom: 2vw;
		width: 70vw;
		font-size: 1.6vw;
		border-radius: 32px;
	}
	
	.block-paint{
		padding-top: 7vw;
		padding-left: 4vw;
		padding-right: 4vw;
		padding-bottom: 2vw;
		width: 74vw;
	}
	.sw-animate{
		margin-bottom: 5vw;
		width: 82%;
	}
	.sw-pink{
		width: 64%;
		padding-bottom: 4vw;
	}	
	.sw-blog{
		width: 55%;
		padding-bottom: 4vw;
	}	
}

@media (max-width: 575px) {
	.block-train{
		padding-top: 9.5vw;
		padding-left: 3vw;
		padding-right: 3vw;
		padding-bottom: 2vw;
		width: 90vw;
		font-size: 4vw;
		border-radius: 24px;
		margin-top: -10.5vw;
	}
	
	.block-paint{
		padding-top: 16vw;
		padding-left: 4vw;
		padding-right: 4vw;
		padding-bottom: 2vw;
		width: 90vw;
		margin-top: -16vw;
	}

	.sw-train{
		width: 80%;
	}
	
	.sw-paint{
		width: 80%;
	}

	.sub-title-train{
		width: 60vw;
		margin-bottom: 2vw;
	}
	.art-br {
        width: 30vw;
        right: 7%;
        bottom: 2vw;
    }
}

.block-pink{
	padding: 7vw 0;
	background-image: url('../images/1x/bg-info-pink-100.jpg');
	background-size: 100% auto;
}

.yt-play{
	width: 64%;
	padding-bottom: 4vw;
}

.table-img{
	width: 63vw;
	display: block;
	margin-bottom: 4vw;
}



.btn-sakura-date{
	width: 24vw;
	animation: btn-sakura-date 0.6s linear infinite;
}

@media (max-width: 575px) {
	.yt-play{
		width: 86%;
		padding-bottom: 5vw;
	}
	.table-img{
		width: 88%;
		padding-bottom: 5vw;
	}
	.btn-sakura-date{
		width: 50vw;
	}
	.a-btn-sakura-date{
		/* margin-top: -5vw; */
		padding-bottom: 6vw
	}
}

.kv-cow-top {
	transform-origin: 90% 95%;
	animation: identifier 1s steps(2) infinite
}
@keyframes identifier {
	0% {
	rotate: 5deg
}
100% {
	rotate: -5deg
}
}.kv-tiger {
	transform-origin: 90% 90%;
	animation: kv-tige 1.5s ease-in-out infinite
}
@keyframes kv-tige {
	0% {
	rotate: 0deg
}
50% {
	rotate: 2deg
}
100% {
	rotate: 0deg
}
}



@keyframes btn-sakura-date {
	0%, 100%{
		scale: 1;
	}
	50%{
		scale: 1.025;
	}
}

