@charset "UTF-8";

body {
  background-color: rgb(250, 220, 90);
  font-family: "Zen Maru Gothic", sans-serif, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Meiryo", "MS PGothic";
  font-weight: 600;
  font-size: 16px;
  color: black;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}

.paren {
  letter-spacing: -0.1em;
}

html {
  scroll-behavior: smooth;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
}

.header__logo {
  padding: 25px 0 0 30px;
}

.header__logo img {
  width: 130px;
  height: auto;
}

.header__link {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.15em;
  padding-right: 30px;
}

.header__link::before {
  content: '';
  display: inline-block;
  margin: 0 5px 3px 0;
  width: 18px;
  height: 18px;
  background-image: url(../img/in.png);
  background-size: contain;
  vertical-align: middle;
}

.fv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}

.fv_pc {
  display: block !important;
  width: 100%;
  height: auto;
}

.fv_sp {
  display: none !important;
}


h1 {

  max-width: 100%;
  margin: 0 auto;
}


h1 img {
  width: 100%;
  height: auto;
}


p {
  margin: 0;
}



h2 {
  font-size: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 600;
  font-style: normal;
  display: flex;
  line-height: 1.8;
  font-feature-settings: "palt";
  position: relative;
  z-index: 2;
  align-items: center;
  justify-content: center;
}

h2::before,
h2::after {
  content: "";
  width: 32px;
  height: 3px;
  background: #000;
  vertical-align: middle;
  border-radius: 999px;
}

h2::before {
  margin-right: 10px;
  transform: rotate(60deg);
}

h2::after {
  margin-left: 5px;
  transform: rotate(-60deg);
}


h3 {
  font-size: 22px;
}

.toc_br {
  display: none;
}

.toc_inner {
  max-width: 920px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  margin: 0 auto;
  padding: 40px 20px 100px 20px;
}

.toc_single {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  border-radius: 10px;
  width: 432px;
  height: 80px;
  background-color: rgb(253, 253, 234);
  margin: 0 auto;

}

.toc_single:hover {
  opacity: 0.7;
}

.ts_2 {
  background-color: rgb(250, 255, 220);
}

.ts_3 {
  background-color: rgb(233, 245, 220);
}


.toc_img {
  max-width: 165px;
  height: 80px;
  border-radius: 10px 0 0 10px;
  overflow: hidden;

}

.toc_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.toc_text {
  text-align: left;
  line-height: 1.2;
  margin-left: 26px;
  font-size: 18px;
  font-family: "Zen Maru Gothic", sans-serif;
  max-width: 250px;
  line-height: 1.5;
}

.toc_in_2 {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 23px;
  height: 23px;
}

.toc_in_2 img {
  width: 100%;
  height: auto;
}


.wave_inner {
  position: relative;
}


.wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0;
  top: -1px;
  z-index: 1;
}

.wave svg {
  display: block;
  width: 100%;
  height: auto;
}

.wave path {
  fill: rgb(250, 220, 90);
}


.wave_inner_2 {

  position: relative;
}


