@charset "utf-8";
/*
	================================================================================================
		support ichigan css index2.css (share5)
	================================================================================================
*/

/*
	====================================
		button
	====================================
*/
/* modelArea */
.mod-linkButton {
	min-height: 179px;
}


@media screen and (max-width: 640px){
	.productslist.noimg .mod-linkButton {
		min-height: 50px;
	}
}

@media screen and (max-width: 400px) {
	.productslist.noimg .mod-linkButton {
		min-height: 70px;
	}
}

/* 2024/07/11 追記 */
div.commingsoon {
	background: none;
    border: 1px solid #bcbcbc;
    border-radius: 6px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    min-height: 179px;
    width: 265px;
    padding: 8px 10px 8px 10px;
}

div.commingsoon .red{
	color: #EE0000;	
	font-size: .875rem;
}

@media screen and (max-width: 640px){
	.productslist.noimg .mod-linkButton,
	div.commingsoon	{
		min-height: 70px;
	}
	
	div.commingsoon	{
		width: auto;
	}
}

@media screen and (max-width: 387px) {
	.productslist.noimg .mod-linkButton,
	div.commingsoon {
		min-height: 96px;
	}
}


