@charset "UTF-8";
/* print setting */
.c-orange {
  color: #e88800;
}

.c-red {
  color: #e72410;
}

.c-white {
  color: white;
}

.bold {
  font-weight: bold !important;
}

.bg-orange {
  background-color: #e88800;
}

.bg-green {
  background-color: #1ca245;
}

.bg-yellow {
  background-color: #fff2aa;
}

.animate__animated {
  opacity: 0;
}

#mv {
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 5;
}
#mv .mv__kv-main {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}
#mv .mv__kv-main::before {
  background-image: url("../img_2022/kv_pc_2_deco.png");
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
#mv .mv__kv-main .mv__kv-title {
  position: absolute;
}
#mv .mv__kv-main .mv__kv-image {
  position: absolute;
}
#mv .mv__kv-main .mv__kv-day {
  position: absolute;
}
#mv .mv__kv-main .mv__kv-catch02 {
  position: absolute;
}
#mv .mv__kv-main .opacity {
  display: none;
  opacity: 0;
}
#mv i.wave {
  display: block;
  height: 100%;
  left: 0;
  padding-left: 2.3%;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
}
#mv i.wave::before, #mv i.wave::after {
  pointer-events: none;
}
#mv i.wave::before {
  background-color: #fff;
  border-radius: 40px;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
}

.mail__btn {
  background-color: #ffd43f;
  color: #000;
  padding: 0.5% 2.5%;
}
.mail__btn:hover {
  -webkit-filter: brightness(110%);
          filter: brightness(110%);
}

.bg_wrap {
  background-repeat: repeat-y;
  background-size: 100%;
  content: "";
  height: 100%;
  left: 0;
  min-height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ##############################
        C O N T E N T S
###############################*/
html body {
  background-image: url("../img_2022/bg_pt2.jpg");
  background-position: top center;
  background-repeat: repeat-y;
  background-size: 100% auto;
}

.main_wrap {
  position: relative;
  z-index: 0;
}

.sec_wrap {
  margin: auto;
}

#contents {
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
  /*
  &::before {
      @include media(lg) {
          background-image: url("../img_2022/bg_pt.png");
      }
      @include media(md) {
          background-image: url("../img_2022/sp/bg_pt.png");
      }
      position: absolute;
      content: "";
      background-size: 100%;
      background-repeat: repeat-y;
      background-position: top center;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
  }
  */
}

.page_title {
  margin: auto;
  position: relative;
}

.sec_wrap.bg_white {
  background-color: #fff;
}

.page_title .label {
  color: #fff;
  font-family: "RocknRoll One", sans-serif;
  margin: auto;
  text-align: center;
}

.wrap__notes {
  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;
}
.wrap__notes .note_1 {
  background-color: #e72410;
  color: #fff;
  display: inline-block;
}
.wrap__notes .note_2 {
  border: solid 4px #dc2c2d;
  color: #dc2c2d;
  display: inline-block;
  margin-left: auto;
  padding: 0.5% 2%;
}
.wrap__notes .note_3 {
  background-color: #eeeeee;
  display: inline-block;
}
.wrap__notes .note_4 {
  display: block;
}

#about {
  position: relative;
}
#about.cont_wrap {
  padding-top: 0;
}
#about .tomato {
  left: 0;
  position: absolute;
}
#about .mame {
  position: absolute;
}
#about .spoon {
  position: absolute;
}
#about .sec_wrap {
  color: #fff;
  font-weight: 700;
  position: relative;
}
#about .sec_wrap .label.about {
  margin-left: auto;
  margin-right: auto;
}
#about .sec_wrap .large {
  color: #fff2aa;
}
#about .sec_wrap .wrap__btns {
  margin: auto;
}
#about .sec_wrap .wrap__btns .label {
  font-family: "RocknRoll One", sans-serif;
  margin: auto;
  padding-bottom: 4%;
}
#about .sec_wrap .wrap__btns .btn__list {
  display: grid;
}
#vote .page_title .label small {
  font-weight: 400;
}
#vote .department__list {
  display: grid;
}
#vote .wrap__text {
  position: relative;
}
#vote .wrap__text dl .wavy {
  position: relative;
}
#vote .wrap__text dl .wavy::before {
  background: url("../img_2022/nami.png") bottom repeat-x;
  background-position: bottom -2% center;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}
#vote .wrap__grandprix {
  padding-bottom: 12.0192307692%;
}
#vote .wrap__grandprix ul .column1 {
  background-color: rgb(255, 253, 233);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(255, 251, 201) 5px, rgb(255, 251, 201) 15px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(255, 251, 201) 5px, rgb(255, 251, 201) 15px);
  background-size: auto auto;
  position: relative;
}
#vote .wrap__grandprix ul .column1::before {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  position: absolute;
  top: 0%;
}
#vote .wrap__grandprix ul .column1::after {
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 13%;
  position: absolute;
}
#vote .wrap__grandprix ul .column1 .wrap {
  position: relative;
}
#vote .wrap__grandprix ul .column1 .trophy {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
#vote .wrap__grandprix ul .column1 .trophy::before {
  background-image: url("../img_2022/trophy_deco.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 185%;
}
#vote .wrap__grandprix ul .column1 .category {
  position: relative;
}
#vote .wrap__grandprix ul .column1 .category::before {
  background-image: url("../img_2022/deco__line.png");
  background-position: bottom 30% center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#vote .wrap__grandprix ul .column1 .category .bummon {
  margin: auto;
}
#vote .wrap__grandprix ul .column1 .category p {
  color: #ee5475;
  text-align: center;
}
#vote .wrap__grandprix ul .column1 .pict {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#vote .wrap__grandprix ul .column1 .pict figure {
  position: relative;
}
#vote .wrap__grandprix ul .column1 .pict figure::before {
  background-image: url("../img_2022/tape.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 181.1320754717%;
}
#vote .wrap__grandprix ul .column1 .pict figure picture {
  position: relative;
}
#vote .wrap__grandprix ul .column1 .pict figcaption span {
  display: block;
}
#vote .wrap__grandprix ul .column1 .pict figcaption .title {
  color: #cb2624;
}
#vote .wrap__grandprix ul .column1 .pict figcaption .title .space {
  display: inline;
}
#vote .wrap__grandprix ul .column1 .pict figcaption .point {
  background-color: #ffffff;
  border: 1px solid #f0ebd1;
  position: relative;
}
#vote .wrap__grandprix ul .column1 .pict figcaption .point dl {
  position: relative;
}
#vote .wrap__grandprix ul .column1 .pict figcaption .point dl dt {
  position: relative;
}
#vote .wrap__grandprix ul .column1 .pict figcaption .point dl dt picture {
  bottom: 0;
  position: absolute;
}
#vote .wrap__grandprix ul .column1 .pict .recipeList__link {
  margin-left: auto;
  margin-right: auto;
}
#vote .wrap__grandprix ul .column2 {
  background-color: rgb(255, 253, 233);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(255, 251, 201) 5px, rgb(255, 251, 201) 15px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(255, 251, 201) 5px, rgb(255, 251, 201) 15px);
  background-size: auto auto;
  padding-bottom: 2%;
  position: relative;
}
#vote .wrap__grandprix ul .column2 .wrap {
  display: grid;
  margin: auto;
  position: relative;
}
#vote .wrap__grandprix ul .column2 .category {
  position: relative;
}
#vote .wrap__grandprix ul .column2 .category::before {
  background-image: url("../img_2022/deco__line.png");
  background-position: bottom 30% center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
#vote .wrap__grandprix ul .column2 .category .bummon {
  margin: auto;
}
#vote .wrap__grandprix ul .column2 .category p {
  color: #ee5475;
  text-align: center;
}
#vote .wrap__grandprix ul .column2 .trophy {
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
}
#vote .wrap__grandprix ul .column2 .trophy::before {
  background-image: url("../img_2022/trophy_deco.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 185%;
}
#vote .wrap__grandprix ul .column2 figure {
  position: relative;
}
#vote .wrap__grandprix ul .column2 figure picture {
  position: relative;
}
#vote .wrap__grandprix ul .column2 .pict {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
#vote .wrap__grandprix ul .column2 .pict figcaption span {
  display: block;
}
#vote .wrap__grandprix ul .column2 .pict figcaption .title {
  color: #cb2624;
}
#vote .wrap__grandprix ul .column2 .pict figcaption .point {
  background-color: #ffffff;
  border: 1px solid #f0ebd1;
  position: relative;
}
#vote .wrap__grandprix ul .column2 .pict figcaption .point dl {
  position: relative;
}
#vote .wrap__grandprix ul .column2 .pict figcaption .point dl dt {
  position: relative;
}
#vote .wrap__grandprix ul .column2 .pict figcaption .point dl dt picture {
  bottom: 0;
  position: absolute;
}
#vote .wrap__grandprix ul .column2 .pict .recipeList__link {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
#vote .wrap__grandprix ul .trophy_2 {
  background-color: rgb(255, 245, 245);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(255, 239, 238) 5px, rgb(255, 239, 238) 15px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(255, 239, 238) 5px, rgb(255, 239, 238) 15px);
  background-size: auto auto;
}
#vote .wrap__grandprix ul .trophy_3 {
  background-color: rgb(251, 255, 240);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(245, 255, 217) 5px, rgb(245, 255, 217) 15px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(245, 255, 217) 5px, rgb(245, 255, 217) 15px);
  background-size: auto auto;
}
#vote .wrap__grandprix ul .trophy_3 {
  background-color: rgb(251, 255, 240);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(245, 255, 217) 5px, rgb(245, 255, 217) 15px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(245, 255, 217) 5px, rgb(245, 255, 217) 15px);
  background-size: auto auto;
}
#vote .wrap__grandprix ul .trophy_5 {
  background-color: rgb(255, 247, 237);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(255, 242, 225) 5px, rgb(255, 242, 225) 15px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(255, 242, 225) 5px, rgb(255, 242, 225) 15px);
  background-size: auto auto;
}
#vote .wrap__list-1 ul {
  display: grid;
}
#vote .wrap__list-1 ul li div {
  width: 100%;
}
#vote .standard__list,
#vote .check__list {
  margin-top: 5%;
}
#vote .wrap__certification {
  margin-bottom: 13.4615384615%;
}
#vote .wrap__certification .bold {
  font-weight: bold !important;
}
#vote .wrap__certification li {
  padding-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
  text-indent: -1em;
}
#vote .recipe__list {
  display: grid;
  gap: 2.9282576867vw;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 96.1538461538%;
}
#vote .recipeList__item .title {
  text-align: center;
}
#vote .recipeList__item .name {
  text-align: center;
}
#vote .recipeList__item .affiliation {
  text-align: center;
}
#vote .recipeList__item .point {
  background-color: #ffffff;
  border: 1px solid #f0ebd1;
  position: relative;
}
#vote .recipeList__item .point dl {
  position: relative;
}
#vote .recipeList__item .point dl dt {
  padding-top: 14%;
  position: relative;
}
#vote .recipeList__item .point dl dt picture {
  bottom: 0%;
  left: -9%;
  position: absolute;
  width: 45.8333333333%;
}
#vote .wrap__specify {
  border: solid 4px #e5e5e5;
  padding: 5% 2%;
}
#vote .wrap__specify .label {
  font-family: "RocknRoll One", sans-serif;
  text-align: center;
}
#vote .wrap__specify .label .deco {
  background-image: url("../img_2022/specify_label_deco.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
#vote .specify__list {
  display: grid;
  margin-top: 4%;
}
#vote .points__list {
  margin-top: 5%;
}
#essentials .department__list {
  display: grid;
}
#essentials .wrap__text {
  position: relative;
}
#essentials .wrap__solution {
  margin-top: 12.0192307692%;
}
#essentials .wrap__solution .solution__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
#essentials .wrap__solution .solution__bg .solution__link {
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#essentials .wrap__specify {
  border: solid 4px #e5e5e5;
  padding: 5% 2%;
}
#essentials .wrap__specify .label {
  font-family: "RocknRoll One", sans-serif;
  text-align: center;
}
#essentials .wrap__specify .label .deco {
  background-image: url("../img_2022/specify_label_deco.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
#essentials .specify__list {
  display: grid;
  margin-top: 4%;
}
#essentials .points__list {
  margin-top: 5%;
}
#essentials .wrap__certification ul:first-of-type {
  margin-top: 3%;
}
#essentials .wrap__certification ul:not(:first-of-type) {
  margin-top: 2%;
}
#essentials .wrap__certification li {
  padding-left: 1em;
  padding-left: 1em;
  text-indent: -1em;
  text-indent: -1em;
}

