@charset "shift_jis";

#topper {
	background: none;
}

main {
	background: url(../action/images/action_bg.jpg) no-repeat center top;
	background-size: 100%;
}

#contents {
	width: 100%;
	height: auto;
}

#topper h1.ttl {
	padding-top: 30px;
	text-align: right;
}

#battle,
#item {
	padding-top: 35px;
	background: url(../action/images/action_bg2.png) no-repeat center top;
	background-size: 100%;
}

.txt {
	padding: 15px;
	line-height: 1.6;
}

.movie {
	width: 62.5%;
	margin: 0 auto;
}


/* #battle */
#battle h2.battle-ttl {
	text-align: center;
}

#battle .battle-inner {
	position: relative;
	min-height: 578px;
	background: url(../action/images/battle_bg.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
}

#battle .sttl {
	text-align: left;
}

#battle .battle-chara {
	position: absolute;
	top: -4%;
	right: 0;
}

#battle .battle-copy {
	margin: 10% 0 4% 0;
	color: #463f39;
	line-height: 1.6;
}

/* #item */
#item {
	position: relative;
}

#item h2.item-ttl {
	text-align: right;
}

#item .item-chara {
	position: absolute;
	top: -8%;
	left: 0;
}

#item .txt {
	padding-top: 9%;
}

#item .item-inner {
	min-height: 563px;
	padding: 4% 0 11.5% 0;
	background: url(../action/images/item_bg.png) no-repeat center top;
	background-size: 100%;
	text-align: center;
}

#item .item-copy {
	margin: 2% 0 4.5% 0;
	color: #463f39;
	line-height: 1.6;
}

/* ========================================
	Movie
======================================== */
body#movie {
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: none;
	background-color: #000;
}
#movie .wrap {
	position: relative;
	margin: 20px auto 0 auto;
	text-align: center;
}
#close {
	margin: 10px 0 0;
}