@charset 'utf-8';
.pcHide {
	display: none !important;
}
/*__ common ________________________________*/

body {
	-webkit-text-size-adjust: none;
	min-width: 980px;
}
img {
	vertical-align: bottom;
}
a img {
	border-style: none;
}
p {
	margin: 0;
	padding: 0;
}
ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
hr.dashed {
	margin: 10px 0;
	border: 0;
	border-bottom: 1px dashed #ccc;
}
i {
	font-style: normal !important;
}
#viewport {
	line-height: normal;
}
.section1 {
	width: 100%;
	height: 550px;
	background: url(../../image/bg_gr.jpg);
	background-position: center;
	background-size: 100% 550px;
	background-repeat: no-repeat;
}
.sec1-main {
	width: 100%;
	height: 480px;
	position: relative;
}

.sec1-main img.sp-img {
	display: none;
}

.sec1-main-inner {
	width: 100%;
	height: 480px;
	margin: 0 auto;
	background-image: url(../../image/img-main.jpg);
	background-position: center;
	background-size: 1200px 480px;
	background-repeat: no-repeat;
}

.sec1-main-inner2 {
	width: 980px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.sec1-info {
	width: 374px;
	height: 100%;
	float: right;
}
h1 {
	margin: 0 auto;
	font-size: 12px;
	padding: 15px 0;
	color: #fff;
}

.sec1-info img.pc-logo {
	width: 250px;
	margin: 10px auto 20px;
}
.sec1-info dl {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 12px;
	margin-bottom: 25px;
}
.sec1-info dt {
	width: 100%;
	border-bottom: 1px solid #fff;
}
.sec1-info dd {
	font-size: 12px;
	padding-top: 10px;
}
.sec1-info dd span {
	font-size: 18px;
	line-height: 30px;
}
.sec1-info dd span.caution {
	font-size: 10px;
	line-height: 14px;
}
.sec1-info dd span.day {
	font-size: 15px !important;
}
.section2 {
	width: 100%;
	background-image: url(../../image/cbr1000rr_img.png);
	background-size: 1440px;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	padding-bottom: 30px;
}
.consent {
	width: 400px;
	padding: 10px 0 20px;
	background-color: #eaeaea;
	position: absolute;
	top: -95px;
	left: 0;
	right: 0;
	margin: auto;
	color: #000;
}
.consent2 {
	width: 400px;
	padding: 15px 0 15px;
	background-color: #eaeaea;
	position: absolute;
	top: -95px;
	left: 0;
	right: 0;
	margin: auto;
	color: #000;
	font-size: 16px;
}
.arwD {
	width: 36px;
	height: 6px;
	background-image: url(../../image/arwD.png);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 35px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.agreement {
	width: 980px;
	margin: 0 auto;
	color: #fff;
	background-color: #000;
}
.agreeInner {
	margin: 0 30px;
	text-align: left;
	font-size: 12px;
	padding-bottom: 20px;
}
.agreeInner h2 {
	text-align: center;
	font-size: 20px;
}
.agreeInner h3 {
	font-size: 18px;
	margin-top: 20px;
	padding-bottom: 10px;
}
.agreeInner p {
	padding-bottom: 10px;
}
.agreeInner ul {
	width: 95%;
	margin: 0 auto;
	padding-bottom: 10px;
}
.agreeInner li {
	list-style: disc;
}
.agreeInner a {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.agreeInner a:hover {
	color: #cc0000;
}
.entry {
	width: 100%;
	background-color: #eaeaea;
	padding: 50px 0 100px;
}
.entryInner {
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
	position: relative;
}
.entryL {
	width: 60%;
}
.entryR {
	width: 400px;
	position: absolute;
	right: 20px;
	top: 0;
}
.item {
	width: 340px;
	margin: 0 auto;
	text-align: center;
	/*margin-top: 7px;*/
	padding: 70px 0 30px;
	;
	font-size: 16px;
	color: #666;
	display: table;
}
.item p {
	display: table-cell;
}
.item p a {
	color: #666;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.item p a:hover {
	color: #cc0000;
}
.button {
	display: inline-block;
	width: 450px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button::before, .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button, .button::before, .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button {
	position: relative;
	z-index: 2;
	background-color: #CC0000;
	border: 2px solid #CC0000;
	color: #fff !important;
	line-height: 50px;
}
.button:hover {
	background-color: #fff;
	border-color: #CC0000;
	color: #CC0000 !important;
}
.button::before, .button::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #CC0000;
}
.button::before {
	top: 0;
}
.button::after {
	bottom: 0;
}
.button:hover::before, .button:hover::after {
	height: 0;
	background-color: #CC0000;
}


img.mail {
	width: 300px;
}





.section1_t {
	width: 100%;
	height: 480px;
	background: url(../../image/bg_gr2.jpg);
	background-position: center;
	background-size: 100% 480px;
	background-repeat: no-repeat;
}
.sec1-main-inner_t {
	width: 100%;
	height: 480px;
	margin: 0 auto;
	background-image: url(../../image/img-main2.jpg);
	background-position: center;
	background-size: 2000px 480px;
	background-repeat: no-repeat;
}
.sec1-info_t {
	width: 374px;
	height: 100%;
	float: right;
}
.sec1-info_t img.pc-logo {
	width: 330px;
	margin: 100px auto 20px;
}
.sec1-info_t h2 {
	width: 88%;
	margin: 80px auto 0;
	text-align: left;
	color: #fff;
	font-size: 18px;
	margin-bottom: 25px;
}



.agreement_t {
	width: 980px;
	margin: 40px auto 0px;
	padding: 30px 0;
	color: #fff;
	background-color: #000;
}
.agreeInner_t {
	margin: 0 30px;
	text-align: center;
	font-size: 14px;
}
.agreeInner_t h2 {
	font-size: 20px;
}
.agreeInner_t h3 {
	font-size: 18px;
}
.agreeInner_t p {
	padding-bottom: 20px;
}
.agreeInner_t a {
	color: #ccc;
	text-decoration: none;
	-webkit-transition: 0.8s;
	-moz-transition: 0.8s;
	-o-transition: 0.8s;
	-ms-transition: 0.8s;
	transition: 0.8s;
}
.agreeInner_t a:hover {
	color: #cc0000;
}
.agreeInner_t .thxbox {
	width: 80%;
	margin: 30px auto;
	border: 2px solid #fff;
	padding: 40px 20px 20px 20px;
}
.section2_t {
	width: 100%;
	background-image: url(../../image/cbr1000rr_img.png);
	background-size: 1440px;
	background-position: bottom center;
	background-repeat: no-repeat;
	padding: 30px 0;
	position: relative;
}

.entry_t {
	width: 100%;
	/*background-color: #eaeaea;*/
	padding: 30px 0;
}
.entryInner_t {
	width: 980px;
	margin: 0 auto;
	padding-top: 10px;
	/*position: relative;*/
	overflow: hidden;
}
.entryL_t {
	width: 50%;
	float: left;
}
.entryR_t {
	width: 50%;
	float: right;
	margin: 30px 0
}


.button_t {
	display: inline-block;
	width: 350px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
}
.button_t::before, .button_t::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button_t, .button_t::before, .button_t::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
.button_t {
	position: relative;
	z-index: 2;
	background-color: #8F692F;
	border: 2px solid #8F692F;
	color: #8F692F;
	line-height: 50px;
	margin-bottom: 20px;
}
.button_t:hover {
	background-color: #8F692F;
	border-color: #8F692F;
	color: #fff;
}
.button_t::before, .button_t::after {
	left: 0;
	width: 100%;
	height: 50%;
	background-color: #fff;
}
.button_t::before {
	top: 0;
}
.button_t::after {
	bottom: 0;
}
.button_t:hover::before, .button_t:hover::after {
	height: 0;
	background-color: #8F692F;
}





.section1_n {
	width: 100%;
	height: 250px;
	background-color: #000;
	background: url(../../image/bg_img01.jpg);
	background-position: center top;
	background-size: 3000px 488px;
	background-repeat: no-repeat;
	/*box-shadow: 0px 5px 5px rgba(0,0,0,0.5);*/
}
.numberbox {
	width: 80%;
	margin: 30px auto;
	border: 2px solid #fff;
	/*padding: 20px;*/
	padding: 120px 20px;
}
.numberbox ul.number {
	width: 725px;
	margin: 0 auto;
	overflow: hidden;
}
.numberbox ul.number li {
	width: 140px;
	padding: 15px 0;
	float: left;
}

.agreeInner .thxbox {
	width: 80%;
	margin: 30px auto;
	border: 2px solid #fff;
	padding: 20px;
	text-align: center;
	font-size: 14px;
}






/*movie*/
.MovieWrap{
	margin-top: 80px;
}

.MovieWrap h2 span{
	display: block;
	font-size: 15px;
	margin-top: 5px;
}


.MovieBox{
	width: 85%;
	margin: 30px auto 100px;
}

#vjs_video_3{
	width: 780px;
	height: 460px;
}

.MovieBox video{
	width: 100%;
}










