@charset "UTF-8";

/*
# =================================================================
# スタッフインタビュー
# =================================================================
*/
.si_note{
	margin-top: 0;
	text-align: justify;
	font-size: 85%;
	float:right;
}
.si_note ul{
	list-style-type: none;
	margin: 0 0 5px 0;
}

.si_note ul li{
	line-height: 1.0;
}

.col3-wrap.flex {
    display: block;
}
.entry-list_item{
	position: relative;
}
.release_date{
	position: absolute;
	bottom:  15px;
	right: 15px;
}

.entry-list_item:hover {
  box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
}
.entry-list_item a {
  color: #505050; 
}
.entry-list_item a:hover {
  text-decoration: none;
}
.entry-list_item a:hover img {
  opacity: 1;
}


/****************************/
/*レスポンシブ
/****************************/
@media (min-width: 480px) {
	.col3-wrap.flex {
		display: flex;
}
}


@media (min-width: 768px) {
    
}


@media (max-width: 768px) {
}



@media (min-width: 1100px) {
}


@media (max-width: 1100px) {
}


@media (min-width: 1400px) {
}


    