@charset "UTF-8";
/* ---------------------------------------------------------------

	秋の味覚特集用CSS
	/shop/e/eag/

	PCページのfont-sizeの基本15px
	SPページのfont-sizeの基本14px

--------------------------------------------------------------- */
/* ---------------------------------------------------------------

	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;
}


/* ---------------------------------------------------------------

	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;
}

/* リード ----------- */
.bl_eagLead {
  padding: min(0vw, 30px);
  /*background: url(/feature/eag/img/2025/bg_lead.png) repeat top center;
  margin-top: 25px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 0px 5px #fff;
  border: dashed 2px #C3A730;
  padding: 0.2em 0.5em;
  background: #fff;*/
  margin: 40px auto;
  padding: 10px;
  background: #fff;
  box-shadow: 0 0 0 10px #fff;
  border: 2px dashed #C6AC3E;
  width: calc(100% - 20px);
  box-sizing: border-box;
}
@media only screen and (max-width: 750px) {
  .bl_eagLead {
    margin: 30px auto;
  }
}
.bl_eagLead-txt {
  padding: 0.8em;
  font-size: clamp(1em, 2.27vw, 1.13em);
  font-weight: bold;
  text-align: center;
  /* background: #ffffff; */
  /*border-radius: min(2.67vw, 20px);*/
}

/* アンカーリンク ----------- */
.bl_eagAncher {
  /*display: flex;
  justify-content: center;
  margin: 30px 0 !important;
  gap: 20px;*/
  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 {
    /*margin-left: min(4vw, 30px);
    margin-right: min(4vw, 30px);*/
	  gap: 10px;
	  width: auto;
  }
}
.bl_eagAncher-item {
  /* width: 40%; */
  height: 100%;
}
@media only screen and (max-width: 750px) {
	.bl_eagAncher-item {
	  width: 100%;
	}
}
.bl_eagAncher-item > a {
    background: #ffb637;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /*max-width: 220px;*/
    padding: 15px 25px;
    color: #522B14;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    box-shadow: 5px 5px 0 #e66c00;
    border-radius: 50px;
    font-size: clamp(1.07em, 2.4vw, 1.3em);
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media only screen and (max-width: 750px) {
  .bl_eagAncher-item > a {
    /*padding-right: 10px;*/
    padding: 10px 15px 10px 20px;
  }
}
.bl_eagAncher-item > a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-left: 3px #e66c00 solid;
  border-bottom: 3px #e66c00 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: #e66c00;
  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.3em;
  font-size: 1.73em;
  font-size: clamp(1.43em, 3.47vw, 1.73em);
  font-weight: bold;
  text-align: center;
  color: #652e29;
  border-top: 4px #ba4728 solid;
  border-bottom: 4px #ba4728 solid;
  border-image: linear-gradient(90deg, #ba4728 10%, #ff6800 90%);
  border-image-slice: 1;
}
@media only screen and (max-width: 750px) {
  .el_eagTtl {
    width: 80%;
    margin-top: 40px;
  }
}

/* カテゴリから探す ----------- */
.bl_eagCategoryList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
@media only screen and (max-width: 750px) {
  .bl_eagCategoryList {
    margin-left: min(4vw, 30px);
    margin-right: min(4vw, 30px);
    margin-bottom: 100px;
    row-gap: 2.67vw;
  }
}

.bl_eagCategory {
  flex-basis: 23.27%;
}
@media only screen and (max-width: 750px) {
  .bl_eagCategory {
    flex-basis: 48%;
  }
}
.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);
}/*# sourceMappingURL=style2023.css.map */