/*レシピタイトル 記述追加250515*/
.sp_recipe_title{display: none;}
.pc_recipe_title{
	display: block;
	text-align: center;
}
.pc_recipe_title img{
	max-width:1025px;
}
@media screen and (max-width: 1300px ){
.pc_recipe_title img{width:95%;}
}
@media screen and (max-width: 600px ){
.pc_recipe_title{display: none;}
.sp_recipe_title{
	display: block;
	text-align: center;
}
.sp_recipe_title img{width:95%;}
}
.recipe_cate_box p a span i,.recipe_cate_box_step i {
	font-style: normal!important;
}
main #sec_contents section.contents .recommend_box p {
	margin-bottom: 0;
}
main .top_contents4 section.contents .inbox_recipe .recipe_img_box2 {
    position: relative;
    display: table;
    margin: 0 auto;
}
main .top_contents4 section.contents .inbox_recipe .recipe_img_box2 img{
	box-shadow: none;
	opacity: 1;
}
main .top_contents4 section.contents .recipe_main_img2 img {
    box-shadow: none;
	opacity: 1;
    max-width: 445px;
}
main .top_contents4 section.contents .recipe_main_img2 {
    position: relative;
    display: table;
    margin: 0 auto;
}
main .top_contents4 section.contents .inbox_recipe .recipe_shadow{
	box-shadow: 5px 5px 5px rgba(100,100,100,0.8);
}
main .top_contents4 section.contents .inbox_recipe .recipe_link{
	box-shadow: 5px 5px 5px rgba(100,100,100,0.8);
}
main .top_contents4 section.contents .inbox_recipe .recipe_link:hover,
main .top_contents4 section.contents .inbox_recipe .recipe_link2:hover{
	opacity: 0.7;
    transition: all .5s;
}
.recommend_recipe_bottom {
    background-image: url(./img/recommend_recipe_bottom.png?5);
}
.yt_rela {
	position: relative;
    display: table;
    margin: 0 auto;
}
.yt_rela:hover{
	opacity: 0.7;
    transition: all .5s;
}
.yt_rela img:hover{opacity: 1;}
.yt_btn {
  position: absolute;
    bottom: 7px;
    right: 7px;
    max-width: 32px;
    width: 25%;
}
.yt_btn2 {
  position: absolute;
    bottom: 9px;
    right: 9px;
    max-width: 40px;
    width: 25%;
}
.movie_txt{
  font-size: 16px;
  margin-top: 13px !important;
  margin-left: 2px !important;
}
.recipe-mov{
    position: absolute;
    top: -15px;
    left: -15px;
    width: 48px;
    height: 49px;
    background-image: url(../img/movie_icon.png);
    background-repeat: no-repeat;
    z-index: 9;
}
.ipt_txt {
	width: calc(100% - 54px);
}
@media screen and (max-width:749px){
.movie_txt{
  font-size: 12px;
  margin-top: 15px !important;
  margin-left: 1px !important;
}
}
@media screen and (max-width:400px){
.yt_btn2 {
	bottom: 7px;
    right: 7px;
  max-width: 28px;
}
}

/*アイコン位置調整*/
.icon-tyousei{line-height: 2em;}
@media screen and (max-width:990px){
.icon-tyousei{line-height: 2.2em;}
}
@media screen and (max-width:450px){
.icon-tyousei{line-height: 1.4em;}
}
/*アイコン位置調整　ここまで*/


.recipe_cate_box p a span i,.recipe_cate_box_step i {
	font-style: normal!important;
}
.search_box {
	margin-top: 10px;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}
.new_recipe_wrap {
	background-color: #ffda17;
	position: relative;
	padding-top: 70px;
	padding-bottom: 40px;
}
.new_recipe_wrap::after {
	content: '';
	background-image: url('./img/newrecipe_set.webp');
	width: 346px;
	height: 144px;
	position: absolute;
    top: -60px;
    left: 46.5%;
    transform: translateX(-46.5%);
    -webkit-transform: translateX(-46.5%);
    -ms-transform: translateX(-46.5%);
    z-index: 2;
}
.new_recipe {
	max-width: 480px;
	min-width: 480px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 20px;
	background-color: #fff;
}
.new_recipe a {
	color: #333333;
}
.new_recipe a:hover {
	text-decoration: none;
}

