@charset "utf-8";

:root {
	--deli-commoncolor: #171717;
	--deli-maincolor: #f36440;
	--deli-subcolor: #fff537;
	--deli-backcolor: #fcf8b7;
	--deli-oisixcolor: #006d32;
	--deli-noshcolor: #5db534;
	--deli-greencolor: #009781;
	--deli-radishcolor: #0f4f3d;
	--deli-fitdishcolor: #ee5121;
	--deli-delicolor: #c4305c;
	--deli-tsukuriokicolor: #f5732d;
	--deli-moviecolor: #7f0019;

	--shokuzai-color: #017e50;
	--souzai-color: #ec4314;
	--reitou-color: #504af9;
	--box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
}

* {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 18px;
	color: var(--deli-commoncolor);
	line-height: 2;
	letter-spacing: 0.04em;
}

a {
	text-decoration: none;
}

img {
	width: 100%;
}

/* ページトップ */
.pageTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 2000;
	display: none;
}

.pageTop a {
	display: inline-block;
	font-size: 12px;
	text-align: center;
	color: #FFF;
	padding-top: 7px;
	line-height: 1.2;
	letter-spacing: 0.09em;
	text-align: center;
	background-color: var(--deli-oisixcolor);
	border-radius: 50%;
	width: 48px;
	height: 48px;
}

.pageTop a span {
	font-size: 10px;
}

@media (hover: hover) and (pointer: fine) {
	.pageTop a:hover {
		background-color: var(--deli-subcolor);
		color: var(--deli-oisixcolor);
		transition: 0.1s;
	}
}

/* 共通 =============================== */
/* SPS */
@media only screen and (max-width: 330px) {
	.sps_hide {
		display: none;
	}
}

/* SP */
.sp_hide {
	display: none;
}

.tb_hide {
	display: none;
}

/* PC */
@media only screen and (min-width: 800px) {
	.sp_hide {
		display: block !important;
	}

	.pc_hide {
		display: none !important;
	}
}

@media only screen and (min-width: 1024px) {
	.tb_hide {
		display: block
	}
}

/* margin ========================== */
/* SP */
.mgn16_32 {
	margin: 16px auto !important;
}

.mgn24_40 {
	margin: 24px auto !important;
}

.mgn32_56 {
	margin: 32px auto !important;
}

.mgn40_64 {
	margin: 40px auto !important;
}

.mgn56_72 {
	margin: 56px auto !important;
}

.mgn64_80 {
	margin: 64px auto !important;
}

.mgn80_100 {
	margin: 80px auto !important;
}

.mgnTop0 {
	margin-top: 0 !important;
}

.mgnTop16 {
	margin-top: 8px !important;
}

.mgnTop24 {
	margin-top: 24px !important;
}

.mgnTop40 {
	margin-top: 40px !important;
}

.mgnBottom0 {
	margin-bottom: 0 !important;
}

.mgnBottom8 {
	margin-bottom: 8px !important;
}

.mgnBottom16 {
	margin-bottom: 16px !important;
}

.mgnBottom24 {
	margin-bottom: 24px !important;
}

.mgnBottom32 {
	margin-bottom: 32px !important;
}

.mgnBottom40 {
	margin-bottom: 40px !important;
}

.mgnBottom64 {
	margin-bottom: 64px !important;
}

/* PC */
@media only screen and (min-width: 720px) {
	.mgn16_32 {
		margin: 32px 0;
	}

	.mgn24_40 {
		margin: 40px 0;
	}

	.mgn32_56 {
		margin: 56px 0;
	}

	.mgn40_64 {
		margin: 64px 0;
	}

	.mgn56_72 {
		margin: 72px 0;
	}

	.mgn64_80 {
		margin: 80px 0;
	}

	.mgn80_100 {
		margin: 100px 0;
	}

}

/* other =========================== */
.txtEmphasis {
	color: var(--deli-delicolor) !important;
	font-weight: 600 !important;
}

.txtGreen {
	color: #27ab67 !important;
	font-weight: 600 !important;
}

.txtPink {
	color: #e14498 !important;
	font-weight: 600 !important;
}

.txtBold {
	font-weight: 600 !important;
}

