@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Noto+Sans+JP:wght@100..900&display=swap");

.block-genre-page-head {
  margin: 0 0 20px;
}

.block-genre-feature {
  padding: 40px 0;
}

h2.section_title {
  position: relative;
  background: none;
  padding: 0 0 0 20px;
  margin: 0 0 50px 0;
  color: #222;
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  font-family: "Noto Sans JP", sans-serif;
}

h2.section_title::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 47px;
  transform: translateY(-50%);
  background: url("/img/usr/genre/rW1/title_gr.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

ul,
li {
  list-style: none;
}

.block-genre-feature--lists {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 20px;
}

.block-genre-feature--lists li {
  width: 210px;
}

.block-category-feature--lists li p {
  font-size: 15px;
  margin: 5px 0 0 !important;
}

@media only screen and (max-width: 780px) {

  /* 大画像ファイルエリア調整 */
  .block-genre-page--header-img {
    margin: 25px -20px 30px;
  }

  .block-genre-page-head {
    margin: 0 0 10px;
    padding: 0 20px 20px;
  }

  .page-genre .block-top-event--goods {
    padding-bottom: 0;
  }

  .block-genre-feature {
    padding: 30px 20px;
  }

  h2.section_title {
    margin: 0 0 30px 0;
    padding: 0 0 0 18px;
    font-size: 20px;
  }

  h2.section_title::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 42px;
    transform: translateY(-50%);
    background: url(/img/usr/genre/rW1/title_gr.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .block-genre-feature--lists {
    display: flex;
    flex-wrap: wrap;
    gap: 25px 10px;
  }

  .block-genre-feature--lists li {
    width: calc((100% - 10px) / 2);
  }
}