@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, 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 {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/*form*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  appearance: none;
}

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

html, body {
  width: 100%;
  min-height: 100%;
  height: auto;
}

:root {
  --transition-duration: .3s;
  --transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  --window-width: tan(atan2(100vw, 1px));
  --pc-lr: clamp(4rem,calc(50% - 80rem),16rem);
  --inner:100rem;
  --innerSp: 32.5rem;
  --fontJA:"Noto Sans JP", sans-serif;
  --fontEN:"Inter", sans-serif;
  --fontKiwi:"Kiwi Maru", serif;
  --baseColor:#383737;
  --txtGray:#666666;
  --txtGrayDark:#555555;
  --greenTxt:#8AC282;
  --greenLogo:#8AC282;
  --brown:#694D29;
  --green:#90C424;
  --bgGreenLight:#F7FCF2;
  --bgGreen:#EAF5DF;
  --white:#fff;
  --line:rgba(85,85,85,.2);
  --overlay:rgba(0,0,0,.2);
}

.eng {
  font-family: var(--fontEN);
}

:root {
  --transition-duration: .3s;
  --transition-timing-function: cubic-bezier(.23, 1, .32, 1);
  --window-width: tan(atan2(100vw, 1px));
  --pc-lr: clamp(4rem,calc(50% - 80rem),16rem);
  --inner:100rem;
  --innerSp: 32.5rem;
  --fontJA:"Noto Sans JP", sans-serif;
  --fontEN:"Inter", sans-serif;
  --fontKiwi:"Kiwi Maru", serif;
  --baseColor:#383737;
  --txtGray:#666666;
  --txtGrayDark:#555555;
  --greenTxt:#8AC282;
  --greenLogo:#8AC282;
  --brown:#694D29;
  --green:#90C424;
  --bgGreenLight:#F7FCF2;
  --bgGreen:#EAF5DF;
  --white:#fff;
  --line:rgba(85,85,85,.2);
  --overlay:rgba(0,0,0,.2);
}

.eng {
  font-family: var(--fontEN);
}

* {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

html {
  font-size: min(62.5%, 0.625vw);
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0;
  color: var(--baseColor);
  font-family: "A1ゴシック R", "A1 Gothic R", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
  font-weight: 500;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    line-height: 1.5714285714;
  }
}
body * {
  box-sizing: border-box;
  outline: none;
}
@media screen and (max-width: 767px) {
  body sup {
    top: 0.6rem;
  }
  body img {
    width: 100%;
    max-width: inherit;
  }
  body .pc {
    display: none;
  }
  body .sp {
    display: block;
  }
}

img, svg {
  display: block;
  max-width: 100%;
}

svg {
  width: 100%;
  height: 100%;
  fill: var(--baseColor);
  overflow: visible;
}

a {
  color: var(--baseColor);
  text-decoration: none;
  transition: opacity 0.3s;
  word-break: break-all;
  cursor: pointer;
}
@media screen and (1025px <= width) {
  a:hover img {
    opacity: 0.7;
  }
}
a img {
  transition: opacity 0.3s;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 7rem;
  font-size: 0;
  line-height: 0;
  z-index: 1000;
}
header .logo {
  position: absolute;
  top: 1.6rem;
  left: 2.5rem;
  width: 22rem;
  margin: 0 0 0 0;
}
header #menu {
  display: none;
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  background: url(../img/icon-menu.svg) center center no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}
header #menu:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header #menuclose {
  display: none;
  position: absolute;
  top: 2rem;
  left: 2.5rem;
  background: url(../img/icon-menu2.svg) center center no-repeat;
  background-size: 3rem;
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  -ms-transition: 0.2s linear;
  transition: 0.2s linear;
}
header #menuclose:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7;
}
header .insta {
  position: absolute;
  top: 1.7rem;
  right: 2.5rem;
  width: 3rem;
}
header img {
  width: auto;
}
header ul.header-menu {
  display: block;
  position: absolute;
  top: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  height: 2rem;
}
header ul.header-menu li {
  display: inline-block;
  height: 2rem;
  margin-left: 2rem;
}
header ul.header-menu li:first-child {
  margin-left: 0;
}
header ul.header-menu li a {
  display: block;
  height: 2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-decoration: none;
  font-family: "A1ゴシック R", "A1 Gothic R";
}
header ul.header-menu li a:hover {
  text-decoration: underline;
}
header ul.header-menu-sub {
  display: block;
  position: absolute;
  top: 2.5rem;
  right: 7rem;
  height: 2rem;
}
header ul.header-menu-sub li {
  display: inline-block;
  height: 2rem;
  margin-left: 2rem;
}
header ul.header-menu-sub li:first-child {
  margin-left: 0;
}
header ul.header-menu-sub li a {
  display: block;
  height: 2rem;
  font-size: 1.2rem;
  line-height: 2rem;
  text-decoration: none;
  font-family: "A1ゴシック R", "A1 Gothic R";
}
header ul.header-menu-sub li a:hover {
  text-decoration: underline;
}

nav {
  display: none;
}

.pageTop a {
  display: block;
  width: 4rem;
}

@media screen and (min-width: 1330px) {
  header ul.header-menu {
    width: 85rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1330px) {
  header ul.header-menu li {
    margin-left: 1rem;
  }
  header ul.header-menu li a {
    font-size: 1.2rem;
  }
  header ul.header-menu-sub li {
    margin-left: 1rem;
  }
  header ul.header-menu-sub li:first-child {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  header ul.header-menu {
    display: none;
  }
  header #menu {
    display: block;
    position: absolute;
    top: 2rem;
    left: 3rem;
    background: url(../img/icon-menu.svg) center center no-repeat;
    background-size: 3rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    -webkit-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    transition: 0.2s linear;
  }
  header .logo {
    position: absolute;
    top: 2rem;
    left: 50%;
    width: 17.1rem;
    margin: 0 0 0 -8.5rem;
  }
}
@media screen and (max-width: 767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 10.66vw;
    font-size: 0;
    line-height: 0;
    z-index: 900;
  }
  header .logo {
    position: absolute;
    top: 2.66vw;
    left: 50%;
    width: 30vw;
    margin: 0 0 0 -15vw;
  }
  header #menu {
    display: block;
    position: absolute;
    top: 2.66vw;
    left: 3.33vw;
    background: url(../img/icon-menu.svg) center center no-repeat;
    background-size: 5.33vw;
    width: 5.33vw;
    height: 5.33vw;
    cursor: pointer;
  }
  header #menuclose {
    display: none;
    position: absolute;
    top: 2.66vw;
    left: 3.33vw;
    background: url(../img/icon-menu2.svg) center center no-repeat;
    background-size: 5.33vw;
    width: 5.33vw;
    height: 5.33vw;
    cursor: pointer;
  }
  header .insta {
    position: absolute;
    top: 2.66vw;
    right: 3.33vw;
    width: 5.33vw;
  }
  header img {
    width: 100%;
    height: auto;
  }
  header ul.header-menu, header ul.header-menu-sub {
    display: none;
  }
  nav {
    display: block;
    position: fixed;
    top: 10.66vw;
    left: -100%;
    width: 100%;
    height: 100vh;
    height: calc(100vh - 10.66vw);
    overflow: hidden;
    z-index: 1000;
    -webkit-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
  }
  nav.active {
    left: 0px;
  }
  nav .menu {
    position: relative;
    float: left;
    background: rgba(144, 196, 36, 0.95);
    width: 100%;
    height: 100vh;
    z-index: 1;
  }
  nav .menu .title {
    width: 26.66vw;
    padding: 6.66vw 0 6.66vw 6.66vw;
  }
  nav .menu .menu1 li {
    border-bottom: 1px solid #e3e3cc;
  }
  nav .menu .menu1 li a {
    display: block;
    font-family: "A1ゴシック R", "A1 Gothic R";
    width: 100%;
    height: 13.33vw;
    padding: 0 0 0 15.33vw;
    font-size: 3.73vw;
    font-weight: bold;
    line-height: 13.33vw;
    color: #111;
    text-decoration: none;
  }
  nav .menu .menu1 li:nth-child(1) a {
    background: url(../img/menu-icon_00.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(2) a {
    background: url(../img/menu-icon_01.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(3) a {
    background: url(../img/menu-icon_02.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(4) a {
    background: url(../img/menu-icon_03.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(5) a {
    background: url(../img/menu-icon_04.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(6) a {
    background: url(../img/menu-icon_05.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu1 li:nth-child(7) a {
    background: url(../img/menu-icon_06.svg) 5.33vw center no-repeat;
    background-size: 6.66vw;
  }
  nav .menu .menu2 {
    border-bottom: 1px solid #e3e3cc;
    overflow: hidden;
  }
  nav .menu .menu2 li {
    float: left;
    width: 50%;
  }
  nav .menu .menu2 li:nth-child(2) {
    border-left: 1px solid #e3e3cc;
  }
  nav .menu .menu2 li a {
    display: block;
    width: 100%;
    height: 13.33vw;
    padding: 0 0 0 11.33vw;
    font-size: 3.33vw;
    font-weight: bold;
    line-height: 13.33vw;
    color: #111;
    text-decoration: none;
  }
  nav .menu .menu2 li:nth-child(1) a {
    background: url(../img/menu-icon_07.svg) 4vw center no-repeat;
    background-size: 5.33vw;
  }
  nav .menu .menu2 li:nth-child(2) a {
    background: url(../img/menu-icon_08.svg) 4vw center no-repeat;
    background-size: 5.33vw;
  }
  nav .menu .close {
    cursor: pointer;
    height: 16vw;
    font-size: 3.33vw;
    font-weight: bold;
    line-height: 16vw;
    text-align: center;
    color: #111;
  }
  nav > .close {
    position: relative;
    float: left;
    background: rgba(227, 227, 204, 0.95);
    width: 13.33%;
    height: 100vh;
    z-index: 2;
  }
  nav > .close img {
    position: absolute;
    top: 8vw;
    left: -4vw;
    width: 16vw;
  }
}
footer {
  position: relative;
  border-top: 0.3rem solid #ddd;
  width: 100%;
  height: 10rem;
  background: #fff;
  padding: 0 3rem;
}
footer a {
  background: none;
  padding: 0 0 0 0;
}
footer .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16rem;
  font-size: 0;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}
footer .mail {
  position: absolute;
  top: 50%;
  right: 3rem;
  width: 22rem;
  height: 4rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
footer .mail a {
  display: block;
  border-radius: 4rem;
  width: 100%;
  height: 4rem;
  background: #90c424;
  padding: 0 1rem;
  font-size: 1.4rem;
  line-height: 4rem;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
footer .insta {
  position: absolute;
  top: 50%;
  right: 27rem;
  width: 4rem;
  height: 4rem;
  padding: 0.2rem;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}
footer .copy {
  position: absolute;
  top: 50%;
  left: 3rem;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #66554e;
  -webkit-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  z-index: 1;
}

@media screen and (max-width: 767px) {
  footer {
    position: relative;
    border-top: 3px solid #ddd;
    width: 100%;
    background: #fff;
    padding: 52px 2.66vw 15px 2.66vw;
  }
  footer .mail {
    position: absolute;
    top: 7.66vw;
    right: 2.66vw;
    width: 26%;
    z-index: 2;
  }
  footer .mail a {
    display: block;
    border-radius: 20vw;
    background: #90c424;
    width: 100%;
    height: 8vw;
    font-size: 2.66vw;
    line-height: 8vw;
    letter-spacing: 0.05em;
    text-align: center;
    color: #fff;
    text-decoration: none;
  }
  footer .insta {
    position: absolute;
    top: 7.66vw;
    right: 30vw;
    width: 8vw;
    z-index: 2;
  }
  footer .copy {
    position: absolute;
    top: 7.66vw;
    left: 2.66vw;
    text-align: left;
    font-size: 2.5vw;
    line-height: 8vw;
    letter-spacing: 0.05em;
    color: #66554e;
    z-index: 1;
  }
  footer .logo {
    position: relative;
    width: 36%;
    /*margin: 0 auto;*/
    font-size: 0;
    z-index: 2;
  }
}
main {
  font-family: var(--fontKiwi);
  font-weight: 400;
  font-style: normal;
  padding-top: 7rem;
}
@media screen and (max-width: 767px) {
  main {
    padding-top: 10.66vw;
  }
}

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

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

