@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
section size
-------------------------------------------------- */
/* 初期設定 */
#cooking-page {
	color: #04050a;
	width: 100%;
	position: relative;
}
#cooking-page h3 {
	font-weight: 500;
}
#cooking-page #submv {
	width: 100%;
	position: relative;
	background-color: #ffffee;
	padding-top: 10rem;
	padding-bottom: 7rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #submv {
		padding-top: 4rem;
		padding-bottom: 10rem;
	}
}
#cooking-page #submv .mvcontent {
	max-width: 168rem;
	max-width: 86%;
	position: relative;
	margin: 0 auto;
}

#cooking-page #submv .mvcontent .mv2abs1{
	top:2em;
	left:-3em;
	width:9.5rem;
}

@media screen and (max-width: 840px) {
	#cooking-page #submv .mvcontent .mv2abs1{
		left:-1em;
}
}

#cooking-page #submv .mvcontent .mv2abs2{
	    top: 9em;
    left: -2.7em;
    width: 1.3rem;
}

@media screen and (max-width: 840px) {
	#cooking-page #submv .mvcontent .mv2abs2{
		top: 7em;
    left: -1.3em;
    width: 0.9rem;
}
}

#cooking-page #submv .mvcontent .slideBox {
	width: 100%;
	height: 100%;
	position:relative;
}
#cooking-page .slideBox img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	transition: opacity 1s ease;
}

#cooking-page .slideBox img:first-child {
	position: relative;
	opacity: 1;
}
#cooking-page #submv .mvcontent .absBox {
	position: absolute;
	left: 3rem;
	bottom: 0;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.1em;
	font-weight: 600;
}
@media screen and (max-width: 840px) {
	#cooking-page #submv .mvcontent .absBox {
		font-size: 1.2rem;
		left: 0rem;
		bottom: -5.5em;
	}
}
#cooking-page #submv .mvcontent .absBox h2 {
	font-size: 170%;
}

#cooksl {
    position: relative;
    width: 100%;
    height: 21rem;
    overflow: hidden;
	background-color:#ffffee;
}

@media screen and (max-width: 840px) {
	#cooksl {
   height: 10.5rem;
}
}

/* 下のスライド */
#cooksl .slideimg01 {
    display: flex;
    width: max-content;
    height: 21rem;
    animation: cookSlide 18s linear infinite;
}

@media screen and (max-width: 840px) {
	#cooksl .slideimg01{
		animation: cookSlide02 12s linear infinite;
		height: 10.5rem;
	}
}

#cooksl .slideimg01>img {
    display: block;
   width: 268.7rem;
    height: 21rem;
    object-fit: cover;
    flex-shrink: 0;
}

@media screen and (max-width: 840px) {
	#cooksl .slideimg01>img {
   height: 10.5rem;
		width: 134.4rem;
}
}


#cooksl .slideimg02 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

    width: 40rem;
    height: 21rem;

    overflow: hidden;
    z-index: 2;

    background: #3daf08;
	border:7px solid #3daf08;
	border-radius:999px;
}

@media screen and (max-width: 840px) {
	#cooksl .slideimg02 {
   width: 20rem;
    height: 10.5rem;
}
}

#cooksl .slideimg02 {
    display: flex;
    width: 40rem;
}


@media screen and (max-width: 840px) {
	#cooksl .slideimg02 {
    width: 20rem;
}
}

#cooksl .slideimg02 img {
    display: block;
    width: 268.7rem;
    max-width: none;
    height: 21rem;
    object-fit: cover;
    flex-shrink: 0;
    animation: cookSlide02 18s linear infinite;
}

@media screen and (max-width: 840px) {
	#cooksl .slideimg02 img{
		animation: cookSlide02 12s linear infinite;
		 height: 10.5rem;
		width: 134.4rem;
	}
}

@keyframes cookSlide {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100vw);
    }
}

@keyframes cookSlide02 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100vw);
    }
}