#flow .wrap__method {
  margin-top: 3%;
}
#flow .wrap__method dl:not(:first-of-type) {
  margin-top: 4.5%;
}
#flow .wrap__step {
  margin: auto;
}
#flow .wrap__step dd .note {
  margin-top: 1%;
  padding: 1% 2%;
}
#flow .step__list {
  position: relative;
  z-index: 1;
}
#flow .step__list i.liner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
#flow .step__list i.liner::before {
  background-color: #f5b4be;
  content: "";
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  width: 5px;
}
#flow .wrap__photo {
  border: solid 4px #e5e5e5;
  margin-top: 3%;
}
#flow .standard__list {
  margin-top: 5%;
}
#flow .awards__note {
  border: solid 2px #e72410;
  border-radius: 100vh;
  color: #e72410;
  display: inline-block;
  margin-top: 3%;
}
#flow .awards__list {
  margin-top: 2%;
  position: relative;
}
#flow .awards__list .list__item {
  position: relative;
}
#flow .awards__list .list__item:first-of-type:before {
  background-image: url("../img_2022/oukan1.png");
  background-repeat: no-repeat;
  background-size: 65% auto;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
}
#flow .awards__list .list__item:nth-of-type(2):before {
  background-image: url("../img_2022/oukan2.png");
  background-repeat: no-repeat;
  background-size: 65% auto;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
}
#flow .awards__list .list__item:last-of-type {
  padding-left: 0%;
}
#message .page_title::before {
  background-image: url("../img_2022/message_title_deco.png");
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  height: 100%;
  position: absolute;
  width: 100%;
}
#message .message__list {
  width: 100%;
}
#message .wrap__link {
  margin-top: 7.7586206897%;
  position: relative;
}
#message .wrap__link .label {
  margin: auto;
}
#message .wrap__link .btn__list {
  margin-top: 3.4482758621%;
  padding-bottom: 9%;
  position: relative;
}
#message .wrap__link .list__item {
  margin: auto;
}
#message .wrap__notice {
  border: solid 2px #fff;
  color: #fff;
  margin-top: 4%;
}
#message .wrap__notice .notice__note {
  background-color: #fff;
  color: #000;
}
#message .wrap__notice .notice__text {
  margin-top: 1.8518518519%;
}

.fixed__footer {
  background-color: #1ca245;
  bottom: 0;
  color: #fff;
  display: none;
  font-family: "RocknRoll One", sans-serif;
  left: 0;
  position: fixed;
  width: 100%;
}
.fixed__footer .footer__list {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fixed__footer .footer__list .list__item {
  font-weight: 400;
}

/*@media screen and (max-width: 374px) {
    .mv_catch {
        top: -79%;
    }
}*/
.recipeTitle {
  cursor: pointer;
  position: relative;
}
.recipeTitle .deco_recipe_miru {
  position: absolute;
}
.recipeTitle .deco_tomato {
  position: absolute;
}
.recipeTitle .deco_mametomato {
  position: absolute;
}

.recipe__arrow {
  background: none;
  border: none;
  padding: 0;
  position: absolute;
}

.recipe__listBlock {
  display: none;
}

.recipe__list {
  display: grid;
  gap: 2.9282576867vw;
  margin-bottom: 10%;
  margin-left: auto;
  margin-right: auto;
  width: 96.1538461538%;
}

.recipeList__item {
  background-color: rgb(255, 254, 246);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(255, 253, 232) 5px, rgb(255, 253, 232) 10px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(255, 253, 232) 5px, rgb(255, 253, 232) 10px);
  background-size: auto auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 6.5573770492%;
}
.recipeList__item figcaption span {
  display: block;
}
.recipeList__item figcaption .bummon {
  margin-left: auto;
  margin-right: auto;
  width: 37.7358490566%;
}
.recipeList__item figcaption .title {
  color: #cb2624;
}
.recipeList__link {
  background-color: #ffd43f;
  border: none;
  cursor: pointer;
  margin-top: auto;
  padding: 0;
  position: relative;
}
.recipeList__link::before {
  border: dashed 2px #fff;
  content: "";
  height: 75%;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.recipeList__link span {
  background-image: url("../img_2022/musimegame.png");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
  height: 100%;
  width: 100%;
}

.j-modal-target {
  display: none;
  opacity: 0;
  position: relative;
  width: 100%;
}
.modal__recipe {
  -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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.recipe__window {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.recipe__label {
  background-color: rgb(253, 250, 166);
  background-image: -webkit-repeating-linear-gradient(135deg, transparent, transparent 5px, rgb(254, 252, 202) 5px, rgb(254, 252, 202) 10px);
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgb(254, 252, 202) 5px, rgb(254, 252, 202) 10px);
  background-size: auto auto;
  position: relative;
  width: 100%;
}
.recipe__label span {
  display: block;
  text-align: center;
}
.recipe__label .title {
  color: #e72410;
}

.recipe__padding {
  width: 100%;
}

.recipe__image {
  margin: auto;
  position: relative;
}
.recipe__image .deco.-A {
  position: absolute;
}
.recipe__image .deco.-B {
  position: absolute;
}
.recipe__image .deco.-vote {
  position: absolute;
}

.recipe__grid {
  display: grid;
}
.recipe__grid .item.-make .label,
.recipe__grid .item.-material .label {
  border-bottom: solid 2px black;
  color: #e72410;
  letter-spacing: 0.03em;
  text-align: center;
}

.grid__item {
  display: grid;
  gap: 20px;
}
.grid__item.-institution .label span, .grid__item.-genre .label span {
  border: solid 1px #e72410;
  border-radius: 15px;
  color: #e72410;
}
.grid__item.-institution .label {
  text-align: right;
}
.material__grid .grid__item dl {
  display: grid;
  grid-template-columns: 1fr auto;
  letter-spacing: 0.03em;
}
.material__grid .grid__item.-pl dt {
  padding-left: 30px;
  position: relative;
}
.material__grid .grid__item.-pl dt::before {
  content: "・";
  left: 15px;
  position: absolute;
  top: 0;
}
.make__grid .grid__item dl {
  display: grid;
  grid-template-columns: auto 1fr;
  letter-spacing: 0.03em;
}
.make__grid .grid__item dl dt span {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #e72410;
  border-radius: 5px;
  color: #e72410;
  display: block;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 25px;
}
.recipe__expenses {
  background-color: #f7f7f7;
  border-radius: 20px;
  position: relative;
}
.recipe__expenses dt,
.recipe__expenses dd {
  text-align: center;
}
.recipe__expenses .label {
  position: relative;
}
.recipe__expenses .label::before {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
}
.recipe__expenses .note {
  left: 0;
  position: absolute;
  top: 100%;
}

.recipe__element {
  background-color: #f7f7f7;
  border-radius: 20px;
  position: relative;
}
.recipe__element dt,
.recipe__element dd {
  text-align: center;
}
.recipe__element .label {
  position: relative;
}
.recipe__element .label::before {
  background-color: #000;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 60px;
}
.recipe__element .note {
  left: 0;
  position: absolute;
  top: 100%;
}
.recipe__element .element__list dt,
.recipe__element .element__list dd {
  text-align: center;
}
.recipe__element .element__list dt {
  position: relative;
}
.recipe__element .element__list dt::before {
  background: #000;
  bottom: -15px;
  content: "";
  height: 1px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}
.recipe__element .element__list dd {
  margin-top: 30px;
}

.recipe__point {
  background-color: #f7f7f7;
  border-radius: 20px;
  position: relative;
}
.recipe__point .label {
  border-bottom: solid 2px black;
  color: #e72410;
  letter-spacing: 0.03em;
  position: relative;
}
.recipe__point .label::before {
  background-image: url("../img_2022/recipe_point.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}

.c-modal-close {
  background: no-repeat;
  border: none;
  cursor: pointer;
  display: none;
  opacity: 0;
  padding: 0;
  position: fixed;
}

.c-modal-close.-open {
  display: block;
  opacity: 1;
}

/******* SEVEN A (Arc) *******/
.sevena .shape-container {
  -webkit-animation: move-right 6s infinite cubic-bezier(0.37, 0.55, 0.49, 0.67);
          animation: move-right 6s infinite cubic-bezier(0.37, 0.55, 0.49, 0.67);
  left: calc(50% - 4em);
  position: absolute;
  top: calc(50% - 4em);
}

.sevena .shape {
  -webkit-animation: bounce 6s forwards linear;
          animation: bounce 6s forwards linear;
  border-radius: 50%;
  left: auto;
  position: relative;
  top: auto;
}

@-webkit-keyframes move-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20em);
            transform: translateX(-20em);
  }
  80% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 1;
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
}

@keyframes move-right {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20em);
            transform: translateX(-20em);
  }
  80% {
    opacity: 1;
  }
  90%, 100% {
    opacity: 1;
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
}
@-webkit-keyframes move-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(20em);
            transform: translateX(20em);
  }
  80% {
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
}
@keyframes move-left {
  0% {
    opacity: 1;
    -webkit-transform: translateX(20em);
            transform: translateX(20em);
  }
  80% {
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: translateX(0em);
            transform: translateX(0em);
  }
}
@-webkit-keyframes bounce {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-12em);
            transform: translateY(-12em);
  }
  15% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
  }
  32.5% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  56% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  64% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  70%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}
