/* カスタマイズ用CSS */

.ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
  font-size: 2.1vw;
}

/*トップページPick upの項目の「Custom set」の文字の書体を変更する*/
.ec-pickupRole .ec-pickupRole__item .content .title {
    font-family: "Playfair Display", serif;
    font-weight: bold;
}

@media only screen and (min-width: 1280px) {
  .top-contgentRole {
    margin-top: 100px;
    margin-bottom: 100px;
  }
}

@media only screen and (min-width: 1280px) {
  .top-contgentRole {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .three-reasons_contgentRole {
    padding-left: 40px;
    padding-right: 40px;
  }
  
  .contgentRole {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.js-parallax {
    transform: initial !important;
}


.ec-categoryRole .ec-categoryRole__content .title {
  font-size: 2.5vw;
}


.ec-categoryRole .ec-categoryRole__content .title::after {
    background-color: initial !important;
}


@media only screen and (max-width: 767px) {
    .ec-headPromotionRole .ec-headPromotionRole__inner .item .title {
        font-size: 2rem !important;
    }
        
    .ec-categoryRole .ec-categoryRole__image .item .content_sp .title { 
        font-size: 1.3rem !important;
    }
}