.utube_target {
	cursor: pointer;
	position:relative;
}
.utube_target:hover  {
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;	
}
.body_fixed {
	position:fixed;
	width: 100%;
	height: 100%;
}

.wrap_modal {
	display: none;
}
.inner_modal iframe {
	display: none;
}
.wrap_modal.show_modal {
	display: block;
}
.bg_modal {
	position:absolute;
	top:0;
	left:0;
	width: 100vw;
	height: 100vh;
	z-index: 100;
	background-color:rgba(0,0,0,0.6);
}
.inner_modal iframe.show_youtube {
	display: block;
	margin: 0 auto;
	width: 560px;
	height: 315px;
	margin-top: calc( 50vh -  157.5px );
}
.modal_close_btn {
	position:absolute;
	bottom: 50px;
	right: 50px;
	z-index: 101;
	width: 100px;
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
.bislist img,
.bislist div {
	float:left;
}


.wrap_icon {
	position:relative;
	display: inline;
}
.youtube_icon {
    position: absolute;
    top: 6px;
    right: 0px;
    width: 25%;
    display: block;
    margin: 0!important;
}
.youtube_icon img {
	width: 20px;
}
.youtube_thumb {
    display: none;
    position: absolute;
    z-index: 10;
    width: 200px;
    top: 0;
    left: 0;
}
.icon_youtube_info {
	width: 22px;
}
.thumb_show {
	display: block;
}
.bislist {
	margin:20px 3%;
}
.clearfix2::after {
	display: block;
	clear: both;
	content: "";
}
@media screen and (max-width: 600px) {
	.inner_modal iframe.show_youtube {
		width: 99vw;
		height: calc( 99vw / 560.0 * 315.0 );
		margin-top: calc( 50vh -   99vw / 560.0 * 315.0 / 2.0 );

	}
	.modal_close_btn {
		width: 80px;
	}
	.bislist img {
		width: 30vw;
	}
		.bislist img.youtube_icon  {
		width: 32px;
	}
	p.cntr img.icon_youtube_info {
		width: 22px;
	}
}