@keyframes bounce {
  0% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-12em);
            transform: translateY(-12em);
  }
  15% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  25% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-8em);
            transform: translateY(-8em);
  }
  32.5% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  40% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-4em);
            transform: translateY(-4em);
  }
  45% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  50% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-1em);
            transform: translateY(-1em);
  }
  56% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  60% {
    -webkit-animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
            animation-timing-function: cubic-bezier(0.51, 0.01, 0.79, 0.02);
    -webkit-transform: translateY(-0.5em);
            transform: translateY(-0.5em);
  }
  64% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
  70%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
            animation-timing-function: cubic-bezier(0.19, 1, 0.7, 1);
    -webkit-transform: translateY(0em);
            transform: translateY(0em);
  }
}
@-webkit-keyframes recipe-miru {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes recipe-miru {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@media print {
  body {
    -webkit-print-color-adjust: exact;
    left: 0 !important;
    top: 0 !important;
    width: 300mm !important;
  }
  .bg_wrap {
    display: none !important;
  }
  html body {
    background-image: none !important;
  }
  .modal__recipe {
    display: block !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
  }
  .recipe__window {
    background-color: rgba(255, 255, 255, 0);
    margin-bottom: 0 !important;
    margin-top: 0 !important;
  }
  .recipe__btn {
    display: none !important;
  }
  .c-modal-close {
    display: none;
    opacity: 0;
  }
  .c-modal-close.-open {
    display: none;
    opacity: 0;
  }
}
@media only screen and (min-width: 769px), print {
  #mv {
    padding-top: 45%;
  }
  #mv .mv__kv-main::before {
    background-position: left 0% bottom;
    background-size: 53.440703%;
    bottom: -5.196193%;
    margin-left: 11.9326500732%;
  }
  #mv .mv__kv-main .mv__kv-title {
    left: 26%;
    top: 13%;
    width: 47.754026%;
  }
  #mv .mv__kv-main .mv__kv-image {
    left: 67%;
    top: 30%;
    width: 16.935578%;
  }
  #mv .mv__kv-main .mv__kv-day {
    left: 10%;
    top: 36%;
    width: 24.8901903367%;
  }
  #mv .mv__kv-main .mv__kv-catch02 {
    left: 63%;
    top: 14%;
    width: 10.2489019034%;
  }
  .mail__btn {
    display: inline-block;
    font-weight: 700;
  }
  .bg_wrap {
    background-image: url("../img_2022/bg_pt.png");
    background-position: top center;
  }
  .cont_wrap:not(:first-of-type) {
    margin-top: 15.5172413793%;
  }
  .sec_wrap {
    width: 84.9194729136%;
  }
  #contents {
    padding-top: 21%;
  }
  .page_title {
    width: 86.2068965517%;
  }
  .sec_wrap.bg_white {
    border-radius: 40px;
    padding: 60px 60px 120px;
  }
  .page_title .label {
    background-image: url("../img_2022/essentials_title_deco.png");
    background-position: left 70% top 20%;
    background-repeat: no-repeat;
    background-size: 66% auto;
    font-weight: 400;
    padding-bottom: 9%;
  }
  .wrap__notes .note_1 {
    font-weight: 700;
    padding: 0.5% 4%;
  }
  .wrap__notes .note_2 {
    font-weight: 700;
  }
  .wrap__notes .note_3 {
    font-weight: 400;
    padding: 0.5% 2%;
  }
  .wrap__notes .note_4 {
    margin: auto;
    width: 23.0769230769%;
  }
  .wrap__notes:not(:first-of-type) {
    margin-top: 7%;
  }
  #about .tomato {
    top: -25.1851851852%;
    width: 24.8901903367%;
  }
  #about .mame {
    bottom: 0;
    margin-bottom: 1.8301610542%;
    margin-left: 14.6412884334%;
    width: 6.588579795%;
  }
  #about .spoon {
    bottom: 0;
    right: 0;
    width: 27.0863836018%;
  }
  #about .sec_wrap {
    font-size: 1.4641288433vw;
    text-align: center;
  }
  #about .sec_wrap .label.about {
    padding-top: 3.4482758621%;
    width: 56.8965517241%;
  }
  #about .sec_wrap .wrap__text {
    letter-spacing: 0.1em;
    margin-top: 5.1724137931%;
    padding-bottom: 12.5%;
  }
  #about .sec_wrap .wrap__text .new_pc {
    position: relative;
  }
  #about .sec_wrap .wrap__text .new_pc::after {
    background-image: url("../img_2022/new.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 230%;
    left: 60%;
    position: absolute;
    top: -230%;
    width: 130%;
  }
  #about .sec_wrap .large {
    font-size: 2.5622254758vw;
  }
  #about .sec_wrap .wrap__btns {
    width: 86.2068965517%;
  }
  #about .sec_wrap .wrap__btns .label {
    width: 54.5%;
  }
  #about .sec_wrap .wrap__btns .label.sample {
    width: 74.5%;
  }
  #about .sec_wrap .wrap__btns .label:not(:first-of-type) {
    margin-top: 9%;
  }
  #about .sec_wrap .wrap__btns .btn__list {
    gap: 4.5%;
    grid-template-columns: repeat(2, 1fr);
  }
  #vote {
    margin-top: 4.39238653%;
  }
  #vote .page_title .label {
    /*padding-bottom: 9%;
    background-image: url("../img_2022/essentials_title_deco.png");
    background-repeat: no-repeat;
    background-size: 66% auto;
    @include font-sizeVW(40, 48, 400);
    */
    background-position: left 70% top 65%;
  }
  #vote .page_title .label small {
    font-size: 2.196193265vw;
    line-height: 1.6;
  }
  #vote .sec_wrap {
    padding: 80px 80px 120px;
  }
  #vote .department__list {
    gap: 3.5%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2%;
  }
  #vote .wrap__text {
    font-weight: 700;
    margin-bottom: 4.2592592593%;
    text-align: center;
  }
  #vote .wrap__text dl {
    text-align: center;
  }
  #vote .wrap__text dl dd {
    font-weight: 400;
    margin-top: 4.5862068966%;
  }
  #vote .wrap__text dl .large {
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  #vote .wrap__text dl .large .small {
    font-weight: 700;
  }
  #vote .wrap__text dl .wavy::before {
    bottom: -40%;
  }
  #vote .wrap__text.text2 {
    font-weight: 700;
    margin-bottom: 4.2592592593%;
    padding-bottom: 5%;
  }
  #vote .wrap__text.text2 dl dt {
    font-weight: 700;
  }
  #vote .wrap__text.text2 dl dt .large {
    font-weight: 700;
    letter-spacing: 0.08em;
  }
  #vote .wrap__text.text2 dl dd {
    font-weight: 400;
    margin-top: 2.5862068966%;
  }
  #vote .wrap__prize {
    margin-bottom: 9.2592592593%;
  }
  #vote .wrap__grandprix ul .column1 {
    margin-top: 17%;
    padding-bottom: 5%;
    padding-top: 10%;
  }
  #vote .wrap__grandprix ul .column1::before {
    background-image: url("../img_2022/deco_set_a.png");
    left: 50%;
    margin-top: 10%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 90%;
  }
  #vote .wrap__grandprix ul .column1 .wrap {
    margin: auto;
    width: 54%;
  }
  #vote .wrap__grandprix ul .column1 .trophy {
    width: 54%;
  }
  #vote .wrap__grandprix ul .column1 .category {
    margin-bottom: 2%;
  }
  #vote .wrap__grandprix ul .column1 .category::before {
    background-size: auto 55%;
  }
  #vote .wrap__grandprix ul .column1 .category .bummon {
    font-weight: 700;
    width: 25.9259259259%;
  }
  #vote .wrap__grandprix ul .column1 .category p {
    font-weight: 700;
  }
  #vote .wrap__grandprix ul .column1 .pict figure img {
    outline: 7px solid #d6cd27;
    outline-offset: -7px;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption {
    padding-bottom: 6.62069%;
    padding-top: 2.62069%;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption span {
    font-weight: 400;
    text-align: center;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .title {
    font-weight: 700;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .title.lh15 {
    line-height: 1.5;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .name {
    margin-top: 1.8518518519%;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point {
    margin-top: 8.3333333333%;
    padding: 5%;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dt {
    padding-top: 5%;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dt picture {
    left: -15%;
    width: 25.9259259259%;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dd {
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  #vote .wrap__grandprix ul .column1 .pict .recipeList__link {
    padding-bottom: 1.7037037037%;
    padding-top: 1.7037037037%;
    width: 80%;
  }
  #vote .wrap__grandprix ul .column1 .pict .recipeList__link span {
    font-weight: 700;
    padding-right: 8%;
  }
  #vote .wrap__grandprix ul li.b::before {
    background-image: url("../img_2022/deco_set_b.png");
  }
  #vote .wrap__grandprix ul .column2 {
    margin-top: 20%;
    padding-top: 10%;
  }
  #vote .wrap__grandprix ul .column2 .wrap {
    grid-template-columns: repeat(2, 1fr);
    width: 96%;
  }
  #vote .wrap__grandprix ul .column2 .category {
    margin-bottom: 2%;
  }
  #vote .wrap__grandprix ul .column2 .category::before {
    background-size: auto 55%;
  }
  #vote .wrap__grandprix ul .column2 .category .bummon {
    font-weight: 700;
    width: 25.9259259259%;
  }
  #vote .wrap__grandprix ul .column2 .category p {
    font-weight: 700;
  }
  #vote .wrap__grandprix ul .column2 .trophy {
    width: 54%;
  }
  #vote .wrap__grandprix ul .column2 figure img {
    outline: 7px solid #fff;
    outline-offset: -7px;
  }
  #vote .wrap__grandprix ul .column2 .pict {
    margin-left: 12.5%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption {
    padding-bottom: 6.62069%;
    padding-top: 2.62069%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption span {
    font-weight: 400;
    text-align: center;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .title {
    font-weight: 700;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .title.lh15 {
    line-height: 1.5;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .name {
    margin-top: 1.8518518519%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point {
    margin-top: 8.3333333333%;
    padding: 5%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dt {
    padding-top: 5%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dt picture {
    left: -15%;
    width: 25.9259259259%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dd {
    font-weight: 400;
    letter-spacing: 0.03em;
  }
  #vote .wrap__grandprix ul .column2 .pict .recipeList__link {
    padding-bottom: 1.7037037037%;
    padding-top: 1.7037037037%;
  }
  #vote .wrap__grandprix ul .column2 .pict .recipeList__link span {
    font-weight: 700;
    padding-right: 8%;
  }
  #vote .wrap__list-1 ul {
    gap: 4.39238653vw 3.6603221083vw;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 9%;
    padding-left: 7%;
    padding-right: 7%;
  }
  #vote .wrap__list-1 ul li:first-of-type {
    grid-column-end: 3;
    grid-column-start: 1;
  }
  #vote .wrap__list-1 ul li:first-of-type div {
    margin: auto;
    width: 56.8181818182%;
  }
  #vote .wrap__list-1 ul li div dd {
    font-weight: 400;
    margin-top: 3%;
  }
  #vote .standard__list,
#vote .check__list {
    display: grid;
    gap: 2.9282576867vw;
    grid-template-columns: repeat(3, 1fr);
  }
  #vote .wrap__certification ul {
    font-weight: 400;
    margin-top: 1%;
  }
  #vote .recipe__arrow {
    bottom: 44%;
    left: 66%;
  }
  #vote .recipe__list {
    grid-template-columns: repeat(3, 1fr);
  }
  #vote .recipeList__item .title {
    font-weight: 700;
  }
  #vote .recipeList__item .name {
    font-weight: 400;
    margin-top: 0.5%;
  }
  #vote .recipeList__item .affiliation {
    font-weight: 400;
  }
  #vote .recipeList__item .point {
    margin-top: 15.0943396226%;
    padding: 3%;
  }
  #vote .recipeList__item .point dl dd {
    font-weight: 400;
  }
  #vote .wrap__specify {
    margin-top: 5.7692307692%;
  }
  #vote .wrap__specify .label {
    font-weight: 400;
  }
  #vote .wrap__specify .label .large {
    font-weight: 400;
  }
  #vote .wrap__specify .label .deco {
    background-position: center;
    padding: 0 5%;
  }
  #vote .specify__list {
    grid-template-columns: repeat(2, 1fr);
  }
  #vote .points__list {
    display: grid;
    gap: 4.5%;
    grid-template-columns: repeat(3, 1fr);
  }
  #essentials {
    margin-top: 8.0527086384%;
  }
  #essentials .department__list {
    gap: 3.5%;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 2%;
  }
  #essentials .wrap__text {
    font-weight: 700;
    margin-bottom: 9.2592592593%;
  }
  #essentials .wrap__text dl {
    text-align: center;
  }
  #essentials .wrap__text dl dt {
    font-weight: 700;
  }
  #essentials .wrap__text dl dd {
    font-weight: 400;
    margin-top: 2.5862068966%;
  }
  #essentials .wrap__text dl .large {
    font-weight: 700;
  }
  #essentials .wrap__solution .solution__bg {
    background-image: url("../img_2022/vegetable_solution_frame.png");
    margin: auto;
    padding-top: 50%;
    width: 96.2962962963%;
  }
  #essentials .wrap__solution .solution__bg .solution__link {
    bottom: 10%;
    width: 65%;
  }
  #essentials .wrap__specify {
    margin-top: 5.7692307692%;
  }
  #essentials .wrap__specify .label {
    font-weight: 400;
  }
  #essentials .wrap__specify .label .large {
    font-weight: 400;
  }
  #essentials .wrap__specify .label .deco {
    background-position: center;
    padding: 0 5%;
  }
  #essentials .specify__list {
    grid-template-columns: repeat(2, 1fr);
  }
  #essentials .points__list {
    display: grid;
    gap: 4.5%;
    grid-template-columns: repeat(3, 1fr);
  }
  #essentials .wrap__certification ul {
    font-weight: 400;
  }
  #essentials .wrap__certification .large {
    font-weight: 700;
  }
  #flow .wrap__method dt {
    font-weight: 700;
  }
  #flow .wrap__method dd {
    font-weight: 400;
  }
  #flow .wrap__step {
    width: 75%;
  }
  #flow .wrap__step dd {
    font-weight: 700;
  }
  #flow .wrap__step dd .large {
    font-weight: 700;
  }
  #flow .wrap__step .item__body {
    margin-top: 3.4482758621%;
    padding-left: 11.4942528736%;
  }
  #flow .step__list i.liner {
    padding-top: 4%;
  }
  #flow .step__list i.liner::before {
    left: 5.7471264368%;
  }
  #flow .wrap__photo {
    font-weight: 400;
    padding: 20px;
  }
  #flow .wrap__photo .large {
    font-weight: 700;
  }
  #flow .standard__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  #flow .awards__note {
    font-weight: 700;
    padding: 0 1%;
  }
  #flow .awards__list {
    padding-bottom: 33%;
  }
  #flow .awards__list::after {
    background-image: url("../img_2022/awards_merchandise.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%;
  }
  #flow .awards__list .list__item {
    font-weight: 700;
    padding-left: 5%;
  }
  #flow .awards__list .list__item:first-of-type:before {
    background-position: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5%;
  }
  #flow .awards__list .list__item:nth-of-type(2):before {
    background-position: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 5%;
  }
  #flow .awards__list .list__item:not(:first-of-type) {
    margin-top: 1%;
  }
  #flow .awards__list .list__item .large {
    font-weight: 700;
  }
  #message .page_title::before {
    background-size: 28.0172413793% auto;
    left: -19%;
    top: -70%;
  }
  #message .message__list {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 1vw 2vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #message .message__list .list__item {
    width: 31%;
  }
  #message .message__list .list__item.hospital {
    width: 50%;
  }
  #message .wrap__link::after {
    background-image: url("../img_2022/btn_recipecontest_2021_deco.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 8%;
    content: "";
    height: 100%;
    pointer-events: none;
    position: absolute;
    right: -4%;
    width: 100%;
  }
  #message .wrap__link .label {
    width: 63.7931034483%;
  }
  #message .wrap__link .list__item {
    width: 72.4137931034%;
  }
  #message .wrap__notice {
    padding: 3.4482758621%;
  }
  #message .wrap__notice .notice__note {
    font-weight: 400;
    padding: 0 3%;
  }
  #message .wrap__notice .notice__text {
    font-weight: 400;
  }
  .fixed__footer {
    padding: 1% 13.3967789165%;
  }
  .fixed__footer .footer__list {
    gap: 1vw;
    grid-template-columns: 7.5% auto 1fr;
  }
  .fixed__footer .footer__list .list__item {
    font-size: 1.756954612vw;
    line-height: 2;
  }
  .fixed__footer .footer__list .list__item {
    text-align: center;
  }
  .recipeTitle {
    margin-bottom: 1.5%;
  }
  .recipeTitle .deco_recipe_miru {
    left: -4.3269230769%;
    top: -18.1818181818%;
    width: 13.9423076923%;
  }
  .recipeTitle .deco_tomato {
    right: -1.9230769231%;
    top: -27.2727272727%;
    width: 9.6153846154%;
  }
  .recipeTitle .deco_mametomato {
    right: -1.9230769231%;
    top: -27.2727272727%;
    width: 9.6153846154%;
  }
  .recipe__arrow {
    bottom: 36%;
    left: 59%;
    width: 4.8076923077%;
  }
  .recipe__list {
    grid-template-columns: repeat(3, 1fr);
  }
  .recipeList__item figcaption {
    padding-bottom: 6.62069%;
    padding-top: 2.62069%;
  }
  .recipeList__item figcaption span {
    font-weight: 400;
    text-align: center;
  }
  .recipeList__item figcaption .bummon {
    margin-top: 7.5471698113%;
  }
  .recipeList__item figcaption .title {
    font-weight: 700;
  }
  .recipeList__item figcaption .title.lh15 {
    line-height: 1.5;
  }
  .recipeList__item figcaption .name {
    margin-top: 3.7037037037%;
  }
  .recipeList__link {
    padding-bottom: 3.7037037037%;
    padding-top: 3.7037037037%;
  }
  .recipeList__link::before {
    width: 95%;
  }
  .recipeList__link span {
    font-weight: 700;
    padding-right: 13%;
  }
  .j-modal-target {
    min-height: 100vh;
  }
  .modal__recipe {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .recipe__window {
    margin-bottom: 50px;
    margin-top: 50px;
    padding: 80px 0;
    width: 1000px;
  }
  .recipe__window .tag.-A.-sp {
    display: none;
  }
  .recipe__window .tag.-B.-sp {
    display: none;
  }
  .recipe__label {
    margin-bottom: 3%;
    margin-top: 3%;
    padding-bottom: 3%;
    padding-top: 3%;
    text-align: center;
  }
  .recipe__label .title {
    display: inline-block;
    font-weight: 700;
    max-width: 500px;
    min-width: 350px;
    position: relative;
  }
  .recipe__label .title .tag.-A.-pc {
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
    width: 170px;
  }
  .recipe__label .title .tag.-B.-pc {
    position: absolute;
    right: 100%;
    top: 0;
    -webkit-transform: translate(-30%, -50%);
            transform: translate(-30%, -50%);
    width: 170px;
  }
  .recipe__label .name {
    font-weight: 400;
    margin-top: 20px;
  }
  .recipe__label .affiliation {
    font-weight: 400;
  }
  .recipe__padding {
    padding-left: 80px;
    padding-right: 80px;
  }
  .recipe__image {
    width: 71.4285714286%;
  }
  .recipe__image .deco.-A {
    right: -8%;
    top: -17%;
    width: 16.6666666667%;
  }
  .recipe__image .deco.-B {
    right: -8%;
    top: -17%;
    width: 16.6666666667%;
  }
  .recipe__image .deco.-vote {
    right: -9%;
    top: -15%;
    width: 23.666667%;
  }
  .recipe__grid:nth-of-type(2) {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
  .recipe__grid:nth-of-type(3) {
    gap: 40px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 50px;
  }
  .recipe__grid .item.-make .label,
.recipe__grid .item.-material .label {
    font-weight: 700;
    padding-bottom: 18px;
  }
  .grid__item.-institution, .grid__item.-genre {
    line-height: 1.2;
  }
  .grid__item.-institution .label span, .grid__item.-genre .label span {
    padding: 0 30px;
  }
  .grid__item.-institution {
    grid-template-columns: auto auto;
    -webkit-box-pack: right;
    -webkit-justify-content: right;
        -ms-flex-pack: right;
            justify-content: right;
  }
  .grid__item.-genre {
    grid-template-columns: auto 1fr;
  }
  .grid__item.-genre .label {
    text-align: left;
  }
  .material__grid .grid__item:not(:last-of-type) {
    border-bottom: solid 1px #e7e7e7;
  }
  .material__grid .grid__item dl {
    font-weight: 400;
    gap: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .make__grid .make__title {
    font-weight: 400;
    padding-top: 25px;
  }
  .make__grid .grid__item:not(:last-of-type) {
    border-bottom: solid 1px #e7e7e7;
  }
  .make__grid .grid__item dl {
    font-weight: 400;
    gap: 20px;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .make__grid .grid__item dl dt {
    padding-top: 6px;
  }
  .recipe__expenses {
    margin-top: 50px;
    padding: 25px;
  }
  .recipe__expenses dt,
.recipe__expenses dd {
    font-weight: 400;
  }
  .recipe__expenses .label {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .recipe__expenses .note {
    font-weight: 400;
  }
  .recipe__element {
    margin-top: 50px;
    padding: 35px;
  }
  .recipe__element dt,
.recipe__element dd {
    font-weight: 400;
  }
  .recipe__element .label {
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  .recipe__element .note {
    font-weight: 400;
  }
  .recipe__element .element__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
  }
  .recipe__element .element__list li {
    width: 100%;
  }
  .recipe__element .element__list dt::before {
    width: 33px;
  }
  .recipe__point {
    margin-top: 75px;
    padding: 35px;
  }
  .recipe__point .label::before {
    width: 40px;
  }
  .recipe__point .label {
    font-weight: 700;
    padding-bottom: 15px;
    padding-left: 50px;
    padding-top: 10px;
  }
  .recipe__point dl dt {
    margin-bottom: 20px;
  }
  .recipe__point dl dd {
    font-weight: 400;
  }
  .recipe__btn {
    margin-top: 55px;
  }
  .recipe__btn ul {
    -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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .recipe__btn ul li {
    width: 270px;
  }
  .recipe__btn ul li:not(:last-of-type) {
    margin-right: 60px;
  }
  .c-modal-close {
    height: 100px;
    right: 50%;
    top: 5%;
    -webkit-transform: translateX(550%);
            transform: translateX(550%);
    width: 100px;
  }
}
@media only screen and (max-width: 768px) {
  #mv {
    padding-top: 177%;
  }
  #mv .mv__kv-main::before {
    background-position: bottom center;
    background-size: 84%;
    bottom: -12%;
  }
  #mv .mv__kv-main .mv__kv-title {
    left: 0;
    top: 12.5%;
    width: 99%;
  }
  #mv .mv__kv-main .mv__kv-image {
    display: none;
  }
  #mv .mv__kv-main .mv__kv-day {
    left: 8%;
    top: 56.5%;
    width: 81.3333333333%;
  }
  #mv .mv__kv-main .mv__kv-catch02 {
    left: 73.1%;
    top: 12.1%;
    width: 25.333333%;
  }
  .mail__btn {
    display: block;
    font-weight: 400;
    margin-top: 4.9180327869%;
    position: relative;
    text-align: left;
    width: 100%;
  }
  .mail__btn::after {
    border-right: 2px solid black;
    border-top: 2px solid black;
    content: "";
    height: 7px;
    margin-top: -5px;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: rotate(45deg) translate(2px, 0px);
            transform: rotate(45deg) translate(2px, 0px);
    width: 7px;
  }
  .bg_wrap {
    background-image: url("../img_2022/sp/bg_pt.png");
    background-position: top 1% center;
  }
  .cont_wrap:not(:first-of-type) {
    margin-top: 20%;
  }
  .sec_wrap {
    width: 86.6666666667%;
  }
  #contents {
    padding-top: 54.666667%;
  }
  .page_title {
    padding: 0 4.69999%;
  }
  .sec_wrap.bg_white {
    border-radius: 15px;
    padding: 25px 25px 50px;
  }
  .page_title .label {
    font-weight: 400;
    padding-bottom: 16%;
  }
  .page_title .label::before {
    background-image: url("../img_2022/essentials_title_deco.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 88% auto;
    content: "";
    height: 100%;
    left: 5%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .wrap__notes .note_1 {
    font-weight: 700;
    padding: 0.5% 5.5%;
  }
  .wrap__notes .note_2 {
    font-weight: 700;
  }
  .wrap__notes .note_3 {
    font-weight: 700;
    padding: 0.5% 5.5%;
  }
  .wrap__notes .note_4 {
    margin: 9.0909090909% auto;
    width: 60%;
  }
  .wrap__notes:not(:first-of-type) {
    margin-top: 12.2950819672%;
  }
  #about .tomato {
    top: -23.185185%;
    width: 40.6666666667%;
  }
  #about .mame-1 {
    position: absolute;
    right: 12%;
    top: 30%;
    width: 6.6666666667%;
  }
  #about .mame-2 {
    left: 1%;
    position: absolute;
    top: 85%;
    width: 7.3333333333%;
  }
  #about .spoon {
    bottom: 0;
    right: 0;
    width: 34.6666666667%;
  }
  #about .sec_wrap {
    font-weight: 700;
    text-align: left;
  }
  #about .sec_wrap .label.about {
    width: 93.8461538462%;
  }
  #about .sec_wrap .wrap__text {
    margin-top: 9.2307692308%;
    padding-bottom: 16.7692307692%;
    padding-left: 2%;
    padding-right: 2%;
  }
  #about .sec_wrap .wrap__text .new_sp {
    position: relative;
  }
  #about .sec_wrap .wrap__text .new_sp::after {
    background-image: url("../img_2022/new.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 300%;
    left: 90%;
    position: absolute;
    top: -300%;
    width: 130%;
  }
  #about .sec_wrap .large {
    font-weight: 700;
  }
  #about .sec_wrap .wrap__btns .label:not(:first-of-type) {
    margin-top: 13.1147540984%;
  }
  #about .sec_wrap .wrap__btns .btn__list {
    gap: 4vw;
    grid-template-columns: repeat(1, 1fr);
  }
  #vote {
    margin-top: 10.6666666667%;
  }
  #vote .page_title .label small {
    font-size: 30px;
    font-size: 4vw;
    line-height: 1.6;
  }
  #vote .department__list {
    gap: 2.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6.5573770492%;
  }
  #vote .wrap__text {
    font-weight: 700;
    margin-bottom: 15.4545454545%;
  }
  #vote .wrap__text dl dd {
    font-weight: 400;
    margin-top: 8.1818181818%;
  }
  #vote .wrap__text dl .large {
    font-weight: 700;
  }
  #vote .wrap__text dl .large .small {
    font-weight: 700;
  }
  #vote .wrap__text dl .wavy::before {
    bottom: -20%;
  }
  #vote .wrap__text.text2 {
    font-weight: 700;
    margin-bottom: 15.4545454545%;
  }
  #vote .wrap__text.text2 dl dt {
    text-align: center;
  }
  #vote .wrap__text.text2 dl dt .large {
    font-weight: 700;
  }
  #vote .wrap__text.text2 dl dd {
    font-weight: 400;
    margin-top: 8.1818181818%;
  }
  #vote .wrap__prize {
    margin-bottom: 17.4603174603%;
    margin-top: 17.4603174603%;
  }
  #vote .wrap__grandprix ul .column1 {
    margin-top: 40%;
    padding-bottom: 5%;
    padding-top: 20%;
  }
  #vote .wrap__grandprix ul .column1::before {
    background-image: url("../img_2022/sp/deco_set_a_1.png");
    left: 5%;
    margin-top: 55%;
    width: 90%;
  }
  #vote .wrap__grandprix ul .column1::after {
    background-image: url("../img_2022/sp/deco_set_a_2.png");
    bottom: -2%;
    left: -3%;
    width: 14.2857142857%;
  }
  #vote .wrap__grandprix ul .column1 .wrap {
    padding-left: 4.9180327869%;
    padding-right: 4.9180327869%;
    width: 100%;
  }
  #vote .wrap__grandprix ul .column1 .trophy {
    width: 90%;
  }
  #vote .wrap__grandprix ul .column1 .category {
    margin-bottom: 5%;
  }
  #vote .wrap__grandprix ul .column1 .category::before {
    background-size: 100% auto;
  }
  #vote .wrap__grandprix ul .column1 .category .bummon {
    font-weight: 700;
    width: 31.8181818182%;
  }
  #vote .wrap__grandprix ul .column1 .category p {
    font-weight: 700;
  }
  #vote .wrap__grandprix ul .column1 .pict figure img {
    outline: 3px solid #d6cd27;
    outline-offset: -3px;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption {
    padding-bottom: 8%;
    padding-top: 8%;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption span {
    font-weight: 400;
    text-align: left;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .title {
    font-weight: 700;
    text-align: center;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .name {
    margin-top: 8%;
    text-align: center;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .affiliation {
    text-align: center;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point {
    margin-top: 10.9090909091%;
    padding: 6.5454545455% 4.5454545455%;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dt {
    margin-bottom: 3%;
    padding-top: 3%;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dt picture {
    left: -9%;
    width: 30.1587301587%;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dd {
    font-weight: 400;
  }
  #vote .wrap__grandprix ul .column1 .pict .recipeList__link {
    padding-bottom: 5%;
    padding-top: 5%;
    width: 100%;
    z-index: 1;
  }
  #vote .wrap__grandprix ul .column1 .pict .recipeList__link span {
    font-weight: 700;
    padding-right: 10%;
  }
  #vote .wrap__grandprix ul li.b::before {
    background-image: url("../img_2022/sp/deco_set_b_1.png");
  }
  #vote .wrap__grandprix ul li.b::after {
    background-image: url("../img_2022/sp/deco_set_b_2.png");
  }
  #vote .wrap__grandprix ul .column2 {
    margin-top: 40%;
    padding-top: 20%;
  }
  #vote .wrap__grandprix ul .column2 .wrap {
    grid-template-columns: repeat(1, 1fr);
    padding-left: 4.9180327869%;
    padding-right: 4.9180327869%;
  }
  #vote .wrap__grandprix ul .column2 .category {
    margin-bottom: 5%;
  }
  #vote .wrap__grandprix ul .column2 .category::before {
    background-size: 100% auto;
  }
  #vote .wrap__grandprix ul .column2 .category .bummon {
    font-weight: 700;
    width: 31.8181818182%;
  }
  #vote .wrap__grandprix ul .column2 .category p {
    font-weight: 700;
  }
  #vote .wrap__grandprix ul .column2 .trophy {
    width: 90%;
  }
  #vote .wrap__grandprix ul .column2 figure img {
    outline: 3px solid #fff;
    outline-offset: -3px;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption {
    padding-bottom: 8%;
    padding-top: 8%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption span {
    font-weight: 400;
    text-align: left;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .title {
    font-weight: 700;
    text-align: center;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .name {
    margin-top: 5%;
    text-align: center;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .affiliation {
    text-align: center;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point {
    margin-top: 10.9090909091%;
    padding: 6.5454545455% 4.5454545455%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dt {
    margin-bottom: 3%;
    padding-top: 2%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dt picture {
    left: -9%;
    width: 30.1587301587%;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dd {
    font-weight: 400;
  }
  #vote .wrap__grandprix ul .column2 .pict .recipeList__link {
    padding-bottom: 5%;
    padding-top: 5%;
  }
  #vote .wrap__grandprix ul .column2 .pict .recipeList__link span {
    font-weight: 700;
    padding-right: 10%;
  }
  #vote .wrap__list-1 ul {
    gap: 7.3333333333vw;
    grid-template-columns: repeat(1, 1fr);
  }
  #vote .wrap__list-1 ul li div dd {
    font-weight: 400;
    margin-top: 3%;
  }
  #vote .check__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #vote .check__list .list__item:nth-of-type(1) {
    margin-left: 27.5%;
    margin-right: 27.5%;
    width: 45%;
  }
  #vote .check__list .list__item:nth-of-type(2) {
    width: 45%;
  }
  #vote .check__list .list__item:nth-of-type(3) {
    margin-left: 10%;
    width: 45%;
  }
  #vote .wrap__certification ul {
    font-weight: 400;
    margin-top: 5.4545454545%;
  }
  #vote .recipe__arrow {
    left: 68%;
  }
  #vote .recipe__list {
    grid-template-columns: repeat(2, 1fr);
  }
  #vote .recipe__list.-vote {
    grid-template-columns: repeat(1, 1fr);
  }
  #vote .recipeList__item .title {
    font-weight: 700;
  }
  #vote .recipeList__item .name {
    font-weight: 400;
    margin-top: 4%;
  }
  #vote .recipeList__item .affiliation {
    font-weight: 400;
    margin-top: 2%;
  }
  #vote .recipeList__item .point {
    margin-top: 10.9090909091%;
    padding: 6.5454545455% 4.5454545455%;
  }
  #vote .recipeList__item .point dl dt {
    margin-bottom: 3%;
  }
  #vote .recipeList__item .point dl dd {
    font-weight: 400;
  }
  #vote .wrap__specify {
    margin-top: 9.8360655738%;
  }
  #vote .wrap__specify .label {
    font-weight: 400;
  }
  #vote .wrap__specify .label .large {
    font-weight: 400;
  }
  #vote .wrap__specify .label .deco {
    background-position: bottom;
    padding: 0px 6%;
  }
  #vote .specify__list {
    gap: 6vw;
    grid-template-columns: repeat(1, 1fr);
  }
  #vote .recipeList__link span {
    font-weight: 700;
    padding-right: 10%;
  }
  #essentials {
    margin-top: 10.6666666667%;
  }
  #essentials .department__list {
    gap: 2.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 6.5573770492%;
  }
  #essentials .wrap__text {
    font-weight: 400;
    margin-bottom: 15.4545454545%;
  }
  #essentials .wrap__text dl {
    text-align: left;
  }
  #essentials .wrap__text dl dt {
    font-weight: 700;
  }
  #essentials .wrap__text dl dd {
    font-weight: 400;
    margin-top: 8.1818181818%;
  }
  #essentials .wrap__text dl .large {
    font-weight: 700;
  }
  #essentials .wrap__solution .solution__bg {
    background-image: url("../img_2022/sp/vegetable_solution_frame.png");
    padding-top: 121.3114754098%;
  }
  #essentials .wrap__solution .solution__bg .solution__link {
    bottom: 5%;
    width: 82.0895522388%;
  }
  #essentials .wrap__specify {
    margin-top: 9.8360655738%;
  }
  #essentials .wrap__specify .label {
    font-weight: 400;
  }
  #essentials .wrap__specify .label .large {
    font-weight: 400;
  }
  #essentials .wrap__specify .label .deco {
    background-position: bottom;
    padding: 0px 6%;
  }
  #essentials .specify__list {
    gap: 6vw;
    grid-template-columns: repeat(1, 1fr);
  }
  #essentials .wrap__certification ul {
    font-weight: 400;
  }
  #essentials .wrap__certification .large {
    font-weight: 400;
  }
  #flow .wrap__method dt {
    font-weight: 700;
  }
  #flow .wrap__method dd {
    font-weight: 400;
  }
  #flow .wrap__step {
    width: 100%;
  }
  #flow .wrap__step dd {
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  #flow .wrap__step dd .large {
    font-weight: 700;
  }
  #flow .wrap__step .item__body {
    margin-top: 5.448276%;
    padding-bottom: 9%;
    padding-left: 16.494253%;
  }
  #flow .step__list i.liner {
    padding-top: 7%;
  }
  #flow .step__list i.liner::before {
    left: 7.747126%;
  }
  #flow .wrap__photo {
    font-weight: 400;
    padding: 5% 4%;
  }
  #flow .wrap__photo .large {
    font-weight: 700;
  }
  #flow .awards__note {
    font-weight: 700;
    padding: 0 4%;
  }
  #flow .awards__list .list__item {
    font-weight: 400;
    padding-left: 12%;
  }
  #flow .awards__list .list__item:first-of-type:before {
    background-position: top 10% center;
    top: 0;
    width: 12%;
  }
  #flow .awards__list .list__item:nth-of-type(2):before {
    background-position: top 10% center;
    top: 0;
    width: 12%;
  }
  #flow .awards__list .list__item:not(:first-of-type) {
    margin-top: 11.4754098361%;
  }
  #flow .awards__list .list__item .large {
    font-weight: 700;
  }
  #message.cont_wrap {
    margin-top: 30.517241%;
  }
  #message .page_title::before {
    background-size: 45% auto;
    left: -30%;
    top: -80%;
  }
  #message .message__list .list__item {
    width: 100%;
  }
  #message .wrap__link {
    padding-top: 45%;
  }
  #message .wrap__link::before {
    background-image: url("../img_2022/sp/btn_recipecontest_2021_deco.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 100%;
    left: 50%;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 110%;
  }
  #message .wrap__link .label {
    width: 100%;
  }
  #message .wrap__link .list__item {
    width: 100%;
  }
  #message .wrap__notice {
    padding: 6.448276%;
  }
  #message .wrap__notice .notice__note {
    font-weight: 400;
    padding: 0 5%;
  }
  #message .wrap__notice .notice__text {
    font-weight: 400;
  }
  .fixed__footer {
    padding: 1%;
  }
  .fixed__footer .footer__list {
    gap: 2vw;
    grid-template-columns: 9.7222222222% auto 1fr;
    margin: auto;
    width: 96%;
  }
  .fixed__footer .footer__list .list__item {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 2;
  }
  .fixed__footer .footer__list .list__item {
    text-align: left;
  }
  .recipeTitle {
    margin-bottom: 9.0909090909%;
  }
  .recipeTitle .deco_recipe_miru {
    left: -7.2727272727%;
    top: -16.6666666667%;
    width: 31.8181818182%;
  }
  .recipeTitle .deco_tomato {
    right: -5%;
    top: -15%;
    width: 18.1818181818%;
  }
  .recipeTitle .deco_mametomato {
    right: -4%;
    top: -17%;
    width: 14.5454545455%;
  }
  .recipe__arrow {
    bottom: 30%;
    left: 65%;
    width: 10%;
  }
  .recipe__list {
    grid-template-columns: repeat(2, 1fr);
  }
  .recipeList__item figcaption {
    padding-bottom: 8%;
    padding-top: 8%;
  }
  .recipeList__item figcaption span {
    font-weight: 400;
    text-align: left;
  }
  .recipeList__item figcaption .bummon {
    margin-bottom: 7.5471698113%;
  }
  .recipeList__item figcaption .title {
    font-weight: 700;
  }
  .recipeList__item figcaption .name {
    margin-top: 8%;
  }
  .recipeList__link {
    padding-bottom: 8%;
    padding-top: 8%;
  }
  .recipeList__link::before {
    width: 92%;
  }
  .recipeList__link span {
    font-weight: 700;
    padding-right: 15%;
  }
  .modal__recipe {
    padding-bottom: 6.6666666667%;
    padding-top: 6.6666666667%;
  }
  .recipe__window {
    margin-bottom: 6.6666666667%;
    margin-top: 6.6666666667%;
    padding: 10.447761194% 0;
    width: 86.6666666667%;
  }
  .recipe__window .tag.-A.-sp {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-13.6363636364%, -13.6363636364%);
            transform: translate(-13.6363636364%, -13.6363636364%);
    width: 32.8358208955%;
    z-index: 1;
  }
  .recipe__window .tag.-B.-sp {
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transform: translate(-13.6363636364%, -13.6363636364%);
            transform: translate(-13.6363636364%, -13.6363636364%);
    width: 32.8358208955%;
    z-index: 1;
  }
  .recipe__label {
    margin-bottom: 7.2727272727%;
    margin-top: 7.2727272727%;
    padding-bottom: 11.9402985075%;
    padding-top: 11.9402985075%;
  }
  .recipe__label .title {
    font-weight: 700;
  }
  .recipe__label .title .tag.-A.-pc {
    display: none;
  }
  .recipe__label .title .tag {
    display: block !important;
    opacity: 1 !important;
    position: absolute !important;
    right: 100% !important;
    top: 0 !important;
    -webkit-transform: translate(-30%, -50%) !important;
            transform: translate(-30%, -50%) !important;
    width: 170px !important;
  }
  .recipe__label .name {
    font-weight: 400;
    margin-top: 4.4776119403%;
  }
  .recipe__label .affiliation {
    font-weight: 400;
  }
  .recipe__padding {
    padding: 0 7.4626865672%;
  }
  .recipe__image {
    width: 100%;
  }
  .recipe__image .deco.-A {
    right: -8%;
    top: -20%;
    width: 21.8181818182%;
  }
  .recipe__image .deco.-B {
    right: -8%;
    top: -20%;
    width: 21.8181818182%;
  }
  .recipe__image .deco.-vote {
    right: -9.5%;
    top: -22%;
    width: 30.818182%;
  }
  .recipe__grid:nth-of-type(2) {
    gap: 4vw;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 13.6363636364%;
  }
  .recipe__grid:nth-of-type(3) {
    gap: 12.6666666667vw;
    grid-template-columns: repeat(1, 1fr);
    margin-top: 21.8181818182%;
  }
  .recipe__grid .item.-make .label,