#cooking-page #subnews {
	font-size: 2.2rem;
	line-height: 1.3181818182;
	letter-spacing: 0.1em;
	font-weight: 500;
	position: relative;
	padding-top: 16rem;
	background-color: #ffffee;
}
@media screen and (max-width: 840px) {
	#cooking-page #subnews {
		font-size: 1.2rem;
		padding-top: 8rem;
	}
}
#cooking-page #subnews .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
	width: 100%;
	position: relative;
}
@media screen and (max-width: 840px) {
	#cooking-page #subnews .flexBox {
		flex-direction: column;
	}
}
#cooking-page #subnews .flexBox .lBox {
	width: 20rem;
	height: fit-content;
}
@media screen and (max-width: 840px) {
	#cooking-page #subnews .flexBox .lBox {
		width: 100%;
	}
}
#cooking-page #subnews .flexBox .lBox .ttl {
	color: #3daf08;
}
#cooking-page #subnews .flexBox .lBox .imgBox {
	margin-bottom: 6rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subnews .flexBox .lBox .imgBox {
		margin-bottom: 0;
	}
}
@media screen and (max-width: 840px) {
	#cooking-page #subnews .flexBox .lBox .imgBox img {
		width: 100%;
	}
}
#cooking-page #subnews .flexBox .lBox .orntxt {
	position: relative;
	background-color: #fff;
	border: 1px solid #3daf08;
	border-radius: 999px;
	padding: 0.9em 1.9em 1.6rem 1em;
	color: #3daf08;
}
@media screen and (max-width: 840px) {
	#cooking-page #subnews .flexBox .lBox .orntxt {
		font-size: 2rem;
		line-height: 1;
		letter-spacing: 0.1em;
		font-weight: 500;
	}
}
#cooking-page #subnews .flexBox .lBox .orntxt::before {
	content: "";
	position: absolute;
	bottom: 45%;
	background-image: url(../img/common/arrow.svg);
	right: 1.7rem;
	width: 0.7em;
	aspect-ratio: 1;
	transform: translateY(50%);
	background-repeat: no-repeat;
	filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(574%) hue-rotate(61deg) brightness(100%) contrast(94%);
}
#cooking-page #subnews .flexBox .rBox {
	width: 110rem;
	position: relative;
	margin: 0 10rem 15rem 0;
}
@media screen and (max-width: 840px) {
	#cooking-page #subnews .flexBox .rBox {
		width: 100%;
		margin: 6rem 0 15rem 0;
	}
}
#cooking-page #subnews .flexBox .rBox .newsList .newsItem {
	background-color: #fff;
	margin-bottom: 3rem;
	border-radius: 1rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subnews .flexBox .rBox .newsList .newsItem {
		margin-bottom: 2rem;
	}
}
#cooking-page #subnews .flexBox .rBox .newsList .newsItem > a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	padding: 1.5em 2em;
	position: relative;
}
@media screen and (max-width: 840px) {
	#cooking-page #subnews .flexBox .rBox .newsList .newsItem > a {
		gap: 2rem;
	}
}
#cooking-page #subnews .flexBox .rBox .newsList .newsItem > a .clmBox {
	position: relative;
	width: 16rem;
}
#cooking-page #subnews .flexBox .rBox .newsList .newsItem > a .clmBox .center {
	text-align: center;
}
#cooking-page #subnews .flexBox .rBox .newsList .newsItem > a .clmBox .cate {
	font-size: 72%;
	width: auto;
	text-align: center;
	padding: 0.3em;
	background-color: #3daf08;
	color: #fff;
	border-radius: 999px;
}
#cooking-page #subnews .flexBox .rBox .newsList .newsItem > a .newsttl {
	width: 62.5rem;
}
#cooking-page #subnews .flexBox .rBox .newsList .newsItem > a .newsarrow {
	width: 2rem;
	aspect-ratio: 0.45;
	filter: brightness(0) saturate(100%) invert(40%) sepia(100%) saturate(574%) hue-rotate(61deg) brightness(100%) contrast(94%);
}
#cooking-page #subabout {
	height: auto;
	position: relative;
}
#cooking-page #subabout::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0px;
	transform: translateY(-100%);
	width: 100%;
	height: 7.5rem;
	background-color: #fff;
	border-radius: 7rem 7rem 0px 0px;
}
@media screen and (max-width: 840px) {
	#cooking-page #subabout::before {
		border-radius: 3rem 3rem 0px 0px;
	}
}

#cooking-page #subabout .absorn{
	width:25rem;
	left:0;
	bottom:20rem;
}

