@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

.gdpr-message {
	display: none !important;
}


.Footer .Footer__foot {
	border-top: 124px solid #fff;
}






body {
	background: #eee3cc url(../img_new/bg_top_pc.jpg) 50% 0 no-repeat;
	background-size: 2080px auto;
}
@media screen and (min-width:2080px) {
	body {
		background-size: 100% auto;
	}
}


main {
	position: relative;
	width: 100%;
	min-height: 2000px;
	z-index: 10;
	margin: 0 auto;
	padding: 0 0 120px;
	background: transparent;
}
#content {
	margin: 0;
	padding: 0;
	background: transparent;
}
#content a:hover {
	text-decoration: none;
}

/*
.button a {
	position: relative;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #e73828;
	cursor: pointer;
	transition: all 300ms ease-out;
}
.button a::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -5px;
	background: #e73828;
}
.button a:hover {
	opacity: 0.7;
}


.header {
	box-sizing: border-box;
	position: relative;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 40px;
}
.header h2 {
	position: relative;
	left: -6px;
	font-size: 96px;
	font-weight: 600;
	font-family: Montserrat, sans-serif;
	line-height: 1;
	color: #e73828;
}
.header .subtitle {
	position: relative;
	margin: 20px 0 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 1;
	color: #e73828;
}
.header .button {
	position: absolute;
	right: 40px;
	bottom: 0;
}
*/




#kv {
	position: relative;
	height: 796px;
	z-index: 100;
}
#kv .inner {
}
#kv h1 {
	position: absolute;
	width: 503px;
	height: 379px;
	left: calc(50% - 252px);
	top: 70px;
	z-index: 10;
}
#kv h1 img {
	width: 100%;
	height: auto;
}

#kv .image {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;
	background: url(../img_new/kv.png) 50% -68px no-repeat;
}


#kv .text {
	position: absolute;
	width: 620px;
	left: calc(50% - 310px);
	top: 500px;
	text-align: center;
}
#kv .text p {
	font-size: 20px;
	font-weight: 700;
	line-height: 2;
}














#top-recipes {
	position: relative;
}
#top-recipes .inner {
	box-sizing: border-box;
	max-width: 1380px;
	margin: 0 auto;
	padding: 0 40px;
}
#top-recipes .content {
	box-sizing: border-box;
	max-width: 1160px;
	margin: 0 auto;
	padding: 0 40px;
}


#top-recipes  ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#top-recipes li {
	position: relative;
	width: calc((100% - 48px) / 3);
	margin-left: 24px;
	background: #fff;
}
#top-recipes li:nth-child(3n + 1) {
	margin-left: 0;
}
#top-recipes li:nth-child(n + 4) {
	margin-top: 56px;
}


#top-recipes li > a {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	height: 444px;
	padding: 0 0 44px;
	background: #fff;
}


#top-recipes .thumb {
	height: 290px;
	overflow: hidden;
}
#top-recipes .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}
#top-recipes li .title {
	padding: 20px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.7;
	text-align: center;
}
#top-recipes li .member {
	position: absolute;
	left: 15px;
	bottom: 12px;
	z-index: 1;
}
#top-recipes li .member a {
	color: #ff6519;
	font-size: 11px;
	font-weight: 600;
	text-decoration: underline;
}
#top-recipes li .member a:hover {
	text-decoration: none;
}
#top-recipes li .member span {
	font-size: 11px;
	font-weight: 600;
	line-height: 1.2;
}


#top-recipes li > a::after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
	background: #ff6519 url(../img_new/arrow_mini_white.png) 50% 50% no-repeat;
	background-size: 6px auto;
}

#top-recipes li > a:hover .title {
	text-decoration: underline;
}

#top-recipes .thumb img {
	transition: all 300ms ease-out;
}
#top-recipes a:hover .thumb img {
	transform: scale(1.04);
}


#top-recipes .button {
	width: 640px;
	margin: 120px auto 0;
}
#top-recipes .button a {
	display: flex;
	justify-content: center;
	height: 72px;
	font-size: 20px;
	font-weight: 700;
	align-items: center;
	color: #fff;
	background: #ff6519 url(../img_new/arrow_mini_white.png) right 20px top 50% no-repeat;
	background-size: 8px auto;
	transition: all 300ms ease-out;
}
#top-recipes .button a:hover {
	background-color: #ff8447;
	text-decoration: underline;
}






#top-links {
	box-sizing: border-box;
	position: relative;
	max-width: calc(1080px + 80px);
	margin: 160px auto 0;
	padding: 0 40px;
}
#top-links .content {
	box-sizing: border-box;
	position: relative;
}
#top-links .content ul {
	display: flex;
	justify-content: space-between;
}
#top-links .content li {
	display: flex;
	width: calc((100% - 24px) / 2);
}
#top-links .content li a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 160px;
	color: #ff6519;
	background: #fff;
}
#top-links li dl {
	text-align: center;
	color: #ff6519;
}
#top-links li dt {
	font-size: 48px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
	line-height: 1;
}
#top-links li dd {
	margin: 6px 0 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
}

#top-links .content a::after {
	position: absolute;
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	right: 0;
	bottom: 0;
	background: #ff6519 url(../img_new/arrow_mini_white.png) 50% 50% no-repeat;
	background-size: 6px auto;
}

#top-links .banner {
	margin-top: 104px;
	padding-top: 104px;
	border-top: 1px solid #c9c9c9;
}
#top-links .banner a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 343px;
	background: #fff;
}
#top-links .banner .thumb {
	width: 50%;
	overflow: hidden;
}
#top-links .banner dl {
	box-sizing: border-box;
	width: 50%;
	padding: 15px 74px;
}
#top-links .banner dt {
	font-size: 28px;
	font-weight: 500;
}
#top-links .banner dd {
	margin: 20px 0 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75;
}

#top-links .content a .thumb img {
	transition: all 300ms ease-out;
}
#top-links .content a:hover .thumb img {
	transform: scale(1.04);
}
#top-links .content li a:hover dt {
	text-decoration: underline;
}



















