/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*ACCESSIBILITY*/
.sr-only { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden;}

header { padding: 1.5rem;}
header img { width: 94px;}

#introduction .paper-container { position: absolute; z-index: 5; top: 25vh; left: 50%; transform: translate(-50%, 0); width: 100%; text-align: center;}
#introduction .paper-container .text-coming-soon { position: absolute; top: -9vh; left: 50%; transform: translate(-50%, 0); max-width: 180px; height: auto;}
#introduction .paper-container .logo-yk { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); height: auto;}
#introduction .paper-container .paper { height: auto;}

@media only screen and (max-width: 1279px) and (orientation: portrait) {
	#introduction .paper-container .logo-yk { max-width: 42%;}
	#introduction .paper-container .paper { max-width: 84%;}
}

@media only screen and (max-width: 1365px) and (orientation: landscape)  {
	#introduction .paper-container .logo-yk { max-width: 22%;}
	#introduction .paper-container .paper { max-width: 40%;}
}

@media only screen and (min-width: 1366px) and (orientation: landscape)  {
	#introduction .paper-container .logo-yk { max-width: 15%;}
	#introduction .paper-container .paper { max-width: 30%;}
}

#introduction .curve-container { position: absolute; z-index: 3; bottom: 0vh; left: 0; width: 100%; height: 60vh;}
.introduction-persona-01, .introduction-persona-02, .introduction-persona-03, .introduction-persona-04, .introduction-persona-05, .introduction-persona-06 { position: absolute; z-index: 4; bottom: 0; height: 12vh;}
.introduction-persona-01 { left: 1vw;}
.introduction-persona-02 { left: 32vw;}
.introduction-persona-03 { left: 45vw; transform: rotate(14deg); -webkit-transform: rotate(14deg); -moz-transform: rotate(14deg);}
.introduction-persona-04 { display: none; transform: rotate(32deg); -webkit-transform: rotate(32deg); -moz-transform: rotate(32deg);}
.introduction-persona-05 { right: 22vw; transform: rotate(14deg); -webkit-transform: rotate(14deg); -moz-transform: rotate(14deg);}
.introduction-persona-06 { right: 1vw;}
.introduction-curve { display: none;}

@media only screen and (max-width: 1366px) and (orientation: landscape) { 	
}

@media only screen and (min-width: 768px) and (orientation: landscape) { 
	.introduction-persona-01, .introduction-persona-02, .introduction-persona-03, .introduction-persona-04, .introduction-persona-05, .introduction-persona-06 { height: 12vw;}
	.introduction-persona-02 { left: 16vw;}
	.introduction-persona-03 { left: 24vw; }
	.introduction-persona-04 { display: block; right: 25vw;}
	.introduction-persona-05 { right: 15vw;}
}

@media only screen and (min-width: 1536px) and (orientation: landscape){
	.introduction-persona-01, .introduction-persona-02, .introduction-persona-03, .introduction-persona-04, .introduction-persona-05, .introduction-persona-06 { position: absolute; z-index: 4; height: 10vw; transform: rotate(0deg);}
	.introduction-persona-01 { top: 7vh; left: 4vw;}
	.introduction-persona-02 { top: 9vh; left: 16vw;}
	.introduction-persona-03 { top: 6vh; left: 24vw;}
	.introduction-persona-04 { top: 2vh; right: 26vw;}
	.introduction-persona-05 { top: -10vh; right: 18vw;}
	.introduction-persona-06 { top: -17vh; right: 4vw;}
	.introduction-curve { display: block; margin: 0 auto; max-width: 100%; height: auto;}
}

@media only screen and (min-width: 1920px) and (orientation: landscape){
	#introduction .paper-container { width: 599px;}
	#introduction .paper-container .logo-yk { max-width: 100%;}
	#introduction .paper-container .paper { max-width: 100%;}
}