@charset "UTF-8";
/* ボタン
------------------------------------ */
.btn1 {
	padding: 0.8em 3.5em 0.8em 1.5em;
	position: relative;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 3px;
	transition: 0.3s ease-in-out;
	background-color: #f4f22a;
	background-repeat: no-repeat;
	background-image: url(/image/food2025/common/icon1.png), linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(242,141,0,0.5) 100%);
	background-size: 1.72em, cover;
	background-position: right 0.7em center, center;
	color: #333333;
}
.btn1:hover {
	opacity: 0.7;
}
.btn2 {
	padding: 0.6em 2.5em 0.6em 2em;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 5px;
	transition: all 0.3s ease-in-out 0s;
	background: #FFF url(/image/food2025/common/icon2.png) no-repeat right 0.6em center;
	border: 1px solid #1c8108;
	color: #1c8108;
}
.btn2:hover {
	color: #fff;
	background-color: #1c8108;
	background-image: url(/image/food2025/common/icon2_hover.png);
}
.btn2.member {
	border-radius: 4px;
	border: 1px solid #FFF;
	color: #FFF;
	background-color: #26b20a;
	background-image: url(/image/food2025/common/icon_lock.png);
	background-size: 10px;
}
.btn2.member:hover {
	color: #26b20a;
	background-color: #fff;
	background-image: url(/image/food2025/common/icon_lock_hover.png);
}
.btn3 {
	padding: 1em 2em;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
	background-color: #328d20;
}
.btn3.pdf {
	padding-left: 4em;
	background: #328d20 url(/image/food2025/common/icon_pdf.png) no-repeat left 2em center / 1.25em;
}
.btn3:hover {
	opacity: 0.7;
}
.btn4 {
	padding: 1em 4em;
	display: inline-block;
	font-size: 1.6rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 5px;
	transition: 0.3s ease-in-out;
	background: #cd1939 url(/image/food2025/common/icon5.png) no-repeat right 1.25em center;
	color: #FFF;
}
.btn4:hover {
	opacity: 0.7;
}
.btn5 {
	padding: 1em 3.5em;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.075em;
	text-align: center;
	border-radius: 5px;
	color: #FFF;
	transition: all 0.3s ease-in-out 0s;
	background: #cd1939 url(/image/food2025/common/icon4.png) no-repeat right 18px center / 1.3em ;
}
.btn5:hover {
	opacity: 0.7;
}
.menuItem a {
  margin-bottom: 2.2em;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
/* ------------------------------------ */
/* 共通メニュー */
/* ------------------------------------ */
.menuWrap {
	display: flex;
}
.menu:nth-child(2) {
	margin-left: 25px;
}
.menu li {
	/* padding-left: 1em; */
	/* position: relative; */
}
.menuItem a {
	margin-bottom: 2.2em;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	color: #ffffff;
	transition: 0.3s ease-in-out;
}

.menuItem a:hover {
	opacity: 0.7;
}
.menu li.menuItemHome::before {
	content: none;
}
/* 外部リンクのアイコン */
.menuItem a[target="_blank"]::after {
	content: "";
	width: 0.6em;
	height: 0.6em;
	display: inline-block;
	margin-left: 0.5em;
	background: url(/image/food2025/common/icon_target.svg) no-repeat center center / contain;
}
/* 専用ページのアイコン */
.menuItem a.forMember::before {
	content: "";
	width: 0.8em;
	height: 0.8em;
	display: inline-block;
	margin-right: 0.5em;
	background: url(/image/food2025/common/icon_lock.svg) no-repeat center center / contain;
}
#menuBannerWrap {
	gap: 25px;
}
.banner {
	background: #fff;
}
.banner a {
	display: block;
	transition: 0.3s ease-in-out;
}
.banner a:hover {
	opacity: 0.7;
}
/* ------------------------------------ */
/* ヘッダー */
/* ------------------------------------ */
#header {
	width: 100%;
	height: 100px;
	min-width: 1080px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}



/* ポップアップメニュー */
#menuBtn {
	width: 70px;
	height: 70px;
	/* position: fixed;
	top: 15px;
	left: calc(50% + 298px); */
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 4px;
	cursor: pointer;
	z-index: 21;
  border: 1px solid #1c810a;
}

#menuIcon {
	width: 36px;
	height: 36px;
	position: relative;
}

.menuIconBar {
	width: 25px;
	height: 2px;
	display: block;
	position: absolute;
	left: 5px;
	background-color: #1c8108;
	border-radius: 3px;
	transition: 0.3s ease-in-out;
}

.menuIconBar:nth-of-type(1) {
	top: 0px;
}
.menuIconBar:nth-of-type(2) {
	top: 8px;
}
.menuIconBar:nth-of-type(3) {
	top: 16px;
}

#menuIcon:after {
	content: "メニュー";
	position: absolute;
	top: 24px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1;
	text-align: center;
	white-space: nowrap;
}

