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

.pane-main {
  overflow: hidden;
}

/* BO　ジャンル名非表示 */
.block-genre-page--header {
  display: none;
}

/* フリースペース上部の下の余白・SP左右の余白　削除 */
.block-genre-page-head {
  margin-bottom: 50px;
  padding: 0;
}

@media only screen and (max-width: 780px) {
  .block-genre-page-head {
    margin-bottom: 30px;
    padding: 0;
  }

  .block-top-event--goods:has(*:not(script)) {
    /* padding: 10px 0 0 20px; */
    padding: 25px 20px 0 20px;
  }

  .block-pickup-list-p--item {
    width: 160px;
  }

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

/* エラー表記非表示（ジャンルページに商品紐づけ無しの場合） */
.block-genre-page--goods {
  display: none;
}

/* ピックアップアイテム中央揃え（PC） */
.block-pickup-list-p--items {
  justify-content: center;
}

/* ======================== */
.pc {
  display: block;
}

.sp {
  display: none;
}

#main_area {
  width: 900px;
  margin: 0 auto;
  color: #383838;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.7;
  text-align: left;
}

#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 .inner {
  margin: 50px 40px 60px;
}

/*hタグ・テキスト関連*/
#main_area h1 {
  margin: 0;
  padding: 10px 0 15px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: #383838;
}

#main_area .section_title {
  text-align: center;
  background: none;
  padding: 0;
  margin: 20px 0 0;
  color: #383838;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 600;
}

#main_area .section_title .Nunito {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 700;
  font-feature-settings: "palt";
  font-family: "Nunito Sans", sans-serif;
  color: #008ED0;
}

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

.min_txt {
  display: block;
  font-size: 12px;
}

/* リード文 */
.lead_txt {
  margin: 0 60px;
}

.lead_txt .min_txt {
  margin-top: 5px;
}

/* カテゴリで選ぶ */
.c_category {
  background: #EFF8FC;
  border: solid 4px #008ED0;
  border-radius: 20px;
  box-sizing: border-box;
}

#main_area .c_category .section_title_center {
  padding: 7px 0 8px;
  color: #fff;
  background: #008ED0;
  border-radius: 10px 10px 0 0;
}

#main_area .c_category .list_category {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 30px 10px 30px;
  gap: 10px;
}

#main_area .c_category .list_category li {
  width: calc((100% - 20px)/3);
  text-align: center;
}

#main_area .c_category .list_category li a {
  display: block;
  padding: 12px 0;
  background: #fff;
  border: solid 3px #008ED0;
  border-radius: 60px;
  box-sizing: border-box;
  color: #383838;
  font-weight: 600;
  line-height: 1.5;
}

#main_area .c_category .min_txt {
  padding: 0 23px 15px 0;
  text-align: right;
}

/* ポイント付与対象外 */
#main_area .c_not-point .section_title_center {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #008ED0;
}

#main_area .c_not-point .section_title_center::before,
#main_area .c_not-point .section_title_center::after {
  background-color: #008ED0;
  content: "";
  height: 3px;
  width: 20px;
}

#main_area .c_not-point .section_title_center::before {
  margin-right: 15px;
}

#main_area .c_not-point .section_title_center::after {
  margin-left: 15px;
}

#main_area .c_not-point .min_txt {
  text-align: center;
  margin-bottom: 10px;
}

/* ハッピーデーについて */
#main_area .c_happyday {
  padding-bottom: 10px;
  background: #FEF5FA;
}

#main_area .c_happyday .inner {
  margin-bottom: 0;
}


#main_area .c_happyday .section_title_center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 0 10px;
  color: #fff;
  background: #E3007F;
}

#main_area .c_happyday .section_title_center img {
  margin-right: 10px;
  width: 200px;
}

#main_area .c_happyday .wrap {
  margin-bottom: 40px;
}

#main_area .c_happyday h3 {
  margin: 0 0 10px;
  padding: 0 0.4em;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  border-left: solid 4px #E3007F;
}

#main_area .list_txt .asterisk::before {
  content: '※';
  width: 4px;
  height: 4px;
  display: inline;
  background-color: transparent;
  position: relative;
  top: 0;
  margin-right: 0
}

#main_area .c_happyday a {
  display: block;
  text-decoration: underline;
  color: #E3007F;
}

#main_area .c_happyday .link_btn {
  width: 300px;
  display: block;
  margin: 30px auto 40px;
  padding: 14px 10px 15px 0px;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
  border-radius: 60px;
  color: #fff;
  background: #E3007F;
  position: relative;
}

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


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

  .sp {
    display: block;
  }

  #main_area {
    width: 100%;
    font-size: 14px;
    overflow: hidden;
  }

  #main_area .inner {
    margin: 40px 15px 50px;
  }

  /*hタグ・テキスト関連*/
  #main_area h1 {
    margin: 0;
    padding: 5px 0 10px 0;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
    color: #383838;
  }

  #main_area .section_title .Nunito {
    display: block;
    font-size: 25px;
    font-weight: 700;
    font-family: "Nunito Sans", sans-serif;
    color: #008ED0;
  }

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

  /* リード文 */
  .lead_txt {
    margin: 0 20px;
  }

  /* カテゴリで選ぶ */
  .c_category {
    border: solid 3px #008ED0;
    border-radius: 15px;
    box-sizing: border-box;
  }

  #main_area .c_category {
    margin: 40px 10px 50px;
  }

  #main_area .c_category .section_title_center {
    padding: 7px 0 8px;
    color: #fff;
    background: #008ED0;
    border-radius: 10px 10px 0 0;
  }

  #main_area .c_category .list_category {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 10px 10px 10px;
    gap: 5px;
  }

  #main_area .c_category .list_category li {
    display: flex;
    width: calc((100% - 5px)/2);
    text-align: center;
    margin-bottom: 5px;
  }

  #main_area .c_category .list_category li a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    height: 70px;
    padding: 12px 5px;
    background: #fff;
    border: solid 2px #008ED0;
    font-size: 14px;
  }

  #main_area .c_category .min_txt {
    padding: 0 0 15px 0;
    text-align: center;
  }

  /* ハッピーデーについて */
  #main_area .c_happyday {
    padding-bottom: 10px;
    background: #FEF5FA;
  }

  #main_area .c_happyday .inner {
    margin-top: 30px;
    margin-bottom: 0;
  }

  #main_area .c_happyday .section_title_center {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0 10px;
    color: #fff;
    background: #E3007F;
  }

  #main_area .c_happyday .section_title_center img {
    margin-right: 7px;
    width: 150px;
  }

  #main_area .c_happyday .wrap {
    margin-bottom: 30px;
  }

  #main_area .c_happyday h3 {
    font-size: 17px;
  }

  #main_area .list_txt .asterisk::before {
    content: '※';
    width: 4px;
    height: 4px;
    display: inline;
    background-color: transparent;
    position: relative;
    top: 0;
    margin-right: 0
  }

  #main_area .c_happyday .link_btn {
    width: 280px;
    display: block;
    margin: 30px auto 40px;
    padding: 14px 10px 15px 0px;
    font-size: 15px;
  }
}

/* リンクボタン */
.btn_link_wrap {
  margin: 0 auto 50px;
  text-align: center;
}

.btn_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  padding: 7px 35px 8px 30px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #008ED0;
  background: #fff;
  border: solid 2px #008ED0;
  border-radius: 30px;
  box-sizing: border-box;
  position: relative;
}

.btn_link:hover {
  text-decoration: none;
}

.btn_link::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 2px #008ED0;
  border-right: solid 2px #008ED0;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -4px;
  transform: rotate(45deg);
}