@charset "utf-8";


.ency_dashi {
	padding: 35px 0 100px;
}
.ency_dashi .ency_teaser {
	padding: 0 0 0 135px;
	gap: 0 20px;
}
.ency_dashi .ency_teaser .teaser_img img {
	width: 472px;
}
.ency_dashi .ency_teaser .teaser_cont {
	width: 302px;
	height: 301px;
	background-image: url("../images/page10/circle_teaser.png");
	margin: 45px 0 0;
}
.ency_dashi .ency_teaser .teaser_tit {
	padding: 25px 0 0;
}
.ency_dashi .ency_teaser .teaser_p {
	top: -32px;
}
.ency_dashi .ency_teaser .teaser_p img {
	width: 23px;
}
@media (max-width: 1100px) {
.ency_dashi .ency_teaser {
	padding: 0 0 0 30px;
}
}
@media (max-width: 767px) {
.ency_dashi {
	padding: 25px 0 50px;
}
.ency_dashi .ency_teaser {
	padding: 0;
	gap: 40px 0;
}
.ency_dashi .ency_teaser .teaser_img {
	padding: 0 55px;
}
.ency_dashi .ency_teaser .teaser_img img {
	width: auto;
}
.ency_dashi .ency_teaser .teaser_cont {
	width: 151px;
	height: 151px;
	margin: 0;
}
.ency_dashi .ency_teaser .teaser_tit {
	padding: 12px 0 0;
}
.ency_dashi .ency_teaser .teaser_p {
	top: -15px;
	padding: 0;
}
.ency_dashi .ency_teaser .teaser_p img {
	width: 11px;
}
}

.ency_dashi .dashi_navi {
	margin: 100px 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 80px 0;
}
.ency_dashi .dashi_navi .navi_box {
	display: flex;
	flex-direction: column;
	gap: 25px 0;
}
.ency_dashi .dashi_navi .navi_tit {
	text-align: center;
	font-size: 45px;
	font-weight: 700;
	line-height: 1.1;
}
.ency_dashi .dashi_navi .navi_orange .navi_tit {
	color: var(--color-orange);
}
.ency_dashi .dashi_navi .navi_green .navi_tit {
	color: var(--color-green);
}
.ency_dashi .dashi_navi .navi_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.ency_dashi .dashi_navi .navi_list li a {
	display: flex;
	align-items: center;
	padding: 0 22px;
	height: 38px;
	font-size: 26px;
	line-height: 1.1;
	font-weight: 500;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
.ency_dashi .dashi_navi .navi_list li a:hover {
	transform: translateY(2px);
}
.ency_dashi .dashi_navi .navi_list li a .ff_yugo {
	font-size: 18px;
	vertical-align: middle;
}
.ency_dashi .dashi_navi .navi_orange .navi_list {
	gap: 10px 15px;
}
.ency_dashi .dashi_navi .navi_orange .navi_list a {
	border: 1px var(--color-orange) solid;
	color: var(--color-orange);
}
.ency_dashi .dashi_navi .navi_green .navi_list {
	gap: 10px 34px;
}
.ency_dashi .dashi_navi .navi_green .navi_list a {
	border: 1px var(--color-green) solid;
	color: var(--color-green);
}
@media (max-width: 767px) {
.ency_dashi .dashi_navi {
	margin: 50px 0;
	gap: 25px 0;
}
.ency_dashi .dashi_navi .navi_box {
	gap: 10px 0;
}
.ency_dashi .dashi_navi .navi_tit {
	font-size: min(24px,6.4vw);
}
.ency_dashi .dashi_navi .navi_list li a {
	padding: 0 13px;
	height: 20px;
	font-size: 14px;
}
.ency_dashi .dashi_navi .navi_list li a:hover {
	transform: translateY(0);
}
.ency_dashi .dashi_navi .navi_list li a .ff_yugo {
	font-size: 10px;
}
.ency_dashi .dashi_navi .navi_orange .navi_list {
	gap: 10px 6px;
}
.ency_dashi .dashi_navi .navi_green .navi_list {
	gap: 10px 18px;
}
}

.ency_dashi .dashi_block {
	display: flex;
	flex-direction: column;
	gap: 100px 0;
}
.ency_dashi .dashi_block .ency_hdl {
	margin: 0 0 45px;
}
.ency_dashi .dashi_block .ency_hdm {
	min-width: 740px;
	padding-left: 0;
	padding-right: 0;
	margin-bottom: 50px;
}
.ency_dashi .dashi_box {
	position: relative;
}
.ency_dashi .dashi_inner {
	display: flex;
	flex-direction: column;
	gap: 100px 0;
	position: relative;
}
.ency_dashi .dashi_cont {
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
}
@media (max-width: 1024px) {
.ency_dashi .dashi_block .ency_hdl .hdl_mid {
	display: block;
	margin: 0 0 5px;
}
}
@media (max-width: 767px) {
.ency_dashi .dashi_block {
	gap: 50px 0;
}
.ency_dashi .dashi_block .ency_hdl {
	margin: 0 0 25px;
}
.ency_dashi .dashi_block .ency_hdm {
	min-width: inherit;
	width: 86%;
	margin-bottom: 25px;
}
.ency_dashi .dashi_inner {
	gap: 25px 0;
}
}


.ency_dashi .dashi_youtu {
	width: 580px;
	max-width: 100%;
	margin: 50px 0 0;
	position: relative;
}
.ency_dashi .dashi_youtu .youtu_box {
	padding: 0 0 32px;
	position: relative;
	z-index: 1;
}
.ency_dashi .dashi_youtu .youtu_box:before,
.ency_dashi .dashi_youtu .youtu_box:after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 76px 41px;
	width: 76px;
	height: 41px;
	bottom: 0;
	z-index: 0;
}
.ency_dashi .dashi_youtu .youtu_box:before {
	left: 45px;
}
.ency_dashi .dashi_youtu .youtu_box:after {
	right: 10px;
}
.ency_dashi .dashi_youtu .youtu_inner {
	background: #fff;
	border-style: solid;
	border-width: 10px;
	position: relative;
	z-index: 1;
	height: 0;
	width: 100%;
	padding-top: 56.25%;
}
.ency_dashi .dashi_youtu .youtu_inner:before {
	position: absolute;
	content: "";
	width: calc(100% + 20px);
	height: 6px;
	bottom: calc(100% + 10px);
	left: -10px;
	clip-path: polygon(16px 0,calc(100% - 16px) 0,100% 100%,0 100%);
	z-index: 0;
}
.ency_dashi .dashi_youtu .youtu_inner iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.ency_dashi .dashi_youtu_yl .youtu_box:before,
.ency_dashi .dashi_youtu_yl .youtu_box:after {
	background-image: url("../images/page10/leg_youtu_yl.png");
}
.ency_dashi .dashi_youtu_yl .youtu_inner {
	border-color: #F9C758;
}
.ency_dashi .dashi_youtu_yl .youtu_inner:before {
	background: #E8AD36;
}

