@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');

.content-block {
  width: 100%;
  margin: 0 auto;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.7;
  font-family: "IBM Plex Sans JP", sans-serif;
  color: #fff;
  background-color: rgb(229, 1, 19);
  box-sizing: border-box;
}

.content-block .pc {
  display: none;
}

.content-block .sp {
  display: block;
}

.content-block button:focus {
  outline: none;
}

.content-block img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.content-block a {
  text-decoration: none;
}

.content-block a:hover {
  opacity: 1;
}

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

.content-block .sp {
  display: block;
}

.content-block .pc {
  display: none;
}

.section-wrapper {
  padding: 25px 20px 50px;
}

/* 背景 */
.bg_re {
  background: linear-gradient(rgba(229, 1, 19, 0.7), rgba(229, 1, 19, 0.7)),
    url(/img/usr/genre/rW6/bg_section_re_s.png) no-repeat;
  background-size: 100%;
  background-position: top center;
}

.bg_re_d {
  background: linear-gradient(rgba(191, 0, 11, 0.6) 85%, rgba(175, 1, 13, 1) 100%),
    url(/img/usr/genre/rW6/bg_section_re_s.png) no-repeat,
    rgb(191, 0, 11);
  background-size: 100%;
  background-position: top center;
}

.bg_wh {
  background: rgb(242, 241, 237);
}

.bg_wh_top {
  background: linear-gradient(rgba(242, 241, 237, 0.4), rgba(242, 241, 237, 0.4)),
    url(/img/usr/genre/rW6/bg_section_wh_s.png) no-repeat,
    rgb(242, 241, 237);
  background-size: 100%;
  background-position: top center;
}


/* リード文 */
.block-lead {
  margin-bottom: 30px;
  text-align: left;
}

.block-lead p {
  margin: 0;
}

/* メルマガ会員限定クーポン */
.block-coupon {
  width: 100%;
  margin: 0 auto 50px;
}

.block-coupon img {
  border: solid 1px #fff;
  border-radius: 8px;
}

/* アンカーリンク */
.block-anchor-link {
  margin: 0 0 8px;
}

.anchor-link {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 8px;
}

.anchor-link li {
  width: calc((100% - 8px) / 2);
}

.anchor-link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 64px;
  padding: 0 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.1;
  color: #222;
  background: #F8F7F4;
  outline: solid 1px rgb(229, 1, 19);
  outline-offset: -3px;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
}

.anchor-link li a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  width: 22px;
  height: 22px;
  background: url('/img/usr/genre/rW6/arrow_anchor.png') no-repeat;
  background-size: contain;
  background-position: center;
}

.anchor-link-inner {
  display: block;
}

.anchor-link-inner::first-letter {
  color: rgb(229, 1, 19);
  display: inline;
}

/* タイトル（h2） */
.title_wrap {
  margin: 0 auto 20px;
  text-align: center;
}

.title_wrap h2 {
  display: inline-block;
  margin: 20px auto 0;
  padding: 0 55px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.title_wrap h2::before,
.title_wrap h2::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 16px;
  background: url('/img/usr/genre/rW6/title_deco.svg') no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  top: 50%;
}

.title_wrap h2::before {
  left: 0;
}

.title_wrap h2::after {
  right: 0
}

.bg_re .title_wrap {
  color: #fff;
}

.bg_wh .title_wrap {
  color: #222;
}

.bg_wh .title_wrap p {
  margin-top: 4px;
}

.title_wrap p {
  margin: 0 auto;
}

/* バナー（横長） */
.block-banner {
  width: 100%;
  margin: 0 auto 40px;
}

/* バナー（正方形） */
.banner-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

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

.banner-wrap li img {
  border-radius: 8px;
}

.content-block .pt0 {
  padding-top: 0;
}

