@charset "utf-8";.top_page_font_color{color: #FFFFFF;}@media (min-width: 751px)
{
	.featureContents .feature-detail2 .feature-kv-container{
    background-image: url(/photo/page/hasegawa2/SPRINGcoat2026_1200_727.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
}
@media (max-width: 750px)
{
	.featureContents .feature-detail2 .feature-kv-container
	{
		background-image: url(/photo/page/hasegawa2/SPRINGcoat2026_1080_1080.jpg);
		background-repeat: no-repeat;
		background-size: cover;
    background-position: bottom center;
	}	    
}
/* 横線を消すための修正 */
.featureContents .feature-detail2 .feature-kv-container,
.featureContents .feature-detail2 .feature-kv-container * {
    border: none !important;
    text-decoration: none !important;
}

.featureContents .feature-detail2 .feature-kv-container::before,
.featureContents .feature-detail2 .feature-kv-container::after {
    content: none !important;
}