.txtCenter {
	text-align: center !important;
}

.txtRight {
	text-align: right !important;
}

.txtLeft {
	text-align: left;
}

.underLine {
	background: linear-gradient(transparent 10%, #fffc8f 0%);
	display: inline;
	padding: 0 1px 0px;
}

.underMarker {
	background: linear-gradient(transparent 60%, #fffc8f 90%);
	display: inline;
	padding: 0 1px 0px;
}

.txtBig {
	font-size: 20px !important;
	line-height: 1.6;
}

.txtBig2 {
	font-size: 18px !important;
	line-height: 1.7;
}

.txtSml {
	font-size: 16px;
}

.fz14 {
	font-size: 14px !important;
}

.txtColor {
	color: var(--deli-maincolor);
}

.txtColor_g {
	color: var(--deli-oisixcolor);
}

.txt_chushaku {
	margin-top: 5px !important;
	font-size: 12px !important;
	text-indent: -12px;
	padding-left: 12px;
	line-height: 1.4;
}

.starImg {
	display: block;
	width: 190px;
}

.borderR_none {
	border-radius: 0 !important;
}

.borderR10 {
	border-radius: 10px !important;
}

.borderR32 {
	border-radius: 32px !important;
}

.boxShadow {
	box-shadow: var(--box-shadow);
}

.iventNone {
	pointer-events: none !important;
	cursor: none;
}

@media only screen and (min-width: 720px) {
	.txtBig {
		font-size: 22px !important;
		line-height: 1.6;
	}

	.txtBig2 {
		font-size: 20px !important;
		line-height: 1.7;
	}
}

/* header =========================== */
/* SP */
header {
	width: 100%;
	background-color: var(--deli-subcolor);
	padding: 12px 16px;
	position: fixed;
	height: 56px;
	top: 0;
	left: 0;
	box-shadow: var(--box-shadow);
	z-index: 99;
}

.head__flex {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	gap: 14px;
	align-items: center;
	justify-content: space-between;
}

.head__logo img {
	display: block;
	width: 130px;
	height: auto;
	object-fit: contain;
}

.head_list {
	display: flex;
	gap: 16px;
	font-size: 13px;
	line-height: 1;
	font-weight: 600;
	color: var(--deli-oisixcolor);
}

@media (hover: hover) and (pointer: fine) {
	.head__logo img:hover {
		opacity: 0.5;
		transition: 0.3s;
	}

	.head_list li a:hover {
		color: var(--deli-maincolor);
		transition: 0.3s;
	}
}

@media only screen and (min-width: 720px) {

	/* PC */
	header {
		height: 80px;
		padding: 16px 16px;
	}

	.head__flex {
		flex-direction: row;
	}

	.head__logo img {
		width: 186px;
	}

	.head_list {
		gap: 40px;
		font-size: 16px;
	}
}

.side {
	position: relative;
	max-width: 1400px;
	margin: 0 auto;
}

/* ================================================= */
/* 左のカラム（パンくず） */
/* ================================================= */
.content__left {
	display: block;
	position: fixed;
	top: 56px;
	left: 0;
	width: 100%;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	padding: 12px 16px;
}

.content__left ul {
	display: flex;
	gap: 24px;
}

.content__left li {
	position: relative;
	font-size: 12px;
	line-height: 1.3;
	margin-bottom: 8px;
	color: #FFF;
}

.content__left li::after {
	content: ">";
	position: absolute;
	right: -16px;
	top: 1px;
}

.content__left li:last-child::after {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.content__left li a:hover {
		color: var(--deli-maincolor);
		transition: 0.3s;
	}
}

/* PC */
@media only screen and (min-width: 720px) {

	.content__left {
		top: 80px;
		height: 40px;
		padding: 12px 40px;
	}
}

/* PC WIDE */
@media only screen and (min-width: 1024px) {
	.content__left {
		width: 240px;
		top: 110px;
		left: 40px;
		background-color: rgba(0, 0, 0, 0);
	}

	.content__left ul {
		flex-direction: column;
		gap: 8px;
	}

	.content__left li {
		width: fit-content;
		font-size: 12px;
		line-height: 1.3;
		margin-bottom: 8px;
		color: var(--deli-commoncolor);
	}
}

/* ================================================= */
/* 右のカラム（記事リスト） */
/* ================================================= */
/* スマホは１カラム */
.content__right {
	display: none;
}

/* PC WIDE */
@media only screen and (min-width: 1024px) {
	.content__right {
		position: absolute;
		display: block;
		width: 180px;
		top: 0px;
		right: 40px;
		color: var(--deli-oisixcolor);
		z-index: 10;
		font-feature-settings: "palt";
	}

	.content__rightItm {
		margin-bottom: 32px;
	}

	.content__rightTtl {
		font-size: 15px;
		line-height: 1;
		font-weight: 700;
		text-align: center;
		margin-bottom: 12px;
		border-radius: 4px;
		padding: 6px 4px 8px;
	}

	.rightItm_shokuzai .content__rightTtl {
		color: var(--shokuzai-color);
		border: var(--shokuzai-color) 2px solid;
	}

	.rightItm_souzai .content__rightTtl {
		color: var(--souzai-color);
		border: var(--souzai-color) 2px solid;
	}

	.rightItm_reitou .content__rightTtl {
		color: var(--reitou-color);
		border: var(--reitou-color) 2px solid;
	}

	.content__rightLst {
		color: #333333;
	}

	.rightItm_shokuzai .content__rightLst span {
		color: var(--shokuzai-color);
	}

	.rightItm_souzai .content__rightLst span {
		color: var(--souzai-color);
	}

	.rightItm_reitou .content__rightLst span {
		color: var(--reitou-color);
	}

	.content__rightLst li {
		position: relative;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.4;
		text-align: justify;
		margin-bottom: 12px;
		list-style: disc;
		padding-bottom: 10px;
		border-bottom: #FFF solid 1px;
	}

	.content__rightLst li:last-child {
		border: none;
	}

	/* .content__rightLst li::before {
		position: absolute;
		display: inline-block;
		content: "◯";
		top: 1px;
		left: -4px;
		background-size: contain;
		background-repeat: no-repeat;
	} */

	.content__right li a:hover {
		opacity: 0.5;
		transition: 0.3s;
	}
}

/* ================================================= */
/* content */
/* ================================================= */
.report {
	width: 100%;
	max-width: 720px;
	margin: 96px auto 40px;
}

/* ctt_ttl ======================================= */
.ctt_ttl {
	width: 100%;
	position: relative;
	height: 140px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0 0;
}

.report .ctt_ttl {
	border-radius: 0 0 0 0;
}

.ctt_ttl::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 140px;
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 10px 10px 0 0;
}

.ctt_ttl::after {
	position: absolute;
	content: "PR";
	left: 16px;
	bottom: 4px;
	font-size: 12px;
	color: #FFF;
	letter-spacing: 0.15em;
}

.ctt_ttl.oisixBox {
	height: 100px;
}

.ctt_ttl.oisixBox::before {
	height: 100px;
}

.report .ctt_ttl::before {
	border-radius: 0 0 0 0;
}

.report h1 {
	position: absolute;
	width: 250px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	color: #FFF;
	line-height: 1.5;
}

.report h1 span {
	font-size: 20px;
	color: var(--deli-subcolor);
}

#otameshi-oisix .report h1 {
	font-size: 17px;
}

