:root {
	--font-color-base: #282828;
}

body {
	overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
	color: var(--font-color-base);
}


#pg-index .cm-pgTtl {
	background-image: url(/recipe_asset/images/bg_ttl.png);
}
/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#pg-index .cm-pgTtl {
		background-image: url(/recipe_asset/images/sp_bg_ttl.png);
	}
}


.secRecipe {
	max-width: 1200px;
	margin: 75px auto 94px;
}
.secRecipe .secInr {
	padding: 0 20px;
	box-sizing: border-box;
}
.secRecipe .secInr .secCts {
	margin-top: 50px;
}
.secRecipe .secInr .secCts .recipeListWrap {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 40px 4px;
}
.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr {
	display: block;
	text-decoration: none;
	position: relative;
	color: var(--font-color-base);
}
.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listImg {
	background: no-repeat center center;
	background-size: cover;
	transition: opacity 0.3s ease-in-out;
}
.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listImg img {
	width: 100%;
	opacity: 0;
}
.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listTtl {
	margin-top: 10px;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 2;
}
.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listDesc {
	font-size: 1.5rem;
	line-height: 1.6;
}
.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listTime {
	display: inline-block;
	margin-top: 10px;
	position: relative;
	padding-left: 20px;
	font-size: 1.5rem;
	line-height: 1.5;
}
.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listTime::before {
	content: " ";
	width: 18px;
	height: 100%;
	background: url(/common/images/icn_time.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr:hover {
	color: var(--font-color-base);
}
.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr:hover .listImg {
	opacity: 0.5;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secRecipe {
		max-width: 100%;
		margin: 50px auto 60px;
	}
	.secRecipe .secInr .secCts {
		margin-top: 45px;
	}
	.secRecipe .secInr .secCts .recipeListWrap {
		display: grid;
		grid-template-columns: 1fr;
		gap: 40px;
	}
	.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listTtl {
		margin-top: 10px;
		font-size: 1.8rem;
	}
	.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listDesc {
		margin-top: 5px;
	}
	.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listTime {
		margin-top: 5px;
		padding-left: 18px;
		font-size: 1.5rem;
		line-height: 1.5;
	}
	.secRecipe .secInr .secCts .recipeListWrap .recipeList .listInr .listTime::before {
		left: -3px;
	}
}




.detailWrap {
	max-width: 1240px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto 84px;
}
.secItemDetail {
	margin-top: 70px;
	position: relative;
}
.secItemDetail .itemName {
	color: #593917;
	font-size: 3.4rem;
	font-weight: 800;
	line-height: 1.5;
}
.secItemDetail .itemDsc {
	color: #593917;
	font-size: 1.7rem;
	line-height: 1.5;
	margin-top: 10px;
}
.secItemDetail .btnPrint {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 60px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	border: 1px solid #593917;
	color: #593917;
	cursor: pointer;
	border-radius: 3px;
}
.secItemDetail .btnPrint .txt {
	font-size: 1.3rem;
	color: #545454;
}
.secItemDetail .btnPrint:hover .pcTxt {
	text-decoration: underline;
}
.secItemDetail .dataCol {
	display: flex;
	flex-wrap: wrap;
	margin-right: -32px;
	margin-top: 5px;
}
.secItemDetail .dataCol > dl {
	display: flex;
	align-items: center;
	font-size: 1.4rem;
	position: relative;
	margin-top: 15px;
	margin-right: 16px;
	white-space: nowrap;
	color: #593917;
}
.secItemDetail .dataCol > dl::after {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 20px;
	border-right: 1px dotted #593917;
}
.secItemDetail .dataCol > dl:last-child::after {
	content: none;
}
.secItemDetail .dataCol > dl > dt {
	padding-left: 27px;
	position: relative;
}
.secItemDetail .dataCol > dl > dt::before {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: no-repeat center center;
	background-size: contain;
	width: 22px;
	height: 21px;
}
.secItemDetail .dataCol .data-time > dt::before {
	background-image: url(/common/images/icn_time.png);
}

.secItemDetail .dtlCol {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}
.secItemDetail .dtlCol .imgCell {
	width: 66.66667%;
}
.secItemDetail .dtlCol .imgCell .dtlImg img {
	width: 100%;
	height: auto;
}
.secItemDetail .dtlCol .imgCell .exTxt {
	font-size: 1.7rem;
	line-height: 1.5;
	margin-top: 28px;
}
.secItemDetail .dtlCol .imgCell .exTxt p {
	margin-top: 15px;
}
.secItemDetail .dtlCol .imgCell .exTxt strong {
	font-weight: 700;
}

.secItemDetail .dtlCol .foodCell {
	width: 27.5%;
}
.secItemDetail .dtlCol .foodCol .colTtlCol {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	padding-bottom: 13px;
	border-bottom: 1px solid #666666;
	color: #593917;
	font-size: 2rem;
	font-weight: bold;
	margin-right: 8px;
}
.secItemDetail .dtlCol .foodCol .colTtlCol .colTtl {
	margin-right: 5px;
}
.secItemDetail .dtlCol .foodCol .foodList .item {
	padding: 5px 0 20px 0;
	border-bottom: 1px dashed #666;
}
.secItemDetail .dtlCol .foodCol .foodList .item:last-child {
	border-bottom: none;
}
.secItemDetail .dtlCol .foodCol .foodList .itemTtl {
	margin-top: 20px;
	font-weight: bold;
	border-bottom: none;
	padding-bottom: 0;
}
.secItemDetail .dtlCol .foodCol .foodList .item dl {
	font-size: 1.6rem;
	display: flex;
	font-weight: 500;
	justify-content: space-between;
	line-height: 1.5;
	width: 100%;
}
.secItemDetail .dtlCol .foodCol .foodList .item dl dt {
	padding-top: 15px;
}
.secItemDetail .dtlCol .foodCol .foodList .item dl dd {
	padding-top: 15px;
	white-space: nowrap;
	padding-left: 15px;
}
.secItemDetail .dtlCol .foodCol .foodList .itemName dl {
	display: block;
}
.secItemDetail .dtlCol .foodCol .foodList .itemName dl::before,
.secItemDetail .dtlCol .foodCol .foodList .itemName dl::after {
	content: "";
	display: table;
}
.secItemDetail .dtlCol .foodCol .foodList .itemName dl::after {
	clear: both;
}
.secItemDetail .dtlCol .foodCol .foodList .itemName dl dt {
	float: left;
}
.secItemDetail .dtlCol .foodCol .foodList .itemName dl dd {
	float: right;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.secItemDetail {
		margin-top: 20px;
	}
	.secItemDetail .itemName {
		font-size: 2.8rem;
		line-height: 1.4;
	}
	.secItemDetail .itemDsc {
		font-size: 1.6rem;
		margin-top: 12px;
	}
	.secItemDetail .btnPrint {
		display: none;
	}
	.secItemDetail .dataColWrap {
		overflow: hidden;
		padding: 5px 0;
	}
	.secItemDetail .dataCol {
		margin-right: 0;
		margin-top: 0;
	}
	.secItemDetail .dataCol > dl {
		margin-top: 10px;
		margin-right: 13px;
		padding-right: 13px;
	}
	.secItemDetail .dataCol > dl::after {
		height: 22px;
	}
	.secItemDetail .dataCol > dl:last-child::after {
		content: none;
	}

	.secItemDetail .dtlCol {
		margin-top: 20px;
		display: block;
	}
	.secItemDetail .dtlCol .imgCell {
		width: auto;
	}
	.secItemDetail .dtlCol .imgCell .exTxt {
		font-size: 1.6rem;
		line-height: 1.4;
		margin-top: 15px;
	}

	.secItemDetail .dtlCol .foodCell {
		width: auto;
		margin-top: 40px;
	}
	.secItemDetail .dtlCol .foodCol .colTtlCol {
		font-size: 1.8rem;
	}
	.secItemDetail .dtlCol .foodCol .colTtlCol .colTtl {
		margin-right: 10px;
	}
	.secItemDetail .dtlCol .foodCol .foodList .item {
		padding: 8px 0 15px 0;
	}
	.secItemDetail .dtlCol .foodCol .foodList .itemTtl {
		padding-bottom: 0;
	}
	.secItemDetail .dtlCol .foodCol .foodList .item dl {
		font-size: 1.5rem;
	}
	.secItemDetail .dtlCol .foodCol .foodList .item dl dt {
		padding-top: 7px;
	}
	.secItemDetail .dtlCol .foodCol .foodList .item dl dd {
		padding-top: 7px;
	}
}



.secHowto {
	margin-top: 75px;
}
.secHowto .secTtl {
	margin-right: 12px;
	color: #593917;
	font-size: 2.8rem;
	font-weight: 600;
}
.secHowto .secTtl .min {
	font-size: 1.5rem;
}
.secHowto .howtoList {
	border-top: 1px solid #666;
	margin-top: 10px;
	padding-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.secHowto .howtoList .item {
	padding: 30px 20px 30px 0;
	box-sizing: border-box;
	width: 47.5%;
	border-bottom: 1px dashed #666;
}
.secHowto .howtoList .item:nth-last-of-type(-n+1):nth-of-type(even) {
	border-bottom: 0;
}
.secHowto .howtoList .item:nth-last-of-type(-n+2):nth-of-type(odd) {
	border-bottom: 0;
}
.secHowto .howtoList .item .itemInr {
	position: relative;
	padding-left: 60px;
}
.secHowto .howtoList .item .itemInr::before {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	top: 3px;
	left: 0;
	background: #593917;
	width: 33px;
	height: 33px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	padding-bottom: 2px;
}
.secHowto .howtoList .item:nth-child(1) .itemInr::before {
	content: "1";
}
.secHowto .howtoList .item:nth-child(2) .itemInr::before {
	content: "2";
}
.secHowto .howtoList .item:nth-child(3) .itemInr::before {
	content: "3";
}
.secHowto .howtoList .item:nth-child(4) .itemInr::before {
	content: "4";
}
.secHowto .howtoList .item:nth-child(5) .itemInr::before {
	content: "5";
}
.secHowto .howtoList .item:nth-child(6) .itemInr::before {
	content: "6";
}
.secHowto .howtoList .item:nth-child(7) .itemInr::before {
	content: "7";
}
.secHowto .howtoList .item:nth-child(8) .itemInr::before {
	content: "8";
}
.secHowto .howtoList .item:nth-child(9) .itemInr::before {
	content: "9";
}
.secHowto .howtoList .item:nth-child(10) .itemInr::before {
	content: "10";
}
.secHowto .howtoList .item:nth-child(11) .itemInr::before {
	content: "11";
}
.secHowto .howtoList .item:nth-child(12) .itemInr::before {
	content: "12";
}
.secHowto .howtoList .item:nth-child(13) .itemInr::before {
	content: "13";
}
.secHowto .howtoList .item:nth-child(14) .itemInr::before {
	content: "14";
}
.secHowto .howtoList .item:nth-child(15) .itemInr::before {
	content: "15";
}
.secHowto .howtoList .item:nth-child(16) .itemInr::before {
	content: "16";
}
.secHowto .howtoList .item:nth-child(17) .itemInr::before {
	content: "17";
}
.secHowto .howtoList .item:nth-child(18) .itemInr::before {
	content: "18";
}
.secHowto .howtoList .item:nth-child(19) .itemInr::before {
	content: "19";
}
.secHowto .howtoList .item:nth-child(20) .itemInr::before {
	content: "20";
}
.secHowto .howtoList .item .itemInr p {
	font-size: 1.6rem;
	line-height: 2;
}
.secHowto .adviceCol {
	margin-top: 25px;
	padding: 36px 30px;
	box-sizing: border-box;
	background-color: #FAFAF5;
}
.secHowto .adviceCol .colTtl {
	display: table;
	font-size: 1.7rem;
	font-weight: 800;
	line-height: 1;
}
.secHowto .adviceCol .adviceCts {
	margin-top: 15px;
	font-size: 1.6rem;
	line-height: 1.5;
}
.secHowto .adviceCol .adviceList li {
	margin-top: 10px;
	position: relative;
	padding-left: 16px;
}
.secHowto .adviceCol .adviceList li::before {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	top: 12px;
	left: 5px;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	background: #333;
}
.secHowto .adviceCol .adviceList li:first-child {
	margin-top: 0;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.secHowto {
		margin-top: 25px;
	}
	.secHowto .secTtl {
		font-size: 2rem;
	}
	.secHowto .secTtl .min {
		font-size: 1.2rem;
	}
	.secHowto .howtoList {
		margin-top: 15px;
		display: block;
	}
	.secHowto .howtoList .item {
		padding: 20px 0;
		width: 100%;
		border-bottom: 1px dashed #666;
	}
	.secHowto .howtoList .item:nth-last-of-type(-n+1):nth-of-type(even) {
		border-bottom: 1px dashed #666;
	}
	.secHowto .howtoList .item:nth-last-of-type(-n+2):nth-of-type(odd) {
		border-bottom: 1px dashed #666;
	}
	.secHowto .howtoList .item:last-of-type {
		border-bottom: none !important;
	}
	.secHowto .howtoList .item .itemInr::before {
		top: 50%;
		width: 32px;
		height: 32px;
		font-size: 18px;
		color: #fff;
		transform: translateY(-50%);
	}
	.secHowto .howtoList .item .itemInr p {
		line-height: 1.6;
	}
	.secHowto .adviceCol {
		margin-top: 28px;
		padding: 22px;
	}
	.secHowto .adviceCol .colTtl {
		padding: 7px 22px;
	}
	.secHowto .adviceCol .adviceCts {
		line-height: 1.6;
		margin-top: 15px;
	}
	.secHowto .adviceCol .adviceList li {
		margin-top: 15px;
		padding-left: 13px;
	}
	.secHowto .adviceCol .adviceList li::before {
		top: 12px;
		left: 0;
	}
	.secHowto .adviceCol .adviceList li:first-child {
		margin-top: 0;
	}
}


.catLabelList {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.catLabelList .label {
	margin: 10px 10px 0 0;
}
.catLabelList .label .lablelInr {
	display: block;
	white-space: nowrap;
	padding: 8px 20px;
	border-radius: 99px;
	color: #593917;
	font-size: 1.3rem;
	font-weight: 400;
	border: 1px solid #593917;
}
.catLabelList .label .txt {
	position: relative;
	padding-left: 24px;
}
.catLabelList .label .txt::before {
	content: "";
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	background: no-repeat center center;
	background-size: 100% auto;
	width: 20px;
	height: 25px;
}
.catLabelList .label-powder .txt::before {
	background-image: url(/recipes/images/icn_powder.svg);
}
.catLabelList .label-cooking .txt::before {
	background-image: url(/recipes/images/icn_cooking.svg);
}
.catLabelList .label-genre .txt::before {
	background-image: url(/recipes/images/icn_genre.svg);
}
.catLabelList .label-time .txt::before {
	background-image: url(/recipes/images/icn_time.svg);
}
.catLabelList .label-use .txt::before {
	background-image: url(/recipes/images/icn_use.svg);
}
.catLabelList .label-supervision .txt::before {
	background-image: url(/recipes/images/icn_recipe.svg);
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.catLabelList {
		margin-top: 15px;
		margin-right: -5px;
	}
	.catLabelList .label {
		margin: 5px 5px 0 0;
	}
	.catLabelList .label .lablelInr {
		padding: 6px 10px;
		border-radius: 45px;
		font-size: 1rem;
		font-weight: 400;
	}
	.catLabelList .label .txt {
		position: relative;
		padding-left: 23px;
	}
}


.secSupervision {
	margin-top: 70px;
}
.secSupervision .secTtl {
	padding-bottom: 10px;
	border-bottom: 1px solid #666;
}
.secSupervision .secTtl .jp {
	margin-right: 12px;
	color: #593917;
	font-size: 2.8rem;
	font-weight: 600;
}
.secSupervision .secTtl .jp .min {
	font-size: 1.5rem;
}
.secSupervision .introCol {
	position: relative;
	margin-top: 28px;
	padding-left: 184px;
	min-height: 160px;
}
.secSupervision .introCol .imgLine .img {
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	background: no-repeat center center;
	background-size: cover;
}
.secSupervision .introCol .txtCell {
	padding-top: 10px;
}
.secSupervision .introCol .txtCell .post {
	font-size: 1.5rem;
	font-weight: 500;
}
.secSupervision .introCol .txtCell .nameLine {
	display: flex;
	align-items: center;
	margin-top: 12px;
}
.secSupervision .introCol .txtCell .nameLine .jp {
	font-size: 2.4rem;
	font-weight: bold;
	margin-right: 10px;
}
.secSupervision .introCol .txtCell .nameLine .en {
	font-size: 1.3rem;
}
.secSupervision .introCol .introTxt {
	margin-top: 15px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	.secSupervision {
		margin-top: 42px;
	}
	.secSupervision .secTtl {
		display: block;
	}
	.secSupervision .secTtl .en {
		letter-spacing: 1px;
		margin-right: 0;
	}
	.secSupervision .secTtl .jp {
		margin-top: 10px;
		font-size: 2rem;
	}
	.secSupervision .secTtl .jp .min {
		font-size: 1.2rem;
	}
	.secSupervision .introCol {
		margin-top: 20px;
		padding-left: 0;
		min-height: 0;
	}
	.secSupervision .introCol .imgLine {
		display: flex;
		align-items: center;
		width: 100%;
	}
	.secSupervision .introCol .imgLine .imgCell {
		width: 40%;
	}
	.secSupervision .introCol .imgLine .img {
		position: static;
		width: 100%;
		height: 0;
		padding-bottom: 100%;
	}
	.secSupervision .introCol .txtCell {
		flex: 1;
		padding-left: 20px;
		padding-top: 0;
		line-height: 1.2;
	}
	.secSupervision .introCol .txtCell .nameLine {
		display: block;
		margin-top: 10px;
	}
	.secSupervision .introCol .txtCell .nameLine .jp {
		font-size: 2.2rem;
		margin-right: 0;
	}
	.secSupervision .introCol .txtCell .nameLine .en {
		font-size: 1.4rem;
		margin-top: 8px;
	}
	.secSupervision .introCol .introTxt {
		margin-top: 20px;
		font-size: 1.6rem;
	}
}



.secRecommend {
	margin-top: 84px;
	padding-top: 80px;
	padding-bottom:110px;
	background: url(/recipe_asset/images/bg_recommend.png) repeat center center;
}
.secRecommend .secInr {
	max-width: 1240px;
	padding: 0 20px;
	box-sizing: border-box;
	margin: 0 auto;
}
.secRecommend .secInr .secTtlWrap {
	text-align: center;
	color: #593917;
}
.secRecommend .secInr .secTtlWrap .secTtlEN {
	font-size: 3.4rem;
	font-weight: 800;
	letter-spacing: -0.01em;
}
.secRecommend .secInr .secTtlWrap .secTtlJP {
	display: block;
	margin-top: 18px;
	padding-top: 12px;
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.2;
	letter-spacing: 0.12em;
	position: relative;
}
.secRecommend .secInr .secTtlWrap .secTtlJP::before {
	content: " ";
	width: 40px;
	height: 1px;
	background: #593917;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
}
.secRecommend .secInr .secCts {
	margin-top: 50px;
}
.secRecommend .secInr .secCts .recommendListWrap {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 8px;
}
.secRecommend .secInr .secCts .recommendListWrap .recommendList .listInr {
	width: 100%;
	display: block;
	position: relative;
	text-decoration: none;
}
.secRecommend .secInr .secCts .recommendListWrap .recommendList .listInr .listImg {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: 0.3s ease-in-out;
}
.secRecommend .secInr .secCts .recommendListWrap .recommendList .listInr .listImg img {
	width: 100%;
	height: auto;
}
.secRecommend .secInr .secCts .recommendListWrap .recommendList .listInr .listTtl {
	margin-top: 15px;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.5;
}
.secRecommend .secInr .secCts .ctsBtn {
	margin-top: 80px;
}
.secRecommend .secInr .secCts .ctsBtn a {
	width: 360px;
	margin: 0 auto;
	display: block;
	text-decoration: none;
	background-color: #5A3913;
	border-radius: 6px;
	text-align: center;
	color: #fff;
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 58px;
	letter-spacing: 0.08em;
	transition: all 0.3s ease-in-out;
}
.secRecommend .secInr .secCts .ctsBtn a:hover {
	opacity: 0.7;
}
.secRecommend .secInr .secCts .ctsBtn a .icn {
	padding-right: 20px;
	position: relative;
}
.secRecommend .secInr .secCts .ctsBtn a .icn::before {
	content: " ";
	width: 12px;
	height: 11px;
	background: url(/common/images/icn_blank_white.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}
.secRecommend .secInr .secCts .recommendListWrap .recommendList .listInr:hover {
	color: var(--font-color-base);
}
.secRecommend .secInr .secCts .recommendListWrap .recommendList .listInr:hover .listImg {
	opacity: 0.5;
}
/* SP
----------------------------------*/
@media screen and (max-width: 768px) {
	.secRecommend {
		margin-top: 60px;
		padding-top: 60px;
		padding-bottom: 110px;
	}
	.secRecommend .secInr {
		max-width: 100%;
	}
	.secRecommend .secInr .secTtlWrap .secTtlEN {
		font-size: 2.5rem;
		font-weight: 700;
	}
	.secRecommend .secInr .secTtlWrap .secTtlJP {
		font-size: 1.5rem;
	}
	.secRecommend .secInr .secCts {
		margin-top: 48px;
	}
	.secRecommend .secInr .secCts .recommendListWrap {
		grid-template-columns: repeat(2, 1fr);
		gap: 30px 13px;
	}
	.secRecommend .secInr .secCts .recommendListWrap .recommendList .listInr .listTtl {
		margin-top: 5px;
		font-size: 1.4rem;
		letter-spacing: 0.02em;
	}
	.secRecommend .secInr .secCts .ctsBtn {
		margin-top: 50px;
	}
	.secRecommend .secInr .secCts .ctsBtn a {
		width: 280px;
		border-radius: 3px;
		font-size: 1.6rem;
		line-height: 55px;
	}
	.secRecommend .secInr .secCts .ctsBtn a .icn {
		padding-right: 25px;
		position: relative;
	}
	.secRecommend .secInr .secCts .ctsBtn a .icn::before {
		width: 12px;
		height: 11px;
	}
}
