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

/* BOデフォルトCSS調整 */
.block-genre-page--sub {
  margin: 20px 0 0;
  display: none;
}

.block-genre-page-head {
  margin: 0 !important;
  padding: 0 !important;
}

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

.page-category .block-top-event--goods:has(*:not(script)),
.page-genre .block-top-event--goods:has(*:not(script)),
.page-event .block-top-event--goods:has(*:not(script)) {
  padding-top: 15px;
  padding-bottom: 0;
}

/* SP商品紐づけ表示調整 */
.contents .block-pickup-list-p--item {
  margin: 0 10px 0 0;
}

/* PC商品紐づけ表示調整 */
.contents .block-thumbnail-t--goods {
  width: 210px;
  margin: 0 0 50px 0;
}

.block-thumbnail-t {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.block-pickup-list-p--items {
  justify-content: center;
}

/* ボタン　価格部分など */
.contents .block-thumbnail-t--goods-description {
  text-align: left;
}

.contents .block-pickup-list-p--point,
.contents .block-thumbnail-t--point {
  color: #e30d00;
  font-size: 12px;
  font-weight: bold;
  margin: 3px 0 0;
}

/* .contents .block-thumbnail-t--btn-detail {
  display: block;
  border: 2px solid #e30d00;
  box-sizing: border-box;
  border-radius: 30px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding: 6px 0 5px;
} */

.contents .btn-primary {
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  border-radius: 30px;
  background: #e30d00;
  border: 0;
}

@media only screen and (max-width: 780px) {
  .block-top-event--goods:has(*:not(script)) {
    padding: 15px 0 0;
  }

  .block-pickup-list-p--item {
    width: 130px;
  }

  .block-pickup-list-p--goods-image figure {
    width: 130px;
    height: 130px;
  }

  #pickup {
    padding: 15px 0 10px 10px;
  }
}

/* スマホ左右余白調整 */
.block-genre-page-head {
  padding: 0 0 50px;
}

.contents *:focus {
  outline: none;
}

.contents img {
  max-width: 100%;
}

.contents ul,
.contents li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents h2 {
  margin: 0 auto;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.contents p {
  margin: 0;
  padding: 0;
}

.contents a {
  text-decoration: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.contents {
  width: 900px;
  margin: 0 auto;
  color: #2b2b2b;
  font-family: "Open Sans", "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: #e30d00;
  padding-bottom: 10px;
}

/* 背景 */
.top_wrap {
  padding-top: 20px;
  background: #fff url(/img/usr/genre/rw9/bg_top.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_red_top {
  background: #e30d00 url(/img/usr/genre/rw9/bg_dot.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg_red {
  background: #e30d00;
}

/* メインビジュアル */
.mv {
  margin: 0 auto;
  text-align: center;
}

.wrap_block {
  padding: 20px 0 60px;
}

/* リード文 */
.read {
  margin: 30px 0;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

/* トップ　各種リンクエリア */
.list_wrap {
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.contents .ttl_wari {
  margin: 15px;
  position: relative;
}

.ttl_wari::before {
  content: "";
  display: block;
  width: 100px;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  height: 5px;
  border-radius: 5px;
  background: #e30d00;
}

.link_wari li {
  width: 280px;
}

.contents .ttl_cate {
  width: 280px;
  margin: 20px auto 15px;
  color: #fff;
  position: relative;
}

.contents .ttl_cate::before,
.contents .ttl_cate::after {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(/img/usr/genre/rw9/slash.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
}

.contents .ttl_cate::before {
  bottom: 0;
  left: 0px;
  bottom: 5px;
}

.contents .ttl_cate::after {
  transform: scale(-1, 1);
  filter: FlipH;
  -ms-filter: "FlipH";
  bottom: 0;
  right: 0;
  bottom: 5px;
}

.contents .link_cate {
  margin: 0 auto;
  width: 700px;
}

.link_cate li {
  width: calc((100% - 10px)/2);
  background: #fff;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}

.link_cate li::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #e30d00;
  border-right: solid 3px #e30d00;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}

.link_cate a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 84px;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
  color: #333;
}

.link_cate li:hover {
  background: #fff01e;
  transition: all .2s;
}


.c_block {
  margin: 0 30px 10px;
  padding: 30px 20px 40px;
  background: #fff;
  border-radius: 8px;
}

.c_block img {
  border-radius: 4px;
}

.bnr {
  display: block;
  margin-bottom: 15px;
}

/* 見出し */
.contents .section_title {
  margin: 10px auto;
  padding: 0;
  font-size: 70px;
  line-height: 1;
  font-weight: 700;
  position: relative;
  background: none;
  color: #e30d00;
}

.section_title .txt_min {
  font-size: 55px;
}

.txt_line {
  background: linear-gradient(transparent 70%, #fff01e 70%, #fff01e 85%, transparent 15%);
}

.section_title .txt_sub {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-size: 18px;
  color: #2b2b2b;
}

.section_title .txt_sub::before,
.section_title .txt_sub::after {
  content: "";
  background-color: #2b2b2b;
  height: 2px;
  width: 24px;
}

.section_title .txt_sub::before {
  margin-right: 5px;
  transform: rotate(60deg);
}

.section_title .txt_sub::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}

.btn_more {
  display: block;
  margin: 0 auto 20px;
  padding: 10px 5px 10px 0;
  width: 320px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #2b2b2b;
  border-radius: 60px;
  position: relative;
}

.btn_more::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
  transform: rotate(45deg);
}

/* drop-shadow */
.link_cate li,
.c_block {
  filter: drop-shadow(0px 3px 8px rgba(0, 0, 0, 0.15));
}

.c_footer {
  height: 50px;
}

/* SP表示 */
@media only screen and (max-width: 780px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .contents h2 {
    font-size: 25px;
  }

  .contents {
    width: 100%;
  }

  /* 背景 */
  .top_wrap {
    padding-top: 20px;
    background: #fff url(/img/usr/genre/rw9/bg_top_s.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  .bg_red_top {
    background: #e30d00 url(/img/usr/genre/rw9/bg_dot_s.png);
    background-size: cover;
    background-repeat: no-repeat;
  }

  /* リード文 */
  .read {
    margin: 5px 20px 20px;
    text-align: left;
    font-size: 14px;
  }

  .c_block {
    margin: 0 15px 20px;
    padding: 25px 0 15px 25px;
  }

  .wrap_block {
    padding: 20px 16px 50px;
  }

  /* トップ　各種リンクエリア */
  .list_wrap {
    margin: 30px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
  }

  .link_wari li {
    width: calc((100% - 10px)/2);
  }

  .ttl_cate {
    color: #fff;
  }

  .contents .link_cate {
    margin: 0 auto;
    width: 100%;
    flex-direction: column;
  }

  .link_cate li {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    position: relative;
  }

  .link_cate a {
    height: 75px;
    font-size: 16px;
  }

  /* 見出し */
  .contents .section_title {
    padding-right: 15px;
    font-size: 55px;
  }

  .section_title .txt_min {
    font-size: 45px;
  }

  .section_title .txt_sub {
    font-size: 14px;
  }

  .section_title .txt_sub::before,
  .section_title .txt_sub::after {
    content: "";
    background-color: #2b2b2b;
    height: 2px;
    width: 20px;
  }

  .section_title .txt_sub::before {
    margin-right: 2px;
    transform: rotate(60deg);
  }

  .section_title .txt_sub::after {
    margin-left: 2px;
    transform: rotate(-60deg);
  }

  .btn_more {
    width: 85%;
    margin-top: 10px;
    right: 12px;
  }

  .c_footer {
    height: 30px;
  }
}