@charset "utf-8";
/*----------------------
common style
----------------------*/
h2.title {
	margin-bottom: 30px;
	text-align: center;
	font-weight: bold;
	font-size: 3.4rem;
	letter-spacing: 0.1em;
}

.contents {
	padding: 90px 0;
}

/* 一覧 リンク */
.list_link {
	position: absolute;
	top: -56px;
}

.list_link a {
	padding: 11px 19px;
	background-color: #000000;
	font-size: 1.4rem;
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	h2.title {
		font-size: 2.4rem;
		margin-bottom: 7px;
	}

	.list_link a {
		padding: 5px;
		background-color: #333;
		font-size: 1.2rem;
		color: #ffffff;
		width: 100%;
		max-width: 300px;
		display: block;
		margin: auto;
		border-radius: 2px;
		letter-spacing: 0.06em;
		line-height: 2;
		box-sizing: border-box;
	}
}
/*----------------------
.SearchBox
----------------------*/
.index .detail_title,
.index .result_title {
	display: none;
}
.index .SearchBox .searchtop .search_title + div,
.index .SearchBox .keyword .search_title + div {
	vertical-align: middle;
	text-align: left;
}

.index .SearchBox .food ul {
	display: block;
}
 #contentsTop #commonSearchBox.SearchBox input.btn {
	right: 7px;
	top: 0;
	width: 11%;
	padding: 8px 0%;
	margin-left: 3%;
 }
 #contentsTop #commonSearchBox.SearchBox input.searchBox#RecipeFreeword {
	width: 85%;
	padding: 6px;
	margin-left: 4px;
	background: #fff;
	border: 1px solid;
	border-radius: 5px;
	font-size: 16px;
 }
 #contentsTop #commonSearchBox.SearchBox .sboxBgset {
	padding: 20px 0;
 }

