@charset "utf-8";
/* CSS
----------------------------------------------------------- */

a, a:link, a:visited{
	color:#fff;
	text-decoration:none;
}
a:hover, a:active{color:#999;}

.pc {
	display:block !important;
}
.sp {
	display:none !important;
}
/* 改行を消す */
.br-sp {
	display:none;
}

/* main
----------------------------------------------------------- */

main{
	max-width: 1250px;
	background-color:#000;
	position:relative;
	margin: 0 auto;
}

main h1{
}

main section img{
	width:100%;
	z-index: 1000;
}

main h1,
main section{
		margin-bottom: 150px;
		position:relative;
}

img.mov_title{
	position: absolute;
}

p.mov_cap{
	position: absolute;
	right: 100px;
	bottom: 20px;
	text-align: center;
    font-size: 1.5em;
    line-height: 1.2em;
}

main .mov{
	z-index: 200;
	background: #000;
	text-align: right;
}

main .mov video{
	width: 60%;
}

main section p.buy_btn{
	width: 50%;
	margin: 1em auto 0;
}

main #home_06 p{
	text-align: center;
	font-size: 1.2em;
}




/* スマホ タブレット用 */
@media screen and (max-width:640px) {

	.pc {
		display:none !important;
	}
	.sp {
		display:block !important;
	}
	/* 改行を復活 */
	.br-sp {
		display:inline;
	}

a, a:link, a:visited{
	color:#666;
	text-decoration:none;
}
a:hover, a:active{color:#c2a87b;}

main h1,
main section{
		margin-bottom: 10px;
}

main .mov{
	position:relative;
	z-index: 200;
	background: #000;
}

main .mov video{
	width: 70%
}

main section p.buy_btn{
	width: 80%;
	margin: 1em auto 5em;
}

main #home_06 p{
	font-size: 0.9em;
	margin-top: 1.5em;
	margin-bottom: 100px;
}

}

/* 色とかスペースとかPC&スマホ共通の装飾
----------------------------------------------------------- */

.txt_large{
	font-size: 1.4em;
}

.mb1em{
	margin-bottom:1em !important;
}

.mb2em{
	margin-bottom:2em !important;
}

.pdl1em{
	padding-left:1em !important;
}

.txt_min{
	font-family:"游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}

.flt_r{
	float:right;
	margin-left:2em;
}

.img_center{
	text-align:center !important;
}

.txt_b{
	font-weight:bold !important;
}

.txt_gr{
	color:#4d7662 !important;
}

.txt_rd{
	color:#820909 !important;
}






