@charset "utf-8";

/* font */
.lh13{ line-height: 1.3!important;}
.lh15{ line-height: 1.5!important;}
.sm_m{font-family: "Shippori Mincho", serif; font-weight: 500;}
.sm_sb{font-family: "Shippori Mincho", serif; font-weight: 600;}
.sm_b{font-family: "Shippori Mincho", serif; font-weight: 700;}
.znmg_m{font-family: "Zen Maru Gothic", serif; font-weight: 500;}
.znmg_b{font-family: "Zen Maru Gothic", serif; font-weight: 700;}
.nt_srf_m{font-family: "Noto Serif JP", serif; font-weight: 500;}
.nt_srf_b{font-family: "Noto Serif JP", serif; font-weight: 700;}
.nt_sns_r{font-family: "Noto Sans JP", sans-serif; font-weight: 400;}
.nt_sns_m{font-family: "Noto Sans JP", sans-serif; font-weight: 500;}
.nt_sns_b{font-family: "Noto Sans JP", sans-serif; font-weight: 700;}
.nt_sns_bl{font-family: "Noto Sans JP", sans-serif; font-weight: 900;}
.znkg_m{font-family: "Zen Kaku Gothic New", sans-serif; font-weight: 500;}
.znkg_b{font-family: "Zen Kaku Gothic New", sans-serif; font-weight: 700;}

/* レコメンド対応 */
div#app-recommend{ width: 100%;}


#curry-content-wrap {
	width: 100%;
}
#curry-content-main {
	background-color: #E0A91B;
	color: #000;
}
#curry-content-main h1 {
	padding: 0;
}
#curry-content-main .row {
	padding: 80px 0 ;
	max-width: 100%;
}
.cont {
	position: relative;
}
.lead {
	max-width: 1000px;
	margin: 40px auto 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	line-height: 1.7;
}
.lead_txt {
	color: #fff;
	font-size: 24px;
}
.lead_ph {
	margin-left: -40px;
	margin-top: 60px;
}
.pink {
	color: #D1384C;
}
.blue {
	color: #374886;
}
.green {
	color: #30744B;
}
.pt1em {
	padding-top: 1em;
	display: inline-block;
}
.pb1em {
	padding-bottom: 1em;
	display: inline-block;
}
.emp {
	padding-left: 5px;
}
.sec {
	max-width: 700px;
	padding: 80px 0;
	background-color: #fff;
	border-radius: 20px;
	margin: 0 auto 40px;
}
.rank_ttl {
	color: #fff;
	font-size: 24px;
	position: relative;
	z-index: 10;
	display: inline-block;
}
.rank_ttl:before {
	content: "";
	position: absolute;
	width: 100px;
	height: 100px;
	background-color: #23A197;
	border-radius: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.rank_num {
	font-size: 36px;
}
.rank_ph {
	position: relative;
}
.rank {
	position: absolute;
	top: -20px;
	left: 60px;
}
.vote {
	max-width: 500px;
	border: 3px solid #D1384C;
	padding: 10px;
	border-radius: 20px;
	margin: 20px auto 40px;
	text-align: center;
}
.vote_txt {
	display: inline-block;
	text-align: left;
}
.sec_ttl {
	font-size: 32px; 
}
.comment {
	max-width: 500px;
	margin: 0 auto 40px;
}
.comment_pink, .comment_blue {
	position: relative;
	margin-bottom: 30px;
}
.comment_pink:after,
.comment_blue:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 3px;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
}
.comment_pink:after {
	background-color: #D1384C;
}
.comment_blue:after {
	background-color: #374886;
}
.product {
	background-color: #F5DD9F;
}
.product_item {
	margin-bottom: 80px;
}
.product_ttl {
	font-size: 28px;
	margin-bottom: 30px;
	line-height: 1.5;
}

.btn>* {
	background-color: #D1384C;
	margin: 40px 0 0;
}

.floating {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}
 .is-hidden {
		visibility: hidden;
		opacity: 0;
}

@media screen and (max-width: 767px) {
	#curry-content-main .row {
		padding: 40px 20px;
	}
	.lead {
		padding: 0 20px;
		flex-direction: column;
	}
	.lead_ph {
    margin-left: 0;
    margin-top: 20px;
		max-width: 240px;
	}
	.sec {
		padding: 60px 0 30px;
	}
	.sec_ttl {
		line-height: 1.5;
		font-size: 26px;
	}
	.vote {
		margin-bottom: 30px;
	}
	.inner {
		padding: 0 20px;
	}
	.rank_ttl {
		font-size: 20px;
	}
	.rank_ttl:before {
		width: 80px;
		height: 80px;
	}
	.rank_num {
		font-size: 26px;
	}
	.rank {
		left: 50%;
		transform: translateX(-50%);
		top: -30px;
	}
	.comment {
		margin-bottom: 30px;
	}
	.product_ttl {
		font-size: 24px;
		margin-bottom: 20px;
	}
	.product_item {
    margin-bottom: 40px;
}
	.emp {
		font-size: 22px!important;
	}
	.btn>* {
		margin-top: 10px;
	}
}
@media screen and (max-width: 499px){
	

}