@media screen and (min-width: 768px) {
	#contentsTop #commonSearchBox.SearchBox input.searchBox#RecipeFreeword{
		width: 100%;
		padding: 14px;
	}
	#contentsTop #commonSearchBox.SearchBox .sboxBgset{
			padding: 34px 0 3px;
	}
	.SearchBox .searchcontent{
		justify-content: center;
	}
	.index .SearchBox .searchtop .search_title + div {
		width: 63.2%;
	}
	#contentsTop #commonSearchBox.SearchBox input.btn {
		right: -4px;
		top: 0;
		width: 15%;
		padding: 14px 4% 14px 0;
		margin-left: 3%;
		font-size: 1.7rem;
	}
	#contentsTop .SearchBox input.btn {
	background-position: 83% center;
}
	.index .SearchBox .food ul {
		display: block;
	}

	.index .SearchBox .keyword li {
		margin: 5px 20px 5px 0;
	}

	.index .SearchBox .keyword {
		margin-top: 0;
	}
}
/*----------------------
mv
----------------------*/
#mv .mvImage{
	position: relative;
	background-image: url(/recipe/search/img/mv.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: calc(415 / 1280 * 100%);
}
.pageLink{
	position: absolute;
	bottom:0;
	right: 0;
	left: 0;
	margin:auto;
	max-width: 1040px;
	width: 100%;
}
.pageLink div{
	background-color: #fff;
	padding:40px 40px 0;
}
.pageLink ul{
	display: flex;
	flex-wrap: wrap;
}
.pageLink li{
	width: calc(100% / 3);
	max-width: 32.1%;
	box-sizing: border-box;
	margin-right: 1.8%;
	margin-bottom: 16px;
}
.pageLink li:nth-child(3n){
	margin-right: 0;
}
.pageLink li a{
	position: relative;
	border: 1px solid #333;
	padding: 19px 23px 19px;
	width: 100%;
	display: block;
	box-sizing: border-box;
	border-radius: 5px;
}
.pageLink li a:before{
	content:"";
	width:36px;
	height:36px;
	background-image: url(/recipe/search/img/icon06.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top:0;
	bottom:0;
	left:21px;
	margin:auto;
}
.pageLink li:first-child a:before{
	background-image: url(/recipe/search/img/icon01.png);
	width:35px;
	height:31px;
	left: 19px;
}
.pageLink li:nth-child(2) a:before{
	background-image: url(/recipe/search/img/icon02.png);
	width:46px;
	height:39px;
	left: 16px;
}
.pageLink li:nth-child(3) a:before{
	background-image: url(/recipe/search/img/icon03.png);
	width:41px;
	height:41px;
	left: 19px;
}
.pageLink li:nth-child(4) a:before{
	background-image: url(/recipe/search/img/icon04.png);
	width:40px;
	height:36px;
	left: 16px;
}
.pageLink li:nth-child(5) a:before{
	background-image: url(/recipe/search/img/icon05.png);
	width:46px;
	height:40px;
	left: 16px;
}
.pageLink li a:after{
	content:"";
	width:24px;
	height:24px;
	background-image: url(/recipe/search/img/icon_maru.png);
	background-repeat: no-repeat;
	position: absolute;
	top:0;
	bottom:0;
	right: 8px;
	margin:auto;
}
.pageLink li p{
	font-size: 18px;
	letter-spacing: 0.1em;
	line-height: 1.333;
	position:relative;
	padding-left: 50px;
}
.pageLink ul li.btn{
    border: 1px solid #333;
    border-radius: 5px;
}
.pageLink ul li .change_select span{
    display: block;
    color: #333;
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 1.2;
    font-size: 18px;
    font-size: 1.8rem;
    cursor: pointer;
}
.pageLink ul li .change_select {
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
	padding: 0;
}
.pageLink ul li .search_menu {
	padding: 19px 23px;
    width: 100%;
	display: block;
    cursor: pointer;
    display: block;
    cursor: pointer;
    width: 100%;
    border: none;
    opacity: 0;
    position: relative;
    z-index: 2;
	font-size: 16px;
    font-size: 1.6rem;
}
.pageLink ul li .change_select label:before {
	content: "";
    width: 36px;
    height: 36px;
    background-image: url(/recipe/search/img/icon06.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 21px;
    margin: auto;
}
.pageLink ul li .change_select label:after {
    content: "";
    width: 24px;
    height: 24px;
    background-image: url(/recipe/search/img/icon_maru.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
}
.selectLink{
	display: none;
}
@media screen and (max-width: 1100px) {
	/* .pageLink{
		display:none;
	} */
	.pageLink div{
		padding:10px 10px 0;
	}
	.pageLink li{
		width: 49%;
		max-width: 49%;
		margin-bottom: 10px;
	}
	.pageLink li:nth-child(3n){
		margin-right: 1.8%;
	}
	.pageLink li:nth-child(2n){
		margin-right: 0;
	}
	.pageLink li a{
		padding: 10px;
	}
	.pageLink li:first-child a:before{
		width: 29px;
    height: 25px;
    left: 20px;
	}
	.pageLink li:nth-child(2) a:before{
		width: 36px;
		height: 29px;
		left: 16px;
	}
	.pageLink li:nth-child(3) a:before{
		width: 31px;
		height: 31px;
		left: 19px;
	}
	.pageLink li:nth-child(4) a:before{
		width: 30px;
    height: 26px;
    left: 20px;
	}
	.pageLink li:nth-child(5) a:before{
		width: 36px;
    height: 30px;
    left: 20px;
	}
	.pageLink li a:after{
		width: 24px;
		height: 24px;
		background-size: contain;
	}
	.pageLink li p{
		font-size: 15px;
		padding-left: 50px;
	}
	.pageLink ul li.btn{
		display: none;
	}
	/* .selectLink{
		display: block;
		position: absolute;
		bottom:20px;
		right: 0;
		left: 0;
		background-color: #fff;
		width: 95%;
		margin: auto;
	}
	.slectBtn{
		border: 1px solid #909090;
		margin: 20px;
	}
	.selectLink .change_select {
		position: relative;
		border-radius: 4px;
		background-color: #fff;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}
	.selectLink .search_menu {
		display: block;
		cursor: pointer;
		width: 100%;
		border: none;
		opacity: 0;
		position: relative;
		z-index: 2;
		padding: 20px;
		font-size: 16px;
		font-size: 1.6rem;
		text-align: center;
	}
	.slectBtn .change_select label span{
		display: block;
		color: #333;
		position: absolute;
		width: 100%;
		z-index: 1;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		line-height: 1.2;
		font-size: 14px;
		font-size: 1.4rem;
		cursor: pointer;
		font-weight: bold;
	}
	.slectBtn .change_select label:after {
		content: "";
		position: absolute;
		right: 8px;
		background-image: url(/recipe/search/img/icon_arrow.png);
		background-repeat: no-repeat;
		background-size: cover;
		top:0;
		bottom:0;
		width: 17px;
		height:17px;
		margin: auto;
	} */
}
@media screen and (max-width: 768px) {
	.pageLink li a{
		padding: 10px;
	}
	.pageLink li:first-child a:before{
		width: 19px;
		height: 15px;
		left: 10px;
	}
	.pageLink li:nth-child(2) a:before{
		width: 26px;
		height: 19px;
		left: 6px;
	}
	.pageLink li:nth-child(3) a:before{
		width: 21px;
		height: 21px;
		left: 9px;
	}
	.pageLink li:nth-child(4) a:before{
		width: 20px;
		height: 16px;
		left: 10px;
	}
	.pageLink li:nth-child(5) a:before{
		width: 26px;
		height: 20px;
		left: 10px;
	}
	.pageLink li a:after{
		width:14px;
		height:14px;
		background-size: contain;
	}
	.pageLink li p{
		font-size: 12px;
	    padding-left: 30px;
	}
	#mv .mvImage{
		background-image: url(/recipe/search/img/mv_sp.jpg);
	padding-bottom: calc(457 / 740 * 100%);
}
.titleArea{
	background-color: #fff;
	padding: 38px 0 34px;
}
.titleArea p{
	font-size: 20px;
	letter-spacing: 0.06em;
	font-weight: bold;
	text-align: center;
}
}
/*----------------------
キーワード
----------------------*/
#kyeword{
	padding: 65px 0;
}
#kyeword .contInner{
	max-width: 960px;
	width: 90%;
	margin:auto;
}
.flexBox{
	display: flex;
}
#kyeword .flexBox{
	flex-direction: column;
}
#kyeword dl{
	display:flex;
	align-items: center;
	border: 4px solid #f1f1f1;
	margin-bottom: 10px;
}
#kyeword dt{
	padding: 45px 0;
	font-size: 16px;
	display:flex;
	align-items: center;
	justify-content: center;
	background-color: #f1f1f1;
	max-width: 195px;
	width: 100%;
}
#kyeword dd {
	width: 100%;
}
#kyeword dd ul{
	display: flex;
	flex-wrap: wrap;
	padding: 20px 23px 8px;
}
#kyeword li{
	margin-right: 15px;
	width: auto;
	max-width: 100%;
	margin-bottom: 12px;
}
#kyeword li p{
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
	#kyeword {
		 padding: 34px 0 0;
		background-color: #f9f9f9;
	}
	#kyeword dl{
		background-color: #fff;
		flex-direction: column;
		padding: 18px;
		margin-bottom: 11px;
		border: 1px solid #f1f1f1;
	}
	#kyeword dt {
		max-width: 100%;
		padding: 13px 0;
		margin-bottom:20px;
		font-size: 12px;
	}
	#kyeword dd ul {
		padding: 0;
	}
	#kyeword li{
		margin-right: 12px;
		margin-bottom: 0px;
	}
	#kyeword li p{
		/* font-size: 10px; */
		font-size: 12px;
		line-height: 2;
	}
}
/*----------------------
カテゴリー一覧
----------------------*/
#searchArea{
	background-color: #f6f6f6;
	padding: 65px 0 102px;
}
.searchInner{
	max-width: 960px;
	width: 94%;
	margin:auto;
}
h4{
	position: relative;
	font-size: 20px;
	letter-spacing: 0.1em;
	line-height: 1.3;
	padding-left: 58px;
	padding-bottom: 12px;
	border-bottom: 1px solid #a7a7a7;
	margin-bottom:30px;
		padding-top: 4px;
}
h4:before{
	content: "";
	width: 36px;
	height: 36px;
	background-image: url(/recipe/search/img/icon06.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: -12px;
	bottom: 0;
	left: 4px;
	margin: auto;
}
#menu h4:before{
	width:35px;
	height:31px;
	background-image: url(/recipe/search/img/icon01.png);
		left: 4px;
	top: -3px;
}
#product h4:before{
	width:46px;
	height:39px;
	background-image: url(/recipe/search/img/icon02.png);
		top: -15px;
	left: 4px;
}
#foodStuff h4:before{
	left: 4px;
	width: 41px;
	height: 41px;
	background-image: url(/recipe/search/img/icon03.png);
	top: -11px;
}
#use h4:before{
	width: 40px;
	height: 36px;
	background-image: url(/recipe/search/img/icon04.png);
	left: 4px;
	top: -12px;
}
#season h4:before{
	width: 46px;
	height: 40px;
	background-image: url(/recipe/search/img/icon05.png);
	left: 4px;
	top: -13px;
}
.flexBox ul{
	display:flex;
	flex-wrap: wrap;
}
.flexBox a{
	display: block;
	cursor: pointer;
}
.flexBox ul li{
	width: calc((100% - 60px) /4);
	margin-right:20px;
	margin-bottom: 20px;
	max-width: 225px;
}
.flexBox ul li:nth-child(4n){
	margin-right:0;
}
.flexBox li div.img + div{
	background-color: #fff;
	padding: 16px 20px 22px;
}
.flexBox li div p{
	position: relative;
	text-align: center;
	font-size: 16px;
	line-height: 1.625;
		letter-spacing: 0.1em;
}
.flexBox li div p:after{
	content:"";
	width: 8px;
	height: 8px;
	border-top: 1px solid #e6051e;
	border-right: 1px solid #e6051e;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: -5px;
	top: 4px;
	bottom: 0;
	margin: auto;
}
#menu,
#product,
#foodStuff,
#use,
#season {
	margin-bottom: 79px;
	position: relative;
	padding-top: 50px;
	margin-top:-50px
}
#detiale{
	padding-top: 10px;
}
#product{
		margin-bottom: 75px;
}
#product h4{
		padding-left: 70px;
}
#product .flexBox ul{
	width: 100%;
}
#product .flexBox ul li{
	width: calc((100% - 36px) /3);
		max-width: 308px;
		margin-right:0;
		margin-bottom:18px;
		text-align: center;
}
#product .flexBox ul li:nth-of-type(3n-1){
	margin-right:18px;
	margin-left:18px;
}
#product .flexBox ul li .img{
	padding:25px 25px 0;
	background-color: #fff;
}
#product .flexBox li div.img + div{
		padding: 12px 20px 17px;
}
#product .flexBox li div p:after{
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
		right: -8px;
}
#foodStuff{
	margin-bottom: 84px;
}
#foodStuff h4{
padding-left: 69px;
}
#use{
		margin-bottom: 80px;
}
#use h4{
		padding-left: 70px;
}
#season {
	margin-bottom: 77px;
}
#season h4{
		padding-left: 70px;
}
#detiale .flexBox{
	display:block;
}
#detiale .flexBox ul li {
	max-width: calc((100% - 21px) /4);
	width: 100%;
	margin-right: 7px;
}
#detiale .flexBox ul li:last-child{
	margin-right: 0;
}
#detiale .flexBox ul li .change_select{
		position: relative;
	border-radius: 4px;
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	text-align: center;
}
#detiale .flexBox ul li .search_menu {
	display: block;
	cursor: pointer;
	width: 100%;
	border: none;
	opacity: 0;
	position: relative;
	z-index: 2;
	padding: 18px 13px;
	font-size: 16px;
	font-size: 1.6rem;
}
#detiale .flexBox ul li .change_select span{
	display: block;
	color: #333;
	position: absolute;
	width: 100%;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	line-height: 1.2;
	font-size: 14px;
	font-size: 1.6rem;
	cursor: pointer;
}
#detiale .flexBox ul li .change_select select{
	padding: 20px 13px;
	width: 100%;
}
#detiale .flexBox ul li .change_select label:after {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	bottom: auto;
	left: auto;
	right: 12px;
	margin: -5px 0 0;
	width: 6px;
	height: 6px;
	border-top: solid 2px #f8522c;
	border-right: solid 2px #f8522c;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	pointer-events: none;
}
@media screen and (max-width: 1100px) {
	#searchArea #detiale{
		display: none;
	}
}
@media screen and (max-width: 768px) {
	#searchArea{
		padding: 38px	0 38px;
		background-color: #f9f9f9;
	}
	h4{
		font-size: 14px;
		padding-bottom: 7px;
		padding-left: 32px;
		margin-bottom: 16px;
	}
	h4:before {
		width: 18px;
		height: 18px;
		top: -6px;
		bottom: 0;
		left: 5px;
	}
	#menu h4:before {
		width: 15px;
		height: 21px;
		top: 9px;
		left: 6px;
	}
	#searchArea .img{
		background-color: #fff;
		text-align: center;
	}
	.flexBox ul li{
		width: calc(100% / 2);
		margin-right: 5px;
		margin-bottom: 10px;
		max-width: 49%;
	}
	.flexBox ul li:nth-child(2n){
		margin-right: 0;
	}
	.flexBox ul li:nth-child(4n){
		margin-right: 0;
	}
	.flexBox li div.img + div{
		padding: 10px;
	}
	.flexBox li div p{
		font-size: 10px;
	}
	.flexBox li div p:after {
		width: 4px;
		height: 4px;
	}
	#menu, #product, #foodStuff, #use, #season {
		margin-bottom: 42px;
		padding-top: 0px;
		margin-top: 0px;
	}
	#product h4 {
		padding-left: 40px;
	}
	#product h4:before {
		width: 22px;
		height: 29px;
		left: 6px;
		top: 4px;
	}
	#product .flexBox{
		justify-content: center;
	}
	#product .flexBox ul li {
		width: calc(100% / 2);
		margin-right: 5px;
		margin-bottom: 5px;
		max-width: 49%;
	}
	#product .flexBox a{
		background-color: #fff;
	}
	#product .flexBox ul li .img{
		height: 80px;
		width: 45%;
		margin: auto;
		padding: 9px 25px 4px;
	}
	#product .flexBox li div.img + div{
		padding: 2px 2px 10px;
	}
	#product .flexBox li div p:after{
		right: 6px;
	}
	/* #product .flexBox ul li:nth-child(3n) {
		margin-right: 5px;
	}
	#product .flexBox ul li:nth-child(2n) {
		margin-right: 0;
	} */
	#foodStuff h4 {
		padding-left: 25px;
	}
	#foodStuff h4:before {
		width: 23px;
		height: 23px;
		top: -2px;
		left: -3px;
	}
	#foodStuff .flexBox li div p:after{
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#use h4 {
		padding-left: 32px;
	}
	#use h4:before {
		width: 20px;
		height: 17px;
		left: 6px;
		top: -6px;
	}
	#season h4 {
		padding-left: 35px;
	}
	#season h4:before {
		width: 24px;
		height: 20px;
		top: -2px;
		left: 4px;
	}
	#detiale .flexBox ul li{
		max-width: 49%;
		margin-right: 2%;
	}
	#detiale .flexBox ul li:nth-of-type(2n){
		margin-right: 0;
	}
	#product .flexBox li div p:after{
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		right: 6px;
	}
	#detiale .flexBox ul li .change_select span{
		font-size: 1.2rem;
	}
	#detiale .flexBox ul li .change_select select{
		padding: 12px 13px;
	}
	#detiale .flexBox ul li .change_select label:after {
		width: 4px;
		height: 4px;
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
	}
	#product .flexBox ul li:nth-of-type(3n-1){
		margin-left: inherit;
		margin-right: inherit;
	}
	#product .flexBox ul li:nth-of-type(even){
		margin-left: 5px;
	}
	#product .flexBox ul li {
		margin-right: 0;
		margin-bottom: 5px;
		max-width: 49%;
	}
	#product .flexBox ul li .img{
		width: 45%;
		margin: auto;
		padding: 9px 25px 4px;
	}
	#product .flexBox li div.img + div{
		padding: 2px 2px 10px;
	}
	#foodStuff .flexBox ul li{
		margin-bottom: 5px;
	}
	.flexBox ul li{
		opacity: 1;
	}
	.flexBox ul li.is-hidden {
		opacity: 0;
		height: 0;
		margin: 0;
	}
	@-webkit-keyframes slideDown {
		0% {
			opacity: 1;
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}
	@keyframes slideDown {
		0% {
			opacity: 1;
			-webkit-transform: translateY(-20px);
			transform: translateY(-20px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translateY(0);
			transform: translateY(0);
		}
	}
	@-webkit-keyframes slideUp {
		0% {
			-webkit-transform: translateY(20px);
			transform: translateY(20px);
		}
		100% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
	}
	@keyframes slideUp {
		0% {
			-webkit-transform: translateY(20px);
			transform: translateY(20px);
		}
		100% {
			-webkit-transform: translateY(0px);
			transform: translateY(0px);
		}
	}
	.content-wrap {
		height: 150px;
		overflow: hidden;
		position: relative;
		margin: 0;
	}
	.close-btn, .more-btn {
		display: block;
		width: 100%;
		padding: 80px 0 0;
		position: absolute;
		bottom: 0;
		left: 0;
		text-align: center;
		background: -moz-linear-gradient(
		top,
		rgba(249, 249, 249, 0) 0%,
		rgba(249, 249, 249, 1) 60%
		);
		background: -webkit-linear-gradient(
		top,
		rgba(249, 249, 249, 0) 0%,
		rgba(249, 249, 249, 1) 60%
		);
		background: linear-gradient(
		to bottom,
		rgba(249, 249, 249, 0) 0%,
		rgba(249, 249, 249, 1) 60%
		);
		filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#00ffffff',
			endColorstr='#ffffff',
			GradientType=0
		);
	}
	.more-btn {
		margin-top: 20px;
		z-index: 1;
	}
	.more-btn.is-btn-hidden{
		display:none;
	}
	.close-btn {
		background: none;
	}
	.more-btn p {
		display: inline-block;
		color: #000;
		cursor: pointer;
		background: #fff;
		padding: 12px 17px;
		width: 76%;
		font-size: 12px;
		letter-spacing: 0.06em;
		border: 1px solid #909090;
		position: relative;
	}
	.more-btn p:after {
		content:"";
		width: 19px;
		height: 19px;
		background-image: url(/recipe/search/img/icon_arrow.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		top:0;
		bottom:0;
		right: 8px;
		margin:auto;
	}
	.close-btn {
		padding:0;
		position: relative;
	}
	.more-btn.close-btn p:after {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
/*----------------------
その他の項目（sp時）
----------------------*/
#otherArea #detiale{
	display: none;
}
@media screen and (max-width: 1100px) {
	#otherArea #detiale{
		display: block;
	}
	#otherArea{
		background-color: #f9f9f9;
		padding: 34px 0 0;
	}
	#otherArea .contInner{
		max-width: 960px;
		width: 94%;
		margin:auto;
	}
}
/*----------------------
#ranking
----------------------*/
#ranking {
	padding: 90px 0 61px
}
#ranking .inner {
	position: relative;
}
#ranking .title::before {
	content: "";
	display: block;
	width: 100%;
	height: 40px;
	background: url('/recipe/img/common/icon_title.png') no-repeat top center;
}
#ranking .list_wrap {
	display: flex;
}
#ranking .list_item {
	position: relative;
	width: 50%;
	margin: auto;
}
/* text area */
#ranking .item_text {
	position: relative;
	padding: 25px 35px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #ffffff;
	font-size: 1.6rem;
}
#ranking .item_title {
	margin-bottom: 30px;
	font-size: 2.0rem;
	line-height: 1.6;
}
#ranking .item_discription {
	padding-bottom: 13px;
	margin-bottom: 19px;
	background: url('/recipe/img/top/border_ranking.png') repeat-x bottom;
	line-height: 1.6;
}
#ranking .flexBox{
	justify-content: space-between;
}
#ranking .flexBox ul li{
	width: calc(100% / 3);
}
.productName p{
	display: flex;
	flex-direction: column;
}
#ranking .product_name span {
	display: inline-block;
	padding: 10px 23px;
	margin-right: 20px;
	margin-bottom: 15px;
	background: #909090;
	color: #FFF;
	    max-width: 113px;
	        width: 100%;
    box-sizing: border-box;
}
.list_link.ranking_link {
	right: 0;
}
@media screen and (max-width: 768px) {
	#ranking .inner{
		width: 100%;
	}
	#ranking .list_wrap {
		display: block;
	}
	#ranking{
		position: relative;
		padding: 42px 0 95px;
	}
	#ranking h2.title{
		margin-bottom: 16px;
	}
	#ranking .title::before {
		height: 26px;
	}
	#ranking .list_link.ranking_link {
		top: auto;
		right: 0;
		left: 0;
		margin: auto;
		text-align: center;
	}
	#ranking .list_item {
		width: 100%;
		margin: auto;
	}
	#ranking .list_item:last-child{
		display: none;
	}
	#ranking .item_text {
		position: absolute;
		top: 85%;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%);
		padding: 30px 27px;
		width: 78.828%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		background: #ffffff;
		font-size: 1.6rem;
	}
	#ranking .item_text {
		position: inherit;
		bottom: auto;
		left: auto;
		width: 90%;
		margin: -16% auto 0;
		transform: inherit;
		padding: 17px 0 24px 20px;
		box-sizing: border-box;
	}
	.productName p{
		flex-direction: row;
		align-items: center;
	}
	#ranking .item_title {
		font-size: 1.2rem;
		font-size: 12px;
		margin-bottom: 18px;
	}
	#ranking .product_img{
		float: right;
	}
	#ranking .item_img {
		text-align: center;
	}
	#ranking .productName{
		width: 100%;
	}
	#ranking .product_name{
		font-size: 1.0rem;
		font-size: 10px;
		padding-right: 80px;
		    width: 100%;
	}
	#ranking .product_name span{
		font-size: 1.0rem;
		font-size: 10px;
		padding: 7px 10px;
		margin-bottom:0;
		margin-right: 8px;
		margin-bottom:0;
		    max-width: 61px;
	}
	#ranking .item_discription{
		font-size: 1.0rem;
		font-size: 10px;
		padding-right: 80px;
		margin-bottom: 10px;
		padding-bottom: 10px;
	}
	#ranking .product_img {
		max-width: 76px;
		padding: 0;
		box-sizing: border-box;
		text-align: left;
	}
	#review .flexBox li div p{
		line-height: 1.7;
		letter-spacing: 0.06em;
		font-size: 12px;
	}
	.rating {
		width: 222px;
		width: 202px;
		margin-left: 5%;
	}
	#review .flexBox li .rating p{
		top: 0;
		bottom: 0;
		left: 100%;
		height: 1.7em;
		font-size: 24px;
		font-size: 1.2rem;
		margin: auto;
		padding: 0 0 0 12px;
	}
	.rating{
		margin-left: 17%;
	}
}
.ecbn-selection-wrapper .ecbn-selection-slider-controls-direction a{

}
@media screen and (max-width: 350px) {
	.pageLink li p{
		font-size: 11px;
		padding-left: 20px;
	}
	.pageLink li:first-child a:before{
		width: 16px;
	}
	.pageLink li:nth-child(2) a:before{
		width: 22px;
		height: 15px;
	}
	.pageLink li:nth-child(3) a:before{
		width: 17px;
		height: 17px;
	}
	.pageLink li:nth-child(5) a:before{
		width: 22px;
		height: 16px;
	}
}
/*----------------------
#review
----------------------*/
#review{
	padding: 0 0 100px;
}

