@charset "UTF-8";

/* *******************************************************************************************
* 
*	育てて食べようユニーク野菜
*
******************************************************************************************* */

/* ----------------------------- 共通 ----------------------------- */

.contents_header_inner {
	padding-bottom: 15px;
}

.contents_header_bread {
	margin-bottom: 0;
}

#cont .pc {
	display: block;
}

#cont .sp {
	display: none;
}

#cont br.pc {
	display: inline-block;
}

#cont br.sp {
	display: none;
}

#cont img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border: none;
}

.transition {
	transition: all .4s ease;
}

@media screen and (max-width: 736px) {
	#cont .pc {
		display: none;
	}

	#cont .sp {
		display: block;
	}

	#cont br.pc {
		display: none;
	}

	#cont br.sp {
		display: inline-block;
	}

	.contents_header_inner {
		padding-bottom: 0;
	}
}

/* ----------------------------- コンテンツ ----------------------------- */

.unique {
	margin: 0 auto 80px auto;
	width: 1180px;
	color: #000;
	background: url(../img/bg_main.png) center 0 repeat;
	background-size: 10px 10px;
	border-radius: 40px;
	overflow: hidden;
}

.unique_header {
	position: relative;
	height: 869px;
	background: #fff url(../img/bg_header.jpg) center 0 no-repeat;
	background-size: 1180px auto;
	z-index: 10;
}

.unique_header:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 0;
	width: 1px;
	height: 109px;
	background: #9bc7af;
}

.unique_header:after {
	position: absolute;
	content: '';
	bottom: 0;
	right: 0;
	width: 1px;
	height: 109px;
	background: #9bc7af;
}

.unique_header_inner {
	position: relative;
	margin: 0 auto;
	width: 980px;
}

.unique_header_inner:after {
	position: absolute;
	content: '';
	top: 760px;
	left: 0;
	right: 0;
	margin: auto;
	width: 62px;
	height: 86px;
	background: url(../img/bg_fukidashi.png) center 0 no-repeat;
	background-size: 62px auto;
}

.header_ttl {
	position: absolute;
	top: 245px;
	right: 0;
	width: 304px;
}

.header_lead {
	position: absolute;
	top: 520px;
	left: 50px;
	width: 390px;
	color: #fff;
	font-size: 18px;
	line-height: 32px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: justify;
	text-justify: inter-ideograph;
}

.unique_yasai {
	position: absolute;
	top: 647px;
	left: 0;
}

.unique_yasai_01 {
	position: absolute;
	top: 40px;
	left: 44px;
	width: 164px;
}

.unique_yasai_02 {
	position: absolute;
	top: 0;
	left: 246px;
	width: 229px;
}

.unique_yasai_03 {
	position: absolute;
	top: 20px;
	left: 545px;
	width: 172px;
}

.unique_yasai_04 {
	position: absolute;
	top: 21px;
	left: 782px;
	width: 191px;
}

.unique_body {
	border: 1px solid #9bc7af;
	border-top: 0;
	border-radius: 0 0 40px 40px;
	overflow: hidden;
}

.unique_body_list {
	padding: 28px 0 35px 0;
	background: #fff;
}

.unique_body_list_inner {
	margin: 0 auto;
	width: 980px;
}

.body_list_ttl {
	margin-bottom: 40px;
	font-size: 32px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
}

.body_list_ttl strong {
	color: #79a98f;
	font-weight: 600;
	line-height: 1;
}

.body_list_clm {
	display: flex;
	flex-wrap: wrap;
}

.body_list_clm_item {
	position: relative;
	margin-bottom: 40px;
	margin-right: 40px;
	width: 300px;
}

.body_list_clm_item.item-new:after {
	position: absolute;
	content: '';
	top: -20px;
	left: -20px;
	width: 48px;
	height: 48px;
	background: url(../img/label_new.png) 0 0 no-repeat;
	background-size: 48px auto;
	z-index: 10;
}

.body_list_clm_item:nth-child(3n) {
	margin-right: 0;
}

.body_list_clm_item a {
	position: relative;
	display: block;
	height: 100%;
	background: #fff;
	border-radius: 32px;
	overflow: hidden;
	z-index: 5;
}

.body_list_clm_item a:after {
	position: absolute;
	content: '';
	bottom: 16px;
	right: 16px;
	width: 32px;
	height: 32px;
	background: url(../img/icon_link.png) 0 0 no-repeat;
	background-size: 32px auto;
}

