@charset "Shift_JIS";
/* CSS Document */
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 100;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 200;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 300;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Medium");
	font-weight: 400;
}
@font-face {
	font-family: "Yu Gothic";
	src: local("Yu Gothic Bold");
	font-weight: bold;
}
/*======================================================

¶ŽY”_‰ÆƒCƒ“ƒ^ƒrƒ…[

======================================================*/
#farmerinterview {
	font-size: 3.73vw;
	font-family: "Yu Gothic", YuGothic, "ƒƒCƒŠƒI", Meiryo, "ƒqƒ‰ƒMƒmŠpƒS Pro W6", "Hiragino Kaku Gothic Pro", Osaka, "‚l‚r ‚oƒSƒVƒbƒN", "MS PGothic", sans-serif;
	line-height: 1.826;
}
#farmerinterview img {
	vertical-align: bottom;
}
#sec_header img {
	display: block;
	width: 100%;
	height: auto;
}

/*#farmerinterview #sec_header {
	width: 100%;
	height: 140.53vw;
	background-image: url("/img/usr/freepage/farmerinterview/sp/mv.jpg");
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}*/
/*#farmerinterview #sec_header .sec_inner_ > div {
	padding: 111.73vw 0 0 40.53vw;
}
#farmerinterview #sec_header h1 {
	font-size: 5.33vw;
}
#farmerinterview #sec_header div p {
	font-size: 3.47vw;
	line-height: 1.346;
	margin: 1.33vw 0 0 4.8vw;
}*/
#farmerinterview #page_nav {
	background-color: #d48c02;
}
#farmerinterview #page_nav ul {
	display: flex;
	align-items: center;
}
#farmerinterview #page_nav ul li {
	width: 25vw;
}
#farmerinterview #page_nav ul li a {
	display: block;
	color: #ffffff;
	font-size: 3.73vw;
	text-align: center;
	line-height: 1.4;
	text-decoration: none;
	padding: 5.2vw 0 5.47vw;
}
#farmerinterview .sec_ {
}
#farmerinterview .sec_inner_ {
	margin: 0 auto;
}
#farmerinterview .sec_ .img_ {
	text-align: center;
}
#farmerinterview .sec_ p.question_ {
	color: #5a491e;
	font-size: 6.13vw;
	font-weight: bold;
	padding: 0 0 5.6vw 18.4vw;
	position: relative;
}
#farmerinterview .sec_ p.question_ span {
	display: block;
	font-size: 9.2vw;
	font-weight: bold;
	line-height: 1.0;
	position: absolute;
	left: 1.33vw;
	top: 0.93vw;
}
#farmerinterview .sec_ dl.answer_ {
	display: flex;
}
#farmerinterview .sec_ dl.answer_ dt {
	font-size: 3.73vw;
	width: 18.4vw;
}
#farmerinterview .sec_ dl.answer_ dd {
	font-size: 3.73vw;
	width: 	76.27vw;
}
#farmerinterview #sec01 {
	padding: 12vw 15px 10.67vw;
	background-color: #fcf6ea;
}
#farmerinterview #sec01 dl.answer_ {
	margin-bottom: 9.33vw;
}
#farmerinterview #sec01 .img_ img {
	width: 91.87vw;
}


.link_wrapper {
	background-color: #875313;
    border-radius: 6.67vw;
    width: 58.67vw;
    margin: 4.53vw auto 0;
    border-bottom: 1px solid #543814;
}
.link_wrapper a {
	display: block;
    text-align: center;
    text-decoration: none;
    padding: 2.53vw 0 2vw;
}
.link_wrapper a span::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 0;
	height: 0;
	margin-top: -1.2vw;
	border-style: solid;
	border-width: 1.33vw 0 1.33vw 2vw;
	border-color: transparent transparent transparent #ffffff;
}
.link_wrapper a span {
	color: #ffffff;
    font-size: 4.2vw;
    font-weight: bold;
    line-height: 1.744;
    display: inline-block;
    padding-right: 8.53vw;
    position: relative;
}


/*Š±ˆðLP*/
#farmerinterview * {
  box-sizing: border-box;
}
#recipe {
  padding: 50px 0 10px;
  background: #fcf6ea;
}
#recipe figure {
  display: block;
  margin: 0;
  padding: 0;
}
#recipe .h2_wrapper {
  text-align: center;
}
#recipe .h2_wrapper h2 {
  display: inline-block;
  position: relative;
  color: #d48f03;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
#recipe .h2_wrapper h2:before,
#recipe .h2_wrapper h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 58px;
  height: 4px;
  background: url(/img/usr/freepage/farmerinterview3_hoshiimo/hoshiimo_h2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
#recipe .h2_wrapper h2:before {
  right: calc(100% + 10px);
}
#recipe .h2_wrapper h2:after {
  left: calc(100% + 10px);
}

