@charset "utf-8";

.lead{
	text-align: left;
	padding: 20px;

}
.youtube01 {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
}
	.youtube01 iframe {
		position: absolute;
		top: 0;
		right: 0;
		width: 100% !important;
		height: 100% !important;
	}


/* !Section sec01
---------------------------------------------------------- */
#sec01 {
	padding: 20px 0 0 0;
}
#sec01 h2 {
	text-align: center;
	margin-bottom: 45px;

}
	#sec01 h2 img {
		max-width: 303px;
		height: auto;

	}
#sec01 .btn_movie {
	text-align: center;
	margin-bottom: 15px;

}

#sec01_head {
	margin-bottom: 20px;
	position: relative;
}
	#sec01_head p {
		position: relative;
		z-index: 100;
		width: 44.2%;
		bottom: 0;
		left: 0;
	}
		#sec01_head p img {
			width: 100%;
			max-width: 283px;
		}
		/*
 * .movie_list
 */
.movie_list{

	margin-bottom: 25px;
}
.movie_list li{

	padding: 25px 0;
	border-bottom: 1px #ff8c8c dotted;
	text-align: center;
}
	.movie_list li h3{
		text-align: center;
		color: #ff8c8c;
		font-size: 1.5rem;
		margin-bottom: 10px;
		font-weight: bold;
	}
	.movie_list li h3.fss{
		font-size: 1.3rem;
	}
	.movie_list li .thumb{
		margin-bottom: 30px;

	}
	.movie_list li .thumb img{
		width: 100%;
		height: auto;

	}
.movie_list li:last-child{
	border: none;
}

	#sec01_introduce {
		box-sizing: border-box;
		border: 4px solid #b28247;
		padding: 15px;
		margin-top: 23px;
	}
		#sec01_introduce h3 {
			padding: 0 0 6px 0;
			text-align: left;
		}
		#sec01_introduce h3 img {
			width: 100%;
		}
		#sec01_introduce p {
			font-size: 68.7%;
			color: #6a3906;
		}
		#sec01_introduce ul {
			margin-top: 15px;
		}
		#sec01_introduce li {
			font-size: 56.2%;
			color: #6a3906;
		}
			#sec01_introduce li a {
				color: #f64598;
			}
#plus {
	margin: 3%;
}
#plus h3 {
	color: #FFFFFF;
	font-weight: bold;
	background: #ee1582;
	margin: 30px 0 10px 0;
	padding: 15px;
}
#plus span {
	font-size: 80%;
}

.wrap_movie01 {
    position: relative;
    width: 90%;
    min-height: 200px;
    margin: 20px auto;
}