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

/* 上部のスペース調整 */
.block-genre-page-head {
  margin: 0;
}

/* 下層ページボタン非表示 */
.block-genre-page--sub {
  display: none;
}

/* コメント非表示 */
.block-genre-page--comment {
  display: none;
}

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

/* デフォルトの商品一覧調整 */
@media only screen and (max-width: 780px) {
  .contents .block-top-event--goods:has(*:not(script)) {
    padding: 45px 0 0;
  }

  /* 商品一覧左右の余白 */
  /* .block-genre-page--goods {
    padding: 45px 20px 0;
  } */

  .contents .block-pickup-list-p--item {
    width: 155px;
    margin: 0 10px 0 0;
  }

  .contents li.block-pickup-list-p--item.js-enhanced-ecommerce-item:first-child {
    margin-left: 15px;
  }

  .contents .block-pickup-list-p--goods-image figure {
    width: 155px;
    height: 155px;
  }
}

/* iReco部分　カスタマイズ */
.contents .c_block_inner {
  padding: 10px 30px 0;
}

@media only screen and (max-width: 780px) {
  .contents .c_block_inner {
    padding: 5px 0 0 0;
  }

  .block-ranking-r--items {
    padding: 0 15px;
  }

  .block-ranking-lightningrecommend .block-ranking-r li {
    width: 160px;
    margin: 0;
  }

  .block-ranking-lightningrecommend .block-ranking-r li:first-child {
    margin-left: 15px;
  }

  .block-ranking-lightningrecommend .block-ranking-r li:not(:last-child) {
    margin-right: 10px !important;
  }

  .block-genre-page-head {
    padding: 10px 0 0 20px;
  }
}


