@charset "UTF-8";
main {
	margin: 0;
	width: 100%;
	}
.wrap-video {
position: relative;
    width: 100vw;
    overflow: hidden;
}

.wrap-video video {
  width: 100%;
  height:350px;
  object-fit: cover;
font-family: 'object-fit: cover;'; /*IE対策*/
display: block;
}
.copy {
	z-index: 20;
	position: absolute;
	right: 0px;
	width: 50%;
	top: 50%;
    transform: translateY(-50%);
}
.copy img {
	width: 100%;
}
/*スクロールボタンの指定*/
 .scroll {
	 position: absolute;
	 width: 100%;
	 bottom: 0;
	 text-align: center;
}
 .scroll a {
	 position: relative;
	 display: inline-block;
	 font-size: 80%;
	 color: #fff;
	 text-decoration: none;
	 padding: 0 0 50px;
}
 .scroll a:before {
	 content: "";
	 position: absolute;
	 width: 25px;
	 height: 25px;
	 left: 0;
	 right: 0;
	 bottom: 25px;
	 margin: auto;
	 border-bottom: 1px solid #fff;
	 border-right: 1px solid #fff;
	 transform: rotate(45deg);
	 animation: move 2s infinite;
}
/*矢印をアニメーションする*/
 @keyframes move {
	 0% {
		 transform: rotate(45deg) translate(0, 0);
	}
	 20% {
		 transform: rotate(45deg) translate(10px, 10px);
	}
	 40% {
		 transform: rotate(45deg) translate(0, 0);
	}
}
/*	 content01
/* ------------------------------------- */
.content01	{
	width: 100%;
	background: url(../img/i01.jpg) no-repeat bottom #640000;
	background-size: 100%;
}
.content01t,
.content02t,
.content02_2t,
.content03_3t {
	width: 100%;
	margin: 8% 0 280px 0;
}
.content03t {
	width: 100%;
	margin: 8% 0 450px 0;
}
.m01,
.m_e01 {
	background: url("../img/m01.png") no-repeat;
	background-size: 300px 119px;
}
.m01 h3 img,
.m02 h3 img {
	height: 60px;
	margin: 15px 0 15px 8%;
}
.m_e01 h3 img,
.m_e02 h3 img {
	height: 80px;
	margin: 15px 0 15px 8%;
}	
.content01t p,
.content02t p,
.content02_2t p,
.content03t p,
.content03_3t p {
	margin: 15px 8%;
	font-size: 90%;
	text-align: justify;
}