.new_recipe a:nth-of-type(1) p:nth-of-type(1) img {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
}
.new_recipe a:nth-of-type(1)  p:nth-of-type(2) {
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 25px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}
.new_recipe a:nth-of-type(1) p:nth-of-type(3) {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 25px;
	line-height: 22px;
  	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #333333;
    white-space: pre-wrap;
}
.new_recipe .item_wrap {
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	background-color: #fff8d9;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 5px;
}
.new_recipe .item_wrap a {
	display: flex;
    justify-content: center;
    align-items: center;
}
.new_recipe .item_wrap span:nth-of-type(1) {
	display: flex;
    flex-direction: column;
    text-align: center;
    width: 51%;
}
.new_recipe .item_wrap span:nth-of-type(1) img {
	max-width: 200px;
	margin-bottom: 15px;
}
.new_recipe .item_wrap span:nth-of-type(2) img {
	max-width: 100px;
	max-height: 100px;
	margin-left: 30px;
}
/*矢印のスタイル*/
.splide__arrow--prev {
    position: absolute;
    z-index: 9;
    top: 48%;
    left: 50%;
    transform: translateY(-48%) translateX(-270px);
    border: none;
    background: none;
}
.splide__arrow--next {
    position: absolute;
    z-index: 9;
    top: 48%;
    right: 50%;
    transform: translateY(-48%) translateX(+290px);
    border: none;
    background: none;
}

/* 現在表示されているページネーションのスタイル */


.recommend_box {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 28px;
	grid-row-gap: 17px;
}
.recommend_box p:nth-child(n+7) {
 display: none;
}
.recommend_box span {
	display: block;
	margin-bottom: 0;
	margin-top: 10px;
}
.recommend_recipe_top{
	margin-top: -35px;
	    z-index: 2;
    position: relative;
}
main #sec_contents section.contents .recommend_box a {
	color: #333333;
}
main .recommend_content {
	background-color: #FFF5CA;
	padding-top: 40px;
}
main .category_bg_2 {
	background-color: transparent;
}

.recipe_cate_box_wrap {
	margin-top: 75px!important;
}
.recipe_cate_box_wrap h3 {
	text-align: center;
	margin-bottom: 30px;
}
.recipe_cate_box{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(5, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 18px;
}
.recipe_cate_box p,.recipe_cate_box_step p,.recipe_cate_box_janru p {
	margin-bottom: 0;
}
.recipe_cate_box,.recipe_cate_box_other img {
	image-rendering: pixelated;
}

.recipe_cate_box_step {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 18px;
}
.recipe_cate_box_janru {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 25px;
	grid-row-gap: 18px;
}
.janru_button {
	background-color: #FF7E33;
	border:1px solid #FF5E00;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	color: #fff;
	border-radius: 5px;
	height: 50px;
}
.topics_recipe {
	margin-bottom: 130px;
}
.topics_recipe h3 {
	text-align: center;
	margin-bottom: 20px;
}
.topics_recipe section {
	margin-top: 18px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
	grid-column-gap: 25px;
	max-width: 1025px;
    margin: 0 auto;
    padding: 0px 50px;
}
.topics_recipe section p a {
	color: #333;
}
.topics_recipe section p a img {
	margin-bottom: 10px;
}
.topics_recipe .more_topics {
	font-weight: bold;
    color: #fff;
    width: 350px;
    background-color: #FF5E00;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    position: relative;
    border-radius: 30px;
}
.topics_recipe .more_topics a {
	color: #fff;
	font-weight: bold;
	display: block;
    padding-top: 20px;
    padding-bottom: 20px;
}
.topics_recipe .more_topics::after {
	content: '';
	display: block;
	background-image: url('./img/arrow_right_white.png');
	width: 8px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 55px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

main .recommend_content {
	margin-top: -1px!important;
}
.recipe_cate_box p {
	border:1px solid #ccc;
	border-radius: 3px;
}
.recipe_cate_box p a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 7px;
	padding-bottom: 7px;
	padding-left: 12px;
	padding-right: 12px;
	height: 100%;
	color: #333333;
}
.recipe_cate_box p:hover,.janru_button:hover,.recipe_cate_box_step p:hover {
	opacity: 0.7;
	transition: 0.7s;
	cursor: pointer;
}
.recipe_cate_box p a:hover {
	text-decoration: none;
}
.recipe_cate_box p a img {
	width: auto;
}
.recipe_cate_box p a span {
	width: 137px;
	text-align: center;
}
.recipe_cate_box p a span {
	white-space: nowrap;
}
.recipe_cate_box p:nth-of-type(4) a span i {
	transform: scaleX(0.98);
	transform-origin: top left;
	display: inline-block;
}
.recipe_cate_box p:nth-of-type(5) a span i {
	transform: scaleX(0.75);
	display: inline-block;
	transform-origin: top left;
}
.recipe_cate_box p:nth-of-type(13) a span i {
	transform: scaleX(0.75);
	display: inline-block;
	transform-origin: top left;
}

.recipe_cate_box_step p:nth-of-type(1) {
	background-image: url('./img/3step_bg_w.png');
	height: 70px;
	background-size: auto 100%;
    background-position: left;
    border-radius: 3px;
    border:1px solid #ff7e33;
}

.recipe_cate_box_step p:nth-of-type(2) {
	background-image: url('./img/honkaku_bg_w.png');
	height: 70px;
	background-size: auto 100%;
    background-position: left;
    border-radius: 3px;
    border:1px solid #990083;
}

.recipe_cate_box_step p:nth-of-type(3) {
	background-image: url('./img/setsuyaku_bg_w.png');
	height: 70px;
	background-size: auto 100%;
    background-position: left;
    border-radius: 3px;
    border:1px solid #3FA9F5;
}
.recipe_cate_box_step p:nth-of-type(4) {
	background-image: url('./img/quick_bg_w.png');
	height: 70px;
	background-size: auto 100%;
    background-position: left;
    border-radius: 3px;
    border:1px solid #A8C634;
}
.recipe_cate_box_step p a {
	color: #333;
	display: block;
	position: relative;
	height: 100%;
}
.recipe_cate_box_step p a span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 25px;
	bottom: 15px;
}
.recipe_cate_box_step p:nth-of-type(2) a span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: absolute;
	right: 8px;
	bottom: 15px;
}
.recipe_cate_box_step p a span i:nth-of-type(1) {
	font-size: 13.5px;
	font-weight: bold;
	color: #ff7e33;
	position: relative;
}
.recipe_cate_box_step p:nth-of-type(2) a span i:nth-of-type(1) {
	color: #990083;
}