.ctt_reportLst {
	display: flex;
	flex-direction: column;
	padding: 19px 16px 12px 40px;
	border: solid 2px #2d58f6;
	border-radius: 8px;
	font-feature-settings: "palt";
}

.ctt_reportLst li {
	font-size: 18px;
	font-weight: 500;
	list-style: decimal;
	line-height: 1.4;
	color: #2d58f6;
	margin-bottom: 12px;
}

.ctt_reportLst li a {
	transition: 0.3s;
}

.ctt_reportLst li a:hover {
	opacity: 0.5;
	transition: 0.3s;
}

.ctt_lst2 {
	padding: 14px 16px 5px 40px;
	border: dotted 2px var(--deli-commoncolor);
	border-radius: 10px;
}

.ctt_lst2 li {
	font-size: 18px;
	font-weight: 500;
	list-style: disc;
	line-height: 1.4;
	color: var(--deli-commoncolor);
	margin-bottom: 16px;
	text-align: justify;
}

.menuGenzairyo {
	font-size: 13px;
	font-weight: 400;
}

/* PC */
@media only screen and (min-width: 720px) {

	.report {
		width: calc(100% - 500px);
		margin: 152px auto 80px;
		min-width: 560px;
	}

	.ctt_ttl {
		border-radius: 10px 10px 0 0;
	}

	.report .ctt_ttl {
		border-radius: 10px 10px 0 0;
	}

	.ctt_ttl::before {
		border-radius: 10px 10px 0 0;
	}

	.report .ctt_ttl::before {
		border-radius: 10px 10px 0 0;
	}

	.report .ctt_ttl::after {
		font-size: 13px;
	}

	/* h1 */
	.report h1 {
		width: 400px;
		font-size: 19px;
	}

	.report h1 span {
		font-size: 23px;
	}

	.ctt_lst2 li {
		font-size: 18px;
	}
}

