@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cookie&display=swap');

.bg-ylw {background-color: #fefae7}
.lp.chefventures {
  font-size: 1rem;
}
.lp.chefventures .section {
  padding: 0 20px;
}
.lp.chefventures .section .inner {
  max-width: 1080px;
  padding: clamp(2.5rem, -0.577rem + 6.41vw, 3.75rem) 0;
}
.lp.chefventures .section:not(#contact) h2 {
  margin: 4em 0 2em;
  font-weight: 900;
}
.lp.chefventures .section:not(#contact) h2:first-child {
  margin-top: 0;
}
.lp.chefventures .section:not(#contact) h2:after {
  width: 3em;
  height: 4px;
  background-color: #f55d30;
  border-radius: 9999px;
}
.lp.chefventures h2,
.lp.chefventures h3 {
  letter-spacing: normal;
}
.lp.chefventures p {
  margin-bottom: 1em;
}
.lp.chefventures figcaption {
  margin: 10px 0 0;
  font-size: 0.75em;
  line-height: 1.5;
}
.lp.chefventures ul li:before {
  background-color: #f55d30;
}
.lp.chefventures .link-arrow2 {
  position: relative;
  margin-right: 1.75em;
}
.lp.chefventures .link-arrow2:after {
  content: "\e038";
  position: absolute;
  display: inline-block;
  right: -1.25em;
  font-family: 'Material Icons';
  font-size: 1.5em;
  line-height: 1;
}
.lp.chefventures .lead {
  max-width: 950px;
  margin-inline: auto;
  letter-spacing: normal;
}
.lp.chefventures .lead .em {
  display: inline-block;
  margin: 0 0 0.75em;
  font-size: 1.5em;
  font-weight: 800;
  line-height: 1.5;
}
.lp.chefventures .box {
  padding: 30px clamp(1.25rem, -0.288rem + 3.21vw, 1.875rem);
}
.lp.chefventures .box.point {
  background-color: #fff;
}
.lp.chefventures .box.point h3 {
  font-weight: 700;
}
.lp.chefventures .box.point h3:has(.txt-point) {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em 0;
}
.lp.chefventures .box.point h3 .txt-point {
  font-family: "Cookie", cursive;
  font-size: 2em;
  font-weight: 400;
  line-height: 0.75;
}
.lp.chefventures .box.point h3 .txt-point:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: color-mix(in srgb, #f55d30 40%, transparent);;
}
.lp.chefventures .box.point h3 + * {
  margin-top: 30px;
}

.lp.chefventures #mv {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 600px;
  max-height: 100svh;
  padding: 20px 20px;
  background: url("../images/bg_mv.jpg") no-repeat center;
  background-size: cover;
}
.lp.chefventures #mv:after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#fff, transparent);
}
.lp.chefventures #mv .mv-title {
  position: relative;
  width: auto;
  z-index: 2;
  /*filter: drop-shadow(3px 3px 8px #e3a884);*/
}
.lp.chefventures #mv h1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.125em 0;
  font-size: clamp(2.25rem, 0.342rem + 7.1vw, 3.75rem);
  font-weight: 900;
  line-height: 1.2;
  text-shadow: 0px 0px 10px rgba(240, 198, 16, 0.5);
}
.lp.chefventures #mv h1 .sub {
  font-size: 0.6em;
}
.lp.chefventures #mv .mv-lead {
  margin: 1.5em auto 0;
  padding: 20px clamp(1.25rem, 0.455rem + 2.96vw, 1.875rem);
  font-size: clamp(0.938rem, 0.699rem + 0.89vw, 1.125rem);
  font-weight: 700;
  line-height: 1.5;
  background-color: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 10px -6px rgba(240, 198, 16, 0.25);
}
.lp.chefventures #mv .date {
  margin: 0.5em 0 0;
  font-size: clamp(1.063rem, -0.13rem + 4.44vw, 2rem);
  font-weight: 700;
  text-align: center;
  line-height: 1;
}
.lp.chefventures #mv + .btn {
  margin: -35px auto 0;
}
.lp.chefventures #mv + .btn a {
  height: 70px;
}