html {
  font-size: calc((100 / 750) * 1vw);
  font-family: sans-serif;
}

@media screen and (min-width: 750px) {
  html {
    font-size: 1px;
  }
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 28rem;
  line-height: calc(26 / 14);
  letter-spacing: .06em;
  color: #5f3301;
  background-color: #fff;
  font-feature-settings: "palt";
}

body.menu-open {
  position: fixed;
  z-index: 99;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}

.l-container {
  max-width: 750rem;
  margin: 0 auto;
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

video {
  max-width: 100%;
  height: auto;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  display: block;
}

a img {
  transition: all 0.3s ease;
}

a:hover img {
  transform: scale(1.04);
  filter: brightness(1.2);
}

p {
  margin-bottom: 70rem;
  text-align: center;
}

.text--underline {
  text-decoration: underline;
  color: #104700;
  text-underline-offset: 6rem;
  text-decoration-thickness: 2rem;
}

.text--highlight {
  text-decoration: underline;
  text-decoration-color: #feff9e;
  text-decoration-thickness: 20rem;
  text-underline-offset: -14rem;
}

.text--bg {
  background-color: #feff9e;
  font-size: 34rem;
  color: #104700;
}

.text--green {
  color: #104700;
}

.text--2xl {
  font-size: 40rem;
}

.text--xl {
  font-size: 38rem;
}

.text--xlarge {
  font-size: 36rem;
}

.text--large {
  font-size: 34rem;
}

.text--medium {
  font-size: 32rem;
}

.bg--light {
  background-color: rgba(238, 248, 204, .5) !important;
}

section {
  position: relative;
}

section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/icn_next.png") no-repeat center / 100% 100%;
  width: 137rem;
  height: 81rem;
}

.fv {
  margin-bottom: 50rem;
}

.fv video {
  display: block;
  width: 660rem;
  margin: 0 auto;
}

.about {
  background: url("../img/about_bg.png") no-repeat center bottom 142rem / 100% 3298rem;
  padding-bottom: 40rem;
}

.about__intro-image {
  max-width: 615rem;
  margin: 0 auto 70rem;
}

.about__intro-banner {
  margin-bottom: 66rem;
}

.about__story-image {
  max-width: 500rem;
  margin: 0 auto 70rem;
}

.about__story-block {
  margin-bottom: 10rem;
}

.about__story-block:last-child {
  margin-bottom: 54rem;
}

.about__story-quote {
  margin-bottom: 60rem;
}

.health {
  padding: 80rem 0 120rem;
}

.health__title {
  max-width: 712rem;
  margin: 0 auto 150rem;
}

.health__block {
  background: #e7ece5 url("../img/health_bg.png") no-repeat center top 150rem / 100% 1208rem;
  position: relative;
  z-index: 1;
}

.health__block::before,
.health__block::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  background: url("../img/ellipse_01.jpg") no-repeat center / 100% 100%;
  height: 136rem;
}

.health__block::before {
  top: -100rem;
}

.health__block::after {
  bottom: -70rem;
  transform: rotate(-180deg);
}

.health__block-image {
  max-width: 500rem;
  margin: 0 auto 80rem;
}

.check {
  padding: 60rem 0 350rem;
}

.check::before {
  content: "";
  background: url("../img/check_bg.png") no-repeat center center / cover;
  position: absolute;
  bottom: 60rem;
  left: 0;
  width: 100%;
  height: 2774rem;
  z-index: 2;
  pointer-events: none;
}

.check__ttl {
  margin-bottom: 58rem;
}

.check__block {
  background-color: #e7ece5;
  position: relative;
  z-index: 1;
  margin-top: 300rem;
}

.check__block::before,
.check__block::after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  background: url("../img/ellipse_01.jpg") no-repeat center / 100% 100%;
  height: 136rem;
}

.check__block::after {
  bottom: -70rem;
  transform: rotate(-180deg);
}

.check__block-image {
  max-width: 581rem;
  margin: 0 auto;
  text-align: center;
}

.check__block-image:first-child {
  margin-bottom: 50rem;
}

.check__block-image:first-child img {
  margin-top: -230rem;
}

.check__block-image:last-child img {
  margin-bottom: -220rem;
}

.encounter {
  padding: 80rem 0 30rem;
  background: url("../img/encounter_bg.png") no-repeat center bottom 24rem / 100% 3258rem;
}

.encounter__ttl {
  max-width: 712rem;
  margin: 0 auto 64rem;
}

.encounter__block {
  margin-bottom: 70rem;
}