#cooking-page #subabout .stickyBox {
	position: sticky;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: auto;
}
#cooking-page #subabout .stickyBox img {
	width: 100%;
}
#cooking-page #subabout .innerL {
	position: relative;
	margin-top: -170rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subabout .innerL {
		margin-top: -35rem;
	}
}
#cooking-page #subabout .innerL .topttlBox {
	top: 0;
	position: absolute;
	left: 0;
}
@media screen and (max-width: 840px) {
	#cooking-page #subabout .innerL .topttlBox {
		position: relative;
	}
}
#cooking-page #subabout .spimgBox {
	width: 87.5%;
	margin-right: auto;
	padding-top: 3rem;
}
#cooking-page #subabout .spimgBox img {
	width: 100%;
}
#cooking-page #subabout .spimgBox2,
#cooking-page #subabout .spimgBox3 {
	width: 100%;
	margin: 0 auto;
}
#cooking-page #subabout .spimgBox2 img,
#cooking-page #subabout .spimgBox3 img {
	width: 100%;
}
#cooking-page #subabout .spimgBox2 {
	margin-bottom: 10rem;
}
#cooking-page #subabout .spimgBox3 {
	margin-top: 10rem;
}
#cooking-page #subabout .txtBox {
	font-size: 2.1rem;
	line-height: 2.380952381;
	letter-spacing: 0.1em;
	font-weight: 500;
	padding-bottom: 75rem;
	padding-top: 15rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subabout .txtBox {
		font-size: 1.5rem;
		padding-bottom: 15rem;
		padding-top: 9rem;
	}
}
#cooking-page #subabout .txtBox h3 {
	font-size: 195%;
	line-height: 1.55;
	margin-bottom: 2rem;
	font-weight: 600;
}
@media screen and (max-width: 840px) {
	#cooking-page #subabout .txtBox h3 {
		text-align: center;
		margin-bottom: 6rem;
	}
}
#cooking-page #subabout .txtBox p {
	color: #514327;
}
#cooking-page #subabout .txtBox .mbtm {
	margin-bottom: 15rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subabout .txtBox .mbtm {
		margin-bottom: 10rem;
	}
}
#cooking-page #subwhat {
	position: relative;
	width: 100%;
	background-color: #edebda;
	padding: 10rem 0 30rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subwhat {
		padding: 10rem 0 20rem;
	}
}
#cooking-page #subwhat::before {
	content: "";
	position: absolute;
	inset: auto auto calc(100% - 1px) 0;
	width: 100%;
	aspect-ratio: 1920/181;
	background: url(../img/cook/subwhat-bg.svg) no-repeat bottom;
	background-size: 100%;
}
#cooking-page #subwhat .topttlBox {
	margin-bottom: 0;
}
#cooking-page #subwhat .flexBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: 100%;
	position: relative;
}
#cooking-page #subwhat .flexBox .lBox {
	width: calc(100% - 61rem);
	position: relative;
	font-size: 2.1rem;
	line-height: 2.1428571429;
	letter-spacing: 0.1em;
	font-weight: 500;
}
@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flexBox .lBox {
		width: 100%;
		font-size: 1.35rem;
		padding-top: 13rem;
	}
}
#cooking-page #subwhat .flexBox .lBox h3 {
	font-size: 195%;
	font-weight: 600;
	line-height: 1.55;
	margin-bottom: 1.2em;
}
@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flexBox .lBox h3 {
		margin-bottom: 0.6em;
		font-size: 160%;
	}
}
#cooking-page #subwhat .flexBox .lBox .left {
	margin-left: -0.5em;
}
#cooking-page #subwhat .flexBox .lBox p {
	color: #514327;
}
#cooking-page #subwhat .flexBox .lBox .fitBox {
	width: fit-content;
	margin: 0 auto;
}
@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flexBox .lBox .fitBox {
		width: 100%;
	}
}
#cooking-page #subwhat .flexBox .rBox {
	width: 61rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flexBox .rBox {
		position: absolute;
		width: 18.6rem;
		top: 0;
		right: -12.5%;
	}
	#cooking-page #subwhat .flexBox .rBox img {
		width: 100%;
	}
}
@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flexBox .rBox2 {
		width: 18.6rem;
		top: 0;
		left: -12.5%;
	}
	#cooking-page #subwhat .flexBox .rBox2 img {
		width: 100%;
	}
}
@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flexBox .lBox2 h3 {
		text-align: end;
		padding-top: 3rem;
	}
}
#cooking-page #subwhat .flex02 {
	margin: 20rem 0;
	z-index:1;
}
@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flex02 {
		margin: 12rem 0;
	}
}

#cooking-page #subwhat .flexBox .absorn01{
	width:15rem;
	bottom:0;
	left:40%;
}

@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flexBox .absorn01{
		width: 10rem;
		bottom: -10rem;
		left:77%;
	}

}