.ency_dashi .dashi_youtu_gr {
	margin-top: 0 !important;
}
.ency_dashi .dashi_youtu_gr .youtu_box:before,
.ency_dashi .dashi_youtu_gr .youtu_box:after {
	background-image: url("../images/page10/leg_youtu_gr.png");
}
.ency_dashi .dashi_youtu_gr .youtu_inner {
	border-color: #A4EF73;
}
.ency_dashi .dashi_youtu_gr .youtu_inner:before {
	background: #8ECE65;
}
@media (max-width: 767px) {
.ency_dashi .dashi_youtu {
	width: calc(100% - 30px);
	margin: 25px 0 0;
}
.ency_dashi .dashi_youtu .youtu_box {
	padding: 0 0 16px;
}
.ency_dashi .dashi_youtu .youtu_box:before,
.ency_dashi .dashi_youtu .youtu_box:after {
	background-size: 38px 21px;
	width: 38px;
	height: 21px;
}
.ency_dashi .dashi_youtu .youtu_box:before {
	left: 25px;
}
.ency_dashi .dashi_youtu .youtu_box:after {
	right: 5px;
}
.ency_dashi .dashi_youtu .youtu_inner {
	border-width: 5px;
}
.ency_dashi .dashi_youtu .youtu_inner:before {
	width: calc(100% + 10px);
	height: 3px;
	bottom: calc(100% + 5px);
	left: -5px;
	clip-path: polygon(8px 0,calc(100% - 8px) 0,100% 100%,0 100%);
}
}

