@charset "UTF-8";
.vis {
	background-image: url(/assets/img/feature_vol23/pt-main-feature.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 500px;
	padding-top: 20px;
	box-sizing: content-box;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.vis_inner {
	padding: 0 10px;
}
.vis_areaTtl {
	width: 215px;
	height: 215px;
	background-color: #E83428;
	border-radius: 50%;
	box-shadow: 0 0 0 2px #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin-left: auto;
	box-sizing: border-box;
}
.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;
}
.feat {
	padding-top: 55px;
}
.feat_inner {}
.feat_title {
	line-height: 1.2;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.feat_title::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	position: relative;
	margin-top: 17px;
}
.feat_title > small {
	display: block;
	font-size: 26px;
	font-weight: normal;
}
.feat_title > b {
	display: block;
	font-size: 58px;
	font-weight: normal;
}

.feat_text {
	margin-bottom: 20px;
}
.feat_cols {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 55px;
}
.feat_cols:first-child {
	margin-top: 0;
}
.feat_col {}
.feat_col-no1 {
	width: calc(100% - 435px);
	position: relative;
}
.feat_image {}
.feat_image > img {
	display: block;
}
.feat_image.-no1 {}
.feat_image.-no1 > img {
	max-width: 100%;
	height: auto;
}
.feat_image.-no2 {
	position: absolute;
	top: 80%;
	right: -10%;
}
.feat_col-no2 {
	margin-left: 60px;
}
.feat_col-no2 > img {
	max-width: 100%;
	height: auto;
}
.feat_areaTxt {
	width: 285px;
	border-top: 2px solid #333;
	border-bottom: 2px solid #333;
	padding: 35px 15px;
}
.feat_producer {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 17px;
}
.feat_name {
	line-height: 1;
}
.feat_name > small {
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}
.feat_name > b {
	display: block;
	font-weight: normal;
	font-size: 24px;
}
.feat_areaHeadline {
	display: flex;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.feat_areaHeadline.-no1 {
	margin-top: 250px;
}
.feat_areaHeadline.-no2 {
}
.feat_headline {
	background: #0d0606;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 8px 60px;
	line-height: 2.2;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
	min-width: 710px;
}
.feat_headline::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 21px;
	height: 100%;
	top: 0;
	right: 100%;
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 79' fill='%230d0606' preserveAspectRatio='none'%3E%3Cpath d='M1.42,0h338.3l-8.86,39.5L339.72,79H1.42l8.85-39.5Z'/%3E%3C/svg%3E");
	margin-right: -1px;
}
.feat_headline::after {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	width: 21px;
	height: 100%;
	top: 0;
	left: 100%;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background-size: 100% 100%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 11 79' fill='%230d0606' preserveAspectRatio='none'%3E%3Cpath d='M1.42,0h338.3l-8.86,39.5L339.72,79H1.42l8.85-39.5Z'/%3E%3C/svg%3E");
	margin-left: -1px;
}
.feat_lead {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	margin: 55px 0 45px 0;
}
.feat_floatImg-02 {
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.point {
	position: relative;
	padding: 80px;
	margin-top: 30px;
}

.point:first-child {
	margin-top: 0;
}

.point-01 {
	background-color: #F8F1EC;
}
.point-02 {
	background-color: #FCF6E5;
}
.point-03 {
	background-color: #F4F8EC;
}
.point_title {
	display: flex;
	align-items: center;
	line-height: 1.4;
	margin-bottom: 18px;
	flex-wrap: wrap;
}
.point_title-01 {
	color: #E5645B;
}
.point_title-02 {
	color: #E5A05B;
}
.point_title-03 {
	color: #1B962E;
}
.point_title > small {
	font-size: 30px;
	font-weight: normal;
	position: relative;
	z-index: 1;
	display: block;
	margin-right: 60px;
}
.point_title > small::after {
	content: "";
	display: block;
	width: 60px;
	height: 1px;
	background-color: #E5645B;
	position: absolute;
	z-index: 1;
	left: 100%;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(135deg);
	transform: translateY(-50%) rotate(135deg);
}
.point_title-02 > small::after {
	background-color: #E5A05B;
}
.point_title-03 > small::after {
	background-color: #1B962E;
}
.point_title > b {
	display: block;
	font-size: 35px;
	font-weight: normal;
}
.point_headline {
	font-size: 26px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 12px;
}
.point_text {}
.point_cnt {
	position: relative;
	z-index: 1;
}
.point_cnt-no1 {
	width: 63%;
}
.point_cnt-no1-01 {}
.point_cnt-no1-02 {
    margin: 0 0 0 auto;
}
.point_cnt-no1-03 {
	width: 62%;
}

.point_areaTxt {}
.point_image {
	position: absolute;
	bottom: 0;
}
.point_image-01 {
	right: 60px;
}
.point_image-02 {
}
.point_image-03 {
	right: 60px;
}
.point_image > img {
	display: block;
	max-width: none;
}
.feat_fullImg {
	background-image: url(/assets/img/feature_vol23/bg-feature01.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100vw;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 110px;
	height: 550px;
}
.feat_box {
	max-width: 900px;
	margin: -20px auto 136px;
}
.voice {
	position: relative;
	z-index: 1;
	margin-bottom: 170px;
}
.voice_cols {
	display: flex;
	background-color: #F2F2EF;
	align-items: center;
	justify-content: space-between;
	position: relative;
	z-index: 2;
}
.voice::after {
	content: "";
	display: block;
	width: calc(100% + 300px);
	height: calc(100% + 120px);
	background-color: #F2F2EF;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.voice_col {}
.voice_col-no1 {
	width: 40.5%;
}
.voice_image {}
.voice_image > img {
	display: block;
}
.voice_col-no2 {
	width: 52%;
}
.voice_title {
	line-height: 1;
	margin-bottom: 33px;
	display: flex;
}
.voice_title::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}
.voice_title > b {
	font-weight: normal;
	color: #2C7B44;
	background-color: #fff;
	padding: 5px 18px;
	position: relative;
	z-index: 1;
	display: block;
	padding-right: 35px;
}
.voice_title > b::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border: 6px solid #2C7B44;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.voice_text {
	margin-bottom: 30px;
}
.voice_text:last-child {
	margin-bottom: 0;
}
.recipe {
	position: relative;
	z-index: 1;
	margin-bottom: 170px;
}
.recipe::after {
	content: "";
	display: block;
	width: calc(100% + 300px);
	height: calc(100% + 120px);
	background-color: #F2F2EF;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.recipe_cols {
	display: flex;
	position: relative;
	z-index: 2;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
}
.recipe_col {}
.recipe_col-no1 {
	width: 71.7%;
}
.recipe_title {
	display: flex;
	line-height: 1;
	margin-bottom: 10px;
}
.recipe_title > b {
	display: block;
	color: #E5645B;
	background-color: #fff;
	padding: 5px 30px;
	position: relative;
	z-index: 1;
	font-weight: normal;
}
.recipe_title > b::before {
	content: "";
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	border: 6px solid #E5645B;
	border-right-color: transparent;
	border-bottom-color: transparent;
}
.recipe_headline {
	font-size: 30px;
	font-weight: normal;
	line-height: 1.4;
	margin-bottom: 12px;
}
.recipe_text {}
.recipe_col-no2 {
	width: 21%;
}
.recipe_image {}
.recipe_image > img {}
.recipe_link {
	position: relative;
	z-index: 2;
	max-width: 377px;
	margin: 0 auto;
}
.recipe_link > a {
	background-color: #F2F2EF;
	height: 57px;
}
.recipe_link > a::before {
	content: "";
}
.recipe_link > a::after {
	content: "";
}
.topic {
	background-color: #FCF9EC;
	padding-top: 80px;
	text-align: center;
	padding-bottom: 120px;
}
.topic_title {
	margin-bottom: 32px;
}
.topic_title > img {}
.topic_headline {
	font-size: 26px;
	line-height: 1.4;
	margin-bottom: 16px;
}
.topic_text {
	margin-bottom: 30px;
}
.topic_link {
	position: relative;
	z-index: 2;
	max-width: 377px;
	margin: 0 auto;
}
.topic_link > a {
	background-color: #FCF9EC;
	height: 57px;
}
.topic_link > a:after {
	content: "";
	background-image: url(/assets/img/feature_vol23/img-icon-arrow@2x.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-left: 20px;
}
.topic_intro {
	background-color: #FFF;
	padding: 70px 170px;
	margin-top: 75px;
}
.topic_intro_ttl {
	font-size: 20px;
	font-weight: bold;
	background-color: #DED6B1;
	line-height: 1;
	max-width: 500px;
	width: 100%;
	padding: 20px 0;
	margin: -100px auto 0;
}
.topic_intro_note {
	margin-top: 40px;
}
.topic_intro_list {
	margin-top: 30px;
	padding: 50px 65px;
	border: 2px solid #DED6B1;
	text-align: left;
}
.topic_intro_list > li {
	padding-left: 10px;
}
.topic_intro_text {
	margin-top: 30px;
}
.topic_imgs {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 35px;
}
.topic_image {
	margin-left: 40px;
}
.topic_image:first-child {
	margin-left: 0;
}

@media screen and (min-width:1000px) {
	.recipe_link > a:hover {}
	.topic_link > a:hover {
		color: #0D0606;
		background-color: #E8E8E2;
	}
}
@media screen and (max-width:999px) {
	.vis {
		height: 360px;
	}
	.vis_inner {}
	.vis_areaTtl {
		width: 180px;
		height: 180px;
	}
	.vis_title {}
	.vis_title > .icon {}
	.vis_title > b {
		font-size: 20px;
	}
	.vis_number {}
	.vis_number > small {
		font-size: 30px;
	}
	.vis_number > b {
		font-size: 40px;
	}
	.feat {
		padding-top: 40px;
	}
	.feat_inner {}
	.feat_title {}
	.feat_title::after {
	}
	.feat_title > small {
		font-size: 21px;
	}
	.feat_title > b {
		font-size: 32px;
	}
	.feat_text {}
	.feat_cols {
		margin-bottom: 80px;
	}
	.feat_col {}
	.feat_col-no1 {}
	.feat_image {}
	.feat_image > img {}
	.feat_col-no2 {}
	.feat_areaTxt {}
	.feat_producer {}
	.feat_name {}
	.feat_name > small {}
	.feat_name > b {}
	.feat_areaHeadline {
	}
	.feat_headline {
		font-size: 24px;
		min-width: 660px;
	}
	.feat_headline::before {}
	.feat_headline::after {}
	.feat_floatImg-02 {
		width: 140px;
		right: 0px;
	}
	.point {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
	}
	.point_inner {}
	.point::before {}
	.point-01 {}
	.point-02 {}
	.point-03 {}
	.point_title {}
	.point_title-01 {}
	.point_title-02 {}
	.point_title-03 {}
	.point_title > small {
		font-size: 26px;
		margin-right: 50px;
	}
	.point_title > small::after {
		width: 40px;
	}
	.point_title-02 > small::after {}
	.point_title-03 > small::after {}
	.point_title > b {
		font-size: 32px;
	}
	.point_headline {
		font-size: 24px;
	}
	.point_text {}
	.point_cnt {
	}
	.point_cnt-no1 {
		margin: 0 auto 0 0;
	}
	.point_cnt-no1-01 {}
	.point_cnt-no1-02 {
		margin: 0 0 0 auto;
	}
	.point_cnt-no1-03 {}
	.point_areaTxt {}
	.point_col-no2 {}
	.point_image {
	}
	.point_image-01 {}
	.point_image-02 {}
	.point_image-03 {}
	.point_image > img {
		margin: 0 auto;
	}
	.feat_fullImg {
		margin-top: 80px;
		height: 400px;
	}
	.feat_box {
		margin-bottom: 100px;
	}
	.voice {
		margin-bottom: 150px;
	}
	.voice_cols {}
	.voice::after {
		width: calc(100% + 30px);
		height: calc(100% + 90px);
	}
	.voice_col {}
	.voice_col-no1 {}
	.voice_image {}
	.voice_image > img {}
	.voice_col-no2 {}
	.voice_title {}
	.voice_title::before {}
	.voice_title > b {}
	.voice_title > b::before {}
	.voice_text {
		margin-bottom: 20px;
	}
	.voice_text:last-child {}
	.recipe {
		margin-bottom: 100px;
	}
	.recipe::after {
		width: calc(100% + 30px);
		height: calc(100% + 90px);
	}
	.recipe_cols {}
	.recipe_col {}
	.recipe_col-no1 {
		width: 65%;
	}
	.recipe_title {}
	.recipe_title > b {}
	.recipe_title > b::before {}
	.recipe_headline {
		font-size: 25px;
	}
	.recipe_text {}
	.recipe_col-no2 {
		width: 27%;
	}
	.recipe_image {}
	.recipe_image > img {}
	.recipe_link {}
	.recipe_link > a {}
	.recipe_link > a::before {}
	.recipe_link > a::after {}
	.topic {
		padding-top: 60px;
	}
	.topic_title {}
	.topic_title > img {}
	.topic_headline {
		font-size: 22px;
	}
	.topic_text {}
	.topic_imgs {
		margin-top: 20px;
	}
}
@media screen and (max-width:767px) {
	.vis {
		height: 200px;
	}
	.vis_inner {}
	.vis_areaTtl {
		width: 79px;
		height: 79px;
		box-shadow: 0 0 0 1px #fff;
	}
	.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 {}
	.vis_number > small {
		font-size: 12px;
		margin-right: 2px;
	}
	.vis_number > b {
		font-size: 20px;
	}
	.feat {
		padding-top: 48px;
	}
	.feat_inner {}
	.feat_title {
		margin-bottom: 18px;
	}
	.feat_title::after {
		border-width: 1px;
		margin-top: 7px;
	}
	.feat_title > small {
		font-size: 13px;
		margin-bottom: 3px;
		display: inline-block;
	}
	.feat_title > b {
		font-size: 30px;
		display: inline-block;
	}
	.feat_text {
		margin-bottom: 25px;
	}
	.feat_cols {
		display: block;
		margin: 0 auto 60px;
	}
	.feat_col {
		width: auto;
	}
	.feat_col-no1 {
		margin-bottom: 25px;
	}
	.feat_image {}
	.feat_image.-no1 {}
	.feat_image.-no1 > img {
		margin: 0 auto;
	}
	.feat_image.-no2 {
		display: none;
	}
	.feat_image > img {}
	.feat_col-no2 {
		text-align: center;
		margin-left: 0;
		width: 100%;
	}
	.feat_areaTxt {
		padding: 17px 20px;
		margin: 0 auto;
	}
	.feat_producer {}
	.feat_name {}
	.feat_name > small {}
	.feat_name > b {}
	.feat_areaHeadline {}
	.feat_areaHeadline.-no1 {
		margin-top: 0;
	}
	.feat_areaHeadline.-no2 {
	}
	.feat_headline {
		line-height: 1.33;
		padding: 18px 10px;
		width: calc(100% - 20px);
		font-size: 18px;
		min-width: 0;
	}
	.feat_headline::before {
		width: 11px;
	}
	.feat_headline::after {
		width: 11px;
	}
	.feat_lead {
		font-size: 20px;
		margin: 30px 0;
	}
	.feat_floatImg-02 {
		width: 116px;
		right: -47px;
	}
	.point {
		max-width: 380px;
		padding: 20px 20px 0 20px;
	}
	.point_inner {}
	.point::before {}
	.point-01 {}
	.point-02 {}
	.point-03 {}
	.point_title {}
	.point_title-01 {}
	.point_title-02 {}
	.point_title-03 {}
	.point_title > small {
		font-size: 20px;
		margin-right: 30px;
	}
	.point_title > small::after {
		width: 30px;
	}
	.point_title-02 > small::after {}
	.point_title-03 > small::after {}
	.point_title > b {
		font-size: 24px;
	}
	.point_headline {
		font-size: 18px;
	}
	.point_text {}
	.point_cnt {
		width: 100%;
		margin: 0 auto;
	}
	.point_cnt-no1 {}
	.point_cnt-no1::before {
		background-position: top center;
	}
	.point_cnt-no1-01 {
	}
	.point_cnt-no1-02 {
		margin: 0 auto;
	}
	.point_cnt-no1-03 {}
	.point_areaTxt {}
	.point_col-no2 {}
	.point_image {
		position: static;
	}
	.point_image-01 {
	}
	.point_image-02 {}
	.point_image-03 {}
	.point_image > img {
	}
	.feat_fullImg {
		height: 220px;
	}
	.feat_box {
		margin-bottom: 70px;
	}
	.voice {
		margin-bottom: 105px;
	}
	.voice_cols {
		flex-direction: column-reverse;
	}
	.voice::after {
		width: calc(100% + 40px);
		height: calc(100% + 70px);
	}
	.voice_col {
		width: 100%;
	}
	.voice_col-no1 {}
	.voice_image {
	}
	.voice_image > img {
		margin: 0 auto;
	}
	.voice_col-no2 {
		margin-bottom: 30px;
	}
	.voice_title {
		margin-bottom: 20px;
	}
	.voice_title::before {}
	.voice_title > b {
		padding: 5px 10px;
		padding-right: 20px;
	}
	.voice_title > b::before {}
	.voice_text {
		margin-bottom: 15px;
	}
	.voice_text:last-child {}
	.recipe {
		margin-bottom: 80px;
	}
	.recipe::after {
		width: calc(100% + 40px);
		height: calc(100% + 70px);
	}
	.recipe_cols {
		display: block;
		margin-bottom: 35px;
	}
	.recipe_col {
		width: auto;
	}
	.recipe_col-no1 {
		margin-bottom: 30px;
	}
	.recipe_title {}
	.recipe_title > b {
		padding: 5px 15px;
	}
	.recipe_title > b::before {}
	.recipe_headline {
		font-size: 20px;
		margin-bottom: 8px;
	}
	.recipe_text {}
	.recipe_col-no2 {
		margin: 0 auto;
		max-width: 200px;
	}
	.recipe_image {}
	.recipe_image > img {}
	.recipe_link {
		max-width: none;
	}
	.recipe_link > a {}
	.recipe_link > a::before {}
	.recipe_link > a::after {}
	.topic {
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.topic_title {
		max-width: 200px;
		margin: 0 auto 20px;
	}
	.topic_title > img {}
	.topic_headline {
		font-size: 15px;
	}
	.topic_text {
		text-align: left;
		margin-bottom: 12px;
	}

	.topic_link {}
	.topic_link > a {}
	.topic_link > a:after {}
	.topic_intro {
		margin-top: 60px;
		padding: 40px 20px;
	}
	.topic_intro_ttl {
		font-size: 18px;
		margin: -70px auto 0;
	}
	.topic_intro_note {
		margin-top: 20px;
	}
	.topic_intro_list {
		padding: 20px 30px;
		margin-top: 10px;
	}
	.topic_intro_list > li {}
	.topic_intro_text {
		margin-top: 10px;
	}
	.topic_imgs {}
	.topic_image {}
	.topic_image:first-child {}
}