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

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

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

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

/* 商品一覧 */
.block-pickup-list-p--items {
  justify-content: center;
}

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

#main_area *:focus {
  outline: none;
}

#main_area img {
  max-width: 100%;
}

#main_area ul,
#main_area li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#main_area p {
  margin: 0;
  padding: 0;
}

#main_area a {
  text-decoration: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.contents {
  width: 900px;
  margin: 0 auto;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7;
  background: url(/img/usr/genre/rW8/bg.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  padding-bottom: 20px;
}

.block-genre-page-head .contents {
  background: url(/img/usr/genre/rW8/bg.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  padding-bottom: 20px;
}

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

.mv img {
  width: 400px;
}

.top_wrap {
  margin-bottom: 30px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%, rgba(255, 255, 255, 1) 100%);
}

/* リード文 */
.read {
  margin: 40px auto;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
}

.txt_blue {
  color: #00A0E8;
}

/* アンカーリンク */
.anchor {
  margin: 30px auto;
}

.anchor_wrap {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.anchor_wrap li {
  width: 200px;
  background: #fff;
  border: 2px solid #00A0E8;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
}

.anchor_wrap li::after {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url(/img/usr/genre/rW8/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -12px;
  border: solid 2px #fff;
  border-radius: 30px;
}

.anchor_wrap a {
  display: block;
  padding: 12px 40px 14px;
  text-align: center;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.2;
  color: #333;
}

/* セクション */
/* section {
  margin-top: 80px;
  padding-top: -80px;
} */

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

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

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

/* 見出し */
.section_title,
.section_title_sb {
  text-align: center;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  background: none;
}

.section_title {
  margin: 10px auto 30px;
  padding: 0;
  font-size: 34px;
}

.section_title_sb {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 30px;
  font-size: 25px;
}

.section_title_sb::before,
.section_title_sb::after {
  content: "";
  background-color: #333;
  height: 2px;
  width: 28px;
}

.section_title span {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  font-size: 18px;
  color: #00A0E8;
}

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

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

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

/* 棚アイコン */
.banner_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.banner_wrap li {
  width: calc((100% - 45px)/4);
}

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


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

  .sp {
    display: block;
  }

  .contents {
    width: 100%;
  }

  /* メインビジュアル */
  .mv {
    margin: 40px auto 0;
  }

  .mv img {
    width: 70%;
  }

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

  /* アンカーリンク */
  .anchor {
    margin: 30px 15px;
  }

  .anchor_wrap {
    display: flex;
    justify-content: center;
    gap: 4px;
  }

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

  .anchor_wrap a {
    padding: 10px 4px 14px;
    font-size: 15px;
  }

  /* セクション */
  /* section {
    margin-top: 60px;
    padding-top: -60px;
  } */

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

  .bnr {
    margin-bottom: 10px;
  }

  /* 見出し */
  .section_title {
    margin: 10px auto 20px;
    padding: 0;
    font-size: 25px;
  }

  .section_title_sb {
    margin: 30px auto 5px;
    font-size: 20px;
  }

  .section_title_sb::before,
  .section_title_sb::after {
    content: "";
    background-color: #333;
    height: 2px;
    width: 28px;
  }

  .section_title span {
    font-size: 15px;
    margin-bottom: 5px;
  }

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

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

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

  /* 棚アイコン */
  .banner_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 15px;
  }

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