@charset "utf-8";
/* CSS Document */
/********************************************************************
	index.css
*********************************************************************/


/*--------------------------------------------------------------------
	ボタンエリア
----------------------------------------------------------------------*/
.btnArea {
	margin: 20px auto 40px;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.btnArea {
		margin: 30px auto 60px;
	}
}

/*--------------------------------------------------------------------
	マージンボトム調整
----------------------------------------------------------------------*/
.cnts_mgbtm {
	margin-bottom: 40px;	
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.cnts_mgbtm {
		margin-bottom: 80px;	
	}
}

/*--------------------------------------------------------------------
	メインビュー
----------------------------------------------------------------------*/
.mainview {
	background-image:url("../img/main_bg.jpg");
    background-position: center top;
    background-size: cover;
}
.mainview .txt1 {
	padding-top: 30px;
}

/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {

}
/*--------------------------------------------------------------------
	動画領域
----------------------------------------------------------------------*/
.mvArea video {
	width: 100%;
	margin: 20px auto;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.mvArea video {
		width: 100%;
		margin: 40px auto;
	}
}

/*--------------------------------------------------------------------
	購入ボタン
----------------------------------------------------------------------*/
.buyBtn {
	text-align: center;
	box-sizing: border-box;
	padding: 15px 10px;
	background-color: #edebe7;
}
/*****************************************************
	768px以上【tablet】
******************************************************/
@media print, screen and (min-width: 768px) {
	.buyBtn {
		text-align: center;
		box-sizing: border-box;
		padding: 30px 10px;
		background-color: #edebe7;
	}
}
