.sp_catalog__slider {
    width: 1140px;
}
#cat_slider .splide__slide a {
	width: 1140px;
}
.new_20 h3 {
	font-weight:700 !important;
}
.new_20 .splide__arrow {
  top: 50%;
  border: 1px solid #999;
}

.new_20 .splide__arrow--prev {
	left: -5em;
}
.new_20 .splide__arrow--next {
	right: -5em;
}
.new20_col2__left ul, .catalog__middle_right ul, .catalog__bottom_left p {
  margin: 0;
}
.new20_col2__right img {
  width: 600px;
}
.new20_col2 a, .catalog__middle_right a, .catalog__bottom_left a {
  margin-top: 30px;
  display: inline-block;
}
.new20_col2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 0;
}
.sp-catalog__middle {
	padding: 100px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.catalog__middle_left {
	position: relative;
	width: 700px;
}
.catalog__middle_left img {
	height: 500px;
	position: relative;
	z-index: 1;
}
.catalog__middle_left:after {
	content:"";
	background-image: url(/images/new20/2_1.jpg);
	height: 500px;
	position: absolute;
	width: 100vw;
	background-size: contain;
	background-position: left top;
	background-repeat: repeat;
	z-index:0;
	right:0;
}
.catalog__middle_right {
	width: 400px;
}
.sp-catalog__bottom {
	padding: 100px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.catalog__bottom_right {

}
.catalog__bottom_right img {
	width: 800px;
	height: 580px;
}
.catalog__bottom_right:after {
	content:"";
	background-image: url(/images/new20/3_1.jpg);
	height: 580px;
	position: absolute;
	width: 100%;
	background-size: contain;
	background-position: right top;
	background-repeat: repeat;
}
.catalog__bottom_left {
	width: 400px;
}
.new20_col2__left p {
	margin:0;
}

@media screen and (max-width: 500px) {
.gallery_h1 {
  display: none;
}
.sp-catalog.new_20 {
  margin-top: 120px;
}
.sp_catalog__slider {
  width: 100%;
}
.new_20 .splide__arrow--prev {
  left: 1em;
  top: auto;
}
.new_20 .splide__arrow--next {
  right: 1em;
  top: auto;
}
#cat_slider .splide__slide a {
  width: 100vw;
}
.new20_col2 {
  padding: 50px 0;
  flex-direction: column;
  align-items: inherit;
}
.new20_col2__left {
  padding-bottom: 50px;
}
.new20_col2__right img {
  width: 100%;
}
.sp-catalog__middle {
  flex-direction: column-reverse;
  padding: 50px 0;
}
.catalog__middle_left {
  width: 100%;
}
.catalog__middle_left img {
  width: 100%;
  height: 100%;
  left: 20px;
}
.catalog__middle_left::after {
  height: 100%;
  right: -20px;
}
.catalog__middle_right {
  width: 100%;
  padding-bottom: 50px;
}
.sp-catalog__bottom {
  flex-direction: column;
  padding: 50px 0;
}
.catalog__bottom_left {
  width: 100%;
  padding-bottom: 50px;
}
.catalog__bottom_right img {
  width: 100%;
  height: 100%;
}
.catalog__bottom_right::after {
	display:none;
}

}