<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#content #brandContents {
	background: #FFF;
}

.onlyPC {
	display: block;
}

.onlySP {
	display: none;
}

@media screen and (max-width: 810px) {
	.onlyPC {
		display: none;
	}

	.onlySP {
		display: block;
	}
}

.salad_contentInner {
	margin-top: 30px;
	padding: 0 20px;
	line-height: 1.5;
	color: #333;
}

@media screen and (max-width: 810px) {
	.salad_contentInner {
		margin-top: 15px;
	}
}

.salad_contentInner a {
	color: #333;
	text-decoration: none;
}

.salad_contentInner img {
	width: 100%;
	height: auto;
}

@media screen and (max-width: 810px) {
	.salad_contentInner {
		padding: 0 25px;
	}
}

#mainImg {
	margin: 20px 0 30px;
}

@media screen and (max-width: 810px) {
	#mainImg {
		margin: 5px 0 15px !important;
	}
}

#content #brandContents .ryusui_pageTle.ryusui_pageTle.ryusui_pageTle-salad {
	background-color: #63B86C;
}


@media screen and (max-width: 810px) {
	#content #brandContents .ryusui_pageTle.ryusui_pageTle.ryusui_pageTle-salad {
		padding: 16px;
	}
}

#content #brandContents .ryusui_pageTle.ryusui_pageTle.ryusui_pageTle-salad .ryusui_pageTle_subtitle {
	font-size: 18px;
}

@media screen and (max-width: 810px) {
	#content #brandContents .ryusui_pageTle.ryusui_pageTle.ryusui_pageTle-salad .ryusui_pageTle_subtitle {
		font-size: 16px;
	}
}

.salad_recipeAnchor {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 20px;
}

@media screen and (max-width: 810px) {
	[data-pagetype=brand] #content #brandContents ul.salad_recipeAnchor {
		gap: 16px 25px;
		padding: 0 !important;
	}
}

.salad_recipeAnchor_item {
	display: block;
	width: calc((100% / 3) - 14px);
}

@media screen and (max-width: 810px) {
	.salad_recipeAnchor_item {
		margin: 0 !important;
		width: calc(50% - 13px);
	}
}

.salad_recipeAnchor_item:hover {
	opacity: 0.5;
}

.salad_recipeAnchor_image {
	overflow: hidden;
	border-radius: 8px;
}

@media screen and (max-width: 810px) {
	.salad_recipeAnchor_image {
		border-radius: 4px;
	}
}

.salad_recipeAnchor_name {
	margin-top: 8px;
	text-align: center;
	font-size: 16px;
	line-height: 1.25;
}

@media screen and (max-width: 810px) {
	[data-pagetype=brand] #content #brandContents p.salad_recipeAnchor_name {
		font-size: 14px;
		margin-top: 8px !important;
		padding: 0 !important;
	}
}

.salad_recipeAnchor_name span {
	font-size: 14px;
}

@media screen and (max-width: 810px) {
	.salad_recipeAnchor_name span {
		font-size: 12px;
	}
}

.salad_recipeContainer {
	margin-top: 28px;
}

.salad_recipeContent {
	margin-top: 55px;
}

@media screen and (max-width: 810px)  {
	.salad_recipeContent {
		margin-top: 36px;
	}
}

#content #brandContents h3.salad_recipeContent_title {
	width: auto;
	padding-top: 0;
	margin-bottom: 10px;
	font-size: 32px;
	font-weight: bold;
	color: #333;
	text-align: left;
}

@media screen and (max-width: 810px)  {
	#content #brandContents h3.salad_recipeContent_title {
		text-align: center;
		font-size: 24px;
	}
}

#content #brandContents h3.salad_recipeContent_title span {
	font-size: 22px;
}

@media screen and (max-width: 810px)  {
	#content #brandContents h3.salad_recipeContent_title span {
		font-size: 20px;
	}
}

.salad_recipeContent_imageWrap {
	display: flex;
	gap: 8px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_imageWrap {
		flex-direction: column;
		gap: 16px;
	}
}

.salad_recipeContent_productArea {
	width: 370px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_productArea {
		width: 100% !important;
	}
}

.salad_recipeContent_image {
	overflow: hidden;
	border-radius: 12px;
}

@media screen and (max-width: 810px)  {
	.salad_recipeContent_image {
		max-width: none !important;
		width: 100% !important;
		border-radius: 4px;
	}
}

.salad_recipeContent_productArea_title {
	margin-bottom: 11px;
	text-align: center;
	font-weight: bold;
	font-size: 24px;
}

.salad_recipeContent_productWrap {
	padding: 11px 12px 6px;
	display: flex;
	justify-content: center;
	gap: 18px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_productWrap {
		padding: 11px 0 6px;
		gap: 10px;
	}
}

