#ume_feature {
  font-family: "Yu Mincho", "YuMincho", serif;
  color: #000;
  box-sizing: border-box;
}
#ume_feature * {
  box-sizing: border-box;
}
#ume_feature *:before,
#ume_feature *:after {
  box-sizing: border-box;
}
#ume_feature section,
#ume_feature figure,
#ume_feature h1,
#ume_feature h2,
#ume_feature h3,
#ume_feature h4,
#ume_feature h5 {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}
#ume_feature img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
#ume_feature em,
#ume_feature strong,
#ume_feature small {
  font-style: normal;
}
#ume_feature .ume_feature_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 20px;
}
.ume_feature_list a {
  display: block;
  text-decoration: none;
}
#ume_feature .ume_feature_list li {
  width: calc((100% - 20px) / 2);
  padding-bottom: 30px;
  text-align: center;
}
#ume_feature .ume_feature_list .img_wrap {
  position: relative;
}
#ume_feature .ume_feature_list .img_wrap > img {
  display: block;
  width: 100%;
}
#ume_feature .ume_feature_list .img_wrap span {
  display: block;
  position: absolute;
  bottom: -30px;
  right: -20px;
}
#ume_feature .ume_feature_list .img_wrap span img {
  width: 75%;
}
#ume_feature .ume_feature_list h3 {
  margin-top: 30px;
  font-size: 16px;
  letter-spacing: 2px;
}
#ume_feature .ume_feature_list p {
  margin-top: 5px;
  font-size: 14px;
  letter-spacing: -1px;
  line-height: 1.6;
  white-space: nowrap;
}
#ume_feature h2 {
  text-align: center;
}
#ume_feature h2 em {
  display: inline-block;
  position: relative;
  font-size: 18px;
}
#ume_feature h2 em img {
  display: inline-block;
  position: relative;
  top: 5px;
  height: 30px;
}
#ume_feature h2 em:before,
#ume_feature h2 em:after {
  position: absolute;
  top: calc(50% - 6px);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
#ume_feature h2 em:before {
  left: -40px;
  width: calc(42px / 1.5);
  height: calc(42px / 1.5);
  background-image: url(/dev2/img/usr/freepage/ume_feature/icon_umefeature_ume01.png);
}
#ume_feature h2 em:after {
  right: -40px;
  width: calc(42px / 1.5);
  height: calc(41px / 1.5);
  background-image: url(/dev2/img/usr/freepage/ume_feature/icon_umefeature_ume02.png);
}
#ume_feature #ume_feature_mv h2 em img,
#ume_feature #ume_feature_list h2 em img {
  margin-left: 10px;
}
#ume_feature #ume_feature_link h2 em img,
#ume_feature #ume_feature_table h2 em img {
  margin: 0 5px;
}
#ume_feature #ume_feature_plumwine h2 em img,
#ume_feature #ume_feature_juice h2 em img,
#ume_feature #ume_feature_sour h2 em img,
#ume_feature #ume_feature_jam h2 em img,
#ume_feature #ume_feature_salted h2 em img {
  margin-right: 10px;
}
#ume_feature #ume_feature_mv {
  background: #fafee3;
}
#ume_feature #ume_feature_mv h1 img {
  width: 100%;
}
#ume_feature #ume_feature_mv .mv_txt {
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto 30px;
  padding: 30px 15px;
  background: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 1.8;
}
#ume_feature #ume_feature_mv .mv_txt img {
  display: inline-block;
  position: relative;
  top: 2px;
  width: auto;
  height: 30px;
  margin: 0 5px;
}
#ume_feature #ume_feature_mv .mv_txt:before,
#ume_feature #ume_feature_mv .mv_txt:after {
  position: absolute;
  right: 10px;
  left: 10px;
  height: 2px;
  background: #e0e43d;
  content: '';
}
#ume_feature #ume_feature_mv .mv_txt:before {
  top: 12px;
}
#ume_feature #ume_feature_mv .mv_txt:after {
  bottom: 12px;
}
#ume_feature #ume_feature_link {
  padding: 30px 0 10px;
}
#ume_feature #ume_feature_link ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto;
  padding: 30px 10px 0;
}
#ume_feature #ume_feature_link li {
  align-self: stretch;
  position: relative;
  margin-bottom: 10px;
}
#ume_feature #ume_feature_link li:first-child {
  width: calc((100% - 5px) / 2);
}
#ume_feature #ume_feature_link li:first-child a {
  border: 2px solid #838434;
  background-color: #a4ad47;
}
#ume_feature #ume_feature_link li:nth-child(2) {
  width: calc((100% - 5px) / 2);
  margin-left: 5px;
}
#ume_feature #ume_feature_link li:nth-child(2) a {
  border: 2px solid #358667;
  background-color: #39ac80;
}
#ume_feature #ume_feature_link li:nth-child(n+3) {
  width: calc((100% - 10px) / 3);
}
#ume_feature #ume_feature_link li:nth-child(n+3) a {
  border: 2px solid #ac3a4a;
  background-color: #cd4a5d;
}
#ume_feature #ume_feature_link li:nth-child(n+4) {
  margin-left: 5px;
}
#ume_feature #ume_feature_link li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 15px 10px 25px;
  background-image: url(/dev2/img/usr/freepage/ume_feature/icon_umefeature_arrow_bottom.png);
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center bottom 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  line-height: 1.2;
  transition: .3s;
}
#ume_feature #ume_feature_link li a span {
  display: block;
}
#ume_feature #ume_feature_link li a:hover {
  border: 2px solid #000;
  text-decoration: none;
  opacity: .7;
}
#ume_feature #ume_feature_link li em {
  font-size: 18px;
}
#ume_feature .recipe {
  background-color: #fafee3;
}
#ume_feature .recipe .recipe_inner {
  padding: 50px 15px 10px;
  margin: 0 auto;
}
#ume_feature .recipe .title_supplementary {
  display: block;
  margin-top: 20px;
  font-size: 13px;
  text-align: center;
}
#ume_feature .recipe .title_supplementary em {
  color: #d35468;
  font-size: 13px;
}
#ume_feature .recipe .process {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 25px;
}
#ume_feature .recipe .process p {
  padding: 5px 0 20px;
  font-size: 12px;
  line-height: 1.5;
}
#ume_feature .recipe .process p em {
  font-size: 12px;
  color: #d35468;
}
#ume_feature .recipe .process p em.txt_green {
  color: #1a8e50;
}
#ume_feature .recipe .process p span {
  display: block;
  margin-top: 5px;
  font-size: 10px;
}
#ume_feature .recipe .process li {
  position: relative;
  width: calc((100% - 25px) / 2);
}
#ume_feature .recipe .process li > img {
  width: 100%;
}
#ume_feature .recipe .process li:nth-child(2n):before {
  position: absolute;
  top: 24%;
  left: -17px;
  width: calc(16px / 1.5);
  height: calc(33px / 1.5);
  background-image: url(/dev2/img/usr/freepage/ume_feature/icon_umefeature_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  content: '';
}
#ume_feature .recipe .process .process_point p em {
  display: inline-block;
  margin-bottom: 5px;
  background: linear-gradient(transparent 70%, #ffff66 0%);
  font-size: 12px;
  color: #000;
}
#ume_feature .recipe .process_point_jam h3 {
  text-align: center;
}
#ume_feature .recipe .process_point_jam h3 img {
  display: inline-block;
  width: 80%;
}
#ume_feature .recipe .process_point_jam p {
  padding: 5px 0 10px;
  font-size: 12px;
  line-height: 1.5;
}
#ume_feature .recipe .process_point_jam p em {
  font-size: 12px;
  color: #d35468;
}
#ume_feature .recipe .recipe_box {
  margin: 10px 0 20px;
  padding: 15px 10px 15px;
  border: 1px solid #dbdc90;
  background-color: #fff;
}
#ume_feature .recipe .recipe_box ol {
  padding-top: 15px;
}
#ume_feature .recipe .recipe_box ol li {
  margin: 0;
  padding-left: 30px;
  list-style: none;
  font-size: 12px;
  line-height: 1.9;
  text-indent: -15px;
}
#ume_feature .recipe .recipe_box ol li em {
  font-size: 12px;
  color: #e82222;
}
#ume_feature .recipe .recipe_box .point_supplementary {
  background-color: #e4e599;
  margin-top: 20px;
  padding: 10px 15px;
  font-size: 12px;
  line-height: 1.7;
}
#ume_feature .recipe .recipe_box .point_supplementary em {
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
}
#ume_feature .recipe .recipe_box .point_supplementary span {
  display: block;
  font-size: 10px;
}
#ume_feature .recipe .recipe_box .title_wrap {
  padding-bottom: 10px;
  border-bottom: 2px solid #dbdc90;
}
#ume_feature .recipe .recipe_box .title_wrap h3 {
  display: block;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
