@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 {
  margin: 0;
  padding: 10px;
  display: block;
  font-weight: 600;
  text-align: center;
  position: relative;
}

/*ラベルに表示するテキスト*/
.open-label::before {
  content: '続きを読む';
  margin-right: 4px;
}

.open-label::after {
  content: "";
  background-image: url(/img/usr/genre/rA5/icon_arrow.svg);
  display: inline-block;
  margin-bottom: 5px;
  vertical-align: bottom;
  width: 15px;
  height: 15px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.on-off:checked~.open-label::before {
  content: '閉じる';
}

.on-off:checked~.open-label::after {
  transform: rotate(180deg);
}

/*開閉エリア*/
.open {
  height: 45px;
  overflow: hidden;
  position: relative;
}

.on-off:checked~.open {
  height: auto;
}

/*開閉エリアのぼかし*/
.open::before {
  content: '';
  background: linear-gradient(to bottom, transparent 20%, rgba(255, 255, 255, 1)100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
}

/*開閉後ぼかし削除*/
.on-off:checked~.open::before {
  background: none;
  z-index: -1;
}

/* 商品ラインナップ */
.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 {
  display: block;
  position: relative;
  cursor: pointer;
}

.lineup-section summary::before,
.lineup-section summary::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 2px;
  top: 50%;
  background-color: #210100;
  right: 10px;
  transition: 0.2s all;
}

.lineup-section summary::after {
  transform: rotate(-90deg);
}

.lineup-section details[open] summary::after,
.lineup-section summary details[open] summary::after {
  content: '';
  transform: rotate(0deg);
}

.lineup-section summary h3 {
  font-size: 18px;
  margin: 0;
}

.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;
}

/* 特集から選ぶ */
.feature-section {
  background: url(/img/usr/genre/rA5/bg_sec_02_s.jpg);
  background-size: 100%;
  background-repeat: repeat;
}

.feature-section .inner-wrap {
  margin: 0 0 30px;
}

.feature-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-bottom: 40px;
}

.feature-grid a {
  text-decoration: none;
  color: #210100;
}

.feature-grid a:hover {
  cursor: pointer;
}

.feature-item {
  display: flex;
}

.feature-item-img {
  flex: 1.5;
}

.feature-item-img img {
  border-radius: 4px;
}

.feature-item-txt {
  padding: 15px 0 0 15px;
  flex: 1.5;
  line-height: 1.5;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.feature-item-txt h3 {
  margin: 0 0 4px;
}

/* 予算から選ぶ */
.price-section {
  background: linear-gradient(rgba(158, 46, 29, 0.7), rgba(158, 46, 29, 0.7)), url(/img/usr/genre/rA5/bg_sec_s.jpg);
  background-size: 100%;
  background-repeat: repeat;
}

.price-section h2 {
  color: #fff;
}

.price-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.price-grid li a {
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 10px 7px 11px 0;
  background-color: #FFF;
  border-radius: 4px;
}

.price-grid li {
  position: relative;
}

.price-grid li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  border-right: 2px solid #210100;
  border-bottom: 2px solid #210100;
  transform: rotate(-45deg);
}

.price-section a {
  text-decoration: none;
  font-size: 19px;
  font-weight: 600;
  font-family: "Noto Serif JP", serif;
  color: #210100;
}

.price-section .txt_min {
  font-size: 12px;
}

.price-section span {
  font-size: 15px;
}

/* チョコレートとご一緒に */
.together-section {
  background-color: #faf5f3;
}

.together-section h3 {
  margin-top: 0;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
}

.together-section-inner:not(:last-child) {
  padding-bottom: 50px;
}

/* 下エリア */
.bottom-section {
  background: linear-gradient(rgba(239, 194, 194, 0.85), rgba(239, 194, 194, 0.85)), url(/img/usr/genre/rA5/bg_sec_s.jpg);
  background-size: 100%;
  background-repeat: repeat;
  position: relative;
  overflow-wrap: anywhere;
  word-break: normal;
  text-wrap: pretty;
}

.ec-shop {
  margin-bottom: 10px;
  padding: 25px 30px 20px;
  background: rgb(255, 255, 255, 0.95);
  border-radius: 8px;
}

.ec-shop h2 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 0 15px;
}

.ec-shop h2::before,
.ec-shop h2::after {
  content: "";
  background-image: none;
}

.ec-grid {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0 25px;
  line-height: 1.6;
}

