@charset "UTF-8";

/* CSS Document */
.contents * {
	font-size: 15px;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

ol {
	list-style: none;
}

.font_aff {
	font-family: 'Abril Fatface', cursive;
}

.contents {
	overflow: hidden;
}

.hero {
	background-image: url(/img/feature/kanikamainichi/bg-head@2x.jpg);
	background-size: cover;
	background-position: top right;
	background-repeat: no-repeat;
	height: 700px;
	position: relative;
	overflow: hidden;
}

.hero_ttl {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 47%;
	left: 70%;
	width: 547px;
	z-index: 5;
}

.hero_item {
	position: absolute;
}

.hero_item.-item01 {
	transform: translate(-50%, -50%);
	top: 72%;
	left: 81%;
	width: 216px;
	z-index: 10;
}

.hero_item.-item02 {
	top: 0;
	right: -2%;
	width: 21%;
}

.hero_item img {
	width: 100%;
	height: auto;
}

.hero_txt {
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	display: inline-block;
	text-align: center;
	line-height: 1.5;
}

/* イントロ */
.intro {
	margin-top: 90px;
}

.intro_ttl {
	text-align: center;
	color: #E62653;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.7;
}

.intro_lead {
	margin-top: 20px;
	text-align: center;
	font-size: 17px;
}

.intro_collabo {
	display: flex;
	justify-content: center;
	background: #F5F4F2;
	background: -webkit-linear-gradient(bottom, #FFF8F9 80%, #F83869);
	background: linear-gradient(to bottom, #FFF8F9 80%, #F83869);
	align-items: center;
	border-radius: 24px;
	padding: 0 15px 40px;
	margin-top: 140px;
}

.intro_collabo_img {
	width: 27%;
	margin: -70px 7% 0 0;
}

.intro_collabo_img img {
	width: 100%;
	height: auto;
}

.intro_collabo_item {
	width: 30%;
	margin-top: 70px;
}

.intro_collabo_ttl {
	color: #87BF3A;
	font-size: 19px;
	font-weight: bold;
	line-height: 1;
}

.intro_collabo_name {
	font-size: 30px;
	font-weight: bold;
	line-height: 1;
	color: #E62653;
	margin-top: 20px;
}

.intro_collabo_link {
	display: block;
	background: #87BF3A;
	color: #FFF;
	font-size: 16px;
	border-radius: 3px;
	text-align: center;
	margin-top: 22px;
	padding: 15px 10px;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
}

.intro_collabo_link:hover {
	opacity: 0.8;
}

.intro_nav {
	margin-top: 105px;
	padding: 50px 0;
	position: relative;
}

.intro_nav:before,
.intro_nav:after {
	position: absolute;
	z-index: -1;
	content: "";
	width: 100%;
	height: 3px;
	left: 0;
	border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;
}

.intro_nav:before {
	top: 0;
}

.intro_nav:after {
	bottom: 0;
}

.intro_nav_ttl {
	position: absolute;
	padding: 15px 20px;
	font-size: 46px;
	line-height: 1;
	color: #E62653;
	background: #FFF;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.intro_nav_list {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.intro_nav_list a {
	display: block;
	width: 18.8%;
	margin-left: 1.5%;
	position: relative;
	padding-bottom: 30px;
}

.intro_nav_list a:nth-child(5n+1) {
	margin-left: 0;
}

.intro_nav_list a:nth-child(n+6) {
	margin-top: 20px;
}

.intro_nav_list a:after {
	position: absolute;
	z-index: 1;
	content: "";
	background-image: url(/img/feature/kanikamainichi/icn-arrow@2x.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 19px;
	height: 19px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: bottom 0.3s;
}

.intro_nav_list_thumb {
}

.intro_nav_list_thumb img {
	border-radius: 10px;
}

.intro_nav_list_name {
	margin-top: 15px;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}

/* 共通 */
.recipe,
.brand {
	position: relative;
}

.recipe {
	margin-top: -165px;
	padding: 250px 0 300px;
}

.recipe:nth-of-type(even) {
	background: linear-gradient(to bottom, transparent 150px, #F5F4F2 150px);
}

.recipe:before,
.brand:before {
	position: absolute;
	z-index: 0;
	content: "";
	top: 125px;
	left: 0;
	width: 100%;
	height: 98px;
	background-image: url("/img/feature/kanikamyhome/bg-recipe01@2x.png");
	background-repeat: repeat-x;
	background-position: center;
	background-size: contain;
}

.brand:before {
	top: 0;
}

.recipe:nth-of-type(even):before {
	background-image: url("/img/feature/kanikamyhome/bg-recipe02@2x.png");
}

.recipe > .inner {
	position: relative;
}

.recipe > .inner:after {
	position: absolute;
	z-index: 0;
	content: "";
	top: -210px;
	left: -242px;
	width: 586px;
	height: 503px;
	background-image: url("/img/feature/kanikamyhome/deco-recipe01@2x.png");
	background-repeat: repeat-x;
	background-position: center;
	background-size: cover;
}

.recipe:nth-of-type(even) > .inner:after {
	background-image: url("/img/feature/kanikamyhome/deco-recipe02@2x.png");
}

/* レシピ */
.recipe.-recipe01 {
	margin-top: 125px;
}

.recipe_img {
	position: absolute;
	z-index: 1;
	right: 20px;
	top: 0;
	transform: translateY(-50%);
}

.recipe_img img {
	border-radius: 20px;
}

.recipe_head {
	position: relative;
	z-index: 1;
	padding-top: 90px;
}

.recipe_head_num {
	color: #E62653;
	font-size: 90px;
	line-height: 1.3;
}

.recipe_head_name {
	display: inline-block;
	margin-top: 10px;
}

.recipe_head_name span {
	display: inline-block;
	margin-top: 10px;
	font-size: 40px;
	font-weight: bold;
	line-height: 1;
	padding: 10px 20px;
	background: #F5F4F2;
}

.recipe:nth-of-type(even) .recipe_head_name span {
	background: #FFF;
}

.recipe_head_name span:first-child {
	margin-top: 0;
}

.recipe_head_lead {
	max-width: 49%;
	margin-top: 25px;
}

/* 材料、作り方 */
.recipe_cnt {
	margin-top: 65px;
	padding-top: 50px;
	position: relative;
}

.recipe_cnt.-how {
	margin-top: 105px;
}

.recipe_cnt:before {
	position: absolute;
	z-index: 0;
	content: "";
	width: 100%;
	height: 3px;
	top: 0;
	left: 0;
	border-top: 1px solid #272727;
	border-bottom: 1px solid #272727;
}

.recipe_cnt_ttl {
	position: absolute;
	width: 275px;
	height: 64px;
	left: 0;
	top: 0;
	transform: translate(-20px, -50%);
	padding: 10px 40px;
	line-height: 1;
	background-image: url("/img/feature/kanikamyhome/bg-recipe-ttl@2x.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
	display: flex;
	align-items: center;
}

.recipe_cnt_row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.recipe_cnt_col {
	width: 45%;
}

.recipe_cnt_col_cap {
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	margin-top: 11px;
}

.recipe_cnt_detail {
	width: 70%;
}

.recipe_detail_catch {
	font-size: 18px;
}

.recipe_detail_intro {
	font-size: 18px;
	border-top: 1px dotted #999;
	padding: 10px 0 8px;
	margin-top: 17px;
}

.recipe_detail_list {
	display: flex;
}

.recipe_detail_desc {
	margin-top: 15px;
}

.recipe_cnt_img {
	width: 6.5%;
	margin-right: 10%;
}

.recipe_cnt_dlist {
	border-bottom: 1px solid #DDDDDD;
	display: flex;
	justify-content: space-between;
	padding: 10px;
}

.recipe_cnt_dlist dt {
}

.recipe_cnt_dlist dd {
}

.recipe_cnt_olist {
	list-style-type: none;
}

.recipe_cnt_olist > li {
	border-bottom: 1px solid #DDDDDD;
	padding: 15px 15px 15px 40px;
	position: relative;
	counter-increment: cnt;
}

.recipe_cnt_olist > li:before {
	position: absolute;
	content: counter(cnt) ".";
	top: 1.1em;
	left: 0;
}

.recipe_cnt_olist > li.-point:before {
	content: none;
}

/* ブランド紹介 */
.brand {
	padding: 98px 0 60px;
	margin-top: -125px;
	background: linear-gradient(to bottom, transparent 80px, #fff 80px);
}

.brand_row {
	display: flex;
	justify-content: center;
}

.brand_col.-kaoribako {
	width: 235px;
	border: 1px solid #c1a872;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	transition: opacity .3s;
}

.brand_col:hover {
	opacity: 0.7;
}

.brand_col.-kaoribako .brand_cnt {
	flex: 1;
	padding: 10px;
}

.brand_col.-kaoribako .brand_lead {
	color: #CEA64F;
	font-weight: bold;
	font-size: 14px;
}

.brand_col.-kaoribako .brand_ttl {
	margin-top: 10px;
	font-size: 16px;
	font-weight: bold;
}

.brand_col.-kaoribako .brand_img {
	width: 90px;
}

.brand_col.-twitter {
	margin-left: 30px;
	border: 3px solid #000;
	border-radius: 5px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: center;
	align-items: center;
	position: relative;
	padding: 20px 45px;
	transition: opacity .3s;
}

.brand_col.-twitter:after {
	position: absolute;
	right: 10px;
	bottom: 10px;
	font-family: icomoon;
	content: "\e90e";
	font-weight: normal;
	font-size: 16px;
	color: #999;
	margin-left: 5px;
}

.brand_col.-twitter .brand_cnt {
	margin-left: 20px;
}

.brand_col.-twitter .brand_ttl {
	font-weight: bold;
}

@media screen and (max-width:1399px) {
	.hero {
		height: 500px;
	}

	.hero_ttl {
		top: 48%;
		left: 65%;
		width: 450px;
	}

	.hero_item.-item01 {
		top: 78%;
		left: 82%;
	}

	.hero_item.-item02 {
		width: 24%;
	}

	.intro:before {
		top: -5%;
		left: 2%;
		width: 200px;
		height: 163px;
	}

	.intro:after {
		top: -20%;
		right: 2%;
		width: 200px;
		height: 232px;
	}

}

@media screen and (min-width:641px) {
	.intro_nav_list a:hover:after {
		bottom: -10px;
	}

}

@media screen and (max-width:640px) {
	.hero {
		background-image: url(/img/feature/kanikamainichi/bg-head_sp@2x.jpg);
		background-position: center center;
		height: 600px;
	}

	.hero_ttl {
		max-width: 480px;
		width: 100%;
		top: 0;
		left: 0;
		transform: translate(0, 0);
		padding-right: 100px;
	}

	.hero_item.-item01 {
		max-width: 170px;
		width: 100%;
		top: 47%;
		left: 67%;
	}

	.hero_item.-item02 {
		max-width: 210px;
		width: 100%;
		right: -4%;
	}

	.intro {
		margin-top: 40px;
	}

	.intro:before,
	.intro:after {
		content: none;
	}

	.intro_ttl {
		font-size: 22px;
		line-height: 1.5;
	}

	.intro_lead {
		text-align: left;
	}

	.intro_collabo {
		display: block;
		padding: 30px 20px;
		margin-top: 70px;
		background: -webkit-linear-gradient(bottom, #FFF8F9 90%, #F83869);
		background: linear-gradient(to bottom, #FFF8F9 90%, #F83869);
	}

	.intro_collabo_img {
		width: 70%;
		margin: -70px auto 0;
	}

	.intro_collabo_item {
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}

	.intro_collabo_ttl {
	}

	.intro_collabo_name {
		margin-top: 15px;
	}

	.intro_collabo_link {
		display: block;
		padding: 15px 10px;
		margin-top: 18px;
	}

	.intro_collabo_link_img {
		margin-right: 0;
	}

	.intro_collabo_link_txt {
		margin-top: 10px;
		line-height: 1.5;
	}

	.intro_nav {
		padding: 40px 0;
		margin-top: 80px;
	}

	.intro_nav_ttl {
		font-size: 40px;
	}

	.intro_nav_list {
		display: block;
	}

	.intro_nav_list a {
		width: 100%;
		margin: 12px 0 0;
		border: 1px solid #DDD;
		border-radius: 10px;
		display: flex;
		align-items: center;
		padding: 0 40px 0 0;
	}

	.intro_nav_list a:first-child {
		margin-top: 0;
	}

	.intro_nav_list a:after {
		left: auto;
		bottom: 50%;
		right: 13px;
		width: 14px;
		height: 14px;
		transform: translateY(50%);
	}

	.intro_nav_list_thumb {
		width: 120px;
	}

	.intro_nav_list_name {
		margin: 0 0 0 18px;
		font-size: 15px;
	}

	.recipe {
		margin-top: -165px;
		padding: 125px 0 220px;
		background: linear-gradient(to bottom, transparent 80px, #fff 80px);
	}

	.recipe.-recipe01 {
		margin-top: 55px;
	}

	.recipe:before,
	.brand:before {
		height: 50px;
		background-size: cover;
	}

	.recipe:before {
		top: 70px;
	}

	.recipe > .inner:after {
		width: 282px;
		height: 242px;
		top: 30px;
		left: -85px;
	}

	.recipe:nth-of-type(even) {
		background: linear-gradient(to bottom, transparent 120px, #F5F4F2 70px);
	}

	.recipe_img {

		/* width: calc(100% - 40px); */
		width: 320px;
		right: 50%;
		transform: translate(50%, -50%);
	}

	.recipe_head {
		padding-top: 75px;
	}

	.recipe_head_num {
		font-size: 50px;
	}

	.recipe_head_name span {
		font-size: 20px;
		padding: 10px 15px;
	}

	.recipe_head_lead {
		max-width: 100%;
		margin-top: 15px;
	}

	.recipe_cnt {
		padding-top: 40px;
	}

	.recipe_cnt_ttl {
		left: 10px;
		width: 215px;
		height: 43px;
		font-size: 16px;
		padding: 10px 30px;
	}

	.recipe_cnt_row {
		display: block;
	}

	.recipe_cnt_col {
		width: 100%;
	}

	.recipe.-recipe01 .recipe_cnt_col:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe_cnt_col_cap {
		margin-top: 22px;
	}

	.recipe_cnt_detail {
		width: 100%;
	}

	.recipe_detail_catch {
		font-size: 15px;
	}

	.recipe_detail_intro {
		font-size: 15px;
	}

	.recipe_detail_list {
	}

	.recipe_detail_desc {
	}

	.recipe_cnt_img {
		width: 50px;
		margin: 30px auto 0;
	}

	.recipe_cnt.-how {
		margin-top: 55px;
	}

	.recipe_cnt_olist > li {
		padding: 10px 10px 10px 25px;
	}

	.recipe_cnt_olist > li:before {
		top: 0.6em;
	}

	.brand {
		padding: 50px 0 60px;
		background: linear-gradient(to bottom, transparent 50px, #fff 50px);
	}

	.brand_row {
		display: block;
	}

	.brand_col.-kaoribako {
		width: 100%;
	}

	.brand_col.-twitter {
		width: 100%;
		margin: 20px 0 0;
	}

}

@media screen and (max-width:414px) {
	.hero {
		height: 520px;
	}

	.hero_ttl {
		max-width: 360px;
		left: -5%;
		padding-right: 50px;
	}

	.hero_item.-item01 {
		max-width: 160px;
		top: 37%;
		left: auto;
		right: -1%;
		transform: translate(0, 0);
	}

	.hero_item.-item02 {
		max-width: 155px;
		top: -1%;
	}

}
