@charset "utf-8";

footer {
	position: relative;
	z-index: 3;
}

/*---------------------------
	スペシャルコンテンツ
	---------------------------*/
#content_Wrap {
	overflow: hidden;

}

.mainvisual {
	width: 100%;
}

.lower_ttl {
	padding: 0;
	position: relative;
	background: #000;
	color: #fff;
}

.lower_ttl div {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.lower_ttl img {
	opacity: 0.7;
	width: 100%;
}

.lower_ttl h2 img{
	opacity: 1;	
	max-width: 700px;
}

.lower_ttl h2 span {
	font-family: 'Oswald', sans-serif;
	letter-spacing: 2px;
}

.lower_ttl p {
	text-align: center;
	line-height: 2;
	font-size: 23px;
	color: #fff;
}

.maincopy {
	width: 1200px;
	max-width: 90%;
	margin: 70px auto;
}

.maincopy ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}

.maincopy ul li:first-child {
	width: 35%;
}

.maincopy ul li:last-child {
	width: 60%;
}

.maincopy ul li:last-child h2 {
	width: 400px;
	max-width: 90%;
	margin-bottom: 30px;
}

.maincopy ul li:last-child p {
	line-height: 2.3;
}

.lead_copy {
	width: 90%;
	padding: 50px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 30px;
	line-height: 1.5;
	letter-spacing: 0.2em;
}

.sub_copy {
	width: 90%;
	padding: 80px 0;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	line-height: 1.8;
}


.contents {
	width: 1000px;
	max-width: 90%;
	margin: 0px auto 100px;
}

.movie_area{
	max-width:800px;
	margin: 0 auto;
}

.movie_area h2{
	text-align: center;
	font-size: 23px;
	line-height: 1;
	letter-spacing: 0.1em;
	padding-bottom: 10px;
	border-bottom: solid 1px #000;
	margin-bottom: 20px;
}

.movie_area h2:not(:first-child){
	margin-top: 80px;
}

.movie_btn {
  cursor: pointer;
}


/* モーダル */
.movie_btn{
  cursor:pointer;
}

.movie_modal{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.85);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:9999;
  padding:20px;
}
.movie_inner{
  position:relative;
  max-height:90vh;
  display:flex;
  justify-content:center;
}

.movie_inner video{
  max-height:90vh;
  width:auto;
  max-width:100%;
  border-radius:10px;
}

.movie_close{
  position:absolute;
  top:-40px;
  right:0;
  font-size:30px;
  color:#fff;
  background:none;
  border:none;
  cursor:pointer;
}

/*---------------------------
	PC・TAB
	---------------------------*/
@media only screen and (min-width: 767px) {}

/*---------------------------
	Tab
	---------------------------*/
@media screen and (max-width: 960px) {}

/*---------------------------
	sp
	---------------------------*/

@media only screen and (max-width: 767px) {

	.lower_ttl h2 {
		font-size: 30px;
		margin-bottom: 10px;
	}

	.contents {
	margin: 0px auto 50px;
}

.sub_copy {
	padding: 50px 0;
}

	.movie_area h2{
	text-align: center;
	font-size: 20px;
	line-height: 1;
	letter-spacing: 0.05em;
}

.movie_area h2:not(:first-child){
	margin-top: 50px;
}

.movie_btn {
  cursor: pointer;
}

}