.recipe_cate_box_step p:nth-of-type(3) a span i:nth-of-type(1) {
	color: #0790EE;
}

.recipe_cate_box_step p:nth-of-type(4) a span i:nth-of-type(1) {
	color: #75A200;
}

.recipe_cate_box_step p a span i:nth-of-type(1):before,
.recipe_cate_box_step p a span i:nth-of-type(1):after {
  position: relative;
  display: inline-block;
  content: "";
  background: #ff7e33;
  width: 2px;
  height: 13px;
  margin: 0 7px;
  vertical-align: middle;
}
 
.recipe_cate_box_step p a span i:nth-of-type(1):before {
  transform: rotate(-35deg);
}
 
.recipe_cate_box_step p a span i:nth-of-type(1):after {
  transform: rotate(35deg);
}

.recipe_cate_box_step p:nth-of-type(2) a span i:nth-of-type(1):before,
.recipe_cate_box_step p:nth-of-type(2) a span i:nth-of-type(1):after {
  background: #990083;
}

.recipe_cate_box_step p:nth-of-type(3) a span i:nth-of-type(1):before,
.recipe_cate_box_step p:nth-of-type(3) a span i:nth-of-type(1):after {
  background: #0790EE;
}

.recipe_cate_box_step p:nth-of-type(4) a span i:nth-of-type(1):before,
.recipe_cate_box_step p:nth-of-type(4) a span i:nth-of-type(1):after {
  background: #75A200;
}
.topics_recipe .more_topics a {
  padding-top: 15px;
  padding-bottom: 15px;
}
.splide__pagination {
	pointer-events: auto;
}
.pagination_wrap {
	justify-content: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    display: flex;
    align-items: baseline;
}
.splide_console {
	background-color: inherit;
    border: none;
}
.your-class-page.is-active {
  background-color: #ff5e00;
  opacity: 1;
}
/* ページネーションの位置 */
.your-class-pagination {
  bottom: 1.5em;
}
/* ページネーション間の余白 */
.splide__pagination li {
  margin-left: 5px;
  margin-right: 5px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
}
/* ページネーションのスタイル */
.splide__pagination {
	margin-top: 15px;
	-ms-flex-wrap:nowrap;
	flex-wrap: nowrap;
}
.splide__pagination li button {
  background-color: #fff;
-webkit-appearance: none;
  border:none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  height: 10px;
  width: 10px;
  padding:0;
  margin:0;
}

.br_400 {
	display: none;
}
@media screen and (max-width: 1300px) {
.recipe_cate_box {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(6, 1fr);
}
.recipe_cate_box p a {
	justify-content: center;

}
.recipe_cate_box p a img {
	margin-right: 15px;
}
.recipe_cate_box_step,.recipe_cate_box_janru {
	grid-template-columns: repeat(3, 1fr);
}
}

@media screen and (max-width: 1300px) and (min-width: 1100px) {
.recipe_cate_box_wrap .recipe_cate_box_step p a span {
right: 34%;
    transform: translateX(34%);
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
}
}