.recipe__grid .item.-material .label {
    font-weight: 700;
    padding-bottom: 4.5454545455%;
  }
  .grid__item.-institution .label span, .grid__item.-genre .label span {
    font-weight: 700;
    padding: 0 15px;
  }
  .grid__item.-institution {
    grid-template-columns: 1fr 1fr;
  }
  .grid__item.-genre {
    grid-template-columns: 1fr 1fr;
  }
  .grid__item.-genre .label {
    text-align: right;
  }
  .grid__item .institution span,
.grid__item .genre span {
    font-weight: 400;
  }
  .material__grid .grid__item {
    border-bottom: solid 1px #e7e7e7;
  }
  .material__grid .grid__item dl {
    font-weight: 400;
    gap: 2.6666666667vw;
    padding-bottom: 4.5454545455%;
    padding-top: 4.5454545455%;
  }
  .make__grid .make__title {
    font-weight: 400;
    padding-top: 4.5454545455%;
  }
  .make__grid .grid__item {
    border-bottom: solid 1px #e7e7e7;
  }
  .make__grid .grid__item dl {
    font-weight: 400;
    gap: 2.6666666667vw;
    padding-bottom: 4.5454545455%;
    padding-top: 4.5454545455%;
  }
  .recipe__expenses {
    margin-top: 20%;
    padding: 6.3636363636%;
  }
  .recipe__expenses dt,
