@charset "utf-8";

@import url(http://fonts.googleapis.com/css?family=Montserrat);

/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;

	font-size: 1em;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body,
table,
input, textarea, select, option {
	font-family: HiraKakuProN-W3;
	font-size: 0.8em;
}

article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary {
	display: block;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
img { vertical-align:bottom }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	text-align: center;
	line-height: 1.5;
	color:#fff;
	background:#111;
}
.background {
	width:100%;
	height:100%;
	z-index: -1;
	background:url(../../img/bg_img1.jpg) no-repeat top center;
	background-size:100% auto;
	position: fixed;
	top:0;
	left:0;
	right:0;
	left:0;
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
}
#conts .secLine {
	width:100%;
	background:url(../../img/bg_img3.png) repeat top left;
	background-size:25px;
}
#conts #siteDesc {
	background:url(../../img/bg_img2.png) no-repeat top center;
	background-size:100% auto;
}
#conts #siteDesc h2 img {
	padding: 8% 0;
}
#youtubeSecwrap {
	padding: 20px 0;
}
#youtubeSec {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#youtubeSec iframe {
	position: absolute;
	top: 10%;
	right: 10%;
	width: 80% !important;
	height: 80% !important;
}
#conts #blueray {
	background:url(../../img/bg_img4.png) no-repeat top left #222;
	background-size:100% auto;
	padding-top:20px;
}
#conts #dvd {
	background:url(../../img/bg_img7.png) no-repeat top left #222;
	background-size:100% auto;
	padding-top:20px;
}
#conts #blueray h3,
#conts #dvd h3,
#conts .discJKT {
	margin-bottom:20px;
}
#conts .discDesc {
	margin-bottom:30px;
}
.disBox{
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	text-align:left;
}
.disBox p {
	width: 50%;
}
.disBox p.txtL {
	padding:0 2% 0 7%;
	line-height:1.7em;
}
.disBox p.txtR {
	padding:0 5% 0 3%;
	line-height:1.7em;
}
.disBox.bottom {
	margin-bottom:50px;
}
.discTtl {
	margin-bottom:10px;
}
p.fsP2 {
	line-height:1.6em;
	padding-bottom:40px;
}
.colorBA21BA {
	color:#BA21BA;
}

#buy {
	width: 100%;
	background: url(../../img/buy/buy_bg.png) no-repeat top center;
	background-size: 100% auto;
}

#buy ul {
	padding-top: 60%;
	padding-bottom: 14%;
}

#buy ul li {
	margin-bottom: 14%;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	background:url(../../img/bg_img6.png) repeat top left;
	background-size:13px;
	padding-bottom:10px;
}
#gFooter h3 {
	padding:30px 0;
}
#copyright {
	font-size:11px;
	font-family: 'Montserrat', "ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro", "メイリオ", Meiryo, sans-serif;
}