@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@400;700&family=Tinos:ital,wght@0,400;0,700&display=swap');

/* 共通クラス */
body{
	margin-top:-150px;
	padding-top:150px;
}
li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
}

.gBody * {
	box-sizing: border-box;
	position: relative;
}

.-respimg>img {
	margin: auto;
}

/* vis */
.vis {
	margin-bottom: 50px;
	height: 500px;
	background-image: url(/assets/img/feature_vol29/bg-main@2x.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	box-sizing: border-box;
	z-index: 1;
}

.vis_areattl {
	width: 215px;
	height: 215px;
	background-color: #FF8D8D;
	border-radius: 50%;
	border: 2px solid #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	box-sizing: border-box;
	position: absolute;
	right: 10px;
	top: 20px;
}

.vis_title {
	color: #fff;
	border-bottom: 1px solid #fff;
	padding-bottom: 8px;
	margin-bottom: 6px;
}

.vis_title>.icon {
	display: block;
	font-size: 27px;
	line-height: 1;
	margin-bottom: 7px;
}

.vis_title>b {
	display: block;
	font-size: 24px;
	line-height: 1.4;
	font-weight: normal;
}

.vis_number {
	color: #fff;
	line-height: 1;
}

.vis_number>small {
	display: inline-block;
	font-size: 35px;
	margin-right: 4px;
}

.vis_number>b {
	display: inline-block;
	font-size: 50px;
}

/* section */
.sechero {
	height: 300px;
	width: 100%;
	background-color: #bfbfbf;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.secttl {
	line-height: 1.25;
	font-family: 'Zen Old Mincho', serif;
	font-size: 0;
	font-weight: normal;
	font-style: normal;
}

.secttl span {
	display: inline-block;
	font-size: 45px;
}

.sectxt {
	text-align: center;
}

/* kind */
.kind {
	background: #fff;
	padding: 6px 20px;
	position: relative;
	display: inline-block;
	line-height: 1.5;
}

.kind::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border-width: 6px;
	border-style: solid;
	border-right-color: transparent;
	border-bottom-color: transparent;
}

.kind.-green {
	color: #2C7B44;
}

.kind.-orange {
	color: #E5645B;
}

.kind.-bggray {
	background-color: #F2F2EF;
}

/* link */
.feature_cmnlink {
	min-height: 70px;
	line-height: 1.5;
	padding: 0 20px;
	border: 1px solid #FF8D8D;
	border-radius: 15px;
	background-color: #FF8D8D;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	text-align: center;
	position: relative;
	transition-property: background-color, color;
	transition-duration: 0.5s;
}

.feature_cmnlink:hover {
	background-color: #ffffff;
	color: #FF8D8D;
}

.feature_cmnlink.-arrow::after {
	content: "";
	width: 8px;
	height: 8px;
	border-width: 2px;
	border-style: solid;
	border-color: #ffffff #ffffff transparent transparent;
	position: absolute;
	top: 50%;
	transform: translate(50%, -50%) rotate(45deg);
	transition-property: transform, border-color, top, left, right, bottom;
	transition-duration: 0.5s;
}

.feature_cmnlink.-arrow:hover::after {
	border-color: #FF8D8D #FF8D8D transparent transparent;
}

/* ここから */

