.about_ttl {
  text-align: center;
}

.about_desc {
  font-weight: bold;
  text-align: center;
}

.about_cont {
  position: relative;
}

.about_cont:before {
  background-image: url(../img/ico_deco01.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  left: 0;
  position: absolute;
  top: -14%;
}

.about_cont:after {
  background-image: url(../img/ico_deco02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  bottom: -50%;
  content: "";
  position: absolute;
  right: 0;
  z-index: 1;
}

.about_rule {
  margin-top: 50px;
}

.about_rule dt {
  background: #e8e8e8;
  display: inline-block;
  padding: 2px 2.35em;
}

.about_rule dd {
  margin-top: 12px;
}

.about_rule dd li {
  padding-left: 1em;
  text-indent: -1em;
}

.about_desc02Wp {
  font-size: 2.5rem;
  font-weight: bold;
  margin-top: 70px;
  text-align: center;
}

.about_desc02 {
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}

.about_desc02:before {
  background: url(../img/ico_text_line.png);
  background-repeat: repeat-x;
  bottom: 3px;
  content: "";
  height: 18px;
  left: 0;
  margin: auto;
  max-width: 520px;
  position: absolute;
  right: 0;
  width: 96%;
  z-index: -1;
}

.about_desc02 .theme_color_red {
  font-size: 3.2rem;
}

.about_desc02 .theme_color_orange {
  font-size: 3.2rem;
}

.selection_recipe {
  background: #fff;
  -webkit-box-shadow: 10px 10px 0px #e9d5af;
          box-shadow: 10px 10px 0px #e9d5af;
  padding: 0 60px 120px;
  position: relative;
}

.selection_recipe:before {
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 500px;
  left: 50%;
  position: absolute;
  top: -110px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 570px;
}

.selection_recipe_cont {
  position: relative;
}

.selection_recipe_ttl {
  text-align: center;
  -webkit-transform: translateY(-60px);
          transform: translateY(-60px);
}

.selection_recipe_desc {
  text-align: center;
}

.ruleWp {
  border: solid 1px #e8e8e8;
  margin-top: 40px;
}

.rule_map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vote_list .m_card:nth-of-type(2n) {
  margin-right: 0;
}

.m_card_imgWp {
  position: relative;
}

.ico_entry {
  left: -7%;
  max-width: 165px;
  position: absolute;
  top: -15%;
  width: 16vw;
}

.vote_name {
  color: #dc2c2d;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
  text-align: center;
}

.vote_cresit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4px;
}

.vote_cresit li {
  display: inline-block;
}

.material_list_item dt {
  min-width: 150px;
}

.m_card_pont {
  background: #f7f7f7;
  margin-top: 15px;
  padding: 15px;
}

.m_card_pont dt {
  font-weight: bold;
  padding-left: 1.5em;
  position: relative;
}

.m_card_pont dt:before {
  background-image: url(../img/ico_question.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m_card_pont dd {
  margin-top: 10px;
}

.m_card_btn {
  background: #a7c326;
  border: solid 1px #a7c326;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 9px;
  width: 100%;
}

.m_card_btn:hover {
  opacity: 0.8;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.m_card_btnWp {
  margin-top: 20px;
  text-align: center;
}

.m_card_btn span {
  padding-left: 1em;
  position: relative;
}

.m_card_btn span:before {
  background-image: url(../img/ico_search.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 23px;
  left: -1em;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 23px;
}

.applicable_products {
  border: solid 4px #e8e8e8;
}

.applicable_products .m_card {
  margin-right: 8%;
  width: 46%;
}

.vote_list .applicable_products .m_cardUni {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.applicable_products .m_card:nth-of-type(2n) {
  margin-right: 0;
}

.ico_flag {
  left: -18%;
  position: absolute;
  top: -16%;
  width: 160px;
}

.applicable_products .m_card_btn {
  background: #7bc326;
  border-color: #7bc326;
}

.applicable_products .m_card {
  margin-bottom: 0;
}

.applicable_products h2 {
  text-align: center;
}

.applied_recipeWp {
  padding-top: 225px;
}

.applied_recipe {
  background: #fff;
  position: relative;
}

.applied_recipe:before {
  -webkit-transform: translateX(-50%);
  background: #fff;
  border-radius: 50%;
  content: "";
  height: 500px;
  left: 50%;
  position: absolute;
  top: -110px;
  transform: translateX(-50%);
  width: 570px;
}

.applied_recipe_cont {
  position: relative;
}

.applied_recipe_ttl {
  text-align: center;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
}

.applied_recipe_desc {
  text-align: center;
}

.applied_name {
  color: #dc2c2d;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}

.event {
  margin-top: 30px;
}

.event_cont {
  background-color: #fff;
  border: solid 3px #ef9617;
}

.event_ttl {
  background: #ef9617;
  color: #fff;
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.event_info {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.event_info dt {
  background: #15a83c;
  border-radius: 24px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
}

.event_info dd a {
  color: #ef9617;
}

.event_info dd p {
  line-height: 1;
  margin-bottom: 10px;
}

.event_info.event_span {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.applicable_products {
  padding: 3.5vw 3.5vw 4vw;
}

/******* modal ***********/
.share {
  color: #e60012;
  margin-top: 1em;
}

.modal_comp_desc {
  font-size: 1.6rem;
  font-weight: bold;
}

.share.c_btn {
  border: solid 4px #e60012;
  font-size: 1.6rem;
  margin: 20px auto 0;
  max-width: 252px;
  padding: 0.1em 0.1em;
  width: 96%;
}

.share.c_btn:hover {
  text-decoration: none;
}

.modal_comp_tw:hover {
  text-decoration: none;
}

.modal_comp_tw {
  color: #e60012;
}

body.fixed {
  overflow: hidden;
}

.cast_content {
  margin: 0 auto;
}

.modal_containts {
  z-index: 10;
}

.js-modal {
  display: none;
}

.modal.js-modal {
  background-image: url(../img/bg_pat.png);
  background-repeat: repeat;
  background-repeat: repeat;
  background-size: 200px 200px;
  background-size: 400px 400px;
  display: block;
  height: 100%;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

.vote_cresit2 {
  min-height: 25px;
  text-align: center;
}

.modal .modal__in .js-modal-close {
  cursor: pointer;
  position: absolute;
}

.modal__content {
  width: 100%;
}

.modal__in {
  height: 100%;
  left: 50%;
  max-width: 960px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 94%;
}

.movieList_item a {
  color: #fff;
  display: block;
  font-size: 1.2rem;
  padding: 7px 1.5em 8px;
  text-decoration: none;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.movieList_item {
  border: solid 1px #df291c;
  margin-right: 1em;
}

.movieList_item:last-child {
  margin-right: 0;
}

.movieList_item a:hover {
  background: #df291c;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}

.modal_cont.c_inner {
  width: 90%;
}

.modal_ep {
  background: #e60012;
  border-radius: 25px;
  color: #fff;
  display: inline-block;
  font-size: 1.6rem;
  padding: 5px 1em;
  text-align: center;
}

.modal_box {
  text-align: center;
}

.modal_ttl {
  color: #e60012;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.modal_box .m_media {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 10px;
}

.modal_box .m_media_imgWp {
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 48%;
      -ms-flex: 0 1 48%;
          flex: 0 1 48%;
  margin-right: 2%;
}

.m_media_desc {
  text-align: left;
}

.modal_box .m_media_body {
  padding-bottom: 70px;
}

.modal_box .m_media_btn {
  font-size: 2rem;
  max-width: 252px;
  padding: 0.017em 0.1em;
  width: 96%;
}

.modal_ttlWp {
  position: relative;
}

.modal_ttlWp:before {
  background-image: url(../img/ico_line.png);
  background-repeat: repeat-x;
  background-size: 56%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
}

.modal_ttlWp:after {
  background-image: url(../img/ico_line.png);
  background-repeat: repeat-x;
  background-size: 56%;
  bottom: 5px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.element_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.element_list_item {
  background: #f7f7f7;
  max-width: 150px;
  padding: 20px 0;
  width: 23%;
}

.element_list_item dt {
  font-size: 1.4rem;
  position: relative;
}

.element_list_item dt:before {
  background: #000;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 33px;
}

.element_list_item dd {
  font-size: 1.4rem;
  margin-top: 30px;
}

.modal_elementWp {
  margin-top: 40px;
}

.modal_elementWp .caution_txt {
  font-size: 1.4rem;
  margin-top: 14px;
  text-align: left;
}

.modal_prosessWp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 45px;
}

.modal_prosessWp > div {
  width: 48%;
}

.modal_prosessWp > div {
  width: 44%;
}

.material_ttl,
.make_ttl {
  color: #dc2c2d;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2.5em;
  position: relative;
  text-align: left;
}

.material_ttl:before,
.make_ttl:before {
  background-image: url(../img/ico_tomato.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
}

.material_list_item {
  border-bottom: solid 1px #e7e7e7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  text-align: left;
}

.material_list_item:last-child {
  border-bottom: none;
}

.make_list > li {
  font-size: 1.6rem;
  margin-top: 20px;
  padding-left: 1em;
  text-align: left;
  text-indent: -1em;
}

.modal_pointWp {
  background: #f7f7f7;
  margin-top: 60px;
  padding: 10px 30px 30px;
  text-align: left;
}

.point_list_item dt {
  color: #dc2c2d;
  font-size: 1.8rem;
  font-weight: bold;
  padding-left: 2.5em;
  position: relative;
  text-align: left;
}

.point_list_item dt:before {
  background-image: url(../img/ico_tomato.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31px;
}

.point_list_item dd {
  margin-top: 30px;
}

.point_list_item {
  border-bottom: solid 1px #e7e7e7;
  padding: 20px 0;
}

.point_list_item:last-child {
  border-bottom: none;
}

.modal_btnWp {
  margin-top: 65px;
}

.modal .modal__in .js-modal-close.m_modal_btn {
  position: inherit;
}

.m_modal_btn {
  border-radius: 24px;
  color: #fff;
  display: inline-block;
  font-size: 1.8rem;
  margin: 0 25px 30px;
  max-width: 300px;
  padding: 10px 0;
  width: 100%;
}

.vote_btn {
  background: #fd4f54;
}

.print_btn {
  background: #a7c326;
}

.back_btn {
  background: #f5ce83;
}

.f_cresit_item a:hover {
  opacity: 0.8;
}

.m_modal_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.m_modal_btn span {
  padding-left: 1em;
  position: relative;
}

.vote_btn span:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/ico_vote.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 20px;
  left: -1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 22px;
}

.print_btn span:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/ico_print.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 21px;
  left: -1.6em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
}

.back_btn span:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/ico_back.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 18px;
  left: -1.6em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
}

#completion_modal .modal_ttl,
#modal_limit .modal_ttl,
#modal_error .modal_ttl {
  color: #000;
  font-weight: normal;
}

#completion_modal .modal__in,
#modal_limit .modal__in,
#modal_error .modal__in {
  height: 480px;
}

.selection_recipe_desc {
  margin-bottom: 30px;
}

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

.selection_recipe_desc span {
  font-weight: bold;
}

.announce_list .announce_list_item .announce_list_body {
  background: #f7f7f7;
  margin-top: 20px;
  padding: 20px;
}

.recipe_result_btn {
  background: #a7c326;
  border: solid 1px #a7c326;
  border-radius: 24px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 9px;
  width: 100%;
}

.recipe_result_btn:hover {
  -webkit-transition: 0.3s;
  opacity: 0.8;
  text-decoration: none;
  transition: 0.3s;
}

.recipe_result_btnWp {
  margin: 40px auto 0;
  max-width: 350px;
  text-align: center;
}

.recipe_result_btn span {
  padding-left: 1em;
  position: relative;
}

.recipe_result_btn span:before {
  -webkit-transform: translateY(-50%);
  background-image: url(../img/ico_search.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 23px;
  left: -1em;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}

.guideWp {
  background: #fffdf1;
  margin-top: 50px;
}

.guide_ttl {
  text-align: center;
}

.guide_list {
  margin-top: 30px;
}

.guide_list .guide_list_item {
  border-bottom: dotted 2px #b7b6ad;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.guide_list .guide_list_item:last-child {
  margin-bottom: 0px;
}

.guide_list .guide_list_item dt {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #e44646;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.guide_list .guide_list_item dt.grand {
  background: #ffac28;
  position: relative;
}

.guide_list .guide_list_item dt.grand:before {
  background: url(../img/ico_kirakira.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 97%;
  content: "";
  left: 0px;
  padding-top: 33.4%;
  position: absolute;
  top: 0;
  top: -10px;
  width: 100%;
}

.announce_desc02Wp {
  text-align: center;
}

.announce_desc02Wp span {
  font-weight: bold;
}

.announce_desc02 {
  display: inline-block;
  letter-spacing: 1px;
  position: relative;
}

.announce_desc02:before {
  background: url(../img/ico_text_line.png);
  background-repeat: repeat-x;
  bottom: 3px;
  content: "";
  height: 18px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: -1;
}

.recipe_result_media {
  margin-top: 30px;
}

.recipe_result_media_body .recipe_result_ttlWp {
  margin-top: 0;
}

.grand_inner {
  margin: auto;
  max-width: 700px;
}

.recipe_result_ttlWp {
  position: relative;
  text-align: center;
}

.recipe_result_ttlWp:before {
  background-image: url(../img/ico_line.png);
  background-repeat: repeat-x;
  background-size: 100%;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 100%;
}

.recipe_result_ttlWp:after {
  background-image: url(../img/ico_line.png);
  background-repeat: repeat-x;
  background-size: 100%;
  bottom: 5px;
  content: "";
  height: 15px;
  left: 0;
  position: absolute;
  width: 100%;
}

.recipe_result_ttl {
  color: #e60012;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 0.5em;
}

.recipe_first .imgWp {
  margin-top: 30px;
  position: relative;
  text-align: center;
}

.recipe_first .imgWp:before {
  background-image: url(../img/recipe_first_left.png);
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  content: "";
  height: 349px;
  left: 0;
  /* padding-top: 100%; */
  position: absolute;
  position: absolute;
  top: 27%;
  width: 152px;
  z-index: -1;
}

.recipe_first .imgWp:after {
  background-image: url(../img/recipe_first_right.png);
  background-repeat: no-repeat;
  background-size: 100%;
  content: "";
  height: 349px;
  position: absolute;
  right: 0;
  top: 1em;
  width: 166px;
  z-index: -1;
}

.recipe_result_ttlWp {
  margin-top: 50px;
}

.recipe_result_cresit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 0.5em;
}

.recipe_result_commentWp {
  background: #f7f7f7;
  margin-top: 30px;
  position: relative;
}

.recipe_result_comment_ttl {
  left: -3px;
  position: absolute;
  top: 0;
}

.recipe_first {
  border-bottom: solid 1px #e5e5e5;
}

.recipe_second {
  border-bottom: solid 1px #e5e5e5;
}

.live_stage h2 {
  font-weight: 400;
  text-align: center;
}

.live_stage h2 span {
  font-weight: 600;
}

.live_stage_btn {
  background: #7bc326;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  padding: 8px;
  text-align: center;
}

.live_stage_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.enterBtn {
  background: #7bc326;
  border-radius: 40px;
  color: #fff;
  display: block;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 0 auto;
  padding: 12px 1em;
  text-align: center;
  width: 90%;
}

.enterBtn:hover {
  opacity: 0.8;
  text-decoration: none;
}

.live_stage_btnWp {
  margin-top: 40px;
}

.applied_list.applied_list_fav {
  background: url(../img/bg_pat02.png);
}

.applied_list_fav .m_card_pont {
  background: #fff;
}

.btn_vegetablesolutionWp {
  display: none;
  position: fixed;
  right: 0;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 999;
}

.btn_vegetablesolutionWp a {
  display: block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn_vegetablesolutionWp a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media only screen and (min-width: 769px) {
  .announce_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .announce_list .announce_list_item {
    width: 30%;
  }
  .announce_list .announce_list_item .announce_list_body {
    font-size: 1.6rem;
  }
  .recipe_result_btn {
    font-size: 1.8rem;
  }
  .guideWp {
    padding: 30px;
  }
  .guide_list .guide_list_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .guide_list .guide_list_item dt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 2.2rem;
    height: 40px;
    min-width: 180px;
  }
  .guide_list .guide_list_item dd {
    font-size: 2rem;
    margin-left: 30px;
  }
  .announce_desc02Wp {
    font-size: 1.8rem;
    margin-top: 70px;
  }
  .announce_desc02Wp span {
    font-size: 2.8rem;
  }
  .recipe_result_media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .recipe_result_media_imgWp {
    width: 55%;
  }
  .recipe_result_media_body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 30px;
  }
  .recipe_result_ttlWp {
    padding: 40px 0 50px;
  }
  .recipe_result_ttl {
    font-size: 2.4rem;
  }
  .recipe_announceWp {
    margin-top: 100px;
  }
  .recipe_result_commentWp {
    padding: 40px 30px 30px;
  }
  .recipe_result_comment_desc {
    font-size: 1.6rem;
  }
  .recipe_first {
    padding-bottom: 80px;
  }
  .recipe_second {
    margin-top: 80px;
    padding-bottom: 80px;
  }
  .live_stage h2 {
    font-size: 1.8rem;
  }
  .live_stage h2 span {
    font-size: 2.8rem;
  }
  .live_stage {
    margin-top: 80px;
  }
  .live_stage_btn {
    font-size: 1.8rem;
  }
  .enterBtn {
    font-size: 2rem;
  }
  .applied_list.applied_list_fav {
    margin-top: 70px;
    padding: 40px 40px 65px;
  }
  .applied_list.applied_list_fav .m_cardUni__col3 > .m_card {
    margin-right: 4%;
    width: 30.6666%;
  }
  .applied_list.applied_list_fav .m_cardUni__col3 > .m_card:nth-of-type(3n) {
    margin-right: 0;
  }
  .about {
    padding-bottom: 210px;
    padding-top: 152px;
  }
  .about_cont:before {
    height: 125px;
    width: 121px;
  }
  .about_cont:after {
    height: 104px;
    width: 153px;
  }
  .about_desc {
    font-size: 1.8rem;
    line-height: 6rem;
    margin-top: 60px;
  }
  .about_desc span {
    font-size: 2.8rem;
  }
  .selection_recipe_desc {
    font-size: 1.6rem;
  }
  .rule_map_item {
    width: 30%;
  }
  .rule_map {
    padding: 0 80px;
  }
  .ruleWp {
    padding: 40px 50px 45px;
  }
  .about_rule dt {
    font-size: 1.6rem;
  }
  .about_rule dd {
    font-size: 1.6rem;
  }
  .vote_list {
    margin-top: 100px;
  }
  .vote_list .m_card {
    margin-bottom: 110px;
    margin-right: 8%;
    width: 46%;
  }
  .vote_name {
    font-size: 2.2rem;
  }
  .vote_cresit {
    font-size: 1.4rem;
  }
  .m_card_pont {
    font-size: 1.4rem;
  }
  .m_card_btn {
    font-size: 1.8rem;
  }
  .m_card_pont dt:before {
    height: 21px;
    width: 20px;
  }
  .m_card_pont dd {
    font-size: 1.4rem;
  }
  .vote_list .m_cardUni {
    margin-bottom: -110px;
  }
  .applicable_products {
    margin-top: 120px;
    padding: 60px 60px 70px;
  }
  .applicable_products .m_card_inner {
    margin-top: 115px;
    padding: 0 2vw;
  }
  .applied_recipe_desc {
    font-size: 1.6rem;
  }
  .applied_list {
    margin-top: 50px;
  }
  .applied_list .m_cardUni__col3 > .m_card {
    margin-bottom: 80px;
    margin-right: 8%;
    width: 28%;
  }
  .applied_list .m_cardUni__col3 > .m_card:nth-of-type(3n) {
    margin-right: 0;
  }
  .applied_recipe {
    -webkit-box-shadow: 10px 10px 0px #e9d5af;
            box-shadow: 10px 10px 0px #e9d5af;
    padding: 0 60px 80px;
  }
  .applied_name {
    font-size: 1.8rem;
    text-align: center;
  }
  .event_ttl span {
    font-size: 2.5rem;
  }
  .event_ttl {
    font-size: 2rem;
  }
  .event_cont .m_media_imgWp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
    margin-right: 4%;
  }
  .announceWp {
    padding-top: 40px;
  }
  .event_info dt {
    font-size: 1.8rem;
    margin-right: 20px;
    width: 105px;
  }
  .event_info dd {
    font-size: 2rem;
  }
  .event .m_media {
    padding: 30px 25px;
  }
  .modal__content {
    padding: 50px 0;
  }
  .modal .modal__in .js-modal-close {
    right: 0;
    top: 50px;
  }
  .modal_cont.c_inner {
    padding: 50px;
  }
  .modal .modal__in .js-modal-close img {
    height: 50px;
    width: 50px;
  }
  .modal_ttlWp {
    margin-top: 50px;
    padding: 40px 0 50px;
  }
  .modal_imgWp {
    margin: auto;
    max-width: 500px;
    width: 100%;
  }
  #completion_modal .modal_ttl,
  #modal_limit .modal_ttl,
  #modal_error .modal_ttl {
    font-size: 2.2rem;
  }
}

@media only screen and (max-width: 768px) {
  .announce_list {
    display: block;
  }
  .announce_list .announce_list_item {
    margin: 0 auto 40px;
    max-width: 530px;
    width: 100%;
  }
  .announce_list .announce_list_item .imgWp {
    padding: 0 2em;
  }
  .announce_list .announce_list_item .announce_list_body {
    font-size: 1.4rem;
  }
  .recipe_result_btn {
    font-size: 1.4rem;
  }
  .guideWp {
    padding: 30px 20px 20px;
  }
  .guide_list .guide_list_item dt {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.5rem;
    height: 30px;
    min-width: 100px;
  }
  .guide_list .guide_list_item dd {
    font-size: 1.4rem;
    margin-top: 10px;
    padding-left: 0.2em;
  }
  .announce_desc02Wp {
    font-size: 1.4rem;
    margin-top: 40px;
  }
  .announce_desc02Wp span {
    font-size: 1.8rem;
  }
  .recipe_result_media_body {
    margin-top: 30px;
  }
  .recipe_result_ttlWp {
    padding: 30px 0 40px;
  }
  .recipe_result_ttlWp:before {
    background-size: 83%;
    height: 16px;
    top: 0;
  }
  .recipe_result_ttlWp:after {
    background-size: 83%;
    bottom: 0;
    height: 16px;
  }
  .recipe_result_ttl {
    font-size: 1.6rem;
  }
  .recipe_announceWp {
    margin-top: 50px;
  }
  .recipe_first .imgWp {
    padding: 0 0.5em;
  }
  .recipe_first .imgWp:before {
    left: -4em;
    top: 20%;
    z-index: -1;
  }
  .recipe_first .imgWp:after {
    right: -4em;
    z-index: -1;
  }
  .recipe_result_ttlWp {
    margin-top: 30px;
  }
  .recipe_result_commentWp {
    padding: 40px 20px 30px;
  }
  .recipe_result_comment_desc {
    font-size: 1.4rem;
  }
  .recipe_first {
    padding-bottom: 40px;
  }
  .recipe_second {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  .live_stage h2 {
    font-size: 1.6rem;
  }
  .live_stage h2 span {
    font-size: 1.8rem;
  }
  .live_stage {
    margin-top: 40px;
  }
  .live_stage_btn {
    font-size: 1.5rem;
    padding: 10px;
  }
  .enterBtn {
    font-size: 1.8rem;
    margin: auto;
  }
  .applied_list.applied_list_fav {
    margin-top: 40px;
    padding: 30px 30px 0;
  }
  .applied_list.applied_list_fav .m_cardUni__col3 > .m_card {
    margin: 0 auto 40px;
    width: 100%;
  }
  .applied_list.applied_list_fav .m_cardUni__col3 > .m_card .applied_name {
    text-align: center;
  }
  .about {
    padding-bottom: 75px;
    padding-top: 60px;
  }
  .about_cont:before {
    height: 64px;
    left: 2vw;
    width: 60px;
    z-index: -1;
  }
  .about_cont:after {
    bottom: -6vw;
    height: 30px;
    right: 3vw;
    width: 75px;
  }
  .about_desc {
    font-size: 1.4rem;
    line-height: 4.5rem;
    margin-top: 35px;
  }
  .about_desc span {
    font-size: 1.8rem;
  }
  .about_desc02Wp {
    font-size: 1.5rem;
    margin-top: 30px;
  }
  .about_desc02:before {
    bottom: 0;
  }
  .about_desc02 .theme_color_red {
    font-size: 1.8rem;
  }
  .about_desc02 .theme_color_orange {
    font-size: 1.8rem;
  }
  .about_ttl {
    margin: auto;
    max-width: 450px;
  }
  .selection_recipe_desc {
    font-size: 1.3rem;
    text-align: left;
  }
  .rule_map_item {
    width: 48%;
  }
  .rule_map {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0;
  }
  .rule_map_item:first-child {
    text-align: center;
    width: 100%;
  }
  .rule_map_item:first-child img {
    width: 48%;
  }
  .ruleWp {
    padding: 20px;
  }
  .about_rule dt {
    font-size: 1.3rem;
  }
  .about_rule dd {
    font-size: 1.3rem;
  }
  .vote_list {
    margin-top: 75px;
  }
  .vote_list .m_card {
    margin: 0 auto 70px;
    width: 100%;
  }
  .vote_name {
    font-size: 1.6rem;
  }
  .vote_cresit {
    font-size: 1.2rem;
  }
  .m_card_pont {
    font-size: 1.2rem;
  }
  .m_card_btn {
    font-size: 1.4rem;
  }
  .m_card_pont dt:before {
    height: 14px;
    width: 13px;
  }
  .m_card_pont dd {
    font-size: 1.2rem;
  }
  .vote_list .m_cardUni {
    margin-bottom: -70px;
  }
  .applicable_products {
    margin-top: 55px;
    padding: 30px;
  }
  .applicable_products .m_card_inner {
    margin-top: 65px;
    padding: 0;
  }
  .vote_list .applicable_products .m_cardUni {
    margin: 0 0 -70px;
  }
  .applied_recipe_desc {
    font-size: 1.3rem;
  }
  .applied_list {
    margin-top: 50px;
  }
  .applied_list .m_cardUni__col3 > .m_card {
    margin-bottom: 40px;
    margin-right: 4%;
    width: 48%;
  }
  .applied_list .m_cardUni__col3 > .m_card:nth-of-type(2n) {
    margin-right: 0%;
  }
  .applied_recipe {
    -webkit-box-shadow: 5px 5px 0px #e9d5af;
            box-shadow: 5px 5px 0px #e9d5af;
    padding: 20px;
  }
  .applied_name {
    font-size: 1.4rem;
    text-align: left;
  }
  .event_ttl {
    font-size: 1.2rem;
    padding: 10px 10px 10px 10px;
    text-align: center;
  }
  .event_ttl span {
    font-size: 1.4rem;
  }
  .event_cont .m_media_imgWp {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin: 0px auto 20px;
    max-width: 484px;
    text-align: center;
  }
  .event_info dt {
    font-size: 1.2rem;
    margin-right: 2vw;
    width: 70px;
  }
  .event_info dd {
    font-size: 1.3rem;
  }
  .event .m_media {
    padding: 20px;
  }
  .modal__content {
    padding: 0 0 50px;
  }
  .modal .modal__in .js-modal-close {
    right: 6%;
    top: 10px;
  }
  .modal_cont.c_inner {
    padding: 50px 20px 20px;
  }
  .modal .modal__in .js-modal-close img {
    height: 25px;
    width: 25px;
  }
  .modal_ttlWp {
    margin-top: 30px;
    padding: 30px 0;
  }
  .modal_ttl {
    font-size: 1.6rem;
  }
  .modal_ttlWp:before {
    background-size: 83%;
    height: 16px;
    top: 0;
  }
  .modal_ttlWp:after {
    background-size: 83%;
    bottom: 0;
    height: 16px;
  }
  .modal_elementWp {
    margin-top: 25px;
  }
  .element_list {
    display: block;
  }
  .element_list_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    max-width: 100%;
    padding: 10px;
    width: 100%;
    /* justify-content: center; */
  }
  .element_list_item dt:before {
    height: 100%;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 1px;
  }
  .element_list_item dd {
    margin: 0;
    min-width: 50%;
    padding-left: 1em;
    text-align: left;
  }
  .applied_recipe:before {
    height: 70vw;
    top: -80px;
    width: 70vw;
  }
  .selection_recipe:before {
    height: 70vw;
    top: -80px;
    width: 70vw;
  }
  .selection_recipe {
    -webkit-box-shadow: 5px 5px 0px #e9d5af;
            box-shadow: 5px 5px 0px #e9d5af;
    padding: 20px;
  }
  .ico_entry {
    left: -4vw;
    top: -7vw;
    width: 30vw;
  }
  .ico_flag {
    max-width: 160px;
    top: -5vw;
    width: 30vw;
  }
  .m_card_btn span:before {
    height: 15px;
    width: 15px;
  }
  .vote_list .applicable_products .m_card {
    margin: 0 auto 70px;
    max-width: 310px;
    width: 96%;
  }
  .applicable_products h2 img {
    width: 90%;
  }
  .modal_elementWp .caution_txt {
    font-size: 1.3rem;
  }
  .modal_prosessWp {
    display: block;
    margin-top: 40px;
  }
  .modal_prosessWp > div {
    width: 100%;
  }
  .material_list_item {
    font-size: 1.4rem;
    padding: 10px 0;
  }
  .make {
    margin-top: 50px;
  }
  .make_list > li {
    font-size: 1.4rem;
  }
  .modal_pointWp {
    margin-top: 50px;
    padding: 10px 10px;
  }
  .point_list_item {
    padding: 10px;
  }
  .point_list_item dd {
    font-size: 1.4rem;
    margin-top: 15px;
  }
  .modal_btnWp {
    margin-top: 45px;
  }
  .m_modal_btn {
    font-size: 1.4rem;
  }
  .m_modal_btn span {
    padding: 0 0 0 1em;
  }
  .element_list_item dt {
    min-width: 50%;
    padding-right: 1em;
    text-align: right;
  }
  .selection_recipe_ttl img {
    width: 70%;
  }
  .selection_recipe_ttl {
    margin-bottom: -30px;
  }
  .point_list_item dt {
    font-size: 1.6rem;
    padding-left: 2.2em;
  }
  .point_list_item dt:before {
    height: 21px;
    width: 26px;
  }
  .material_ttl,
  .make_ttl {
    font-size: 1.6rem;
    padding-left: 2.2em;
  }
  .material_ttl:before,
  .make_ttl:before {
    height: 21px;
    width: 26px;
  }
  .m_modal_btn {
    margin: 0 0 30px;
  }
  #completion_modal .modal_ttl,
  #modal_limit .modal_ttl,
  #modal_error .modal_ttl {
    font-size: 1.6rem;
  }
  .vote_cresit2 {
    font-size: 1.2rem;
  }
  #Final_contest {
    overflow: hidden;
  }
}

@media only screen and (max-width: 591px) {
  .recipe_first .imgWp:before {
    height: 160px;
    left: -3em;
    top: 3em;
    width: 70px;
    z-index: -1;
  }
  .recipe_first .imgWp:after {
    height: 160px;
    right: -3em;
    top: 1em;
    width: 70px;
    z-index: -1;
  }
}

@media only screen and (max-width: 414px) {
  .event_info dt {
    width: 60px;
  }
  .event .m_media {
    padding: 20px;
  }
}

@media only screen and (max-width: 320px) {
  .about_desc {
    font-size: 1.3rem;
  }
  .about_desc span {
    font-size: 1.4rem;
  }
}
