@charset "UTF-8";
/* CSS Document */
.main {
  background-color: #F2F2F2;
}
.section-top__picture {
  width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: bottom;
}
.section-collections1 {
  padding: 40px 0 20px;
}
.section-collections1 h2 {
  font-size: 2.4rem;
  color: #d47c9f;
  margin: 60px 0 40px;
}
.section-collections1 ul {
  margin: 0 24px;
  list-style: none;
}
.section-collections1 ul li {
  max-width: 327px;
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 40px;
  border-radius: 6px;
  text-align: center;
}
.section-collections1__picture {
  width: 100%;
  height: 408px;
  object-fit: cover;
  object-position: center;
  border-radius: 6px 6px 0 0;
}
.section-collections1 ul li h3 {
  padding: 20px 20px;
  display: block;
  text-decoration: none;
  color: #333;
  font-size: 2.4rem;
}
.section-collections1__description {
  padding: 0 20px 20px 20px;
  font-size: 1.6rem;
}
@media (min-width: 960px) {
  .section-collections1 {
    padding: 40px 0 60px;
  }
  .section-collections1 h2 {
    font-size: 3.2rem
  }
  .section-collections1-content-wrapper1 {
    max-width: 1160px;
    margin: 0 auto;
  }
	.section-collections1-content-wrapper2 {
    max-width: 1160px;
    margin: 0 auto;
  }
	
 	.section-collections1__picture {
		width: 100%;
		/*display: block;*/
  }
	.section-collections1 ul li {
		width: 100%;
	}
  .section-collections1__step1 {
    margin: 0 auto 67px auto;
    display: flex;
		/*flex-direction: row;*/
    justify-content: space-between;
  }
  .section-collections1__step2 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
  .section-collections1__step3 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
  .section-collections1__step4 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
	.section-collections1__step5 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
	.section-collections1__step6 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
	.section-collections1__step7 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
	.section-collections1__step8 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
  .section-collections1__step9 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
  .section-collections1__step10 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
	.section-collections1__step11 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
	.section-collections1__step12 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
	.section-collections1__step13 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
	.section-collections1__step14 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
	.section-collections1__step15 {
    margin: 0 auto 67px auto;
    display: flex;
    justify-content: space-between;
  }
  .section-collections1 ul {
    margin: 0;
  }
  .section-collections1 ul li {
    margin: 10px 10px 10px 10px;
  }
  .section-collections1 ul li:first-child {
    margin-left: 0px;
  }
  .section-collections1 ul li:last-child {
    margin-right: 0px;
  }
	}
.section-bottom {
  padding: 0px 20px 60px;
}
.section-bottom h2 {
  font-size: 2.4rem;
  color: #d47c9f;
  margin: 20px 0 40px;
}
.section-collections1__pictures-image {
  height: 30vw;
  max-height: 400px;
  min-height: 350px;
  display: inline-block;
  object-fit: cover;
}
.section-collections1__pictures .slick-current img {
  transform: scale(1.10);
  opacity: 1;
}
@media (min-width: 960px) {
	.section-bottom h2 {
		font-size: 3.2rem;
		margin: 30px 0 60px;
	}
  .section-collections1__pictures-image {
    max-width: 1160px;
    margin: auto;
    padding: 0px 10px;
  }
  .slick-current {
    max-width: 1160px;
    margin: auto;
    padding: 0px 10px;
  }
}