.txt_min {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

/* テキストリンクボタン */
.cmn-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 54px;
  margin: 20px auto 0;
  padding: 1px 12px 0 0;
  text-align: center;
  font-size: 17px;
  font-weight: 700;
  color: #71560C;
  background: linear-gradient(90deg, rgba(253, 235, 161, 1) 0%, rgba(245, 212, 74, 1) 100%);
  filter: drop-shadow(0px 5px 0px rgba(0, 0, 0, 0.15));
  border: 2px solid #D3B239;
  border-radius: 80px;
  position: relative;
}

.cmn-btn::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background: url('/img/usr/genre/rW6/arrow_btn.png') no-repeat;
  background-size: contain;
  background-position: center;
}

.cmn-btn.comingsoon {
  filter: grayscale(1);
  pointer-events: none;
  border-color: #484848;
}

.comingsoon:before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #5f5f5f;
  border-radius: 80px;
}

.comingsoon:after {
  content: "coming soon";
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  background: none;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

/* ジャンルページデフォルト設定の調整 ======================================== */
.block-genre-page-head {
  display: none;
}

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

/* 商品一覧 調整 ======================================== */
/* SP用並び調整 */
.content-block .block-pickup-list-p--item {
  margin: 0 10px 0 0;
}

.content-block div#goods_list_auto_load_area::-webkit-scrollbar {
  display: none;
}

.content-block .block-top-event--goods:has(*:not(script)) {
  padding: 0 10px 5px;
  margin: -10px;
}


/* .content-block .block-genre-page--event .block-top-event--goods .block-pickup-list-p--item:nth-last-child(n+2) {
  margin-right: 10px;
} */

/* PC用並び調整 */
.content-block .block-thumbnail-t {
  justify-content: center;
}

.content-block .page-genre .block-top-event--goods:has(*:not(script)) {
  padding: 0;
}


.content-block .block-thumbnail-t--goods {
  width: 190px;
}

.content-block .block-thumbnail-t--goods:not(:nth-child(4)) {
  margin: 0 20px 0 0;
}

.content-block .block-thumbnail-t--goods:nth-child(4n) {
  margin-right: 0;
}

.content-block .block-thumbnail-t--goods:not(:nth-child(4n)) {
  margin-bottom: 30px;
}

.content-block .block-icon {
  display: flex;
  margin-bottom: 8px;
}

/* 商品画像 */
.content-block .block-thumbnail-t--goods-image img,
.content-block .block-pickup-list-p--goods-image figure,
.content-block .block-pickup-list-p--goods-image figure img,
.content-block .block-goods-list-status {
  border-radius: 8px;
}

.content-block .block-pickup-list-p--goods-description {
  background: transparent;
}

.content-block .block-thumbnail-t--goods-name {
  margin: 0 0 10px;
}

.bg_re .block-thumbnail-t--goods-name a,
.bg_re a.js-enhanced-ecommerce-goods-name,
.bg_re .block-pickup-list-p--price,
.bg_re .block-thumbnail-t--price-items,
.bg_re .block-pickup-list-p--default-price,
.bg_re_d .block-thumbnail-t--goods-name a,
.bg_re_d a.js-enhanced-ecommerce-goods-name,
.bg_re_d .block-pickup-list-p--price,
.bg_re_d .block-thumbnail-t--price-items,
.bg_re_d .block-pickup-list-p--default-price {
  color: #fff;
}

.bg_wh .block-thumbnail-t--price-items,
.bg_wh .block-pickup-list-p--net-price {
  color: #222;
}

.bg_wh .block-thumbnail-t--default-price-items,
.bg_wh .block-pickup-list-p--default-net-price.default-net-price {
  color: #222;
  text-decoration: line-through;
}