.recipe__expenses dd {
    font-weight: 400;
  }
  .recipe__expenses .label {
    font-weight: 700;
    margin-bottom: 10%;
    padding-bottom: 4.5454545455%;
  }
  .recipe__expenses .note {
    font-weight: 400;
  }
  .recipe__element {
    margin-top: 23.6363636364%;
    padding: 7.2727272727%;
  }
  .recipe__element dt,
.recipe__element dd {
    font-weight: 400;
  }
  .recipe__element .label {
    font-weight: 700;
    margin-bottom: 10%;
    padding-bottom: 4.5454545455%;
  }
  .recipe__element .note {
    font-weight: 400;
  }
  .recipe__element .element__list {
    display: grid;
    font-weight: 400;
    gap: 9.3333333333vw 5.3333333333vw;
    grid-template-columns: repeat(2, 1fr);
  }
  .recipe__element .element__list dt::before {
    width: 10%;
  }
  .recipe__point {
    margin-top: 30.9090909091%;
    padding: 11.8181818182% 4.5454545455%;
  }
  .recipe__point .label::before {
    width: 10%;
  }
  .recipe__point .label {
    font-weight: 700;
    padding-bottom: 8.1632653061%;
    padding-left: 13.2653061224%;
  }
  .recipe__point dl dt {
    margin-bottom: 8.2474226804%;
  }
  .recipe__point dl dd {
    font-weight: 400;
  }
  .recipe__btn {
    margin-top: 10.9090909091%;
  }
  .recipe__btn ul li {
    width: 100%;
  }
  .recipe__btn ul li:not(:last-of-type) {
    margin-bottom: 6%;
  }
  .c-modal-close {
    right: 2.6666666667%;
    top: 2.6666666667%;
    width: 13.3333333333%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px), print {
  .mail__btn {
    font-size: 1.1713030747vw;
  }
  .page_title .label {
    font-size: 2.9282576867vw;
    line-height: 1.2;
  }
  .wrap__notes .note_1 {
    font-size: 1.756954612vw;
  }
  .wrap__notes .note_2 {
    font-size: 1.317715959vw;
  }
  .wrap__notes .note_3 {
    font-size: 1.1713030747vw;
  }
  #vote .wrap__text {
    font-size: 1.1713030747vw;
    line-height: 1.75;
  }
  #vote .wrap__text dl dd {
    font-size: 1.1713030747vw;
    line-height: 1.75;
  }
  #vote .wrap__text dl .large {
    font-size: 1.756954612vw;
    line-height: 1.5833333333;
  }
  #vote .wrap__text dl .large .small {
    font-size: 1.756954612vw;
  }
  #vote .wrap__text.text2 {
    font-size: 1.1713030747vw;
    line-height: 1.75;
  }
  #vote .wrap__text.text2 dl dt {
    font-size: 1.756954612vw;
    line-height: 1.3333333333;
  }
  #vote .wrap__text.text2 dl dt .large {
    font-size: 2.3426061493vw;
    line-height: 1;
  }
  #vote .wrap__text.text2 dl dd {
    font-size: 1.1713030747vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .category .bummon {
    font-size: 1.4641288433vw;
    line-height: 0.9;
  }
  #vote .wrap__grandprix ul .column1 .category p {
    font-size: 1.317715959vw;
    line-height: 2.2222222222;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption span {
    font-size: 1.0248901903vw;
    line-height: 1.6428571429;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .title {
    font-size: 1.756954612vw;
    line-height: 1.6666666667;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dd {
    font-size: 1.1713030747vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .pict .recipeList__link span {
    font-size: 1.317715959vw;
    line-height: 2.2222222222;
  }
  #vote .wrap__grandprix ul .column2 .category .bummon {
    font-size: 1.4641288433vw;
    line-height: 0.9;
  }
  #vote .wrap__grandprix ul .column2 .category p {
    font-size: 1.317715959vw;
    line-height: 2.2222222222;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption span {
    font-size: 1.0248901903vw;
    line-height: 1.6428571429;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .title {
    font-size: 1.756954612vw;
    line-height: 1.6666666667;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dd {
    font-size: 1.1713030747vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column2 .pict .recipeList__link span {
    font-size: 1.317715959vw;
    line-height: 2.2222222222;
  }
  #vote .wrap__list-1 ul li div dd {
    font-size: 1.1713030747vw;
    line-height: 1.625;
  }
  #vote .wrap__certification ul {
    font-size: 1.1713030747vw;
    line-height: 2.125;
  }
  #vote .recipeList__item .title {
    font-size: 1.317715959vw;
    line-height: 2.2222222222;
  }
  #vote .recipeList__item .name {
    font-size: 1.0248901903vw;
    line-height: 1.6428571429;
  }
  #vote .recipeList__item .affiliation {
    font-size: 1.0248901903vw;
    line-height: 1.6428571429;
  }
  #vote .recipeList__item .point dl dd {
    font-size: 1.0248901903vw;
    line-height: 2;
  }
  #vote .wrap__specify .label {
    font-size: 1.756954612vw;
  }
  #vote .wrap__specify .label .large {
    font-size: 3.2942898975vw;
  }
  #essentials .wrap__text {
    font-size: 1.1713030747vw;
    line-height: 1.75;
  }
  #essentials .wrap__text dl dt {
    font-size: 1.1713030747vw;
    line-height: 1.625;
  }
  #essentials .wrap__text dl dd {
    font-size: 1.1713030747vw;
    line-height: 1.625;
  }
  #essentials .wrap__text dl .large {
    font-size: 1.756954612vw;
    line-height: 1.3333333333;
  }
  #essentials .wrap__specify .label {
    font-size: 1.756954612vw;
  }
  #essentials .wrap__specify .label .large {
    font-size: 3.2942898975vw;
  }
  #essentials .wrap__certification ul {
    font-size: 1.1713030747vw;
    line-height: 1.75;
  }
  #essentials .wrap__certification .large {
    font-size: 1.317715959vw;
    line-height: 1.7777777778;
  }
  #flow .wrap__method dt {
    font-size: 1.4641288433vw;
    line-height: 1.7;
  }
  #flow .wrap__method dd {
    font-size: 1.1713030747vw;
    line-height: 2.125;
  }
  #flow .wrap__step dd {
    font-size: 1.0248901903vw;
    line-height: 1.7142857143;
  }
  #flow .wrap__step dd .large {
    font-size: 1.317715959vw;
    line-height: 1.6666666667;
  }
  #flow .wrap__photo {
    font-size: 1.1713030747vw;
    line-height: 1.75;
  }
  #flow .wrap__photo .large {
    font-size: 1.5373352855vw;
  }
  #flow .awards__note {
    font-size: 1.317715959vw;
  }
  #flow .awards__list .list__item {
    font-size: 1.317715959vw;
    line-height: 1.8888888889;
  }
  #flow .awards__list .list__item .large {
    font-size: 1.4641288433vw;
  }
  #message .wrap__notice .notice__note {
    font-size: 1.317715959vw;
  }
  #message .wrap__notice .notice__text {
    font-size: 1.1713030747vw;
    line-height: 2;
  }
  .recipeList__item figcaption span {
    font-size: 1.0248901903vw;
    line-height: 1.6428571429;
  }
  .recipeList__item figcaption .title {
    font-size: 1.317715959vw;
    line-height: 2.2222222222;
  }
  .recipeList__link span {
    font-size: 1.317715959vw;
    line-height: 2.2222222222;
  }
  .recipe__label .title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.6666666667;
  }
  .recipe__label .name {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .recipe__label .affiliation {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.625;
  }
  .recipe__grid .item.-make .label,
.recipe__grid .item.-material .label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .grid__item.-institution .label span, .grid__item.-genre .label span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .grid__item .institution span,
.grid__item .genre span {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .material__grid .grid__item dl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .make__grid .make__title {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 2;
  }
  .make__grid .grid__item dl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .recipe__expenses dt,
.recipe__expenses dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .recipe__expenses .label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .recipe__expenses .note {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.3333333333;
  }
  .recipe__element dt,
.recipe__element dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .recipe__element .label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .recipe__element .note {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 2.3333333333;
  }
  .recipe__element .element__list {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
  .recipe__point .label {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.3333333333;
  }
  .recipe__point dl dd {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 2;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .mail__btn {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
  .page_title .label {
    font-size: 40px;
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
  .wrap__notes .note_1 {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .wrap__notes .note_2 {
    font-size: 18px;
    font-size: 2.4vw;
  }
  .wrap__notes .note_3 {
    font-size: 16px;
    font-size: 2.1333333333vw;
  }
  #vote .wrap__text {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  #vote .wrap__text dl dd {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  #vote .wrap__text dl .large {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
  #vote .wrap__text dl .large .small {
    font-size: 24px;
    font-size: 3.2vw;
  }
  #vote .wrap__text.text2 {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  #vote .wrap__text.text2 dl dt {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
  #vote .wrap__text.text2 dl dt .large {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  #vote .wrap__text.text2 dl dd {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .category .bummon {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 0.9;
  }
  #vote .wrap__grandprix ul .column1 .category p {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption span {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 1.6428571429;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .title {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dd {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .pict .recipeList__link span {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
  #vote .wrap__grandprix ul .column2 .category .bummon {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 0.9;
  }
  #vote .wrap__grandprix ul .column2 .category p {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption span {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 1.6428571429;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .title {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.6666666667;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dd {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column2 .pict .recipeList__link span {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
  #vote .wrap__list-1 ul li div dd {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.625;
  }
  #vote .wrap__certification ul {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 2.125;
  }
  #vote .recipeList__item .title {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
  #vote .recipeList__item .name {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 1.6428571429;
  }
  #vote .recipeList__item .affiliation {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 1.6428571429;
  }
  #vote .recipeList__item .point dl dd {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 2;
  }
  #vote .wrap__specify .label {
    font-size: 24px;
    font-size: 3.2vw;
  }
  #vote .wrap__specify .label .large {
    font-size: 45px;
    font-size: 6vw;
  }
  #essentials .wrap__text {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  #essentials .wrap__text dl dt {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.625;
  }
  #essentials .wrap__text dl dd {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.625;
  }
  #essentials .wrap__text dl .large {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
  #essentials .wrap__specify .label {
    font-size: 24px;
    font-size: 3.2vw;
  }
  #essentials .wrap__specify .label .large {
    font-size: 45px;
    font-size: 6vw;
  }
  #essentials .wrap__certification ul {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  #essentials .wrap__certification .large {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 1.7777777778;
  }
  #flow .wrap__method dt {
    font-size: 20px;
    font-size: 2.6666666667vw;
    line-height: 1.7;
  }
  #flow .wrap__method dd {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 2.125;
  }
  #flow .wrap__step dd {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 1.7142857143;
  }
  #flow .wrap__step dd .large {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 1.6666666667;
  }
  #flow .wrap__photo {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 1.75;
  }
  #flow .wrap__photo .large {
    font-size: 21px;
    font-size: 2.8vw;
  }
  #flow .awards__note {
    font-size: 18px;
    font-size: 2.4vw;
  }
  #flow .awards__list .list__item {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 1.8888888889;
  }
  #flow .awards__list .list__item .large {
    font-size: 20px;
    font-size: 2.6666666667vw;
  }
  #message .wrap__notice .notice__note {
    font-size: 18px;
    font-size: 2.4vw;
  }
  #message .wrap__notice .notice__text {
    font-size: 16px;
    font-size: 2.1333333333vw;
    line-height: 2;
  }
  .recipeList__item figcaption span {
    font-size: 14px;
    font-size: 1.8666666667vw;
    line-height: 1.6428571429;
  }
  .recipeList__item figcaption .title {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
  .recipeList__link span {
    font-size: 18px;
    font-size: 2.4vw;
    line-height: 2.2222222222;
  }
  .recipe__label .title {
    font-size: 12px;
    font-size: 1.44rem;
    line-height: 2;
  }
  .recipe__label .name {
    font-size: 8px;
    font-size: 0.96rem;
    line-height: 1.95;
  }
  .recipe__label .affiliation {
    font-size: 8px;
    font-size: 0.96rem;
    line-height: 1.95;
  }
  .recipe__grid .item.-make .label,
.recipe__grid .item.-material .label {
    font-size: 9px;
    font-size: 1.08rem;
    line-height: 1.6;
  }
  .grid__item.-institution .label span, .grid__item.-genre .label span {
    font-size: 7px;
    font-size: 0.84rem;
  }
  .grid__item .institution span,
.grid__item .genre span {
    font-size: 7px;
    font-size: 0.84rem;
  }
  .material__grid .grid__item dl {
    font-size: 7px;
    font-size: 0.84rem;
    line-height: 2.4;
  }
  .make__grid .make__title {
    font-size: 8px;
    font-size: 0.96rem;
    line-height: 2.4;
  }
  .make__grid .grid__item dl {
    font-size: 7px;
    font-size: 0.84rem;
    line-height: 2.4;
  }
  .recipe__expenses dt,
.recipe__expenses dd {
    font-size: 7px;
    font-size: 0.84rem;
    line-height: 2.4;
  }
  .recipe__expenses .label {
    font-size: 9px;
    font-size: 1.08rem;
    line-height: 1.6;
  }
  .recipe__expenses .note {
    font-size: 6px;
    font-size: 0.72rem;
    line-height: 2.8;
  }
  .recipe__element dt,
.recipe__element dd {
    font-size: 7px;
    font-size: 0.84rem;
    line-height: 2.4;
  }
  .recipe__element .label {
    font-size: 9px;
    font-size: 1.08rem;
    line-height: 1.6;
  }
  .recipe__element .note {
    font-size: 6px;
    font-size: 0.72rem;
    line-height: 2.8;
  }
  .recipe__element .element__list {
    font-size: 7px;
    font-size: 0.84rem;
    line-height: 2.4;
  }
  .recipe__point .label {
    font-size: 9px;
    font-size: 1.08rem;
    line-height: 1.6;
  }
  .recipe__point dl dd {
    font-size: 7px;
    font-size: 0.84rem;
    line-height: 2.4;
  }
}
@media only screen and (max-width: 768px) and (min-width: 769px) {
  .mail__btn {
    font-size: 1.756954612vw;
  }
  .page_title .label {
    font-size: 3.2942898975vw;
    line-height: 1.0666666667;
  }
  .wrap__notes .note_1 {
    font-size: 2.196193265vw;
  }
  .wrap__notes .note_2 {
    font-size: 1.9033674963vw;
  }
  .wrap__notes .note_3 {
    font-size: 2.196193265vw;
  }
  #about .sec_wrap {
    font-size: 2.3426061493vw;
    line-height: 2;
  }
  #about .sec_wrap .large {
    font-size: 2.7818448023vw;
    line-height: 1.6842105263;
  }
  #vote .wrap__text {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  #vote .wrap__text dl dd {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  #vote .wrap__text dl .large {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  #vote .wrap__text dl .large .small {
    font-size: 2.0497803807vw;
  }
  #vote .wrap__text.text2 {
    font-size: 2.0497803807vw;
    line-height: 2;
  }
  #vote .wrap__text.text2 dl dt .large {
    font-size: 2.8184480234vw;
    line-height: 1.2467532468;
  }
  #vote .wrap__text.text2 dl dd {
    font-size: 1.756954612vw;
    line-height: 1.0833333333;
  }
  #vote .wrap__grandprix ul .column1 .category .bummon {
    font-size: 2.3426061493vw;
    line-height: 1;
  }
  #vote .wrap__grandprix ul .column1 .category p {
    font-size: 2.0497803807vw;
    line-height: 2;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption span {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .title {
    font-size: 2.3426061493vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dd {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .pict .recipeList__link span {
    font-size: 2.3426061493vw;
    line-height: 1.90625;
  }
  #vote .wrap__grandprix ul .column2 .category .bummon {
    font-size: 2.3426061493vw;
    line-height: 1;
  }
  #vote .wrap__grandprix ul .column2 .category p {
    font-size: 2.0497803807vw;
    line-height: 2;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption span {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .title {
    font-size: 2.3426061493vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dd {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column2 .pict .recipeList__link span {
    font-size: 2.3426061493vw;
    line-height: 1.90625;
  }
  #vote .wrap__list-1 ul li div dd {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  #vote .wrap__certification ul {
    font-size: 2.0497803807vw;
    line-height: 1.5;
  }
  #vote .recipeList__item .title {
    font-size: 2.3426061493vw;
    line-height: 1;
  }
  #vote .recipeList__item .name {
    font-size: 1.756954612vw;
    line-height: 1.3333333333;
  }
  #vote .recipeList__item .affiliation {
    font-size: 1.756954612vw;
    line-height: 1.3333333333;
  }
  #vote .recipeList__item .point dl dd {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  #vote .wrap__specify .label {
    font-size: 2.1229868228vw;
  }
  #vote .wrap__specify .label .large {
    font-size: 3.074670571vw;
  }
  #vote .recipeList__link span {
    font-size: 2.0497803807vw;
    line-height: 1.8571428571;
  }
  #essentials .wrap__text {
    font-size: 2.0497803807vw;
    line-height: 1.5;
  }
  #essentials .wrap__text dl dt {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  #essentials .wrap__text dl dd {
    font-size: 2.0497803807vw;
    line-height: 1.5;
  }
  #essentials .wrap__text dl .large {
    font-size: 2.3426061493vw;
    line-height: 1.5;
  }
  #essentials .wrap__specify .label {
    font-size: 2.1229868228vw;
  }
  #essentials .wrap__specify .label .large {
    font-size: 3.074670571vw;
  }
  #essentials .wrap__certification ul {
    font-size: 2.0497803807vw;
    line-height: 1.5;
  }
  #essentials .wrap__certification .large {
    font-size: 2.0497803807vw;
    line-height: 1.5;
  }
  #flow .wrap__method dt {
    font-size: 2.3426061493vw;
    line-height: 1.71875;
  }
  #flow .wrap__method dd {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  #flow .wrap__step dd {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  #flow .wrap__step dd .large {
    font-size: 2.3426061493vw;
    line-height: 1.5;
  }
  #flow .wrap__photo {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  #flow .wrap__photo .large {
    font-size: 2.3426061493vw;
  }
  #flow .awards__note {
    font-size: 2.0497803807vw;
  }
  #flow .awards__list .list__item {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  #flow .awards__list .list__item .large {
    font-size: 2.3426061493vw;
  }
  #message .wrap__notice .notice__note {
    font-size: 2.0497803807vw;
  }
  #message .wrap__notice .notice__text {
    font-size: 2.0497803807vw;
    line-height: 1.7142857143;
  }
  .recipeList__item figcaption span {
    font-size: 1.756954612vw;
    line-height: 1.4166666667;
  }
  .recipeList__item figcaption .title {
    font-size: 1.756954612vw;
    line-height: 1.3333333333;
  }
  .recipeList__link span {
    font-size: 1.756954612vw;
    line-height: 1.5833333333;
  }
  .recipe__label .title {
    font-size: 2.3426061493vw;
    line-height: 1.875;
  }
  .recipe__label .name {
    font-size: 1.756954612vw;
    line-height: 1.5;
  }
  .recipe__label .affiliation {
    font-size: 1.756954612vw;
    line-height: 1.5;
  }
  .recipe__grid .item.-make .label,
