@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;800;900&family=Konkhmer+Sleokchher&display=swap');

/*コンテンツ*/
.c-main_block {
  max-width: 900px;
  margin: 0 auto;
  /*margin-bottom: 15%;*/
  margin-bottom: 60px;
  font-family: "Noto Sans JP", sans-serif;
}

.c-main_block .pc {
  display: none;
}

.c-main_block .sp {
  display: block;
}

.c-main_block h2,
.c-main_block h3 {
  border: none;
  padding: 0;
  margin: 0;
}

.c-main_block button:focus {
  outline: none;
}

.c-main_block img {
  max-width: 100%;
  vertical-align: middle;
}

.c-main_block a {
  text-decoration: none;
}

.c-main_block a:active,
.c-main_block a:focus,
.c-main_block a:active:focus {
  outline: none;
}

.c-main_block a:hover {
  opacity: 0.8;
}

.c-main_block li {
  list-style: none;
}

.c-main_block .c-wrap {
  padding: 0;
}

.c-main_block .banner-box {
  width: 90%;
  border: solid 2px #e31411;
  background-color: #ffffff;
  padding: 15px 10px;
  margin: 0 auto 40px;
  border-radius: 5px;
}

.c-main_block .banner-box p {
  margin: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color: #e31411;
}

/* .c-main_block .banner-box p:last-child {
  margin-bottom: 0;
} */

.banner_blocks li {
  text-align: center;
  margin-bottom: 30px;
}

.banner_blocks li:last-child {
  margin-bottom: 0;
}

.banner_blocks li .t_ttl {
  display: inline-block;
  font-size: 115%;
  font-weight: 600;
  position: relative;
  margin-bottom: 5px;
  color: #E53D0F;
}

.banner_blocks li .t_ttl.txt_letter {
  letter-spacing: 10px;
  text-indent: 10px;
}

.banner_blocks li .t_ttl::before {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  border-bottom: 2px solid #E53D0F;
  transform: rotate(55deg);
  position: absolute;
  left: -25px;
  top: 10px;
}

.banner_blocks li .t_ttl::after {
  display: block;
  content: "";
  width: 20px;
  height: 1px;
  border-bottom: 2px solid #E53D0F;
  transform: rotate(-55deg);
  position: absolute;
  right: -25px;
  top: 10px;
}

.trivia {
  margin-top: 80px;
  padding: 35px 20px 15px;
  background-image: url(/img/usr/genre/rW5/bg05_sp.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: #E96A07;
}

.trivia .ttl {
  margin: 0 auto 20px;
}

.trivia .cl_btn {
  margin-bottom: 20px;
}

.trivia .cl_btn p {
  display: block;
  max-width: 250px;
  text-align: center;
  position: relative;
  padding: 6px 0;
  font-size: 125%;
  font-weight: 500;
  letter-spacing: 1px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  margin: 0 auto;
  cursor: pointer;
}

.trivia .cl_btn p span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #fff;
  color: #E5330F;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.trivia .trivia__cl {
  display: none;
}

.trivia .blocks {
  margin-bottom: 30px;
}

.trivia .blocks .block {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 5px 0 rgba(142, 142, 142, 0.75);
  padding: 15px 10px;
}

.trivia .blocks .block:last-child {
  margin-bottom: 0;
}

.trivia .blocks .block h3 {
  line-height: 1;
  font-size: 90%;
  font-weight: 600;
  color: #460000;
  padding-bottom: 10px;
  background: url(/img/usr/genre/rW5/btm_bar_sp.png) no-repeat;
  background-position: bottom;
  background-size: contain;
  margin-bottom: 10px;
}

.trivia .blocks .block p {
  font-size: 80%;
  color: #2B2B2B;
  line-height: 1.7;
}