.ctt_reportLst li ul {
	margin-left: 24px;
}

.ctt_reportLst li ul li {
	margin-top: 12px;
	list-style: disc;
	font-weight: 400 !important;
}

/* PC WIDE */
@media only screen and (min-width: 1024px) {
	.report {
		margin: 120px auto 80px;
	}
}

/* 記事コンテンツ ============================== */
.content__inner {
	background-color: #fff;
	padding: 16px;
}

/* h2 記事タイトル ============================= */
.report h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: var(--deli-oisixcolor);
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	padding-bottom: 16px;
	border-bottom: 2px var(--deli-oisixcolor) solid;
	margin-bottom: 16px;
}

.report h2 span {
	font-size: 20px;
}

/* border-bottom 削除 */
.borderBtm_none {
	border-bottom: none !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

/* 本文 */
.ctt_txt {
	font-size: 17px;
	font-weight: 500;
	text-align: justify;
	margin-bottom: 16px;
	text-align: justify;
	letter-spacing: 0;
}

.ctt_txtLink {
	color: dodgerblue;
	padding-bottom: 1px;
	border-bottom: 1px solid dodgerblue;
}

.ctt_txtLst {
	padding: 24px 16px;
	background-color: whitesmoke;
	margin: 24px 0;
	font-size: 16px;
	line-height: 1.7;
	font-weight: 500;
	text-align: justify;
}

.ctt_txtLst li {
	list-style: disc;
	margin-left: 20px;
	margin-bottom: 16px;
}

.ctt_txtLst li ul {
	margin-top: 8px;
	margin-bottom: 16px;
	font-size: 15px;
	font-weight: 500;
}

.ctt_txtLst li ul li {
	margin-bottom: 8px;
	list-style: circle
}

.ctt_txtLst li:last-child {
	margin-bottom: 4px;
}

.ctt_txtFlow {
	text-indent: -16px;
	padding-left: 16px;
	font-weight: 500;
}

.ctt_txtFlow li {
	margin-bottom: 16px;
}

/* h3 大見出し ================================= */
.report h3 {
	margin: 48px 0 16px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
	padding: 8px 16px;
	text-align: center;
	color: #FFF;
	border-radius: 8px;
}

/* h4 大見出し ================================= */
.report h4 {
	margin: 40px 0 16px;
	font-size: 22px;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 2px;
	padding-left: 16px;
	font-weight: 700;
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}

.report .h4Top {
	margin-top: 24px;
}

.ctt_txtTtl {
	margin: 16px auto 16px;
	width: 120px;
	font-size: 18px;
	line-height: 1.4;
	padding: 6px 24px;
	background-color: var(--deli-oisixcolor);
	color: #FFF;
	border-radius: 50px;
	text-align: center;
}

/* h5 記事見出し ================================ */
h5 {
	width: fit-content;
	font-size: 19px;
	text-align: center;
	line-height: 1.4;
	font-weight: 600;
	padding: 3px 8px 6px;
	margin: 48px auto 0;
}


/* h6 記事見出し ================================ */
h6 {
	width: fit-content;
	position: relative;
	padding: 6px 18px 10px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
	color: #fff;
	border-radius: 10px;
	background: var(--deli-oisixcolor);
	margin: 40px auto 24px;
	letter-spacing: 0.1em;
}

h6:after {
	position: absolute;
	content: "";
	bottom: -9px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-width: 10px 10px 0 10px;
	border-style: solid;
	border-color: var(--deli-oisixcolor) transparent transparent transparent;
}

h6 span {
	color: var(--deli-subcolor) !important;
}

/* PC */
@media only screen and (min-width: 720px) {
	h6 {
		font-size: 20px;
		margin: 64px auto 28px;
	}
}

/* PC */
@media only screen and (min-width: 720px) {
	.content__inner {
		padding: 24px 40px 40px;
	}

	/* 本文 */
	.ctt_txt {
		font-size: 18px;
		margin-bottom: 24px;
	}
}

/* PC WIDE */
@media only screen and (min-width: 1024px) {

	.report h2 {
		font-size: 32px;
		padding-bottom: 24px;
		margin-bottom: 24px;
		letter-spacing: 0.07em;
	}

	.report h2 span {
		font-size: 24px;
	}

	/* h3 大見出し ================================= */
	.report h3 {
		margin: 80px 0 16px;
		font-size: 24px;
		letter-spacing: 0.1em;
	}

	/* h4 大見出し ================================= */
	.report h4 {
		margin: 56px 0 16px;
		font-size: 24px;
	}
}

/* ピックアップタイトル */
.pickupTtl {
	width: fit-content;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.08em;
	line-height: 1.5;
	position: relative;
	margin: 40px auto 16px;
}

.pickupTtl:before,
.pickupTtl:after {
	position: absolute;
	content: '';
	top: 50%;
	display: inline-block;
	width: 32px;
	height: 2.4px;
	background-color: #3a3a3a;
	transform: rotate(-60deg);
}

.pickupTtl:before {
	left: -38px;
	transform: rotate(60deg);
}

.pickupTtl:after {
	right: -38px;
}

/* deli-oisix */
#deli-oisix .pickupTtl {
	color: var(--deli-oisixcolor);
	font-size: 20px;
}