.recipe__grid .item.-material .label {
    font-size: 1.9033674963vw;
    line-height: 1.2307692308;
  }
  .grid__item.-institution .label span, .grid__item.-genre .label span {
    font-size: 1.756954612vw;
    line-height: 1.5;
  }
  .grid__item .institution span,
.grid__item .genre span {
    font-size: 1.756954612vw;
    line-height: 1.5;
  }
  .material__grid .grid__item dl {
    font-size: 1.756954612vw;
    line-height: 1.1666666667;
  }
  .make__grid .make__title {
    font-size: 1.9033674963vw;
    line-height: 1.1538461538;
  }
  .make__grid .grid__item dl {
    font-size: 1.756954612vw;
    line-height: 1.1666666667;
  }
  .recipe__expenses dt,
.recipe__expenses dd {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  .recipe__expenses .label {
    font-size: 1.9033674963vw;
    line-height: 1.3846153846;
  }
  .recipe__expenses .note {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  .recipe__element dt,
.recipe__element dd {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  .recipe__element .label {
    font-size: 1.9765739385vw;
    line-height: 1.3333333333;
  }
  .recipe__element .note {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  .recipe__element .element__list {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
  .recipe__point .label {
    font-size: 1.9765739385vw;
    line-height: 1.3333333333;
  }
  .recipe__point dl dd {
    font-size: 1.756954612vw;
    line-height: 1.75;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  .mail__btn {
    font-size: 24px;
    font-size: 3.2vw;
  }
  .page_title .label {
    font-size: 45px;
    font-size: 6vw;
    line-height: 1.0666666667;
  }
  .wrap__notes .note_1 {
    font-size: 30px;
    font-size: 4vw;
  }
  .wrap__notes .note_2 {
    font-size: 26px;
    font-size: 3.4666666667vw;
  }
  .wrap__notes .note_3 {
    font-size: 30px;
    font-size: 4vw;
  }
  #about .sec_wrap {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 2;
  }
  #about .sec_wrap .large {
    font-size: 38px;
    font-size: 5.0666666667vw;
    line-height: 1.6842105263;
  }
  #vote .wrap__text {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  #vote .wrap__text dl dd {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  #vote .wrap__text dl .large {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  #vote .wrap__text dl .large .small {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
  #vote .wrap__text.text2 {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  #vote .wrap__text.text2 dl dt .large {
    font-size: 38.5px;
    font-size: 5.1333333333vw;
    line-height: 1.2467532468;
  }
  #vote .wrap__text.text2 dl dd {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.0833333333;
  }
  #vote .wrap__grandprix ul .column1 .category .bummon {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  #vote .wrap__grandprix ul .column1 .category p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption span {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .title {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .pict figcaption .point dl dd {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column1 .pict .recipeList__link span {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.90625;
  }
  #vote .wrap__grandprix ul .column2 .category .bummon {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  #vote .wrap__grandprix ul .column2 .category p {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 2;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption span {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .title {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column2 .pict figcaption .point dl dd {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  #vote .wrap__grandprix ul .column2 .pict .recipeList__link span {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.90625;
  }
  #vote .wrap__list-1 ul li div dd {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  #vote .wrap__certification ul {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  #vote .recipeList__item .title {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1;
  }
  #vote .recipeList__item .name {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
  #vote .recipeList__item .affiliation {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
  #vote .recipeList__item .point dl dd {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  #vote .wrap__specify .label {
    font-size: 29px;
    font-size: 3.8666666667vw;
  }
  #vote .wrap__specify .label .large {
    font-size: 42px;
    font-size: 5.6vw;
  }
  #vote .recipeList__link span {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.8571428571;
  }
  #essentials .wrap__text {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  #essentials .wrap__text dl dt {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  #essentials .wrap__text dl dd {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  #essentials .wrap__text dl .large {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  #essentials .wrap__specify .label {
    font-size: 29px;
    font-size: 3.8666666667vw;
  }
  #essentials .wrap__specify .label .large {
    font-size: 42px;
    font-size: 5.6vw;
  }
  #essentials .wrap__certification ul {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  #essentials .wrap__certification .large {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.5;
  }
  #flow .wrap__method dt {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.71875;
  }
  #flow .wrap__method dd {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  #flow .wrap__step dd {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  #flow .wrap__step dd .large {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.5;
  }
  #flow .wrap__photo {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  #flow .wrap__photo .large {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
  #flow .awards__note {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
  #flow .awards__list .list__item {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  #flow .awards__list .list__item .large {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
  #message .wrap__notice .notice__note {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
  #message .wrap__notice .notice__text {
    font-size: 28px;
    font-size: 3.7333333333vw;
    line-height: 1.7142857143;
  }
  .recipeList__item figcaption span {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.4166666667;
  }
  .recipeList__item figcaption .title {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.3333333333;
  }
  .recipeList__link span {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5833333333;
  }
  .recipe__label .title {
    font-size: 32px;
    font-size: 4.2666666667vw;
    line-height: 1.875;
  }
  .recipe__label .name {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .recipe__label .affiliation {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .recipe__grid .item.-make .label,
.recipe__grid .item.-material .label {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.2307692308;
  }
  .grid__item.-institution .label span, .grid__item.-genre .label span {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .grid__item .institution span,
.grid__item .genre span {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.5;
  }
  .material__grid .grid__item dl {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.1666666667;
  }
  .make__grid .make__title {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.1538461538;
  }
  .make__grid .grid__item dl {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.1666666667;
  }
  .recipe__expenses dt,
.recipe__expenses dd {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .recipe__expenses .label {
    font-size: 26px;
    font-size: 3.4666666667vw;
    line-height: 1.3846153846;
  }
  .recipe__expenses .note {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .recipe__element dt,
.recipe__element dd {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .recipe__element .label {
    font-size: 27px;
    font-size: 3.6vw;
    line-height: 1.3333333333;
  }
  .recipe__element .note {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .recipe__element .element__list {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
  .recipe__point .label {
    font-size: 27px;
    font-size: 3.6vw;
    line-height: 1.3333333333;
  }
  .recipe__point dl dd {
    font-size: 24px;
    font-size: 3.2vw;
    line-height: 1.75;
  }
}