.body_list_clm_item_info {
	padding: 26px 34px;
	height: calc(100% - 226px);
	border: 4px solid #e6f1eb;
	border-top: 0;
	border-radius: 0 0 32px 32px;
	box-sizing: border-box;
}

.body_list_clm_item_info_copy {
	margin-bottom: 2px;
	color: #000;
	font-size: 16px;
	line-height: 28px;
	text-align: center;
	letter-spacing: 0.06em;
}

.body_list_clm_item_info_ttl {
	color: #618e76;
	font-size: 18px;
	line-height: 32px;
	text-align: center;
	font-weight: 600;
	letter-spacing: 0.06em;
}

/* hover */
@media screen and (min-width : 737px) {
	.body_list_clm_item a:hover {
		background: #ebf4ef;
	}

	.body_list_clm_item a:after {
		transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
		transition: all .2s;
	}

	.body_list_clm_item a:hover:after {
		transform: translate(3px, 3px);
	}

	.body_list_clm_item_img {
		transition: all .2s ease;
	}

	a:hover .body_list_clm_item_img {
		opacity: .8;
	}
}

.unique_body_inner {
	margin: 0 auto;
	padding: 60px 0;
	width: 980px;
}

.body_ttl {
	margin-bottom: 40px;
	color: #000;
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.06em;
	text-align: center;
}

.body_ttl strong {
	display: inline-block;
	padding: 0 10px;
	color: #79a98f;
	font-size: 40px;
	line-height: 1;
	letter-spacing: 0.06em;
}

.body_tv {
	display: flex;
}

.body_tv_img {
	width: 470px;
}

.body_tv_img_holder {
	border-radius: 64px;
	overflow: hidden;
}

.body_tv_info {
	padding-left: 40px;
	width: 510px;
	box-sizing: border-box;
}

.body_tv_info_logo {
	margin-bottom: 8px;
	margin-left: 18px;
	width: 397px;
}

.body_tv_info_ttl {
	margin-bottom: 4px;
	font-size: 28px;
	line-height: 44px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.body_tv_info_txt {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0;
}

.unique_body_mov {
	padding: 60px 0;
	text-align: center;
	border-top: 1px solid #cedfd6;
}

.unique_body_mov_img {
	margin: 0 auto;
	width: 470px;
	border-radius: 64px;
	overflow: hidden;
}

.unique_body_btm {
	background: #fff;
	border-radius: 0 0 40px 40px
}

.unique_body_btm_inner {
	margin: 0 auto;
	padding-top: 60px;
	width: 900px;
}

.unique_body_btm_profile {
	display: flex;
	justify-content: space-between;
	position: relative;
	margin-bottom: 60px;
	overflow: hidden;
}

.unique_body_btm_profile:before {
	position: absolute;
	content: '';
	top: 320px;
	left: 0;
	right: 0;
	margin: auto;
	width: 30px;
	height: 100%;
	background: url(../img/line_profile.png) center 0 repeat-y;
	background-size: 60px auto;
}

.unique_body_btm_profile:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 60px;
	height: 100%;
	background: url(../img/icon_profile.png) center 0 no-repeat;
	background-size: 60px auto;
}

.unique_body_btm_profile_item {
	width: calc(50% - 3px);
	box-sizing: border-box;
}

.unique_body_btm_profile_item:first-child {
	padding-right: 60px;
}

.unique_body_btm_profile_item:last-child {
	padding-left: 60px;
}

.unique_body_btm_profile_item_img {
	margin: 0 auto;
	width: 260px;
}

.unique_body_btm_profile_item_name {
	margin-bottom: 16px;
	color: #79a98f;
	font-size: 24px;
	line-height: 36px;
	font-weight: 600;
	text-align: center;
	letter-spacing: 0.06em;
}

.unique_body_btm_profile_item_txt {
	font-size: 16px;
	line-height: 32px;
	letter-spacing: 0;
}

.unique_body_btm_info {
	padding-bottom: 222px;
	text-align: center;
	background: url(../img/bg_btm.png) center bottom no-repeat;
	background-size: 900px auto;
}