.salad_recipeContent_productItem {
	width: 166px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_productItem {
		max-width: none !important;;
		width: 178px !important;
	}
}

.salad_recipeContent_productImage {
	width: auto;
	height: 135px;
	text-align: center;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_productImage {
		width: auto !important;
		height: 35vw !important;
	}
}

.salad_recipeContent_productImage img {
	width: auto;
	height: 100%;
}

.salad_recipeContent_productName {
	margin-top: 10px;
	display: block;
	font-size: 12px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_productName {
		margin-top: 10px !important;
		font-size: 11px;
	}
}

.salad_recipeContent_productItem a {
	text-decoration: none;
}

.salad_recipeContent_productItem a .salad_recipeContent_productName {
	position: relative;
	padding-left: 16px !important;
}

.salad_recipeContent_productItem a .salad_recipeContent_productName::before,
.salad_recipeContent_productItem a .salad_recipeContent_productName::after {
	content: "";
	position: absolute;
	display: inline;
	width: 14px;
	height: 14px;
	top: calc((1.6em - 20px) / 2);
	left: 0;
	transition: background-color .3s ease;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_productItem a .salad_recipeContent_productName::before,
	.salad_recipeContent_productItem a .salad_recipeContent_productName::after {
		top: 0;
	}
}

.salad_recipeContent_productItem a .salad_recipeContent_productName::after {
	width: 8px;
	height: 8px;
	background-color: #04247B;
	-webkit-mask-image: url(/assets/img/products/ryusui/img/icon_arrow.svg);
	mask-image: url(/assets/img/products/ryusui/img/icon_arrow.svg);
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	mask-size: contain;
	-webkit-mask-position: center;
	mask-position: center;
	left: 4px;
	top: 4px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_productItem a .salad_recipeContent_productName::after {
		top: 0.3em;
	}
}

.salad_recipeContent_productItem a:hover .salad_recipeContent_productName::after {
	background-color: #FFF;
}

.salad_recipeContent_productItem a .salad_recipeContent_productName::before {
	border-radius: 100px;
	background-color: #FFF;
	border: 1px solid #04247B;
}

.salad_recipeContent_productItem a:hover .salad_recipeContent_productName::before {
	background-color: #04247B;
	border: 1px solid #04247B;
}

.salad_recipeContent_detailWrap {
	margin-top: 18px;
	display: flex;
	gap: 50px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_detailWrap {
		margin-top: 20px;
		flex-direction: column;
		gap: 15px;
	}
}

.salad_recipeContent_detailItem {
	width: 100%;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_detailItem {
		width: 100% !important;
	}
}

.salad_recipeContent_detailHeading {
	position: relative;
	font-weight: bold;
	padding-left: 12px;
	font-size: 18px;
	margin-bottom: 16px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_detailHeading {
		margin-bottom: 16px;
		padding-left: 12px !important;
	}
}

.salad_recipeContent_detailHeading::after {
	content: "";
	position: absolute;
	left: 0;
	display: block;
	width: 4px;
	height: 20px;
	background: #ff7c1e;
	top: 2px;
}

.salad_recipeContent_detailTable {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_detailTable {
		margin-bottom: 0 !important;
		font-size: 12px;
	}
}

.salad_recipeContent_detailTable tr {
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 75% auto;
	border-top: 1px solid #dbdbdb;
}

.salad_recipeContent_detailTable tr:last-child {
	border-bottom: 1px solid #dbdbdb;
}

.salad_recipeContent_detailTable td {
	display: flex;
	align-items: center;
	padding: 8px 16px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_detailTable td {
		padding: 8px 0 !important;
	}

	.salad_recipeContent_detailTable td:first-child {
		padding-right: 8px !important;
	}
}

.salad_recipeContent_detailList {
	list-style: none;
	counter-reset: number;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_detailList {
		margin: 0 !important;
		padding-left: 0 !important;
	}
}

.salad_recipeContent_detailList li {
	display: flex;
	gap: 3px;
	padding: 8px 16px;
	border-top: 1px solid #dbdbdb;
	font-size: 14px;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_detailList li {
		padding: 8px 0 !important;
		font-style: 12px;
	}
}

.salad_recipeContent_detailList li::before {
	min-width: 20px;
	counter-increment: number;
	content: counter(number) ".";
	display: inline-block;
	color: #ff7c1e;
	font-size: 18px;
	font-weight: 700;
}

@media screen and (max-width: 810px) {
	.salad_recipeContent_detailList li::before {
		min-width: 22px;
		font-size: 20px;
	}
}

.salad_recipeContent_detailList li:last-child {
	border-bottom: 1px solid #dbdbdb;
}
</pre></body></html>