<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

html {
	background-color: #000;
}

/* コーポレート上書き */
/*----------------------------------------------------------------------------*/
#content {
	background-color: #222;
	
}

/* 左右枠 */
/*----------------------------------------------------------------------------*/
#content-frame {
	margin: auto;
	min-width: 1200px;
	max-width: 1400px;
	background-image: url(../imgs/content/base.png);
	background-position: center top;
	background-color: #000;
}
* html #content-frame {
	width: 1200px;
}

/* ボタン */
/*----------------------------------------------------------------------------*/
/* ----- 購入ボタン ----- */
#buy-ps4-button,
#buy-ps3-button,
#buy-amazon-button {
	display: block;
	width: 347px;
	height: 53px;
}
#buy-ps4-button:hover,
#buy-ps3-button:hover,
#buy-amazon-button:hover {
	background-position: 0 center;
}
/* 汎用購入ボタン */
#buy-ps4-button {
	background-image: url(../imgs/button/buy_ps4.png);
}
#buy-ps3-button {
	background-image: url(../imgs/button/buy_ps3.png);
}
/* Amazon用購入ボタン */
.amazon #buy-ps4-button {
	background-image: url(../imgs/button/buy_ps4_amazon.png);
}
.amazon #buy-ps3-button {
	background-image: url(../imgs/button/buy_ps3_amazon.png);
}
#buy-amazon-button {
	background-image: url(../imgs/button/buy_amazon.png);
}

/* ----- 動画ボタン ----- */
#movie-button {
	display: block;
	cursor: pointer;
	margin-left: 385px;
	width: 407px;
	height: 235px;
	background-image: url(../imgs/button/play_movie.png);
}

/* ----- ボタンナビ ----- */
#button-navi {
	position: absolute;
	top: 392px;
	left: 250px;
}

/* ----- 購入ボタンナビ ----- */
#buy-button-navi {
	margin-top: 22px;
	width: 704px;
}
	#buy-button-navi li {
		float: left;
	}
	#buy-button-navi li:first-child {
		margin-right: 10px;
	}
.amazon #buy-button-navi {
	width: 357px;
}
	.amazon #buy-button-navi li {
		margin-left: 174px;
	}


/* ヘッダー */
/*----------------------------------------------------------------------------*/
#header {
	position: relative;
	margin: auto;
	width: 1200px;
	height: 737px;
	background-image: url(../imgs/header/base.jpg);
	background-repeat: no-repeat;
}
	.no-item #header {
		height: 767px;
	}

	/* ----- キャラクター ----- */
	#character {
		position: absolute;
		top: 611px;
	}

/* -----  ----- */
#cboxOverlay {
	cursor: default !important;
}

/* フッター */
/*----------------------------------------------------------------------------*/
#footer {
	margin: auto;
	width: 1200px;
	height: 376px;
	background-image: url(../imgs/footer/base.jpg);
}</pre></body></html>