.category_mv{
  display:none;
}
/* /kimonoページ用 style */
#kimono .top_features ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
#kimono .top_features ul li {
    width: 32%;
    margin-bottom: 1.5em;
}
#kimono .top_features ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
    position: relative;
    font-family: "Noto Serif JP", serif;
}
#kimono .top_features ul li img {
    width: 100%;
}
#kimono .top_features ul li .detail {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.4s ease;
}
#kimono .top_features ul li .detail .bloc {
    text-align: center;
}
#kimono .top_features ul li .detail .bloc b {
    display: block;
    font-weight: normal;
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 0.6em;
}
#kimono .top_features ul li .detail .bloc span {
    display: block;
    font-size: 15px;
    line-height: 1.5;
}
@media screen and (max-width: 600px) {
    #kimono #sysWrap {
    padding: 15px 0 0;
  }
  #kimono .top_features ul {
      display: block;
  }
  #kimono .top_features ul li {
    position: relative;
    width: 100%;
    height: 0;
    margin: 0;
    padding: 70% 0 0 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #kimono .top_features ul li:nth-child(1) {
      background-image: url(https://d2ftw1fwlidd7c.cloudfront.net/img/imgtop_category_01_sp.jpg);
  }
  #kimono .top_features ul li:nth-child(2) {
    background-image: url(https://d2ftw1fwlidd7c.cloudfront.net/img/imgtop_category_02_sp.jpg);
  }
  #kimono .top_features ul li:nth-child(3) {
    background-image: url(https://d2ftw1fwlidd7c.cloudfront.net/img/imgtop_category_03_sp.jpg);
  }
  #kimono .top_features ul li:nth-child(4) {
    background-image: url(https://d2ftw1fwlidd7c.cloudfront.net/img/imgtop_category_04_sp.jpg);
  }
  #kimono .top_features ul li:nth-child(5) {
    background-image: url(https://d2ftw1fwlidd7c.cloudfront.net/img/imgtop_category_05_sp.jpg);
  }
  #kimono .top_features ul li:nth-child(6) {
    background-image: url(https://d2ftw1fwlidd7c.cloudfront.net/img/imgtop_category_06_sp.jpg);
  }
  #kimono .top_features ul li img {
    display: none;
  }
  #kimono .top_features ul li a {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    transition: 0.4s ease;
  }
  #kimono .top_features ul li a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #kimono .top_features ul li .detail {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: auto;
    background: none;
  }
  #kimono .top_features ul li .detail .bloc b {
    font-size: 28px;
  }
}