#deli-oisix .pickupTtl:before,
#deli-oisix .pickupTtl:after {
	background-color: var(--deli-oisixcolor)
}


/* PC */
@media only screen and (min-width: 720px) {
	.pickupTtl {
		font-size: 22px;
		margin: 40px auto 16px;
	}

	.pickupTtl:before,
	.pickupTtl:after {
		width: 44px;
		height: 2.4px;
	}
}

/* 画像 */
.ctt_img {
	display: block;
	margin: 16px auto;
	max-width: 200px;
	height: auto;
	border-radius: 10px;
}

.ctt_img320,
.ctt_img480,
.ctt_img100 {
	display: block;
	margin: 16px auto;
	height: auto;
	border-radius: 10px;
}

.ctt_img320 {
	max-width: 320px;
}

.ctt_img480 {
	max-width: 480px;
}

.ctt_img100 {
	width: 100%;
	object-fit: contain;
}

/* 動画 */
.content__video {
	width: 100%;
	max-width: 540px;
	margin: 24px auto;
}

.content__videoMov {
	display: block;
	width: 100%;
}

@media (hover: hover) and (pointer: fine) {
	.content__videoMov:hover {
		cursor: pointer;
	}
}

/* 商品紹介img ================================= */
/* content__numTtl 記事番号付き見出し */
.content__numTtl {
	font-size: 20px;
	font-weight: 600;
	text-indent: -28px;
	padding-left: 28px;
	line-height: 1.6;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

.menu__ttlMain {
	font-size: 20px;
	font-weight: 600;
	line-height: 1.6;
	padding: 16px;
	border: var(--deli-oisixcolor) dotted 2px;
	border-radius: 10px;
	font-feature-settings: "palt";
	letter-spacing: 0.08em;
}

.ctt_imgMenu {
	display: block;
	width: 100%;
	margin: 16px auto;
}

.ctt_imgMenu img {
	border-radius: 10px;
}

.menu__recipe {
	margin-bottom: 80px;
}

.menu__recipe li {
	display: flex;
	gap: 16px;
	font-size: 16px;
	text-indent: -16px;
	padding-left: 16px;
	line-height: 1.7;
	text-align: justify;
	margin-bottom: 20px;
}

.menu__recipe li p {
	width: calc(100% - 160px);
}

.menu__recipe li img {
	width: 160px;
	height: 160px;
	object-fit: cover;
	border-radius: 10px;
}

/* PC */
@media only screen and (min-width: 720px) {
	.menu__flex {
		display: flex;
		justify-content: space-between;
		gap: 24px;
		margin-bottom: 24px;
	}

	.menu__ttl {
		width: calc(100% - 240px);
	}

	.menu1l {
		width: 100%;
	}

	.menu__ttlMain {
		font-size: 21px;
		text-align: center;
	}

	.ctt_imgMenu {
		width: 240px;
		margin: 0;
	}

	.menu__recipe li {
		font-size: 18px;
		text-indent: -18px;
		padding-left: 18px;
	}

	.menu__recipe li p {
		width: calc(100% - 240px);
	}

	.menu__recipe li img {
		width: 240px;
		height: 240px;
	}
}

/* footer__wrap ===================== */
.footer__wrap {
	padding-bottom: 8px;
}

.footer__list {
	width: 100%;
	max-width: fit-content;
	margin: 0 auto;
	padding-bottom: 18px;
	display: flex;
	gap: 32px;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}

.footer__policy {
	font-size: 11px;
	text-align: center;
}


@media (hover: hover) and (pointer: fine) {

	.footer__wrap .footer__list li a:hover,
	.footer__wrap .footer__policy a:hover {
		color: var(--deli-maincolor);
		transition: 0.2s;
	}
}

@media only screen and (min-width: 720px) {
	.footer__policy {
		font-size: 12px;
	}
}

/* footer =========================== */

footer {
	position: relative;
	bottom: 0px;
	left: 0;
	padding: 16px;
	font-size: 14px;
	text-align: center;
	color: var(--deli-commoncolor);
	background-color: var(--deli-subcolor);
}

#noury-top footer {
	bottom: -120px;
}

