@page {
  size: A4;
}
html {
  font-size: 50%;
}

body {
  position: inherit !important;
}

header,
footer,
main {
  display: none;
}

.modal {
  position: inherit !important;
  padding: 0;
}
.modal-bg {
  display: none;
}
.modal-wrap {
  position: relative;
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
}
.modal-btn_close, .modal-btn_print, .modal-img_txt {
  display: none;
}
.modal-icon {
  position: relative;
  background-color: #5b7e2d;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
}
.modal-list {
  position: relative;
  background-image: url(../images/bg_texture.jpg);
  background-size: 130%;
  background-position: center;
  padding: 0 0 14rem;
}
.modal-item {
  display: none;
}
.modal-item.show {
  display: block;
}
.modal-item:nth-child(1) .modal-img_recipe img {
  top: -12rem;
  left: -2rem;
  width: 122%;
}
.modal-item:nth-child(2) .modal-img_recipe img {
  top: -9rem;
  left: -6rem;
  width: 110%;
}
.modal-item:nth-child(3) .modal-img_recipe img {
  top: -3rem;
  left: -1rem;
  width: 105%;
}
.modal-item:nth-child(3) .modal-tit {
  letter-spacing: -0.1em;
}
.modal-item:nth-child(4) .modal-img_recipe img {
  top: -4rem;
  left: -1rem;
  width: 103%;
}
.modal-item:nth-child(5) .modal-img_recipe img {
  top: -2rem;
  left: -2.5rem;
  width: 116%;
}
.modal-item:nth-child(6) .modal-img_recipe img {
  top: -4rem;
  left: -1rem;
  width: 104%;
}
.modal-head {
  text-align: center;
  margin-bottom: 4rem;
}
.modal-tit {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #394424;
  font-size: 4rem;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
  margin: 1.4rem 0 2rem;
}
.modal-tit_sub {
  font-family: alternate-gothic-atf, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #5b7e2d;
  font-size: 3.2rem;
}
.modal-txt {
  font-size: 1.6rem;
}
.modal-grid {
  display: grid;
  grid-template-columns: 70% 1fr;
  gap: 3.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-img_recipe {
  position: relative;
  height: auto;
  aspect-ratio: 10/5.53;
  overflow: hidden;
}
.modal-img_recipe img {
  position: absolute;
}
.modal-info {
  position: relative;
  width: 100%;
}
.modal-flex {
  font-size: 1.4rem;
  line-height: 1.7;
}
.modal-img_thumb {
  text-align: center;
  margin-bottom: -1rem;
}
.modal-img_thumb img {
  width: auto;
  height: 21rem;
}
.modal-txt_olive p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-detail {
  display: grid;
  grid-template-columns: 34rem 1fr;
  gap: 3rem;
  padding: 0 1rem;
  margin: 5rem 0;
}
.modal-tit_border {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  position: relative;
  color: #394424;
  font-size: 3.1rem;
  margin-bottom: 3rem;
}
.modal-tit_border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.2rem;
  background-color: #5b7e2d;
  width: 14rem;
  height: 0.3rem;
}
.modal-txt_material {
  font-size: 1.6rem;
  line-height: 2;
  margin-left: -0.3rem;
}
.modal-txt_material span {
  font-family: toppan-bunkyu-midashi-go-std, sans-serif;
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  margin-bottom: 0.8rem;
}
.modal-list_recipe {
  list-style: decimal;
  padding-left: 1.8rem;
}
.modal-item_recipe {
  font-size: 1.6rem;
  letter-spacing: -0.01em;
  line-height: 1.6;
  margin-bottom: 1.6rem;
  padding-left: 0.5rem;
}
.modal-item_recipe::marker {
  font-size: 1.7rem;
  font-weight: bold;
}