@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;
}


/* ---------------------------------------------------------------

	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: 6px;
  margin: 40px auto;
  background-image: linear-gradient(90deg, #ab7e0f, #ecc95e 51%, #ab7e0f);
}
.bl_eagLead_inner {
  padding: 35px;
  background-color: #fff;
  background-image: url(/html/upload/user_data/feature/nyhs/img/2026/lead_bg1.png),url(/html/upload/user_data/feature/nyhs/img/2026/lead_bg2.png);
  background-repeat: no-repeat;
  background-position: right top,left bottom;
  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;
  }
}
.bl_eagLead_inner br.sp {
  display: none;
}
.bl_eagLead_catch {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #cb1112;
  line-height: 1.3;
}
.bl_eagLead_txt {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.8;
}

@media only screen and (max-width: 750px) {
  .bl_eagLead {
    padding: 4px;
    margin: 30px auto;
  }
  .bl_eagLead_inner {
    padding: 20px;
    background: #fff;
    background-image: url(/html/upload/user_data/feature/nyhs/img/2026/lead_bg1.png),url(/html/upload/user_data/feature/nyhs/img/2026/lead_bg2.png);
    background-repeat: no-repeat;
    background-position: right top,left bottom;
    background-size: 120px auto, 100px auto;
    text-align: center;
  }
  .bl_eagLead_inner br.sp {
    display: inline;
  }
  .bl_eagLead_inner br.pc {
    display: none;
  }
  .bl_eagLead_catch {
    font-size: 18px;
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .bl_eagLead_txt {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }
}
/* アンカーリンク ----------- */
.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: #b11b1c;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    /*max-width: 220px;*/
    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%;
    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 #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: #b11b1c;
  border-top: 4px #c0a516 solid;
  border-bottom: 4px #c0a516 solid;
  border-image: linear-gradient(90deg, #ab7e0f, #ecc95e 51%, #ab7e0f);
  border-image-slice: 1;
}
@media only screen and (max-width: 750px) {
  .el_eagTtl {
    width: 80%;
    margin-top: 40px;
    padding: 0.4em;
  }
}

/* カテゴリから探す ----------- */
.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 {
  background: url(/html/upload/user_data/feature/nyhs/img/2026/bg.jpg) !important;
}