/* ----------------------------
  Hero
---------------------------- */
.hero {
	height: 100%;
	background: #fff;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
	z-index: 5;
}
@media screen and (max-width: 812px) {
	.hero {
		padding-top: 0px;
		/* height: auto; */
		min-height: 100%;
	}
}
@media screen and (max-width: 479px) {
	.hero {
		padding-top: 0px;
	}
}
@media screen and (max-width: 812px) and (orientation: landscape) {
	.hero {
		/* height: 177.8666667vw; */
	}
}

/* Hero Title
---------------------------- */
body .hero-title {
	margin: 0 2.307692308em 1.923076923em;
	overflow: hidden;
	position: absolute;
	bottom: 0em;
	left: 50%;
	z-index: 1;
    width: 60vw;
    transform: translateX(-57%);
    background: url(../image/kv_title_L.png) no-repeat center/contain;
    clip-path: inset(0 100% 0 0);
    transition: 0.5s cubic-bezier(0.37, 0, 0.63, 1);
    transition-property: clip-path;
    transition-delay: 1s;
}
.hero-title picture {
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
    opacity: 0;
}
.loaded .hero-title picture {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
body.loaded .hero-title{
    clip-path: inset(0);
}
@media screen and (max-width: 812px) {
	body .hero-title {
		/* margin: 78% 2.1333333% 0; */
		margin: 0;
		top: unset;
		bottom: 60px;
        left: 50%;
        transform: translateX(-50%);
        width: 90vw;
	}
}
@media screen and (max-width: 479px) {
	.hero-title {
		top: 60px;
	}
}


/* Hero Panels
---------------------------- */
.hero-panels {
	height: 100%;
	position: relative;
}

@media screen and (max-width: 812px) {
	.hero-panels {
		/* height: auto; */
	}
	.hero-panels:before {
		content: "";
		display: block;
		padding-top: 114.6666667%;
	}
}


/* Hero Panel Background
---------------------------- */
.hero-panel-bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hero-panel-bg div {
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.6s, width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    
}
.hero-panel-bg div:nth-child(1) {
	background: #3B8EA9;
	left: 0;
}
.hero-panel-bg div:nth-child(2) {
	background: #FF5F00;
	left: 25%;
}
.hero-panel-bg div:nth-child(3) {
	background: #ffd0e4;
	left: 50%;
}
.hero-panel-bg div:nth-child(4) {
	background: #7e8ade;
	left: 75%;
}

/* Loaded */
.loaded .hero-panel-bg div {
	width: 25%;
	opacity: 1;
}
.loaded .hero-panel-bg div:nth-child(1) { transition-delay: 0s; }
.loaded .hero-panel-bg div:nth-child(2) { transition-delay: 0.2s; }
.loaded .hero-panel-bg div:nth-child(3) { transition-delay: 0.4s; }
.loaded .hero-panel-bg div:nth-child(4) { transition-delay: 0.6s; }


/* Hero Panel
---------------------------- */
.hero-panel {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.hero-panel div {
	width: 0;
	height: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity 0.6s, width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hero-panel div:nth-child(1) {
	left: 0;
}
.hero-panel div:nth-child(2) {
	left: 25%;
}
.hero-panel div:nth-child(3) {
	left: 50%;
}
.hero-panel div:nth-child(4) {
	left: 75%;
}

/* Panel Visible */
.hero-panel-visible div {
	width: 25%;
	opacity: 1;
}
.hero-panel-visible div:nth-child(1) { transition-delay: 0s; }
.hero-panel-visible div:nth-child(2) { transition-delay: 0.2s; }
.hero-panel-visible div:nth-child(3) { transition-delay: 0.4s; }
.hero-panel-visible div:nth-child(4) { transition-delay: 0.6s; }


/* Hero Panel Image
---------------------------- */
.hero-panel div:before {
	content: "";
	display: block;
	width: 25vw;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	-webkit-transform: translate3d(-12%, 0, 0);
	transform: translate3d(-12%, 0, 0);
	transition: all 0.6s;
}

/* Panel Visible */
.hero-panel-visible div:before {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
    background-repeat: no-repeat;
}
.hero-panel-visible div:nth-child(1):before { transition-delay: 0s; }
.hero-panel-visible div:nth-child(2):before { transition-delay: 0.2s; }
.hero-panel-visible div:nth-child(3):before { transition-delay: 0.4s; }
.hero-panel-visible div:nth-child(4):before { transition-delay: 0.6s; }

/* Each */
.hero-panel-01 div:nth-child(1):before {
	background-image: url(../image/kv_mask.png),url(../image/kv-ren.jpg);
    background-position:center bottom ,center top;
    background-size:100% auto, cover;
}
.hero-panel-01 div:nth-child(2):before {
	background-image: url(../image/kv_mask.png),url(../image/kv-alban.jpg);
    background-position:center bottom ,center top;
    background-size:100% auto, cover;
}
.hero-panel-01 div:nth-child(3):before {
	background-image: url(../image/kv_mask.png),url(../image/kv-enna.jpg);
    background-position:center bottom ,center top;
    background-size:100% auto, cover;
}
.hero-panel-01 div:nth-child(4):before {
    background:url(../image/kv_mask.png),url(../image/kv-meloco.jpg);
    background-position:center bottom,center top;
    background-size:100% auto, cover;
    background-repeat: no-repeat;
    
}
.hero-panel-02 div:nth-child(1):before {
	background-image: url(../image/kv_mask.png),url(../image/kv-ren.jpg);
    background-position:center bottom ,center top;
    background-size:100% auto, cover;
}
.hero-panel-02 div:nth-child(2):before {
	background-image: url(../image/kv_mask.png),url(../image/kv-alban.jpg);
    background-position:center bottom ,center top;
    background-size:100% auto, cover;
}
.hero-panel-02 div:nth-child(3):before {
	background-image: url(../image/kv_mask.png),url(../image/kv-enna.jpg);
    background-position:center bottom ,center top;
    background-size:100% auto, cover;
}
.hero-panel-02 div:nth-child(4):before {
    background:url(../image/kv_mask.png),url(../image/kv-meloco.jpg);
    background-position:center bottom,center top;
    background-size:100% auto, cover;
    background-repeat: no-repeat;
}

@media screen and (max-width: 812px) {
	.hero-panel-01 div:nth-child(1):before {
        background-image: url(../image/kv_mask.png),url(../image/kv-ren.jpg);
        background-position:center bottom ,center top;
        background-size:100% 50%, cover;
	}
	.hero-panel-01 div:nth-child(2):before {
        background-image: url(../image/kv_mask.png),url(../image/kv-alban.jpg);
        background-position:center bottom ,center top;
        background-size:100% 50%, cover;
	}
	.hero-panel-01 div:nth-child(3):before {
        background-image: url(../image/kv_mask.png),url(../image/kv-enna.jpg);
        background-position:center bottom ,center top;
        background-size:100% 50%, cover;
	}
	.hero-panel-01 div:nth-child(4):before {
		background: url(../image/kv_mask.png),url(../image/kv-meloco.jpg);
        background-position: center bottom ,center top;
        background-size:100% 50%, cover;
		background-repeat: no-repeat;
	}
	.hero-panel-02 div:nth-child(1):before {
        background-image: url(../image/kv_mask.png),url(../image/kv-ren.jpg);
        background-position:center bottom ,center top;
        background-size:100% 50%, cover;
	}
	.hero-panel-02 div:nth-child(2):before {
        background-image: url(../image/kv_mask.png),url(../image/kv-alban.jpg);
        background-position:center bottom ,center top;
        background-size:100% 50%, cover;
	}
	.hero-panel-02 div:nth-child(3):before {
        background-image: url(../image/kv_mask.png),url(../image/kv-enna.jpg);
        background-position:center bottom ,center top;
        background-size:100% 50%, cover;
	}
	.hero-panel-02 div:nth-child(4):before {
		background:url(../image/kv_mask.png),url(../image/kv-meloco.jpg);
        background-position: center bottom ,center top;
        background-size:100% 50%, cover;
		background-repeat: no-repeat;
	}
}


/* Hero Bar
---------------------------- */
.hero-body {
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
    text-align: center;
    background: #292929;
}
.hero-body p{
    margin: 0; padding: 10px;
    background: -webkit-linear-gradient(0deg,#D8BAFF, #FCC4C0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; 
    display: inline-block;font-family: 'Noto Serif TC', serif; font-weight: 600; 

}
.hero-body dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	padding: 0 7.692307692em 0 2.307692308em;
	height: 5.384615385em;
	background: #fff;
	line-height: 1.25;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) 1.4s;
}
.loaded .hero-body dl {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);;
}
.hero-body dt {
	margin-right: 1.5em;
	white-space: nowrap;
	font-weight: bold;
	font-size: 1.538461538em;
}

@media screen and (max-width: 812px) {
	.hero-body {
		position: absolute;
        bottom: 0;
	}
	.hero-body dl {
		display: block;
		padding: 4.6666667% 0;
		height: auto;
		text-align: center;
		line-height: 1.272727273;
		opacity: 0;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.8s;
	}
	.loaded .hero-body dl {
		opacity: 1;
	}
	.hero-body dt {
		margin-right: 0;
		font-size: 1.307692308em;
	}
	.hero-body dd {
		margin-top: 1.8666667%;
	}
}

/* Hero Arrow
---------------------------- */
.hero-body dl:after {
	content: "";
	padding-top: 1.230769231em;
	width: 7.692307692em;
	height: 0;
	background: url(../images/hero-arrow.png) no-repeat center;
	background-size: contain;
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -.5em;
	-webkit-animation: move 1.4s infinite;
	animation: move 1.4s infinite;
}
@media screen and (max-width: 812px) {
	.hero-body dl:after {
		display: none;
	}
}