@charset "UTF-8";
/*=============================================================

	Date: 2024-03-15
	CSS Document ： Couturier table
 
=============================================================*/
.pc_ct {
	display: block;
}
.sp_ct {
	display: none !important;
}
#contents_ct img {
	height: auto;
}
#contents_ct a {
	transition: all .3s;
	color: #000;
}
#contents_ct a:hover {
	opacity: 0.7;
	text-decoration: none;
}
/* PC */
.sr_page-shopping-result__free .fca_container__in {
	/* max-width: 100%; */
}
.sr_page-shopping-result__free .fca_container {
	padding: 0;
}
/*------------------------------------
全体
------------------------------------*/
#contents_ct {
	line-height: 1.8;
	letter-spacing: .1em;
	color: #000;
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	opacity: 0;
	margin: 0 auto;
	font-family: "游ゴシック", "Yu Gothic", "YuGothic", "こぶりなゴシック W3 JIS2004", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic", "メイリオ", "Meiryo", "Noto Sans", "Noto Sans CJK JP", "system-ui", sans-serif;
	max-width: 1170px;
}
#contents_ct ul {
	list-style: none;
}
#contents_ct.load_ct {
	animation: fade_ct 1.0s ease 0s forwards;
}
/*------------------------------------
タイトル
------------------------------------*/
#title_ct {
	position: relative;
}
#title_ct .ttl_photo {
    max-width: 100%;
}
#title_ct .ttl_txt {
	position: absolute;
	top: 17%;
	left: 50%;
	width: 38%;
	opacity: 0;
}
#contents_ct.load_ct .ttl_txt {
	animation: fadeIn_ct 1.0s ease 0.4s forwards;
}
#title_ct .ashirai {
	position: absolute;
	filter: drop-shadow(2px 3px 3px rgba(0, 0, 0, 0.2));
	width: 9.5%;
}
#title_ct .ashirai.ashirai01 {
	top: 55%;
	left: 88%;
}
#title_ct .ashirai.ashirai02 {
	top: 76%;
	left: 82%;
}
/*------------------------------------
リード
------------------------------------*/
#lead_ct {}
#lead_ct p {
	color: #181818;
	text-align: center;
	margin: 2em auto 3em;
	font-weight: normal;
	font-size: 95%;
	letter-spacing: 0.14em;
	line-height: 2.0;
}
/*------------------------------------
レシピ一覧
------------------------------------*/
#list_ct {
	max-width: 920px;
	margin: 4em auto 3em;
}
#list_ct ul {
	padding: 0;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
#list_ct ul li {
	position: relative;
	width: 30%;
	margin: 0 0 3em;
	opacity: 0;
}
#list_ct ul li a {
	display: block;
}
#list_ct ul li a span {}
#list_ct ul li img {}
#list_ct ul li a > img:nth-child(1) {
	position: absolute;
	top: -6%;
	left: 5%;
	width: 29%;
	z-index: 1;
}
#list_ct ul li span img {
	width: 100%;
}
#list_ct.on_ct ul li {
	animation: fadeIn_ct 1.0s ease 0s forwards;
}
#list_ct.on_ct ul li:nth-child(2) {
	animation-delay: 0.2s;
}
#list_ct.on_ct ul li:nth-child(3) {
	animation-delay: 0.4s;
}
#list_ct.on_ct ul li:nth-child(4) {
	animation-delay: 0.6s;
}
#list_ct.on_ct ul li:nth-child(5) {
	animation-delay: 0.8s;
}
#list_ct.on_ct ul li:nth-child(6) {
	animation-delay: 1.0s;
}
/* COMING SOON */
#list_ct ul li.comingsoon {}
#list_ct ul li.comingsoon a {
	pointer-events: none;
}
#list_ct ul li.comingsoon a span {
	border-radius: 1em;
	overflow: hidden;
	position: relative;
	display: block;
}
#list_ct ul li.comingsoon a span::after {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../coming_soon.svg) no-repeat center;
	position: absolute;
	background-size: 44%;
	top: 0;
	left: 0;
}
#list_ct ul li.comingsoon a span::before {
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}
/*------------------------------------
アニメーション
------------------------------------*/
.fade_ct {
	opacity: 0;
}
.fade_ct.fadeIn_ct {
	animation: fadeIn_ct 1.0s forwards 0s;
}
@keyframes fade_ct {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn_ct {
	0% {
		transform: translateY(20px);
		opacity: 0;
	}
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}
/************ PC ************/
@media (min-width: 769px) {}
/************ SP ************/
@media (max-width: 768px) {
	.pc_ct {
		display: none !important;
	}
	.sp_ct {
		display: block !important;
	}
	.sr_page-shopping-result__free .fca_container__in {
		margin: 0;
	}
	/*------------------------------------
全体
------------------------------------*/
	#contents_ct {
		font-size: 3vw;
		width: 100%;
	}
	/*------------------------------------
タイトル
------------------------------------*/
	#title_ct {}
	#title_ct .ttl_photo {
		width: 100%;
	}
	#title_ct .ttl_txt {
		width: 74%;
		left: 13%;
		top: 4.0%;
	}
	#contents_ct.load_ct .ttl_txt {}
	#title_ct .ashirai {
		width: 17%;
		filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.2));
	}
	#title_ct .ashirai.ashirai01 {
		top: 97.5%;
		left: 5%;
	}
	#title_ct .ashirai.ashirai02 {
		top: 35%;
		left: 82%;
	}
	/*------------------------------------
リード
------------------------------------*/
	#lead_ct {}
	#lead_ct p {
		font-size: 119%;
	}
	/*------------------------------------
レシピ一覧
------------------------------------*/
	#list_ct {
		width: 93%;
	}
	#list_ct ul {}
	#list_ct ul li {
		width: 72%;
		margin-bottom: 14vw;
	}
	#list_ct ul li a {}
	#list_ct ul li a span {}
	#list_ct ul li img {}
	#list_ct ul li a > img:nth-child(1) {}
	#list_ct ul li span img {}
	#list_ct.on_ct ul li {}
	#list_ct.on_ct ul li:nth-child(2) {}
	#list_ct.on_ct ul li:nth-child(3) {}
	#list_ct.on_ct ul li:nth-child(4) {}
	#list_ct.on_ct ul li:nth-child(5) {}
	#list_ct.on_ct ul li:nth-child(6) {}
	/* COMING SOON */
	#list_ct ul li.comingsoon { /* width: 44%;margin-bottom: 9vw; */
	}
	#list_ct ul li.comingsoon a {}
	#list_ct ul li.comingsoon a span {}
	#list_ct ul li.comingsoon a span::after {}
	#list_ct ul li.comingsoon a span::before {}
}