.ec-grid figure {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

.ec-grid figure:nth-last-child(n + 2) {
  padding-bottom: 20px;
  border-bottom: dotted 2px #EAE1E1;
}

.ec-grid figure img {
  width: 33%;
  margin-right: 12px;
}

.ec-grid h3 {
  display: block;
  margin: 0 0 2px;
  font-size: 14px;
}

.ec-grid h3::before {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 2px;
  background: url('/img/usr/genre/rA5/icon_check.svg') no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.ec-grid .min_txt {
  display: block;
  margin-top: 2px;
  font-size: 10px;
  font-weight: 400;
}

.reading {
  padding: 25px 16px 35px;
  background: rgb(255, 255, 255, 0.95);
  border-radius: 8px;
  text-align: justify;
  word-break: break-all;
  text-justify: inter-ideograph;
  text-justify: inter-character;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.reading-block {
  margin-bottom: 30px;
}

.reading h2 {
  margin: 0 0 10px;
}

.reading h2::before {
  height: 0;
  margin: 0;
  background-image: none;
}

.reading h3 {
  margin: 0 0 2px;
}

.reading a {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-weight: 500;
  color: #a2070b;
}

/* リンクボタン */
.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;
}

/* 在庫なし　グレーアウト */
.sold-out {
  position: relative;
}

.sold-out:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  pointer-events: none;
}

.sold-out:after {
  width: 100%;
  content: "ご好評につき\A完売いたしました";
  white-space: pre-wrap;
  position: absolute;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  pointer-events: none;
}

/* 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: 1fr 1fr 1fr;
    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;
  }

  /* 特集から選ぶ */
  .feature-section {
    background: url(/img/usr/genre/rA5/bg_sec_02.jpg);
    background-size: 100%;
    background-repeat: repeat;
  }

  .feature-section .inner-wrap {
    margin: 0 20px 50px;
  }

  .feature-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
  }

  .feature-item-img {
    flex: 1.2;
  }

  .feature-item-txt {
    flex: 1.5;
  }

  .feature-item-txt h3 {
    margin: 0 0 8px;
  }

  /* 予算から選ぶ */
  .price-section {
    background: linear-gradient(rgba(158, 46, 29, 0.7), rgba(158, 46, 29, 0.7)), url(/img/usr/genre/rA5/bg_sec.jpg);
    background-size: 100%;
    background-repeat: repeat;
  }

  .price-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 8px;
  }

  /* チョコレートとご一緒に */
  .together-section h3 {
    margin-top: 0;
    text-align: center;
    font-size: 24px;
  }

  /* 下エリア */
  .ec-shop {
    padding: 40px 60px 30px;
  }

  .ec-shop h2 {
    margin-bottom: 20px;
  }

  .ec-grid figure:nth-last-child(n + 2) {
    padding-bottom: 0;
    border-bottom: none;
  }

  .ec-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
  }

  .ec-grid h3::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 4px;
    background: url('/img/usr/genre/rA5/icon_check.svg') no-repeat;
    background-size: contain;
    vertical-align: middle;
  }

  .reading {
    padding: 40px 40px 50px;
  }

  .reading h2 {
    margin: 0 0 15px;
  }

  .reading h2::before {
    height: 0;
  }

  .reading-block {
    margin-bottom: 40px;
  }

  /* リンクボタン */
  .cmn-link-btn {
    width: 380px;
    padding: 15px 0 16px;
    font-size: 16px;
  }

  .cmn-link-btn-s {
    width: 180px;
    padding: 8px 0 9px;
  }
}

/* ランキング */
.ranking-section {
  padding: 40px 0 60px;
}

.c_block_item.hidden {
  display: none !important;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.ranking_tab {
  padding-left: 20px;
}

.ranking_tab_name::-webkit-scrollbar {
  display: none;
}

.ranking_tab_name {
  margin-bottom: 30px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ranking_tab_name_list {
  display: flex;
  flex-wrap: nowrap;
  gap: 5px;
}

.ranking_tab_name_list li {
  flex-shrink: 0;
}

.ranking_tab_name_list li span {
  display: block;
  padding: 8px 12px 9px;
  border: 1px solid #cbb3a6;
  border-radius: 4px;
  box-sizing: border-box;
}

/* 選択されているタブ */
.ranking_tab_name_list li span.current {
  color: #fff;
  background: #ac8671;
}

/* ユーザーによるテキスト選択無効に */
.ranking_tab_name_list span {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

/* 商品一覧　タブ切り替えあり用 */
.ranking-section .c_block_inner {
  padding-left: 20px;
}

/* 商品一覧　タブ切り替えなし用 */
.block-ranking-r--items {
  padding-left: 20px;
}


/* 表示商品の横幅 */
.block-ranking-lightningrecommend .block-ranking-r li {
  width: 150px;
}

/* 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;
  }
}