#goal .h2_wrapper {
  text-align: center;
}
#goal .h2_wrapper h2 {
  display: inline-block;
  position: relative;
  color: #d48f03;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
#goal .h2_wrapper h2:before,
#goal .h2_wrapper h2:after {
  position: absolute;
  top: calc(50% - 3px);
  width: 58px;
  height: 4px;
  background: url(/img/usr/freepage/farmerinterview3_hoshiimo/hoshiimo_h2_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
}
#goal .h2_wrapper h2:before {
  right: calc(100% + 10px);
}
#goal .h2_wrapper h2:after {
  left: calc(100% + 10px);
}

#recipe .recipe_text {
  padding: 20px 15px 0;
  font-size: 14px;
}
#recipe li {
  margin-bottom: 20px;
  padding: 0 15px;
}
#recipe li h3 {
  display: block;
  max-width: calc(100% - 60px);
  line-height: 1.5;
  font-weight: 700;
  font-size: 20px;
  color: #584922;
}
#recipe li .point_flex {
  padding-top: 15px;
  padding-left: 54px;
}
#recipe li .point_flex p {
  font-size: 14px;
  line-height: 1.8;
}
#recipe li .point_flex span {
  display: block;
}
#recipe li .icon_point {
  display: block;
  width: 140px;
  margin-bottom: 10px;
}
#recipe li .recipe_title {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  font-size: 30px;
}
#recipe li .recipe_title span {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 59px;
  height: 59px;
  margin-right: 10px;
  margin-left: -10px;
  padding-bottom: 10px;
  background: url(/img/usr/freepage/farmerinterview3_hoshiimo/sp_hoshiimo_bg_phase.png);
  background-size: 44px 44px;
  background-position: center center;
  background-repeat: no-repeat;
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  line-height: 1.0;
}
#recipe li .img_flex {
  padding-left: 54px;
}
#recipe li .img_flex figure img {
  display: block;
}
#recipe li .img_flex figure + figure {
  margin-top: 10px;
}
#recipe li .text_flex {
  padding-left: 54px;
}
#recipe li .text_flex > div {
  padding-top: 15px;
}
#recipe li .text_flex > div p {
  font-size: 14px;
  line-height: 1.8;
}
#cooking,
#goal {
  padding: 40px 0;
  background-repeat: repeat;
}
#cooking h2 {
  display: block;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  line-height: 1.5;
}
#cooking h3 {
  display: block;
  font-weight: 700;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  color: #584922;
}
#cooking p,
#goal p {
  margin: 0 auto;
  padding: 15px 15px 0;
  font-size: 14px;
  line-height: 1.8;
}
#goal p {
  padding-top: 10px;
}
#cooking {
  background: url(/img/usr/freepage/farmerinterview3_hoshiimo/hoshiimo_sec_bg.png);
}
#cooking h2 {
  color: #335e13;
}
#goal {
  background: #fcf6ea;
}
#goal .goal_inner {
  margin-top: 10px;
}
#goal h3 {
  display: block;
  padding: 15px 15px 0 15px;
  color: #5e4c26;
  font-size: 18px;
}
.read_more {
  text-align: right;
}
.read_more a {
  display: inline-block;
  position: relative;
  padding: 8px 34px 6px 20px;
  border-radius: 4px;
  background-color: #865312;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
}
.read_more a:hover {
  opacity: .7;
  text-decoration: none;
}
.read_more a:after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -1.2vw;
  border-style: solid;
  border-width: 1.33vw 0 1.33vw 2vw;
  border-color: transparent transparent transparent #ffffff;
  content: "";
}
.item_link {
  text-align: center;
}
.item_link .item_link_inner {
  display: inline-block;
}
.item_link .item_link_inner h2 {
  display: block;
  padding: 24px 0;
  background: #d48c02;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
}
.item_link .item_link_inner .item_link_text {
  padding: 20px 15px 40px;
  background: #f6e5ed;
}
.item_link .item_link_inner dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  font-size: 15px;
  color: #3d300e;
  line-height: 1.8;
}
.item_link .item_link_inner dt {
  width: 70px;
  text-align: right;
  font-weight: 700;
}
.item_link .item_link_inner dd {
  width: calc(100% - 70px);
  text-align: left;
}
.item_link .link_wrapper {
  width: 250px;
  margin: 20px auto 0;
  background-color: #875313;
  border-bottom: 2px solid #543814;
  border-radius: 50px;
}
.item_link .link_wrapper:hover {
  opacity: .7;
}
.item_link .link_wrapper a {
  display: block;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.7777;
  padding: 10px 0 8px;
}
.item_link .link_wrapper a:hover {
  text-decoration: none;
}
.item_link .link_wrapper a span {
  padding-right: 36px;
  background-image: url(/img/usr/freepage/farmerinterview/ico_arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}

#farmerinterview .sec_ p.answer_ {
  padding: 0 0 30px 70px;
}