@charset "UTF-8";

/* BO調整 */
.block-genre-page-head {
  margin: 0;
  padding: 0;
}

.block-genre-page--sub {
  margin: 0;
  display: none;
}

.block-top-event--goods {
  padding-bottom: 0 !important;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

.contents *:focus {
  outline: none;
}

.contents img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.contents ul,
.contents li {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contents p {
  margin: 0;
  padding: 0;
}

.contents {
  width: 100%;
  margin: 0 auto;
  color: #210100;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.8;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.contents h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 0 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  font-weight: 600;
  position: relative;
}

.contents h2::before {
  content: '';
  background-image: url('/img/usr/genre/rA5/sec_ttl.svg');
  display: block;
  width: 62px;
  height: 10px;
  margin-bottom: 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -15px;
  position: absolute;
}

.contents .rank_ttl {
  margin: 0 0 20px;
}

.contents .rank_ttl::before {
  content: '';
  background-image: url('/img/usr/genre/rA5/rank_ttl.svg');
  display: block;
  width: 33px;
  height: 21px;
  margin-bottom: 5px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -22px;
  position: absolute;
}

.contents h3 {
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}

.c_block {
  padding: 40px 20px 60px;
}

/* メインビジュアル */
.mv {
  margin: 0 auto;
  text-align: center;
}

/* リード文 */
/* .read {
  margin: 20px 20px 5px;
  line-height: 2;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.open-box {
  position: relative;
}

input[type="checkbox"].on-off {
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0;
} */


/*ラベルに表示するテキスト*/
.open-label::before {
  content: '続きを読む';
  margin-right: 4px;
}



/* 商品ラインナップ */
.lineup-section {
  background: linear-gradient(rgba(87, 17, 14, 0.7), rgba(87, 17, 14, 0.7)), url(/img/usr/genre/rA5/bg_sec_s.jpg);
  background-size: 100%;
  background-repeat: repeat;
  position: relative;
}

.lineup-section::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: auto;
  background-image: url('/img/usr/genre/rA5/top_lineup_s.png');
  background-position: center;
  background-size: contain;
  z-index: 10;
}

.lineup-section h2 {
  color: #fff;
}

.lineup-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
}

.lineup-item {
  border-radius: 4px;
}

.lineup-item img {
  border-radius: 4px 4px 0 0;
}

.lineup-item details {
  padding: 16px 15px 18px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.lineup-section summary {
  padding: 16px 15px 18px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}


.lineup-section p {
  margin: 8px 0 16px;
}

/* ネットフリックス */
.netflix-section {
  padding: 50px 20px 55px;
  background: url(/img/usr/genre/rA5/bg_netflix.png) repeat, #100000;
  background-size: cover;
}

.netflix-section img {
  width: 92%;
  margin-bottom: 30px;
}


/* リンクボタン （詳しくはこちら） */
.cmn-link-btn,
.cmn-link-btn-s {
  position: relative;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #FFF;
  background: #a2070b;
  border-radius: 60px;
}

.cmn-link-btn::after,
.cmn-link-btn-s::after {
  content: '';
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  transform: rotate(-45deg);
}

.cmn-link-btn {
  width: 90%;
  padding: 14px 0 13px;
  font-size: 16px;
}

.cmn-link-btn-s {
  width: 60%;
  padding: 8px 0 9px;
}

.bg_br {
  background: #57110e;
}


/* PC表示 -----------------------------------*/
@media only screen and (min-width: 780px) {
  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .contents {
    width: 900px;
    font-size: 14px;
  }

  .c_block {
    padding: 50px 40px 70px;
  }

  .contents h2 {
    font-size: 30px;
  }

  .contents h2::before {
    width: 74px;
    height: 12px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .contents .rank_ttl {
    margin: 0 0 25px;
  }

  .contents .rank_ttl::before {
    content: '';
    background-image: url('/img/usr/genre/rA5/rank_ttl.svg');
    display: block;
    width: 40px;
    height: 25px;
    margin-bottom: 5px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    top: -25px;
    position: absolute;
  }

  .contents h3 {
    font-size: 16px;
  }

  /* リード文 */
  .read {
    margin: 40px 18px;
    text-align: center;
  }

  /* 商品ラインナップ */
  .lineup-section {
    background: linear-gradient(rgba(87, 17, 14, 0.7), rgba(87, 17, 14, 0.7)), url(/img/usr/genre/rA5/bg_sec.jpg);
    background-size: 100%;
    background-repeat: repeat;
  }

  .lineup-section h2 {
    color: #fff;
  }

  .lineup-grid {
    display: grid;
    grid-template-columns: 2fr 2fr ;
    gap: 10px;
  }

  .lineup-item {
    margin-bottom: 0;
  }

  .lineup-section summary h3 {
    font-size: 15px;
  }

  /* ネットフリックス */
  .netflix-section {
    padding: 50px 40px 55px;
  }

  .netflix-section img {
    width: 50%;
    margin-bottom: 30px;
  }

  /* リンクボタン （くわしくはこちら）*/
  .cmn-link-btn {
    width: 380px;
    padding: 15px 0 16px;
    font-size: 16px;
  }

  .cmn-link-btn-s {
    width: 180px;
    padding: 8px 0 9px;
  }
}


/* ユーザーによるテキスト選択無効に */
.ranking_tab_name_list span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}


/* PC表示 -----------------------------------*/
@media only screen and (min-width: 780px) {
  .ranking-section {
    padding: 50px 0 70px;
  }

  .ranking_tab {
    padding-left: 0;
  }

  .ranking_tab_name_list {
    justify-content: center;
  }

  .ranking-section .c_block_inner {
    padding-left: 0;
  }

  .block-ranking-r--items {
    padding-left: 20px;
  }

  .block-ranking-r--items {
    gap: 20px;
    justify-content: center;
  }

  .ranking_tab_name_list li span {
    padding: 8px 20px 9px;
  }

  /* 表示商品の横幅 */
  .block-ranking-lightningrecommend .block-ranking-r li {
    width: 195px;
  }
}