@media (max-width: 640px) {
	.products-header {
		display: block;
		/*padding-bottom: 1.25rem;*/
	}
	.products-header__index {
		margin-top: 0.5em;
	}
}

.slider {
	margin-top: 1.5em;
}

.heading__lv2--products {
	border-bottom: 2px solid #33c;
}

#keyVisual01 {
	background-image: url(../images/bg_products_index_01.jpg);
	background-repeat: no-repeat;
}

#keyVisual02 {
	background-image: url(../images/bg_products_index_02.jpg);
	background-repeat: no-repeat;
}

@media (max-width: 640px) {
	.list__note--block {
		margin-top: 0 !important;
	}
}

/*スライダーSP版*/
@media (max-width: 640px) {
  .slider {
    display: none;
  }

}