#cooking-page #subwhat .flexBox .absorn02{
	width: 43rem;
	bottom: -29rem;
	right: -20rem;
	z-index: 10;
}

@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flexBox .absorn02{
		width: 18rem;
		bottom: -21rem;
		right: 4rem;
		z-index: 99;
	}
}


#cooking-page #subwhat .flexBox .absorn03{
	width:16rem;
	bottom:0;
	left:40%;
}

@media screen and (max-width: 840px) {
	#cooking-page #subwhat .flexBox .absorn03{
		width: 10rem;
		bottom: -6rem;
		left: 77%;
	}
}


#cooking-page #subfeat {
	width: 100%;
	position: relative;
	background-color: #db5331;
}
#cooking-page #subfeat::before {
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	transform: translateY(-100%);
	width: 100%;
	height: 7.5rem;
	background-color: #db5331;
	border-radius: 7rem 7rem 0 0;
}
@media screen and (max-width: 840px) {
	#cooking-page #subfeat::before {
		border-radius: 3rem 3rem 0 0;
	}
}
#cooking-page #subfeat::after {
	content: "";
	position: absolute;
	bottom: 1px;
	left: 0;
	transform: translateY(100%);
	width: 100%;
	height: 7.5rem;
	background-color: #db5331;
	border-radius: 0 0 7rem 7rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subfeat::after {
		border-radius: 0 0 3rem 3rem;
	}
}
#cooking-page #subfeat .gridBox {
	display: grid;
	grid-template-columns: 33rem 1fr;
	margin-top: 15rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subfeat .gridBox {
		display: block;
	}
}
#cooking-page #subfeat .gridBox .grid01 {
	display: block;
	color: #fff;
}
#cooking-page #subfeat .gridBox .grid01 .gridList {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	padding-top: 12rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subfeat .gridBox .grid01 .gridList {
		height: 40rem;
		padding-top: 0;
	}
}
@media screen and (max-width: 840px) {
	#cooking-page #subfeat .gridBox .grid01 .gridList .txtItem {
		font-size: 1.4rem;
	}
}
#cooking-page #subfeat .gridBox .grid02 {
	padding: 0em 0em 8.5em 8.5em;
	font-size: 2rem;
	line-height: 1.9;
	letter-spacing: 0.1em;
	font-weight: 400;
	position: relative;
}
@media screen and (max-width: 840px) {
	#cooking-page #subfeat .gridBox .grid02 {
		padding: 0;
		margin: 0 auto;
		width: 100%;
		font-size: 1.4rem;
		line-height: 2;
		letter-spacing: 0.1em;
		font-weight: 400;
	}
}
#cooking-page #subfeat .gridBox .grid02 .flexList {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	row-gap: 8rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subfeat .gridBox .grid02 .flexList {
		row-gap: 4rem;
		padding-bottom: 4rem;
	}
}
#cooking-page #subfeat .gridBox .grid02 .flexList .item01,
#cooking-page #subfeat .gridBox .grid02 .flexList .item02,
#cooking-page #subfeat .gridBox .grid02 .flexList .item03,
#cooking-page #subfeat .gridBox .grid02 .flexList .item04,
#cooking-page #subfeat .gridBox .grid02 .flexList .item05,
#cooking-page #subfeat .gridBox .grid02 .flexList .item06 {
	width: 45%;
	position: relative;
}

@media screen and (max-width: 840px) {
	#cooking-page #subfeat .gridBox .grid02 .flexList .item01,
#cooking-page #subfeat .gridBox .grid02 .flexList .item02,
#cooking-page #subfeat .gridBox .grid02 .flexList .item03,
#cooking-page #subfeat .gridBox .grid02 .flexList .item04,
#cooking-page #subfeat .gridBox .grid02 .flexList .item05,
#cooking-page #subfeat .gridBox .grid02 .flexList .item06 {
	width: 47%;
}
}

#cooking-page #subfeat .gridBox .grid02 .flexList .item01::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item02::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item03::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item04::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item05::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item06::before {
	content: "";
	position: absolute;
	top: -5rem;
	left: -5rem;
	width: 15rem;
	aspect-ratio:1;
	z-index: 2;
}

@media screen and (max-width: 840px) {
	#cooking-page #subfeat .gridBox .grid02 .flexList .item01::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item02::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item03::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item04::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item05::before,
#cooking-page #subfeat .gridBox .grid02 .flexList .item06::before {
	top: -2rem;
    left: -2rem;
    width: 7rem;
}
}