@media only screen and (min-width: 720px) {
	footer {
		bottom: 0px;
		padding: 16px;
	}
}

/* coming */
.coming {
	font-size: 30px;
	text-align: center;
	margin: 80px auto;
	color: var(--deli-oisixcolor);
}

.coming p {
	font-size: 16px;
	text-align: center;
}

@media only screen and (min-width: 720px) {
	.coming {
		font-size: 48px;
		margin: 250px auto 250px;
	}

	.coming p {
		font-size: 18px;
	}
}

/* ===================== */
/* レシピ */
/* ===================== */
.recipe__item {
	background-color: #f3f1db;
	padding: 18px 24px;
	font-size: 14px;
}

.recipe__itemTtl {
	text-align: center;
}

.recipe__item ul {
	display: flex;
	flex-wrap: wrap;
	gap: 0 40px;
	padding-left: 20px;
}

.recipe__item ul li {
	list-style: disc;
}

.recipe__flex {
	margin: 16px auto;
	display: flex;
	gap: 16px;
}

.recipe__flexlst {
	width: 65%
}

.recipe__flexlst ol {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
	font-size: 16px;
}

.recipe__flexlst ol li {
	line-height: 1.6;
	margin-bottom: 24px;
	padding-left: 30px;
	position: relative;
}

.recipe__flexlst ol li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: var(--deli-maincolor);
	color: #FFF;
	display: block;
	float: left;
	line-height: 1.45;
	margin-left: -28px;
	text-align: center;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	font-size: 14px;
	margin-top: 7px;
}

.recipe__flexImg {
	width: 35%
}

.recipe__flexImg img {
	display: block;
	height: 130px;
	object-fit: cover;
	margin-bottom: 8px;
	border-radius: 4px;
}

.recipe__flex3 {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}

.recipe__flex3 img {
	width: 47%;
	height: 120px;
	object-fit: cover;
}

.recipe__itmOisix {
	color: var(--deli-oisixcolor);
	font-weight: bold;
}

