/* スライド部分背景色変更 */
#shopify-section-template--20472615338198__hero-slideshow{
    background-color: rgb(18,18,18);
    color:#fff;
    button{
        color:#fff;
    }
}

/* トップページランキング */
#Slide-template--20472615338198__featured_collection_pNq7HM-1::before,#Slide-template--20472615338198__featured_collection_pNq7HM-2::before,#Slide-template--20472615338198__featured_collection_pNq7HM-3::before,#Slide-template--20472615338198__featured_collection_pNq7HM-4::before {
  content: "No.1";
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 5;
  background-color: #000;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
  font-family:serif;
}
#Slide-template--20472615338198__featured_collection_pNq7HM-2::before{
    content:"No.2"
}
#Slide-template--20472615338198__featured_collection_pNq7HM-3::before{
    content:"No.3"
}
#Slide-template--20472615338198__featured_collection_pNq7HM-4::before{
    content:"No.4"
}

/* ブランドストーリー 背景変更 */
#shopify-section-template--20472615436502__main{
    background-color: #000000;
    color:#fff;
    h1,h2,h3,h4,h5{
        color:#fff;
    }
}