/*	 content02
/* ------------------------------------- */
.content02 {
	width: 100%;
	background: url(../img/i02.jpg) no-repeat bottom;
	background-size: 100%;
}	
.m02,
.m_e02 {
	background: url("../img/m02.png") no-repeat;
	background-size: 300px 119px;
}
.content02_2 {
	width: 100%;
	background: url(../img/i02_2.png) no-repeat bottom;
	background-size: 100%;
}
.content02_2 img,
.content03_3 img {
	width: 100%;
	margin: 0px 0 10px 0;
}
/*	 content03
/* ------------------------------------- */
.content030	{
	width: 100%;
	background: #640000;
}
.content03	{
	width: 100%;
	background: url(../img/i03_3.png) no-repeat bottom #640000;
	background-size: 100%;
}
.content03_2 {
	width: 100%;
	padding: 8% 0 0 0;
}
.content03_2 img {
	width: 100%;
}
.content03_3 {
	width: 100%;
	background: url(../img/i03.jpg) no-repeat bottom #640000;
	background-size: 100%;
}
/*	 schedule
/* ------------------------------------- */	
.schedule {
	padding: 8%;
	text-align: center;
}
.schedule_m {
	font-size: 130%;
}
.schedule p {
	font-size: 90%;
}
.sct {
	margin: 20px 0px;
}
table {
	border-collapse: collapse;
	border-color: #000;
	border-style: solid;
	border-width: 0;
	text-align: left;
line-height:1.5em;
word-break: break-all;
	background: #640000;
	color: #FFF;
}
table th {
	font-size: 80%;
	line-height: 150%;
	padding: 3px;
	border: 2px solid #000;
	font-weight: normal;
}
table td {
	font-size: 80%;
	line-height: 150%;
	padding: 10px;
	border: 2px solid #000;
}
.sct img {
	width: 100%;
}
/*	 special
/* ------------------------------------- */	
.special {
	background: #EBB;
	padding: 8%;
	text-align: center;
}
.special img {
	width: 100%;
}
.sp01,
.sp_t {
	width: 100%;
	margin: 0 0 20px 0;
}
.sp02 {
	width: 100%;
	margin: 0 0 0px 0;
}
.special h3 {
	font-size: 150%;
	line-height: 1.4;
}
.special p {
	font-size: 90%;
	line-height: 1.6;
	text-align: justify;
	margin: 7px 0 0px 0;
}
.special_box {
	width: 100%;
	background:linear-gradient(0deg, rgba(132, 0, 0,1) 40%,rgba(182, 0, 0,1) 100%);
	padding: 5px;
	box-sizing: border-box;
}
.special_box2 {
	width: 100%;
	background:linear-gradient(0deg, rgba(127, 60, 0,1) 40%,rgba(162, 97, 0,1) 100%);
	padding: 5px;
	box-sizing: border-box;
	margin: 30px 0 0 0;
}
.special_box0 {
	width: 100%;
	border: 2px solid #590000;
	padding: 20px;
	box-sizing: border-box;
	background:  url("../img/sp02.png") no-repeat left top;
	background-size: 80%;
}
.special_box02 {
	width: 100%;
	border: 2px solid #590000;
	padding: 20px;
	box-sizing: border-box;
	background:  url("../img/sp01.png") no-repeat right top;
	background-size: 60%;
}
.sp_b,
.sp_b2 {
	padding: 10px 0 0px 0;
}
.sp_b a {
text-decoration: none;
	color: #C00;
	transition: 0.3s;	
	font-size: 120%;
	font-weight: bold;
		width: 100%;
	line-height: 2em;
	text-align: center;
	background: #EBB;
	padding: 7px 15px;
	display: inline-block;
	box-sizing: border-box;
}
.sp_b2 a {
text-decoration: none;
	color: #630;
	transition: 0.3s;	
	font-size: 120%;
	font-weight: bold;
		width: 100%;
	line-height: 2em;
	text-align: center;
	background: #E0CCaa;
	padding: 7px 15px;
	display: inline-block;
	box-sizing: border-box;
}
.sp_b a:hover,
.sp_b2 a:hover {
	opacity: 0.5;
	text-decoration: none;
}
/* ------------------------------------- */
/*	 resposive430
/* ------------------------------------- */
@media screen and (min-width: 430px) {
.content01t,
.content02t,
.content02_2t,
.content03_3t {
	margin: 8% 0 310px 0;
}
.content03t {
	margin: 8% 0 500px 0;
}
}
/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
.br_sp { 
display: block;
}
.br_sp2 { 
display:none;
}
.wrap-video {
position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
}

.wrap-video video{
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
}
.copy {
	z-index: 20;
	position: absolute;
	width: 35%;
}
/*	 content01
/* ------------------------------------- */
.content01	{
	width: 100%;
	background: url(../img/i01s.jpg) no-repeat center right #640000;
	background-size: 50%;
}
.content01t,
.content03t {
	width: 46.5%;
	float: left;
	margin: 30px 0;
}	
.m01,
.m_e01 {
	background: url("../img/m01.png") no-repeat;
	background-size: 400px 159px;
}
.m01 h3 img,
.m02 h3 img {
	height: 80px;
	margin: 30px 0 30px 8%;
}	
.m_e01 h3 img,
.m_e02 h3 img {
	height: 100px;
	margin: 30px 0 30px 8%;
}
.m_e01 h3 img,
.m_e02 h3 img {
	height: 100px;
	margin: 30px 0 30px 8%;
}
.content01t p,
.content03t p {
	margin: 20px 0 0px 8%;
	font-size: 85%;
}
/*	 content02
/* ------------------------------------- */
.content02	{
	width: 100%;
	background: url(../img/i02s.jpg) no-repeat center left;
	background-size: 50%;
}	
.content02t	{
	width: 50%;
	float: right;
	margin: 30px 0;
}	
.m02,
.m_e02 {
	background: url("../img/m02.png") no-repeat;
	background-size: 465px 159px;
}
.content02t p {
	margin: 20px 8% 0px 8%;
	font-size: 85%;
}
.content02_2 {
	width: 100%;
	background: url(../img/i02_2s.png) no-repeat center right;
	background-size: 50%;
}
.content02_2t {
	width: 50%;
	float: left;
	margin: 0px 0 30px 0;
}
.content02_2t p,
.content03_3t p {
	margin: 0px 8% 10px 8%;
}
.content02_2 img,
.content03_3 img {
	width: 84%;
	margin: 0px 0 10px 8%;
}
	