.ency_dashi .first_youtu .youtu_ico01 {
	position: absolute;
	left: -46px;
	bottom: -20px;
	width: 73px;
	z-index: 0;
}
.ency_dashi .first_youtu .youtu_ico02 {
	position: absolute;
	right: -200px;
	bottom: -90px;
	width: 187px;
	z-index: 0;
}
@media (max-width: 1024px) {
.ency_dashi .first_youtu .youtu_ico02 {
	right: -80px;
	bottom: -90px;
	z-index: 1;
}
}
@media (max-width: 767px) {
.ency_dashi .first_youtu .youtu_ico01 {
	left: -5px;
	bottom: -40px;
	width: 36px;
}
.ency_dashi .first_youtu .youtu_ico02 {
	right: 4px;
	bottom: -82px;
	width: 165px;
}
.ency_dashi .first_youtu {
	margin-bottom: 80px;
}
}

.ency_dashi .second_youtu .youtu_ico01 {
	position: absolute;
	left: -80px;
	bottom: -22px;
	width: 64px;
	z-index: 1;
}
.ency_dashi .second_youtu .youtu_ico02 {
	position: absolute;
	right: -236px;
	bottom: -22px;
	width: 205px;
	z-index: 0;
}
@media (max-width: 1024px) {
.ency_dashi .second_youtu .youtu_ico02 {
	right: -80px;
	bottom: -90px;
	z-index: 1;
}
}
@media (max-width: 767px) {
.ency_dashi .second_youtu .youtu_ico01 {
	left: -17px;
	bottom: 3px;
	width: 32px;
}
.ency_dashi .second_youtu .youtu_ico02 {
	right: -17px;
	bottom: -75px;
	width: 166px;
}
.ency_dashi .second_youtu {
	margin-bottom: 90px;
}
}

.ency_dashi .boiled_youtu .youtu_ico01 {
	position: absolute;
	left: -62px;
	bottom: -20px;
	width: 64px;
	z-index: 1;
}
.ency_dashi .boiled_youtu .youtu_ico02 {
	position: absolute;
	right: -206px;
	bottom: 126px;
	width: 148px;
	z-index: 0;
}
@media (max-width: 1024px) {
.ency_dashi .boiled_youtu .youtu_ico02 {
	right: -80px;
	bottom: -90px;
	z-index: 1;
}
}
@media (max-width: 767px) {
.ency_dashi .boiled_youtu .youtu_ico01 {
	left: -3px;
	bottom: -35px;
	width: 32px;
}
.ency_dashi .boiled_youtu .youtu_ico02 {
	right: 72px;
	bottom: -58px;
	width: 74px;
}
.ency_dashi .boiled_youtu {
	margin-bottom: 90px;
}
}

.ency_dashi .stock_det {
	margin: 0 0 35px;
}
@media (max-width: 767px) {
.ency_dashi .stock_det {
	margin: 0 0 20px;
}
}

.ency_dashi .hot_youtu .youtu_ico01 {
	position: absolute;
	left: -80px;
	bottom: -22px;
	width: 78px;
	z-index: 1;
}
.ency_dashi .hot_youtu .youtu_ico02 {
	position: absolute;
	right: -262px;
	bottom: -22px;
	width: 280px;
	z-index: 1;
}
@media (max-width: 1024px) {
.ency_dashi .hot_youtu .youtu_ico02 {
	right: -80px;
	bottom: -90px;
	z-index: 1;
}
}
@media (max-width: 767px) {
.ency_dashi .hot_youtu .youtu_ico01 {
	left: -17px;
	bottom: -35px;
	width: 39px;
}
.ency_dashi .hot_youtu .youtu_ico02 {
	right: -18px;
	bottom: -67px;
	width: 140px;
}
.ency_dashi .hot_youtu {
	margin-bottom: 65px;
}
}

.ency_dashi .cold_youtu .youtu_ico01 {
	position: absolute;
	left: -46px;
	bottom: -22px;
	width: 74px;
	z-index: 1;
}
.ency_dashi .cold_youtu .youtu_ico02 {
	position: absolute;
	right: -208px;
	bottom: 0;
	width: 150px;
	z-index: 1;
}
@media (max-width: 1024px) {
.ency_dashi .cold_youtu .youtu_ico02 {
	right: -80px;
	bottom: -90px;
	z-index: 1;
}
}
@media (max-width: 767px) {
.ency_dashi .cold_youtu .youtu_ico01 {
	left: -17px;
	bottom: -35px;
	width: 37px;
}
.ency_dashi .cold_youtu .youtu_ico02 {
	right: -18px;
	bottom: -65px;
	width: 75px;
}
.ency_dashi .cold_youtu {
	margin-bottom: 65px;
}
}

