@charset "UTF-8";

@media only screen and (min-width: 768px) {
  .width_short_768 {
    display: none !important;
  }
}
@media only screen and (max-width: 769px) {
  .width_over_768 {
    display: none !important;
  }
}
@media print {
  * {
    -webkit-print-color-adjust: exact !important;
    color-adjust: exact !important;
  }
  .width_short_768 {
    display: none !important;
  }
}
.recipe__top {
  width: 100%;
  height: auto;
  padding: 31.25vw 0 0 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .recipe__top {
    height: calc(100vh - 80px);
    padding: 5vw 100px 40px 100px;
  }
}
@media print {
  .recipe__top {
    height: calc(100vh - 80px);
    padding: 140px 0 60px;
  }
}
.recipe__top__hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 114vw;
}
@media only screen and (min-width: 768px) {
  .recipe__top__hero {
    height: calc(100% - 60px);
  }
}
@media print {
  .recipe__top__hero {
    height: calc(100% - 60px);
  }
}
.recipe__top__hero__image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  page-break-inside: avoid;
}
@media print {
  .recipe__top__hero__image img {
    display: block;
    -webkit-print-color-adjust: exact;
  }
  .recipe__top__hero__image img.width_short_768 {
    display: none;
  }
}
.recipe__top__hero__sub_heading {
  position: absolute;
  top: -27vw;
  left: 0;
  color: #666464;
  z-index: 2;
  font-family: "07TetsubinGothic" !important;
  font-size: 4.375vw;
  line-height: 1.6;
  margin: 0 4vw;
}
@media only screen and (min-width: 768px) {
  .recipe__top__hero__sub_heading {
    top: -4vw;
    font-size: 1.04vw;
    line-height: 1;
    margin: 0;
  }
}
@media print {
  .recipe__top__hero__sub_heading {
    top: -110px;
    font-size: 20px;
    line-height: 1;
    margin: 0 24px;
  }
}
.recipe__top__hero__top_heading {
  position: absolute;
  top: -18vw;
  left: 0;
  color: #000000;
  z-index: 2;
  font-family: "07TetsubinGothic" !important;
  font-size: 7.5vw;
  line-height: 1.5;
  margin: 0 4vw;
}
@media only screen and (min-width: 768px) {
  .recipe__top__hero__top_heading {
    top: -3.2vw;
    font-size: 3.9vw;
    line-height: 4vw;
    margin: 0;
  }
}
@media print {
  .recipe__top__hero__top_heading {
    top: -78px;
    font-size: 24px;
    line-height: 45px;
    margin: 0 24px;
  }
}
.recipe__top__hero__top_heading span {
  display: block;
  font-size: 10vw;
  line-height: 1;
  color: #E60012;
}
@media only screen and (min-width: 768px) {
  .recipe__top__hero__top_heading span {
    display: inline;
    font-size: 5vw;
    line-height: 1;
  }
}
@media print {
  .recipe__top__hero__top_heading span {
    font-size: 42px;
    line-height: 45px;
  }
}
.recipe__top__hero__center_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  z-index: 2;
  font-size: 8vw;
  line-height: 1.2;
  letter-spacing: -.4em;
  font-weight: 900;
  text-align: center;
  width: 100%;
  padding: 0 6.25vw;
  box-sizing: border-box;
}
@media print {
  .recipe__top__hero__center_heading {
    font-size: 32px;
    line-height: 32px;
  }
}
.recipe__top__hero__center_heading span {
  display: inline-block;
  letter-spacing: normal;
}
@media print {
  .recipe__top__hero__center_heading {
    color: #ffffff;
    -webkit-print-color-adjust: exact;
  }
}
@media only screen and (min-width: 768px) {
  .recipe__top__hero__center_heading {
    font-size: 64px;
    line-height: 94px;
    font-weight: 900;
  }
}
/*.recipe__top__hero::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000038;
  z-index: 1;
  width: 100%;
  height: 100%;
}*/
@media print {
  .recipe__top__hero::after {
    z-index: -5;
  }
}
.recipe__top__recipe_details_section {
  display: flex;
  flex-direction: column;
  margin: 16px 0 0 0;
  width: 100%;
}
@media print {
  .recipe__top__recipe_details_section {
    break-after: page;
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .recipe__top__recipe_details_section {
    flex-direction: row;
    width: auto;
  }
}
.recipe__top__recipe_details_section__content {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex: none;
}
@media only screen and (min-width: 1072px) {
  .recipe__top__recipe_details_section__content {
    flex: 1;
  }
}
.recipe__top__recipe_details_section__content__wrapper {
  display: grid;
  grid-template-columns: auto auto;
  grid-row-gap: 12px;
  border: 1px solid #E5E5E5;
  padding: 8px 16px;
  border-radius: 8px;
  width: calc(100% - 10.666666vw);
  margin: 0 auto;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .recipe__top__recipe_details_section__content__wrapper {
    display: flex;
    width: auto;
    flex-wrap: nowrap;
    margin: 0 24px;
  }
}
.recipe__top__recipe_details_section__content__wrapper p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  margin: 0;
  word-break: break-all;
}
.recipe__top__recipe_details_section__content__wrapper p span {
  font-weight: 400;
  display: inline-block;
}
.recipe__top__recipe_details_section__content__wrapper p:not(:last-of-type) {
  /*margin: 0 32px 0 0;*/
  margin: 0;
}
.recipe__top__recipe_details_section__print {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  margin: 24px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .recipe__top__recipe_details_section__print {
    margin: 0;
  }
  .recipe__top__recipe_details_section__content__wrapper p:not(:last-of-type) {
    margin: 0 32px 0 0;
  }
}
@media only screen and (min-width: 1072px) {
  .recipe__top__recipe_details_section__print {
    flex: 1;
  }
}
@media print {
  .recipe__top__recipe_details_section__print {
    display: none;
  }
}
.recipe__top__recipe_details_section__print__button {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  /*color: #E2231A;*/
  color: #E60012;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .recipe__top__recipe_details_section__print__button {
    font-weight: 700;
    color: #BB1119;
  }
}
.recipe__body {
  display: flex;
  justify-content: center;
  width: auto;
  align-self: center;
  align-items: flex-start;
  flex-direction: column;
  margin: 0 0 60px;
}
@media print {
  .recipe__body {
    margin: 30px 24px;
  }
}
@media only screen and (min-width: 768px) {
  .recipe__body {
    width: 80%;
    margin: 60px auto;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1072px) {
  .recipe__body {
    width: 60%;
  }
}
.catchphrase {
  width: 100%;
  text-align: center;
  font-size: 4vw;
  line-height: 1.6;
  padding: 20px 0;
}
.recipe__body__ingredient_wrapper {
  display: flex;
  flex: 1;
  padding: 40px 5.333333vw 30px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .recipe__body__ingredient_wrapper {
    width: auto;
    padding: 0 48px 0 0;
  }
}
.recipe__body__ingredient_wrapper__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
.recipe__body__ingredient_wrapper__container__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.recipe__body__ingredient_wrapper__container__title .material {
  white-space: nowrap;
}
.recipe__body__ingredient_wrapper__container__title h3 {
  display: inline-block;
  font-size: 5.8666666vw;
  font-weight: 900;
  line-height: 1.5;
  color: #E2231A;
}
@media only screen and (min-width: 768px) {
  .recipe__body__ingredient_wrapper__container__title h3 {
    font-size: 24px;
  }
}
@media print {
  .recipe__body__ingredient_wrapper__container__title h3 {
    font-size: 24px;
  }
}
.recipe__body__ingredient_wrapper__container__title span {
  font-size: 3.7333333vw;
  font-weight: 400;
  line-height: 1.5;
  margin-left: .25em;
  color: #E2231A;
}
@media only screen and (min-width: 768px) {
  .recipe__body__ingredient_wrapper__container__title span {
    font-size: 16px;
  }
}
@media print {
  .recipe__body__ingredient_wrapper__container__title span {
    font-size: 16px;
  }
}
.recipe__body__ingredient_wrapper__container__title .note {
  position: relative;
  flex-grow: 2;
  font-size: 3.2vw !important;
  margin: 0 0 0 14vw !important;
  padding-left: 1em;
}
.recipe__body__ingredient_wrapper__container__title .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.recipe__body__ingredient_wrapper__container__content {
  display: flex;
}
.recipe__body__ingredient_wrapper__container__content__single_wrap {
  display: flex;
  width: 100%;
}
.recipe__body__ingredient_wrapper__container__content__single_wrap__list {
  display: flex;
  padding: 0;
  flex-direction: column;
  width: 100%;
  margin: 15px 0 15px 0;
}
.recipe__body__ingredient_wrapper__container__content__single_wrap__list__item {
  display: flex;
  font-size: 4vw;
  line-height: 2;
  font-weight: 400;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .recipe__body__ingredient_wrapper__container__content__single_wrap__list__item {
    font-size: 16px;
  }
}
@media print {
  .recipe__body__ingredient_wrapper__container__content__single_wrap__list__item {
    font-size: 16px;
  }
}
.recipe__body__preparation_wrapper {
  display: flex;
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 0 0 0 5.333333vw;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .recipe__body__preparation_wrapper {
    margin: 0;
    padding: 0;
  }
}
.recipe__body__preparation_wrapper__container {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.recipe__body__preparation_wrapper__container__title {
  font-size: 5.8666666vw;
  color: #E2231A;
  font-weight: 900;
  line-height: 1.5;
}
@media only screen and (min-width: 768px) {
  .recipe__body__preparation_wrapper__container__title {
    font-size: 24px;
  }
}
@media print {
  .recipe__body__preparation_wrapper__container__title {
    font-size: 24px;
  }
}
.recipe__body__preparation_wrapper__container__group {
  display: flex;
}
.recipe__body__preparation_wrapper__container__group__list {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
  font-size: 4vw;
  line-height: 24px;
  list-style: none;
  counter-reset: list-number;
  margin: 22px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .recipe__body__preparation_wrapper__container__group__list {
    font-size: 16px;
  }
}
@media print {
  .recipe__body__preparation_wrapper__container__group__list {
    font-size: 16px;
  }
}
.recipe__body__preparation_wrapper__container__group__list li {
  display: flex;
  margin: 0 0 24px 0;
}
.recipe__body__preparation_wrapper__container__group__list li span:first-child::before {
  counter-increment: list-number;
  content: counter(list-number);
  margin-right: 2.666666vw;
  margin-bottom: 2.666666vw;
  width: 6.666666vw;
  height: 6.666666vw;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 4.8vw;
  background-color: #ffffff;
  border-radius: 50%;
  color: #E2231A;
  font-weight: bold;
  border: 1px solid;
  padding-bottom: .8vw;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .recipe__body__preparation_wrapper__container__group__list li span:first-child::before {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
    font-size: 18px;
    padding-bottom: 3px;
  }
}
@media print {
  .recipe__body__preparation_wrapper__container__group__list li span:first-child::before {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 25px;
    height: 25px;
    font-size: 18px;
    padding-bottom: 3px;
  }
}
.recipe__body__preparation_wrapper__container__group__list li span:not(:first-child) {
  color: #E2231A;
  font-weight: 700;
  display: contents;
}
@media only screen and (min-width: 768px) {
  .recipe__body__preparation_wrapper__container__group__list li span:not(:first-child) {
    font-weight: 900;
  }
}
.recipe__body__preparation_wrapper__container__tips {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../img/recipe/bg_tips_sp.png");
  background-size: cover;
  background-position: left top;
  padding: 6px 0 6px 5.333333vw;
}
@media only screen and (min-width: 768px) {
  .recipe__body__preparation_wrapper__container__tips {
    background-image: none;
    padding: 0;
  }
}
@media print {
  .recipe__body__preparation_wrapper__container__tips {
    background-image: none;
    padding: 0;
  }
}
.recipe__body__preparation_wrapper__container__icon_box {
  width: 33%;
}
@media only screen and (min-width: 768px) {
  .recipe__body__preparation_wrapper__container__icon_box {
    width: 70px;
  }
}
@media print {
  .recipe__body__preparation_wrapper__container__icon_box {
    width: 70px;
  }
}
.title_tips {
  display: block;
  width: 39.189189vw;
  margin-bottom: 1.333333vw;
}
.recipe__body__preparation_wrapper__container__comment_box {
  width: 64%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .recipe__body__preparation_wrapper__container__comment_box {
    padding: 8px 16px;
    border: 1px solid #B5B5B6;
    border-radius: 6px;
    width: calc(100% - 84px);
  }
}
@media print {
  .recipe__body__preparation_wrapper__container__comment_box {
    padding: 8px 16px;
    border: 1px solid #B5B5B6;
    border-radius: 6px;
    width: calc(100% - 84px);
  }
}
.recipe__body__preparation_wrapper__container__comment_box__content {
  font-size: 3.7333333vw;
  font-weight: 700;
  line-height: 1.42857143;
  margin: 0;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) {
  .recipe__body__preparation_wrapper__container__comment_box__content {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
  }
}
@media print {
  .recipe__body__preparation_wrapper__container__comment_box__content {
    font-size: 14px;
    font-weight: 400;
    padding-left: 0;
  }
}
.recipe .mixture_tree {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  align-content: center;
  flex-direction: column;
}
.recipe .mixture_tree__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  border-top: solid 1px #E2231A;
  padding: 10px 2.666666vw 10px 1.333333vw;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .recipe .mixture_tree__wrapper {
    padding: 10px 10px 10px 5px;
  }
}
@media print {
  .recipe .mixture_tree__wrapper {
    padding: 10px 10px 10px 5px;
  }
}
.recipe .mixture_tree__wrapper__group_name {
  color: #E2231A;
  font-size: 4.8vw;
  line-height: 1.3;
  font-weight: 700;
}
@media only screen and (min-width: 768px) {
  .recipe .mixture_tree__wrapper__group_name {
    font-size: 18px;
    font-weight: 900;
  }
}
@media print {
  .recipe .mixture_tree__wrapper__group_name {
    font-size: 18px;
    font-weight: 900;
  }
}
.recipe .mixture_tree__wrapper__list {
  display: flex;
  list-style: none;
  flex-direction: column;
  padding-left: 2.666666vw;
  margin: 0 0 0 2.666666vw;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .recipe .mixture_tree__wrapper__list {
    padding-left: 10px;
    margin: 0 0 0 10px;
  }
}
@media print {
  .recipe .mixture_tree__wrapper__list {
    padding-left: 10px;
    margin: 0 0 0 10px;
  }
}
.recipe .mixture_tree__wrapper__list li {
  position: relative;
  width: 100%;
  padding: .333333em 0 .333333em .333333em;
  font-size: 4vw;
  line-height: 1.4;
  display: flex;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .recipe .mixture_tree__wrapper__list li {
    font-size: 16px;
  }
}
@media print {
  .recipe .mixture_tree__wrapper__list li {
    font-size: 16px;
  }
}
.recipe .mixture_tree__wrapper__list li br {
  display: block;
}
@media only screen and (min-width: 768px) {
  .recipe .mixture_tree__wrapper__list li br {
    display: none;
  }
}
.recipe .mixture_tree__wrapper__list li span {
  width: max-content;
  /*margin: 0 0 0 45px;*/
  margin: 0 0 0 .5em;
  min-width: max-content;
}
@media only screen and (min-width: 768px) {
  .recipe .mixture_tree__wrapper__list li {
    /*padding: 15px 0 15px 10px;*/
    padding: 5px 0 5px 10px;
  }
}
.recipe .mixture_tree__wrapper__list li:not(:last-child):after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E2231A;;
  position: absolute;
  top: 50%;
  left: -10px;
}
@media print {
  .recipe .mixture_tree__wrapper__list li:not(:last-child):after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #E2231A;;
    position: absolute;
    top: 50%;
    left: -10px;
  }
}
.recipe .mixture_tree__wrapper__list li:not(:first-of-type):after {
  top: 0;
}
@media print {
  .recipe .mixture_tree__wrapper__list li:not(:first-of-type):after {
    top: 0;
  }
}
.recipe .mixture_tree__wrapper__list li:last-child:after {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #E2231A;
  position: absolute;
  top: -48%;
  left: -10px;
}
@media print {
  .recipe .mixture_tree__wrapper__list li:last-child:after {
    content: "";
    width: 1px;
    height: 100%;
    background-color: #E2231A;
    position: absolute;
    top: -48%;
    left: -10px;
  }
}
.recipe .mixture_tree__wrapper__list li:first-child:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #E2231A;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(-50%);
}
@media print {
  .recipe .mixture_tree__wrapper__list li:first-child:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #E2231A;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(-50%);
  }
}
.recipe .mixture_tree__wrapper__list li:last-child:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #E2231A;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translate(-50%);
}
@media print {
  .recipe .mixture_tree__wrapper__list li:last-child:before {
    content: "";
    width: 10px;
    height: 1px;
    background-color: #E2231A;
    position: absolute;
    top: 50%;
    left: -5px;
    transform: translate(-50%);
  }
}
.recipe .note {
  font-size: 3.7333333vw;
  font-weight: 400;
  line-height: 1.42857143;
  margin: 0 .5em .5em;
}
@media only screen and (min-width: 768px) {
  .recipe .note {
    font-size: 12px;
    margin: 10px 0 0;
  }
}
@media print {
  .recipe .note {
    font-size: 12px;
    margin: 10px 0 0;
  }
}
.recipe .note li {
  position: relative;
  padding-left: 1em;
}
.recipe .note li::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
.recipe .note li + li {
  margin-top: .4em;
}