.shohin__kit ul li {
	font-weight: 600;
	list-style: disc;
	text-indent: -18px;
	margin-left: 30px;
	margin-bottom: 8px;
	padding-left: 8px;
	line-height: 1.5;
}

.shohin__kit ul li span {
	font-size: 15px;
}

.txt__affi-o a {
	display: block;
	text-decoration-line: underline;
	color: blue;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5;
}

/* ============================ */
/* 公式サイトボタン */
/* ============================ */
.active__btn {
	margin: 0 auto;
	position: fixed;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 480px;
	cursor: pointer;
	transition: all 0.4s;
	z-index: 99;
	filter: drop-shadow(5px 5px 6px rgba(0, 0, 0, 0.3));
}

.active__btn[aria-expanded=false] {
	bottom: -160px;
	transition: 0.4s;
}

.active__btn[aria-expanded=true] {
	bottom: 40px;
	transition: 0.4s;
}

.btnSp {
	display: none;
}

@media (hover: hover) and (pointer: fine) {
	.active__btn:hover {
		bottom: 50px;
		transition: 0.4s;
	}
}

/* SP */
@media only screen and (max-width: 510px) {
	.btnPc {
		display: none;
	}

	.btnSp {
		display: block;
	}

	.active__btn {
		bottom: 60px;
		padding-right: 16px;
	}

	.active__btn[aria-expanded=false] {
		bottom: -160px;
	}

	.active__btn[aria-expanded=true] {
		bottom: 60px;
	}
}

.backImg {
	position: fixed;
	top: 0px;
	width: 100%;
	height: 100vh;
	background-image: url(/image/oisix/oisixpage_back.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
	opacity: 0.2;
	z-index: -10;
}

/* PC */
@media only screen and (min-width: 720px) {
	.backImg {
		top: 0px;
		padding: 0px 24px 80px;
	}
}

.hyoukaTtl {
	width: fit-content;
	font-size: 17px;
	font-weight: 600;
	letter-spacing: 0.14em;
	color: #FFF;
	text-align: center;
	line-height: 1;
	padding: 8px 24px 10px;
	background-color: var(--deli-oisixcolor);
	border-radius: 50px;
	margin: 56px auto 24px;
}

.hyouka {
	display: flex;
	gap: 32px;
	max-width: 480px;
	margin: 0px auto;
}

.hyouka_flex {
	display: flex;
	gap: 8px;
}

.hyouka_flexKao {
	width: 64px;
	height: 64px;
	object-fit: contain;
}

.hyouka_flexHoshi {
	width: 100%;
	height: auto;
	object-fit: contain;
}

/* PC */
@media only screen and (min-width: 720px) {
	.hyouka_flexKao {
		width: 80px;
		height: 80px;
	}
}

.koshiki_linkBtn {
	position: relative;
	display: block;
	margin: 24px auto;
	padding: 12px 40px 14px;
	width: fit-content;
	color: #FFF;
	background-color: #fc5b1c;
	border-radius: 50px;
	font-size: 16px;
	letter-spacing: 0.1em;
	text-align: center;
	font-weight: bold;
	line-height: 1.4;
	box-shadow: var(--box-shadow);
}

.koshiki_linkBtn::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid #FFF;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
}

@media (hover: hover) and (pointer: fine) {
	.koshiki_linkBtn:hover {
		opacity: 0.5;
		transition: 0.3s;
	}
}

/* PC */
@media only screen and (min-width: 670px) {
	.content__flex {
		display: flex;
		gap: 16px;
	}

	.content__flex img {
		max-width: 400px;
		border-radius: 10px;
		object-fit: cover;
	}
}