.ency_dashi .dashi_frame {
	width: 700px;
	max-width: 100%;
	position: relative;
}
.ency_dashi .dashi_frame .frame_box {
	padding: 0 0 36px;
	position: relative;
	z-index: 1;
}
.ency_dashi .dashi_frame .frame_box:before,
.ency_dashi .dashi_frame .frame_box:after {
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px 40px;
	width: 10px;
	height: 40px;
	background-image: url("../images/page10/leg_frame.png");
	bottom: 0;
	z-index: 0;
}
.ency_dashi .dashi_frame .frame_box:before {
	left: 75px;
}
.ency_dashi .dashi_frame .frame_box:after {
	right: 75px;
}
.ency_dashi .dashi_frame .frame_inner {
	background: #fff;
	border-style: solid;
	border-color: #D8D8D8;
	border-width: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	position: relative;
	z-index: 1;
}
.ency_dashi .dashi_frame .frame_inner:before {
	position: absolute;
	content: "";
	background: #C9C9C9;
	width: calc(100% + 20px);
	height: 8px;
	bottom: calc(100% + 10px);
	left: -10px;
	clip-path: polygon(16px 0,calc(100% - 16px) 0,100% 100%,0 100%);
	z-index: 0;
}

@media (max-width: 767px) {
.ency_dashi .dashi_frame {
	width: 100%;
}
.ency_dashi .dashi_frame .frame_box {
	padding: 0 0 18px;
}
.ency_dashi .dashi_frame .frame_box:before,
.ency_dashi .dashi_frame .frame_box:after {
	background-size: 5px 20px;
	width: 5px;
	height: 20px;
}
.ency_dashi .dashi_frame .frame_box:before {
	left: 36px;
}
.ency_dashi .dashi_frame .frame_box:after {
	right: 36px;
}
.ency_dashi .dashi_frame .frame_inner {
	border-width: 5px;
}
.ency_dashi .dashi_frame .frame_inner:before {
	width: calc(100% + 10px);
	height: 4px;
	bottom: calc(100% + 4px);
	left: -5px;
	clip-path: polygon(8px 0,calc(100% - 8px) 0,100% 100%,0 100%);
}
}

.ency_dashi .dashi_food .ency_hdm {
	margin-bottom: 30px;
}
.ency_dashi .dashi_food .food_table th,
.ency_dashi .dashi_food .food_table td {
	text-align: center;
	vertical-align: middle;
	padding: 15px 10px;
	font-weight: 500;
	line-height: 1.1;
}
.ency_dashi .dashi_food .food_table td {
	font-family: var(--font-family-yu-gothic);
}
.ency_dashi .dashi_food .food_table_yl {
	border: 1px var(--color-orange) solid;
	width: 100%;
}
.ency_dashi .dashi_food .food_table_yl th,
.ency_dashi .dashi_food .food_table_yl td {
	width: 33.3333%;
	border: 1px var(--color-orange) solid;
}
.ency_dashi .dashi_food .food_table_yl th {
	background: #F9C758;
}
.ency_dashi .dashi_food .food_table_gr {
	border: 1px var(--color-green) solid;
	width: 414px;
	max-width: 100%;
}
.ency_dashi .dashi_food .food_table_gr th,
.ency_dashi .dashi_food .food_table_gr td {
	width: 50%;
	border: 1px var(--color-green) solid;
}
.ency_dashi .dashi_food .food_table_gr th {
	background: #A4EF73;
}
.ency_dashi .dashi_food .food_note {
	margin: 20px 0 0;
	padding: 0 10px;
	align-self: flex-start;
}
.ency_dashi .dashi_food .food_note.note_center {
	align-self: center;
	width: auto;
}
.ency_dashi .dashi_food .frame_inner {
	padding: 40px 30px;
}
@media (max-width: 767px) {
.ency_dashi .dashi_food .ency_hdm {
	margin-bottom: 15px;
}
.ency_dashi .dashi_food .food_table th,
.ency_dashi .dashi_food .food_table td {
	padding: 5px;
}
.ency_dashi .dashi_food .food_table_gr {
	width: 210px;
}
.ency_dashi .dashi_food .food_note {
	margin: 15px 0 0;
	padding: 0 5px;
}
.ency_dashi .dashi_food .frame_inner {
	padding: 20px 12px 15px;
}
.ency_dashi .dashi_food .food_table_yl.random th,
.ency_dashi .dashi_food .food_table_yl.random td {
	width: auto;
}
.ency_dashi .dashi_food .food_note.note_center {
	align-self: flex-start;
}
}