.trivia .btm_txt {
  font-size: 95%;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  /* .c-main_block {
    .c-wrap {
    	padding: 0px;
    }
  } */

  .c-main_block .pc {
    display: block;
  }

  .c-main_block .sp {
    display: none;
  }

  .banner_blocks li {
    margin-bottom: 65px;
  }

  .banner_blocks li .t_ttl {
    font-size: 155%;
  }

  .banner_blocks li .t_ttl::before {
    width: 25px;
    left: -30px;
    top: 14px;
  }

  .banner_blocks li .t_ttl::after {
    width: 25px;
    right: -30px;
    top: 14px;
  }

  .trivia {
    margin-top: 100px;
    background-image: url(/img/usr/genre/rW5/bg05_pc.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-color: #E96A07;
  }

  .trivia .ttl {
    width: 440px;
  }

  .trivia .blocks {
    margin-bottom: 60px;
  }

  .trivia .blocks .block {
    padding: 30px 25px;
  }

  .trivia .blocks .block h3 {
    font-size: 130%;
    background: url(/img/usr/genre/rW5/btm_bar_pc.png) no-repeat;
    background-position: bottom;
    background-size: contain;
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .c-main_block .banner-box p {
    line-height: 1.8;
    margin-bottom: 0;
  }
}

.c-main_block .banner-box p {
  padding: 0;
  text-indent: 0;
}

.trivia .trivia__cl {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-main_block .banner-box p {
    text-align: center;
  }
}

/* 追記 */
/* .event_block {
  margin: 0;
} */
.page-genre .block-top-event--goods {
  padding-bottom: 0;
}

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

.block-genre-page--sub {
  margin: 0;
  display: none;
}

.ttl_block {
  margin-bottom: 0;
}

.lead_area {
  margin: 25px 20px 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}

.c-main_block .ttl_base {
  margin-bottom: 20px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #460000;
}

/* カテゴリで選ぶ */
.category_list {
  padding: 0 10px 60px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 5px;
}

.category_list li {
  width: calc((100% - 5px) / 2);
  position: relative;
}

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

.category_list a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  padding: 0 20px 2px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
  border-radius: 8px;
  background: #bb2608;
}

/* ランキング */
.block-ranking-r--items {
  justify-content: center;
  margin-bottom: 10px;
}

.ranking_block {
  padding: 55px 0 50px;
  background: url("/img/usr/genre/rW5/bg_ranking.jpg") no-repeat;
  background-position: top center;
  background-size: cover;
}

.ttl_ranking {
  text-align: center;
  position: relative;
}

.ttl_ranking::before {
  content: '';
  background-image: url("/img/usr/genre/rW5/ttl_ranking.png");
  display: block;
  width: 40px;
  height: 30px;
  margin-bottom: 5px;
  background-repeat: no-repeat;
  /* background-position: center; */
  background-size: contain;
  top: -33px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.block-ranking-lightningrecommend .block-ranking-r li {
  width: 155px;
}

/* 商品の棚 */
.ttl_block {
  margin-bottom: 0;
}

.c-main_block .ttl_obi {
  padding: 19px 10px 20px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: url("/img/usr/genre/rW5/ttl_line.jpg"), url("/img/usr/genre/rW5/ttl_line.jpg"), url("/img/usr/genre/rW5/ttl.jpg") no-repeat;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-position: top, bottom, center;
  background-size: 100% 3px, 100% 3px, cover;
}

.btn-more {
  display: block;
  width: 220px;
  margin: 5px auto 0;
  padding: 12px 0 13px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: #bb2608;
  border-radius: 30px;
  position: relative;
}

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

/* PC表示 */
@media only screen and (min-width: 780px) {
  /* .c-main_block {
    margin: 0 auto 70px;
  } */

  .ttl_block {
    margin-bottom: 0;
  }

  .lead_area {
    margin: 20px 20px 30px;
    text-align: center;
    font-size: 16px;
  }

  .c-main_block .banner-box {
    width: 80%;
    border: solid 2px #e31411;
    background-color: #ffffff;
    padding: 20px 10px;
    margin: 0 auto 50px;
    border-radius: 5px;
  }

  .c-main_block .banner-box p {
    font-size: 16px;
  }

  .c-main_block .ttl_base {
    font-size: 30px;
  }

  /* ランキング */
  .block-ranking-r--goods-name {
    margin: 0 0 8px;
  }

  .block-ranking-lightningrecommend .block-ranking-r li {
    width: 195px;
  }

  /* カテゴリで選ぶ */
  .category_list {
    gap: 8px;
  }

  .category_list li {
    width: calc((100% - 16px) / 3);
  }

  .category_list a {
    height: 70 px;
    font-size: 15px;
  }

  .c-main_block .ttl_obi {
    padding: 15px 10px 16px;
    font-size: 25px;
  }
}