#cooking-page #subfeat .gridBox .grid02 .flexList .item01::before{
	background: url("../img/cook/featorn01.svg") center / contain no-repeat;
}

#cooking-page #subfeat .gridBox .grid02 .flexList .item02::before{
	background: url("../img/cook/featorn02.svg") center / contain no-repeat;
}

#cooking-page #subfeat .gridBox .grid02 .flexList .item03::before{
	background: url("../img/cook/featorn03.svg") center / contain no-repeat;
}

#cooking-page #subfeat .gridBox .grid02 .flexList .item04::before{
	background: url("../img/cook/featorn04.svg") center / contain no-repeat;
}

#cooking-page #subfeat .gridBox .grid02 .flexList .item05::before{
	background: url("../img/cook/featorn05.svg") center / contain no-repeat;
}

#cooking-page #subfeat .gridBox .grid02 .flexList .item06::before{
	background: url("../img/cook/featorn06.svg") center / contain no-repeat;
}


#cooking-page #recipe {
	background-color: #ffffee;
	padding: 26rem 0 3rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #recipe {
		padding: 20rem 0 0;
	}
}
#cooking-page #recipe .innerSL {
	position: relative;
}
#cooking-page #recipe .innerSL .recipe-filter-list {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: nowrap;
	gap: 1.5em;
	color: #c4b797;
	position: absolute;
	top: 3rem;
	right: 5rem;
	font-size: 3.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 500;
}
@media screen and (max-width: 840px) {
	#cooking-page #recipe .innerSL .recipe-filter-list {
		position: relative;
		top: 0;
		left: 0;
		font-size: 2rem;
		justify-content: space-between;
		width: 86%;
		padding-bottom: 6rem;
	}
}
#cooking-page #recipe .innerSL .recipe-filter-list .is-show {
	color: #04050a;
}
#cooking-page #recipe .s_home-project_list {
	display: flex;
	align-items: flex-start;
	gap: 21rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #recipe .s_home-project_list {
		gap: 6rem;
	}
}
#cooking-page #recipe .s_home-project_list .flexBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: column;
}
#cooking-page #recipe .s_home-project_list .flexBox .p-list_counter {
	font-size: 2.5rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 400;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	width: fit-content;
	flex-direction: column;
	flex-shrink: 0;
}
#cooking-page #recipe .s_home-project_list .flexBox .p-list_counter .p-list_counter-current {
	padding: 0 0.4rem 2rem 0.6rem;
	position: relative;
}
#cooking-page #recipe .s_home-project_list .flexBox .p-list_counter .p-list_counter-current::before {
	content: "";
	position: absolute;
	bottom: 1rem;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
#cooking-page #recipe .s_home-project_list .flexBox .p-list_counter .p-list_counter-total {
	padding: 0 0.4rem 0 0.6rem;
}
#cooking-page #recipe .s_home-project_list .flexBox .p-list_nav {
	display: flex;
	justify-content: center;
	flex-wrap: nowrap;
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.1em;
	font-weight: 400;
	gap: 1.5em;
	flex-direction: column;
	margin-top: 6rem;
	flex-shrink: 0;
	width: fit-content;
}
#cooking-page #recipe .s_home-project_list .flexBox .p-list_nav-prev, #cooking-page #recipe .s_home-project_list .flexBox .p-list_nav-next {
	display: block;
	background: none;
	border: none;
	padding: 0;
	cursor: pointer;
	line-height: 0;
}
#cooking-page #recipe .s_home-project_list .flexBox .p-list_nav-prev img, #cooking-page #recipe .s_home-project_list .flexBox .p-list_nav-next img {
	width: 1em;
	height: 1em;
	display: block;
}
#cooking-page #recipe .s_home-project_list .flexBox .p-list_nav-prev:disabled, #cooking-page #recipe .s_home-project_list .flexBox .p-list_nav-next:disabled {
	opacity: 0.3;
	cursor: default;
}
#cooking-page #recipe .s_home-project_list .flexBox .p-list_nav-prev img {
	transform: rotate(180deg);
}
#cooking-page #recipe .s_home-project_list .recipe-filter-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem 2.5rem;
	margin: 3rem 0 0;
	padding: 0;
	list-style: none;
	justify-content: flex-start;
	align-items: center;
	color: #3daf08;
}
#cooking-page #recipe .s_home-project_list .recipe-filter-item {
	position: relative;
	cursor: pointer;
	padding: 0;
	font-size: 1.6rem;
	line-height: 1.4;
	letter-spacing: 0.1em;
	transition: opacity 0.2s ease;
}
#cooking-page #recipe .s_home-project_list .recipe-filter-item + #cooking-page #recipe .s_home-project_list .recipe-filter-item::before {
	content: "/";
	position: relative;
	margin-right: 2.5rem;
	color: #3daf08;
	opacity: 0.7;
}
#cooking-page #recipe .s_home-project_list .recipe-filter-item.is-show {
	text-decoration: underline;
	text-underline-offset: 0.35em;
	text-decoration-thickness: 1px;
}
#cooking-page #recipe .s_home-project_list .p-list_slider {
	flex: 1;
	min-width: 0;
	overflow-x: hidden;
	margin-right: calc(50% - 50vw);
	padding-bottom: 5rem;
}
#cooking-page #recipe .s_home-project_list .p-list_slider-track {
	position: relative;
	display: flex;
	gap: 2rem;
	list-style: none;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