#ume_feature .recipe .recipe_box .title_wrap h3:before {
  position: absolute;
  top: 4px;
  left: 2px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #b5b650;
  content: '';
}
#ume_feature .recipe .recipe_box .ingredients {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 15px;
}
#ume_feature .recipe .recipe_box .ingredients span {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.7;
}
#ume_feature .recipe .recipe_box .ingredients .ingredients_sup {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 0;
  font-size: 12px;
  color: #e82222;
  text-align: center;
}
#ume_feature .recipe .recipe_advice {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-height: 88px;
  background-image: url(/dev2/img/usr/freepage/ume_feature/icon_umefeature_radvice.png);
  background-size: 60px auto;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 70px;
}
#ume_feature .recipe .recipe_advice p {
  padding: 5px 0;
  font-size: 12px;
  line-height: 1.8;
  color: #333;
  text-decoration: underline dashed #acad47;
  letter-spacing: 0;
}
#ume_feature .recipe .recipe_advice p em {
  color: #e82222;
  font-size: 12px;
}
#ume_feature #ume_feature_plumwine {
  position: relative;
}
#ume_feature #ume_feature_plumwine:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 20px;
  background-color: #fff;
  content: '';
}
#ume_feature #ume_feature_table .recipe_table_top {
  padding: 50px 15px 0;
}
#ume_feature #ume_feature_table .recipe_table_bottom {
  padding: 0 15px 10px;
}
#ume_feature #ume_feature_table .table_title {
  margin-top: 20px;
  font-size: 16px;
  text-align: center;
}
#ume_feature #ume_feature_table .table_wrap {
  width: 100%;
  overflow-x: scroll;
  margin: 20px auto 30px;
  padding: 0 15px;
}
#ume_feature #ume_feature_table .table_wrap figure {
  padding-right: 15px;
  width: calc(920px / 1.2);
}
#ume_feature #ume_feature_table .table_wrap figure img {
  display: block;
  width: 100%;
}
#ume_feature #ume_feature_table .recipe_box {
  padding-bottom: 15px;
}
#ume_feature #ume_feature_list {
  padding: 50px 0 10px;
}
#ume_feature .recipe + .recipe {
  position: relative;
}
#ume_feature .recipe + .recipe:before {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #9e9e9e;
  content: '';
}
/*# sourceMappingURL=ume_feature_sp.css.map */