@charset "UTF-8";


/* mv
----------------------------------------*/
.mv > .inner.fade.on{
	background: url(../images/vol9/bg-maintitle.jpg) no-repeat center;
	background-size: cover;
}
.mv-title{
	max-width: 744px;
}
.mv-sponsor{
	color: #fff;
	text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}

@media screen and (max-width: 767px){
	.mv > .inner.fade.on{
		background: none;
	}
}


/* photo
----------------------------------------*/
.photo-double{
	margin: 40px auto;
}
.photo-double-caption{
	margin-top: 15px;
	font-size: 1.4rem;
	line-height: 1.8;
}
.photo-double_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.photo-double_list li{
	width: 48.33333333333333%;
	list-style-type: none;
}
.photo-double_list li:nth-of-type(n+3){
 	margin-top: 30px; 
}
.section:nth-of-type(4) .photo-wide{
  margin-bottom: 0;
}
.photo-person figure + figure{
  margin-top: 20px;
}
.photo-s{
  width: 50%;
  margin: 30px auto;
}

@media screen and (max-width: 767px){
	.section:nth-of-type(1) .inner > .inner:nth-of-type(2) .photo-person,
  .section:nth-of-type(1) .inner > .inner:nth-of-type(4) .photo-person{
		order: 1;
	}
  .section:nth-of-type(1) .inner > .inner:nth-of-type(4) .photo-person{
    margin-bottom: 0;
  }
	.photo-double{
		margin: 30px auto;
	}
	.photo-double-caption{
		font-size: 1.3rem;
	}
	.photo-double_list li{
		width: 100%;
	}
  .photo-double_list li:nth-of-type(n+2){
    margin-top: 10px; 
  }
}
