@charset 'utf-8';
.spHide {
	display: none !important;
}
#viewport {
	overflow: hidden;
}

/*__ common ________________________________*/

body { -webkit-text-size-adjust: none; }

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;
}
#viewport a {
	text-decoration: none;
}


.section1 {
	padding-bottom: 20px;
}
.sec1-main img.sp-img {
	width: 100%;
}
.sec1-main .sec1-info {
	background-color: rgba(0,0,0,0.8);
	padding: 20px 0;
	margin: 0 auto;
	width: 90%;
}
h1 {
	font-size: 14px;
	color: #fff;
	padding-bottom: 15px;
}
.sec1-main .sec1-info img.pc-logo {
	display: none;
}
.sec1-info dl {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 12px;
	margin-bottom: 20px;
}
.sec1-info dl:last-child {
	width: 95%;
	margin: 0 auto;
	text-align: left;
	color: #fff;
	font-size: 14px;
	margin-bottom: 0;
}
.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: 12px;
	line-height: 14px;
}
.sec1-info dd span.day {
	font-size: 16px !important;
	line-height: 20px;
}


.section2 {
	width: 100%;
	padding: 20px 0 0;
}
.consent {
	margin: 0 auto;
	padding: 15px 10px 20px;
	background-color: #eaeaea;
	font-size: 12px;
	color: #000;
	position: relative;
}
.consent2 {
	margin: 0 auto;
	padding: 15px 10px 20px;
	background-color: #eaeaea;
	font-size: 12px;
	color: #000;
	position: relative;
}
.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: 100%;
	height: 800px;
	margin: 45px auto 0;
	padding: 20px 0;
	color: #fff;
	background-color: #000;
	overflow: scroll;
}
.agreeInner {
	margin: 0 5%;
	text-align: left;
	font-size: 12px;
	
}
.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: 90%;
	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: 40px 0 20px;;
}
.entryInner {
	width: 100%;
	margin: 0 auto;
}
.entryL {
	width: 90%;
	margin: 20px auto 0;
}
.entryR {
	width: 90%;
	margin: 0 auto;
}
.entryR img {
	width: 100%;
}





.item {
	/*margin-top: 7px;*/
	padding: 20px 0;
	font-size: 16px;
	background-color: #eaeaea;
}
.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: 70%;
	/*height: 54px;*/
	text-align: center;
	text-decoration: none;
	/*line-height: 54px;*/
	outline: none;
	padding: 10px;
}
.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 .sec1-main h2 {
	font-size: 20px;
	width: 100%;
	padding: 15px 0;
}
.sec1-main .sec1-info_t img.pc-logo {
	display: none;
}

.sec1-info_t h1 {
	font-size: 14px;
	color: #000;
	padding-bottom: 15px;
}


.agreement_t {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
	color: #fff;
	background-color: #000;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}
.agreeInner_t {
	margin: 0 30px;
	text-align: center;
	font-size: 14px;
}
.agreeInner_t h2 {
	font-size: 18px;
}
.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%;
	/*padding: 20px 0 0;*/
}
.entry_t {
	width: 100%;
	padding: 30px 0;
}
.entryInner_t {
	width: 100%;
	margin: 0 auto;
	padding-top: 10px;
}
.entryL_t {
}
.entryR_t {
	margin-top: 20px;
}

.button_t {
	display: inline-block;
	width: 60%;
	/*height: 54px;*/
	text-align: center;
	text-decoration: none;
	/*line-height: 54px;*/
	outline: none;
	padding: 10px;
}
.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 {
	box-shadow: 0px 5px 5px rgba(0,0,0,0.5);
}
.numberbox {
	width: 80%;
	margin: 30px auto;
	border: 2px solid #fff;
	padding: 20px;
}
.numberbox ul.number {
	width: 100%;
	overflow: hidden;
}
.numberbox ul.number li {
	width: 50%;
	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: 50px;
}

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


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

.MovieBox video{
	width: 100%;
}