.secHead {
  width: 64rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .secHead {
    width: 26rem;
  }
}
.secHead img {
  width: 100%;
}
.secHead__txt {
  display: block;
  margin-top: -0.42rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 0.6;
  letter-spacing: 0.8rem;
  text-align: right;
  color: var(--greenLogo);
}
@media screen and (max-width: 767px) {
  .secHead__txt {
    margin-top: 0.5rem;
    font-size: 1.8rem;
    line-height: 1;
    letter-spacing: 0.3rem;
  }
}

.linkBtn {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  gap: 1rem;
  width: 50rem;
  max-width: calc(100% - 4rem);
  height: 7rem;
  margin: 0 auto;
  border-radius: 999px;
  background: var(--green);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.045rem;
  color: var(--white);
}
@media screen and (max-width: 767px) {
  .linkBtn {
    height: 5.5rem;
    font-size: 1.5rem;
  }
}
@media screen and (1025px <= width) {
  .linkBtn:hover {
    opacity: 0.7;
  }
}
.linkBtn::after {
  content: "";
  flex-shrink: 0;
  width: 0.6rem;
  height: 1.2rem;
  background: url(../img/icon_arrow.svg) no-repeat center/contain;
}

.mv {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.mv__catch {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(50%);
}
.mv__slider {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  max-height: calc(100vh - 7rem);
}
@media screen and (max-width: 767px) {
  .mv__slider {
    aspect-ratio: 375/400;
    max-height: calc(100vh - 10.66vw);
  }
}
.mv__slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 1.5s var(--transition-timing-function);
}
.mv__slide.is-active {
  opacity: 1;
}
.mv__slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.mv__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.intro {
  position: relative;
  padding: 14rem 2rem 4.8rem;
  background: var(--bgGreenLight);
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 6rem 2rem 3rem;
  }
}
.intro__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  align-content: stretch;
  position: relative;
  left: 1.7rem;
  width: 123.4rem;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .intro__inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    left: 0;
    width: 100%;
  }
}
.intro__logo {
  width: 54rem;
}
@media screen and (max-width: 767px) {
  .intro__logo {
    width: 24rem;
    margin-bottom: 3rem;
  }
}
.intro__logo img {
  width: 100%;
}
.intro__body {
  width: 62rem;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 2;
  color: var(--greenTxt);
}
@media screen and (max-width: 767px) {
  .intro__body {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
    text-align: center;
  }
}
.intro__body > * + * {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .intro__body > * + * {
    margin-top: 1.5rem;
  }
}
.intro__wave {
  bottom: -9.9rem;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: var(--bgGreenLight);
  mask: url(../img/wave.svg) no-repeat center/100% 100%;
  -webkit-mask: url(../img/wave.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .intro__wave {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .intro__wave {
    bottom: -3.9rem;
  }
}

.movie {
  padding-top: 20rem;
  padding-bottom: 18.4rem;
}
@media screen and (max-width: 767px) {
  .movie {
    padding: 9rem 2rem 7rem;
  }
}
.movie__head {
  width: 25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .movie__head {
    width: 16rem;
  }
}
.movie__head img {
  width: 100%;
}
.movie__ttl {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  width: 100rem;
  margin: 0 auto;
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  color: var(--greenTxt);
}
@media screen and (max-width: 767px) {
  .movie__ttl {
    width: 100%;
    font-size: 1.8rem;
  }
}
.movie__ttl::before, .movie__ttl::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--line);
}
.movie__ttl::before {
  margin-right: 2.8rem;
}
.movie__ttl::after {
  margin-left: 2.8rem;
}
.movie__block {
  margin-top: 6.25rem;
}
@media screen and (max-width: 767px) {
  .movie__block {
    margin-top: 4rem;
  }
}
.movie__block + .movie__block {
  margin-top: 6rem;
}
@media screen and (max-width: 767px) {
  .movie__block + .movie__block {
    margin-top: 4rem;
  }
}
.movie__item {
  position: relative;
  width: 100rem;
  margin: 3.2rem auto 0;
  aspect-ratio: 1000/563;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .movie__item {
    width: 100%;
    margin-top: 2rem;
    border-radius: 1rem;
  }
}
.movie__item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--overlay);
  pointer-events: none;
  transition: opacity var(--transition-duration);
  z-index: 1;
}
.movie__item.is-playing::before {
  opacity: 0;
}
.movie__video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.movie__play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 12rem;
  height: 12rem;
  cursor: pointer;
  transition: opacity var(--transition-duration);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .movie__play {
    width: 6rem;
    height: 6rem;
  }
}
.movie__play img {
  width: 100%;
}
@media screen and (1025px <= width) {
  .movie__play:hover {
    opacity: 0.7;
  }
}
.movie__item.is-playing .movie__play {
  opacity: 0;
  pointer-events: none;
}