@media screen and (max-width: 1023px) and (min-width: 850px) {
.recipe_cate_box_wrap .recipe_cate_box_step p a span {
right: 34%;
    transform: translateX(34%);
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
}
}

@media screen and (max-width: 750px) {
.search_box {
	max-width: 87%;
	margin-bottom: 30px;
}
main #sec_contents .recommend h3 {
	margin-bottom: 20px;
}
.recommend_box {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 14px;
    grid-row-gap: 10px;
}
    .recipe_cate_box {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(9, 1fr);
    }
.recipe_cate_box_step, .recipe_cate_box_janru,.topics_recipe section {
	grid-template-columns: repeat(2, 1fr);
}
.recipe_cate_box_wrap {
    margin-top: 35px !important;
}
.recipe_cate_box {
	grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.recipe_cate_box_step,.recipe_cate_box_janru {
	margin-top: 5px;
	grid-column-gap: 5px;
    grid-row-gap: 5px;
}
.topics_recipe section {
	padding-left: 20px;
	padding-right: 20px;
	grid-column-gap: 16px;
}
.topics_recipe .more_topics {
	width: 250px;
}
.topics_recipe .more_topics::after {
	right: 25px;
}
.topics_recipe {
	margin-bottom: 60px;
}
}

@media screen and (max-width: 750px) and (min-width: 550px) {
.recipe_cate_box_wrap .recipe_cate_box_step p a span {
right: 34%;
    transform: translateX(34%);
    -webkit-transform: translateX(34%);
    -ms-transform: translateX(34%);
}
}

@media screen and (max-width: 600px) {
	.new_recipe {
		max-width: inherit;
		min-width: initial;
		margin:0;
	}
	.splide__arrow--prev {
		left: 10px;
		transform: none;
	}
	.splide__arrow--next {
		right: 10px;
		transform: none;
	}
}
@media screen and (max-width: 500px) {
	.new_recipe_wrap::after {
		background-size: cover;
		width: 230px;
		height: 96px;
		top: -40px;
		left: 43.5%;
    transform: translateX(-43.5%);
    -webkit-transform: translateX(-43.5%);
	}
	.new_recipe_wrap {
		padding-top: 50px;
	}
	.splide__arrow--prev,.splide__arrow--next {
		top: 43%;
	}
	.new_recipe a:nth-of-type(1) p:nth-of-type(2) {
		font-size: 16px;
		margin-top: 15px;
		margin-bottom: 5px;
	}
	.new_recipe a:nth-of-type(1) p:nth-of-type(3) {
		line-height: 18px;
        font-size: 12px;
        margin-bottom: 15px;
	}
	.new_recipe .item_wrap {
		margin-bottom: 20px;
	}
	.new_recipe .item_wrap span:nth-of-type(1) {
		width: 58%;
	}
	.new_recipe .item_wrap span:nth-of-type(2) img {
		margin-left: 10px;
	}
	.recommend h3 img {
		max-width: 260px!important;
	}
	main .recommend_content {
		padding-bottom: 0;
	}
	.recipe_cate_box_wrap h3 img {
		max-width: 150px!important;
	}
	.recipe_cate_box_wrap h3 {
		margin-bottom: 15px;
	}
	.recipe_cate_box p a span {
		font-size: 12px;
		width: 127px;
	}
	.recipe_cate_box p:nth-of-type(5) a span i,.recipe_cate_box p:nth-of-type(13) a span i {
    transform: scaleX(85%);
    display: inline-block;
    transform-origin: top left;
	}
	.recipe_cate_box_step p a span {
		font-size: 13.5px;
	}
	.janru_button {
		font-size: 13px;
	}
	.topics_recipe h3 {
		margin-bottom: 15px;
	}
	.topics_recipe h3 img {
		width: 124px!important;
	}
	.topics_recipe section p a {
		font-size: 13px;
	}
}

@media screen and (max-width: 480px) {
	.recipe_cate_box p a img {
		margin-right: 0;
	}
	.recipe_cate_box p a span {
		font-size: 12px;
		width: 100%;
		padding-left: 10px;
		white-space: initial;
	}
	.recipe_cate_box p a {
        justify-content: flex-start;
    }
    .recipe_cate_box p:nth-of-type(5) a span i, .recipe_cate_box p:nth-of-type(13) a span i,.recipe_cate_box p:nth-of-type(4) a span i {
        transform: initial;
    }
}
@media screen and (max-width: 425px) {
	.new_recipe .item_wrap {
		padding-left: 15px;
		padding-right: 15px;
	}
	.br_400 {
		display: block;
	}
	.splide__arrow--prev, .splide__arrow--next {
        top: 34%;
    }
}