.spring-gift-collection__wrap {
  background:
  url(/pages/spring/img/gift-collection/life_bg_top.png)    top center / 100% auto no-repeat,
  #E5F3F6;
  position: relative;
  z-index: 1;
}

.spring-gift-collection__wrap h1{
  max-width: 640px;
}

.spring-hobby__section{
  position: relative;
  padding: 60px 30px;
  z-index: 1;
}
.spring-life__section{
  position: relative;
  padding: 60px 30px 110px;
  border-radius:  0 6rem 0 0;
}
.spring-wellness__section{
  position: relative;
  margin-top: -60px;
  padding: 60px 30px 130px;
  background:
  url(/pages/spring/img/gift-collection/life_bg_bottom.png) bottom center / 100% auto no-repeat,
  #FEF3F4;
  border-radius: 6rem 0 0 0;
}

.spring-gift-collection__inner h2{
  margin: 0 auto 30px;
  max-width: 180px;
}
.spring-gift-collection__inner section ul {
  max-width: 1080px;
  margin: 0 auto;
  position: relative; }

.spring-hobby__section .spring__items-list_title,.spring-hobby__section .spring__items-detail_title{
  color: #8BC2CC;
}
.spring-hobby__section .spring__items-detail_title::after{
  background-image: repeating-linear-gradient(to right, #8BC2CC 0, #8BC2CC 2px, transparent 2px, transparent 4px);
}
.spring-hobby__section .spring__items-list_more,.spring-hobby__section .spring .modal-close ,.spring-hobby__section .spring__items-detail_button, .spring .spring-hobby__section .modal-close{
  background-color: #8BC2CC;
}

.spring-life__section{
  background-color: #EBF4E8;
}
.spring-life__section .spring__items-list_title,.spring-life__section .spring__items-detail_title{
  color: #95CC8B;
}
.spring-life__section .spring__items-detail_title::after{
  background-image: repeating-linear-gradient(to right, #95CC8B 0, #95CC8B 2px, transparent 2px, transparent 4px);
}
.spring-life__section .spring__items-list_more,.spring-life__section .spring .modal-close ,.spring-life__section .spring__items-detail_button, .spring .spring-life__section .modal-close{
  background-color: #95CC8B;
}

.spring-wellness__section .spring__items-list_title,.spring-wellness__section .spring__items-detail_title{
  color: #E79A9B;
}
.spring-wellness__section .spring__items-detail_title::after{
  background-image: repeating-linear-gradient(to right, #E79A9B 0, #E79A9B 2px, transparent 2px, transparent 4px);
}
.spring-wellness__section .spring__items-list_more,.spring-wellness__section .spring .modal-close ,.spring-wellness__section .spring__items-detail_button, .spring .spring-wellness__section .modal-close{
  background-color: #E79A9B;
}

@media (max-width: 767.98px) {
  .spring-gift-collection__wrap {
    background:
  url(/pages/spring/img/gift-collection/life_bg_top_sp.png)    top center / 100% auto no-repeat,
  #E5F3F6; }

  .spring-hobby__section{
    padding: 30px 10px;
  }
  .spring-life__section{
    padding: 30px 10px 90px;
  }
  .spring-wellness__section{
    margin-top: -60px;
    padding: 30px 10px 60px;
    background:
    url(/pages/spring/img/gift-collection/life_bg_bottom_sp.png) bottom center / 100% auto no-repeat,
    #FEF3F4;
  }

  .spring-gift-collection__inner {
    margin: 0px auto 0; }
    
  .spring-gift-collection__items .spring__items-list {
    border-radius: 20px;
    padding: 5px;
    margin-top: 40px;
  }
}