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

	01.リセット

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

.navitopicpath_ {
  margin: 0;
}

#footer {
  margin-top: 0;
}

/* 共通お知らせ */
#header_info {
  margin: 0 auto;
}
#header_info li {
  margin: 10px 0 !important;
}

.slideContentArea.btn-padding {
  padding-top: 0;
}
.slideContentArea .slideItems.buttons .slideItem {
  padding: 10px 10px !important;
}
.slideContentArea .slideItems.buttons .slideItem a {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 50vh;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}
.slideContentArea .slideItems.buttons .slideItem:after {
  border-right: 2px #000 solid;
  border-bottom: 2px #000 solid;
}

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

	02.基本・汎用クラス

--------------------------------------------------------------- */
.hp_pcOnly {
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .hp_pcOnly {
    display: none;
  }
}

.hp_spOnly {
  display: none;
}
@media only screen and (max-width: 750px) {
  .hp_spOnly {
    display: inline-block;
  }
}

.hp_fontSize-l {
  font-size: 1.4em !important;
}

.hp_fontSize-s {
  font-size: 0.8em !important;
}

.hp_fontSize-14px {
  font-size: 0.88em !important;
}

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

	03.コンテンツ

--------------------------------------------------------------- */
.wrapper_ {
  background-color: #ffeaca;
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  .wrapper_ {
    padding-top: 10px;
  }
}
.wrapper_ .contents_ {
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", sans-serif;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.05em;
  line-height: 1.8;
  /* 商品棚 */
}
.wrapper_ .contents_ .event_title_ {
  padding: 0.4em;
  border-color: #ba4728;
}
.wrapper_ .contents_ .event_title_::after {
  background: #652e29 !important;
}
@media only screen and (max-width: 750px) {
  .wrapper_ .contents_ .event_title_ {
    padding: 0.2em 0.4em;
  }
}

.eag_contents h1 {
  margin: 10px auto 0;
}
.eag_contents h1 img {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 750px) {
  .event_name_img_ {
    margin-left: -4.27%;
    margin-right: -4.27%;
  }
}

/* リード ----------- */
.bl_eagLead {
  padding: 6px;
  margin: 40px auto;
  background-image: linear-gradient(90deg, #002672, #cb1112);
}
@media only screen and (max-width: 750px) {
  .bl_eagLead {
    padding: 4px;
    margin: 30px auto;
  }
}

.bl_eagLead_inner {
  padding: 35px;
  background-color: #fff;
  background-image: url(/html/upload/user_data/feature/staminagourmet/img/2026/lead_bg1.png), url(/html/upload/user_data/feature/staminagourmet/img/2026/lead_bg2.png);
  background-repeat: no-repeat;
  background-position: right bottom, left top;
  background-size: 270px auto, 260px auto;
  background-size: min(23.27vw, 270px) auto, min(22.41vw, 260px) auto;
  text-align: center;
}
@media only screen and (max-width: 940px) {
  .bl_eagLead_inner {
    background-size: 150px auto, 150px auto;
  }
}
@media only screen and (max-width: 750px) {
  .bl_eagLead_inner {
    padding: 20px;
    background: #fff;
    background-image: url(/html/upload/user_data/feature/staminagourmet/img/2026/lead_bg1.png), url(/html/upload/user_data/feature/staminagourmet/img/2026/lead_bg2.png);
    background-repeat: no-repeat;
    background-position: right bottom, left top;
    background-size: 200px auto, 200px auto;
    text-align: center;
  }
}
.bl_eagLead_inner br.sp {
  display: none;
}
@media only screen and (max-width: 750px) {
  .bl_eagLead_inner br.sp {
    display: inline;
  }
}
@media only screen and (max-width: 750px) {
  .bl_eagLead_inner br.pc {
    display: none;
  }
}

.bl_eagLead_catch {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #cb1112;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  .bl_eagLead_catch {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
}
.bl_eagLead_catch span {
  font-size: inherit;
}
@media only screen and (max-width: 750px) {
  .bl_eagLead_catch span {
    font-size: inherit;
  }
}
.bl_eagLead_catch span.unagi {
  color: #002672;
}
.bl_eagLead_catch:before, .bl_eagLead_catch:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 3px;
  top: 0;
}
.bl_eagLead_catch:before {
  background: #002672;
  left: -15px;
  transform: rotate(-25deg);
}
@media only screen and (max-width: 750px) {
  .bl_eagLead_catch:before {
    left: -25px;
  }
}
.bl_eagLead_catch:after {
  background: #cb1112;
  right: -15px;
  transform: rotate(25deg);
}
@media only screen and (max-width: 750px) {
  .bl_eagLead_catch:after {
    right: -25px;
  }
}