#review .flexBox {
	position: relative;
}
h3{
	font-size: 28px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom:40px;
}
#review .flexBox ul li {
	width: calc(100% / 3);
	margin-right: 12px;
	margin-bottom: 20px;
	max-width: 312px;
}
#review .flexBox ul li:last-child{
	margin-right: 0;
}
#review .flexBox li div p{
	line-height: 2;
	letter-spacing: 0.06em;
}
#review .flexBox li div p:after{
	display: none;
}
#review .flexBox li div.img + div{
	padding: 20px 0 26px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.rating {
	width: 225px;
	margin-left: 10%;
}
#review .flexBox li .rating p{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 100%;
	height: 2em;
	font-size: 24px;
	font-size: 1.8rem;
	margin: auto;
	padding: 0 0 0 12px;
}
@media screen and (max-width: 768px) {
	#review{
		padding: 0 0 30px;
	}
	h3 {
		font-size: 20px;
		font-weight: bold;
		margin-bottom: 17px;
	}
	#review .flexBox ul li{
		width: 100%;
		margin-right: 0;
		max-width: 100%;
	}
	#review .flexBox ul li:nth-child(2),
	#review .flexBox ul li:last-child{
		display: none;
	}
	#review .flexBox li div.img + div{
		padding: 16px 0;
	}
	#review .inner{
		width: 100%;
	}
	#review .flexBox ul li .img{
		text-align: center;
	}
	.rating {
		width: 200px;
		margin-left: 0;
		margin: auto;
	}
	#review .flexBox li .rating p{
		font-size: 1.4rem;
	}
}
/*----------------------
モーダル
----------------------*/
body.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
}
.modal{
	display: none;
	height: 100vh;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1001;
}
.modal-bg{
	background: rgba(0,0,0,0.5);
	height: 100vh;
	position: absolute;
	width: 100%;
}
.modal-content{
	background: #fff;
	left: 50%;
	padding: 60px 110px;
	position: absolute;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 960px;
	width: 95%;
	box-sizing: border-box;
}
.modal-content h2{
	font-size: 24px;
	letter-spacing: 0.1em;
	text-align: center;
	margin-bottom:66px;
	color: #000;
}
.modal-content .inner > .listWrap{
	height: 35vh;
    overflow: auto;
}
.modal-content #productList{
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	padding: 30px 0;
	justify-content: space-around;
}
.modal-content #productList li{
    width: 100%;
    max-width: 340px;
    max-height: 127px;
    margin-bottom: 37px;
    position: relative;
    display: flex;
}
.modal-content #productList li .productIcon{
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 5px;
    bottom: 0;
    margin: auto;
}
.modal-content #productList li:nth-child(2n){
	margin-right:0;
}
.modal-content #productList li a{
    margin-left: 90px;
    padding: 27px 10px;
    background-color: #f6f6f6;
    border-radius: 5px;
    display: flex;
    width: 100%;
}
.modal-content #productList li p{
    font-size: 18px;
    letter-spacing: .1em;
    line-height: 1.3;
    text-align: center;
    position: relative;
    color: #000;
    display: flex;
    padding: 0 33px 0 10px;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.modal-content #productList li p:after{
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(/recipe/search/img/icon_maru02.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}
.modal-content .footer{
	margin-top: 30px;
	text-align: center;
}
.modal-content .close{
	text-align: center;
	position: relative;
	color: #000;
	font-size: 18px;
	cursor: pointer;
	display: inline-block;
	padding-left: 44px;
}
.modal-content .close:after{
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(/recipe/search/img/icon_close.png);
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 4px;
	bottom: 0;
	left: 5%;
	margin: auto;
}
@media screen and (max-width: 768px) {
	.modal-content{
		width: 80%;
		height: 60vh;
		padding: 30px 10px;
		overflow: scroll;
	}
	.modal-content .body{
		margin-bottom: 26px;
	}
	.modal-content h2{
		margin-bottom: 29px;
		font-size: 12px;
	}
	.modal-content #productList{
		flex-direction: column;
		display: block;
		padding: 15px 0;
	}
	.modal-content #productList li{
		width: 100%;
		margin-right: 0;
		margin-bottom: 12px;
		max-width: 100%;
		text-align: center;
	}
	.modal-content #productList li a {
		margin-left: 62px;
		padding: 12px;
	}
	.modal-content #productList li p {
		font-size: 12px;
		padding: 0 20px;
	}
	.modal-content #productList li p:after{
		width: 12px;
		height: 12px;
		right: 3px;
	}
	.modal-content #productList li .productIcon {
		width: 39px;
		height: 39px;
		left: 10px;
	}
	.modal-content .footer{
		margin-top: 26px;
	}
	.modal-content .close{
		font-size: 11px;
		cursor: pointer;
		text-align: center;
		padding-left: 24px;
	}
	.modal-content .close:after{
		width: 16px;
		height: 16px;
	}
}