.ency_dashi .dashi_food .food_usage {
	margin: 45px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	gap: 20px 90px;
	font-weight: 500;
}
.ency_dashi .dashi_food .food_usage .usage_img {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 1;
}
.ency_dashi .dashi_food .food_usage .usage_left {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ency_dashi .dashi_food .food_usage .usage_left .usage_img {
	padding: 15px 0;
}
.ency_dashi .dashi_food .food_usage .usage_left .usage_img img {
	width: 133px;
}
.ency_dashi .dashi_food .food_usage .usage_right {
	padding: 0 334px 0 0;
	position: relative;
}
.ency_dashi .dashi_food .food_usage .usage_right .usage_img img {
	width: 229px;
}
.ency_dashi .dashi_food .food_usage .usage_txt {
	background: #fff;
}
.ency_dashi .dashi_food .food_usage .usage_pop {
	position: absolute;
	right: 0;
	top: 10px;
	width: 404px;
	z-index: 0;
}
.ency_dashi .dashi_food .food_usage .usage_pop .com_shadow {
	padding: 25px 65px;
	position: relative;
	display: flex;
	justify-content: flex-start;
}
.ency_dashi .dashi_food .food_usage .usage_pop .pop_cont {
	position: relative;
}
.ency_dashi .dashi_food .food_usage .usage_pop .pop_cont:before {
	position: absolute;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/page10/hand_food.png");
	background-size: 206px 175px;
	width: 206px;
	height: 175px;
	left: calc(100% + 10px);
	top: -15px;
	z-index: 0;
}
.ency_dashi .dashi_food .food_usage .usage_pop .pop_cont.body:before {
	background-image: url("../images/page10/hand_food02.png");
}
@media (max-width: 767px) {
.ency_dashi .dashi_food .food_usage {
	margin: 25px 0 0;
	flex-direction: column;
	align-items: center;
	gap: 20px 0;
}
.ency_dashi .dashi_food .food_usage .usage_left {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px 0;
}
.ency_dashi .dashi_food .food_usage .usage_left .usage_img {
	padding: 0;
}
.ency_dashi .dashi_food .food_usage .usage_left .usage_img img {
	width: 66px;
}
.ency_dashi .dashi_food .food_usage .usage_right {
	padding: 0;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px 0;
}
.ency_dashi .dashi_food .food_usage .usage_right .usage_img img {
	width: 114px;
}
.ency_dashi .dashi_food .food_usage .usage_pop {
	position: static;
	width: 225px;
	margin: 0 50px 25px 0;
}
.ency_dashi .dashi_food .food_usage .usage_pop .com_shadow {
	padding: 13px 20px;
}
.ency_dashi .dashi_food .food_usage .usage_pop .pop_cont:before {
	background-size: 103px 88px;
	width: 103px;
	height: 88px;
	left: calc(100% + 20px);
	top: -5px;
}
}

.ency_dashi .dashi_make {
	padding: 0 0 0 50px;
	display: flex;
	flex-direction: column;
	width: 100%;
	gap: 50px 0;
}
.ency_dashi .dashi_make .make_inner {
	display: flex;
	align-items: stretch;
	gap: 0 50px;
}
.ency_dashi .dashi_make .make_img {
	flex-shrink: 0;
	position: relative;
}
.ency_dashi .dashi_make .make_img img {
	width: 150px;
}
.ency_dashi .dashi_make .make_img:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 20px;
	background: var(--color-orange);
	clip-path: polygon(0 0,100% 0,50% 100%);
	left: 50%;
	bottom: calc((100% - 200px)/2);
	transform: translate(-50%,50%);
	z-index: 0;
}
.ency_dashi .dashi_make .make_inner:last-child .make_img:before {
	display: none;
}
.ency_dashi .dashi_make .make_in {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.ency_dashi .dashi_make .make_num {
	width: 50px;
	height: 50px;
	color: #fff;
	background: var(--color-orange);
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 0 10px;
	font-size: 30px;
	font-weight: 900;
	line-height: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.ency_dashi .dashi_make .make_txt {
	
}
.ency_dashi .dashi_make .com_shadow {
	padding: 20px 35px 20px 25px;
	margin: 20px 0 0;
	width: 500px;
	max-width: 100%;
	position: relative;
}
.ency_dashi .dashi_make .shadow_txt {
	text-align: justify;
	text-justify: inter-ideograph;
}
.ency_dashi .dashi_make_gr .make_num {
	background: var(--color-green);
}
.ency_dashi .dashi_make_gr .make_img:before {
	background: var(--color-green);
}

.ency_dashi .dashi_make .first_make_ico01 {
	position: absolute;
	right: -84px;
	bottom: 0;
	width: 109px;
	z-index: 0;
}
.ency_dashi .dashi_make .first_make_ico02 {
	position: absolute;
	right: -92px;
	bottom: 0;
	width: 110px;
	z-index: 0;
}
.ency_dashi .dashi_make .first_make_ico03 {
	position: absolute;
	right: -58px;
	bottom: 0;
	width: 79px;
	z-index: 0;
}
.ency_dashi .dashi_make .second_make_ico01 {
	position: absolute;
	right: -58px;
	bottom: 0;
	width: 79px;
	z-index: 0;
}
.ency_dashi .dashi_make .boiled_make_ico01 {
	position: absolute;
	right: -84px;
	bottom: 0;
	width: 109px;
	z-index: 0;
}
.ency_dashi .dashi_make .boiled_make_ico02 {
	position: absolute;
	right: -58px;
	bottom: 0;
	width: 81px;
	z-index: 0;
}

.ency_dashi .dashi_make .hot_make_ico01 {
	position: absolute;
	right: -84px;
	bottom: 0;
	width: 109px;
	z-index: 0;
}
.ency_dashi .dashi_make .hot_make_ico02 {
	position: absolute;
	right: -92px;
	bottom: 0;
	width: 110px;
	z-index: 0;
}
.ency_dashi .dashi_make .cold_make_ico01 {
	position: absolute;
	right: -84px;
	bottom: 0;
	width: 109px;
	z-index: 0;
}


@media (max-width: 1024px) {
.ency_dashi .dashi_make .com_shadow {
	max-width: 80%;
}
}
@media (max-width: 767px) {
.ency_dashi .dashi_make {
	padding: 0;
}
.ency_dashi .dashi_make .make_inner {
	flex-direction: column;
	align-items: center;
	gap: 25px 0;
	position: relative;
}
.ency_dashi .dashi_make .make_inner:before {
	position: absolute;
	content: "";
	width: 24px;
	height: 16px;
	background: var(--color-orange);
	clip-path: polygon(0 0,100% 0,50% 100%);
	left: 50%;
	top: calc(100% + 17px);
	transform: translateX(-50%);
	z-index: 0;
}
.ency_dashi .dashi_make_gr .make_inner:before {
	background: var(--color-green);
}
.ency_dashi .dashi_make .make_img:before {
	display: none;
}
.ency_dashi .dashi_make .make_inner:last-child:before {
	display: none;
}
.ency_dashi .dashi_make .make_in {
	flex-direction: row;
	gap: 0 10px;
	align-items: flex-start;
	width: 100%;
}
.ency_dashi .dashi_make .make_cont {
	flex: 1;
}
.ency_dashi .dashi_make .make_num {
	width: 30px;
	height: 30px;
	margin: 0;
	font-size: 18px;
	padding: 0 0 3px;
	flex-shrink: 0;
}
.ency_dashi .dashi_make .com_shadow {
	padding: 10px 15px;
	width: 250px;
	margin: 10px 0 0;
}
.ency_dashi .dashi_make .first_make_ico01 {
	right: -42px;
	width: 54px;
}
.ency_dashi .dashi_make .first_make_ico02 {
	right: -45px;
	width: 55px;
}
.ency_dashi .dashi_make .first_make_ico03 {
	right: -29px;
	width: 40px;
}
.ency_dashi .dashi_make .second_make_ico01 {
	right: -29px;
	width: 40px;
}
.ency_dashi .dashi_make .boiled_make_ico01 {
	right: -42px;
	width: 54px;
}
.ency_dashi .dashi_make .boiled_make_ico02 {
	right: -29px;
	width: 40px;
}
.ency_dashi .dashi_make .hot_make_ico01 {
	right: -42px;
	width: 54px;
}
.ency_dashi .dashi_make .hot_make_ico02 {
	right: -45px;
	width: 55px;
}
.ency_dashi .dashi_make .cold_make_ico01 {
	right: -42px;
	width: 54px;
}
}

.ency_dashi .dashi_link {
	width: 700px;
	max-width: 100%;
}
.ency_dashi .dashi_link .frame_inner {
	padding: 25px 20px 22px;
}
.ency_dashi .dashi_link .link_det {
	display: flex;
	justify-content: flex-start;
	font-weight: 500;
	margin: 0 0 30px;
}
.ency_dashi .dashi_link .link_det .det_in {
	background: #fff;
}
.ency_dashi .dashi_link .link_list {
	width: 530px;
	max-width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 25px;
}
.ency_dashi .dashi_link .link_list li {
	width: calc((100% - 50px)/3);
}
.ency_dashi .dashi_link .link_list li a {
	display: block;
	background: var(--color-orange);
	color: #fff;
	height: 100%;
	position: relative;
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}
.ency_dashi .dashi_link .link_list li a:before,
.ency_dashi .dashi_link .link_list li a:after {
	position: absolute;
	content: "";
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url("../images/page10/ball_orange.png");
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	top: -8px;
	z-index: 0;
}
.ency_dashi .dashi_link_gr .link_list li a {
	background: var(--color-green);
}
.ency_dashi .dashi_link_gr .link_list li a:before,
.ency_dashi .dashi_link_gr .link_list li a:after {
	background-image: url("../images/page10/ball_green.png");
}
.ency_dashi .dashi_link .link_list li a:before {
	left: -8px;
}
.ency_dashi .dashi_link .link_list li a:after {
	right: -10px;
}
.ency_dashi .dashi_link .link_list li a:hover {
	opacity: 0.5;
}
.ency_dashi .dashi_link .link_img img {
	width: 100%;
}
.ency_dashi .dashi_link .link_txt {
	padding: 5px 2px;
	line-height: 1.2;
	font-weight: 500;
	white-space: nowrap;
	text-align: center;
}
.ency_dashi .dashi_link .link_txt .ff_yugo {
	font-size: 14px;
}
@media (max-width: 767px) {
.ency_dashi .dashi_link .frame_inner {
	padding: 14px 10px;
}
.ency_dashi .dashi_link .link_det {
	margin: 0 0 15px;
}
.ency_dashi .dashi_link .link_list {
	gap: 15px;
}
.ency_dashi .dashi_link .link_list li {
	width: calc((100% - 30px)/3);
}
.ency_dashi .dashi_link .link_list li a:before,
.ency_dashi .dashi_link .link_list li a:after {
	background-size: 10px 10px;
	width: 10px;
	height: 10px;
	top: -4px;
}
.ency_dashi .dashi_link .link_list li a:before {
	left: -4px;
}
.ency_dashi .dashi_link .link_list li a:after {
	right: -5px;
}
.ency_dashi .dashi_link .link_list li a:hover {
	opacity: 1;
}
.ency_dashi .dashi_link .link_txt {
	padding: 2px 2px 3px;
	font-size: min(12px,3.2vw);
}
.ency_dashi .dashi_link .link_txt .ff_yugo {
	font-size: min(8px,2.14vw);
}
}

.ency_dashi .first_only {
	margin: 70px 0 0;
	position: relative;
}
.ency_dashi .first_only .dashi_frame {
	width: 350px;
}
.ency_dashi .first_only .link_list {
	width: 160px;
}
.ency_dashi .first_only .link_list li {
	width: 100%;
}
.ency_dashi .first_only .only_img {
	position: absolute;
	right: -110px;
	bottom: 28px;
	width: 372px;
	z-index: 0;
}
@media (max-width: 1024px) {
.ency_dashi .first_only .only_img {
	right: -30px;
	bottom: 18px;
}
}
@media (max-width: 767px) {
.ency_dashi .first_only {
	margin: 20px 0 110px
}
.ency_dashi .first_only .dashi_frame {
	width: 50%;
}
.ency_dashi .first_only .link_list {
	width: 60%;
}
.ency_dashi .first_only .only_img {
	position: absolute;
	right: 0;
	bottom: auto;
	top: calc(100% - 25px);
	width: 186px;
	z-index: 0;
}
}

.ency_dashi .dashi_point {
	display: flex;
	align-items: flex-start;
	margin: 0 0 40px;
}
.ency_dashi .dashi_point .point_in {
	width: 50%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ency_dashi .dashi_point .ency_hdm {
	min-width: inherit;
	width: 420px;
	max-width: 100%;
	margin: 0 0 45px;
}
.ency_dashi .dashi_point .point_img {
	width: 50%;
}
.ency_dashi .dashi_point .point_img01 {
	text-align: left;
	padding: 0 60px;
}
.ency_dashi .dashi_point .point_img01 img {
	width: 360px;
}
.ency_dashi .dashi_point .point_img02 {
	text-align: right;
	padding: 10px 0 0 20px;
}
.ency_dashi .dashi_point .point_img02 img {
	width: 396px;
}
@media (max-width: 767px) {
.ency_dashi .dashi_point {
	flex-direction: column;
	align-items: center;
	margin: 0 0 25px;
}
.ency_dashi .dashi_point .point_in {
	width: 100%;
}
.ency_dashi .dashi_point .ency_hdm {
	width: 86%;
	max-width: none;
	margin: 0 0 25px;
}
.ency_dashi .dashi_point .point_img {
	width: auto;
}
.ency_dashi .dashi_point .point_img01 {
	text-align: center;
	padding: 0;
	margin: 20px 0 0;
}
.ency_dashi .dashi_point .point_img01 img {
	width: 180px;
}
.ency_dashi .dashi_point .point_img02 {
	text-align: center;
	padding: 0;
	margin: 15px 0 0;
}
.ency_dashi .dashi_point .point_img02 img {
	width: 198px;
}
}



.ency_dashi .secret_delicious {
	margin: 100px 0 0;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ency_dashi .secret_delicious .delicious_img {
	position: relative;
}
.ency_dashi .secret_delicious .delicious_img a {
	display: block;
	position: relative;
	z-index: 1;
}
.ency_dashi .secret_delicious .delicious_img img {
	width: 620px;
}
.ency_dashi .secret_delicious .delicious_img .img_ico {
	position: absolute;
	left: -46px;
	bottom: -20px;
	z-index: 0;
}
.ency_dashi .secret_delicious .delicious_img .img_ico img {
	width: 73px;
}
.ency_dashi .secret_delicious .delicious_link {
	margin: 25px 0 0;
}
.ency_dashi .secret_delicious .delicious_link a {
	display: block;
	color: #fff;
	font-weight: 700;
	position: relative;
	background: var(--color-orange);
	padding: 5px 20px 5px 65px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}
.ency_dashi .secret_delicious .delicious_link .link_arrow {
	position: absolute;
	left: 22px;
	top: 50%;
	transform: translateY(-50%);
	width: 24px;
	height: 24px;
	background: #fff;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	z-index: 1;
}
.ency_dashi .secret_delicious .delicious_link .link_arrow:before {
	position: absolute;
	content: "";
	background: url("../images/page13/arrow_link.svg") center center no-repeat;
	background-size: 10px 10px;
	top: 50%;
	left: 8px;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	z-index: 0;
}
.ency_dashi .secret_delicious .delicious_peo {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 740px;
	max-width: 100%;
	margin: 25px 0 0;
}
.ency_dashi .secret_delicious .delicious_peo .peo_left img {
	width: 176px;
}
.ency_dashi .secret_delicious .delicious_peo .peo_right img {
	width: 168px;
}
.ency_dashi .secret_delicious .delicious_turn {
	display: flex;
	flex-direction: column;
	align-items: center;
}


@media (max-width: 767px) {
.ency_dashi .secret_delicious {
	margin: 25px 0 0;
}
.ency_dashi .secret_delicious .delicious_img {
	margin: 0 20px;
}
.ency_dashi .secret_delicious .delicious_img .img_ico {
	left: -10px;
	bottom: -28px;
}
.ency_dashi .secret_delicious .delicious_img .img_ico img {
	width: 36px;
}
.ency_dashi .secret_delicious .delicious_link {
	margin: 10px 0 0;
	padding: 0 20px;
	width: 100%;
}
.ency_dashi .secret_delicious .delicious_link a {
	width: 100%;
	padding: 12px 0 12px 44px;
	text-align: center;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}
.ency_dashi .secret_delicious .delicious_link .link_arrow {
	left: 14px;
	width: 30px;
	height: 30px;
}
.ency_dashi .secret_delicious .delicious_link .link_arrow:before {
	background: url("../images/page13/arrow_link.svg") center center no-repeat;
	background-size: 12px 12px;
	left: 10px;
	width: 12px;
	height: 12px;
}
.ency_dashi .secret_delicious .delicious_peo {
	margin: 35px 0 0;
	padding: 0;
}
.ency_dashi .secret_delicious .delicious_peo .peo_left img {
	width: 88px;
}
.ency_dashi .secret_delicious .delicious_peo .peo_right img {
	width: 84px;
}
.ency_dashi .secret_delicious .delicious_turn {
	flex-direction: column-reverse;
	align-items: center;
	width: 100%;
}
}


@media (max-width: 767px) {
	
}



