/* intro */
.intro {
	margin: 0 auto 60px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.intro_text {
	margin-top: 30px;
}

.intro_link {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	margin-top: 50px;
}

.intro_link .feature_cmnlink {
	margin: 0 10px;
	font-weight: bold;
}

.about {
	margin-bottom: 50px;
	min-height: 650px;
	padding: 40px 0;
	background-color: #F2F2EE;
}

.about_inner {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	text-align:center;
	/*display: flex;*/
	/*flex-direction: row;
	justify-content: space-between;
	align-items: center;*/
}
.about_inner figure{
	margin-top:20px;
}
.about_inner figure figcaption{
	margin-top:5px;
	text-indent:2.5em;
	text-align:left;
}

.about_cont.-desc {
	max-width: 440px;
	width: 100%;
	padding: 0 20px;
}

.about_ttl {
	line-height: 1;
	font-size: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.about_ttl img:first-child {
	margin-left: -20px;
}

.about_intro {
	margin-top: 40px;
}

.about_cont.-desc .feature_cmnlink {
	margin-top: 40px;
	max-width: 240px;
}

.about_cont.-desc .feature_cmnlink::after {
	right: 25%;
}

.about_cont.-desc .feature_cmnlink:hover::after {
	right: 20%;
}

.about_cont.-img {
	max-width: 575px;
	width: 57.5%;
}

.about_cont.-img img.-main {
	transform: translate(100px, -180px);
}

.about_cont.-img img.-sub {
	position: absolute;
	right: -260px;
	bottom: -60px;
}



.variety{
	margin-bottom: 160px;
    min-height: 700px;
    padding: 40px 0;
    margin-top:-100px;
	padding-top:100px;
}
.variety_cultivation_inner{
    margin: 0 auto;
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    text-align: center;
}

.variety_ttl{
	display: flex;
    align-items: center;
    justify-content: center;
    /*font-weight: bolder;*/
    /*font-size: 25px;*/
    margin: 25px 0;
    white-space: nowrap;
}
.variety_ttl:before{
	border-top: 2px dashed #FF8D8D;
    content: "";
    margin-right: 1.5em;
    flex-grow: 1;
}
.variety_ttl:after{
	border-top: 2px dashed #FF8D8D;
    content: "";
    margin-left: 1.5em;
    flex-grow: 1;
}

.variety_item{
	display:flex;
	justify-content: space-between;
}
.variety_item figure{
	width:29%;
}
.variety_item figure figcaption{
	text-align:left;
	margin-top:10px;
}
.variety_item figure figcaption p{
	text-align:center;
	margin-top:5px;
}

.cultivation{
	display:flex;
	justify-content: space-between;
}
.cultivation figure{
	width:48%;
}
.cultivation figure figcaption{
	text-align:left;
	margin-top:10px;
}
.cultivation figure figcaption p{
	text-align:center;
	margin-top:5px;
}

.takumi {
	/* margin-bottom: 160px; */
	margin-top:-100px;
	padding-top:100px;

}

.takumi .secttl {
	margin-bottom: 50px;
	text-align: center;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: flex-end;
}

.takumi .secttl::before,
.takumi .secttl::after {
	content: "";
	display: block;
	width: 41px;
	height: 57px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.takumi .secttl::before {
	margin-right: 20px;
	background-image: url(/assets/img/feature_vol28/img-takumi_ttl-left@2x.png);
}

.takumi .secttl::after {
	margin-left: 20px;
	background-image: url(/assets/img/feature_vol28/img-takumi_ttl-right@2x.png);
}

.takumi_person {
	margin-bottom: 160px;
}

.takumi_person>img {
	margin: 0 auto;
	display: block;
	transform: translate(-100px, 0);
}

.takumi_person_sub {
	position: absolute;
	left: 75%;
	top: 78%;
	transform: translate(-50%, -50%);
}

.takumi_person_sub figcaption {
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.takumi_person_sub figcaption>* {
	line-height: 1.25;
	display: block;
	text-align: center;
}

.takumi_person_sub figcaption small {
	margin-bottom: 10px;
	font-size: 17px;
}

.takumi_item {
	margin-bottom: 150px;
}

.takumi_item:last-child {
	margin-bottom: 0;
}

.takumi_item_head {
	height: 475px;
	width: 100%;
	background-color: #bfbfbf;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.takumi_item.-item01 .takumi_item_head {
	background-image: url(/assets/img/feature_vol29/pt-takumi_item01@2x.jpg);
}

.takumi_item.-item02 .takumi_item_head {
	background-image: url(/assets/img/feature_vol29/pt-takumi_item02@2x.jpg);
}

.takumi_item_ttl {
	margin: auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	transform: translate(0, -50px);
	font-weight: normal;
}

.takumi_item_ttl span {
	margin: auto;
	max-width: 800px;
	width: 100%;
	height: 80px;
	background: #FF8D8D;
	background: linear-gradient(135deg, transparent 0, #FF8D8D 0) top left, linear-gradient(-135deg, transparent 15px, #FF8D8D 0) top right, linear-gradient(-45deg, transparent 0, #FF8D8D 0) bottom right, linear-gradient(45deg, transparent 15px, #FF8D8D 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 35px;
	font-family: 'Zen Old Mincho', serif;
}

.takumi_item_cont {
	margin: 0 auto 50px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	text-align: center;
}

.takumi_item_copy {
	margin: 0 auto 20px;
	max-width: 750px;
	width: 100%;
	line-height: 1.25;
	font-size: 24px;
	font-weight: normal;
}

.takumi_item_msg {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.takumi_item.-item01 .takumi_item_msg.-item02 {
	margin-top: 40px;
}

.takumi_item_msg .-inner {
	border: 4px double #707070;
	border-image: url("/assets/img/feature_vol29/border-takumi@2x.png") 64 / 16px repeat;
	padding: 0 80px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.takumi_item_msg.-rev .-inner {
	flex-direction: row-reverse;
}

.takumi_item_msg.-nobd .-inner {
	padding: 0;
	border: none;
}

.takumi_item_msg .-txt {
	width: 100%;
	padding: 50px 0;
}

.takumi_item.-item01 .takumi_item_msg.-item01 .-txt {
	max-width: 490px;
}

.takumi_item.-item01 .takumi_item_msg.-item02 .-txt {
	max-width: 575px;
}

.takumi_item_msg .-txt em {
	margin-bottom: 25px;
	line-height: 1.25;
	display: block;
	color: #49B0B9;
	font-size: 24px;
	font-style: normal;
}

.takumi_item.-item01 .takumi_item_msg.-item01 figure {
	margin-left: 70px;
}

.takumi_item.-item01 .takumi_item_msg.-item02 figure {
	margin-right: 50px;
}

.takumi_item_msg .-img {
	text-align: center;
}

.takumi_item.-item02 .takumi_item_msg .-img {
	max-width: 280px;
	width: 100%;
	text-align: center;
}

.interview {
	margin-bottom: 120px;
	padding-bottom: 100px;
	background-color: #F2F2EF;
}

.interview_hero {
	width: 100%;
	height: 500px;
	background-color: #bfbfbf;
	background-image: url(/assets/img/feature_vol29/pt-interview_hero@2x.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}


.interview_ttl {
	margin-top: -90px;
	width: 100%;
	height: 100px;
	padding-top: 50px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
	overflow: hidden;
}

.interview_ttl::before {
	content: "";
	width: 500%;
	padding-top: 500%;
	border-radius: 50%;
	background-color: #F2F2EF;
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}

.interview_ttl>* {
	display: block;
	font-weight: inherit;
}

.interview_ttl em {
	margin: 0 auto 20px;
	line-height: 1;
	font-family: 'Tinos', serif;
	color: #49B0B9;
	font-size: 45px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: 0.1em;
}
.commit_ttl{
	display: flex;
    align-items: center;
    justify-content: center;
    /*font-weight: bolder;*/
    font-size: 28px;
    margin: 25px 0;
    white-space: nowrap;
}
.commit_ttl:before{
	border-top: 2px dashed #FF8D8D;
    content: "";
    margin-right: 1em;
    flex-grow: 1;
}
.commit_ttl:after{
	border-top: 2px dashed #FF8D8D;
    content: "";
    margin-left: 1em;
    flex-grow: 1;
}
.commit_subttl{
	text-align:center;
	margin:15px 0;
	font-size:24px;
	font-weight: normal;
	line-height: 1.25;
}
.commit_img{
	display:flex;
	justify-content:space-between;
}
.commit_img figure{
	width:48%;
}

.interview_ttl .-txt {
	line-height: 1.5;
	text-align: center;
}

.interview_txt {
	text-align: center;
	font-weight: bold;
	padding-bottom: 50px;
	line-height: 1.5;
}

.interview_intro {
	margin: 0 auto 80px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.interview_intro .-cont {
	width: 100%;
	padding: 50px 20px;
	background: #ffffff;
	background: linear-gradient(135deg, transparent 15px, #ffffff 0) top left, linear-gradient(-135deg, transparent 15px, #ffffff 0) top right, linear-gradient(-45deg, transparent 15px, #ffffff 0) bottom right, linear-gradient(45deg, transparent 15px, #ffffff 0) bottom left;
	background-size: 50% 50%;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
}

.interview_intro .-ttl {
	max-width: 35%;
	width: 100%;
	min-height: 250px;
	line-height: 1;
	border-right: 1px solid #CECECE;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #49B0B9;
	font-size: 24px;
	font-weight: normal;
}

.interview_intro .-tbl {
	margin: 0 80px;
	max-width: 65%;
	width: 100%;
	text-align: left;
	font-weight: normal;
}

.interview_intro .-tbl * {
	text-align: inherit;
	font-weight: inherit;
}

.interview_intro .-tbl th {
	vertical-align: top;
	width: 120px;
}

.interview_section {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.interview_item_img {
	margin-bottom: 75px;
}

.interview_item_ttl {
	margin: 0 auto 30px;
	max-width: 1200px;
	line-height: 1;
	background-image: url("/assets/img/feature_vol28/line-interview@2x.png");
	background-position: center;
	background-size: auto 10px;
	background-repeat: repeat-x;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-size: 35px;
	font-weight: normal;
	text-align: center;
}

.interview_item_ttl span {
	padding: 0 30px;
	background-color: #f2f2ee;
}

.interview_item_txt_cnt {
	margin: 0 auto 75px;
	max-width: 900px;
	width: 100%;
}

.interview_item_txt {
	line-height: 1.8;
}

.interview_item_txt:nth-child(n+2) {
	margin-top: 20px;
}

.interview_item_subimg {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.interview_pro {
	margin-top: 100px;
	padding-top: 100px;
	border-top: 1px dotted #707070;
}

.interview_pro_col {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.interview_pro_img_cnt {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.interview_pro_img:last-child {
	margin-top: 20px;
}

.interview_pro_img img {
	max-width: 100%;
	height: auto;
}

.interview_pro_detail {
	margin-top:30px;
}

.interview_pro_ttl {
	min-height: 50px;
	line-height: 1;
	padding: 0 30px;
	border-left: 10px solid #FF8D8D;
	background: #ffffff;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	color: #FF8D8D;
	font-size: 20px;
}

.interview_pro_txt_cnt {
	padding-top: 20px;
}

.interview_pro_txt {
	padding-bottom: 20px;
}

.interview_pro_txt.-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: stretch;
}

.interview_pro_txt.-flex>* {
	max-width: 240px;
	width: 100%;
}

.interview_pro_linkcont {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.interview_pro_linkcont .feature_cmnlink {
	margin: 0;
	width: 47.5%;
}

.interview_pro_linkcont .feature_cmnlink::after {
	right: 25%;
}

.interview_pro_linkcont .feature_cmnlink:hover::after {
	right: 20%;
}

.farm_guide {
	display:flex;
	justify-content:space-between;
	align-items:center;
}

.farm_guide_left,.farm_guide_right{
	width:48%;
}
.farm_guide_right{
	font-size:14px;
}
.farm_guide_right h3{
	font-size:20px;
	border-bottom:1px dotted #707070;
	padding-bottom:15px;
	margin-bottom:20px;
}
.farm_guide_right p{
	margin:20px 0;
}
.farm_guide_left figure{
	padding:10px 0;
}

.farm_guide table caption{
	text-align:left;
}
.farm_guide table tr td{
	padding:8px 0;
	vertical-align:top;
}
.farm_guide table tr td:nth-child(3){
	width:68%;
}
.guide_index{
	display:inline-block;
	font-weight:bold;
	/*margin-bottom:10px;*/
	/*text-align:left;*/
}

.recipe {
	margin: 0 auto 70px;
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
	margin-top:-100px;
	padding-top:100px;
}


.recipe_intro {
	margin-bottom: 100px;
	padding-bottom: 75px;
	text-align: center;
	border-bottom: 1px dotted #707070;
	transition: padding 0.5s;
}

.recipe_intro::before,
.recipe_intro::after {
	content: "";
	display: block;
	background-position: bottom center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
}

.recipe_intro::before {
	width: 232px;
	height: 242px;
	background-image: url(/assets/img/feature_vol28/img-recipe_ttl-left@2x.png);
	left: 10%;
	left: calc(50% - 300px);
	transform: translate(-100%, 0);
	transition: left 0.5s;
}

.recipe_intro::after {
	width: 365px;
	height: 242px;
	background-image: url(/assets/img/feature_vol28/img-recipe_ttl-right@2x.png);
	right: 5%;
	right: calc(50% - 280px);
	transform: translate(100%, 0);
	transition: right 0.5s;
}

.recipe_subsec {
	margin-bottom: 120px;
}

.recipe_subsec:last-child {
	margin-bottom: 0;
}

.recipe_ttl {
	margin-bottom: 50px;
	line-height: 1;
	font-size: 35px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: normal;
}

.recipe_ttl::before,
.recipe_ttl::after {
	content: "";
	width: 30px;
	height: 1px;
	background-color: #333;
	display: block;
}

.recipe_ttl::before {
	margin-right: 15px;
}

.recipe_ttl::after {
	margin-left: 15px;
}

.recipe_item {
	margin: 0 auto;
	max-width: 800px;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.recipe_item .-img {
	width: 47.059%;
}

.recipe_item .-desc {
	width: 44.118%;
}

.recipe_item .-ttl {
	margin-bottom: 15px;
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 1px solid #CECECE;
	display: block;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
}

.recipe_item .-txt {
	line-height: 1.5;
	font-size: 13px;
}

.recipe_item .feature_cmnlink {
	margin: 30px auto 0;
	max-width: 240px;
	padding-right: 40px;
}

.recipe_item .feature_cmnlink::after {
	right: 20%;
}

.recipe_item .feature_cmnlink:hover::after {
	right: 15%;
}

.recipe_sublist {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}

.recipe_sublist li {
	max-width: 360px;
	width: 48%;
	background-color: #F2F2EE;
}

.recipe_sublist li:nth-child(n+3) {
	margin-top: 50px;
}

.recipe_sublist .-link {
	min-height: 450px;
	display: block;
}

.recipe_sublist .-link .-link_icon {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #ffffff;
	position: absolute;
	right: 30px;
	bottom: 30px;
	transform: translate(50%, 50%);
	transition: transform 0.5s;
}

.recipe_sublist .-link:hover .-link_icon {
	transform: translate(50%, 50%) scale(1.5);
}

.recipe_sublist .-link_icon::after {
	content: "";
	width: 8px;
	height: 14px;
	background-image: url(/assets/img/feature_vol28/path-arrow_right@2x.png);
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.recipe_sublist .-ttl {
	margin-top: 25px;
	line-height: 1.25;
	font-size: 24px;
}

.recipe_sublist .-ttl>* {
	display: block;
	text-align: center;
}

.recipe_sublist .-place::before {
	content: "【";
}

.recipe_sublist .-place::after {
	content: "】";
}

/* topic add */
.topic_table em {
	font-weight: bold;
	font-style: normal;
}

.topic_table .-bold {
	font-weight: bold;
}

.topic_table a.-large {
	font-size: 20px;
	font-weight: bold;
}

.topic_note a {
	color: #49B0B9;
}

.topic_note a:hover {
	text-decoration: underline;
}

.topic_shop {
	margin: 70px auto 30px;
	padding: 0 10px;
	text-align: center;
}

.topic_shop .-ttl {
	font-size: 26px;
	font-weight: bold;
}

.topic_shop .-catch {
	font-size: 20px;
	font-weight: bold;
}

.topic_shop .-catch em {
	color: #49B0B9;
	font-weight: inherit;
	font-style: normal;
}

.topic_shop .-txt {
	margin-top: 30px;
	padding: 0 10px;
}

.topic_shop .feature_cmnlink {
	margin: 20px auto 0;
	max-width: 360px;
	padding-right: 40px;
}

.topic_shop .feature_cmnlink::after {
	right: 10%;
}

.topic_shop .feature_cmnlink:hover::after {
	right: 7.5%;
}
.direct_sales_list{
	width:1000px;
}
.direct_sales_list thead{
	background-color:#F7F5F4;
}
.direct_sales_list tr td,th{
	padding:10px;
	border-right:1px solid #DDDDDD;
}
.direct_sales_list tr td:last-child,tr th:last-child{
	border-right:none;
	width:30%;
}
.direct_sales_list tr td:first-child,tr th:first-child{
	width:10%;
}
.direct_sales_list tr td:nth-child(2),tr th:nth-child(2){
	width:28%;
}
.direct_sales_list tr td{
	border-bottom:1px solid #DDDDDD;
}
.direct_sales_list tr td a{
	color:#26B5F5;
}
.direct_sales_list tr td a:after{
	content: '';
	display: inline-block;
  	width: 16px;
  	height: 13px;
  	background-image: url(/assets/img/feature_vol29/icn-links.png);
  	background-size: contain;
  	vertical-align: middle;
  	margin-left:5px;
}
.direct_sales_list tr td a:hover{
	opacity:0.6;
}
.direct_sales_ttl{
	text-align:center;
	font-family: 'Zen Old Mincho',serif;
	font-size:30px;
	margin:20px 0;
	font-weight:normal;
}
.sales_list_cap{
	margin:10px 0;
}
@media screen and (max-width:1399px) {
	.about_cont.-img img.-main {
		transform: translate(50px, -180px);
	}

	.about_cont.-img img.-sub {
		right: -20px;
		bottom: -100px;
	}
}

@media screen and (max-width:1039px) {
	img.vis-tb {
		margin: auto;
	}

	.vis {
		height: 360px;
	}

	.vis_areattl {
		width: 180px;
		height: 180px;
	}

	.vis_title>b {
		font-size: 20px;
	}

	.vis_number>small {
		font-size: 30px;
	}

	.vis_number>b {
		font-size: 40px;
	}

	.sechero {
		height: 300px;
	}

	.intro {
		margin-bottom: 100px;
	}

	.intro_link_item_txt {
		padding: 0px 10px;
	}

	.about {
		margin-bottom: 100px;
		min-height: auto;
		padding-top: 0;
	}

	.about_inner {
		padding: 0;
		flex-direction: column-reverse;
		justify-content: center;
		align-items: center;
	}

	.about_cont.-desc {
		margin-top: 30px;
		max-width: none;
	}

	.about_intro {
		margin-top: 10px;
	}

	.about_ttl {
		display: block;
		text-align: center;
	}

	.about_ttl img:first-child {
		margin: 0;
	}

	.about_link {
		margin: 40px auto;
	}

	.about_cont.-img {
		max-width: none;
		width: 100%;
	}

	.about_cont.-img {
		max-width: none;
		width: 100%;
	}

	.about_cont.-img figure {
		line-height: 1;
		font-size: 0;
		text-align: center;
	}

	.about_cont.-img img.-main {
		width: 52.5%;
		transform: none;
	}

	.about_cont.-img img.-sub {
		width: 47.5%;
		position: static;
	}

	.about_cont.-desc .feature_cmnlink {
		margin: 40px auto 0;
		max-width: 360px;
	}

	.takumi {
		/* margin-bottom: 100px; */
	}

	.takumi_person {
		margin: 0 auto 100px;
		max-width: 1000px;
		width: 100%;
		padding: 0 20px;
	}

	.takumi_person>img {
		transform: none;
	}

	.takumi_person_sub {
		margin-top: 20px;
		position: static;
		transform: none;
	}

	.takumi_person_sub img {
		display: none;
	}

	.takumi_person_sub figcaption {
		color: inherit;
		position: static;
		transform: none;
	}

	.takumi_item {
		margin-bottom: 100px;
	}

	.takumi_item:last-child {
		margin-bottom: 0;
	}

	.takumi_item_head {
		height: 350px;
	}

	.takumi_item_ttl {
		transform: translate(0, -50%);
	}

	.takumi_item_ttl span {
		font-size: 32px;
	}

	.takumi_item_msg .-inner {
		padding: 0 40px;
	}

	.takumi_item.-item01 .takumi_item_msg .-txt {
		max-width: none;
	}

	.takumi_item.-item01 .takumi_item_msg.-item01 figure {
		margin-left: 30px;
	}

	.takumi_item.-item01 .takumi_item_msg.-item02 figure {
		margin-right: 30px;
	}

	.interview {
		margin-bottom: 100px;
		padding-bottom: 50px;
	}

	.interview_hero {
		height: 350px;
	}

	.interview_intro .-cont {
		padding: 40px 0;
	}

	.interview_intro .-ttl {
		max-width: 250px;
	}

	.interview_intro .-tbl {
		margin: 0 50px;
	}

	.interview_intro .-tbl th {
		width: 100px;
	}

	.interview_item_img {
		margin-bottom: 50px;
	}

	.interview_item_txt_cnt {
		margin-bottom: 50px;
	}

	.interview_pro {
		margin-top: 50px;
		padding-top: 50px;
	}

	.interview_pro_col {
		display: block;
	}

	.interview_pro_img_cnt {
		width: 100%;
		flex-direction: row;
	}

	.interview_pro_img:last-child {
		margin-top: 0;
	}

	.interview_pro_detail {
		margin-top: 30px;
		width: 100%;
	}

	.recipe {
		margin-bottom: 100px;
	}

	.recipe_intro {
		padding-bottom: 250px;
	}

	.recipe_intro::before {
		left: 30%;
		left: calc(50% - 80px);
	}

	.recipe_intro::after {
		right: 55%;
		right: calc(50% + 80px);
	}
	.sales_list_scroll{
		overflow-x:scroll;
	}
}

@media screen and (max-width:767px) {
	body {
		font-size: 12px;
	}

	img.vis-sp {
		margin: auto;
	}

	.vis {
		height: 200px;
	}

	.vis_areattl {
		width: 80px;
		height: 80px;
		border: 1px solid #ffffff;
	}

	.vis_title {
		padding-bottom: 3px;
		margin-bottom: 5px;
	}

	.vis_title>.icon {
		font-size: 14px;
		margin-bottom: 0px;
	}

	.vis_title>b {
		font-size: 11px;
	}

	.vis_number>small {
		font-size: 12px;
		margin-right: 2px;
	}

	.vis_number>b {
		font-size: 20px;
	}

	.sechero {
		height: 200px;
	}

	.secttl span {
		font-size: 22px;
	}

	.feature_cmnlink {
		min-height: 50px;
		border-radius: 0;
	}

	/* ここから */
	.intro_link {
		display: block;
	}

	.intro_link .feature_cmnlink {
		margin: 0 auto 20px;
		max-width: 300px;
		width: 100%;
	}

	.intro_link .feature_cmnlink:last-child {
		margin-bottom: 0;
	}

	.interview_ttl {
		font-size: 14px;
	}

	.interview_intro .-cont {
		padding: 40px 20px;
		display: block;
	}

	.interview_intro .-ttl {
		margin-bottom: 10px;
		max-width: none;
		min-height: 50px;
		padding-bottom: 10px;
		border-right: none;
		border-bottom: 1px solid #CECECE;
	}

	.interview_intro .-tbl {
		margin: 0 auto;
	}

	/* topic add */
	.topic_table a.-large {
		font-size: 13px;
	}

	.topic_shop {
		margin: 50px auto 30px;
		text-align: center;
	}

	.topic_shop .-ttl {
		font-size: 16px;
	}

	.topic_shop .-catch {
		font-size: 14px;
	}

	.topic_shop .-txt {
		text-align: left;
	}

	.commit_ttl{
		font-size:20px;
		margin-top:-55px;
	}
	.commit_subttl {
	    font-size: 18px;
	}
	.farm_guide{
		display: block;
		margin-top:-25px;
	}
	.variety_item,.cultivation,.commit_img {
	    display: block;
	}
	.variety_item figure,.cultivation figure,.commit_img figure,.farm_guide_left,.farm_guide_right {
	    width: 100%;
	    margin:15px 0;
	}
	.variety {
	    margin-bottom: 15px;
	    /*min-height: 700px;*/
	    padding: 40px 0;
	}
	.about_inner figure figcaption {
	    text-indent: 0.5em;
	}
}

@media screen and (max-width:640px) {
	.vis {
		height: 150px;
	}

	.vis_areattl {
		width: 70px;
		height: 70px;
		top: auto;
		right: auto;
		left: 10px;
		bottom: 10px;
	}

	.sechero {
		height: 150px;
	}

	/* ここから */
	.intro {
		margin-bottom: 50px;
	}

	.intro_ttl img {
		width: auto;
		height: 24px;
	}

	.intro_text {
		text-align: left;
	}

	.about {
		margin-bottom: 80px;
		padding-top:20px;
	}

	.about_ttl img {
		width: auto;
		height: 24px;
	}

	.takumi {
		/* margin-bottom: 50px */
	}

	.takumi_ttl img {
		margin-bottom: 5px;
		width: auto;
		height: 24px;
	}

	.takumi_ttl::before,
	.takumi_ttl::after {
		width: 27px;
		height: 39px;
	}

	.takumi_ttl::after {
		margin-left: 10px;
	}

	.takumi_person {
		margin-bottom: 50px;
	}

	.takumi_person_sub figcaption {
		font-size: 18px;
	}

	.takumi_person_sub figcaption small {
		font-size: 12px;
	}

	.takumi_item_head {
		height: 200px;
	}

	.takumi_item_ttl span {
		height: 45px;
		font-size: 16px;
	}

	.takumi_item_cont {
		padding: 0 10px;
	}

	.takumi_item_copy {
		font-size: 18px;
	}

	.takumi_item_txt {
		padding: 0 10px;
	}

	.takumi_item_msg .-inner {
		padding: 0 20px;
		display: block;
	}

	.takumi_item_msg.-nobd .-inner {
		padding: 0 10px;
		display: block;
	}

	.takumi_item_msg .-txt {
		padding-bottom: 10px;
	}

	.takumi_item_msg .-txt em {
		font-size: 18px;
	}

	.takumi_item_msg {
		padding: 0 10px;
	}

	.takumi_item.-item01 .takumi_item_msg.-item01 figure,
	.takumi_item.-item01 .takumi_item_msg.-item02 figure {
		margin: 0;
		max-width: none;
	}

	.takumi_item.-item01 .takumi_item_msg img {
		height: 200px;
		width: auto;
	}

	.interview {
		padding-bottom:15px;
		margin-bottom: 35px;
	}

	.interview_hero {
		height: 250px;
	}

	.interview_ttl em {
		font-size: 32px;
	}

	.interview_intro {
		margin-bottom: 20px;
	}

	.interview_intro .-cont {
		padding: 20px;
	}

	.interview_intro .-tbl {
		max-width: none;
	}

	.interview_intro .-tbl tr>* {
		line-height: 1.5;
		padding-bottom: 5px;
	}

	.interview_intro .-tbl tr:last-child>* {
		padding-bottom: 0;
	}

	.interview_intro .-tbl th {
		width: 90px;
	}

	.interview_item_ttl {
		font-size: 24px;
	}

	.interview_item_ttl span {
		padding: 0 15px;
	}

	.interview_pro_linkcont {
		display: block;
	}

	.interview_pro_linkcont .feature_cmnlink {
		margin: 0 auto 10px;
		width: auto;
	}

	.interview_pro_linkcont .feature_cmnlink:last-child {
		margin-bottom: 0;
	}

	.recipe {
		margin-bottom: 50px;
	}

	.recipe_intro {
		margin-bottom: 50px;
		padding-bottom: 25px;
	}

	.recipe_intro::before,
	.recipe_intro::after {
		display: none;
	}

	.recipe_subsec {
		margin-bottom: 50px;
	}

	.recipe_subsec:last-child {
		margin-bottom: 0;
	}

	.recipe_ttl {
		margin-bottom: 25px;
		font-size: 20px;
	}

	.recipe_ttl::before,
	.recipe_ttl::after {
		width: 20px;
	}

	.recipe_item {
		flex-direction: column;
	}

	.recipe_item li {
		margin: 0 auto;
		width: 100%;
	}

	.recipe_item li:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe_item .-img {
		width: auto;
	}

	.recipe_item .-desc {
		width: auto;
		padding: 20px 10px 0;
	}

	.recipe_item .-link {
		margin-top: 20px;
	}

	.recipe_sublist {
		flex-direction: column;
	}

	.recipe_sublist li {
		margin: 0 auto;
		width: 100%;
	}

	.recipe_sublist li:nth-child(n+2) {
		margin-top: 30px;
	}

	.recipe_sublist .-link {
		min-height: auto;
	}

	.recipe_sublist .-ttl {
		padding-bottom: 25px;
		font-size: 18px;
	}
}