@charset "UTF-8";


/* mv
----------------------------------------*/
.mv > .inner.fade.on{
	background: url(../images/vol11/bg-maintitle.jpg) no-repeat center;
	background-size: cover;
}
.mv-title{
	max-width: 835px;
}

@media screen and (max-width: 767px){
	.mv > .inner.fade.on{
		background: none;
	}
}


/* photo
----------------------------------------*/
.section:nth-of-type(1) .inner > .inner:nth-of-type(2){
  margin-bottom: 1.3em;
}
.section:nth-of-type(2) .inner > .inner:nth-of-type(1){
  margin-bottom: 1.3em;
}
.photo-wide-caption{
  color: #fff;
}
.photo-wide-caption.left{
	left: 20px;
}
.photo-wide-caption.right{
	right: 20px;
}

@media screen and (max-width: 767px){
	.section:nth-of-type(1) .inner > .inner:nth-of-type(1) .photo-person{
		margin: 0 auto 30px;
	}
  .section:nth-of-type(1) .inner > .inner:nth-of-type(2) .photo-person{
		order: 2;
	}
	.section:nth-of-type(1) .inner > .inner:nth-of-type(2){
		margin: 1em 0 0;
	}
	.section:nth-of-type(2) .inner > .photo-wide:nth-of-type(2){
		margin-bottom: 0;
	}
  .photo-wide-caption{
    color: #000;
  }
}


/* figure
----------------------------------------*/
.figure-center{
	max-width: 600px;
	margin: 40px auto 0;
}
.figure-center img{
	border: solid 1px #ccc;
  box-sizing: initial;
}

@media screen and (max-width: 767px){
	.figure-center{
		margin: 30px auto 0;
	}
}