/* メニュー開いた時 */
#menuBtn.open .menuIconBar:nth-of-type(1) {
	top: 8px;
	transform: rotate(45deg);
}
#menuBtn.open .menuIconBar:nth-of-type(2) {
	opacity: 0;
}
#menuBtn.open .menuIconBar:nth-of-type(3) {
	top: 8px;
	transform: rotate(-45deg);
}
#menuBtn.open #menuIcon::after {
	content: "閉じる";
}

/* メニュー中身 */
#popupMenu {
	width: 100%;
	height: 100vh;
	padding: 120px 0 80px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(40, 39, 39, 0.93);
	z-index: 20;
	overflow-y: auto;
	display: none;
}

#popupMenuInner {
	max-width: 880px;
	margin: auto;
	padding: 0 40px;
	display: flex;
	justify-content: center;
}

#popupMenu .menuWrap {
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
}

#popupMenu .menuItem a {
	font-size: 1.7rem;
}


/* LOWP 追記 */
#header {
	z-index: 20;
}
.menuItem a.is_gray02 {
	pointer-events: none;
	color: #666;
}
.pcHide {
  display: none;
}
.pcHide-flex {
  display: none;
}
.spHide {
  display: block;
}
.spHide-flex {
  display: flex;
}
@media screen and (max-width: 767px) {
	#pagetop {
		bottom: 136px;
	}
  #header {
    min-width: initial;
    height: auto;
    max-height: 100px;
  }
  #linkAreaList {
    display: none;
  }
	#popupMenu {
		display: none;
	}
	#linkArea {
		height: auto;
		min-width: auto;
	}
	#linkAreaBtnWrap {
		border-bottom: none;
		padding: 10px;
    margin: 0;
	}
	.linkAreaList {
		display: none;
	}
	a.btn1::after {
		display: none;
	}
	a.btn2::before {
		display: none;
	}
	.linkAreaBtn .cvTxt1 {
		font-size: 1rem;
		line-height: 1;
		padding: 0;
	}
	.linkAreaBtn .cvTxt2 {
		font-size: 1.3rem;
	}
	.linkAreaBtn a.btn1 {
		padding: 0.3rem 1rem;
    flex-wrap: wrap;
    font-size: 1.4rem;
    line-height: 1.2;
	}
  .linkAreaBtn .btn1 span:nth-of-type(1) {
    display: flex;
    width: 100%;
    padding: 0 4px;
    font-size: 1rem;
    justify-content: center;
    margin-right: 0;
    margin-bottom: 4px;
  }
  .linkAreaBtn .btn1 span:nth-of-type(2) {
    font-size: 1.4rem;
  }
  .linkAreaBtn .btn2 {
    display: flex;
    height: 100%;
    border: none;
    align-items: center;
    justify-content: center;
  }
	.linkAreaBtn {
		min-width: 150px;
		/* width: calc(50% - 15px); */
    width: 50%;
	}
	.cvTxt2 .small {
		font-size: 0.8rem;
	}
	.bannerWrap .banner {
		padding: 0;
	}
	.linkAreaBtn.btn-sub-mypage .cvTxt2 {
		font-size: 1.3rem;
		line-height: 2.27;
	}
	.menuWrap {
		flex-wrap: wrap;
	}
  footer {
    padding-right: 0;
    padding-left: 0;
  }
  #footer {
    padding-bottom: 76px;
  }
  #footer::before {
    display: none;
  }
  .footerInner {
    flex-wrap: wrap;
  }
  #footerLeft {
    width: 100%;
  }
  .footerContactLink .btn4 {
    width: 100%;
  }
  #footerRight {
    position: relative;
    width: 100%;
    margin-left: auto;
    padding-top: 50px;
    padding-bottom: 130px;
    padding-left: 0;
  }
  #footerRight::before {
    content: "";
    width: calc(100% + 10.666666vw);
    height: 100%;
    position: absolute;
    top: 0;
    left: -5.333333vw;
    background-color: #343233;
    z-index: -1;
  }
  .bannerWrap {
    flex-wrap: wrap;
    gap: 10px;
  }
  .footerCopyright.pcHide {
    margin: 30px 0 0 0;
    color: #fff;
  }
  .menu {
    width: 100%;
  }
  .pcHide {
    display: block;
  }
  .pcHide-flex {
    display: flex;
  }
  .spHide {
    display: none;
  }
  .spHide-flex {
    display: none;
  }
}
/* 終了対応 */
.btn1 {
  color: #fff;
  background-image: url(/image/food2025/common/icon1.png);
  background-color: #a39f9f;
  pointer-events: none;
}
.linkAreaBtn .btn2 {
  color: #fff;
  background-image: url(/image/food2025/common/icon_mypage.png);
  background-color: #a39f9f;
  pointer-events: none;
}