@charset "utf-8";

.basic-post-gallery { overflow:hidden; line-height:20px; }
.basic-post-gallery .txt-normal { letter-spacing:0; }
.basic-post-gallery .txt-short { letter-spacing:-1px; padding-right:1px; }
.basic-post-gallery .post-vicon { position:absolute; left:6px; top:6px; color: #fff; font-size:20px; z-index:1; text-shadow: 1px 1px 1px #000; }
.basic-post-gallery .post-none { padding:50px 10px; text-align:center; color:#888; }
.basic-post-gallery .post-row { float:left; overflow:hidden; }
.basic-post-gallery .post-list { overflow:hidden; }
.basic-post-gallery .post-image { position:relative; overflow:hidden; border-radius: 15px;}
.basic-post-gallery .post-content { padding-top:15px; border: 1px solid #f7f4d9;margin:-2px 0px; overflow:hidden;background: #fffded; }
.basic-post-gallery .post-subject { overflow:hidden; letter-spacing:-1px; padding-right:1px; }
.basic-post-gallery .post-sp { color:#ccc; margin:0px 4px; }
.basic-post-gallery .post-text { font-size:12px; color:#888; margin-top:4px; }
.is-pc .ko .basic-post-gallery .post-ko { font-size:12px; }
.eas_img {
  background-color: #000000;
}

.eas_img * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
}

.eas_img:before,
.eas_img:after
 {
  position: absolute;
  content: '';
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  opacity: 0.8;
  height: 1px;
  width: 0%;
}

.eas_img:before {
  top: 0;
  left: 0;
}
.eas_img:after {
  bottom: 0;
  right: 0;
}
.eas_img:hover img,
.eas_img.hover img {
  opacity: 0.4;
}
.eas_img:hover:before,
.eas_img.hover:before,
.eas_img:hover:after,
.eas_img.hover:after {
  width: 100%; 
  opacity: 0.1;
}

.eas_img {
	position: relative;
	display: inline-block;
}

.eas_img img {
	vertical-align: top;
}

.vi_icon {
	font-size:24px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -30%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}


.eas_img:hover .vi_icon {
	opacity: 1;
		color: #fff;
}

@media only screen and (max-width: 400px) {
	.eas_img {
		display: block;
	}
}