@charset "UTF-8";
/* CSS Document */

	#fv .since {
		position: absolute;
		top: 150px;
		right: 30px;
		z-index: 10;
		font-size: 2.4rem;
		color: #fff;
		line-height: 1;
		font-style: italic;
		text-align: right;
	}
		#fv .since span {
			display: block;
			font-size: 2rem;
		}


	#fv .message {
 		position: absolute;
		top: 60%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);
  		-webkit- transform: translateY(-50%) translateX(-50%);    
  		-ms- transform: translateY(-50%) translateX(-50%);    
		z-index: 10;
		font-size: 6.8vw;	/*7.5*/
		color: #fff;
/*		font-style: italic; */
		font-weight: bold;
		line-height: 1.5em;
		text-align: center;
		white-space: nowrap;
	}
	
	#fv .message span {
		padding-top: 35px;
		display: block;
		font-size: 5vw;		/*7*/
		line-height: 1.5em;
	}

