@charset "UTF-8";
/* CSS Document */


html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Gotham, Helvetica Neue, Helvetica, Arial," sans-serif";
}

/*--movie--*/

.visual {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.visual::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.3);
    background-image: linear-gradient(-45deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));
    background-position: left top;
    background-size: 4px 4px;
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    animation-name: visFadeIn;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-delay: .1s;
}

.visual_adp {
    position: fixed;
    z-index: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.visual_adp::before {
    content: "";
    background-color: rgba(255, 255, 255, 0.5);
	/*background-color: transparent;*/
    /*background-image: linear-gradient(-45deg, transparent 25%, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.2) 50%, transparent 50%, transparent 75%, rgba(0, 0, 0, 0.2) 75%, rgba(0, 0, 0, 0.2));*/
	
	/*background-image: -webkit-gradient(linear, 0 0, 0 100%, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff)),-webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, transparent), color-stop(.5, #ffffff), to(#ffffff));-webkit-background-size: 5px 5px;*/
	
	background-image:radial-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px);
	
    background-position: left top;
    background-size: 3px 3px;
    background-repeat: repeat;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    animation-name: visFadeIn;
    animation-iteration-count: 1;
    animation-fill-mode: backwards;
    animation-duration: 1s;
    animation-delay: .1s;
}

.visual_text {
    display: none;
}
.visual_video {
    display: block;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.visual_video > source {}

/*--video_content--*/

.visDummy {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    animation-name: fadeIn;
    animation-delay: 1s;
    animation-fill-mode: backwards;
    animation-iteration-count: 1;
    animation-duration: 1s;
    min-height: 400px;
}
.visDummy_inner {}
.visDummy_title {
    line-height: 1;
}
.visDummy_title > b {
    display: block;
    position: relative;
    z-index: 1;
    left: -5px;
}
.visDummy_title > small {
    display: block;
    letter-spacing: 1.1px;
}
[lang="en"] .visDummy_title > small {
    letter-spacing: 0;
}
.visDummy_headline {
    letter-spacing: 1.7px;
}

[lang="en"] .visDummy_headline {
    letter-spacing: 0;
}
.visDummy_text {
    max-width: 360px;
    letter-spacing: 1px;
}
[lang="en"] .visDummy_text {
    letter-spacing: 0;
}

.u-inner {
    max-width: 1024px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
}

.u-inner::after {
    content: "";
    display: block;
    clear: both;
}



h1 {
	font-family: "Segoe UI Light","SF Pro Display Thin","San Francisco Light","San Francisco","Helvetica Neue Light",sans-serif;
	font-size: 4.125em;
	font-weight: 200;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 20px;
	margin-top: 0.75em;
	margin-bottom: 0em;
}

h2 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 2em;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.875em;
	margin-left: 20px;
	margin-top: 0em;
	margin-bottom: 1.125em;
}

h3 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.25em;
	font-weight: 400;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 0.875em;
	margin-left: 20px;
	margin-top: 0em;
	margin-bottom: 1.125em;
}

.button_r {
	display: block;
	margin-left: 20px;
	color: #ea1517;
	text-decoration: none;
	border: 2px #ea1517 solid;
	padding: 8px 10px;
	position: relative;
	top: 20px;
	z-index: 5;
}


/*phone View*/
@media screen and (max-width:767px) {
	
	/**/
	.visDummy {
		display: none;
        /*min-height: 0;
        background: #fff;
        color: #000;
        padding: 73px 0;
        height: auto;*/
    }
	
    .visDummy_inner {}
    .visDummy_title {}
    .visDummy_title > b {
        display: none;
    }
	
    .visDummy_title > small {
        margin-top: 0;
    }
	
    .visDummy_headline {
        margin-bottom: 15px;
    }
	
    .visDummy_text {
        max-width: none;
        letter-spacing: 0;
        line-height: 2.1;
    }
	
    [lang="en"] .visDummy_text {
        text-align: left;
    }
	
    .visual {
        position: relative;
        height: 100vh;
        background: url("../img/top.jpg") center center no-repeat;
        background-size: cover;
    }
	
    .visual::before {
        background-image: none;
        background-color: rgba(0, 0, 0, 0.5);
    }
	
	.visual_adp {
        position: relative;
        height: 100vh;
        background: url("../img/adp.jpg") center center no-repeat;
        background-size: cover;
    }
	
    .visual_adp::before {
        background-image: none;
        background-color: rgba(255, 255, 255, 0.0);
    }
	
    .visual_video {
        display: none;
    }
	
    .visual_text {
        display:flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
		font-size: 2.5em;
        color:#FFFFFF;
		position: absolute;
        z-index: 100;
		font-weight: bold;
        text-align: center;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
		/*padding: 0 20px 0 20px;*/
        /*margin: auto;*/
    }
	
    .visual_video > source {}
	
	.u-inner {
        padding: 0 18px;
	}
	
	.u-en {
    font-family: 'Noto Sans', sans-serif;
    visibility: hidden;
	}
	
	html.wf-active .u-en {
    visibility: visible;
	}
	
	h1 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.625em;
	font-weight: 400;
	color: #9ea1a3;
	text-transform: uppercase;
	letter-spacing: 0.875em;
	margin-left: 0.875em;
	margin-top: 0em;
	margin-bottom: 1em;
	}
	
	h2 {
	font-family: 微軟正黑體,sans-serif,"STHeitiTC-Medium","Heiti TC";
	font-size: 1.625em;
	font-weight: 400;
	color: #9ea1a3;
	text-transform: uppercase;
	letter-spacing: 0.875em;
	margin-left: 0.875em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	}
	
	h3 {
	font-family: 微軟正黑體;
	font-size: 1.625em;
	font-weight: 200;
	color: #302833;
	text-transform: uppercase;
	margin-bottom: 1.25em;
	}
}

/*Pad View*/
@media screen and (max-width:1023px){
	
	/**/
	.visDummy {}
    .visDummy_inner {}
    .visDummy_title {}
    .visDummy_title > b {}
    .visDummy_title > small {}
    .visDummy_headline {}
    .visDummy_text {}
    .visual {}
    .visual::before {}
	.visual_adp {}
    .visual_adp::before {}
    .visual_video {}
    .visual_video > source {}
}
	
	.u-inner {
        padding: 0 2%;
        width: 100%;
        box-sizing: border-box;

/*Desktop View*/
@media screen and (min-width:1024px){}