.wave_2 {
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.wave_2 svg {
  display: block;
  width: 100%;
  height: auto;
  transform: scaleY(-1);
}

.wave_2 path {
  fill: rgb(186, 211, 14)
}




.toc {
  background-color: rgb(250, 220, 90);
  padding-top: 90px;
}

.recipe_title {
  max-width: 490px;
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.title_space {
  top: -1px;
}

.recipe_title img {
  width: 100%;
  height: auto;
}

.recipe {
  background: rgb(204, 221, 48) url(../img/pattern.png) center top repeat;
  background-size: 500px;
  display: flex;
  flex-direction: column;
  gap: 170px;
  padding: 260px 0 14% 0;
}

.recipe_single {
  font-size: 11px;
  background-color: #fff;
  max-width: 1000px;
  border-radius: 20px;
  border: 3px solid #000;
  margin: 0 auto;
  position: relative;
  padding: 80px 40px 30px 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
}

.recipe_img {
  width: 520px;
  height: 300px;
  overflow: hidden;
  border-radius: 12px;

}

.recipe_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recipe_half {
  display: flex;
}

.ing {
  background: rgb(80, 150, 90);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  padding-left: 10px;
  border-radius: 1px;

}

.recipe_ing {
  width: 354px;
  margin-left: 25px;
}

.ing_row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
  border-bottom: 2px dotted rgb(160, 160, 160);
  padding: 0 6px;
  font-weight: 400;

}

.steps_num {
  width: 30px;
  margin-right: 16px;
  flex-shrink: 0;
}

.ing_notes {
  font-weight: 400;

}

.steps_num img {
  width: 30px;
  height: auto;
}

.steps_row {
  display: flex;
  padding-bottom: 10px;
  font-weight: 400;
}

.steps__text {
  text-align: left;
}


.steps {
  background: rgb(80, 150, 90);
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 25px 0 20px 0;
  padding-left: 10px;
  border-radius: 1px;

}

.steps_notes {
  padding-left: 49px;
  font-weight: 400;
}

footer {
  background-color: rgb(186, 211, 14);
  position: relative;
}


.footer__img {
  max-width: 1100px;
  margin: 0 auto;
  padding-top: 30px;


}

.footer__img img {
  width: 100%;
  height: auto;
}

.footer__img_sp {
  display: none;
}

.footer__info {
  display: none;
}


details {
  padding: 0;
}

details>* {
  margin-bottom: 0;
}


.card-container {
  width: 960px;
  border-radius: 30px;
  overflow: visible;
  position: relative;
  background: linear-gradient(to bottom,
      #bad30e 50%,
      #8cc800 50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin: 120px auto 100px auto;
  width: 960px;


}

.card-container,
details {
  background: transparent;
  box-shadow: none;
  border: none;
}

.card-main-body {
  width: 960px;
  height: 630px;
  border-radius: 0 0 30px 30px;
  overflow: visible;
  position: relative;
  background: linear-gradient(to bottom,
      #dedc0a 50%,
      #8cc800 50%);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  overflow: hidden;
  transition: 0.6s;
}


summary {
  list-style: none;
  cursor: pointer;
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
}


.cloud-frame-container {
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  top: 0px;
  width: 1050px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;


}


.cloud-bg-img {
  position: absolute;
  width: 100%;
  object-fit: contain;
  z-index: 6;
}

.bg-img {
  right: auto;
  transform: scale(0.5);
  transform-origin: center bottom;
}


.cloud-inner-content {
  position: relative;
  z-index: 7;
  width: 100%;
  padding: 0 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;

}


.header-title {
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  margin: 0;
}


.plus-button {
  background-color: #50965a;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}


.curve-divider {
  position: absolute;
  top: 170px;
  width: 960px;
  left: 50%;
  transform: translateX(-50%);
  height: 500px;
  z-index: 1;
}


.card-content {
  position: relative;
  padding: 25px;
  width: 100%;
  z-index: 10;
  background: transparent;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}


.main-copy {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  margin: 40px 0 20px 0;
  color: #000;
}

.main-copy span {
  font-size: 2.2rem;
  margin-left: 10px;
}


.product-visual {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin-top: auto;
  margin-bottom: auto;
}


.product-item {
  position: relative;
}


.product-img1 {
  height: 320px;
  width: auto;
  display: block;
}


.product-img2 {
  height: 390px;
  width: auto;
  display: block;
}


.badge {
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: white;
  z-index: 15;
}


.badge.pkg_small {
  top: 20px;
  left: -100px;
}


.badge.pkg_large {
  bottom: 100px;
  right: -70px;
}


.badge span {
  font-size: 2.2rem;
  line-height: 1;
}


.description {
  margin: 0px auto;
  color: white;
  line-height: 1.8;
  width: 80%;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}


summary {
  display: block;
  list-style: none;
  cursor: pointer;
  outline: none;
}

summary::-webkit-details-marker {
  display: none;
}


.mark {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.mark::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: white;
  transform: translate(-50%, -50%);
}


.mark::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 1px;
  background-color: white;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: 0.4s;
}


details[open] .mark::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.to-top {
  position: fixed;
  right: 40px;
  bottom: 40px;
  width: 100px;
  height: auto;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  z-index: 9999;
}

.to-top img {
  width: 100%;
  height: auto;
}


.pc-only-img {
  display: block !important;
  width: 100%;
  height: auto;
}

.sp-only-img {
  display: none !important;
}

.top_img_sp {
  display: none;
}

@media (max-width: 1024px) {
  .recipe_title {
    width: clamp(280px, 70vw, 720px);
  }

  .recipe_title img {
    width: 100%;
    height: auto;
    display: block;
  }

  .recipe_half {
    display: block;
  }

  .recipe_img {
    width: 100%;
    margin-bottom: 30px;
    height: auto;

  }

  .recipe {
    padding: 190px clamp(14px, 3vw, 48px) 14% clamp(14px, 3vw, 48px);
    gap: 180px;
  }

  .steps {
    text-align: center;
    margin: 15px 0 10px 0;
    font-size: 18px;
  }

  .steps_num {
    margin-right: 8px;
  }

  .ing {
    color: #fff;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    padding-left: 10px;
    border-radius: 1px;
    text-align: center;

  }

  .recipe_ing {
    width: 100%;
    margin-left: 0px;
  }


  .header-title {
    font-size: 1.1rem;
    font-weight: bold;
    color: #000;
    margin: 0;
  }

  .cloud-inner-content {
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .card-container {
    width: 100%;
    border-radius: 30px;
    overflow: visible;
    position: relative;
    top: 30px;
  }

  .card-main-body {
    width: 515px;
    margin: 0 auto;
    height: auto !important;
    min-height: 340px;
    top: -20px;
    background: linear-gradient(to bottom,
        #dedc0a 65%,
        #8cc800 65%);
  }


  .card-content {
    position: absolute;
    padding: 18px;
  }

  .main-copy {
    font-size: 0.8rem;
    margin: 15px 0 15px 0;
  }

  .main-copy span {
    font-size: 1.2rem;
  }

  .plus-button {
    background-color: #50965a;
    color: white;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    position: relative;
  }

  .curve-divider {
    position: absolute;
    top: -20px;
    width: 515px;
  }

  .product-visual {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    height: auto !important;
  }


  .product-img1 {
    height: 160px;
    width: auto;
    display: block;
  }

  .product-img2 {
    height: 200px;
    width: auto;
    display: block;
  }


  .bg-img {
    transform: scale(0.26);
  }

  .cloud-bg-img {
    width: 550px;
  }


  .badge.pkg_small {
    top: -100px;
    left: -90px;
  }


  .badge.pkg_large {
    right: -70px;
    bottom: 85px;
  }

  .description {
    width: 90%;
    font-size: 0.6rem;
    letter-spacing: 0.05rem;
  }

  .cloud-frame-container {
    position: relative;
    top: -30px;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .cloud-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 230px;
  }

  .pc-cloud-img,
  .sp-cloud-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .mark::before {
    width: 17px;
    height: 2px;
  }


  .mark::after {
    width: 17px;
    height: 2px;
  }

}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  .to-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 70px;
  }

  h2 {
    font-size: 19px;
    text-align: center;
  }

  h3 {
    font-size: 17px;
  }

  .recipe_single {
    font-size: 14px;
    padding: 30px 14px 20px 14px;
    border: 2px solid #000;
  }

  h2::before,
  h2::after {
    content: "";
    width: 36px;
    height: 2px;
    background: #000;
    vertical-align: middle;
    border-radius: 999px;
  }

  h2::before {
    margin-right: 5px;
  }

  h2::after {
    margin-left: 1px;
  }

  .toc_br {
    display: block;
  }

  .pc-only-img {
    display: none !important;
  }

  .sp-only-img {
    display: block !important;
    width: 100%;
    height: auto;
  }

  .header-title {
    font-size: 1.2rem;
  }

  .cloud-inner-content {
    top: 50%;
    transform: translate(-50%, -50%);
  }


  .card-container {
    width: 100%;
    border-radius: 30px;
    overflow: visible;
    position: relative;

  }

  .card-main-body {
    width: 330px;
    margin: 0 auto;
    height: auto !important;
    min-height: 790px;
    background: linear-gradient(to bottom,
        #dedc0a 65%,
        #8cc800 65%);
  }


  .card-content {
    position: absolute;
    padding: 18px;
    width: 100%;
    height: 570px;
    z-index: 10;
    background: transparent;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
  }

  .main-copy {
    font-size: 1rem;
    margin: 30px 0 30px 0;
  }


  .main-copy span {
    display: block;
    margin: 0 auto;
    font-size: 1.4rem;
  }


  .curve-divider {
    position: absolute;
    top: 300px;
    width: 330px;
    left: 50%;
    transform: translateX(-50%);
    height: 500px;
    z-index: 1;
  }


  .product-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    height: auto !important;
    margin-bottom: 20px;
  }


  .product-visual .product-img1 {
    max-width: 60%;
    height: auto;
    display: block;
    margin-left: 90px;
  }

  .product-visual .product-img2 {
    max-width: 60%;
    height: auto;
    display: block;
    margin: 0 auto;
  }

  .product-img1 {
    height: 390px;
    width: auto;
    display: block;
  }


  .product-img2 {
    height: 360px;
    width: auto;
    display: block;
  }


  .bg-img {
    transform: scale(0.36);
  }


  .cloud-bg-img {
    right: auto;
    transform-origin: center bottom;
    width: 350px;
  }


  .badge.pkg_small {
    top: -50px;
    left: 0px;
  }


  .badge.pkg_large {
    top: 30px;
    right: 0px;
  }


  .description {
    font-size: 0.8rem;
    letter-spacing: 0.05rem;
  }


  .cloud-frame-container {
    position: relative;
    top: -30px;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }


  .cloud-inner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 10px;
  }

  .pc-cloud-img,
  .sp-cloud-img {
    width: 100%;
    height: auto;
    display: block;
  }

  .toc {
    padding: 70px 5px 0 5px;
  }

  .toc_inner {
    gap: 12px;
    padding: 25px 20px 100px 20px;
  }


  .header__link {
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.15em;
    padding-right: 12px;
  }


  .fv_pc {
    display: none !important;
  }

  .fv_sp {
    display: block !important;
    width: 100%;
    height: auto;
  }

  .footer__img {
    padding-top: 26px;
  }

  .header__logo img {
    width: 100px;
  }

  .header__link::before {
    margin: 0 3px 1px 0;
    width: 12px;
    height: 12px;
  }

  .header__logo {
    padding: 16px 0 0 15px;
  }

}

@media (max-width: 735px) {
  .recipe {
    padding: 130px clamp(14px, 3vw, 48px) 14% clamp(14px, 3vw, 48px);
    gap: 110px;
  }

  .recipe_img {
    width: 100%;
    margin-bottom: 15px;
  }

  .toc_text {
    font-size: 16px;
    margin-left: 19px;
  }



  .toc_in_2 {
    right: 14px;
    bottom: 16px;
    width: 16px;
    height: 16px;
  }



}

@media (max-width: 500px) {
  .footer__info {
    display: block;
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
  }

  .footer__img {
    display: none;
  }

  .footer__img_sp {
    display: block;
    max-width: 800px;
    margin: 0 auto;
    padding-top: 14px;
    position: relative;
  }

  .footer__img_sp img {
    width: 100%;
    height: auto;
    display: block;
  }

  .footer_logo {
    max-width: 100px;
    margin: 0 auto;
  }

  .footer_logo img {
    width: 100%;
    height: auto;
  }

  .footer_copyright {
    font-size: 10px;
    text-align: center;
    padding: 6px 30px 0 30px;
    line-height: 1.2;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
  }

  .to-top {
    bottom: 40px;
  }

  .toc_text {
    font-size: 14px;
    ;
  }

}


@media (max-width: 405px) {
  .toc_img {
    max-width: 120px;
  }

  .toc_text {
    font-size: 13px;
    margin-left: 18px;
  }

  .header-title {
    font-size: 1rem;
  }

  .cloud-inner-content {
    top: 50%;
    transform: translate(-50%, -50%);
  }


  .card-container {
    width: 100%;
    border-radius: 30px;
    overflow: visible;
    position: relative;

  }

  .card-main-body {
    width: 280px;
    margin: 0 auto;
    height: auto !important;
    min-height: 670px;
    background: linear-gradient(to bottom,
        #dedc0a 65%,
        #8cc800 65%);
  }


  .card-content {
    position: absolute;
    padding: 15px;
    width: 100%;
    height: 570px;
  }

  .main-copy {
    font-size: 0.9rem;
    margin: 25px 0 15px 0;
  }


  .main-copy span {
    font-size: 1.2rem;
  }


  .curve-divider {
    position: absolute;
    top: 210px;
    width: 280px;
    left: 50%;
    transform: translateX(-50%);
    height: 500px;
    z-index: 1;
  }


  .product-visual {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0px;
    height: auto !important;
    margin-bottom: 15px;
  }


  .product-visual .product-img1 {
    margin-left: 80px;
  }


  .bg-img {
    transform: scale(0.32);
  }


  .cloud-bg-img {
    width: 290px;
  }


  .badge.pkg_small {
    top: -50px;
    left: 0px;
  }


  .badge.pkg_large {
    top: 30px;
    right: 0px;
  }


  .description {
    font-size: 0.7rem;
    letter-spacing: 0.05rem;
  }


  .cloud-frame-container {
    position: relative;
    top: -30px;
    width: 100%;
    height: auto;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }



  .pc-cloud-img,
  .sp-cloud-img {
    width: 100%;
    height: auto;
    display: block;
  }
}



@media (max-width: 420px) {
  .recipe {
    padding: 100px clamp(14px, 3vw, 48px) 14% clamp(14px, 3vw, 48px);
    gap: 70px;
  }

  .toc_text {
    width: 160px;
    margin-left: 12px;
  }

  .toc_text br {
    display: none;
  }

  .footer__info {
    bottom: 10px;
  }

  .footer_logo {
    max-width: 80px;
    margin: 0 auto;
  }


}

@media (max-width: 345px) {
  .toc_text {
    width: 110px;
  }
}