#ex_main_img {
	text-align: center;
	padding: 60px 0 40px 0;
}
@media screen and (min-width: 460px) and (max-width: 652px){
	#ex_main_img {
		width: 100%;
		padding: 0 10px;
		margin: 6rem 0 0 0 !important;
	}
}
@media screen and (max-width: 459px) {
	#ex_main_img {
		width: 100%;
		padding: 0 10px;
		margin: 15rem 0 0 0 !important;
	}
}
#main_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 52;
}
#main_img:before {
	content: "";
	display: block;
	padding-top: 100%;
}
@media screen and (min-width: 1200px) {
	#main_img {
		width: 1200px;
		margin: 0 auto;
	}
}
#wrapper .content .top_img_area {
	text-align: center;
	overflow: hidden;
	margin: 20px 0;
}
/* PARALLAX */
.parallax {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 125% 0 0;
	background: no-repeat scroll;
	position: absolute;
}
#bg00 {
	z-index: 51;
	background-image: url(../img/main_logo.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#copy {
	z-index: 50;
	background-image: url(../img/main_copy.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#bg01 {
	z-index: 48;
	background-image: url(../img/bg/bg01.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#bg02 {
	z-index: 49;
	background-image: url(../img/bg/bg02.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#bg03 {
	z-index: 47;
	background-image: url(../img/bg/bg03.png);
	background-repeat: no-repeat;
	background-size: contain;
}
#bg04 {
	z-index: 46;
	background-image: url(../img/bg/bg04.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#bg05 {
	z-index: 45;
	background-image: url(../img/bg/bg05.png);
	background-repeat: no-repeat;
	background-size: cover;
}
#bg06 {
	z-index: 44;
	background-image: url(../img/bg/bg06.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

/*#main_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 51;
}
#main_img:before {
	content: "";
	display: block;
	padding-top: 100%;
}
@media screen and (min-width: 1200px) {
	#main_img {
		width: 1200px;
		height: 1200px;
		margin: 0 auto;
	}
}*/
/* PARALLAX */
/*.parallax {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 125% 0 0;
	background: no-repeat scroll;
	position: absolute;
}
.parallax img {
	position: absolute;
	width: 100%;
}
#bg00 {
	z-index: 50;
}
#bg00 img {
	top: 12%;
	left: 0;
}
#copy {
	z-index: 50;
}
#copy img {
	top: 26%;
	left: 0;
}
#bg01 {
	z-index: 48;
}
#bg01 img {
	top: 22%;
	left: 0;
}
#bg02 {
	z-index: 49;
}
#bg02 img {
	bottom: 0;
	left: 0;
}
#bg03 {
	z-index: 47;
}
#bg03 img {
	top: 3%;
	left: 0;
}
#bg04 {
	z-index: 46;
}
#bg04 img {
	bottom: 0;
	left: 0;
}
#bg05 {
	z-index: 45;
}
#bg05 img {
	bottom: 0;
	left: 0;
}
#bg06 {
	z-index: 44;
}
#bg06 img {
	bottom: 0;
	left: 0;
}*/

/*#main_img {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 52;
}
#main_img:before {
	content: "";
	display: block;
	padding-top: 100%;
}
@media screen and (min-width: 1200px) {
	#main_img {
		width: 1200px;
		height: 1200px;
		margin: 0 auto;
	}
}*/
/* PARALLAX */
/*.parallax-window {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	min-height: 800px;
	padding: 125% 0 0;
	position: absolute;
	background: transparent;
}
#bg00 {
	z-index: 51;
}
#copy {
	z-index: 50;
}
#bg01 {
	z-index: 48;
}
#bg02 {
	z-index: 49;
}
#bg03 {
	z-index: 47;
}
#bg04 {
	z-index: 46;
}
#bg05 {
	z-index: 45;
}
#bg06 {
	z-index: 44;
}*/
/*----------*/
#awards_info h3,
#released_info h3 {
	font-family: 'hannari';
	font-size: 4rem;
}
#wrapper ul#top_info li {
	text-align: center;
}
#wrapper ul#top_info li h3 {
	font-family: 'hannari';
	font-size: 3rem;
	font-weight: bold;
	letter-spacing: 0.3rem;
	margin: 0;
}
#wrapper ul#top_info .info_box {
	width: 90%;
	margin: 0 auto;
	padding: 25px 20px;
	border-bottom: 3px dotted #CCC;
}
#wrapper ul#top_info li:last-child .info_box {
	border: none;
}
@media screen and (max-width: 850px) {
	#wrapper ul#top_info li h3 {
		font-size: 2.5rem;
		letter-spacing: 0rem;
	}
}
.award_img_box {
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.award_img_box img {
	max-width: 50%;
}
#review_area .review_link {
	margin: 0;
	font-size: 2rem;
}
#wrapper .s_copy {
	width: 100%;
	color: #FFF;
	font-family: 'hannari';
	font-size: 1.7rem;
	text-align: center;
	line-height: 3rem;
}
#wrapper .name {
	margin: 2rem 0 0 0;
}
#wrapper #credit_area {
	width: 100%;
	text-align: center;
}
#message_area #profile_img {
	width: 350px;
	margin: 3rem 0 0 0;
}
@media screen and (max-width: 350px) {
	#message_area #profile_img{
		width: 100%;
	} 
}
#wrapper #credit_area dl dt {
	margin: 2rem 0 0 0;
}
@media screen and (min-width: 1200px) {
	#wrapper .s_copy {
		width: 1200px;
		margin: 0 auto;
		font-size: 3.5rem;
		line-height: 6rem;
	}
	#wrapper #about_area {
		font-size: 2.5rem;
	}
}