.contents *:focus {
  outline: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.contents {
  width: 900px;
  margin: 0 auto;
  color: #222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  overflow-x: hidden;
}

.contents img {
  max-width: 100%;
}

/* .contents ul,
.contents li {
  list-style: none;
  margin: 0;
  padding: 0;
} */

.contents p {
  margin: 0;
  padding: 0;
}

.contents a {
  text-decoration: none;
}

.contents button {
  background: transparent;
}

.c_block {
  padding: 50px 0;
}

.inner {
  padding: 40px 30px;
}

/* イベント商品一覧 デフォルト調整 */
.contents .block-top-event--goods {
  padding-top: 0 !important;
}

/* 背景色 */
.c_ranking,
.c_new-arrivals {
  background: #FCF9F2;
}

.mt_20 {
  margin-top: 20px;
}

.pt_0 {
  padding-top: 0;
}

/*hタグ*/
.contents h1 {
  margin: 0;
  padding: 5px 0 6px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  background: #009844;
}

.contents .section_title {
  position: relative;
  background: none;
  padding: 0 0 0 20px;
  margin: 0 0 50px 0;
  color: #222;
  font-size: 14px;
  line-height: 1;
  font-weight: 600;
}

.contents .title_inner {
  margin: 0 0 20px 30px;
}

.contents .section_title span {
  display: block;
  font-size: 34px;
  font-family: "Josefin Sans", sans-serif;
}

.contents .section_title .txt_jp {
  padding-top: 4px;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Noto Sans JP", sans-serif;
}

.contents .or:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 47px;
  transform: translateY(-50%);
  background: url("/img/usr/genre/rW1/title_or.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contents .gr:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 8px;
  height: 47px;
  transform: translateY(-50%);
  background: url("/img/usr/genre/rW1/title_gr.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.contents .section_title_center {
  margin: 0 0 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}

/* .mt_adjust {
  margin-top: 100px;
} */

/* カルーセルバナー -----------------------------*/
.c_slider {
  margin: 30px 0;
}

/* スライダー */
.contents .slick-initialized .slick-slide {
  height: auto !important;
  margin: 10px 8px 25px;
  filter: drop-shadow(0px 5px 8px rgba(0, 0, 0, 0.2));
}

.contents .slider {
  display: flex;
  line-height: 0;
  font-size: 0;
}

.contents .slick-track {
  display: flex;
}

/* 各スライド（slider-items）の高さを均等にする */
.contents .slider-items {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.contents .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.contents .slider-items a {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slick-slide img {
  /* margin-bottom: 20px; */
  border-radius: 8px 8px 0 0;
}

.contents .slider-items p {
  height: 100%;
  margin-top: auto;
  padding: 10px 15px 15px;
  font-size: 15px;
  line-height: 1.4;
  border-radius: 0 0 8px 8px;
  background: #fff;
  color: #222;
}

.contents .slide-items img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .contents .slick-prev:before,
.contents .slick-next:before {
  color: #727272;
} */

/* .contents .slick-dots {
  height: 30px;
  bottom: -30px ;
} */
/* インジケーター */
.contents .slick-dots {
  display: inline-block;
  z-index: 10;
  pointer-events: auto;
}

.contents .slick-dots li {
  width: 15px;
  height: 15px;
  margin: 0 8px;
  cursor: pointer;
}

.slick-dots li button {
  width: 15px;
  height: 15px;
  padding: 0;
}

.contents .slick-dots li button:before {
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #ddd;
}

/* アクティブなドットの色 */
.slick-dots li.slick-active button::before {
  background-color: #404040;
}

.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
}

/* カルーセル矢印 */
.arrow_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  top: -30px;
  position: relative;
}

.prev-arrow,
.next-arrow {
  display: block;
  width: 35px;
  height: 35px;
  background: #fff;
  border: solid 2px #ddd;
  border-radius: 50%;
  transition: all .3s ease;
  cursor: pointer;
  position: relative;
}

.prev-arrow {
  transform: rotate(180deg);
  margin-right: 20px;
  left: 20px;
}

.next-arrow {
  right: 20px;
}

.prev-arrow::before,
.next-arrow::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  border-right: 2px solid #404040;
  border-top: 2px solid #404040;
  top: 0;
  bottom: 0;
  left: 0;
  right: 2px;
  margin: auto;
  transform: rotate(45deg);
}

/* カテゴリで選ぶ */
.contents .c_category {
  padding: 45px 0 30px;
}

.contents .txt_c {
  margin: 0 auto 10px;
  padding-top: 7px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.menu_nav {
  margin: 0 10px;
  overflow-x: auto;
}

.contents .c-switchingTabs {
  display: flex;
  justify-content: center;
  gap: 5px;
}

.contents .c-switchingTabs__tab {
  display: flex;
  align-items: center;
  padding: 8px 25px;
  border: none;
  border: 2px solid #eaeaea;
  border-radius: 30px;
  box-sizing: border-box;
  color: #747474;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.2s;
}

.contents .c-switchingTabs__tab.is-current {
  color: #fff;
  background: #ef8200;
  border: 2px solid #ef8200;
}

.contents .c-switchingContainer {
  height: auto;
  padding: 40px 0 0;
}

.contents .c-switchingContainer__contents {
  width: 100%;
}

.contents .js-switchingContents {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s;
}

.contents .is-open {
  height: auto;
  opacity: 1;
}

.contents .list_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 10px;
}

.contents .list_wrap li {
  width: calc((100% - 70px) / 8);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contents .list_wrap li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  color: #222;
}

.contents .list_wrap li img {
  width: 60px;
  margin-bottom: 8px;
}

/* セブンプレミアムとは */
.contents .c_about {
  padding: 80px 0 70px;
  font-weight: 500;
  text-align: center;
  background: url("/img/usr/genre/rW1/sect_about.svg");
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}

.c_about p {
  line-height: 2.2;
}

.c_about p span {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}

/* ブランド */
.c_brand {
  padding: 40px 0 60px;
  background: #f4f5f5;
}

.c_brand .wrap_block {
  width: 650px;
  margin: 0 auto;
}

.contents .out_title {
  margin-top: -54px;
  /* padding-left: 0; */
  margin-bottom: 0;
}

.c_brand .wrap {
  display: flex;
  padding: 35px 0;
  align-items: center;
}

.c_brand .wrap:nth-last-child(n + 2) {
  border-bottom: 1px solid #c1c1c1;
}

.c_brand .wrap h3 {
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 700;
}

.c_brand .wrap .img {
  flex: 1;
  margin-right: 20px;
}

.c_brand .wrap .img img {
  width: 100px;
}

.c_brand .wrap .txt {
  flex: 4;
  margin-bottom: 10px;
}

.link_btn {
  width: 350px;
  display: block;
  margin: 40px auto 70px;
  padding: 20px 40px;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  border-radius: 60px;
  color: #fff;
  background: #009844;
  position: relative;
}

.link_btn::after {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  position: absolute;
  top: 50%;
  right: 27px;
  margin-top: -5px;
  transform: rotate(45deg);
}

/* フッター */
.sect_footer {
  padding: 40px 0 0;
  /* background: #f4f5f5; */
}

.contents .sect_footer ul {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 30px;
}

.contents .sect_footer li {
  width: 30px;
}

.contents .copyright {
  text-align: center;
  font-size: 12px;
}

/* もっと見るボタン */
.link_more {
  display: block;
  width: 220px;
  margin: 40px auto 0;
  padding: 8px 5px 8px 0;
  text-align: center;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 60px;
  position: relative;
  background: #fff;
}

.link_more::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.btn_gr {
  color: #009844;
  border: solid 2px #009844;
}

.btn_gr::after {
  border-top: solid 2px #009844;
  border-right: solid 2px #009844;
}

.btn_or {
  color: #ef8200;
  border: solid 2px #ef8200;
}

.btn_or::after {
  border-top: solid 2px #ef8200;
  border-right: solid 2px #ef8200;
}

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

  .sp {
    display: block;
  }

  .contents {
    width: 100%;
  }

  .c_block {
    padding: 40px 0;
  }

  /* hタグ */
  .contents h1 {
    margin: 0;
    padding: 5px 0 6px 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #009844;
  }

  .contents .section_title {
    position: relative;
    background: none;
    padding: 0 0 0 18px;
    margin: 0 12px 25px 12px;
    color: #222;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
  }

  .contents .section_title span {
    display: block;
    font-size: 28px;
    font-family: "Josefin Sans", sans-serif;
  }

  .contents .section_title .txt_jp {
    padding-top: 0;
    font-size: 20px;
  }

  .contents .or:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 42px;
    transform: translateY(-50%);
    background: url("/img/usr/genre/rW1/title_or.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .contents .gr:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 7px;
    height: 42px;
    transform: translateY(-50%);
    background: url("/img/usr/genre/rW1/title_gr.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .contents .section_title_center {
    font-size: 20px;
  }

  .contents .c_category .c_block {
    padding-bottom: 0;
    margin: 10px 0 30px;
  }

  /* カテゴリで選ぶ */
  .contents .c_category {
    padding: 30px 0 0;
  }

  .contents .c-switchingTabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .contents .c-switchingTabs__tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 6px 15px;
  }

  .contents .c-switchingContainer {
    height: auto;
    padding: 25px 0 0;
  }

  .contents .list_wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
    margin: 0 5px;
  }

  .contents .list_wrap li {
    width: calc((100% - 30px) / 4);
    margin-bottom: 20px;
  }

  /* セブンプレミアムとは */
  .contents .c_about {
    margin: 20px 10px 30px;
    padding: 40px 25px 70px;
    background: url("/img/usr/genre/rW1/sect_about_top.svg"),
      url("/img/usr/genre/rW1/sect_about_bottom.svg");
    background-repeat: no-repeat, no-repeat;
    background-position: top, bottom;
    background-size: contain, contain;
  }

  .c_about p {
    text-align: left;
  }

  .c_about p span {
    text-align: center;
    display: block;
    font-size: 18px;
  }

  /* ブランド */
  .contents .c_brand {
    padding: 40px 30px 10px;
  }

  .contents .out_title {
    margin-top: -54px;
    padding-left: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .c_brand .wrap_block {
    width: 100%;
  }

  .c_brand .wrap {
    display: flex;
    flex-direction: column;
    padding: 35px 0;
    align-items: center;
  }

  .c_brand .wrap:nth-last-child(n + 2) {
    border-bottom: 1px solid #c1c1c1;
  }

  .c_brand .wrap h3 {
    text-align: center;
    margin: 10px 0 5px;
    font-size: 18px;
  }

  .c_brand .wrap .img {
    flex: 1;
    margin-right: 0;
  }

  .c_brand .wrap .img img {
    width: 90px;
  }

  .link_btn {
    width: 80%;
    margin: 30px auto 30px;
  }

  /* フッター */
  .sect_footer {
    padding: 40px 0 20px;
  }

  .contents .sect_footer ul {
    display: flex;
    justify-content: center;
    gap: 30px;
  }

  .contents .sect_footer li {
    width: 35px;
  }

  /* もっと見るボタン */
  .link_more {
    display: block;
    width: 220px;
    margin: 10px auto 0;
  }

  .pb_0_sp {
    padding-bottom: 0;
  }
}