.people {
  position: relative;
  padding: 11rem 2rem 8rem;
  background: var(--bgGreen);
}
@media screen and (max-width: 767px) {
  .people {
    padding: 5rem 2rem 4rem;
  }
}
.people__wave--top {
  top: -9.9rem;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: var(--bgGreen);
  mask: url(../img/wave.svg) no-repeat center/100% 100%;
  -webkit-mask: url(../img/wave.svg) no-repeat center/100% 100%;
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .people__wave--top {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .people__wave--top {
    top: -3.9rem;
  }
}
.people__wave--bottom {
  bottom: -9.9rem;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: var(--bgGreen);
  mask: url(../img/wave.svg) no-repeat center/100% 100%;
  -webkit-mask: url(../img/wave.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .people__wave--bottom {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .people__wave--bottom {
    bottom: -3.9rem;
  }
}
.people__block {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  position: relative;
  left: 5rem;
  gap: 4rem;
  width: 110rem;
  max-width: 100%;
  margin: 6.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .people__block {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    left: 0;
    gap: 3rem;
    width: 100%;
    margin: 4rem auto 0;
  }
}
.people__block--rev {
  left: -5rem;
  margin-top: 4rem;
}
@media screen and (max-width: 767px) {
  .people__block--rev {
    left: 0;
  }
}
.people__body {
  width: 66rem;
}
@media screen and (max-width: 767px) {
  .people__body {
    width: 100%;
  }
}
.people__txt {
  font-size: 2rem;
  line-height: 2;
  color: var(--txtGray);
}
@media screen and (max-width: 767px) {
  .people__txt {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.people__txt + .people__txt {
  margin-top: 2rem;
}
@media screen and (max-width: 767px) {
  .people__txt + .people__txt {
    margin-top: 1.5rem;
  }
}
.people__txt--green {
  color: var(--greenTxt);
}
.people__media {
  position: relative;
  flex-shrink: 0;
  width: 40rem;
}
@media screen and (max-width: 767px) {
  .people__media {
    width: 26rem;
    order: -1;
  }
}
.people__circle {
  aspect-ratio: 1/1;
  mask: url(../img/mask_circle.svg) no-repeat center/100% 100%;
  -webkit-mask: url(../img/mask_circle.svg) no-repeat center/100% 100%;
}
.people__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.people__label {
  position: absolute;
  width: 4rem;
  height: max-content;
  padding: 0.5rem 0;
  background: var(--white);
  font-size: 3rem;
  font-weight: 500;
  line-height: 4rem;
  letter-spacing: 0.15rem;
  color: var(--brown);
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .people__label {
    width: 2.6rem;
    font-size: 1.8rem;
    line-height: 2.6rem;
    letter-spacing: 0.1rem;
  }
}
.people__label--a {
  top: 60%;
  left: 67.5%;
}
.people__label--b {
  top: 45%;
  left: 82.5%;
}

.products {
  padding: 23rem 0 18.3rem;
}
@media screen and (max-width: 767px) {
  .products {
    padding: 8rem 0 9rem;
  }
}
.products__bar {
  width: calc(50% + 60rem);
  background: var(--bgGreenLight);
}
@media screen and (max-width: 767px) {
  .products__bar {
    width: calc(100% - 2rem);
  }
}
.products__bar--right {
  margin: 8.6rem 0 0 auto;
  padding-left: 10rem;
  border-radius: 14rem 0 0 14rem;
}
@media screen and (max-width: 767px) {
  .products__bar--right {
    margin-top: 4rem;
    padding: 3rem 2rem 3rem 3rem;
    border-radius: 4rem 0 0 4rem;
  }
}
.products__bar--left {
  margin-top: 7rem;
  padding-right: 8rem;
  border-radius: 0 14rem 14rem 0;
}
@media screen and (max-width: 767px) {
  .products__bar--left {
    margin-top: 4rem;
    padding: 3rem 3rem 3rem 2rem;
    border-radius: 0 4rem 4rem 0;
  }
}
.products__inner {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  height: 28rem;
}
@media screen and (max-width: 767px) {
  .products__inner {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: stretch;
    height: auto;
  }
}
.products__bar--right .products__inner {
  gap: 6.6rem;
}
@media screen and (max-width: 767px) {
  .products__bar--right .products__inner {
    gap: 2rem;
  }
}
.products__bar--left .products__inner {
  gap: 5.86rem;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .products__bar--left .products__inner {
    gap: 2rem;
    justify-content: flex-start;
  }
}
.products__body {
  width: 75rem;
}
@media screen and (max-width: 767px) {
  .products__body {
    width: 100%;
  }
}
.products__ttl {
  position: relative;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1666666667;
  letter-spacing: 0.3rem;
  color: var(--greenTxt);
}
@media screen and (max-width: 767px) {
  .products__ttl {
    font-size: 1.8rem;
    letter-spacing: 0.15rem;
    text-align: center;
  }
}
.products__ttl::after {
  content: "";
  position: absolute;
  bottom: -1.5rem;
  height: 2px;
  background: var(--greenTxt);
}
.products__bar--right .products__ttl::after {
  left: 0;
  right: -18.28rem;
}
@media screen and (max-width: 767px) {
  .products__bar--right .products__ttl::after {
    right: 0;
  }
}
.products__bar--left .products__ttl::after {
  left: -18.93rem;
  right: 0;
}
@media screen and (max-width: 767px) {
  .products__bar--left .products__ttl::after {
    left: 0;
  }
}
.products__txt {
  margin-top: 3rem;
  font-size: 2rem;
  line-height: 2;
  color: var(--txtGray);
}
@media screen and (max-width: 767px) {
  .products__txt {
    margin-top: 2.5rem;
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.products__ph {
  position: relative;
  flex-shrink: 0;
  z-index: 1;
}
.products__ph--01 {
  width: 23.36rem;
}
@media screen and (max-width: 767px) {
  .products__ph--01 {
    width: 14rem;
    order: -1;
  }
}
.products__ph--02 {
  width: 26.14rem;
}
@media screen and (max-width: 767px) {
  .products__ph--02 {
    width: 15.7rem;
  }
}
.products__ph img {
  width: 100%;
}
.products .linkBtn {
  margin-top: 8rem;
}
@media screen and (max-width: 767px) {
  .products .linkBtn {
    margin-top: 4rem;
  }
}

.recipe {
  position: relative;
  padding: 11.7rem 2rem 9rem;
  background: var(--bgGreen);
}
@media screen and (max-width: 767px) {
  .recipe {
    padding: 5rem 2rem 5rem;
  }
}
.recipe__wave--top {
  top: -9.9rem;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: var(--bgGreen);
  mask: url(../img/wave.svg) no-repeat center/100% 100%;
  -webkit-mask: url(../img/wave.svg) no-repeat center/100% 100%;
  transform: scaleY(-1);
}
@media screen and (max-width: 767px) {
  .recipe__wave--top {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .recipe__wave--top {
    top: -3.9rem;
  }
}
.recipe__wave--bottom {
  bottom: -9.9rem;
  position: absolute;
  left: 0;
  width: 100%;
  height: 10rem;
  background-color: var(--bgGreen);
  mask: url(../img/wave.svg) no-repeat center/100% 100%;
  -webkit-mask: url(../img/wave.svg) no-repeat center/100% 100%;
}
@media screen and (max-width: 767px) {
  .recipe__wave--bottom {
    height: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .recipe__wave--bottom {
    bottom: -3.9rem;
  }
}
.recipe__list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: stretch;
  align-content: stretch;
  gap: 2.5rem 3rem;
  width: 120rem;
  max-width: 100%;
  margin: 8.6rem auto 0;
}
@media screen and (max-width: 767px) {
  .recipe__list {
    gap: 2rem;
    margin-top: 4rem;
  }
}
.recipe__item {
  width: 38rem;
}
@media screen and (max-width: 767px) {
  .recipe__item {
    width: 100%;
  }
}
.recipe__link {
  display: block;
  height: 100%;
  transition: opacity var(--transition-duration);
}
@media screen and (1025px <= width) {
  .recipe__link:hover {
    opacity: 0.7;
  }
}
.recipe__ph {
  aspect-ratio: 380/265;
  border-radius: 2rem 2rem 0 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .recipe__ph {
    border-radius: 1rem 1rem 0 0;
  }
}
.recipe__ph img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recipe__body {
  min-height: 25rem;
  padding: 2.5rem 3rem;
  background: var(--white);
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 767px) {
  .recipe__body {
    min-height: 0;
    padding: 2rem;
    border-radius: 0 0 1rem 1rem;
  }
}
.recipe__ttl {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0.24rem;
  color: var(--greenTxt);
}
@media screen and (max-width: 767px) {
  .recipe__ttl {
    font-size: 1.7rem;
    letter-spacing: 0.15rem;
  }
}
.recipe__txt {
  margin-top: 0.8rem;
  font-size: 2rem;
  line-height: 2;
  color: var(--txtGrayDark);
}
@media screen and (max-width: 767px) {
  .recipe__txt {
    font-size: 1.5rem;
    line-height: 1.8666666667;
  }
}
.recipe .linkBtn {
  margin-top: 8.5rem;
}
@media screen and (max-width: 767px) {
  .recipe .linkBtn {
    margin-top: 4rem;
  }
}

.banner {
  padding: 21.7rem 2rem 20rem;
}
@media screen and (max-width: 767px) {
  .banner {
    padding: 9rem 2rem 8rem;
  }
}
.banner__item {
  width: 120rem;
  max-width: 100%;
  aspect-ratio: 1200/320;
  margin: 0 auto;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .banner__item {
    border-radius: 1rem;
  }
}
.banner__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner__item--dummy {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
  background: var(--greenTxt);
  font-size: 1.2rem;
  line-height: 1.9;
  letter-spacing: 0.06rem;
  color: #E5E5E5;
}
