@charset "UTF-8";
/* CSS Document */

@media screen and (max-width: 767px){
	.mt30-sp{
		margin-top: 30px;
	}
}

@media (min-width: 768px) {
    .goods__others__logo__wrap {
        grid-template-columns: repeat(3, 1fr);
    }
}
/* お知らせにリンク先が出たら消す */
.news__link2::before {
    background-image: none;
}
.no-link{
    pointer-events: none;
    text-decoration: none;
}