.unique_body_btm_info_ttl {
	margin-bottom: 17px;
	font-size: 24px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.unique_body_btm_info_ttl strong {
	color: #79a98f;
	font-weight: 600;
}

.unique_body_btm_info_txt {
	font-size: 18px;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 0.06em;
}

.unique_body_btm_info_txt strong {
	color: #79a98f;
	font-weight: 600;
}

@media screen and (max-width: 736px) {
	.unique {
		margin: 20px auto 40px auto;
		width: calc(100% - 10px);
		background-size: 5px 5px;
		border-radius: 20px;
	}

	.unique_header {
		height: auto;
		background: #fff;
	}

	.unique_body {
		border-radius: 0 0 20px 20px
	}

	.unique_body_list {
		padding: 24px 14px 22px 14px;
	}

	.unique_body_list_inner {
		width: 100%;
	}

	.body_list_ttl {
		margin-bottom: 24px;
		font-size: 22px;
		line-height: 1;
		letter-spacing: 0.06em;
	}

	.body_list_clm {
		display: block;
	}

	.body_list_clm_item {
		margin-bottom: 16px;
		margin-right: 0;
		width: 100%;
	}

	.body_list_clm_item.item-new:after {
		top: -10px;
		left: -10px;
		width: 36px;
		height: 36px;
		background-size: 36px auto;
	}

	.body_list_clm_item a {
		display: flex;
		height: auto;
		border-radius: 16px;
	}

	.body_list_clm_item a:after {
		bottom: 12px;
		right: 12px;
		width: 24px;
		height: 24px;
		background-size: 24px auto;
	}

	.body_list_clm_item_img {
		width: 50%;
	}

	.body_list_clm_item_info {
		display: flex;
		align-items: center;
		padding: 15px;
		width: 50%;
		height: auto;
		border: 2px solid #e6f1eb;
		border-left: 0;
		border-radius: 0 16px 16px 0;
	}

	.body_list_clm_item_info_copy {
		margin-bottom: 0;
		font-size: 12px;
		line-height: 18px;
		text-align: left;
		letter-spacing: 0.06em;
	}

	.body_list_clm_item_info_ttl {
		font-size: 16px;
		line-height: 24px;
		text-align: left;
		letter-spacing: 0.06em;
	}

	.unique_body_inner {
		padding: 20px 14px 30px 14px;
		width: 100%;
		box-sizing: border-box;
	}

	.body_ttl {
		margin-bottom: 15px;
		font-size: 20px;
		line-height: 40px;
		letter-spacing: 0.06em;
	}

	.body_ttl strong {
		padding: 0 5px;
		font-size: 30px;
		line-height: 40px;
		letter-spacing: 0.06em;
	}

	.body_tv {
		display: block;
	}

	.body_tv_img {
		margin-bottom: 10px;
		width: 100%;
	}

	.body_tv_img_holder {
		border-radius: 32px;
	}

	.body_tv_info {
		padding-left: 0;
		width: 100%;
	}

	.body_tv_info_logo {
		margin: 0 auto 7px auto;
		width: 198px;
	}

	.body_tv_info_ttl {
		margin-bottom: 3px;
		font-size: 20px;
		line-height: 30px;
		letter-spacing: 0.06em;
	}

	.body_tv_info_txt {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.unique_body_mov {
		padding: 30px 14px;
	}

	.unique_body_mov_img {
		width: 100%;
		border-radius: 32px;
	}

	.unique_body_btm {
		border-radius: 0 0 20px 20px
	}

	.unique_body_btm_inner {
		padding: 30px 9px 0 9px;
		width: 100%;
	}

	.unique_body_btm_profile {
		margin-bottom: 15px;
	}

	.unique_body_btm_profile:before {
		top: 160px;
		width: 30px;
		background-size: 30px auto;
	}

	.unique_body_btm_profile:after {
		width: 30px;
		background-size: 30px auto;
	}

	.unique_body_btm_profile_item:first-child {
		padding-right: 13px;
	}

	.unique_body_btm_profile_item:last-child {
		padding-left: 13px;
	}

	.unique_body_btm_profile_item_img {
		margin-bottom: 11px;
		width: 100%;
		max-width: 130px;
	}

	.unique_body_btm_profile_item_name {
		margin-bottom: 12px;
		font-size: 16px;
		line-height: 27px;
		letter-spacing: 0.06em;
	}

	.unique_body_btm_profile_item_txt {
		font-size: 12px;
		line-height: 20px;
		letter-spacing: 0;
	}

	.unique_body_btm_info {
		padding-bottom: 121px;
		background: url(../img/bg_btm_sp.png) center bottom no-repeat;
		background-size: 280px auto;
	}

	.unique_body_btm_info_ttl {
		margin-bottom: 14px;
		font-size: 18px;
		line-height: 30px;
		letter-spacing: 0.06em;
	}

	.unique_body_btm_info_txt {
		font-size: 13px;
		line-height: 1;
		letter-spacing: 0.06em;
	}
}