#cooking-page #recipe .s_home-project_list .p-list_slider-item {
	position: relative;
	flex: 0 0 52.5rem;
	width: 52.5rem;
	height:59rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #recipe .s_home-project_list .p-list_slider-item {
		flex: 0 0 33rem;
		width: 33rem;
		height:37rem;
	}
}
#cooking-page #recipe .s_home-project_list .p-list_slider-item img {
    display: block;
	width:100%;
	height:100%;
    object-fit: cover;
    border-radius: 3.5rem;
}
#cooking-page #recipe .s_home-project_list .p-list_slider-item-title,
#cooking-page #recipe .s_home-project_list .p-list_slider-item .p-list_slider-title {
	font-size: 2rem;
	line-height: 1;
	letter-spacing: 0.24em;
	font-weight: 500;
	position: absolute;
	bottom: -4rem;
	left: 0;
}
@media screen and (max-width: 840px) {
	#cooking-page #recipe .s_home-project_list .p-list_slider-item-title,
	#cooking-page #recipe .s_home-project_list .p-list_slider-item .p-list_slider-title {
		font-size: 1.5rem;
	}
}
#cooking-page #recipeorn {
	background-color: #ffffee;
	padding: 8rem 0;
	position: relative;
}
@media screen and (max-width: 840px) {
	#cooking-page #recipeorn {
		padding: 0 0 12rem;
	}
}
#cooking-page #recipeorn .abs {
	bottom: 4rem;
	right: 4rem;
	font-size: 3.5rem;
	line-height: 2;
	letter-spacing: 0.1em;
	font-weight: 600;
	color: #514327;
}
@media screen and (max-width: 840px) {
	#cooking-page #recipeorn .abs {
		font-size: 1.5rem;
		right: 50%;
		transform: translateX(50%);
	}
}


#recipeorn .slideTxt {
	display: flex;
	width: max-content;
	animation: recipeSlide 15s linear infinite;
	width:100%;
	    margin-bottom: -15rem;
}

#recipeorn .slideTxt img {
	width: 176rem;
	height: 28rem;
	flex-shrink: 0;
}

@keyframes recipeSlide {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}

#cooking-page #lesson {
	width: 100vw;
	max-width: none;
	position: relative;
	margin-left: calc(50% - 50vw);
}
#cooking-page #lesson img {
	width: 100vw;
	max-width: none;
	min-width: 100%;
	height: auto;
}
#cooking-page #lesson .absBox {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 8rem 10rem 6rem;
	background-color: #fff;
	border-radius: 3rem;
	border: 1px solid #fff;
}
@media screen and (max-width: 840px) {
	#cooking-page #lesson .absBox {
		width: 86%;
		padding: 6rem 4rem 5rem 7rem;
	}
}
@media screen and (max-width: 840px) {
	#cooking-page #lesson .absBox .topttlBox {
		padding-right: 3rem;
	}
}
#cooking-page #lesson .absBox .topttlBox h3 {
	padding-top: 1rem;
}
#cooking-page #lesson .absBox .topttlBox .ttl {
	width: fit-content;
	margin: 0 auto;
	position: relative;
}
#cooking-page #lesson .absBox .topttlBox .ttl::before, #cooking-page #lesson .absBox .topttlBox .ttl::after {
	content: "";
	position: absolute;
	bottom: 50%;
	width: 4rem;
	height: 3px;
	background-color: #3daf08;
}
#cooking-page #lesson .absBox .topttlBox .ttl::before {
	left: -6rem;
}
#cooking-page #lesson .absBox .topttlBox .ttl::after {
	right: -6rem;
}
#cooking-page #lesson .absBox .lessonList .lessonItem {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
	font-size: 2.2rem;
	line-height: 1.2272727273;
	letter-spacing: 0.1em;
	font-weight: 500;
	height: 4em;
}
@media screen and (max-width: 840px) {
	#cooking-page #lesson .absBox .lessonList .lessonItem {
		font-size: 1.5rem;
	}
}
#cooking-page #lesson .absBox .lessonList .lessonItem .midashi {
	width: 5em;
}
#cooking-page #lesson .absBox .lessonList .lessonItem .naiyou {
	padding-left: 1em;
}
@media screen and (max-width: 840px) {
	#cooking-page #lesson .absBox .lessonList .lessonItem .naiyou {
		width: 70%;
	}
}
#cooking-page #lesson .absBox .lessonList .lessonItem .mintxt {
	font-size: 85%;
}
@media screen and (max-width: 840px) {
	#cooking-page #lesson .absBox .lessonList .lessonItem .mintxt {
		font-size: 80%;
	}
}