.encounter__block-col {
  color: #104700;
  background-color: rgba(16, 71, 0, 0.1);
  border-radius: 16rem;
  margin: 0 27rem 13rem;
  text-align: center;
  font-size: 36rem;
  line-height: calc(28.75 / 18.55);
  padding: 30rem;
}

.encounter__image {
  max-width: 500rem;
  margin: 0 auto 62rem;
}

.value {
  padding: 60rem 0 280rem;
}

.value__wrapper {
  position: relative;
  z-index: 1;
  background: #eff7e5 url("../img/value_bg.png") no-repeat center top 252rem / 100% 4464rem;
  padding-top: 70rem;
}

.value__wrapper::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 135rem;
  z-index: -1;
  background: url("../img/ellipse_02.jpg") no-repeat center / cover;
}

.value__asuha {
  max-width: 495rem;
  margin: 0 auto 70rem;
}

.value__ashitaba {
  max-width: 643rem;
  margin: 0 auto 57rem;
}

.value__chart {
  max-width: 643rem;
  margin: 0 auto 64rem;
}

.value__qa {
  margin-top: 130rem;
}

.value__qa-block {
  background-color: rgba(16, 71, 0, 0.1);
  border-radius: 16rem;
  padding: 30rem;
  min-height:200rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 46rem;
  position: relative;
  color: #104700;
}

.value__qa-block::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -66rem;
  width: 87rem;
  height: 100rem;
}

.value__qa-block--question::before {
  background: url("../img/Q.png") no-repeat center / 100% 100%;
}

.value__qa-block--answer::before {
  background: url("../img/A.png") no-repeat center / 100% 100%;
}

.value__qa-text {
  margin-bottom: 90rem;
}

.leaf__thumb {
  max-width: 460rem;
  margin: 0 auto 65rem;
}

.leaf__bock {
  color: #fff;
  background-color: #63af00;
  font-size: 36rem;
  line-height: calc(28.75 / 18.55);
  border-radius: 16rem;
  padding: 30rem 20rem;
  margin-bottom: 60rem;
  text-align: center;
}

.value__deco {
  max-width: 500rem;
  margin: 0 auto;
}

.value__deco img {
  margin-bottom: -135rem;
}

.meeting {
  margin-top: 200rem;
}

.meeting__wrapper {
  padding: 80rem 0;
  background-color: #faffe7;
  position: relative;
  z-index: 1;
}

.meeting__wrapper::before,
.meeting__wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  background: url("../img/metting_ellipse.jpg") no-repeat center / 100% 100%;
  height: 136rem;
  z-index: -1;
}

.meeting__wrapper::before {
  top: 0;
}

.meeting__wrapper::after {
  bottom: 0;
  transform: rotate(-180deg);
}

.meeting__ttl {
  margin: -200rem auto 74rem;
  max-width: 712rem;
}

.meeting-egenji {
  max-width: 667rem;
  margin: 0 auto 80rem;
}

.meeting__natural {
  max-width: 732rem;
  margin: 100rem 0;
}

.friendly {
  padding: 100rem 0;
}

.friendly::before {
  content: "";
  position: absolute;
  background: url("../img/friendly_bg.png") no-repeat center center / cover;
  z-index: 2;
  top: 460rem;
  left: 0;
  right: 0;
  height: 4703rem;
  pointer-events: none;
}

.friendly__ttl {
  max-width: 712rem;
  margin: 0 auto 100rem;
}

.friendly__img--01 {
  max-width: 634rem;
  margin: 0 0 47rem 32rem;
}

.friendly__img--02 {
  margin-bottom: 100rem;
}

.friendly__harvest {
  background-color: #eff7e5;
}

.friendly__harvest-wrapper {
  margin-top: -75rem;
  margin-bottom: -62rem;
  position: relative;
}

.friendly__harvest::before,
.friendly__harvest::after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  right: 0;
  background: url("../img/ellipse_02.jpg") no-repeat center / cover;
  height: 135rem;
}

.friendly__harvest::before {
  transform: rotate(-180deg);
}

.friendly__harvest-image {
  max-width: 556rem;
  margin: 0 auto 76rem;
}

.friendly__harvest-quote {
  max-width: 696rem;
  margin: -40rem auto -10rem;
}

.juice {
  padding: 60rem 0 120rem;
  background: url("../img/juice_bg.png") no-repeat center top 395rem / 100% 6716rem;
}

.juice__ttl {
  max-width: 712rem;
  margin: 0 auto 80rem;
}