.bl_eagLead_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}
@media only screen and (max-width: 750px) {
  .bl_eagLead_txt {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* アンカーリンク ----------- */
.bl_eagAncher {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  gap: 20px;
  width: 90%;
  margin: auto !important;
}
@media only screen and (max-width: 750px) {
  .bl_eagAncher {
    gap: 10px;
    width: auto;
  }
}

.bl_eagAncher-item {
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .bl_eagAncher-item {
    width: 100%;
  }
}
.bl_eagAncher-item.unagi > a {
  background: #002672;
  box-shadow: 5px 5px 0 #001c55;
}
.bl_eagAncher-item.unagi > a:hover {
  background-color: #002672;
}
.bl_eagAncher-item > a {
  background: #b11b1c;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 15px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  box-shadow: 5px 5px 0 #6c2b2c;
  border-radius: 50px;
  font-size: clamp(1.07em, 2.4vw, 1.3em);
  text-align: center;
  height: 100%;
}
@media only screen and (max-width: 750px) {
  .bl_eagAncher-item > a {
    padding: 10px 15px 10px 20px;
  }
}
.bl_eagAncher-item > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px #fff solid;
  border-bottom: 3px #fff solid;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1.5em;
  margin: auto;
  transform: rotate(-45deg);
  transition: 0.3s;
}
@media only screen and (max-width: 750px) {
  .bl_eagAncher-item > a::before {
    left: 1em;
  }
}
.bl_eagAncher-item > a:hover {
  background-color: #b11b1c;
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
  color: #fff;
}
.bl_eagAncher-item > a:hover::before {
  border-color: #fff;
}

/* 見出し ----------- */
.el_eagTtl {
  width: 100% !important;
  margin: 60px 0 30px;
  padding: 0.8em;
  font-size: 1.73em;
  font-size: clamp(1.43em, 3.47vw, 1.73em);
  font-weight: bold;
  text-align: center;
  color: #000;
  border-top: 4px #002672 solid;
  border-bottom: 4px #cb1112 solid;
  border-image: linear-gradient(90deg, #002672, #cb1112);
  border-image-slice: 1;
}
@media only screen and (max-width: 750px) {
  .el_eagTtl {
    width: 80%;
    margin-top: 40px;
    padding: 0.4em;
  }
}

#group_13182 h2 {
  color: #002672 !important;
  border-bottom: 2px solid #002672 !important;
}

#group_13183 h2 {
  color: #b11b1c !important;
  border-bottom: 2px solid #b11b1c !important;
}

#group_13184 h2,
#group_13185 h2,
#group_13186 h2,
#group_13187 h2 {
  color: #000 !important;
  border-bottom: 2px solid #000 !important;
}

/* カテゴリから探す ----------- */
.bl_eagCategoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.3%;
}
@media only screen and (max-width: 750px) {
  .bl_eagCategoryList {
    margin-left: min(4vw, 30px);
    margin-right: min(4vw, 30px);
    margin-bottom: 100px;
    gap: 2.67vw;
  }
}

.bl_eagCategory {
  flex-basis: 23.27%;
  margin-bottom: 2.3%;
}
@media only screen and (max-width: 750px) {
  .bl_eagCategory {
    flex-basis: 48%;
    margin-bottom: 0;
  }
}
.bl_eagCategory figure {
  margin: 0;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}
.bl_eagCategory figure img {
  width: 100%;
}
.bl_eagCategory figure figcaption {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: clamp(1.07em, 2.4vw, 1.2em);
  font-weight: bold;
  color: #ffffff;
  text-shadow: 0 0 4px #333333;
  text-align: center;
  background: rgba(101, 46, 41, 0.3);
  transition: 0.3s;
}
.bl_eagCategory a:hover figcaption {
  background: rgba(186, 71, 40, 0.1);
}

.ec-layoutRole {
  clip-path: inset(0);
  position: relative;
  background: transparent;
}
.ec-layoutRole:before {
  position: fixed;
  content: "";
  background-image: url("/html/upload/user_data/feature/staminagourmet/img/2026/bg.jpg") !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media only screen and (max-width: 750px) {
  .ec-layoutRole:before {
    background-image: url("/html/upload/user_data/feature/staminagourmet/img/2026/bg_sp.jpg") !important;
  }
}/*# sourceMappingURL=style2026.css.map */