#cooking-page #lesson .absorn{
	    width: 19rem;
    top: -17rem;
    right: -18rem;
}

@media screen and (max-width: 840px) {
	#cooking-page #lesson .absorn{
		        width: 16rem;
        top: -15rem;
        right: -11rem;
	}
}

#cooking-page #lesson .absorn img{
	width:100%;
}


#cooking-page #subqa {
	position: relative;
	font-size: 2.3rem;
	line-height: 2.1739130435;
	letter-spacing: 0.1em;
	font-weight: 600;
	background-color: #ffffee;
	padding-top: 14rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subqa {
		font-size: 1.4rem;
	}
}
#cooking-page #subqa .bgBox {
	background-color: #fff;
	border-radius: 5rem;
	width: 100%;
	padding: 5rem 0 10rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subqa .bgBox {
		width: 95%;
		padding: 12rem 0;
	}
}
#cooking-page #subqa .bgBox .flexBox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
}
@media screen and (max-width: 840px) {
	#cooking-page #subqa .bgBox .flexBox {
		flex-direction: column;
	}
}
#cooking-page #subqa .bgBox .flexBox .topttlBox {
	margin-bottom: 0;
}
#cooking-page #subqa .bgBox .flexBox .topttlBox .ttl {
	font-size: 6rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subqa .bgBox .flexBox .topttlBox h3 {
		text-align: center;
	}
}
#cooking-page #subqa .bgBox .flexBox .qaList {
	width: 75%;
	position: relative;
}
@media screen and (max-width: 840px) {
	#cooking-page #subqa .bgBox .flexBox .qaList {
		width: 100%;
		margin-top: 4rem;
	}
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item {
	padding: 0 2.3em;
	position: relative;
}
@media screen and (max-width: 840px) {
	#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item {
		padding: 0 1.3em;
	}
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dt {
	position: relative;
	padding-left: 5em;
	padding-right: 1.5em;
	cursor: pointer;
	padding: 2.5em 1.5em 1em 5em;
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dt::before {
	content: "";
	display: block;
	width: 100%;
	height: 0.56rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../img/common/dots-line-sub.svg) center center/contain repeat;
}
@media screen and (max-width: 840px) {
	#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dt::before {
		height: 0.4rem;
	}
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dt .big {
	position: absolute;
	left: 0;
	font-size: 200%;
	top: 69%;
	transform: translateY(-50%);
	text-align: center;
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dt .accordion-icon {
	position: absolute;
	top: 65%;
	right: 0;
	width: 1.6rem;
	height: 1.6rem;
	transform: translateY(-50%);
	background-color: #3daf08;
	padding: 2rem;
	border-radius: 999px;
}
@media screen and (max-width: 840px) {
	#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dt .accordion-icon {
		padding: 1.6rem;
	}
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dt .accordion-icon::before, #cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dt .accordion-icon::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 1.6rem;
	height: 2px;
	background: #fff;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease;
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dt .accordion-icon::after {
	transform: translate(-50%, -50%) rotate(90deg);
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item.open > dt .accordion-icon::after {
	opacity: 0;
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dd {
	position: relative;
	padding-left: 5em;
	padding-right: 1em;
	cursor: pointer;
	margin: 1em 0 0;
}
#cooking-page #subqa .bgBox .flexBox .qaList .accordion-item dd .big {
	position: absolute;
	left: 0.1em;
	font-size: 200%;
	top: 0.1em;
	transform: translateY(-25%);
	text-align: center;
}
#cooking-page #subqa .bgBox .flexBox .qaList .topmg {
	margin-top: 3rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subqa .bgBox .flexBox .qaList .topmg {
		margin-top: 2rem;
	}
}
#cooking-page #subaccess {
	position: relative;
	width: 100%;
	background-color: #ffffee;
	padding: 20rem 0;
}
@media screen and (max-width: 840px) {
	#cooking-page #subaccess {
		padding: 10rem 0 17rem;
	}
}
#cooking-page #subaccess .innerM {
	position: relative;
}
#cooking-page #subaccess .innerM .topttlBox > h3 {
	padding-top: 1.2em;
}
#cooking-page #subaccess .innerM .flexBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#cooking-page #subaccess .innerM .flexBox .lBox {
	width: 38%;
	font-size: 1.8rem;
	line-height: 1.6666666667;
	letter-spacing: 0.1em;
	font-weight: 500;
}
@media screen and (max-width: 840px) {
	#cooking-page #subaccess .innerM .flexBox .lBox {
		width: 100%;
		font-size: 1.3rem;
	}
}
#cooking-page #subaccess .innerM .flexBox .lBox > .sp {
	margin-top: 3rem;
}
#cooking-page #subaccess .innerM .flexBox .lBox > .sp .mapBox {
	width: 100%;
	height: 20rem;
}
#cooking-page #subaccess .innerM .flexBox .lBox > .sp .pBox {
	margin-left: auto;
	padding: 0.5rem 1rem;
	background-color: #586166;
	width: fit-content;
	color: #fff;
}
#cooking-page #subaccess .innerM .flexBox .lBox h4 {
	font-size: 150%;
}
#cooking-page #subaccess .innerM .flexBox .lBox .conBox {
	margin-top: 2rem;
}
@media screen and (max-width: 840px) {
	#cooking-page #subaccess .innerM .flexBox .lBox .conBox {
		margin-top: 3rem;
	}
}
#cooking-page #subaccess .innerM .flexBox .lBox .conBox .flexBox2 {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: nowrap;
	position: relative;
	padding: 1.4em;
}
@media screen and (max-width: 840px) {
	#cooking-page #subaccess .innerM .flexBox .lBox .conBox .flexBox2 {
		padding: 1.4em 1.4em 1.4em 5em;
	}
}
#cooking-page #subaccess .innerM .flexBox .lBox .conBox .flexBox2::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #586166;
}
@media screen and (max-width: 840px) {
	#cooking-page #subaccess .innerM .flexBox .lBox .conBox .flexBox2::before {
		height: 0.3px;
	}
}
#cooking-page #subaccess .innerM .flexBox .lBox .conBox .flexBox2 .minttl {
	width: 25%;
}
#cooking-page #subaccess .innerM .flexBox .lBox .conBox .flexBox2 .mintxt {
	padding-left: 2em;
	position: relative;
}
#cooking-page #subaccess .innerM .flexBox .lBox .conBox .flexBox2 .mintxt:before {
	content: "";
	display: block;
	width: 2.5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../img/common/dots-line.svg) repeat center;
	background-size: contain;
}
#cooking-page #subaccess .innerM .flexBox .lBox .conBox .flexBox2 .mintxt .mini {
	font-size: 75%;
}
#cooking-page #subaccess .innerM .flexBox .lBox .conBox .item01::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #586166;
}
@media screen and (max-width: 840px) {
	#cooking-page #subaccess .innerM .flexBox .lBox .conBox .item01::after {
		height: 0.3px;
	}
}
#cooking-page #subaccess .innerM .flexBox .lBox .payBox {
	margin-top: 2em;
	width: 100%;
	display: grid;
	place-items: center;
	padding: 1.3em 0;
	border-radius: 1.3em;
	border: 1px solid #586166;
}
@media screen and (max-width: 840px) {
	#cooking-page #subaccess .innerM .flexBox .lBox .payBox {
		border: 0.3px solid #586166;
	}
}
#cooking-page #subaccess .innerM .flexBox .rBox {
	width: 50%;
	height: 45rem;
}
#cooking-page #subaccess .innerM .flexBox .rBox .pBox {
	margin-left: auto;
	padding: 0.5rem 1rem;
	background-color: #586166;
	width: fit-content;
	color: #fff;
}