@charset "UTF-8";
:root {
  --black: #333;
  --white: #fff;
  --pink: #E4007F;
  --lightpink: #ED91C5;
  --yellow: #FFF23F;
  --gray: #999;
  --gray1: #C2C2C2;
  --gray3: #EBEBEB;
}

#recipe {
  background-color: var(--yellow);
}

#kv .kv {
  max-width: 1120px;
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: calc(768px - 1px)) {
  #kv .kv {
    max-width: 336px;
  }
  #kv .kv-ttl {
    width: 99vw;
    max-width: 340px;
    -webkit-transform: translateX(5px);
        -ms-transform: translateX(5px);
            transform: translateX(5px);
  }
}
#kv .kv-logo {
  display: block;
  width: 95vw;
  max-width: 1120px;
  margin: max(-30px, -2.0833333333%) auto 0;
}
@media screen and (max-width: calc(768px - 1px)) {
  #kv .kv-logo {
    max-width: 320px;
    margin: max(10px, 2.5641025641%) auto 5vw;
  }
}
#kv .kv-logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 0 max(70px, 6.25%);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: calc(768px - 1px)) {
  #kv .kv-logo__inner {
    gap: 0;
  }
}
#kv .kv-logo-sakana {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  #kv .kv-logo-sakana {
    width: 33%;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  #kv .kv-logo-sakana {
    width: 50vw;
  }
  #kv .kv-logo-sakana img {
    width: 80%;
    margin: auto;
  }
}
#kv .kv-logo-sakana a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#kv .kv-logo-sakana a:hover {
  opacity: 0.6;
}
#kv .kv-logo-sakana em {
  display: inline-block;
  padding: 0.5em 2em;
  margin-top: 1em;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  background-color: var(--pink);
  border-radius: 12px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #kv .kv-logo-sakana em {
    padding: 0.75em;
    font-size: 11px;
    border-radius: 6px;
  }
}
#kv .kv-logo-honekatsu {
  display: inline-block;
  margin-top: -4em;
}
@media screen and (min-width: 768px) {
  #kv .kv-logo-honekatsu {
    width: 48%;
    text-align: left;
  }
  #kv .kv-logo-honekatsu img {
    display: inline-block;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  #kv .kv-logo-honekatsu {
    width: 60vw;
    margin-top: -2em;
  }
}
#kv .kv-logo-honekatsu a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#kv .kv-logo-honekatsu a:hover {
  opacity: 0.6;
}
#kv .kv-logo-honekatsu em {
  display: inline-block;
  padding: 0.5em 1em;
  margin-top: 1em;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  background-color: var(--pink);
  border-radius: 12px;
  margin-left: 50%;
  text-align: center;
  -webkit-transform: translateX(-3.5vw);
      -ms-transform: translateX(-3.5vw);
          transform: translateX(-3.5vw);
}
@media screen and (max-width: calc(768px - 1px)) {
  #kv .kv-logo-honekatsu em {
    padding: 0.75em;
    font-size: 11px;
    border-radius: 6px;
    padding-right: 0.5em;
    padding-left: 0.5em;
    margin-left: 5%;
    letter-spacing: -1px;
    -webkit-transform: translateX(2.5vw);
        -ms-transform: translateX(2.5vw);
            transform: translateX(2.5vw);
  }
}
#kv .kv-deco .img {
  display: inline-block;
  margin: auto;
  -webkit-transform: translate(max(55px, 3.8194444444%), clamp(0px, 25.7px - 1.7857vw, 12px));
      -ms-transform: translate(max(55px, 3.8194444444%), clamp(0px, 25.7px - 1.7857vw, 12px));
          transform: translate(max(55px, 3.8194444444%), clamp(0px, 25.7px - 1.7857vw, 12px));
}
@media screen and (max-width: calc(768px - 1px)) {
  #kv .kv-deco .img {
    width: 50vw;
    -webkit-transform: translateX(max(22px, 5.641025641%));
        -ms-transform: translateX(max(22px, 5.641025641%));
            transform: translateX(max(22px, 5.641025641%));
  }
}