.pickup__flex {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.pickup__flexImg {
	width: 100%;
	display: block;
	object-fit: cover;
	border-radius: 10px;
}

.pickup__flexLst {
	width: 100%;
	padding-left: 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 0px 32px;
}

.pickup__flexLst li {
	font-size: 14px;
	list-style: disc;
}

@media only screen and (min-width: 670px) {
	.pickup__flex {
		flex-direction: row;
		gap: 24px;
	}

	.pickup__flexImg {
		width: 75%;
		height: auto;
	}

	.pickup__flexLst {
		flex-direction: column;
		flex-wrap: nowrap;
		width: 25%;
	}
}

/* ================================= */
/* 画像スライダー */
/* ================================= */
.slider {
	overflow: hidden;
	width: 116%;
	max-width: 720px;
	height: auto;
	position: relative;
	margin: 16px 0px 24px -40px;
}

.slide-track {
	display: flex;
	width: calc(200%);
	/* 画像を2セット並べるので倍の幅 */
	animation: scroll 12s linear infinite;
}

.slide-track img {
	width: 25%;
	/* 4枚並べてちょうど100%になるように */
	height: auto;
	flex-shrink: 0;
	object-fit: cover;
	border-radius: 140px;
	filter: drop-shadow(5px 5px 15px 0px rgba(0, 0, 0, 0.3));
}

#mealkit-oisix .slide-track img,
#arrange-oisix .slide-track img {
	width: 10%;
	border-radius: 0px;
	object-fit: contain
}

@keyframes scroll {
	0% {
		transform: translateX(0);
	}

	100% {
		transform: translateX(-50%);
	}
}

/* ================================= */
/* ADO */
/* ================================= */
/* 公式サイトはコチラボタン */
.koushikiBtn a {
	display: block;
	max-width: 320px;
	height: 68px;
	margin: 24px auto;
	background-image: linear-gradient(120deg, rgb(255, 135, 55), rgb(211, 49, 130));
	border: 3px #ffffff solid;
	color: #FFF;
	border-radius: 50px;
	font-family: "Noto Sans JP", sans-serif;
	font-optical-sizing: auto;
	text-align: center;
	font-weight: 600;
	font-size: 20px;
	line-height: 62px;
	letter-spacing: 0.1em;
	box-shadow: var(--box-shadow);
	transition: 0.2s;
}

.koushikiBtn a span {
	display: inline-block;
	font-size: 16px;
	margin-left: 16px;
}

@media (hover: hover) and (pointer: fine) {
	.koushikiBtn a:hover {
		transform: translateY(5px);
		transition: 0.2s;
		opacity: 0.6;
	}
}

/* バナー広告 ============================ */
.a8_ado125 {
	width: 125px;
	height: 125px;
	object-fit: contain;
	margin: 24px auto 40px;
	box-shadow: var(--box-shadow);
}

.a8_ado300 {
	max-width: 300px;
	height: 250px;
	object-fit: contain;
	margin: 24px auto 40px;
	box-shadow: var(--box-shadow);
}

.a8_ado250 {
	width: 250px;
	height: 250px;
	object-fit: contain;
	margin: 24px auto 40px;
	box-shadow: var(--box-shadow);
}

.a8_ado336 {
	width: 336px;
	height: 280px;
	display: block;
	margin: 32px auto 40px;
	box-shadow: var(--box-shadow);
}

.a8_ado200_left {
	margin: 40px 0;
}

.a8_ado200_left a img {
	object-fit: contain;
	width: 200px;
	height: 200px;
	box-shadow: var(--box-shadow);
}

@media only screen and (max-width: 1049px) {
	.a8_ado200_left {
		display: none;
	}
}

@media (hover: hover) and (pointer: fine) {

	.a8_ado125:hover,
	.a8_ado300:hover,
	.a8_ado250:hover,
	.a8_ado336:hover,
	.a8_ado200_left a:hover {
		opacity: 0.5;
		transition: 0.2s;
	}
}

/* フローティングバナー ================== */
.floating-bnr {
	display: none;
	position: fixed;
	margin: 16px 16px 0 16px;
	z-index: 99998;
	bottom: 20px;
	left: 16px;
}

.banner-close {
	font-weight: bold;
	position: absolute;
	top: -48px;
	right: -4px;
	z-index: 99999;
	padding: 1px 11px;
	border: none;
	background-color: #f8f8f8;
	border-radius: 25px;
	cursor: pointer;
	-webkit-box-shadow: 0 0 7px rgb(0 0 0 / 40%);
	box-shadow: 0 0 7px rgb(0 0 0 / 40%);
}