.juice__banner {
  max-width: 662rem;
  margin: 80rem auto 78rem;
}

.juice__image--01 {
  max-width: 516rem;
  margin: 0 auto 118rem;
}

.juice__ingredient img {
  margin-bottom: 70rem;
}

.juice__answer img {
  display: block;
  max-width: 696rem;
  margin: 0 auto 23rem;
}

.juice__taste img {
  display: block;
  max-width: 460rem;
  margin: 0 auto 90rem;
}

.trust {
  padding-top: 80rem;
  background: url("../img/trust_bg.png") no-repeat center top 860rem / 100% 858rem;
}

.trust__ttl {
  margin-bottom: 80rem;
}

.trust__block {
  background-color: #eff7e5;
  position: relative;
  z-index: 1;
  margin-top: 300rem;
  margin-bottom: -50rem;
}

.trust__block::before,
.trust__block::after {
  content: "";
  position: relative;
  display: block;
  left: 0;
  right: 0;
  background: url("../img/trust_ellipse.png") no-repeat center / cover;
  height: 135rem;
  z-index: -1;
}

.trust__block::before {
  transform: rotate(-180deg);
  top: -135rem;
}

.trust__block::after {
  bottom: -135rem;
}

.trust__block-thumb {
  max-width: 500rem;
  margin: -370rem auto 70rem;
}

.trust-contact {
  margin-bottom: 105rem;
}

.thanks img {
  margin-bottom: 88rem;
}

.button {
  max-width: 648rem;
  margin: 0 auto;
}

.l-footer {
  font-size: 14rem;
  font-weight: 400;
  line-height: calc(13 / 7);
  text-align: center;
  background-color: #fcf7f1;
  padding-top: 43rem;
  position: relative;
  z-index: 5;
}

.footer__text {
  font-size: 14rem;
  margin-bottom: 30rem;
}

.footer__menu li {
  display: inline-block;
  position: relative;
  padding: 0 15rem;
}

.footer__menu li:after {
  content: "|";
  position: absolute;
  right: -5rem;
  top: -1rem;
}

.footer__copyright {
  margin-top: 20rem;
  padding: 5rem 20rem 10rem;
  display: block;
  background-color: #63af00;
  color: #fff;
}

.l-header {
  position: relative;
}

.l-header__hamburger {
  cursor: pointer;
  width: 73rem;
  height: 73rem;
  border-radius: 100%;
  background-color: #fff;
  box-shadow: 4rem 0 8rem rgba(0, 0, 0, .5);
  position: fixed;
  top: 24rem;
  left: calc(50% + 375rem - 94rem);
  z-index: 10;
}

.l-header__hamburger span {
  width: 27rem;
  height: 4rem;
  background-color: #63af00;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 20rem;
  margin-left: -14rem;
  transition: all 0.3s;
  cursor: pointer;
}

.l-header__hamburger span:nth-child(1) {
  margin-top: -12rem;
}

.l-header__hamburger span:nth-child(3) {
  margin-top: 12rem;
}

.l-header__hamburger.open span {
  margin-top: 12rem;
  top: 34%;
}

.l-header__hamburger.open span:nth-child(1) {
  transform: rotate(-45deg);
}

.l-header__hamburger.open span:nth-child(2) {
  opacity: 0;
}

.l-header__hamburger.open span:nth-child(3) {
  transform: rotate(45deg);
}

.l-header__navigation {
  display: none;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
  overflow-y: auto;
  background: url("../img/navi_bg.png") no-repeat center center / 750rem 100%;
}

.l-header__navigation-inner {
  max-width: 750rem;
  margin: 0 auto;
  padding: 100rem;
  height: fit-content;
}

.l-header__navigation-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.l-header__logo {
  max-width: 137rem;
  margin: 0 auto 95rem;
}

.l-header__navigation-list {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 30rem;
  padding: 20rem 30rem;
  text-align: center;
  font-weight: 700;
}

.l-header__navigation-link {
  padding: 15rem;
  font-size: 34rem;
}

.l-header__navigation-item {
  border-bottom: 2rem dashed #5f3301;
}

.l-header__navigation-item:last-child {
  border-bottom: 0;
}

.cta {
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.cta a:hover img {
  transform: scale(1);
}

.cta img {
  max-width: 750rem;
}

.text--modify {
  margin-bottom: -160rem;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-50 {
  margin-bottom: 50rem;
}

.mb-70 {
  margin-bottom: 70rem;
}

.w-500 {
  max-width: 500rem;
}