.total_photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  margin-bottom: 50px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
}
.photo {
    width: 25%;
	height: auto;
    margin: 10px 35px;
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
}
.photo:nth-child(3n) {
    margin: 10px 0px 10px 35px;
}
.photo_img {
	position: relative;
    width: 100%;
	height: auto;
}
.photo_img img {
    width: 100%;
	height: 200px;
	object-fit: cover; /* この一行を追加するだけ！ */
}
.imadoki img {
  	position: absolute;
  	width: 60%;
  	height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}

.photo_date_name {
	text-align: center;
  	padding: 10px 0px;
}
.photo_studio {
    padding: 5px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
	margin-bottom: 10px;
	background: #FFFAFF;
  	/*padding: 2px 0px;
	text-align: center;
  	margin-bottom: 10px;
	background: #FBEFFB;*/
}
p.studio {
	text-align: center;
  	padding: 0px 10px;
}
.photo_performer {
    padding: 5px 0px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    text-align: center;
	margin-bottom: 10px;
	background: #FFFAFF;
  	/*padding: 2px 0px;
	text-align: center;
  	margin-bottom: 10px;
	background: #FBEFFB;*/
}
p.performer {
  	padding: 0px 10px;
}
@media (max-width: 780px) {
	.photo {
    width: 45%;
	height: auto;
    margin: 10px 0px;
    margin-right: 5px;
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
}
.photo:nth-child(3n) {
    margin: 10px 0px 10px 0px;
}
.photo:nth-child(2n) {
    margin-right: 0px;
  	margin-left: auto;
}
.photo_img img {
    width: 100%;
	height: 150px;
	object-fit: cover; /* この一行を追加するだけ！ */
}
.imadoki img {
  	position: absolute;
  	width: 100%;
  	height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}
}
@media (max-width: 480px) {
	.photo {
    width: 43%;
	height: auto;
    margin: 10px 0px;
    margin-right: 5px;
    padding: 10px;
    border: 1px solid #D8D8D8;
    background-color: #fff;
}
.photo:nth-child(3n) {
    margin: 10px 0px 10px 0px;
}
.photo:nth-child(2n) {
    margin-right: 0px;
  	margin-left: auto;
}
.photo_img img {
    width: 100%;
	height: 100px;
	object-fit: cover; /* この一行を追加するだけ！ */
}
.imadoki img {
  	position: absolute;
  	width: 100%;
  	height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
}
}