.vinegared-rice {
  margin: 0 0.5em;
}
@media only screen and (min-width: 768px) {
  .vinegared-rice {
    border-top: solid 1px #E2231A;
    margin: 0;
    padding: 15px 0 0 5px;
  }
}
@media print {
  .vinegared-rice {
    border-top: solid 1px #E2231A;
    margin: 0;
    padding: 15px 0 0 5px;
  }
}
.vinegared-rice h3 {
  display: inline-block;
  font-size: 3.4666666vw;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .vinegared-rice h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    color: #E2231A;
    margin-right: 1em;
  }
}
@media print {
  .vinegared-rice h3 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.5;
    color: #E2231A;
    margin-right: 1em;
  }
}
.vinegared-rice small {
  font-size: 3.125vw;
  font-weight: 400;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .vinegared-rice small {
    font-size: 12px;
    display: inline-block;
  }
}
@media print {
  .vinegared-rice small {
    font-size: 12px;
    display: inline-block;
  }
}
@media only screen and (min-width: 768px) {
  .vinegared-rice__container__content {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
}
@media print {
  .vinegared-rice__container__content {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
  }
}
.vinegared-rice__container__content .recipe__body__ingredient_wrapper__container__content__single_wrap__list {
  margin: 0;
}
.vinegared-rice__container__content .recipe__body__ingredient_wrapper__container__content__single_wrap__list__item {
  white-space: nowrap;
}
.vinegared-rice__container__content .recipe__body__ingredient_wrapper__container__content__single_wrap__list__item span + span {
  margin-left: 2em;
}
.vinegared-rice .note {
  position: relative;
  font-size: 3.4375vw;
  font-weight: 400;
  margin-top: .5em;
  padding-left: 1em;
}
@media only screen and (min-width: 768px) {
  .vinegared-rice .note {
    font-size: 12px;
    margin: 7px 0 0 20px;
  }
}
@media print {
  .vinegared-rice .note {
    font-size: 12px;
    margin: 7px 0 0 20px;
  }
}
.vinegared-rice .note::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