#recipe-main {
  width: 100vw;
  margin-top: max(-30px, -2.3214285714%);
  overflow-x: hidden;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe-main {
    margin-top: -3.5897435897%;
    overflow-x: hidden;
  }
}
#recipe .recipe {
  max-width: 1120px;
  padding: 32px 96px;
  margin: auto;
  counter-reset: recipe-counter;
  background-color: var(--white);
  border-radius: 60px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe {
    max-width: 360px;
    padding: 24px 16px;
    border-radius: 30px;
  }
}
#recipe .recipe-box-ttl {
  margin-bottom: 0.5em;
  font-size: 56px;
  font-weight: bold;
  line-height: 1.2;
  color: var(--pink);
  text-align: center;
  counter-increment: recipe-counter;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-ttl {
    margin-bottom: 2em;
    font-size: 24px;
  }
}
#recipe .recipe-box-ttl-sub {
  display: block;
  margin: auto auto 0.5em;
}
#recipe .recipe-box-ttl-sub span {
  position: relative;
  display: inline-block;
  padding: 0.25em 1em;
  font-size: 24px;
  font-weight: bold;
  color: var(--white);
  background-color: var(--pink);
  border-radius: 50px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-ttl-sub span {
    font-size: 14px;
  }
}
#recipe .recipe-box-ttl-sub span::after {
  display: inline-block;
  margin-left: 0.25em;
  color: var(--white);
  content: counter(recipe-counter);
}
#recipe .recipe-box-ttl-pink {
  margin: 4em auto 1.5em;
  font-size: 21px;
  font-weight: bold;
  color: var(--white);
  text-align: center;
  counter-reset: recipe-making;
  background-color: var(--pink);
  border-radius: 50px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-ttl-pink {
    margin: 2em auto 1em;
    font-size: 16px;
  }
}
#recipe .recipe-box-ttl-white {
  position: relative;
  font-size: 21px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-ttl-white {
    font-size: 16px;
  }
}
#recipe .recipe-box-ttl-white span {
  position: relative;
  z-index: 1;
  display: block;
  width: 50%;
  margin: 1.5em auto;
  font-weight: bold;
  color: var(--pink);
  text-align: center;
  background-color: var(--white);
  border: solid 2px var(--pink);
  border-radius: 50px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-ttl-white span {
    width: 70%;
  }
}
#recipe .recipe-box-ttl-white::after {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 2px;
  content: "";
  background-color: var(--pink);
}
#recipe .recipe-box-img {
  position: relative;
  text-align: center;
}
#recipe .recipe-box-img > img {
  display: inline-block;
  border-radius: 70px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-img > img {
    max-width: 80%;
    margin-top: min(6vw, 60px);
    border-radius: 35px;
  }
}
#recipe .recipe-box-img-caption div {
  position: absolute;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-img-caption div {
    width: 40%;
  }
}
#recipe .recipe-box-material {
  font-size: 22px;
  font-weight: bold;
  color: var(--pink);
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-material {
    font-size: 13px;
  }
}
#recipe .recipe-box-material .material-item {
  padding-top: 0.25em;
  letter-spacing: -1px;
  border-bottom: dotted 2px var(--gray1);
}
#recipe .recipe-box-material .material-item-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1em;
  padding-bottom: 0.25em;
}
#recipe .recipe-box-material .material-item-row.white .material-name::before {
  content: "●";
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-material .material-item-row {
    gap: 10px;
    padding: 0;
  }
}
#recipe .recipe-box-material .material-name::before {
  display: inline-block;
  padding-right: 0.15em;
  content: "◯";
}
#recipe .recipe-box-material .material-note {
  padding: 0 1em;
  padding-left: 2em;
  border-top: dotted 2px var(--gray1);
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-material .material-note {
    padding-left: 1em;
  }
}
#recipe .recipe-box-material .material-note::before {
  display: inline-block;
  content: "＊";
}
#recipe .recipe-box-material.making {
  margin-bottom: 0.75em;
}
#recipe .recipe-box-material.making .material-item {
  position: relative;
  padding: 0.75em 0.5em 1.15em 4.5em;
  margin: auto;
  font-size: 21px;
  line-height: 1.65;
  counter-increment: recipe-making;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-material.making .material-item {
    font-size: 14px;
  }
}
#recipe .recipe-box-material.making .material-item::before {
  position: absolute;
  top: 0.5em;
  left: 3.5em;
  display: inline-block;
  padding: 0.25em 0.6em 0.35em;
  margin-right: 0.5em;
  margin-left: -2.25em;
  font-size: 29px;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  content: counter(recipe-making);
  background-color: var(--pink);
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  #recipe .recipe-box-material.making .material-item::before {
    vertical-align: middle;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-material.making .material-item::before {
    padding: 0.15em 0.8em 0.25em;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 10px;
  }
}
#recipe .recipe-box-material.making + .material-note {
  padding-left: 1.75em;
  margin: auto 2em auto 2.5em;
  font-size: 22px;
  font-weight: bold;
  color: var(--pink);
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-material.making + .material-note {
    margin-left: 1.5em;
    font-size: 13px;
  }
}
#recipe .recipe-box-material.making + .material-note::before {
  display: inline-block;
  content: "＊";
}
#recipe .recipe-box-chef {
  --overhang: clamp(60px, calc((60 / 910) * 100vw), 6vw);
  position: relative;
  width: calc(100vw - var(--overhang));
  max-width: calc(100vw - var(--overhang));
  background-color: var(--pink);
  -webkit-transform: translateX(var(--overhang));
      -ms-transform: translateX(var(--overhang));
          transform: translateX(var(--overhang));
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-chef {
    width: 100vw;
    max-width: 100vw;
    -webkit-transform: translateX(5.5555555556%);
        -ms-transform: translateX(5.5555555556%);
            transform: translateX(5.5555555556%);
  }
}
#recipe .recipe-box-chef.right {
  border-radius: 500px 0 0 500px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-chef.right {
    border-radius: 30px 0 0 30px;
  }
}
#recipe .recipe-box-chef--inner {
  position: relative;
  max-width: 910px;
  padding: 5em 0 4em;
  margin: auto;
  margin-left: auto;
  color: var(--white);
  -webkit-transform: translateX(calc(var(--overhang) * -0.85));
      -ms-transform: translateX(calc(var(--overhang) * -0.85));
          transform: translateX(calc(var(--overhang) * -0.85));
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-chef--inner {
    padding: 2em 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
}
#recipe .recipe-box-chef--inner .chef-detail {
  max-width: 410px;
  margin-bottom: 2em;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-chef--inner .chef-detail {
    max-width: max(360px, 60%);
    margin: auto;
  }
}
#recipe .recipe-box-chef--inner .chef-detail-ttl {
  display: inline-block;
  padding: 0.15em 3em;
  margin-bottom: 1em;
  font-size: 18px;
  font-weight: bold;
  border: solid 1px var(--white);
  border-radius: 50px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-chef--inner .chef-detail-ttl {
    font-size: 14px;
  }
}
#recipe .recipe-box-chef--inner .chef-name {
  padding-left: 3em;
  font-weight: 600;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-chef--inner .chef-name {
    padding-left: 1em;
    font-size: 14px;
  }
}
#recipe .recipe-box-chef--inner .chef-name-name {
  font-size: 45px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-chef--inner .chef-name-name {
    font-size: 26px;
  }
}
#recipe .recipe-box-chef--inner .chef-name-yomi {
  margin-bottom: 1em;
}
#recipe .recipe-box-chef--inner .chef-img {
  position: absolute;
  top: -21.978021978%;
  right: 5%;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-chef--inner .chef-img {
    position: relative;
    text-align: right;
  }
  #recipe .recipe-box-chef--inner .chef-img img {
    display: inline-block;
    width: 50%;
    margin-top: -3em;
    margin-right: 3%;
    margin-bottom: 1em;
  }
}
#recipe .recipe-box-chef--inner .chef-comment {
  padding: 1em 2em;
  font-weight: 600;
  color: var(--pink);
  background-color: var(--white);
  border-radius: 30px;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-box-chef--inner .chef-comment {
    max-width: 85%;
    margin: auto;
    font-size: 14px;
    line-height: 1.35;
    border-radius: 18px;
    -webkit-transform: translateX(-3%);
        -ms-transform: translateX(-3%);
            transform: translateX(-3%);
  }
}
#recipe .recipe-no1 .recipe-box-img-comment, #recipe .recipe-no3 .recipe-box-img-comment {
  top: -8.1720430108%;
  left: -20.9677419355%;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-no1 .recipe-box-img-comment, #recipe .recipe-no3 .recipe-box-img-comment {
    top: -22.2222222222%;
    left: -12.5%;
  }
}
#recipe .recipe-no1 .recipe-box-img-tips, #recipe .recipe-no3 .recipe-box-img-tips {
  right: -16.935483871%;
  bottom: -5.376344086%;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-no1 .recipe-box-img-tips, #recipe .recipe-no3 .recipe-box-img-tips {
    right: -11.1111111111%;
    bottom: -13.8888888889%;
  }
}
#recipe .recipe-no1 .recipe-box-chef, #recipe .recipe-no3 .recipe-box-chef {
  margin: 4em calc(50% - 50vw) 5em;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-no1 .recipe-box-chef, #recipe .recipe-no3 .recipe-box-chef {
    margin: 2em calc(50% - 50vw) 2em;
  }
}
#recipe .recipe-no2 .material-item, #recipe .recipe-no3 .material-item {
  padding-right: 12%;
  padding-left: 12%;
}
@media screen and (min-width: 768px) {
  #recipe .recipe-no1 .recipe-box-chef--inner .chef-img {
    width: 45%;
  }
}
#recipe .recipe-no2 .recipe-box-img-comment {
  top: -8.1720430108%;
  right: -20.9677419355%;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-no2 .recipe-box-img-comment {
    top: -22.2222222222%;
    right: -12.5%;
  }
}
#recipe .recipe-no2 .recipe-box-img-tips {
  bottom: -5.376344086%;
  left: -16.935483871%;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-no2 .recipe-box-img-tips {
    bottom: -13.8888888889%;
    left: -11.1111111111%;
  }
}
#recipe .recipe-no2 .recipe-box-chef {
  margin: max(4em, 100px) calc(50% - 50vw) max(5em, 100px);
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-no2 .recipe-box-chef {
    margin: 2em calc(50% - 50vw) 2em;
  }
}
@media screen and (min-width: 768px) {
  #recipe .recipe-no2 .recipe-box-chef--inner .chef-img {
    width: 53%;
  }
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-no2 .recipe-box-chef--inner .chef-img img {
    margin-right: -3%;
  }
}
#recipe .recipe-no3 .recipe-box-chef--inner {
  padding-top: 7em;
  padding-bottom: 6em;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-no3 .recipe-box-chef--inner {
    padding-top: 2em;
    padding-bottom: 2em;
  }
}
#recipe .recipe-no3 .recipe-box-chef--inner .chef-img {
  top: -10.989010989%;
}
#recipe .recipe-footer-deco {
  position: relative;
  display: block;
  width: min(90%, 869px);
  aspect-ratio: 869/530;
  margin: 60px auto 40px;
  background: url("../img/recipe/footer_deco.png") no-repeat 0 0/100% auto;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-footer-deco {
    margin: 5% auto;
  }
}
#recipe .recipe-footer-deco a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#recipe .recipe-footer-deco a:hover {
  opacity: 0.6;
}
#recipe .recipe-footer-deco em {
  display: inline-block;
  padding: 0.5em 2em;
  margin-top: 1em;
  font-style: normal;
  font-weight: bold;
  line-height: 1;
  color: var(--white);
  background-color: var(--pink);
  border-radius: 12px;
  position: absolute;
  right: 10px;
  bottom: 0;
}
@media screen and (max-width: calc(768px - 1px)) {
  #recipe .recipe-footer-deco em {
    padding: 0.75em;
    font-size: 11px;
    border-radius: 6px;
    right: 0;
    bottom: 10px;
  }
}

#footer {
  background-color: var(--white);
}
@media screen and (min-width: 768px) {
  #footer {
    margin-bottom: -2em;
  }
}