/*	 content03
/* ------------------------------------- */
.content03	{
	width: 100%;
	background: url(../img/i03_3s.png) no-repeat center right #640000;
	background-size: 50%;
}
.content03_2 {
	padding: 0 0 40px 0;
}
.content03_3 {
	width: 100%;
	background: url(../img/i03.jpg) no-repeat center left #640000;
	background-size: 50%;
	padding: 20px 0 50px 0;
}	
.content03_3t {
	width: 50%;
	float: right;
	margin: 0px;
}
/*	 schedule
/* ------------------------------------- */	
.schedule {
	padding: 40px 8%;
	text-align: center;
	background: url("../img/schedule.jpg") no-repeat;
	background-size: 100%;
}
.schedule_m {
	font-size: 170%;
}
.schedule p {
	font-size: 90%;
}
.sct {
	margin: 20px 0px;
}
table th {
	font-size: 90%;
	line-height: 1.8;
}
table td {
	font-size: 90%;
	line-height: 1.8;
}
/*	 special
/* ------------------------------------- */	
.special {
	padding: 40px 0;
}
.sp01,
.sp_t {
	width: 32%;
	margin: 0 2% 0px 0;
	float: left;
}
.sp02 {
	width: 32%;
	margin: 0 0 0px 0;
	float: right;
}
.special p {
	font-size: 80%;
	text-align: center;
}
.special h3 {
	font-size: 170%;
	margin: 5px 0 0 0;
}
.special_box {
	width: 84%;
	margin: 0px auto;
	}
.special_box2 {
	width: 84%;
	margin: 30px auto 0 auto;
}
.special_box0 {
	background-size: 50%;
}
.special_box02 {
	background-size: 40%;
}
.sp_b a,
.sp_b2 a {
		width: 40%;
}
}
/* ------------------------------------- */
/*	 resposive980
/* ------------------------------------- */
@media screen and (min-width: 980px) {
.br_sp3 { 
display: none;
}

.copy {
	z-index: 20;
	position: absolute;
	width: 33%;
}
/*	 content01
/* ------------------------------------- */
.content01t,
.content02t,
.content03t {
	margin: 60px 0;
}	
.m01,
.m_e01 {
	background: url("../img/m01.png") no-repeat;
	background-size: 500px 199px;
}
.m01 h3 img {
	height: 100px;
	margin: 30px 0 30px 20%;
}	
.m_e01 h3 img {
	height: 120px;
	margin: 30px 0 30px 20%;
}
.content01t p,
.content03t p {
	margin: 30px 0 0px 20%;
	font-size: 110%;
	line-height: 2;
}

/*	 content02
/* ------------------------------------- */	
.m02,
.m_e02 {
	background: url("../img/m02.png") no-repeat;
	background-size: 465px 159px;
}
.m02 h3 img {
	height: 100px;
	margin: 30px 20% 30px 8%;
}
.m_e02 h3 img {
	height: 120px;
	margin: 20px 20% 30px 8%;
}
.content02t p {
	margin: 30px 20% 0px 8%;
	font-size: 110%;
	line-height: 2;
}
.content02_2t {
	width: 46.5%;
	margin: 30px 0;
}
.content02_2t p {
	margin: 10px 0 30px 20%;
	font-size: 110%;
	line-height: 2;
}
.content02_2 img {
	width: 80%;
	margin: 0px 0 30px 20%;
}
.content03_3 img {
	width: 72%;
	margin: 0px 20% 30px 8%;
}
/*	 content03
/* ------------------------------------- */	
.content03_2 {
	padding: 60px 0;
}
.content03_3 {
	padding: 20px 0 10% 0;
}
.content03_3t p {
	margin: 0px 20% 30px 8%;
	font-size: 110%;
	line-height: 2;
}
/*	 schedule
/* ------------------------------------- */	
.schedule {
	padding: 60px 20%;
}
table th {
	font-size: 110%;
	line-height: 2;
}
table td {
	font-size: 110%;
	line-height: 2;
}
/*	 special
/* ------------------------------------- */	
.special {
	padding: 40px 10%;
}
.sp01,
.sp_t {
	width: 32%;
	margin: 0 2% 0px 0;
	float: left;
}
.sp02 {
	width: 32%;
	margin: 0 0 0px 0;
	float: right;
}
.special h3 {
	font-size: 180%;
	margin: 10px 0 5px 0;
}
.special h5 {
	margin: 5px 0 0px 0;
}
.special p {
	font-size: 110%;
	line-height: 1.5;
	margin: 5px 0 0px 0;
}
.sp_b a,
.sp_b2 a {
	font-size: 120%;
	line-height: 2em;
}
.special_box {
	width: 84%;
	}
.special_box2 {
	width: 84%;
}
}
/* ------------------------------------- */
/*	 resposive1300
/* ------------------------------------- */
@media screen and (min-width: 1300px) {

.content02_2 {
	width: 100%;
	background: url(../img/i02_2.png) no-repeat center right;
	background-size: 50%;
}
.content03	{
	width: 100%;
	background: url(../img/i03_3.png) no-repeat center right #640000;
	background-size: 50%;
}
.special h3 {
	margin: 30px 0 5px 0;
}
}