@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: 340px solid #fff;
}





/*
body {
	background: url(../img_new/bg_sp1.png) left 50% top 0,
	url(../img_new/bg_sp2.png) left 50% top 2500px,
	url(../img_new/bg_sp3.png) 50% 5000px,
	url(../img_new/bg_sp4.png) 50% 7500px;
	background-size: 768px auto;
	background-repeat: no-repeat;
}
*/
body {
	background: #eee3cc url(../img_new/bg_top_sp.jpg) 50% 0 no-repeat;
	background-size: 767px auto;
}

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


/*
.button a {
	position: relative;
	display: block;
	width: 224px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 6px;
	font-size: 17px;
	font-weight: 700;
	color: #e73828;
	text-align: center;
	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:active {
	opacity: 0.7;
}


.header {
	box-sizing: border-box;
	position: relative;
	text-align: center;
}
.header h2 {
	position: relative;
	font-size: 48px;
	font-weight: 600;
	font-family: Montserrat, sans-serif;
	line-height: 1;
	color: #e73828;
}
.header .subtitle {
	position: relative;
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #e73828;
}
.header .button {
	display: none;
}
*/





#kv {
	position: relative;
	height: 504px;
}
#kv .inner {
	position: relative;
	box-sizing: border-box;
	padding: 62px 0 0;
}
#kv h1 {
	margin: 0 auto;
	width: 287px;
}
#kv h1 img {
	width: 100%;
	height: auto;
}

#kv .text {
	margin: 24px 0 0;
	text-align: center;
}
#kv .text p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
}























#top-recipes {
	position: relative;
	z-index: 100;
}
#top-recipes .inner {
	box-sizing: border-box;
	padding: 0 20px;
}
#top-recipes .content {
	box-sizing: border-box;
}


#top-recipes ul {
	display: flex;
	flex-wrap: wrap;
}
#top-recipes li {
	position: relative;
	display: flex;
	width: calc(50% - 5px);
}
#top-recipes li:nth-child(2n) {
	margin-left: 10px;
}
#top-recipes li:nth-child(n + 3) {
	margin-top: 10px;
}

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


#top-recipes .thumb {
	aspect-ratio: 162 / 136;
	overflow: hidden;
}
#top-recipes .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center center;
}

#top-recipes li .title {
	padding: 12px 12px;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6;
}
#top-recipes li .member {
	position: absolute;
	left: 12px;
	bottom: 12px;
	z-index: 1;
}
#top-recipes li .member a {
	display: flex;
	flex-direction: column;
	height: 100%;
	font-size: 9px;
	font-weight: 500;
	text-decoration: underline;
	color: #ff6519;
	background: #fff;
}
#top-recipes li .member a:active {
	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: 28px;
	height: 28px;
	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:active .title {
	text-decoration: underline;
}

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



#top-recipes .button {
	margin: 64px 0 0;
}
#top-recipes .button a {
	display: flex;
	justify-content: center;
	height: 72px;
	font-size: 18px;
	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:active {
	background-color: #ff8447;
	text-decoration: underline;
}















#top-links {
	box-sizing: border-box;
	position: relative;
	z-index: 50;
	margin: -36px 0 0;
	padding: 0 20px;
}
#top-links::after {
	position: absolute;
	content: "";
	display: block;
	width: calc(100vw - 10px);
	height: 150vw;
	left: 0;
	top: 0;
	background: #f0f0f0;
}

#top-links .content {
	box-sizing: border-box;
	position: relative;
	z-index: 10;
	padding: 116px 0 0;
	background: #f0f0f0;
}
#top-links .content ul {
}
#top-links .content li {
}
#top-links .content li + li {
	margin-top: 12px;
}
#top-links .content li a {
	position: relative;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 96px;
	background: #fff;
}
#top-links li dl {
	text-align: center;
	color: #ff6519;
}
#top-links li dt {
	font-size: 32px;
	font-weight: 500;
	font-family: Montserrat, sans-serif;
}
#top-links li dd {
	margin: -4px 0 0;
	font-size: 15px;
	font-weight: 700;
}


#top-links .content li a::after {
	position: absolute;
	content: "";
	display: block;
	width: 28px;
	height: 28px;
	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: 64px;
	padding-top: 64px;
	border-top: 1px solid #fff;
}
#top-links .banner a {
	display: block;
	background: #fff;
}
#top-links .banner .thumb {
	overflow: hidden;
}
#top-links .banner dl {
	box-sizing: border-box;
	padding: 24px;
}
#top-links .banner dt {
	font-size: 20px;
	font-weight: 500;
}
#top-links .banner dd {
	margin: 14px 0 0;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
}




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














