@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.0.0
Author: opencage
Author URI: https://open-cage.com/
*/

/* ピックアップコンテンツのCSSカスタマイズ */

.pickup_content__link:before,
.pickup_content__link:after {
	display: none;
}

.pickup_content__link:hover {
	box-shadow: none;
}

.pickup_content__text {
	top: auto;
	background: rgba(14,14,14, .3);
	bottom: 0;
	height: 50%;
	transition: .3s ease-in-out;
}

.pickup_content__text span {
	background: rgba(0, 0, 0, 0) !important;
	border-radius: 0;
	border: none;
	box-shadow: none;
	font-size: 10px;
}

.pickup_content__text span:before  {
	background: rgba(0, 0, 0, 0) ;
}


@media only screen and (min-width: 768px) {
	.pickup_content__link:hover .pickup_content__text span {
		box-shadow: none;
	}
	
	.pickup_content__link:hover .pickup_content__text {
		background: rgba(14,14,14, .6);
	}
	
	.pickup_content__text {
	height: 40%;
	}
	
	.pickup_content__text span {
	font-size: 13px;
	}
}