*,
*::before,
*::after {
  box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, button, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease 0s;
}

img {
  width: 100%;
  max-width: 100%;
  display: block;
  border: none;
}

input,
button,
textarea,
select {
  font: inherit;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

a,
input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

html {
  font-size: 0.3590664273vw;
}
@media (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}

body {
  color: #000;
  background: #fff;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

body.fixed {
  overflow: hidden;
}

.inner {
  width: 100%;
  max-width: 67.6432rem;
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
}

@media screen and (min-width:768px) {
  .only_sp {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .only_pc {
    display: none;
  }
}

.btn {
  width: 100%;
  max-width: 60.1108rem;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (min-width:768px) {
  .contents {
    width: 26.9285vw;
    position: absolute;
    left: calc(50% + 39.01rem);
    top: -4rem;
    transform: translateX(-50%);
    box-shadow: 0 4.8rem 4.8rem gray;
  }
}

.mv {
  padding: 104.675rem 0 3.18rem;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 131.044rem;
  background: url(../img/bg-mv.png) no-repeat bottom center/cover;
}
@media screen and (min-width:768px) {
  .mv {
    border-radius: 5rem 5rem 0 0;
  }
}

.mv__logo,
.mv__title,
.mv__bag,
.mv__cup,
.mv__chair {
  position: absolute;
  transform: translateX(-50%);
}

.mv__logo {
  width: 100%;
  max-width: 21.0171rem;
  top: 2.6rem;
  left: calc(50% - 22.7155rem);
}
@media screen and (min-width:768px) {
  .mv__logo {
    display: none;
  }
}

.mv__title {
  width: 86.1924rem;
  top: 6.54rem;
  left: 50%;
}

.mv__bag {
  width: 100%;
  max-width: 35.1761rem;
  top: 59.197rem;
  left: calc(50% - 16.9209rem);
}

.mv__cup {
  width: 100%;
  max-width: 29.269rem;
  top: 87.106rem;
  left: calc(50% - 19.9935rem);
}

.mv__chair {
  width: 100%;
  max-width: 43.44rem;
  top: 62.225rem;
  left: calc(50% + 11.958rem);
}

.mv__period {
  width: 100%;
  max-width: 69.8584rem;
  margin: 0 auto;
  position: relative;
}

.message {
  padding-top: 8.828rem;
  padding-bottom: 76.354rem;
  background-image: url(../img/illust1.png);
  background-size: 14.401rem 15.4356rem;
  background-position: 50% 28.232rem;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}

.message__head {
  width: 100%;
  max-width: 44.1815rem;
  margin: 0 auto;
}

.message__text {
  width: 100%;
  max-width: 61.919rem;
  margin: 27.695rem auto 0;
}

.message__character {
  position: absolute;
  width: 100%;
  max-width: 63.5998rem;
  padding-left: 3rem;
  left: 50%;
  transform: translateX(-50%);
  bottom: 64.3rem;
}

.message__character-content {
  position: relative;
}

.message__character-img {
  position: absolute;
  width: 100%;
  max-width: 56.9998rem;
  top: 0;
  right: 0;
  opacity: 0;
  transform: translateY(10rem);
}

.message__character-text {
  position: absolute;
  width: 100%;
  max-width: 30.4864rem;
  top: 0.925rem;
  left: 3rem;
  opacity: 0;
  transform: translateX(-10rem);
}

.message__character.show .message__character-img {
  animation: characterUp 0.4s 0.3s forwards;
}

.message__character.show .message__character-text {
  animation: beamIn 0.3s 0.8s forwards;
}

@keyframes characterUp {
  from {
    opacity: 0;
    transform: translateY(10rem);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes beamIn {
  from {
    opacity: 0;
    transform: translateX(-10rem);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.campaign {
  margin-top: -16.5rem;
  padding-top: 3.491rem;
  padding: 10.225rem 0 9.654rem;
  background: url(../img/bg-green1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: 0 0;
  position: relative;
}

.campaign::before,
.campaign::after {
  position: absolute;
  display: block;
  content: "";
}

.campaign::before {
  width: 13.4997rem;
  height: 25.296rem;
  background: url(../img/sauce1.png) no-repeat center center/contain;
  top: 10.225rem;
  left: calc(50% - 28.9711rem);
  transform: translateX(-50%);
}

.campaign::after {
  width: 19.464rem;
  height: 23.5837rem;
  background: url(../img/chair2.png) no-repeat center center/contain;
  top: 30.724rem;
  left: calc(50% + 27.768rem);
  transform: translateX(-50%);
}

.campaign__head {
  width: 100%;
  max-width: 48.5616rem;
  margin: 0 auto;
}

.campaign__btn {
  width: 100%;
  max-width: 62.9454rem;
  margin: 6.724rem auto 0;
}

.section__head {
  width: 100%;
  max-width: 35.5507rem;
  margin: 0 auto;
  position: relative;
}

.present {
  margin-top: -2rem;
  padding-top: 13.542rem;
  background: #fff;
}

.present__items {
  width: 100%;
  max-width: 62.3205rem;
  margin: 8.31rem auto 0;
}

.present__item + .present__item {
  margin-top: 4.631rem;
}

.present__item {
  position: relative;
}

.present__item-course {
  position: absolute;
  width: 100%;
  max-width: 19.9093rem;
  top: -3.752rem;
  left: -3.046rem;
}

.present__note {
  text-align: center;
  line-height: 1;
  margin-top: 1.423rem;
  font-size: 2.1rem;
}

.products {
  padding-top: 16.709rem;
  padding-bottom: 5.72rem;
  background-color: #fff;
}

.products__items {
  width: 100%;
  max-width: 61.2634rem;
  margin: 4.75rem auto 0;
  display: flex;
  flex-wrap: wrap;
}

.products__item:nth-child(1) {
  width: 100%;
  max-width: 29.9196rem;
}

.products__item:nth-child(2) {
  width: 100%;
  max-width: 23.8772rem;
  margin-left: 4.83rem;
}

.products__item:nth-child(3) {
  width: 100%;
  max-width: 21.2074rem;
  padding-left: 8.969rem;
}

.products__item:nth-child(4) {
  width: 100%;
  max-width: 16.3584rem;
  margin-left: 17.587rem;
}

.products__item:nth-child(n+3) {
  margin-top: 4.416rem;
}

.products__note {
  font-size: 2.1rem;
  line-height: 1;
  width: 100%;
  max-width: 56.7986rem;
  margin: 4.898rem auto 0;
}

.products__note p + p {
  margin-top: 0.713rem;
}

.products__character {
  width: 100%;
  max-width: 46.884rem;
  margin: 10.966rem auto 0;
  padding-right: 4.6258rem;
  animation: sway 0.8s cubic-bezier(0.45, 0.05, 0.55, 0.95) infinite alternate;
}

@keyframes sway {
  from {
    transform: translateX(-0.8rem) rotate(-2deg);
  }
  to {
    transform: translateX(0.8rem) rotate(5deg);
  }
}
.apply {
  padding: 11.773rem 0 22.84rem;
  background-color: #fff;
  background-image: url(../img/bg-wave1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
}

.apply__steps {
  margin-top: 9.052rem;
}

.apply__step {
  background: #fff;
  border-radius: 5.72942rem;
  position: relative;
}

.apply__step:not(:last-child)::before {
  position: absolute;
  display: block;
  content: "";
  width: 8.6517rem;
  aspect-ratio: 1/1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4.18rem;
  background: url(../img/arrow.png) no-repeat center center/contain;
}

.apply__step:nth-child(1) {
  padding: 7.729rem 0 7rem;
}

.apply__step:nth-child(2) {
  margin-top: 6.37rem;
  padding: 10.495rem 0 11.187rem;
}

.apply__step:nth-child(3) {
  margin-top: 7.11rem;
  padding: 7.73rem 0 4.96rem;
}

.apply__step-head {
  width: 100%;
  max-width: 25.3431rem;
  margin: 0 auto;
}

.apply__step:nth-child(1) .apply__step-flow {
  width: 100%;
  max-width: 41.1672rem;
  margin: 5.887rem auto 0;
  padding-right: 2.1939rem;
}

.apply__step:nth-child(2) .apply__step-flow {
  width: 100%;
  max-width: 44.2473rem;
  margin: 5.93rem auto 0;
}

.apply__step:nth-child(3) .apply__step-flow {
  width: 100%;
  max-width: 51.8841rem;
  margin: 5.93rem auto 0;
}

.apply__receipt {
  width: 100%;
  max-width: 55.3796rem;
  margin: 3.479rem auto 0;
  border-radius: 1.90981rem;
  background: #deead2;
  padding: 5.742rem 0 8.619rem;
}

.apply__receipt-head {
  width: 100%;
  max-width: 33.1136rem;
  margin: 0 auto;
}

.apply__receipt-requirements {
  margin-top: 5.13rem;
}

.apply__receipt-requirement {
  width: 100%;
  max-width: 30.9705rem;
  margin: 0 auto;
}

.apply__receipt-requirement + .apply__receipt-requirement {
  width: 100%;
  max-width: 32.3699rem;
  margin-top: 11.18rem;
  position: relative;
}

.apply__receipt-requirement + .apply__receipt-requirement::before {
  position: absolute;
  display: block;
  content: "";
  width: 40.8787rem;
  height: 0.3rem;
  background: #d80000;
  top: -4.381rem;
  left: 50%;
  transform: translateX(-50%);
}

.apply__step:nth-child(1) .apply__btns {
  margin-top: 6rem;
}

.apply__step:nth-child(2) .apply__btn {
  margin-top: 5.09rem;
}

.apply__btns-item + .apply__btns-item {
  margin-top: 3.984rem;
}

.apply__btns-btn {
  position: relative;
}

.apply__btns-btn::before,
.apply__btns-btn::after {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}

.apply__btns-btn::before {
  width: 2.84082rem;
  height: 0.292rem;
  right: 5.229rem;
}

.apply__btns-btn::after {
  width: 0.311rem;
  height: 2.9284rem;
  right: 6.471rem;
}

.apply__btns-btn.open::after {
  opacity: 0;
}

.apply__multiple-contents {
  margin-top: 6.64rem;
  display: none;
}

.apply__multiple-content {
  width: 100%;
  max-width: 45.9304rem;
  margin: 0 auto;
}

.apply__multiple-content:nth-child(2) {
  margin-top: 6.24rem;
}

.apply_multiple-note {
  width: 100%;
  max-width: 46.5911rem;
  margin: 3.8rem auto 0;
}

.apply_multiple-note p {
  font-size: 2.2rem;
  line-height: 1.2727;
  text-indent: -2.2rem;
  margin-left: 2.2rem;
  font-weight: 700;
}

.apply_multiple-note p + p {
  margin-top: 0.6rem;
}

.apply__bad-contents {
  width: 100%;
  max-width: 51.4007rem;
  margin: 6.76rem auto 0;
  display: none;
}

.apply__step:nth-child(3) .apply__step-note {
  width: 100%;
  max-width: 59.7943rem;
  margin: 12.4rem auto 0;
}

.apply__step:nth-child(3) .apply__step-note p {
  font-size: 2.1rem;
  line-height: 1.3272;
  text-indent: -2.1rem;
  margin-left: 2.1rem;
}

.apply__btns {
  margin-top: 5.9rem;
}

.apply__scroll {
  width: 100%;
  max-width: 57rem;
  margin: 7.79rem auto 0;
  background: #fff;
  border: 0.438rem solid #000;
  border-radius: 1.7538rem;
  padding-right: 2.4rem;
  display: none;
}

.apply__scroll-inner {
  padding: 4rem 1.6rem 4rem 3rem;
  overflow: auto;
  height: 50.4676rem;
  font-size: 2rem;
  line-height: 1.375;
  text-align: justify;
}

.apply__scroll-inner::-webkit-scrollbar {
  width: 0.6536rem;
}

.apply__scroll-inner::-webkit-scrollbar-track {
  background: #cacaca;
  margin-top: 3.7rem;
  margin-bottom: 3.7rem;
}

.apply__scroll-inner::-webkit-scrollbar-thumb {
  background: #000;
}

.apply__terms-content dl,
.apply__scroll-inner dl + dl {
  margin-top: 4rem;
}

.apply__terms-content .apply__scroll-inner > p:nth-of-type(2),
.apply__terms-content .apply__scroll-inner > p:nth-of-type(3) {
  margin-top: 3rem;
  position: relative;
}

.apply__terms-content .apply__scroll-inner > p:nth-of-type(2)::before,
.apply__terms-content .apply__scroll-inner > p:nth-of-type(3)::before {
  position: absolute;
  display: block;
  content: "------------------";
  top: -3rem;
  left: 0;
}

.apply__scroll-inner dt {
  font-weight: 700;
}

.apply__faq-content dt {
  text-indent: -3.6rem;
  margin-left: 3.6rem;
}

.apply__faq-content dd {
  padding-left: 3.2rem;
  margin-top: 0.6rem;
}

.apply__faq-content dd span {
  display: block;
}

.apply__faq-content dd > :first-child {
  text-indent: -3.2rem;
}

.apply__faq-content dl:nth-child(7) dd,
.apply__faq-content dl:nth-child(8) dd {
  padding-left: 0;
}

.apply__faq-content dl:nth-child(7) dd > :first-child,
.apply__faq-content dl:nth-child(8) dd > :first-child,
.apply__faq-content dl:nth-child(8) dd p:nth-child(2) {
  margin-left: 3.2rem;
}

.apply__faq-content dl:nth-child(7) dd p:nth-child(2),
.apply__faq-content dl:nth-child(8) dd p:nth-child(3) {
  margin-top: 2rem;
}

.apply__requirements-content .apply__scroll-inner ol li {
  text-indent: -2.2rem;
  margin-left: 2.2rem;
}

.apply__terms-content .apply__scroll-inner ol li {
  text-indent: -2.9rem;
  margin-left: 2.9rem;
}

.apply__faq-content dl:nth-child(1) ul li,
.apply__requirements-content dl:nth-of-type(3) p,
.apply__requirements-content dl:nth-of-type(3) ul li,
.apply__requirements-content dl:nth-of-type(4) p,
.apply__requirements-content dl:nth-of-type(5) p,
.apply__requirements-content dl:nth-of-type(6) p,
.apply__requirements-content dl:nth-of-type(7) p,
.apply__requirements-content dl:nth-of-type(8) p,
.apply__terms-content dl:nth-of-type(4) p,
.apply__terms-content .apply__scroll-inner > p:nth-of-type(2) {
  text-indent: -2rem;
  margin-left: 2rem;
}

.apply__requirements-content dl:nth-of-type(5) p:first-child {
  text-indent: 0;
  margin-left: 0;
}

.apply__requirements-content dl:nth-child(2) span {
  margin-left: 2rem;
}

.recipes {
  padding-top: 22.031rem;
  padding-bottom: 5.97rem;
  background-image: url(../img/illust2.png);
  background-size: 20.7095rem 11.7407rem;
  background-position: 50% 61.046rem;
  background-repeat: no-repeat;
  background-color: #fff;
}

.recipes__logo {
  width: 100%;
  max-width: 34.8648rem;
  margin: 0 auto;
}

.recipes__head {
  width: 100%;
  max-width: 68.0612rem;
  margin: 7.22rem auto 0;
}

.recipes__text {
  width: 100%;
  max-width: 67.8914rem;
  margin: 23.77rem auto 0;
}

.recipes__character {
  width: 100%;
  max-width: 44.4242rem;
  margin: 15.83rem auto 0;
}

.recipes__character-elements {
  position: relative;
  overflow: hidden;
}

.recipes__character-pan {
  position: absolute;
  width: 100%;
  max-width: 32.7666rem;
  bottom: -1.3rem;
  left: calc(50% + 3rem);
  transform: translateX(-50%);
  z-index: 2;
}

.recipes__character-img img {
  transform-origin: bottom;
  transform: scaleY(0.05) scaleX(0.05);
  transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1) 1s;
}

.recipes__character.show .recipes__character-img img {
  transform: scaleY(1) scaleX(1);
}

.recipes__items {
  padding-top: 2rem;
  margin-top: 13.529rem;
}

.recipes__item {
  background: #fef6d4;
  border-radius: 5.7294rem;
  padding: 7.359rem 0 5.122rem;
}

.recipes__item + .recipes__item {
  margin-top: 2.885rem;
}

.recipes__item:nth-child(1) .recipes__feature {
  width: 100%;
  max-width: 53.8125rem;
  margin: 0 auto;
}

.recipes__item:nth-child(2) .recipes__feature {
  width: 100%;
  max-width: 59.5504rem;
  margin: 0 auto;
}

.recipes__item:nth-child(3) .recipes__feature {
  width: 100%;
  max-width: 63.6269rem;
  margin: 0 auto;
}

.recipes__img {
  width: 100%;
  max-width: 59.5949rem;
  margin: 4rem auto 0;
}

.recipes__name {
  width: 100%;
  margin: 3.7rem auto 0;
}

.recipes__item:nth-child(1) .recipes__name {
  max-width: 55.7523rem;
}

.recipes__item:nth-child(2) .recipes__name {
  max-width: 54.54rem;
}

.recipes__item:nth-child(3) .recipes__name {
  max-width: 57.8253rem;
}

.recipes__btn {
  width: 100%;
  max-width: 60.1108rem;
  margin: 4.72rem auto 0;
  display: flex;
  justify-content: center;
}

.contact {
  padding: 13.33rem 0 25.97rem;
  background-color: #fff;
  background-image: url(../img/bg-wave2.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 100% 100%;
  position: relative;
}
@media screen and (min-width:768px) {
  .contact {
    padding: 13.33rem 0 10.26rem;
  }
}

.contact::after {
  position: absolute;
  display: block;
  content: "";
  width: 5.0738rem;
  height: 6.2105rem;
  left: calc(50% + 21.9899rem);
  top: 23.689rem;
  transform: translateX(-50%);
  background: url(../img/illust3.png) no-repeat center center/contain;
}

.contact__head {
  width: 100%;
  max-width: 32.2505rem;
  margin: 0 auto;
  position: relative;
}

.contact__content {
  background: #fff;
  margin-top: 9.33rem;
  border-radius: 5.7294rem;
  padding: 7.53rem 0 3.05rem;
}

.contact__address {
  width: 100%;
  max-width: 54.3284rem;
  margin: 0 auto;
}

.contact__tel {
  width: 100%;
  max-width: 51.7028rem;
  margin: 4.48rem auto 0;
}

.contact__period {
  width: 100%;
  max-width: 48.9919rem;
  margin: 3.35rem auto 0;
}

.contact__time {
  width: 100%;
  max-width: 57.5554rem;
  margin: 3.69rem auto 0;
}

.contact__btns {
  width: 100%;
  max-width: 62.9544rem;
  margin: 6.89rem auto 0;
}

.contact__btn + .contact__btn {
  margin-top: 3.56rem;
}

.contact__copy {
  text-align: center;
  font-size: 1.91rem;
  line-height: 1;
  color: #fff;
  margin-top: 8.94rem;
}

.btns {
  width: 100%;
  background-image: url(../img/bg-green2.png);
  padding: 2.815rem 0;
  position: fixed;
  left: 0;
  bottom: 0;
  transform: translateY(20rem);
  transition: transform 0.3s ease 0s;
  z-index: 30;
}

.btns.show {
  transform: translateY(0);
}

.btns__items {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 68.4652rem;
  margin: 0 auto;
}

.btns__item:nth-child(1) {
  width: 100%;
  max-width: 25.1517rem;
}

.btns__item:nth-child(2) {
  width: 100%;
  max-width: 25.497rem;
}

.btns__item:nth-child(3) {
  width: 100%;
  max-width: 12.9152rem;
}

@media screen and (min-width:768px) {
  .wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-image: url(../img/sky.png);
    background-size: 100% auto;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

@media screen and (min-width:768px) {
  .wrapper::before {
    position: absolute;
    display: block;
    content: "";
    width: 100%;
    height: calc(100vh - 111.6176rem);
    background: url(../img/grass.png) no-repeat center center/cover;
    top: 111.6176rem;
    left: 0;
  }
}

@media screen and (min-width:768px) {
  .wrapper::after {
    position: absolute;
    display: block;
    content: "";
    width: 50.5425vw;
    aspect-ratio: 707.596/224.344;
    background: url(../img/tree.png) no-repeat center center/contain;
    left: 0;
    top: 94.623rem;
  }
}

.pc-left {
  width: 36.5471vw;
  position: fixed;
  top: 5.5919rem;
  left: 6.2131vw;
}

.pc-left__logo {
  width: 100%;
  max-width: 51.3649rem;
  transform: translateX(2.029rem);
  margin: 0 auto;
}

.pc-left__title {
  margin-top: 3.4872rem;
}

.pc-left__img {
  position: relative;
}

.pc-left__character {
  position: absolute;
  width: 100%;
  max-width: 42.4914rem;
  top: -9rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 1;
  transition: opacity 0.3s ease 0s;
}

.pc-left__products {
  position: absolute;
  width: 100%;
  max-width: 38.5056rem;
  top: -15rem;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}

.pc-left__character.active {
  opacity: 0;
}

.pc-left__products.active {
  opacity: 1;
  animation: float 1s ease-in-out infinite alternate-reverse;
}

@keyframes float {
  0% {
    transform: translateY(-50%, -10px);
  }
  100% {
    transform: translate(-50%, 10px);
  }
}
.pc-right {
  width: 15.8542vw;
  position: fixed;
  top: 17.9037rem;
  right: 3.0857vw;
}

.pc-right__nav {
  padding-left: 2.2379rem;
}

.pc-right__nav li:nth-child(1) {
  width: 100%;
  max-width: 19.8031rem;
}

.pc-right__nav li:nth-child(2) {
  width: 100%;
  max-width: 30.481rem;
}

.pc-right__nav li:nth-child(3) {
  width: 100%;
  max-width: 29.505rem;
}

.pc-right__nav li:nth-child(4) {
  width: 100%;
  max-width: 29.3938rem;
}

.pc-right__nav li:nth-child(5) {
  width: 100%;
  max-width: 41.5141rem;
}

.pc-right__nav li + li {
  margin-top: 4.5754rem;
}

.pc-right__btn {
  width: 100%;
  max-width: 41.1924rem;
  padding-left: 2.2379rem;
  margin-top: 17.2949rem;
  position: relative;
  z-index: 2;
}

.pc-right__btn::before {
  position: absolute;
  display: block;
  content: "";
  width: 20.65rem;
  height: 9.969rem;
  background: url(../img/illust4.png) no-repeat center center/contain;
  top: -7.8802rem;
  left: 0;
  z-index: -1;
}

.pc-right__period {
  padding-left: 0.6385rem;
  margin-top: 14.9535rem;
}

.recipe {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 50;
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.recipe__close {
  position: absolute;
  content: "";
  width: 8rem;
  aspect-ratio: 1/1;
  top: calc(50% - 45vh - 2rem);
  right: calc(50% - 33.5rem - 2rem);
  z-index: 10;
  cursor: pointer;
}

.recipe.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.recipe__inner {
  width: 100%;
  max-width: 67rem;
  height: 90vh;
  overflow: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.recipe__inner::-webkit-scrollbar {
  display: none;
}

.recipe__item {
  padding: 8.402rem 0 0;
  background: linear-gradient(to bottom, #ff0000 0, #ff0000 4.7576rem, #fff 4.7576rem, #fff 100%);
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  display: none;
  transition: all 0.3s ease 0s;
}

.recipe__item.show {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  display: block;
}

.recipe__img,
.recipe__ingredients,
.recipe__process {
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}

.recipe1 .recipe__head,
.recipe2 .recipe__head {
  margin-top: 3.139rem;
}

.recipe3 .recipe__head {
  margin-top: 6.18rem;
}

.recipe1 .recipe__sauce,
.recipe2 .recipe__sauce {
  width: 100%;
  max-width: 52.051rem;
  margin: 0 auto;
}

.recipe3 .recipe__sauce {
  width: 100%;
  max-width: 29.313rem;
  margin: 0 auto;
}

.recipe__name {
  width: 100%;
  max-width: 43.766rem;
  margin-left: auto;
  margin-right: auto;
}

.recipe1 .recipe__name,
.recipe2 .recipe__name {
  margin-top: 1.803rem;
}

.recipe3 .recipe__name {
  margin-top: 5.453rem;
}

.recipe__ingredients {
  margin-top: 3.53rem;
  position: relative;
}

.recipe1 .recipe__ingredients::before,
.recipe2 .recipe__ingredients::before {
  position: absolute;
  display: block;
  content: "";
  width: 13.4841rem;
  height: 24.7325rem;
  background: url(../img/sauce1.png) no-repeat center center/contain;
  top: -18rem;
  right: -1.6rem;
  transform: rotate(20deg);
}

.recipe1 .recipe__ingredients::after {
  position: absolute;
  display: block;
  content: "";
  width: 36.794rem;
  height: 14.487rem;
  background: url(../img/sauce3.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -16.534rem;
}

.recipe3 .recipe__ingredients::before {
  position: absolute;
  display: block;
  content: "";
  width: 11.573rem;
  height: 24.796rem;
  background: url(../img/sauce4.png) no-repeat center center/contain;
  top: -18rem;
  right: 0.6rem;
}

.recipe3 .recipe__ingredients::after {
  position: absolute;
  display: block;
  content: "";
  width: 36.69rem;
  height: 14.152rem;
  background: url(../img/sauce5.png) no-repeat center center/contain;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17.145rem;
}

.recipe1 .recipe__process {
  margin-top: 18.686rem;
}

.recipe2 .recipe__process {
  margin-top: 6.54rem;
}

.recipe3 .recipe__process {
  margin-top: 18.531rem;
}

.recipe__gear {
  margin-top: 4.197rem;
  background: linear-gradient(to bottom, #fff 0, #fff 4.7576rem, #ff0000 4.7576rem, #ff0000 100%);
  padding: 7.144rem 0 3.661rem;
  position: relative;
}

.recipe__gear::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 5.8045rem;
  background: url(../img/bg-red.png) no-repeat center top/cover;
  top: 0;
  left: 0;
}

.recipe__gear-head {
  width: 100%;
  max-width: 36.9522rem;
  margin: 0 auto;
}

.recipe__gear-name {
  width: 100%;
  max-width: 58.8787rem;
  margin: 2.321rem auto 0;
}

.recipe1 .recipe__gear-img {
  width: 100%;
  max-width: 43.063rem;
  margin: -2.964rem auto 0;
}

.recipe2 .recipe__gear-img {
  width: 100%;
  max-width: 43.284rem;
  margin: -4.982rem auto 0;
}

.recipe3 .recipe__gear-img {
  width: 100%;
  max-width: 38.32rem;
  margin: -4.386rem auto 0;
}

.recipe__gear-description {
  width: 100%;
  max-width: 54.115rem;
}

.recipe1 .recipe__gear-description {
  margin: -4.675rem auto 0;
}

.recipe2 .recipe__gear-description {
  margin: -3.351rem auto 0;
}

.recipe3 .recipe__gear-description {
  margin: 0.917rem auto 0;
}