.bg_re .block-pickup-list-p--price-items--sale,
.bg_re .block-pickup-list-p--default-price-items+.block-pickup-list-p--price-items .block-pickup-list-p--price,
.bg_re .block-pickup-list-p--point,
.bg_re .content-block .block-thumbnail-t--point,
.bg_re .content-block .block-thumbnail-t--point,
.bg_re_d .block-pickup-list-p--price-items--sale,
.bg_re_d .block-pickup-list-p--default-price-items+.block-pickup-list-p--price-items .block-pickup-list-p--price,
.bg_re_d .block-pickup-list-p--point,
.bg_re_d .content-block .block-thumbnail-t--point,
.bg_re_d .content-block .block-thumbnail-t--point {
  color: #EAD68A;
}

.bg_wh .block-thumbnail-t--point {
  color: #CBA31B;
}

.content-block .btn-primary {
  background: #CBA31B;
}

.block-thumbnail-t--btn-detail {
  background: #fff;
}

/* =================================================
PC用　画面幅780px以上
==================================================== */
@media only screen and (min-width: 780px) {
  .content-block {
    width: 900px;
    margin: 0 auto;
    font-size: 16px;
  }

  .content-block .pc {
    display: block;
  }

  .content-block .sp {
    display: none;
  }

  .section-wrapper {
    padding: 40px 30px 65px;
  }

  /* 背景 */
  .bg_re {
    background: linear-gradient(rgba(229, 1, 19, 0.7), rgba(229, 1, 19, 0.7)),
      url(/img/usr/genre/rW6/bg_section_re.png) no-repeat;
    background-size: 100%;
    background-position: top center;
  }

  .bg_re_d {
    background: linear-gradient(rgba(191, 0, 11, 0.6) 85%, rgba(175, 1, 13, 1) 100%),
      url(/img/usr/genre/rW6/bg_section_re.png) no-repeat,
      rgb(191, 0, 11);
    background-size: 100%;
    background-position: top center;
  }

  .bg_wh {
    background: rgb(242, 241, 237);
  }

  .bg_wh_top {
    background: linear-gradient(rgba(242, 241, 237, 0.4), rgba(242, 241, 237, 0.4)),
      url(/img/usr/genre/rW6/bg_section_wh.png) no-repeat,
      rgb(242, 241, 237);
    background-size: 100%;
    background-position: top center;
  }

  /* リード文 */
  .block-lead {
    margin-bottom: 50px;
    text-align: center;
  }

  /* メルマガ会員限定クーポン */
  .block-coupon {
    width: 90%;
    margin: 0 auto 60px;
  }

  /* アンカーリンク */
  .block-anchor-link {
    margin: 0;
  }

  .anchor-link li {
    width: calc((100% - 24px) / 4);
  }

  /* タイトル（h2） */
  .title_wrap {
    margin: 0 auto 30px;
    text-align: center;
  }

  .title_wrap h2 {
    display: inline-block;
    margin: 25px auto 0;
    padding: 0 90px;
    font-size: 45px;
    font-weight: 700;
    line-height: 1.1;
    position: relative;
  }

  .title_wrap h2::before,
  .title_wrap h2::after {
    content: "";
    position: absolute;
    width: 65px;
    height: 26px;
    background: url('/img/usr/genre/rW6/title_deco.svg') no-repeat;
    background-size: contain;
    transform: translateY(-50%);
    top: 50%;
  }

  .bg_wh .title_wrap p {
    margin-top: 8px;
  }

  /* バナー（横長） */
  .block-banner {
    width: 90%;
    margin: 0 auto 55px;
  }

  /* バナー（正方形） */
  .banner-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  .banner-wrap li {
    width: calc((100% - 48px) / 4);
  }

  /* テキストリンクボタン */
  .cmn-btn {
    width: 300px;
    height: 60px;
    margin: 30px auto 0;
    font-size: 19px;
  }

  .cmn-btn::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 38px;
    height: 38px;
    background: url('/img/usr/genre/rW6/arrow_btn.png') no-repeat;
    background-size: contain;
    background-position: center;
  }

  .comingsoon:after {
    content: "coming soon";
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    background: none;
    font-size: 24px;
  }
}