@charset "UTF-8";
/* --------------------------------------------------------------

	初期設定

----------------------------------------------------------------- */
/* h1 読み上げ対策 */
.ec-featureRole .ec-featureRole__head {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/* 商品紐付けで自動表示されるアンカーリンクを非表示
.ec-featureItems.buttons {
	display: none;
}*/
@media only screen and (max-width: 767px) {
  .contents_, .mainframe_ {
    width: 100% !important;
  }
  .ec-featureItems, .giftItemsHeadImg {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.contentWrapper * {
  box-sizing: border-box;
}

.contentWrapper *::before, .contentWrapper *::after {
  box-sizing: border-box;
}

figure {
  margin: 0;
  padding: 0;
}

.hp_pcOnly {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .hp_pcOnly {
    display: none;
  }
}
.hp_spOnly {
  display: none;
}

@media only screen and (max-width: 767px) {
  .hp_spOnly {
    display: inline-block;
  }
}
@media only screen and (max-width: 767px) {
  .image_sp_w100 {
    width: 100%;
    height: auto;
  }
}
.hp_mb0 {
  margin-bottom: 0 !important;
}

.hp_mb5 {
  margin-bottom: 5px !important;
}

.hp_mb20 {
  margin-bottom: 20px !important;
}

.hp_mt5 {
  margin-top: 5px !important;
}

.hp_mt10 {
  margin-top: 10px !important;
}

.hp_mt15 {
  margin-top: 15px !important;
}

.hp_mt20 {
  margin-top: 20px !important;
}

.hp_mt25 {
  margin-top: 25px !important;
}

.hp_mt30 {
  margin-top: 30px !important;
}

.hp_mt40 {
  margin-top: 40px !important;
}

.hp_fontSize80 {
  font-size: 80%;
}

.hp_fontSize120 {
  font-size: 120%;
  vertical-align: -1px;
}

.hp_fontSize130 {
  font-size: 130%;
  vertical-align: -1px;
}

.hp_fontSize140 {
  font-size: 140%;
  vertical-align: -1px;
}

/* font-family */
.hp_fontFamily {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, sans-serif;
  line-height: 1.8;
  font-feature-settings: "palt";
  letter-spacing: 0.08em;
}

.hp_fontArial {
  font-family: Arial, Helvetica, sans-serif;
}

/* テキストラインマーカー */
.hp_textMarker {
  color: #ccc;
  background: linear-gradient(transparent 30%, #ffecec 50%);
}

/* 文字間ひろく */
.hp_textSpace {
  letter-spacing: 0.2em;
}

/* キャプション */
.bl_captionList {
  font-size: 0.75rem;
}

.bl_captionList > li {
  margin-top: 0.2em;
  padding-left: 1em;
  text-indent: -1em;
}

/* フォントウェイト */
.fw-normal {
  font-weight: normal !important;
}

.fw-bold {
  font-weight: bold !important;
}

/* フォントカラー */
.fc-orange {
  color: #d45437 !important;
}

/* セクション */
.bl_section {
  margin-top: 70px;
}

.bl_sectionHeading {
  margin-bottom: 25px;
  text-align: center;
}

/* h1とソート機能を非表示 */
.event_name_header_,
.event_name_,
.category_name_ {
  display: none !important;
}

* {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .ec-featureRole {
    padding-left: 0;
    padding-right: 0;
  }
  .ec-featureRole {
    padding-left: 0;
    padding-right: 0;
  }
  .items {
    padding-left: 2% !important;
    padding-right: 2% !important;
  }
}
.items {
  padding-left: 0px;
  padding-right: 0px;
}

.group_description {
  text-align: center;
  padding: 0 10px;
}

/* --------------------------------------------------------------

	メインビジュアル

----------------------------------------------------------------- */
.leadTxt {
  font-size: 16px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.6em;
  margin: 50px auto;
}

.leadTxt span {
  display: block;
  font-size: 0.8em;
  margin-top: 10px;
  line-height: 1.4em;
}

.TxtHighlight {
  display: inline !important;
  font-size: 1.4em !important;
  margin-top: 10px !important;
  line-height: 1.4em !important;
  color: #008a4c;
  background: linear-gradient(transparent 60%, #fff001 60%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 130%;
}

/* --------------------------------------------------------------

	ボタン

----------------------------------------------------------------- */
.itemBtn {
  width: 70%;
  position: relative;
  text-align: center;
  overflow: hidden;
  border-radius: 80px;
  background-color: #00b079;
  box-shadow: 0 5px 1px rgb(0, 98, 54);
}

.itemBtn a span {
  display: block;
  padding: 20px 31px 20px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  background-size: 100% 100%;
  font-size: 16px !important;
}

.itemBtn:hover {
  opacity: 0.6;
}

.itemBtn span:after {
  position: absolute;
  content: "";
  top: 40%;
  left: 89%;
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(/html/upload/user_data/feature/limited/img/2511/iconBtn.png);
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .itemBtn {
    width: 85%;
    margin: auto;
  }
  .itemBtn a span {
    display: block;
    padding: 20px 31px 20px;
    text-align: center;
    font-weight: bold;
    background-size: 100% 100%;
    font-size: 15px !important;
  }
  .itemBtn span:after {
    position: absolute;
    content: "";
    top: 43%;
    left: 90%;
    display: inline-block;
    width: 12px;
    height: 12px;
  }
}
#ctgTtl {
  background-color: #3f9823;
  margin-bottom: 50px;
}

#ctgTtl p {
  color: #FFF;
  text-align: center;
  font-weight: bold;
  font-size: 20px !important;
  padding: 15px 0;
}

/* --------------------------------------------------------------

	おすすめ特集

----------------------------------------------------------------- */
.featureWrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: max-content;
  gap: min(22px, 3.43vw);
}

.feature-box {
  margin-top: 80px;
}

.feature-box p {
  text-align: center;
  margin: 45px auto;
  padding: 0 10px;
}

.ttl01 {
  text-align: center;
  font-size: calc(18px + 8 * (100vw - 320px) / 1120);
  font-weight: bold;
  color: #006600;
  border-bottom: 2px solid #006600;
  padding-bottom: 10px;
}

@media only screen and (max-width: 768px) {
  .featureWrap {
    grid-template-columns: 1fr;
  }
  .feature-box {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.ec-featureRole .buttons {
  display: none !important;
}

/* --------------------------------------------------------------

	限定返礼品

----------------------------------------------------------------- */
.limited_item > ul > li {
  display: block;
  background-color: #fff;
  border-radius: 50px;
  margin-bottom: 70px;
}
.limited_item > ul > li .limited_item_head {
  height: 85px;
  border-radius: 50px 50px 0 0;
  background: #00871d url(/html/upload/user_data/feature/limited/img/2511/polkadots.png) repeat center center;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 40px 0 0;
  gap: 20px;
  position: relative;
}
.limited_item > ul > li .limited_item_head::before {
  display: block;
  content: "";
  width: 204px;
  height: 222px;
  background: url(/html/upload/user_data/feature/limited/img/2511/limited_item_deco.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: -62px;
  top: -42px;
}
.limited_item > ul > li .limited_item_head .limited_item_riboon {
  position: absolute;
  left: -39px;
  top: 27px;
  background: url(/html/upload/user_data/feature/limited/img/2511/ribbon.png) no-repeat center center;
  background-size: contain;
  width: 230px;
  height: 110px;
  color: #fff;
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
  padding: 12px 0 0 40px;
}
.limited_item > ul > li .limited_item_head .limited_item_riboon span {
  font-size: 60px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 10px;
}
.limited_item > ul > li .limited_item_head .limited_item_label {
  background-color: #fff;
  border-radius: 0 15px 0 15px;
  color: #00871d;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  padding: 15px 30px 11px;
  box-shadow: 6px 6px 0px 0px rgb(141, 199, 67);
}
.limited_item > ul > li .limited_item_body {
  padding: 45px 50px;
  display: flex;
  justify-content: space-between;
}
.limited_item > ul > li .limited_item_body .limited_item_img {
  width: 36%;
}
.limited_item > ul > li .limited_item_body .limited_item_txt {
  width: 59%;
}
.limited_item > ul > li .limited_item_body .limited_item_txt_area {
  background: #00871d url(/html/upload/user_data/feature/limited/img/2511/limited_item_map.png) no-repeat left 20px center;
  display: inline-block;
  border-radius: 0 10px 0 10px;
  color: #fff;
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  padding: 23px 27px 16px 82px;
}
.limited_item > ul > li .limited_item_body .limited_item_txt_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin: 22px 0;
}
.limited_item > ul > li .limited_item_body .limited_item_txt_amount {
  font-size: 24px;
  font-weight: 600;
  text-align: right;
  line-height: 1;
  padding: 18px 0 14px;
  background: url(/html/upload/user_data/feature/limited/img/2511/dot_line.png) repeat-x left 2px top, url(/html/upload/user_data/feature/limited/img/2511/dot_line.png) repeat-x left 2px bottom;
}
.limited_item > ul > li .limited_item_body .limited_item_txt_amount span {
  font-size: 36px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin: -4px 5px 0 3px;
}
.limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment img {
  width: 17%;
  height: auto;
}
.limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment p {
  position: relative;
  display: flex;
  align-items: center;
  padding: 13px 20px;
  font-size: 16px;
  line-height: 1.5;
  width: 79%;
  border: solid 3px #73b877;
  box-sizing: border-box;
  border-radius: 10px;
  min-height: 120px;
}
.limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment p::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment p::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #73b877;
  z-index: 1;
}
.limited_item > ul > li .limited_item_foot {
  background-color: #73b877;
  border-radius: 0 0 50px 50px;
  height: 124px;
  box-sizing: border-box;
  padding-top: 22px;
}
.limited_item > ul > li .limited_item_foot ul {
  display: flex;
  justify-content: center;
  gap: 37px;
}
.limited_item > ul > li .limited_item_foot ul li {
  width: 35%;
}
.limited_item > ul > li .limited_item_foot ul li a {
  display: block;
  height: 72px;
  border-radius: 50px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.limited_item > ul > li .limited_item_foot ul li a.detail_btn {
  background-color: #e13232;
  color: #fff;
  font-weight: 600;
  font-size: min(2.24vw, 26px);
  box-shadow: 6px 6px 0px 0px rgb(130, 25, 25);
}
.limited_item > ul > li .limited_item_foot ul li a.detail_btn::before, .limited_item > ul > li .limited_item_foot ul li a.detail_btn::after {
  background-color: #fff;
}
.limited_item > ul > li .limited_item_foot ul li a.others_btn {
  background-color: #fff;
  color: #00871d;
  font-weight: 600;
  font-size: min(1.72vw, 20px);
  box-shadow: 6px 6px 0px 0px rgb(41, 60, 45);
}
.limited_item > ul > li .limited_item_foot ul li a.others_btn::before, .limited_item > ul > li .limited_item_foot ul li a.others_btn::after {
  background-color: #00871d;
}
.limited_item > ul > li .limited_item_foot ul li a::before, .limited_item > ul > li .limited_item_foot ul li a::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 15px;
  width: 12px;
  height: 3px;
  border-radius: 9999px;
  transform-origin: calc(100% - 1px) 50%;
}
.limited_item > ul > li .limited_item_foot ul li a::before {
  transform: rotate(45deg);
}
.limited_item > ul > li .limited_item_foot ul li a::after {
  transform: rotate(-45deg);
}

@media only screen and (max-width: 768px) {
  .limited_item > ul > li {
    border-radius: 0;
    margin-bottom: 40px;
  }
  .limited_item > ul > li .limited_item_head {
    height: auto;
    border-radius: 0;
    background: #00871d url(/html/upload/user_data/feature/limited/img/2511/polkadots.png) repeat center center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 20px;
    gap: 0;
  }
  .limited_item > ul > li .limited_item_head::before {
    display: none;
    content: none;
  }
  .limited_item > ul > li .limited_item_head .limited_item_riboon {
    left: auto;
    top: auto;
    position: static;
    background: #e13232;
    width: auto;
    height: auto;
    font-size: 16px;
    padding: 10px 13px 8px;
    line-height: 1;
  }
  .limited_item > ul > li .limited_item_head .limited_item_riboon span {
    font-size: 18px;
    margin: 0 0 0 5px;
  }
  .limited_item > ul > li .limited_item_head .limited_item_label {
    border-radius: 0 8px 0 8px;
    font-size: 16px;
    padding: 10px 11px 8px;
    box-shadow: 3px 3px 0px 0px rgb(141, 199, 67);
  }
  .limited_item > ul > li .limited_item_body {
    padding: 25px 20px;
    display: block;
  }
  .limited_item > ul > li .limited_item_body .limited_item_img {
    width: auto;
    text-align: center;
  }
  .limited_item > ul > li .limited_item_body .limited_item_img img {
    width: 100%;
    height: auto;
  }
  .limited_item > ul > li .limited_item_body .limited_item_txt {
    width: auto;
    margin-top: 15px;
  }
  .limited_item > ul > li .limited_item_body .limited_item_txt_area {
    background: #00871d url(/html/upload/user_data/feature/limited/img/2511/limited_item_map.png) no-repeat left 10px center;
    background-size: 28px auto;
    border-radius: 0 5px 0 5px;
    font-size: 16px;
    padding: 13px 15px 13px 46px;
  }
  .limited_item > ul > li .limited_item_body .limited_item_txt_title {
    font-size: 24px;
    margin: 13px 0;
  }
  .limited_item > ul > li .limited_item_body .limited_item_txt_amount {
    font-size: 16px;
    padding: 16px 0 12px;
  }
  .limited_item > ul > li .limited_item_body .limited_item_txt_amount span {
    font-size: 24px;
    margin: -2px 5px 0 3px;
  }
  .limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment {
    display: block;
  }
  .limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment img {
    display: none;
  }
  .limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment p {
    display: block;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.7;
    width: auto;
    min-height: 0px;
  }
  .limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment p::before, .limited_item > ul > li .limited_item_body .limited_item_txt .limited_item_comment p::after {
    content: none;
    display: block;
  }
  .limited_item > ul > li .limited_item_foot {
    border-radius: 0;
    height: auto;
    padding: 5px 0 20px;
  }
  .limited_item > ul > li .limited_item_foot ul {
    display: block;
  }
  .limited_item > ul > li .limited_item_foot ul li {
    width: 80%;
    margin: 15px auto 0;
  }
  .limited_item > ul > li .limited_item_foot ul li a {
    height: auto;
    display: block;
    text-align: center;
    padding: 15px 20px 13px;
  }
  .limited_item > ul > li .limited_item_foot ul li a.detail_btn {
    font-size: 15px;
    box-shadow: 3px 3px 0px 0px rgb(130, 25, 25);
  }
  .limited_item > ul > li .limited_item_foot ul li a.others_btn {
    font-size: 15px;
    box-shadow: 3px 3px 0px 0px rgb(41, 60, 45);
  }
  .limited_item > ul > li .limited_item_foot ul li a::before, .limited_item > ul > li .limited_item_foot ul li a::after {
    right: 12px;
    width: 9px;
    height: 3px;
  }
}/*# sourceMappingURL=style_2511.css.map */