@charset 'UTF-8';
/* CSS Document */



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;
	border: 0;
	outline: 0;
	user-select: element !important;  /* CSS3 */
	-moz-user-select: element !important; /* Firefox */
	-webkit-user-select: element !important; /* Safari、Chromeなど */
	-ms-user-select: element !important; /* IE10かららしい */
}

html {
	position: relative;
}


/*---------------------------------------------レスポンシブ
*/

/*ナビゲーション*/

#nav_cover{
	background:url(../html_img/common/nav_bg02.png) repeat-y !important;
	width: 766px;
}

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


body {
	min-width: 980px;
}

.bg {
	position:fixed;
	top:-50%;
	left:-50%;
	width:200%;
	height:200%;
	z-index:-100;
}

.bg img {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	min-width:50%;
	min-height:50%;
}

#cont {
	width: 806px;
	margin: 0 auto 80px;
	padding-left: 70px;
	font-size: 10px;
	line-height: initial;
	box-sizing: content-box;
}

#cont h2 {
	margin: 84px 0 16px;
	font-family: CrimsonText-Regular, Minion,Garamond, Times New Roman, Bodoni !important;
	font-size: 3.7em;
	font-weight: 100;
	color: #fff;
}

#cont #subttl {
	margin-bottom: 76px;
}

#cont article {
	color: #fff;
	font-size: 1.1em;
	line-height: 1.9;
}

#cont article #text_left {
	float: left;
}

#cont article #text_right {
	float: right;
}

#cont article #text_left #btn_buy01 {
	padding-top: 90px;
}

#cont article #text_right #btn_buy02 {
	padding-top: 48px;
}

#cont a:hover {
	opacity: 0.5;
	filter: alpha(opacity=50);
}

#cont a {
	text-decoration: underline;
}

#buy {
	position: absolute;
	bottom: 30px;
	right: 30px;
}



/*一定のサイズより小さい場合*/
@media screen and (max-width: 999px) {
	
	body {
		min-width: inherit;
	}
	
	#cont {
		width: auto;
		margin: 0;
		padding: 100px 40px 100px 140px;
		position: relative;
	}
	
	#cont h2 {
		margin: 84px 0 14px;
	}
	
	#cont article #text_left {
		width: 48%;
	}
	
	#cont article #text_right {
		width: 48%;
	}
	
	#cont article #text_left #btn_buy01 {
		padding: 30px 0 60px;
	}
	
	#cont article #text_right #btn_buy02 {
		padding-top: 30px;
	}
	
}

@media screen and (max-width: 767px) {
	
	#cont {
		width: auto;
		margin: 0;
		padding: 100px 20px;
	}
	
	.main_img {
		width: 100%;
		height: auto;
	}
	
	#cont #subttl {
		margin-bottom: 60px;
		line-height: 1;
	}
	
	#cont article #text_left {
		float: none;
		width: auto;
	}
	
	#cont article #text_right {
		float: none;
		width: auto;
	}
	
	.sp-only {
		 display: block;
	}

	.pc-only {
		 display: none;
	}

}

@media screen and (max-width: 480px) {
	
	#cont #subttl img {
		width: 90%;
		height: auto;
	}
	
	#cont .main_img {
		width: 100%;
		height: auto;
	}
	
	#cont h2 {
		font-size: 3.2em;
	}
}


/*一定のサイズより大きい場合*/
@media screen and (min-width: 979px) {
	.sp-only {
		 display: none;
	}

	.pc-only {
		 display: block;
	}
}

/*PCスマホ横向きの場合*/
@media only screen and (orientation:landscape)
{
}
/*PCスマホ縦向きの場合
@media only screen and (orientation:portrait) {

}
*/