@charset "UTF-8";









/*



	sec
	Old Page Redirect



*/









/* ---------------------------------------------------



	common



--------------------------------------------------- */
body {
	border: 5px solid rgba(173, 0, 45, 1);
	position: relative;
	}
body:before,
body:after {
	content: '';
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	}
body:before {
	background: url(/src/img/top/intro/slide/02.png) center center no-repeat;
	background-size: cover;
	z-index: -1;
	}
body:after {
	background: rgba(255, 255, 255, 0.4);
	z-index: 0;
	}
#rdr-wrap {
	padding: 50px;
	text-align: center;
	position: relative;
	z-index: 1;
	}

	#rdr-wrap img { max-width: 60%; }

	#rdr-wrap h1 {
		font-size: 110%;
		line-height: 2;
		}

	#rdr-wrap p {}
	#rdr-wrap a {
		background: rgba(173, 0, 45, 1);
		border: 1px solid rgba(173, 0, 45, 1);
		color: rgba(255, 255, 255, 1);
		display: inline-block;
		font-size: 120%;
		margin: 50px auto 0;
		padding: 15px 60px;

		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		}
		#rdr-wrap a:hover {
			color: rgba(173, 0, 45, 1);
			background: rgba(255, 255, 255, 0.3);
			}









/*



	MediaQuery



*/









/* ---------------------------------------------------



	1024



--------------------------------------------------- */
@media screen and (max-width: 1024px) {



/*

	Common

--------------------------------------------------- */
#rdr-wrap {}

#rdr-wrap h1 {
	font-size: 90%;
	line-height: 1.75;
	text-align: left;
	}

#rdr-wrap a:hover {
	background: rgba(173, 0, 45, 1);
	color: rgba(255, 255, 255, 1);
	}




}









/* ---------------------------------------------------



	750



--------------------------------------------------- */
@media screen and (max-width: 750px) {



/*

	Common

--------------------------------------------------- */




}